diff --git a/.project b/.project
new file mode 100644
index 0000000000000000000000000000000000000000..cad7a45a24f7bdc3b30dc726fdd9746a82cc7ce8
--- /dev/null
+++ b/.project
@@ -0,0 +1,33 @@
+
+
+ k9mail
+
+
+
+
+
+ com.android.ide.eclipse.adt.ResourceManagerBuilder
+
+
+
+
+ com.android.ide.eclipse.adt.PreCompilerBuilder
+
+
+
+
+ org.eclipse.jdt.core.javabuilder
+
+
+
+
+ com.android.ide.eclipse.adt.ApkBuilder
+
+
+
+
+
+ com.android.ide.eclipse.adt.AndroidNature
+ org.eclipse.jdt.core.javanature
+
+
diff --git a/Android.mk b/Android.mk
new file mode 100644
index 0000000000000000000000000000000000000000..5fbfacca16ad0df232c38b8f33c5597486654d04
--- /dev/null
+++ b/Android.mk
@@ -0,0 +1,10 @@
+LOCAL_PATH:= $(call my-dir)
+include $(CLEAR_VARS)
+
+LOCAL_MODULE_TAGS := eng
+
+LOCAL_SRC_FILES := $(call all-subdir-java-files)
+
+LOCAL_PACKAGE_NAME := Email
+
+include $(BUILD_PACKAGE)
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
new file mode 100644
index 0000000000000000000000000000000000000000..53cadc3a1130d5c624530c6aee96aac25e7441fa
--- /dev/null
+++ b/AndroidManifest.xml
@@ -0,0 +1,140 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/MODULE_LICENSE_APACHE2 b/MODULE_LICENSE_APACHE2
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/NOTICE b/NOTICE
new file mode 100644
index 0000000000000000000000000000000000000000..c5b1efa7aac764ae6d8da63476a2d5cec02a6a5d
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,190 @@
+
+ Copyright (c) 2005-2008, The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
diff --git a/assets/empty.html b/assets/empty.html
new file mode 100644
index 0000000000000000000000000000000000000000..c044e919575e6628aead90d674c9cf7aedc4ad23
--- /dev/null
+++ b/assets/empty.html
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/assets/loading.gif b/assets/loading.gif
new file mode 100644
index 0000000000000000000000000000000000000000..ab99824830a4d931f7aef0d5dd4535ca1ac660a5
Binary files /dev/null and b/assets/loading.gif differ
diff --git a/assets/loading.html b/assets/loading.html
new file mode 100644
index 0000000000000000000000000000000000000000..0cc9cecc3140702ae9c5743aa74ed6da732b51c1
--- /dev/null
+++ b/assets/loading.html
@@ -0,0 +1,17 @@
+
+
+
+
+
+ Loading...
+
+
+
+
+
+
+ |
+
+
+
+
\ No newline at end of file
diff --git a/assets/test.html b/assets/test.html
new file mode 100644
index 0000000000000000000000000000000000000000..09d6f119eb93ded7a9c087b902b238c87642a87e
--- /dev/null
+++ b/assets/test.html
@@ -0,0 +1,18 @@
+
+
+Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Phasellus dui dui, luctus sit amet, hendrerit ac, blandit quis, diam. Duis libero velit, elementum id, mattis ut, fermentum aliquet, tortor. Maecenas tincidunt egestas pede. Integer sagittis ipsum ut lorem. Morbi egestas egestas sapien. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Duis eget erat ac sem iaculis sollicitudin. Maecenas in velit id mauris cursus tincidunt. Sed ultrices elit in sapien ullamcorper imperdiet. Nunc viverra, lacus id varius elementum, nisl turpis lacinia tellus, sit amet viverra neque odio quis nisl. Quisque facilisis, ipsum non vulputate malesuada, leo augue elementum tortor, nec eleifend tellus lectus non massa.
+
+Maecenas pulvinar rutrum risus. Phasellus mattis arcu sit amet neque. Aliquam sed quam at nulla laoreet pretium. Proin elit. Integer ullamcorper dolor a pede. Nam lobortis quam ut mauris. Pellentesque non mauris ut lacus hendrerit iaculis. In volutpat nulla et turpis. Fusce mollis. Aliquam sit amet tortor fermentum orci lacinia convallis. Donec tincidunt tortor sed erat sollicitudin gravida. In hac habitasse platea dictumst. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed pulvinar arcu consectetuer dolor. Nunc luctus aliquam leo. In hac habitasse platea dictumst. Praesent et mi sit amet ligula blandit hendrerit. Nam aliquam tincidunt est. Aliquam erat volutpat.
+
+Curabitur augue. Fusce pulvinar nisi vitae diam. Donec dictum. Sed suscipit convallis magna. Ut hendrerit tortor in mauris. In at diam. Maecenas commodo. Aliquam erat volutpat. Nunc odio eros, vestibulum at, sodales id, congue et, risus. Curabitur feugiat blandit lacus. Nulla gravida placerat enim. Nunc turpis. Praesent malesuada.
+
+Aenean quis erat. Vivamus non ipsum. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed metus magna, porta eu, ultricies vitae, vulputate et, urna. Sed pulvinar, massa at ultricies rhoncus, nunc eros dapibus felis, quis congue risus orci rhoncus nibh. Pellentesque quam ante, laoreet vitae, iaculis a, gravida in, nibh. In hac habitasse platea dictumst. Aliquam erat volutpat. Suspendisse augue neque, posuere eu, sollicitudin quis, sagittis et, massa. Maecenas varius sem sodales ipsum. Donec congue mi nec orci. Nam pede ipsum, varius sed, condimentum ac, rhoncus non, lorem. Integer vestibulum, neque vitae ornare euismod, mauris turpis congue massa, non venenatis arcu lorem eget metus. Sed sollicitudin, enim aliquam pharetra cursus, neque augue bibendum leo, vitae ullamcorper ante felis nec massa. Maecenas vitae urna. Proin tincidunt, urna eu sodales vulputate, nisl tellus pretium ligula, ut venenatis metus nulla eu lectus. Integer urna purus, sagittis ut, posuere sed, sagittis non, mauris. Nunc eros risus, lacinia sit amet, dictum in, faucibus quis, urna. Fusce dictum mattis enim. Vivamus luctus sagittis felis.
+
+Fusce pulvinar, erat a facilisis congue, lacus libero imperdiet dui, nec luctus justo neque sit amet mauris. Praesent sodales. Sed sed nisl a arcu tempus placerat. Duis sagittis risus. Aliquam tristique. Ut a mi. Integer volutpat, turpis vitae lobortis blandit, lorem sapien suscipit arcu, sit amet dignissim felis mauris vitae ipsum. Sed elit. Mauris elementum, pede nec accumsan pretium, leo metus fringilla erat, at feugiat turpis arcu pretium urna. Morbi lorem tellus, commodo sed, convallis id, suscipit sed, leo. Donec egestas ultricies tellus. Curabitur sapien orci, interdum nec, molestie at, pharetra eu, magna. Duis pharetra orci sed felis posuere malesuada. Donec nec nisi non urna ultricies porttitor. Maecenas lectus. Sed dignissim malesuada justo. Nunc rutrum consectetuer nunc.
+
+
+ more text
+
+ more text
+
+
\ No newline at end of file
diff --git a/build.xml b/build.xml
new file mode 100644
index 0000000000000000000000000000000000000000..320a5ef711772b0d38b6a4b76a86292a85c6d145
--- /dev/null
+++ b/build.xml
@@ -0,0 +1,291 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Creating output directories if needed...
+
+
+
+
+
+
+ Generating R.java / Manifest.java from the resources...
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Compiling aidl files into Java classes...
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Converting compiled files and external libraries into ${outdir}/${dex-file}...
+
+
+
+
+
+
+
+
+
+
+ Packaging resources and assets...
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Packaging resources...
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Packaging ${out-debug-package}, and signing it with a debug key...
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Packaging ${out-unsigned-package} for release...
+
+
+
+
+
+
+
+
+
+
+
+
+ Signing ${out-unsigned-package}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Installing ${out-debug-package} onto default emulator...
+
+
+
+
+
+
+
+ Installing ${out-debug-package} onto default emulator...
+
+
+
+
+
+
+
+
+
+ Uninstalling ${application-package} from the default emulator...
+
+
+
+
+
+
+
diff --git a/docs/NOTES b/docs/NOTES
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/docs/TESTS b/docs/TESTS
new file mode 100644
index 0000000000000000000000000000000000000000..b89e882a1b7765073fbfe1a8666c5ed460fd9a55
--- /dev/null
+++ b/docs/TESTS
@@ -0,0 +1,23 @@
+Some simple functional tests
+--
+
+Compose a message
+ Attach an image to the message
+ Save the message as a draft
+ Reopen the draft
+ * Is the attachment still there?
+ Send the message.
+ * Does the received message have the correct attachment?
+
+Check delete functionality on POP and IMAP account.
+
+Check delete functionality on IMAP with no network connection.
+
+Check save draft functionality on POP and IMAP account.
+
+Check save draft functionality on IMAP with no network connection.
+
+Check sent message functionality on POP and IMAP account.
+
+Check sent functionality on IMAP with no network connection.
+ * When the network is brought back does the sent message get uploaded?
diff --git a/docs/TODO b/docs/TODO
new file mode 100644
index 0000000000000000000000000000000000000000..d504dd434609988d63148d241b2d1e6b8a15a83a
--- /dev/null
+++ b/docs/TODO
@@ -0,0 +1,27 @@
+Currently
+--
+Need to add NOOP checking to Pop3Store and ImapStore on cached connections.
+
+
+
+
+
+
+
+
+
+
+
+
+In the future
+--
+Move attachments to files, instead of storing as blobs in the database. There are tons of ways
+we can make the app perform better with this small change. Primarily, we can do everything
+pertaining to large attachments as streams instead of as large loads into byte arrays.
+
+Get rid of the LocalStore's attachment to Store altogether. Local storage is too complex and
+specific to performance to be bound to the Store API. It needs to be flexible with plenty of helper
+functions to make best use of memory and resources.
+
+Make better use of the abstractions for Body, Part and BodyPart. Proper use of these abstractions
+can completely remove the need for the special headers.
diff --git a/images/Android Buttons.ai b/images/Android Buttons.ai
new file mode 100644
index 0000000000000000000000000000000000000000..677ef3a993f2bd4748f7f63324d5b3b6865f7009
--- /dev/null
+++ b/images/Android Buttons.ai
@@ -0,0 +1,941 @@
+%PDF-1.5
%âãÏÓ
+1 0 obj
<>/OCGs[14 0 R 20 0 R 38 0 R 56 0 R 76 0 R 94 0 R]>>/Type/Catalog>>
endobj
103 0 obj
<>stream
+
+
+
+
+ application/pdf
+
+
+ Untitled-1
+
+
+
+
+ Adobe Illustrator CS3
+ 2008-05-22T23:46:02-07:00
+ 2008-05-30T23:55:25-07:00
+ 2008-05-30T23:55:25-07:00
+
+
+
+ 256
+ 180
+ JPEG
+ /9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA
AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK
DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f
Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAtAEAAwER
AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA
AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB
UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE
1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ
qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy
obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp
0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo
+DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8AN8VdirsVdirsVVZ/qNki
NfSOJZFDpaxAF+JFVLsxAQMNx1NN6UIOKrYLnSbuQRQSSW0zbRrccfTY+HqinEn3WniRiq10dHZH
BV1JDKdiCNiDiqpb25l5szrFDEOU0714IvSpoCdzsABU4qpHU9CB4AXTj/f1I1/5J1b/AIniqpJH
EY1nt5BNbOaLIAVIYblXU/ZYV+XgTiqnirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsV
dirsVdirsVdirsVdiqtYxxy3tvHLtG8iK5/ySwBxVgnmrXfNEetTm20v60JCXlkqRR2Y8k2/lzdd
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
xV2KuxV2KuxV2KuxV2KuxV//2Q==
+
+
+
+
+
+ uuid:CF79BD34E729DD119F1AC516D799FE17
+ uuid:b1f6bd12-8b64-4b4f-af46-c9c1b6cb9114
+
+ uuid:f1c065ce-15b7-453e-bf4a-735a529f4226
+ uuid:65E6390686CF11DBA6E2D887CEACB407
+
+
+
+ Document
+ Web
+
+
+ 1
+ False
+ False
+
+ 600.000000
+ 800.000000
+ Pixels
+
+
+
+ Cyan
+ Magenta
+ Yellow
+ Black
+
+
+
+
+
+ Default Swatch Group
+ 0
+
+
+
+ White
+ RGB
+ PROCESS
+ 255
+ 255
+ 255
+
+
+ Black
+ RGB
+ PROCESS
+ 0
+ 0
+ 0
+
+
+ RGB Red
+ RGB
+ PROCESS
+ 255
+ 0
+ 0
+
+
+ RGB Yellow
+ RGB
+ PROCESS
+ 255
+ 255
+ 0
+
+
+ RGB Green
+ RGB
+ PROCESS
+ 0
+ 255
+ 0
+
+
+ RGB Cyan
+ RGB
+ PROCESS
+ 0
+ 255
+ 255
+
+
+ RGB Blue
+ RGB
+ PROCESS
+ 0
+ 0
+ 255
+
+
+ RGB Magenta
+ RGB
+ PROCESS
+ 255
+ 0
+ 255
+
+
+ R=193 G=39 B=45
+ RGB
+ PROCESS
+ 193
+ 39
+ 45
+
+
+ R=237 G=28 B=36
+ RGB
+ PROCESS
+ 237
+ 28
+ 36
+
+
+ R=241 G=90 B=36
+ RGB
+ PROCESS
+ 241
+ 90
+ 36
+
+
+ R=247 G=147 B=30
+ RGB
+ PROCESS
+ 247
+ 147
+ 30
+
+
+ R=251 G=176 B=59
+ RGB
+ PROCESS
+ 251
+ 176
+ 59
+
+
+ R=252 G=238 B=33
+ RGB
+ PROCESS
+ 252
+ 238
+ 33
+
+
+ R=217 G=224 B=33
+ RGB
+ PROCESS
+ 217
+ 224
+ 33
+
+
+ R=140 G=198 B=63
+ RGB
+ PROCESS
+ 140
+ 198
+ 63
+
+
+ R=57 G=181 B=74
+ RGB
+ PROCESS
+ 57
+ 181
+ 74
+
+
+ R=0 G=146 B=69
+ RGB
+ PROCESS
+ 0
+ 146
+ 69
+
+
+ R=0 G=104 B=55
+ RGB
+ PROCESS
+ 0
+ 104
+ 55
+
+
+ R=34 G=181 B=115
+ RGB
+ PROCESS
+ 34
+ 181
+ 115
+
+
+ R=0 G=169 B=157
+ RGB
+ PROCESS
+ 0
+ 169
+ 157
+
+
+ R=41 G=171 B=226
+ RGB
+ PROCESS
+ 41
+ 171
+ 226
+
+
+ R=0 G=113 B=188
+ RGB
+ PROCESS
+ 0
+ 113
+ 188
+
+
+ R=46 G=49 B=146
+ RGB
+ PROCESS
+ 46
+ 49
+ 146
+
+
+ R=27 G=20 B=100
+ RGB
+ PROCESS
+ 27
+ 20
+ 100
+
+
+ R=102 G=45 B=145
+ RGB
+ PROCESS
+ 102
+ 45
+ 145
+
+
+ R=147 G=39 B=143
+ RGB
+ PROCESS
+ 147
+ 39
+ 143
+
+
+ R=158 G=0 B=93
+ RGB
+ PROCESS
+ 158
+ 0
+ 93
+
+
+ R=212 G=20 B=90
+ RGB
+ PROCESS
+ 212
+ 20
+ 90
+
+
+ R=237 G=30 B=121
+ RGB
+ PROCESS
+ 237
+ 30
+ 121
+
+
+ R=199 G=178 B=153
+ RGB
+ PROCESS
+ 199
+ 178
+ 153
+
+
+ R=153 G=134 B=117
+ RGB
+ PROCESS
+ 153
+ 134
+ 117
+
+
+ R=115 G=99 B=87
+ RGB
+ PROCESS
+ 115
+ 99
+ 87
+
+
+ R=83 G=71 B=65
+ RGB
+ PROCESS
+ 83
+ 71
+ 65
+
+
+ R=198 G=156 B=109
+ RGB
+ PROCESS
+ 198
+ 156
+ 109
+
+
+ R=166 G=124 B=82
+ RGB
+ PROCESS
+ 166
+ 124
+ 82
+
+
+ R=140 G=98 B=57
+ RGB
+ PROCESS
+ 140
+ 98
+ 57
+
+
+ R=117 G=76 B=36
+ RGB
+ PROCESS
+ 117
+ 76
+ 36
+
+
+ R=96 G=56 B=19
+ RGB
+ PROCESS
+ 96
+ 56
+ 19
+
+
+ R=66 G=33 B=11
+ RGB
+ PROCESS
+ 66
+ 33
+ 11
+
+
+
+
+
+ Web Color Group
+ 1
+
+
+
+ R=236 G=28 B=36
+ RGB
+ PROCESS
+ 236
+ 28
+ 36
+
+
+ R=0 G=169 B=157
+ RGB
+ PROCESS
+ 0
+ 169
+ 157
+
+
+ R=102 G=45 B=145
+ RGB
+ PROCESS
+ 102
+ 45
+ 145
+
+
+ R=139 G=146 B=152 1
+ RGB
+ PROCESS
+ 139
+ 146
+ 152
+
+
+
+
+
+ Grayscale
+ 1
+
+
+
+ K=100
+ GRAY
+ PROCESS
+ 255
+
+
+ K=90
+ GRAY
+ PROCESS
+ 229
+
+
+ K=80
+ GRAY
+ PROCESS
+ 204
+
+
+ K=70
+ GRAY
+ PROCESS
+ 178
+
+
+ K=60
+ GRAY
+ PROCESS
+ 153
+
+
+ K=50
+ GRAY
+ PROCESS
+ 127
+
+
+ K=40
+ GRAY
+ PROCESS
+ 101
+
+
+ K=30
+ GRAY
+ PROCESS
+ 76
+
+
+ K=20
+ GRAY
+ PROCESS
+ 50
+
+
+ K=10
+ GRAY
+ PROCESS
+ 25
+
+
+ K=5
+ GRAY
+ PROCESS
+ 12
+
+
+
+
+
+
+
+
+ Adobe PDF library 8.00
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
endstream
endobj
2 0 obj
<>
endobj
14 0 obj
<>
endobj
20 0 obj
<>
endobj
38 0 obj
<>
endobj
56 0 obj
<>
endobj
76 0 obj
<>
endobj
94 0 obj
<>
endobj
95 0 obj
[/View/Design]
endobj
96 0 obj
<>>>
endobj
77 0 obj
[/View/Design]
endobj
78 0 obj
<>>>
endobj
57 0 obj
[/View/Design]
endobj
58 0 obj
<>>>
endobj
39 0 obj
[/View/Design]
endobj
40 0 obj
<>>>
endobj
21 0 obj
[/View/Design]
endobj
22 0 obj
<>>>
endobj
15 0 obj
[/View/Design]
endobj
16 0 obj
<>>>
endobj
93 0 obj
[94 0 R]
endobj
5 0 obj
<>/ArtBox[-99.5 99.5 700.5 699.5]/MediaBox[0.0 0.0 600.0 800.0]/Thumb 102 0 R/TrimBox[0.0 0.0 600.0 800.0]/Resources<>/ExtGState<>>>/Type/Page/LastModified(D:20080530235524-07'00')>>
endobj
98 0 obj
<>stream
+H‰ÜWËn7ÝÏWè®LR¢Û8EWAtÑšdáHòÿ@õš¹öÄqP´À
FâC$sïÞÞ»»7÷ä^½¾wyMÕŸ_>nw¿ÿAîã×SñÅ%"§%ù Å}ùkû°}±àÐ{ÁéŸîŸýAÇg,„?v’²O5—”<%qïÿÞŒbσ–Öèƒw ²þßo—XA')îÜx'£cGƒuÈvñ¡š|Ô?lïày„MÇç#«Õ§£¡¸Ôxmt?–€x¨»8DÆ×ÞìO^jØ9FƸŒmse¼Ê|¤yW<®4Ävç¢ÉWªpC½†
+ÍìgW|fP.ŸK´[«Ód‰é Re ÅdOdÁf_k]û Ú~²€+Oq+nr7f^êÆvbÈó€¦Ü‹q,â¥Tn>&ýi„9ðX÷}2^á¨;ŒÚá`7ÅLŠëÒ;¶Æ´hÊà˜ƒ
+N's0–£vAI* £Œa›‘²p?š³øRRž%©Ok2þTMÆÿ¥&9“/9Ïš<Á’ÿuUòY–äYgò¹wZNÈëZž+Ï“ŽÊY{>“>í¦7X£–Žµj/RŽÌ·U¤'¨†ÖtUÕ×XΪ•cnÃÔÊ5ÔtV®§£´7gšà%¥< ©€>Gûl"Ô<ž¡ö‰›ø9Ÿ‚/8šà‹ä‚_´OçXø–¦s¨b•Ñ*äÚŸÐ'³ùsË“9¶ÉsþîdÎm2ÇD?žÌJqH¸zNñÐ
+5úXm\õµ-
rAžYþÚ×ì%µÈè¢ì³†Á˜ê8ÁGýb>Jub^zwù¡oòâB9`ŒÑRš|É
3©PC°ö¼N…X¼ˆ©ÈpAø–×Ö'-mInìXô,r—}
+
3#VK„Ž‚6±äà‚öR7ÅýÅ<6b “}pWm—FË©%eEÞd¦f»2ëºqz–#Oñ!GÙ2+á—•A¶<…RéÍ={ îÁ‚«ÍãŠâÉND¡ òX‡íS»j¿!¨ÁѾR2èp©•š§~°©µüo× @C¿E£Ý“×Ï ‡ÊÊ-²'9~LÆöêÒ—±aû g×k¼¦ŽH–j³¦ÅÒ÷º§œÉMEƒ‘V›26qsòØ<–¸‹þ,sœÓÑ/`hŠl&(¬Í¯ˆ:Óî—…ð‚|*ÞŒ%õ}ȃQÖj†NÊ‘³™Leç7¿Bcïl±eÄ•9/*;4¦ ‚LAÿN‚Æ~ÈEdH¬n®-†JíC…«´DñŒ¯{¦“4DƒíKŒ.éÐÇšÊrPmÙ͆fë\í‚©ú·7÷Ë7 iJ5„
endstream
endobj
102 0 obj
<>stream
+8;Z,gc#LWD&;:X<0iX643;>lBC4Zq;8hR9e/SmKLZ%s-N5OUZ,"@eRq)74cR*Y:`No%b@,39>0PX1p[nbV;3`6MTMfJb-A
+(;F(Q9,Q9lHnXe@Th((dk[B)bSg%pUr!<,RcTK"W1O4ip4,TFHX2+h&mSR&N@]+t!
+]%Ua/Oq6c%0lqM3S0+i\dK@_mf8%1WX&ddT!Fqpd%g9Dp#7l5YNm_.EG^Ti"%cD-3rA#;@7fD-DSlF
+kPY>ClZ"%-^6@#uJt273oc,!%cnU`53=""TFQSE&qp%'ra,iOR=jP#0i"%e^5o`,L
+O61N=UOYCS57>$b#C7Pi.,mE\Y6$0d5C8>TjSZ5M&8I*n7'Ge;.K\;JWjnHfgog]#
+^KVH0i9?s$,XBlk\0mm*XrqL[i>B/rSrk-as*ch*o%S&Wr!i_R(:8\~>
endstream
endobj
97 0 obj
<>
endobj
100 0 obj
[/Indexed/DeviceRGB 255 101 0 R]
endobj
101 0 obj
<>stream
+8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0
+b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup`
+E1r!/,*0[*9.aFIR2&b-C#soRZ7Dl%MLY\.?d>Mn
+6%Q2oYfNRF$$+ON<+]RUJmC0InDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j$XKrcYp0n+Xl_nU*O(
+l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~>
endstream
endobj
86 0 obj
<>
endobj
87 0 obj
<>
endobj
88 0 obj
<>stream
+%!PS-Adobe-3.0
%%Creator: Adobe Illustrator(R) 13.0
%%AI8_CreatorVersion: 13.0.0
%%For: (Jason von Nieda) ()
%%Title: (Android Buttons.ai)
%%CreationDate: 5/30/08 11:55 PM
%%BoundingBox: -36 -36 951 636
%%HiResBoundingBox: -36 -36 950.5 636
%%DocumentProcessColors: Cyan Magenta Yellow Black
%AI5_FileFormat 9.0
%AI12_BuildNumber: 406
%AI3_ColorUsage: Color
%AI7_ImageSettings: 0
%%RGBProcessColor: 0 0 0 ([Registration])
%AI3_Cropmarks: 0 0 800 600
%AI3_TemplateBox: 400 300 400 300
%AI3_TileBox: 22 12 756 588
%AI3_DocumentPreview: None
%AI5_ArtSize: 600 800
%AI5_RulerUnits: 6
%AI9_ColorModel: 1
%AI5_ArtFlags: 0 0 0 1 0 0 1 0 0
%AI5_TargetResolution: 800
%AI5_NumLayers: 1
%AI9_OpenToView: -501.5 774.5 1 1619 1056 18 0 0 73 75 0 0 1 1 1 0 1
%AI5_OpenViewLayers: 7
%%PageOrigin:-102.3003 -302.2988
%AI7_GridSettings: 72 8 72 8 1 0 0.8 0.8 0.8 0.9 0.9 0.9
%AI9_Flatten: 1
%AI12_CMSettings: 00.MO
%%EndComments
endstream
endobj
89 0 obj
<>stream
+%%BoundingBox: 73 -19 951 595
%%HiResBoundingBox: 73 -18.4619 950.5 595
%AI7_Thumbnail: 128 92 8
%%BeginData: 15124 Hex Bytes
%0000330000660000990000CC0033000033330033660033990033CC0033FF
%0066000066330066660066990066CC0066FF009900009933009966009999
%0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66
%00FF9900FFCC3300003300333300663300993300CC3300FF333300333333
%3333663333993333CC3333FF3366003366333366663366993366CC3366FF
%3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99
%33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033
%6600666600996600CC6600FF6633006633336633666633996633CC6633FF
%6666006666336666666666996666CC6666FF669900669933669966669999
%6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33
%66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF
%9933009933339933669933999933CC9933FF996600996633996666996699
%9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33
%99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF
%CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399
%CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933
%CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF
%CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC
%FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699
%FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33
%FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100
%000011111111220000002200000022222222440000004400000044444444
%550000005500000055555555770000007700000077777777880000008800
%000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB
%DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF
%00FF0000FFFFFF0000FF00FFFFFF00FFFFFF
%524C45FD807D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D52FD077D
%527D7D7D52FD047DA8FD067D527D7D7D527D7D7D527D7D7D527D7D7D527D
%7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D
%527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D
%7D7D52FD197DA87D7D7DA8FD097DA87D7D7DA8FD577D527D527D527D527D
%527D527D527D527D527D527D7D7DFD0552A87D7D527D527D7D7DFD05527D
%7D7D527D527D527D527D527D527D527D527D527D527D527D527D527D527D
%527D527D527D527D527D527D527D527D527D527D527D527D527D527D527D
%527D527D527D527D527D527D527D527D527D527D527D527D52FD157DA852
%7D527D527D52A8FD057DA8527D527D525252A8FD577D527D7D7D527D7D7D
%527D7D7D527D7D7D52A87D534C5352534C537D7D527D52A852FD0B7D527D
%7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D
%527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D
%7D7D527D7D7D527D7D7D527D7D7D527D7D7D52FD167D29240324242429FD
%077DA8FD05FFFD577D527D527D527D527D527D527D527D527D527D527D52
%53294D294D29537C7D527D52A8527D7DA87DA8FD047D527D527D527D527D
%527D527D527D527D527D527D527D527D527D527D527D527D527D527D527D
%527D527D527D527D527D527D527D527D527D527D527D527D527D527D527D
%527D527D527D527D527D527D527D52FD157DA8527D527D587D52A8FD067D
%527D527D527D52A8FD557D527D7D7D527D7D7D527D7D7D527D7D7D52FD05
%7D5252527D52FD057D527D7D7D527D5252527D7D7D527D7D7D527D7D7D52
%7D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D
%7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D52
%7D7D7D527D7D7D527D7D7D52FD1C7D52A8FD0A7D527D7DA8FD577D527D52
%7D527D527D527D527D527D527D527D527D52FD077D527D527D527D52FD07
%7D527D527D527D527D527D527D527D527D527D527D527D527D527D527D52
%7D527D527D527D527D527D527D527D527D527D527D527D527D527D527D52
%7D527D527D527D527D527D527D527D527D527D527D527D527D52FD837D52
%7D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D
%7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D52
%7D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D
%7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D52
%7D7D7D52FD817D527D527D527D527D7DA87D7D7DA87D7D527D527D527D7D
%A87DA77D7D527D527D527D527D7DA8FD047D527D527D527D527D527D527D
%527D527D527D527D527D527D527D527D527D527D527D527D527D527D527D
%527D527D527D527D527D527D527D527D527D527D527D527D527D527D527D
%527D527D527D527D527D527D52FD097DA8FD057DA8FD067DA87D5277527D
%7DA8FD087D5276527DA8FD567D527D7D7D527D7DA852527DFF7D5252A852
%FD057D525302535252FD047D527D7D7D52766876527D7D7D527D7D7D527D
%7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D
%527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D
%7D7D527D7D7D527D7D7D527D7D7D52FD097DA87D52527DFF7D52FD067DA8
%527D5224297D52FD067DA8527D7693767D52A8FD557D527D527D52FD047D
%FFA8FFA8FFFD047D527D7D53232A0224232952A7527D527D526F68936893
%6875597D527D527D527D527D527D527D527D527D527D527D527D527D527D
%527D527D527D527D527D527D527D527D527D527D527D527D527D527D527D
%527D527D527D527D527D527D527D527D527D527D527D527D527D52FD077D
%A87DA8A8FFFFFFA8A87DA87D7D7DA84C2A2924234E29FD077D6F9368936F
%936FFD587D52FD057D52527DFF7D52527D7D7D527D7D52527D034D527C52
%7D52FD047D52527668765252FD047D527D7D7D527D7D7D527D7D7D527D7D
%7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D52
%7D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D
%7D527D7D7D52FD0A7D527DFF7D52FD067DA87D7C52244D7C52A8FD057DA8
%527D768C527D7DA8FD557D527D527D527D527D7D7D527D527D7D7D527D52
%7D52A87D522853527D7D7D527D527D7DA852764B5252A87D7D527D527D52
%7D527D527D527D527D527D527D527D527D527D527D527D527D527D527D52
%7D527D527D527D527D527D527D527D527D527D527D527D527D527D527D52
%7D527D527D527D527D527D527D527D527D52FD0B7DA87DA8FD097DA87DA7
%7DA8FD097DA87D847DA8FD577D527D7D7D527D7D7D52FD077D527D7D7D52
%7D52FD057D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D52
%7D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D
%7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D52
%7D7D7D527D7D7D527D7D7D52FD0D7DA27D7EFD737D527D527D527D527D7D
%A781815D837D7D527D527D527D527D527D527D527D527D527D527D527D52
%7D527D527D527D527D527D527D527D527D527D527D527D527D527D527D52
%7D527D527D527D527D527D527D527D527D527D527D527D527D527D527D52
%7D527D527D527D527D527D527D527D527D527D527D527D527D527D52FD09
%7DA75C5C82815688FD737D527D7D7D53A75C5C56FF825C32827D7D527D7D
%7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D52
%7D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D
%7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D52
%7D7D7D527D7D7D527D7D7D527D7D7D52FD077D7E825C5C81FFAD5C5C5CA8
%FD6F7D527D527D527D7D5D82FFCFFFA8FFA75C7D7D527D527D527D527D52
%7D527D527D527D527D527D527D527D527D527D527D527D527D527D527D52
%7D527D527D527D527D527D527D527D527D527D527D527D527D527D527D52
%7D527D527D527D527D527D527D527D527D527D527D527D527D527D527D52
%7D527D527D527D527D52FD077DA2818183ADFFCF82825CA8FD6F7D527D7D
%7D527D7D83325C56FF825C3281FD047D527D7D7D527D7D7D527D7D7D527D
%7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D
%527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D
%7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D
%52FD0B7D81325DAE82328083FD707D527D527D527D527D7D82565C56817C
%7D527D527D527D527D527D527D527D527D527D527D527D527D527D527D52
%7D527D527D527D527D527D527D527D527D527D527D527D527D527D527D52
%7D527D527D527D527D527D527D527D527D527D527D527D527D527D527D52
%7D527D527D527D527D527D527D527D527D527D527D52FD0B7DA782A77D7E
%FD737D527D7D7D527D7D7D537D7D7D527D7D7D527D7D7D527D7D7D527D7D
%7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D52
%7D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D
%7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D52
%7D7D7D527D7D7D52FD817D527D527D527D527D527D527D527D527D527D52
%7D527D527D527D527D527D527D527D527D527D527D527D527D527D527D52
%7D527D527D527D527D527D527D527D527D527D527D527D527D527D527D52
%7D527D527D527D527D527D527D527D527D527D527D527D527D527D527D52
%7D527D527D527D527D527D527D527D527D52FD817D527D7D7D527D7D7D52
%7D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D
%7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D52
%7D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D
%7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D52FD837D52
%7D527D527D527D527D527D527D527D527D527D527D527D527D527D527D52
%7D527D527D527D527D527D527D527D527D527D527D527D527D527D527D52
%7D527D527D527D527D527D527D527D527D527D527D527D527D527D527D52
%7D527D527D527D527D527D527D527D527D527D527D527D527D527D527D52
%7D527D527D52FD837D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D52
%7D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D
%7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D52
%7D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D
%7D527D7D7D527D7D7D527D7D7D52FD817D527D527D527D527D527D527D52
%7D527D527D527D527D527D527D527D527D527D527D527D527D527D527D52
%7D527D527D527D527D527D527D527D527D527D527D527D527D527D527D52
%7D527D527D527D527D527D527D527D527D527D527D527D527D527D527D52
%7D527D527D527D527D527D527D527D527D527D527D527D52FD817D527D7D
%7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D52
%7D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D52FD047DA8FD06
%7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D52
%7D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D52FD3B
%7DA8A8FD09FFA8A8FD3B7D527D527D527D527D527D527D527D527D527D52
%7D527D527D527D527D527D527D527D527D527D527D527D527D527D527D52
%7D527D527DA8FD0FFFA87D527D527D527D527D527D527D527D527D527D52
%7D527D527D527D527D527D527D527D527D527D527D527D527D527D527D52
%7D527D527D52FD357DA8FD06FFC9C9C8FD04C9FD06FFA8FD397D527D7D7D
%527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D
%7D7D527D7D7D527D7D7D52FD047DFD05FFC8C198C098C098C098C098C2C9
%FD05FFFD047D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D
%527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D52FD327DA8FF
%FFFFCFC898C0BAC098C0C0C098C0C0C098C0C0C9CFFFFFFFA8FD347D527D
%527D527D527D527D527D527D527D527D527D527D527D527D527D527D527D
%527D527D527D527D527D527D527D527D7DFFFFFFA0C098C098C098C098C0
%98C098C098C098C098C1A7FFFFFFA87D527D527D527D527D527D527D527D
%527D527D527D527D527D527D527D527D527D527D527D527D527D527D527D
%527D527D52FD307DA8FFFFFFC1FD13C098C0C8FFFFFFA8FD327D527D7D7D
%527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D
%7D7D527D7D7D527D7D7D527D7DFFFFFF9FBA98C098C098C098C098C098C0
%98C098C098C098C098C0C1FFFFFF7D7D527D7D7D527D7D7D527D7D7D527D
%7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D
%52FD317DFFFFFFC1C0C0C098C0BAC098C0C0C098C0C0C098C0C0C098C0C0
%C098C0C2FFFFFFFD317D527D527D527D527D527D527D527D527D527D527D
%527D527D527D527D527D527D527D527D527D527D527D527D52A8FFFFA0BA
%98C098C098C198C098C098C098C098C098C098C098C098C098C0C8FFFFFF
%527D527D527D527D527D527D527D527D527D527D527D527D527D527D527D
%527D527D527D527D527D527D527D527D52FD2D7DA8FFFFC9C0BAC0C0C098
%C9FFC198FD09C0BAC9CFC1BAFD05C0CAFFFFA852FD307D527D7D7D527D7D
%7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D52
%7D7D7D527DA8FFCFC198C098C098C9FFFFFFC198C098C098C098C098C9FF
%FFCAC198C098C098C1FFFFA87D527D7D7D527D7D7D527D7D7D527D7D7D52
%7D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D52FD2D
%7DFFFFC998C0C0C098C9FD05FFC198C0C0C098C0BAC9FD04FFCAC1C0C098
%C0BACFFFFFA8FD2E7D527D527D527D527D527D527D527D527D527D527D52
%7D527D527D527D527D527D527D527D527D527D527D52A8FFFF9EC098C098
%C1FD06FFCAC198C098C098C8FD06FFA7C098C098C09FFFFFFF527D527D52
%7D527D527D527D527D527D527D527D527D527D527D527D527D527D527D52
%7D527D527D527D527D52FD2C7DFFFFC9C0BAC0C0C0BAC9FD06FFCFC1BAC0
%98C9FD07FFC7FD06C0CAFFFFFD2E7D527D7D7D527D7D7D527D7D7D527D7D
%7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7DFFFF
%C898C098C098C098C9FD06FFCAC198C8FD06FFCFC198C098C098C098C9FF
%FF7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D
%7D527D7D7D527D7D7D527D7D7D52FD2C7D52A8FFFF9EC0C0C098C0C0C098
%C9FD06FFCAC9FD07FFC1BAC098C0C0C098C0C1FFFFA8FD2D7D527D527D52
%7D527D537D7CA7767D527D527D527D527D527D527D527D527D527D527D52
%7D527D527D527DA8FFCAC098C098C098C098C098C9FD0CFFCFC198C098C0
%98C098C098C1FFFFA87D527D527D527D527D527D527D527D527D527D527D
%527D527D527D527D527D527D527D527D527D527D527D52FD0A7D7CCEC9C9
%FD1D7DFFFFCFBAFD0AC0CFFD0BFFC798FD0AC0FFFFFFFD2F7D527D7D7D52
%7D53A7C8C1C97D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D
%7D527D7D7DA8FFC9C098C098C098C098C098C098C9FD08FFCFC198C098C0
%98C098C098C098C0CAFFA87D7D7D527D7D7D527D7D7D527D7D7D527D7D7D
%527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D52FD0B7DC9C9
%C9FD1D7DFFFFC9BAC098C0C0C098C0C0C098C0BACFFD07FFC898C0C0C098
%C0C0C098C0C0C098FFFFFFFD2D7D527D527D527D527D527D7CA1527D527D
%527D527D527D527D527D527D527D527D527D527D527D527D527DA8FFA7C0
%98C098C098C098C098C098C2CFFD07FFC9C098C098C098C098C098C098C0
%A8FFA87D527D527D527D527D527D527D527D527D527D527D527D527D527D
%527D527D527D527D527D527D527D527D52FD2B7DFFFFCFFD0AC098C8FD0A
%FFCAC1BAFD0AC0FFFFFFFD2D7D527D7D7D527D7D7D527D7D7D527D7D7D52
%7D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527DA8FFCAC098
%C098C098C098C098C1FD0CFFCAC098C098C098C098C098C0CFFFA87D527D
%7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D
%527D7D7D527D7D7D52FD2C7D52A8FFFF9EC0C0C098C0C0C098C8FD07FFCF
%FD06FFCAC1BAC098C0C0C098C0C1FFFFFFFD2D7D527D527D527D527D527D
%527D527D527D527D527D527D527D527D527D527D527D527D527D527D527D
%527D7DFFFFC298C098C098C098C1FD07FFC298CFFD06FFA7C098C098C098
%C098C8FFFF7D7D527D527D527D527D527D527D527D527D527D527D527D52
%7D527D527D527D527D527D527D527D527D527D52FD2B7DA8FFFFC9FD05C0
%BAC7FD07FFC898C0C0CFFD06FFCAC0BAC0C0C0BAC0CAFFFFA8FD2F7D527D
%7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D
%527D7D7D527D7D7D52FFFFFF98C098C098C1FD07FFC898C098C098CFFD06
%FFC9C098C098C09EFFFFFF527D7D7D527D7D7D527D7D7D527D7D7D527D7D
%7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D52FD2D7DFF
%FFC898C0C0C09ECFFD05FFC898C0C0C098C0C0CFFD05FFC8BAC098C0BAC9
%FFFFA8FD2E7D527D527D527D527D527D527D527D527D527D527D527D527D
%527D527D527D527D527D527D527D527D527D527DA8FFCAC098C098C098CF
%FFFFFFC898C098C098C098C098CFFFFFFFC298C098C098C1CFFFA87D527D
%527D527D527D527D527D527D527D527D527D527D527D527D527D527D527D
%527D527D527D527D527D527D52FD2C7D52A8FFFFC8FD06C0CFFFC9BAFD0A
%C0FFFFC898C0C0C0BAC0C9FFFFFFFD2F7D527D7D7D527D7D7D527D7D7D52
%7D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D52FD04
%7DFFFFFF9EC098C098C09EC898C098C098C098C098C098C09EC898C098C0
%98C09FFFFFFFFD047D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D52
%7D7D7D527D7D7D527D7D7D527D7D7D527D7D7D52FD317DFFFFFF9EC0C0C0
%98C0BAC098C0C0C098C0C0C098C0C0C098C0C0C098C0C1FFFFFFA8FD307D
%527D527D527D527D527D527D527D527D527D527D527D527D527D527D527D
%527D527D527D527D527D527D527D527DA8FFFFCA98C098C098C098C098C0
%98C098C098C098C098C098C098BA98FFFFFFA87D527D527D527D527D527D
%527D527D527D527D527D527D527D527D527D527D527D527D527D527D527D
%527D527D527D52FD307DA8FFFFCFC0C0BAFD13C0C1FFFFFFA8FD347D527D
%7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D
%527D7D7D527D7D7D527D7D7D527DA8FFFFFF9FC098C098C098C098C098C0
%98C098C098C098C0C2FFFFFFA87D527D7D7D527D7D7D527D7D7D527D7D7D
%527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D
%7D7D52FD047D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D
%527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527DA8FFFFFFC9C198C0
%C0C098C0C0C098C0C0C098C0BAC1C9FFFFFFA87D527D527D7D7D527D7D7D
%527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D7D7D527D
%7D7D527D7D7D527D7D7D527DA8A8A87DA8A8A87DA8A8A87DA8A8A87DA8A8
%A87DA8A8A87DA8A8A87DA8A8A87DA8A8A87DA8A8A87DA8A8A87DA8A8A87D
%A8A8FFFFFFCFC99FC098BA98C098C098C098C09FC9FD04FFA8A87DA8A8A8
%7DA8A8A87DA8A8A87DA8A8A87DA8A8A87DA8A8A87DA8A8A87DA8A8A87DA8
%A8A87DA8A8A87DA8A8A87DA8A8A87DA8A8A8FD39FFCFC9C8C8C1C7C1C8C8
%CFCFFDFCFFFDBFFFFF
%%EndData
endstream
endobj
90 0 obj
<>stream
+%AI12_CompressedDataxœì½ëŽ$¹‘&ú|‡~t¬ÓtÒ…ƒâ:g-©!ivµ,5ê’T;uiTWVçéíJ#Ý#2²²4+édUeéAçÅHš}vá?ü_ßüú«ýwþíõWÓnxpÿðǯ_}úðñgH}øç·oüáÓG ýäW?}ðå©òÐþŸó·üà{ýñ‡7Þÿ…¿¼À·ò__ýðáýÔ?¿xóú»W?}øÉOËï~óæÓÛ×å·û÷ß}üð滇ß>}xÿÃîÕ›ŸÊ»Ke§WŸÊCñ¿LÃòƒ÷?‹ñᛟ—~|ÿÝ›÷8|øß?{øjšñÏýÃ<Íå×ÿÏ›_½þáÊ3Ã.òS§¿ûñÝë÷Ÿ¾ùøáw¯øáøáí‡?üìáøçWï~þêå7¯þÇë·o?üéáðöÕïþÝ•îÆo/oÞ¾.={÷êÓÃÝÜÿ³¿=üøæíw¿øñÝ¿½.]Ãäé[¬ñ_~(U•Zá3Ó·ÿü®P~ýúÓ§Ò¸ò>ª_ýÓÁ¶¢±üä_õúopØËhüÏŸrµ?|ÿîÕÇÿËÃð0ýî7¯ß}ÿ¶Œv:”ßLåÿËO”öãoÇñÁ)Î1gú]‘×ÿñæõŸ~öð‹ï_S·÷?ýúÍÿ[:R^¯$ê¯~|ûú㿼ó©´;½P§þá»×o+èw/o_ýáé–¯Ó¿yõñ¯?•9ûðöÇOÈDú†2¨_¿úók˜O/øå÷¯ßÿæÃÃö}_æ3¥Pþö~ö˃J—|Æw¤©tßæñÜ$¨ªºS™„oÊ´üòã›?¼yÿ³¯ü0îÊM…iʧq¡JßþÓÇ7ßÕ©KãC¦¿°3»lþ,ò‡Z]àÓ§×ï¹…eŽ?7,0ì~þËÒ‚óûïŽÞÁü L^æþ}a‹·þ@¿ÓÏø›òõ¿§Þàÿ¿-“õÍÇ7ï¡N÷üMþö›·?–_ýÓÇ?~ÿÏïÿÁý„Vó7¯>ý±0õë÷ßýP$Ñè¿ôBýúͼ&ZY•ßÿôf}¿ùøêw嵿ü·ÿõúwŸÊ—™P?ýúÇ7Ÿ^?^ѯÃôñáðñÇþøð›ÞjûÚ_i3™ŒTxþ¯ãßàÞÿò=ôúMü@ÿ¦²TþêÞRž¾þ†òË¿æÚ¯Þ¾}󇯾ÿã›ßm½`ã÷ú&úÝ^VÖøÇ×õûø_ù÷¶üó»ûðöÍï*7Ê7¯>~zó»·¯ýç>½~÷xm§×¿/‡”6¤žßÿÇë·¾7TÊ«÷ß=ü÷W¿¿U5LÓïß¼ÿ®¬\Ïu?¼ûŽÛ‡_ÿñÕ÷¯±¹ŸþxÁ'}¿}õþÕǤk•°ýþ-ûY»%M+ß–Ñn}_}ucOýÃá½ùý?}|õÝ›²ÝI¤|üsyéû×Ø"ÿÔm“ády8|çþÕýßnÈÃRÊËa8§á<\üàág,eòÁÇRfŸ|ö‹ßûC)Gòg‡Rü8ŽÓÆXÊìÆ4æR–q?ÆãxÏãe¼LÃ4NÓ¦8ÍSšò´Lûé0§S)çé†àÃBˆ¥Ì!…–°‡prá\Ê¥4aŒSùmŒsL1»„ÆÇaþÉØ‘=þ9`GŽ¥#ЙÒíPíRà.QᎹÒ/êöûçMÿf,‰»W;ˆ]ÄNzí&vÔqOkoÏÐ[j|(͇@óv¡ÎƒÌw 4_fdâ¡Y¦CãËg¦æÔMt`ÂÐìä®u–¨Ø ×L–táX?”æ—ÑΗ3üœÎÇóá¼?/ç|NçùaÆJGdz/=¸œÎ§Óéx:œö§å”Oé4Ÿâ)”‰K3‡ãåX¾~<¹ãñx8îË1Óq>Æc(/Ë„‡Ëá|8Ž‡ÃaXùó!Âa:Œ¥ÇÃþ²?ïOûãþ°ßï—}Þ§ý¼nöSé¢/LqYÎËi9.‡ecÏ¿˜ÆßnþVLô ;p¥7:±Ù
ÇýÀžÔŽPãÇ‹×Ñ?™Ñ¿ÖvÚ9(]p:
'îDíB?}'ú¹Àn¸f:ê„ü£ÿðíácéCaß ×¢÷CYŸ' d}ØŒxqñÀDüE) WL”GìCôkx V`F-Ã0•áˆe`R }¬c´óùûÖc~½à´í—Ñvl`¡lecÙc†éR–û©¬š® \VÓ\VU(ËË—Å6”Ew.‹ïXâ‚‹2•%Ë^3•%ëaùú‹Ãí6¦CYá°ÔSÙ¹fØ°eXÕrÀz¬+mÕ…UQeR¡T™¨ÊR©ÎÎÎÏ·¢¾ZnÞIßjÿؼ—ÞG]hÞéðµ°É¼Þyâ,ÌtÞ_Ê,ûÂcSáµXx.Þ[
+
+7žÊŒ]Ê"ó…O§Â¯±ðm.<¼/¼|,<}>^Jë}YSaúè
+÷§²
+–²…çOe}\JýyÄn¼ãÚ[’yÏÆ›èENßԼؒÞwï»ÒÕ^™·gûeßvnÖàpûÇ›‚É [jþ;já#Ìñ)Vb:Éä4;éQ<ðA\O³ˆ,]b8ÊŽõ8¾tgYೌŽb‘5¶¥
#o8>‚IÜIà ä¾\##£C#Tþv8Dv˜f=éa“ZXîZpë:¨ÈrâqâS¿
+.N,¨ôyÀ²ÚžÏÿvÔ:ÆÍñ°5RÌSÇâÖ8ÈhgÆaî$ž:$ùuÎÂ/kñͶ!)nV1ˆd s”õ(ˆ(—qÓ*ÃàxÎ\P9Çþœµœ¸±àÉxÙc)ÂÆ%cI¥ÌXb)¡”r8½‘@ä·rät”G<Êé0yDŽs<Ð]Yòr¢W¹ªéÇGŽt:Ð\ⶤ+’<î‹õh,:©à`@êx™LÆã¾QÍÉ lŒ‰H›—MY튴æxX©óž±¸ÆWy£óFŽÊ!Ï+óõ‚«‘¾™G¬ìºg$?æ@©‹`¸Œ¼m–ÑÚè—AyìcA›ö!ûk"6}ä©XF4•ñ]Êx—Ž¿ËEdþ»7ê«r,IJ"'©¤„›Ø%S`I®•Ç«˜£bì¾c“ʹ"YYŒßpCî(³ÎÈ)%×ùGÄÛr×…6Xr=J
+$+ýzÖ/Í—è+*`¨ˆ±’”7åäuÃn
+qX lC" ÍãÇ% =Ó2ŽðaL!zø@O9=,~ÓUýÚý÷_¢ªÃ¥E ÿ–Ïåƒ_æ!ã‡8ç«YäæÃ2Œ¥–èwSôÓCXvaÊcmÖªÚ–r˜ ñ?Íÿ`ŸKÏ"|X‚÷á/¹tª¦içÃìM«ž[¶g,C˜á µø°Œ>&ryE‚žÓ‡RQ z|ÚxR[ôê‚6©Êø0‡ˆÐÁ!êË®=ô<˜w>ÑXc|>Hu2õ<<Ã\~’ùP'æ®ð<¼+#—ÛZÌÔ?³¦ÒžÃI‘K·1Éw|ð?u´Ré¨hd-E݈ò%•NYQʹG)ÊÁgò¬æ`ñ/Öø®G)Yip¢54 屜©€Q=J÷ñPNÒs9I†Ò¸±h#aŽ0à…–y?\=Ne›…£f(âü˜¦TjN1Í)¥œ–´O‡¢ùÊ.~¾º iO9ä˜K-9å\&nŸùB+[=œYÃâ
+˜
+OÅRæ¥L þÀeK9íA6(œppüø=ŽÊ¾ô{_º¶€£•v"U^‚xü° ÈPÔóªèPPÐÁƒÏ£º^J«TTua2Šä|eŽ¯âŸN'»¥[à¶JûI1郙ï:ãŠvÚißЛ™ïç½Î< ÔeÔiúEh™@Ù âƒ3ópBåƒÅ1+ôÌ0!3XVf8^ðÌAy!;f…ƒ²ÂYYÁ3+#”ŽlqÁçͬèwcg08€[ÍêqŽß^É=Ž`-»n^óÚ¯h™×~EÚ^Üj^ëâîgv3Û®ñÕ*w¼ÐëR§ùõ<¿Á,öºÜÍ£|éëŠwfÑ×%Oó|jæ¹éºèŸ ÜýóWUá&|á,nÑ¢[jž1`?“Z“„kÅ<æ2kd°a,*ðí7KáÇÂå}#ra*ü¯©p]*óx(Œv),æÙ.8nº
+…{–Â0—Â&¡0ƾ0Ä¥0@,3~(Ò÷Pæs.+õXvä±(®©lÙGQ^Ϩ¢P-ͨŒF(FcZX›u®uܦUç1cÂ
£Ž»fÕÙ6êö†³m.]…ÿDz†²óËú8–u²Ï‹+Ë&•ËH‘ºŒØPTðsYlDzèöesY‰sY‘¡¬Í±¬Ñ¡¬×sécï}Y˹¬é¹¬îPÖù8{W´KYþ§²
ÊŠYÊÎÊË^'ÁXæo(Zä¹Ìå±Ìè¾Ìk.³;_³¸Î@0*Ð^¡ý•€!}„òÿÎìŒuîËÎkÎîËÎë<¸óúäY…IuÏ™U@5_föïxf+ R4!Ph‡ÁêªL)z—§ÿéoõÿOÑɾùñã÷o_?üª^½µž"W~Qtä©ÓÎc
+¥Ø€–Ηáb