From 4a806b607a11fc8a5296b11d5b863bbf8a448808 Mon Sep 17 00:00:00 2001 From: Sasha Sherstnev Date: Tue, 19 Nov 2013 09:52:08 +0000 Subject: [PATCH] JPRED-2 Add alscript to the Git repository --- sources/alscript/LICENSE | 121 + sources/alscript/README | 6 + sources/alscript/README_WINDOWS | 20 + sources/alscript/RELEASE_NOTES | 21 + sources/alscript/build | 54 + sources/alscript/doc/README | 9 + sources/alscript/doc/alscript.pdf | Bin 0 -> 104699 bytes sources/alscript/doc/alscript.ps | 1668 ++ sources/alscript/doc/alscript.tex | 1745 ++ .../doc/alscript/_19723_tex2html_wrap672.xbm | 8 + sources/alscript/doc/alscript/alscript.html | 80 + sources/alscript/doc/alscript/images.log | 42 + sources/alscript/doc/alscript/images.pl | 7 + sources/alscript/doc/alscript/images.tex | 54 + sources/alscript/doc/alscript/labels.pl | 16 + sources/alscript/doc/alscript/section3_10.html | 35 + sources/alscript/doc/alscript/section3_11.html | 22 + sources/alscript/doc/alscript/section3_12.html | 45 + sources/alscript/doc/alscript/section3_13.html | 65 + sources/alscript/doc/alscript/section3_14.html | 33 + sources/alscript/doc/alscript/section3_15.html | 28 + sources/alscript/doc/alscript/section3_16.html | 38 + sources/alscript/doc/alscript/section3_17.html | 17 + sources/alscript/doc/alscript/section3_2.html | 44 + sources/alscript/doc/alscript/section3_3.html | 26 + sources/alscript/doc/alscript/section3_4.html | 30 + sources/alscript/doc/alscript/section3_5.html | 22 + sources/alscript/doc/alscript/section3_6.html | 23 + sources/alscript/doc/alscript/section3_7.html | 83 + sources/alscript/doc/alscript/section3_8.html | 38 + sources/alscript/doc/alscript/section3_9.html | 50 + .../alscript/doc/alscript/subsection3_10_1.html | 74 + .../alscript/doc/alscript/subsection3_10_2.html | 67 + .../alscript/doc/alscript/subsection3_10_3.html | 44 + .../alscript/doc/alscript/subsection3_11_1.html | 133 + .../alscript/doc/alscript/subsection3_11_2.html | 92 + .../alscript/doc/alscript/subsection3_13_1.html | 96 + .../alscript/doc/alscript/subsection3_16_1.html | 45 + .../alscript/doc/alscript/subsection3_16_10.html | 50 + .../alscript/doc/alscript/subsection3_16_11.html | 21 + .../alscript/doc/alscript/subsection3_16_12.html | 51 + .../alscript/doc/alscript/subsection3_16_2.html | 65 + .../alscript/doc/alscript/subsection3_16_3.html | 54 + .../alscript/doc/alscript/subsection3_16_4.html | 79 + .../alscript/doc/alscript/subsection3_16_5.html | 28 + .../alscript/doc/alscript/subsection3_16_6.html | 45 + .../alscript/doc/alscript/subsection3_16_7.html | 28 + .../alscript/doc/alscript/subsection3_16_8.html | 82 + .../alscript/doc/alscript/subsection3_16_9.html | 35 + .../doc/alscript/subsubsection3_16_1_1.html | 21 + .../doc/alscript/subsubsection3_16_1_2.html | 62 + .../doc/alscript/subsubsection3_16_1_3.html | 185 + .../doc/alscript/subsubsection3_16_1_4.html | 299 + .../alscript/doc/alscript/tableofcontents3_1.html | 67 + sources/alscript/examples/demo/example.als | 11 + sources/alscript/examples/demo/example.blc | 33 + sources/alscript/examples/demo/example.ps | 103 + sources/alscript/examples/demo/example1.als | 184 + sources/alscript/examples/demo/example1.blc | 102 + sources/alscript/examples/demo/example1.ps | 5460 +++++ sources/alscript/examples/demo/example2.als | 24 + sources/alscript/examples/demo/example3.als | 209 + sources/alscript/examples/demo/example3.ps |10686 +++++++++ sources/alscript/examples/demo/example4.als | 192 + sources/alscript/examples/demo/ipns.als | 307 + sources/alscript/examples/demo/ipns.blc | 438 + sources/alscript/examples/demo/ipns.ps |22867 ++++++++++++++++++++ sources/alscript/examples/example.als | 11 + sources/alscript/examples/example.blc | 33 + sources/alscript/examples/example1.als | 184 + sources/alscript/examples/example1.blc | 102 + sources/alscript/examples/example2.als | 24 + sources/alscript/examples/example3.als | 209 + sources/alscript/examples/example4.als | 192 + sources/alscript/examples/ipns.als | 307 + sources/alscript/examples/ipns.blc | 438 + sources/alscript/examples/ipns.pdf | Bin 0 -> 49054 bytes sources/alscript/examples/ipns.ps |22867 ++++++++++++++++++++ sources/alscript/gjutil/gjtimes.c | 343 + sources/alscript/gjutil/gjtimes.h | 16 + sources/alscript/gjutil/gjutil.c | 986 + sources/alscript/gjutil/gjutil.h | 109 + sources/alscript/src/agetbloc.c | 135 + sources/alscript/src/alps.c | 3853 ++++ sources/alscript/src/alscript.c | 223 + sources/alscript/src/alscript.dcl | 10 + sources/alscript/src/alsnum.c | 124 + sources/alscript/src/array.h | 73 + sources/alscript/src/ckdd.c | 6 + sources/alscript/src/clus2blc.c | 194 + sources/alscript/src/defaults.h | 26 + sources/alscript/src/descrip.mms | 48 + sources/alscript/src/example.blc | 20 + sources/alscript/src/fast2blc.c | 201 + sources/alscript/src/gjutil.c | 982 + sources/alscript/src/gjutil.h | 109 + sources/alscript/src/makefile | 61 + sources/alscript/src/makefile.gcc | 63 + sources/alscript/src/makefile.linux | 61 + sources/alscript/src/makefile.osf | 56 + sources/alscript/src/makefile.sgi | 56 + sources/alscript/src/makefile.sol | 63 + sources/alscript/src/makefile.sun | 56 + sources/alscript/src/makefile.wat | 60 + sources/alscript/src/msf2blc.c | 204 + sources/alscript/src/mzcons.c | 122 + sources/alscript/src/version.h | 16 + 107 files changed, 79432 insertions(+) create mode 100644 sources/alscript/LICENSE create mode 100644 sources/alscript/README create mode 100644 sources/alscript/README_WINDOWS create mode 100644 sources/alscript/RELEASE_NOTES create mode 100755 sources/alscript/build create mode 100644 sources/alscript/doc/README create mode 100644 sources/alscript/doc/alscript.pdf create mode 100644 sources/alscript/doc/alscript.ps create mode 100644 sources/alscript/doc/alscript.tex create mode 100644 sources/alscript/doc/alscript/_19723_tex2html_wrap672.xbm create mode 100644 sources/alscript/doc/alscript/alscript.html create mode 100644 sources/alscript/doc/alscript/images.log create mode 100644 sources/alscript/doc/alscript/images.pl create mode 100644 sources/alscript/doc/alscript/images.tex create mode 100644 sources/alscript/doc/alscript/labels.pl create mode 100644 sources/alscript/doc/alscript/section3_10.html create mode 100644 sources/alscript/doc/alscript/section3_11.html create mode 100644 sources/alscript/doc/alscript/section3_12.html create mode 100644 sources/alscript/doc/alscript/section3_13.html create mode 100644 sources/alscript/doc/alscript/section3_14.html create mode 100644 sources/alscript/doc/alscript/section3_15.html create mode 100644 sources/alscript/doc/alscript/section3_16.html create mode 100644 sources/alscript/doc/alscript/section3_17.html create mode 100644 sources/alscript/doc/alscript/section3_2.html create mode 100644 sources/alscript/doc/alscript/section3_3.html create mode 100644 sources/alscript/doc/alscript/section3_4.html create mode 100644 sources/alscript/doc/alscript/section3_5.html create mode 100644 sources/alscript/doc/alscript/section3_6.html create mode 100644 sources/alscript/doc/alscript/section3_7.html create mode 100644 sources/alscript/doc/alscript/section3_8.html create mode 100644 sources/alscript/doc/alscript/section3_9.html create mode 100644 sources/alscript/doc/alscript/subsection3_10_1.html create mode 100644 sources/alscript/doc/alscript/subsection3_10_2.html create mode 100644 sources/alscript/doc/alscript/subsection3_10_3.html create mode 100644 sources/alscript/doc/alscript/subsection3_11_1.html create mode 100644 sources/alscript/doc/alscript/subsection3_11_2.html create mode 100644 sources/alscript/doc/alscript/subsection3_13_1.html create mode 100644 sources/alscript/doc/alscript/subsection3_16_1.html create mode 100644 sources/alscript/doc/alscript/subsection3_16_10.html create mode 100644 sources/alscript/doc/alscript/subsection3_16_11.html create mode 100644 sources/alscript/doc/alscript/subsection3_16_12.html create mode 100644 sources/alscript/doc/alscript/subsection3_16_2.html create mode 100644 sources/alscript/doc/alscript/subsection3_16_3.html create mode 100644 sources/alscript/doc/alscript/subsection3_16_4.html create mode 100644 sources/alscript/doc/alscript/subsection3_16_5.html create mode 100644 sources/alscript/doc/alscript/subsection3_16_6.html create mode 100644 sources/alscript/doc/alscript/subsection3_16_7.html create mode 100644 sources/alscript/doc/alscript/subsection3_16_8.html create mode 100644 sources/alscript/doc/alscript/subsection3_16_9.html create mode 100644 sources/alscript/doc/alscript/subsubsection3_16_1_1.html create mode 100644 sources/alscript/doc/alscript/subsubsection3_16_1_2.html create mode 100644 sources/alscript/doc/alscript/subsubsection3_16_1_3.html create mode 100644 sources/alscript/doc/alscript/subsubsection3_16_1_4.html create mode 100644 sources/alscript/doc/alscript/tableofcontents3_1.html create mode 100644 sources/alscript/examples/demo/example.als create mode 100644 sources/alscript/examples/demo/example.blc create mode 100644 sources/alscript/examples/demo/example.ps create mode 100644 sources/alscript/examples/demo/example1.als create mode 100644 sources/alscript/examples/demo/example1.blc create mode 100644 sources/alscript/examples/demo/example1.ps create mode 100644 sources/alscript/examples/demo/example2.als create mode 100644 sources/alscript/examples/demo/example3.als create mode 100644 sources/alscript/examples/demo/example3.ps create mode 100644 sources/alscript/examples/demo/example4.als create mode 100644 sources/alscript/examples/demo/ipns.als create mode 100644 sources/alscript/examples/demo/ipns.blc create mode 100644 sources/alscript/examples/demo/ipns.ps create mode 100644 sources/alscript/examples/example.als create mode 100644 sources/alscript/examples/example.blc create mode 100644 sources/alscript/examples/example1.als create mode 100644 sources/alscript/examples/example1.blc create mode 100644 sources/alscript/examples/example2.als create mode 100644 sources/alscript/examples/example3.als create mode 100644 sources/alscript/examples/example4.als create mode 100644 sources/alscript/examples/ipns.als create mode 100644 sources/alscript/examples/ipns.blc create mode 100644 sources/alscript/examples/ipns.pdf create mode 100644 sources/alscript/examples/ipns.ps create mode 100644 sources/alscript/gjutil/gjtimes.c create mode 100644 sources/alscript/gjutil/gjtimes.h create mode 100644 sources/alscript/gjutil/gjutil.c create mode 100644 sources/alscript/gjutil/gjutil.h create mode 100755 sources/alscript/src/.pure create mode 100644 sources/alscript/src/agetbloc.c create mode 100644 sources/alscript/src/alps.c create mode 100644 sources/alscript/src/alscript.c create mode 100644 sources/alscript/src/alscript.dcl create mode 100644 sources/alscript/src/alsnum.c create mode 100644 sources/alscript/src/array.h create mode 100644 sources/alscript/src/ckdd.c create mode 100644 sources/alscript/src/clus2blc.c create mode 100644 sources/alscript/src/defaults.h create mode 100644 sources/alscript/src/descrip.mms create mode 100644 sources/alscript/src/example.blc create mode 100644 sources/alscript/src/fast2blc.c create mode 100644 sources/alscript/src/gjutil.c create mode 100644 sources/alscript/src/gjutil.h create mode 100644 sources/alscript/src/makefile create mode 100644 sources/alscript/src/makefile.gcc create mode 100644 sources/alscript/src/makefile.linux create mode 100644 sources/alscript/src/makefile.osf create mode 100644 sources/alscript/src/makefile.sgi create mode 100644 sources/alscript/src/makefile.sol create mode 100644 sources/alscript/src/makefile.sun create mode 100644 sources/alscript/src/makefile.wat create mode 100644 sources/alscript/src/msf2blc.c create mode 100644 sources/alscript/src/mzcons.c create mode 100644 sources/alscript/src/version.h diff --git a/sources/alscript/LICENSE b/sources/alscript/LICENSE new file mode 100644 index 0000000..30b663f --- /dev/null +++ b/sources/alscript/LICENSE @@ -0,0 +1,121 @@ +SOFTWARE LICENCE AGREEMENT FOR ACADEMIC USE OF ALSCRIPT + +IMPORTANT: This software and its associated documentation are the copyright +works of the author, Geoffrey J. Barton hereinafter referred to as the +LICENSOR. Use of the software and documentation is governed by the terms of +the Academic License Agreement set out below. You, hereinafter referred to +as the LICENSEE, will not be able to install the software unless you first +agree to those terms. + +The LICENSOR has developed a body of computer software and associated +documentation called ALSCRIPT hereafter referred to as the WORK. + +The LICENSEE desires to use the WORK for education and research purposes. + +The LICENSEE and LICENSOR agree as follows: + +The LICENSOR grants to the LICENSEE a nonexclusive, nontransferable, +licence to use the WORK subject to the following conditions. + +1. LICENSEE'S RIGHTS + +The Licensee shall have the right to use the WORK for educational and +research purposes on all computers owned or leased by the Licensee and +located on the LICENSEE'S campus or site. + +2. RESTRICTIONS ON USE + +No commercial use of any kind is permitted under this licence. For +commercial use, a commercial licence is required. + +3. LICENSING FEE + +For a distribution via electronic means, there is no fee. For a physical +distribution on magnetic media, the fee is fifty (50) pounds (UK). + +4. NO SUPPORT + +The LICENSEE recognizes that the LICENSOR is not obligated to provide +support, maintenance, consulting, or revision of the WORK. If the LICENSOR +chooses to release to the LICENSEE updates of, additions to, or +modifications of the WORK, this agreement shall apply to them as though +they were part of the original WORK. + +5. NO PRODUCT WARRANTY + +The WORK is released on a "as is" basis. There is no warranty whatsoever as +to functioning, performance or effect on hardware or other software, +express or implied. The LICENSOR disclaims any implied warranties of +merchantability or fitness for any particular purpose. + +6. OWNERSHIP + +The LICENSEE agrees that the WORK including any updates, additions, and +modifications, is, and shall at all times remain, the property of the +LICENSOR, and that it has been copyrighted by the LICENSOR. The LICENSEE +shall have no right, title or interest therein or thereto except as +expressly set forth in this agreement. + +7. CREDITS + +All credits and copyright notices in the WORK, both in listings and/or +documentation, whether names of individuals or organisations, shall be +retained in place. Publications referring to the WORK, or to other works +containing the WORK in whole or in part, shall refer to it as ALSCRIPT and +shall specify that the WORK was made by Geoffrey J. Barton. Publication of +results that use the WORK shall cite: Barton, G. J. (1993), Prot. Eng., 6, +37-40. + +8. NONDISCLOSURE + +Under no conditions shall the LICENSEE disclose the WORK, in whole or in +part, to third parties, except as expressly provided for in this agreement. +Nor shall the LICENSEE make the WORK available to third parties via a +computer network. Permission is hereby granted to the LICENSEE to disclose +the WORK or modifications thereof to other organisations in possession of a +valid source licence for the WORK, provided that such disclosure shall be +for educational or research purposes only. LICENSEE may also disclose the +WORK to its students and employees for use in their educational and +research activities, provided that they are bound not to further disclose +it to third parties. This article shall survive termination of the +agreement. + +9. NO LIABILITY + +Neither the LICENSOR nor any individual or any legal entity involved in +creating, modifying, updating, or supplementing the work, shall be liable +for damages arising out of the failure or malfunctioning of the WORK. The +LICENSEE hereby assumes the risk of and releases and forever discharges the +LICENSOR, its employees and any other individual or legal entity referred +to in the foregoing sentence with respect to any expense, claim, liability, +loss or damage, direct or indirect, including any incidental or +consequential damages, whether made or suffered by LICENSEE in connection +with the failure or malfunction of the WORK. LICENSEE acknowledges that the +WORK is in the process of development and is not error-free, that the +foregoing exclusion of liability is therefore an essential term of this +Agreement without which exclusion the LICENSOR would not be willing to +enter into this Agreement and to make the Work available on the Price +agreed upon herein. + +10. GOVERNING LAW + +This agreement shall be construed and enforced according to the laws of +England. + +11. TERMINATION AND ENFORCEMENT COSTS + +LICENSOR shall have the right to terminate this agreement with immediate +effect upon notice by registered mail to LICENSEE in the event that +LICENSEE, its employees, or persons acting on its behalf breach any +provision of this agreement. Upon termination, the LICENSEE agrees to +return the orginal WORK immediately, to destroy all copies of the WORK +(exact or modified) in its possession or under its control, and to send to +the LICENSOR a signed statement that all such copies have been destroyed. +If the LICENSOR takes legal action against the LICENSEE to enforce this +agreement and prevails, the LICENSEE agrees to pay LICENSOR'S legal costs, +including reasonable attorney's fees. + +12. CHANGES TO THIS AGREEMENT + +This agreement may only be changed if both parties agree to the proposed +changes in writing. diff --git a/sources/alscript/README b/sources/alscript/README new file mode 100644 index 0000000..dc430b6 --- /dev/null +++ b/sources/alscript/README @@ -0,0 +1,6 @@ + + +This file contains details of the terms of use for alscript. + +Please see the file LICENSE for details of the Academic Licence for ALSCRIPT. + diff --git a/sources/alscript/README_WINDOWS b/sources/alscript/README_WINDOWS new file mode 100644 index 0000000..f60e266 --- /dev/null +++ b/sources/alscript/README_WINDOWS @@ -0,0 +1,20 @@ + + + +Running the alscript suite under Microsoft Windows 95/NT and Win32. + +In version 2.07 there is directory called: + +bin/cygwin + +This includes executables and a .dll file compiled to run on microsoft windows. +If you add this directory to your path, or execute alscript from this directory, +you will be able to run alscript under windows. + +This new feature uses the cygwin environment, for further details see: + +http://www.cygnus.com + +GJB 9/July/1999 + + diff --git a/sources/alscript/RELEASE_NOTES b/sources/alscript/RELEASE_NOTES new file mode 100644 index 0000000..d5e1d17 --- /dev/null +++ b/sources/alscript/RELEASE_NOTES @@ -0,0 +1,21 @@ + +Version 2.07 - 9 July 1999 + +Minor changes to makefiles to allow compilation of all modules under Linux. Addition +of cygwin .dll file to allow the code to run under windows. + +Please see the README_WINDOWS file. + +Version 2.06 + +Includes options by Morten Kjeldgaard + +small arrow up filled/hollow (@fsuparrow/@suparrow) +small arrow down filled/hollow (@fsdownarrow/@sdownarrow) +diamond filled/hollow (@fdiamond/@diamond) +bar filled/hollow (@fbar/@bar) + +Thanks to Morten for making these additions available. + + + diff --git a/sources/alscript/build b/sources/alscript/build new file mode 100755 index 0000000..7b73dfc --- /dev/null +++ b/sources/alscript/build @@ -0,0 +1,54 @@ +#!/bin/csh +# csh script to compile the elements of alscript +# +# type ./build +# +# e.g. ./build sun or ./build sgi or ./build gcc +# +# ./build linux +# +# Note that BUILD linux should also work under cygwin, though +# you will need to add --unix to the make arguments. +# In release 2.07 the cygwin binaries are included in the distribution. +# +# This script will create a subdirectory /bin if it does not +# already exist. It will then create a subsub directory /bin/machine +# where executables for the architecture will be stored. +# +# You should then add this directory to your path, or add links +# from a directory that is on your path (e.g. /usr/local/bin) +# +echo "" +echo "Trying to build alscript for $1" +echo "" +if(! -e bin) then + echo "Creating bin directory" + mkdir bin +endif +if(! -e bin/$1) then + echo "Creating subdirectory bin/$1" + mkdir bin/$1 +endif +if(-e src/alscript.o) then + echo "Deleting old object files" + /bin/rm src/*.o +endif +echo "Copying Makefile" +/bin/cp src/makefile.$1 src/makefile +echo "Attempting make" +make -C src +echo "" +echo "Moving executables to bin directory" +echo "" +/bin/mv src/alscript bin/$1 +/bin/mv src/msf2blc bin/$1 +/bin/mv src/clus2blc bin/$1 +/bin/mv src/fast2blc bin/$1 +/bin/mv src/alsnum bin/$1 +echo "" +echo "Deleting object files" +echo "" +/bin/rm src/*.o gjutil/*.o +echo "" +echo " All should be complete!" +echo "" diff --git a/sources/alscript/doc/README b/sources/alscript/doc/README new file mode 100644 index 0000000..77beb72 --- /dev/null +++ b/sources/alscript/doc/README @@ -0,0 +1,9 @@ +This directory contains documentation for ALSCRIPT. + +alscript.tex - LaTeX document should be readable in any text editor. +alscript.ps - PostScript document - should be printable on a PostScript + printer. It is formatted for US Letter paper. + +alscript/alscript.html - html version of documentation. + + diff --git a/sources/alscript/doc/alscript.pdf b/sources/alscript/doc/alscript.pdf new file mode 100644 index 0000000000000000000000000000000000000000..6e71202f3a9f0bbddff700c9d85adc237edca2c0 GIT binary patch literal 104699 zcma&MQ;?`_wyayWU9)W4vuxY8ZQHhO+qP}nwsrdN*lV4O-VwX6zAwh@8}W?H97!T4 zBtpYL%M3*_dKFs$#ez?dZ);!y#l=M@Wo%>WWQNcBuZaSkh`E)Mu>(Gxh?TyRv5>K$ zt&uSg50s;mgR#Cflv`G`inJ{@8%+0YZCW9S8;bmbSVq<#aB~DU>BQ+0^0}wIs_SMf z&sAN`wcj4%=W}9mC_ELx@YvgUl;cc(Dh%fD3(}N95rab&HJKJt z27UY+FOFG5EgLJ#A{AUI_#XCILkKg*l6*74kTO;q{?@Qg!CW{)^v_%itPLYd#v_U| ze?EK@S?l=C*`mN$JggNiGQPAUH!RlcG;mkEy(4>Sl2)IM%JI;xM^5HPS}MM2O-oPI z2Nz=~!lH#jyDt?3j|u(or5Y(YEKr-DcObT>Uc^arXifpM9JaReNYhUBv$P7H|A=c^ z5+%a`=ZrJ>o+c9{uo~<^oKF!kGKjqE4Iz40F7<239>jTdjq?2MNp5=JE1n4Jtd?@R zdqCwm1c5>#i0oz`9lEdvEnSt3O7N!Wf}`^IHh${0pqqI|6lp1EoGsLOC3 z-fhJJE8T>_eU(G=$EbXVOAT8+jdcZmE+Dm(t{Ikb$W~^84yw9V9Di%^|8~qEQi0|5 zv$4QKX2H8cj_*Z13T=ct7q^gU0|_%6xZ+fpB#kfUYAT@hEy^*@!SkK`IEqOF{0Qc; z{5)|}Kh9!4bQx@Fqo5?|3NUE3EtpM5($S~uiTq4H$mqj7f4h0pTd7i}-vH7Phu9W- z(-j{yXEG#{x_-hl1~gV&gCACrkg~tO0Ra8%`MF5#xS$Q$x7@!I*Q28r=qabdWDcok zM$*nGW`{LEnLRek-p}$ybATCWpG{EHe;mQLgODXkmrkpSrNDfnSF`dkI)?h0b#O{k zC&R@+n78-%CEEkpkfsF&f>VKoIkRpb9ZHJT$>$8zW!_0OqB`o2nBFyddq^Zsw|8l~ zk-1$t^R6M@8}`Y=LxIU*Fb`#W(M^Zx*_x4msG>MXVGL76!Y@BkX6a5O8JRTj&^aWv zX9aGt!a0zS@Rq!|;mp_s&RF^bUb#On*6lCOnZPCJ%?Osw6q(qsU}HYBR}QQcp98-Q z?&+^)8@?)PAWI$om3i@kJDmilwa|D&js?>maNo;Y9-%F&i!f%g zDQp<}`QlAxI)U6Hc%IRuB~PoM?4qqMqj-twBTA4QMAg0Rbk$laMe+HHl^Mu|(7!JU zH*zOvF!TdCTJ$I1`)^EjFgR+n8x-WakN5Pq#h_YZ3|kK~3x#L1hF4#&FCgfRY=^Op z(f=XNzyAKA)IV(c=gYvr$PV>?W(>^#fiQ-DsP_M4*tNR4EfyPs&uZW`QN6B8 zg9;Q7NWDf%1M7%c;Sg-JWp(t*L68rYVKJn^WRfNJ$TH4aZbt3GNra0^4IIC~d{;V4 zE)FC)Rh&Y^tt1KUH)WtA{*CJn z7=ZvoFNgz9jXUSpF;0zR8XYUXtQ^{7Qv0@(;2nX zY*V!aPV5G2=*(8PXk6_D528m8241|{S;rYM$?y(L6zOm_Gy9fDo*#n2rxz2!Ji}X> z*vSX3QI>JDE(-ORq;6^*qfTTX^tbJ4{jG+vFZ4jL)5Py;wd@xN%!x<{fS}dhI1StQ z4b$>nlk*?qyARwh7-zJblp(3HI2luAgqXgCW>T31JB4y{BV)6N;q4!}k&?UoB<1GJJ7D!@L&%8LE3wNSyn!aCu|yhd7tBrTaOYM%=Hx znwbqi0x%2)ez$h&MQ)E9b7#5foQ@PN<6)&-Y zgWB26zyebJ<*t6Rih`~J5ATqJRbWQy>scj_@7-6lhs^9*u7tiXEm%u}i?DH|5OplQJnX4WiBP z5|i!Y!7Q>L)k`*Mk@bmnie04thT1jiR~ls1SP3Ko(XGETC}ar;s|UJI*zsr#!D0h^ z;3AePLL9A((bu1E>K(dd_n77=QWTx2S|)8Mc&zqg3kPkZm63{%&(ADSZ`7PyTd=`p z5V<1stvFk2xYk;$>yo04iSO8_p3l21D*Os!Z$7ijunHX-5h--87b4D|fHMy?i|+Mh zk^7`WfM?b599GyK*+6PChcJN(DV-_8ZsH&q5aNTESlgG~_odpQ^JpZwC3kP27lD6s z!kvj{*4@M9FOlIVDP23;(w3q4FnGi=_y<49K-Mw)ms;%c`j5`7#r?rXpmxtMU~NeF zD-W~nzCP76Ji8m9cLx0*82>k)|IKkGcDDcFI3vSTwLc5KkZTq$DyN8&sG6rsbxsL^U^Qr9ac$D?^#iG4zxcbT&@r%#^|l892AA}>Nw zWN^m`&JuaPCAn4vc~n7~)nMSL-tC-hpH9IYC5dM9Gf~-Q`R&}1?shAC2nN`65SB0> zH*RCFe%z|h>#fWm2UK}b=?-^oA@hue;eycSk6Cygok~=o2x2%z5iG${s7$b|#W-OU z6VafEQb-MTg;XqOd62lU%XHQTbK_X_qP2itV7XX-4VBnm;RANqWRLJaY@srSrS&Rm zRdK2q?yBS@a+dy;nd3^jJQWJeaOwvXB!Vy7NgwysIecUqYj%m#go9vj2IVS!fEAKj zxphjdUWJdGLPtyf_h4oi12hz#Jk%Fqqzvr?s4n0^c^cw(X99OQ6`NT3O80PchYWm_hVOV^OLGfh} zDX;4QxET41z|@?gQ3EX4U!5-NZJ=hG_CT0{rL}?&?9Ddl3D|7-td0IcrD+M4*cm+t zwOg5hcae;UIVDZ7OTeDCk+M~G7r(>|4l`~W$$j$ct=amk`o9L@PwZWaE_{L*ZM6Y5 z+n+xfU%;hG2w4G2pU*jA;+)v@0;Z-Fo)39%wlcWoG*&99b_DHkZ{K4JPJ zhZQIzl~ScoufC;c8B$`>YW2!&*h$nvzkO!iv_Sh@X^a1*vcC@_d?)7a-!-BazZvyd z(#44G%@rT%6b<>pTGWXRFl+jHsm)>2Og)tb+=P9=7Xqz#B2FUkLZp3%eA*{HssXo9 zj8l`+b9G6VgdrK+tPQPTRXOzO@EsR2K-&*64#1 zr+IYD7?r=OP^AB`owWpgFfdIdd3$p2IgY z^^q3Ma7QFIUR@4oxRGc!b7kS0o(`+gySMl@kJPom92G%gG{wm9thz^>*7$oY7 zulWJlhyI30Ov}C(zk&J}j+M6ymG~BY1$n(uqbobNy84;$B~Cy9Bx1F`L7&n3U+>c9 z_)&8j!!a9D4*pQ&t&;s^HV`L_e6S)Y!l2~Ns6Zf_BUt3Yn()sPVz|6vgy?1y=e*}5 zX@GO7fSLL8@-LU#_{5dG0hbe-`T!U)X3Pa?eae#u?FGbdX`3io4RD}mA!p7@`inZg z;hUy)u98x=6(vzpia#>IT$#y<5EATOp(WaLk^*i{ut#^_@RxpGiazMS9y$HKK{QMa z8KuWj4y>@OxCRM)loy0`Wk=UDop&)CZ&azbt;jKygVhyUV-(CFC{~BuF!cQaD`T+R z%1k*0jfzvK(%Trhd>2G0eAr^fo(@^;f3CArJ{@duRc`;ZWDb#~ zXu8~Cco;DfH@qq9q7dnbElJn9Io#1xke1%e=4Z)dWovEyo2F^DwatRxm)3N7CH%_#Lu04uY&53E)pKIdIeb#;--fJn7 za-U0!Z43lfbZfv`^5$6E{=4nWU7uHTPGz|@0q*ib-$^O8XhBasvN&7FD2jXaYmt`n z{Zr>g4ljUQ&#oQ1UgUc2r0Ma!v*$7_1v^qw*IKlWlwDnhPyMJ#io1Z`>d|mfL7*8g zZJJn6@4^#*(U1lEIC9b8=%y%@6*8%vko&~~G$E3D+%=hplS;+e#d`y5>b~DJ9kT4k z+HmOsgmrAy#9sb*`86|jHZQCjS-r?QTY zZIk_DQ{qpu|Lxak;-uF_AQwpfz99n<<)AP_$%eztT{J@8U=N&6JqzBC(@=kyeA&-O z#e?yhy?k!Wz$;cw|7M96t8FH1jv#uUs@~bhA=Rg0YJHa^qb6gEW>%S{D!NR72JDeY0-=akHS-?Z zO6i_}U2UW!Zd8z*t}J?Yd^*ANPA96(Ab&CCPTRXU>Q1$$sx$7+@Jtia%uI_qX6@4I z2QE04pG;0i!H>5mF|NFG)h?*brjD-17Vv7ndZW`cFoq+iM_A&~JP;#F`<{h1X0IA3 zv%zmV@;Y5gKHVO(F{O{R*G#-WY_31h@kTuRG@8#^yK-}NH-s|IhD@W=;k{tgmnXZMXZC1%E?Z#ltxwiU?>anA~g*{XSJCPBhY< zeU5DSxU7Ml>dM+M(Z%c9GEvRFJlV*h(^+fhURwP&yc~8Ov|rA7-Dail;m-Z!b7-{8 z1YbkUYrIFgwAs|@;u4CIyO0@Vsj~=%!+=zO9+7Yo%OD5WakSaAsY2{?H=m7tc0NLU zVZMqwd`pM#0Us2-&p!|ng;t-FGpaga69m^Qiy$Kr`<}S`x>v)4>#}9B`u;Nc#gra- z562I#u+oslEQ|;bmRw_Hp{zdb_jhefPq?x^wXG34iO; z)BQ=n{OVT45U~wA`ctp{Nnqp`oAGiaol5$#0S0KKZF4i(PHmuUkYcQUb*DOCP;oaR zwIv!!tRj)pfI{OVyGSiADL+^&VQQ}o%d~Fu+7DYE6G9bpKuXt{pvN@3Y2l!{_hV<)Cn_uFw!5x#tOj^bqMUu2 z5e704bPoP8dP4N7E~*HnlN+0WlP|P_dI)jUIcPobmq0|R0^-~m`cP6SpxwAe2$-m@ z27y?AIFcG{j|7r_3Ry=~C9X~(38IzP{Pa!(G_c{IIOP^DcF9RFct>GRNeRtevKUl& z>{2Y;cD^Wfo)Fcx0Q;F5pc|-8BW<2nk46RwQa9BNC0cwO%K-dg8Y#w6T(Zi`Fs{#; z-bPK+(pjK0#wQxamvAzDQLjtqb{xG!>QDgilx~&p0lE^EmS$>WK%U)(U|1};hiS*J ztbmFQjU=noI}rFLKntIrfbVQRk7kmq4wW9n7;sQ4>x#kfi)fb(f61)TZD0@*1vw@u zLO2Vj$bI&)x(}CbnjFfQrw@j3_fnDP)iowfvDRk0> zW%9(ac$%rY=>ynq~; z6`z{0n{lERn@J|KF1T-*qLv*faYG6$X`FhQ~C`=L%RwUj(kB3gX5Kq z#}2_OXG&4p)gWVp{wA!LO=`&YAqv1zhn@Mu@CXB+Z7h4z^>8rmvy=mT5Xa$8AZz*T zLV5V5cU?bKu(#bwm~02%JTDnypA{Px7bHPMVh$Q`@x6G7YTam_6=YvNk_v+aM;!&! zQ0!o%NugS0La^AZ*qi3olsl8`>}enZXNs|ApOF zCgQ$=^@Q^qYf;xV>_vpyUW4*AxE<5#a)!NkDKaJ65#zBCN3|$~m?GxEC0hsBNKL!o zNz<%weM*hC@_L>-lyt^rD}N4IulTs5Cs4G!hus%p(z%zy)@5i`&&XHdvWd#= zq4Szpu2pkR6qZK$Vs3|fio^+n93rT#n10~kis#pEd$d~*h6LSf-qJwAaVl3wccohm&!WB6a&ISyW)wPRcZS2!?%0WvtS8n z@0hu(gzX=W5QI!j4M&b&l76|-BC5-2#zeDKwvIEQn_fR>YroMFa_1RV=l)* z?}6Z!*@{C4SwvuWTB-=Sd605$=q{j4yPls2)ZB3i$+ySDkC*KwBm?hKOFrW|2_B*xg2@4QeJ$NC8jzZ7>zx-qYdcGBkqZ@f@&;6lvbZF* zgQYGFhLV6yZ8p!uPyAF)jJ;UXR33#EuzN@N<+7>wTrtrgVeQb2ry zD6v+DZ%N{d4Tihs)ciDiJS>WklF&N-3u64y#M`f);hB({#T`LUPx8zACedayWpH`$ zwWq1Fcw~D%_!Rjxv9bV`JviH3zog?HWCf|pf32s4|T$m`?}y?*-(l!nT(^zBDVQbMSq#3^Bq z$l6Y@XE_TX`jbpZby(EYs}SW2^#}bXc)i1p*YP0S6!xOgmiM`sVRf?%k{Il4{}qMg9DvYW`6_jEwXg{}UlF{gW5` zGyMOrSxij-jr!@<_*aB5hUmSjdPf1MK#1npPh)GpV(&h=!_L~MT)xc}M<~pZ0#IY* zQSG(lV_0I#1nbve#9O45BBn>n?akr+uZ)m(Vt`uWZM2upW~Rq;llsNg^w_}n&)hrw?~!8oZ?~z>t`C>Dwf%X;Nj+LdsVCM??^LSv3s_FoLosASGMJ0n#ucrX zt(1IK$;8_1z+ERAq%7d#?6?LF=7i>L>kTle8BO4_s=UaH4ilyXqzT z0V^Br=3!e#3Wklno}2EW2t7gcZpd&W*4m%pb^wk`a?{@6cHvpe9KP z64hUv7UWZ>nC@Cx4}oc&@yQwC=e44=zsQpXHaz!ar-8bEQn8oSUBrvEai|`yXl?n| zHcax;DyDu=hu}vU^va1fWGy0Q;26P3T4=)A#$Nw|X|$N8#yuzFYn;`+*&f(hj3r~Q z8POGZK&J_A{vb5T#dZ2u%?|NcYGm|MSQZrEVEQx`mO=C(;l~#ODS`8>!~wYn<5LPl zMhBCZYp*UOT>})nnk@pl>>MzBc)yKn3TJAxP^7`*i;9OqsYQw>rt}*^a--&e2P!$6 z50_Vf9MAy+fhW}lqQ62`-`<(8CvQWfuCA8q>F{@I0L3bzk7VpUNv6M0#zuAz)+?WH z`t8~GX?}!J@Q=TM;Xa-!YaI%un01KAloKugg&HqXkCG4l!-WmO2nSie!Vw#sA96xk zE49%RXMdZB9dom?~H&%$iZ2PubgA3`!JEGyNP6dCDosV&{>js>w_oYvPPX*L^@EkX+6c4J1-i<9AjS$RpiJV~LpEIFd(Dh%eUE9?hxRppe`I>M0BcK!36 z_-F1hQwZEdGN_MU9(1C>0i&YKEXN;2SGeZ|NC@Ot zZPWz<=I~w{aSQgNhPfb~-Vwn<@p4O_;O#twYj}@PbNK>vEU5mJxF}Zs!P~MN)wRyw zSTHut`XSu|wJZ$pBWOLSq_tj%d_kqs6*?IVCy#L$^wI#@?xNv<^Su}B!PL^5Xh4N( zOKeK9L4=^Cy?&zCZD^htxP5ej(@#%cKr{D2)cWj{&M1+(LvRwGdUJnDx)QS!yusx_ z+@U~P``@m{N{43!_X1Pz_s^q^VsKnV&3ab-F(oK3)Y1r3O!R~q-13pBVv_^g%{*=5CT0%u?koU4N4gO{+86oe}UB>4Nat0E~zcah+h!k-4p z&=-LFVnpb)vdz#l_a>?R#?+_c6=3G(%=fQE@%xuJOX%?@wOnVav2klBfSOjkH2 zNi=tYx1S7_ZsoW5TA=)MBAm%_fOl|-59?TFIqu6%Xr5WNzp64a%8{WTh5=;dQe&jM zYuqukb3ewW+F#0nq9h~DYS{NKO7SmrCeEv-#h8?aqF`}Sx)<{PhUHi5b&Gutab+UtDIg*# zf>>PY2KL5bv}B3}O7K~t9D594(8xr8MIWoGI>BQpgl8O**(u2O!JpF&Z+b)mr` zEEJ_=OtB9ZX2|l|dO^BfA}777t^(XW0yf6Bad;09mjtk>NM{{ZQ0f!02QCr8i~pzH zC+scI90=qOY$|QRO}lR(mE`57!zE`(X{lDW29H*z%ow{fXyQULFWh|P6nh$|N&)Xo z*WYIT;!N+3vUn7LZPG_RxHJcoKa~poP+PB*E%XK%#M{`yhcx$493atfrGz?hNmz@+ zbBBPEQep7(O8q<1Q$N#V5Ahz9xFG@g?Ai@@uW}%Z!5m&0Zv*mmO;n>=X-F8HCnStO zHdl<|B7g41hpvRA4WtSJ$D87&ybYaq=DaiHgM@NU5M{OACeVdrQRC4jMUT9!Gs|P# zDaYIAoLO)?iCN^~yGCZ~^RG`WeiR-DAGT-27Y(5B#f1(jIeF2t;uk`XQOE1feJFLV z!$uC5r?F%Drq?<$$JVIYRjRWOWSJgVZqwv1O~xNbhEFl1GeA~z72}39)!X^aOvl%_ z?dWDYwxs~+)351U{FuRq)^h~QB;9nw7r|Zeqed*@Re2E3RDl$>#t8F8SFHqk*cLM4 zJ)QD@6ElYa=Lw6}BA^B+(3Tem*mg=e3hGye*-fhLDU%wWl>V#$gQ-)87~MeL6Kt zTgZ#*j-nu(vL8Th2y|d68C&k%;1efmsW}x%lE=CbYVMDF(5)4ZaN5!fXU0zvuPm3} zr4%1^)r%HbcOLm}3waHOYz~yURklOU(`|5Bn1Y6&(EU%FwC%d#3oAWM&C6}~l0;bY zWxq%ytOT%Lp2j=j7p5o-fyrS=tR&F4DU5|vIn{M%sV);l;Do~8LcAArV|5A_=e(u7 zDL`yM3YA`WRywkGD-Vnw$oRi~vQG1?s1=R7zFM@_s#=R{}a%gw+-!U}B0ic&AYLw-;vIR3mZ(xf++xJUMQO+Hb zm~3RftkFSMj$##s6y7R{70Y|o{v^}vf03X+>Yi;yd!#MBO7YzZKf-$dMehghRl6Vu zjH|mgIG3K^yS{y)etf^+HJw#8{e}4b0e?_9&-{Ona zG;RKuZNM7+Cp67_D%ehfxSqOVv2~%eN1>__(mx)a0p{cLvqFLv*Ghj9J;q}4&OFDY z7Gf+@IOSRJTrIn;m;C`XdtMRhQ zs&)mm0K?t4U*&6CLhp{ejn>>kV=U9H!9@Fb0tZ%^QQ~6jawqxZ(;F%FlVv>A1qyqQ zwDwplM%~)`PfoD2^tCwMHDB5}TQp1)e`0qWus^7(FKb(s?Zkkay;OXyF6+`tbz5!E z(beqeXno&|8hjBqu0ApzH~+D+r{eVHquJwpb4Mos>lhoni&$-jN)-cEJi84ev4>?gg#&L_# zp!o(Aif2Z$-Wo}rbnq)JF|J=BT&!Hc(CFNK@K9bUXXw|tTVyMy*%8?E^%MG$a~bCR z{l!{a-`$%|wlx7q!M_15u9b@WA}A{zSN0cS|AE4~vI`^=@P>DcX3}=c56%9y93!Z^ z22ts!?3=G!KMSS=>PTwJ5=`@Dk*0QUcebm7Fk8N&3AEMYmr!7mJKWgT4!3BXk6 zP9b)c{(IY$iT!P=inYah{eZ9&_b;usLN_!gn`5+d>r3QjuVY^RrH*3ZZ)xLdaSh3GB7Ce{Z^2}wwU!K+(M4wU?>13gz!OOcM1+U?NTLAPbI2T z%Mc*47LtuO1SO=@W_&NODSWA%T@aO8Ty9jn>v4#8yMEIJ$!=NCcJUUt=3_5}^{l|E zGoil@16(z^UBs|18-CV-dy6?MWjaH-@PtY^Z%4fjv1FI1E4h9Fh;=we#n5jLw44!B zL>Us?>%Cjp^k}#ar#jU~Q-r#zGB1kj3f_ziVzZ2M1RWb7Z>_EF zPvKNtcXu|8KOy9^GSKkBRB{9uu>Y}7z7GUbdNCV;!S92wTVEp#DUuoHGLRv1Z80}r zUwA=CS60YK8oYCO^)~_bku$zQq#itkZ}(le{BRRRFj9d6gAWEh6TMEb;jlSsh!eU3 zWV_8pttE#>+nS5}Z&)1iv$jH}BoxbBjGdx7`%`DAG;xkXU}2^YAIU+Czk|~JN$=Am zo^XoPHz$4m4sT2PvY}B^iwGi@ZZrxsb^4eG)MkKK+&fUs&>qmMW-+HFpDSGIm=_T> z;`it|NsZ`LX}|zk{df<=mmn~KjCK?S>j=G}#d^!wr=q}f?Vu;i04u@ukv&J|;2rP+ z3J_#{`3=qGpokg>njWzy#sbehGC+4_N15RH2`Dk^4B>kN375mlo+&XSiiwRrg4-o# zi5|-<5X0AjF03H2HxZ0N{DM$J1R&?)fy+z+7M6RLAh)6wC+?|X0)0k>fR!B5Y4F{M ztXM=H{BA@l{6U3v=ELfrRjfinb!g!M4B-9}%UsWX=;L=le7%j12)X0=JQq~Wn%uxE zbw!wHP9`DXRSLM$R$%CIcV0#cI$i0HrK?z%+q+Hs%rzI8p|1?ngdXHeEuceUe*Q6v zJ7HD(zQmEVd1k<-#-@Cd23Yf{z$0Q@vYETtK9F?kH9v1glOy%|_B;Zn5_fat^(W{WCcCJxZ1Up^Em@@7$PL~ceF6U}Ccfkz9iW@$L=x0dCV1-+11%xpf z6U?M)*6ambqd-JfFK_|zviC_b(+2eWCgLS%k!8TtZLROWdF~8`x2y!Z>jTc#OLU$d zCyg$Zkv4tetrd+S5uMyrNJV>sp5Z~nv*FLTm=BZFrsQ8ZC{-9_9QExJBcGezOu!bt zyktO@fuGb2WQh_<$50R^1sh}30E7fE!&_^O9J<7XE$Jg_mNhYcL8&9`2xp^u6m}Cu z1Y7Dt_I!Qx^I=MeF^f$Do*p`Y(wK{?Le8$+mB^!b#Ytj#&1a(D6Tq>MABx)}D2)Y{ zq>Kf~BjrvjDTWt*@YJ!B=jsYR#L`jRRj@3l`H0v9On&;iu8Gz7I37sbzI?J=c<2~x zAj~CUkX-lS8_@>EiW{-gWuuXh9cUM76h5FfsyR0Jrp5Ncwp^HmRpH7*bJL?t*(lPU zkd-QUpp1hu^4?5A#liO>nx`+A7d?L1L7w8{0gd`f2+$s+#{zc)+`jds%lsS>kG02D zo=De_RfpOG&jj(rFr;H(lAoNtl^x7XwpTD#cmzS2S`p_<8OzP6Pa%mH+lfEQ>??S} zA{eRflyxZn(#uaWo+N(Yis}zP)Cp}J$=}vR8mbXe-YVlS-NZ*yt_IbZ{mC#Z zmSiM_^d=ya8A16xq%_EYo%CPTNp*UCEF~YRnPY|yH!B@~)z9KQLyjY|2zt>C2EnSv zBEj(@NUG@7z&!EE|GMmCgKS67jz^SIvm;{klu-CC#pU305klvGLdn;MRX%FSI@2nZ zp`SL{=`+i|7RcFDNSX2M`F>1Ef;*Xjjr03W=;6SF(C z=dB4;X@Js6k#H($7@5=!I;?)!Sh(G zyyW|QLt{tWGDx>7&B+qKJLC}Pqbr^4!$Ze58zidYN4r%Kx|U>thC6Y}lCdt$0%$1AE##q!CQz#u-z`0f;|@`w?A3pTG|vT@#h-o2-ytd_vGEPvrw@~yZ&>|iLCjOw#J6G0bqG)5W}Y1> zsyaM~J7gx#%4-|c=fYep%Oj*5OSg+MMwxXdM+0KM)S+1ae7huTSv38evSjy4iXk4-)X!V zihO%iCJvrsSICf6A9pC{s=UsD*fx1d=l~2Xk?)WV_3TaKk;Uq8ajWE?{s2vODn2IX zbmrRSnmmN~ouA=burm|h?MbEmn7(IeZG~l(&i<=XI zpMN`fj2ah(D#_I^_)1FzfW$?hv|13zlp3GO8riOWGePSFD^yl4cD2bq2Faa07<1_e zS8IbB@zh&${LHGX7uPyVXuusM8JtPItR)^!Q15p|id-j`>*t}X{sI6ctf=$tbw64e z+57qX1FTr+-u<68>wm5@OiWDw+f8Bq&+82He|4Ry*3h)wTtmER^Z}hGYY01YJS0#@ z0nH$d>{#2jX}D3RyqduvI-qE(WG(ST=m{fN*!F4U0#5_ z(qwaL6_=%@RMeT*r3t#)aA>Pcv2M@7+I?>NKsd4N-E8ihXS4C6;T^EjI`~Wbe!N#R ziF4)XM8qi%T|T)_q@~GLDa>G_UoLxBkF`LKBo|m`9T}@HPxk(S%bI+XN_$(0+v4b} zzXyjK5C)~{b{BE6zuK$ft1YIex$Qc9u{nI*e-^SS&pH5o zMO&TO%A2>MpU8E^8KY$Ilhs;T#i(BdJsB3>|1 zpp7Lk6*Q+CD*xdw@Z6F;g=qU&I@@ng;~>>=d5J zn|P2~fr_Dc6eUG}nmS?WPHG2dmMfD_FRuyJTs-m3Dh`4iYPedTNo+>DEM8 z+XC!)Z*0b;w8IMqds!uZNlJSw=(jWh5E~LrDk(<9kRJa~&T%QUt2>IP^9bKT{K#;U z^pIe&XHakW+Tfvc3pqSvu^5Nccx#y?;{UUB4w-!>{ z%fD*$KiVYlkUc@{(S+22Fp?4MafVK9L7gyrg{|W-Y{}qwO?!LVecRS|H!Gcj?0vY6 z5QLTac7%mw+=-{r`SIrfs_Y9*(hsN_Zm!9J4Wo0&0A<9-64=4uYmUsGW6}W$eoHgq ziR+0G-Tj57xDBE<8Rp4@e^d4Qt|DX*iubu&iV(K`r!xpu|bv z*eOjRO?$igh~}=H0a`|KQ>hW?%_aGm;gO~CASnESVcz?>UzTSu`9>OFwf7Gco%=Ad zE!m_G7`2u> zo2~7tQ>5_YEzSt%_=&vVs_ipqV*@lrbS+8XCQyR7E`Wh^r|$l94cA-B17AH|4<|@!Y4wC10s2 z3j|gDA?rb$9elto!V?zq-z0^G-zd60$jL!CDW_|cJW3i9!3itx6Mi)}F9?5&iyu-4 z?x2bd`t>LF6%?^&%T)4*^@;oJj ziRll&)-uGu$4w(eVlk#c)KP18sWLYypQg1%H7apTGoVh+R77LH(97Z}Tpc$_HFLF` zhi4m8+w%ipQg{o4u)yv5LoCTZ(dwQPC{;DCedE9`xVd{&tddITe;l5EGwLI@Gq@p( z+^!J`*VT*r8aYsN=BA4KB+OQ=tp>|1Lr%6Sh@!3oifGfKLls0w%FjPuLOkz`{HbKv zAaxUu4J?n)H3&worL1?PqnP(edCC_W>AYb^$E`_5Zbnv7S7S&mNhP+#h8i9x;Ufl_ zVSrBE6>Wpy7)%j62-XNj+=P$*nIQ&wDSEA*Rx$uHP)HD4sOZi;%O=6PiA}_x{q;q#EM3KjHK;LSGeN?P zZ059LaRu0?Ur2D95t6@a7zIF(nx00B4}5(7YBW)bSdzz)Ugs_@r?V!c#LbJsSuXdQ_n8Xmh@&@ zLBBLinDuyVac^^9JcqW6MlHRK+To}yV+*~lc^rY^c6;~XW$*H%eQ)R5rjzwu7#G>t z+c$cN_jA=Vvy0NJ-o;I~)BTklbdx1k;iuzkc~(3Wi=a9dx8pxXLz*=PXrO92lz0JE z&|r-)g6)P?rWY?PCj(5FZxPku{seg~A(RWy#ZxoFT^cSTYG0y+r7H$>elK?(zTmLrsG~&qSjUj9c540J> z#nrbNFD(mnp`cR#&4~vbOo073GG!n?a zIyhFz@e2nknNsmAiT&|jM9+h8E8{?lO~!RXhm?g_jtT)>5O+-agzfF)C1n#{Nnb44 z-?C1c{nLTQ-2}N=o)WdX@CgOAp4jFVFer4wrNL6-TYLtaT?(MH_bol96PJpDgDi{q zkg^$v?HDpgE@P$^Ht^`|MdU!(>*@2jfL`Cfb=a)~K!!{0lzBCPctHr;ZbWV7cb-c{ z$+Vp$*GIzk_{ON16qoxARDkP}TmKm>c_=>qlV`ij31@5{l*!n9%gIp9UlMm!89}zm z9RYW(%O#8E?T_mz;99QcNJ{63?BYT4kU_6Z=fC}Sa3TblJNRx`P+b)>;Cfy#e0j1= zkrun{#a}X2QCbQ$w)PSmaUsIeNlN@u!680oe``O@T@N^et3W(7U{UgMGUB!4k}q9i z?{L)*R(%?L{975ut6q;&uW_urdOm_CQZ1XWPz+(SP+a3x*g+#yEk$S}sV-)kUL)61 zUJZJn@{_Oe%_w@Gbk^XHClf?h{`wTs2lQvs_3N-42S?l6U{pR7^PIOqWL+$;z3O?1 zZ?Fh`EDh21lc(K+-Vh8f^hwu*eP!zP2YB!J=B5A=yaR)0BCpB*G# zBK?6Mfpq+r&`e#asy8Y0%kQTnXLE;7Va7@1kU8NuI(4-%mr9qe z>oxjS`?*4=DSE|1PSDwZxB6OxQ>k|u+FHx7sWxZdx>#fP!(eQkMhBx%Q~UbT?XyIs zq`n0E6R>2lL!SQ08V7xAK>ISYrqZX%Ter(ju`BA5s%M+SOWfRt`#d@)&q5!MT z^;mN*rMl(N)@`262czP-Ef}Y=C$KW7b+Kg`Q|gIoE99OV<^%QCLI(xUnyu}Rbom0( z=JpTTFYEIFhE_+d&K_23n6E~&y`Un_HB8n;0arOfZXD1X_fxy<7&9ukE4*&%nQo4XBDs=rqS?0TU0oow@j6Hw zVB{((jg5Sh|CV0YNG4|!c1$Yjn#|cKJ>3mXsYdkY8{-%T-QK-hxTeDqE1UhKDZl*@ z1isCvPxB~?Jqg4(DkVktL;lOMDT|2ZF2|DV0uvmFVS0WxJLA@4mA+jj7WV$x#T;yO z8$pkYN>wBCXgJbCZ>@^Jc> zjS}k0N?RUk`sP$ia7Q;{B3O(`b}V!}OR(Lv4pl11 zS6|}Wv^u!6)*cWXb!~OD0pzlN*>~dCUi-qJrWlmE;)OH}w?-RuVl=SJF9Oa4wBUF3 zxrgyn*zN*Th&qI-TH^+!=1a*pD;IF_i-f&A$TnI1)SbjOP#Mwu=JhV#o7dAEPR&pT zwI*soXwhC<0Ys@Kv>HwUMAx|kd^k_UHd>tlXpXz(a>s7II7g?!KfviW3J)0PzL1n& zBQ+YX?MQ$mZ;f`#8u7|XbV4AYCaR=#jdGSAF>}5QmIRW*#{j|&{|38sPhevc7)yw) zSx5LufP3Tcg~mTWHeP4m&$RUcnG76lks_&w9-H!LJ?*IVT}i6un0{7M?}NF-A%kHO zg~F#U@i7Wh;ExZiuR+*+P#0nD5qO=0L5htHtmBA=Rv(&%fIYO%NYG^{&U zL1@Q9JgJv}V5(OE*Tz4MZli#b_QHOcA+U8mKW@-gej91;LF9m}ZhMb~JW@w)<0Y_M zA}ixa^9V)=GV3@vVOA6!U0~3bh>mPXw=7PaOqtMDcUcg<1EPG?q^xb6lw;FN=1*C9 z+w(_a6xxJuU1M#mfB>C@S8rATf?Gd;*1|4pgB{B0dXQz*sBXuwYx>WTgfrS9YRZGJ zEKlG@i{gVvcsykfwJ0P^0A-&&m=aU$NDAq%Ut4J8>fJ9ejO%QrrBY2c+^|RyhXBio zY6{`fShdz8G0}_v{dXu>o4C3{mh&|ZoL>c{L$z!f)PzlEq)j=DY&Td@$ zP+)?H%?6`T!9hb_aHx(6%vzXoK1x!K#`6usqrk)8%$^%E%MU#D&zN!AlMvt!2lknB zd*E?Yk6Lfhx17daV$M0xz)&zzDmhvbk&43r8&Z(U^AfF{wIv^Tw(*luIukL0*Nr%? z;3sB;-0lRaVQHKK_XVC$hSYS9^e3R$XiM=LpB5FqPn5w@MUrZ*okwqL!`qD8&8X{~ zk)&fR363om;V?|&#BK+*Wp##ctoMzU7KJjFj?Og`v7R#{StBZve{%>rRLv~4#ZAKWMv?jzCD4` zeSA0*Vz+#-rc5v>IMmn1fG{odu5w8R>=*})YkBbI zM7Pb5RFkEO_{L>NMWz$ps@P?tT23|9iRYBij^F{f??xNkksLzkxU+o(3HiDERROOe zqUWq&3JcWAnP2CemPl7+b^^oJLD!TbmPW4b$Z8u4euHI=`e4)k3TpyIN?1@gfI8Bs0Ju zQJ6H+2zYs6&qshx?g7hxDcnkbnh1w=kio+>D4~L9{cx9)R-26T(F8AA$I+t8JD$@0 zdkrq|KdedRq;S^#{-Vw zyhlc&fzc9hHjeY%+8Mq`Twhfmw~T#HQ#5UmL^LVW#K1V|LskJ5q8Hp)9zOUQwwwv_ z!)w+z;|evu7>tNF;mwB+p{guJKJPBOyj-B5rpz&eYb!8wBU9%11IprG0=rz`aJoPN zy)8<>$c{ny)VT3_*(Bk5bK%R+Ic!cJBU(500qgCeUWfE`@$(dKkv#A@9+u#`n?7vD z%?)x)z+=j>i^OWN}qpBbIb>~s(LO8Mdr7Q&!N`JT9 zJq)UVv}F5QK#@{*(nkNO&|VdibmjiLDTig5sW(M;BFN5^f~3MY_6Yp4JO7q4oN@OF zR-OU&22vT2U8IihyoUCI?ftV>aNhhG+>DKzyhY64Uvd5=25b6Bpn~JFiaG~>2LwgQ zx4m3*J&{5=FdI$gfRYT|xD3ju^mQt#TmuKBd-fe-xhlOH?T0>{7z-8s*3+LkH$G+x zUFyAjLc~O4B?Fb_Y$=nD!8D3zJ~lHFp>>v|qES|)`f)8x^H-gcSyNUX8#;^2tfhxr z900n-KZ>B?c@5ZynxEyx5kiPrP(TE03M4S*N9wMNRQ&zy0=MgB!Tr2}-pMAs{DmdJ zzj|y3c|Voz^@+y5g-L-%UYWmVgSTn-&fK!Eg@*A?P_J_Uf3dT;haR>K(sNuU}D2K8AZW)W08{r~QB@O-;)j^{p0#im>4a;{AoCO5Tx&=)g^>hMP}9 zbE2p_c!=SJYt^vDZ1y(pTTT2gF(uk$KJUHZQ=~EQI8H|~R34%~4#Oy1t&8%7p;>dV z6_FX>SazmHimQ(rs-J4n@U5hfkTaKaTIJZit_#4NsInN>yQh*vsmME*edZazC|6SS zxBm4;b+b$s@o8e776&a<3Q~MDT>O05^=3w*A^xfJg_kd_=CivJ={JGH2f(zqcwv=S zg(^N|Lj!V=W2o3hv8vAebxGP~r|G=amoE?rHiNYF{L%iz13%47d-E?~AX@Fo|IA+h znW_Hc3S(ydZk|4+R_D_WY)TdV(>z4Dm^#zGv>bpUeZ%xuP7Q#jIU87j*q z@kx@4aHI>+loLOSKd_zKx&d@Zx>e1&@RUg$)0_QXxz8S)bkMAH4*B0de|%cpHR93N zik*5ebmLHXai;QL&yLKMF#zyW@#N*jcqC&}l|mhj*EWY@%Fl}RoA4haXHGk3_)d^> zb%&*Eqnc{oA1`qF9X7l%8hD27)2gZ8j&v5-T-&;4wX=AFZ#U8UtecX3l+2~ERECA< zbStPf+h*e84Zvz3|J8CEW!fhuwHpUpRUT&Amo8``U-6tRA z9W^lwMmSf!!xjzjN4#N!`a*u|87%Y$py7NOaeHxf;|N_D;>p@9Myr}oPm-$t4rxx0 zn|~Jfe&dhk*Qq@&?Cy=)M7dG49J%-=x1W=h zkH=G-K`TtRU0Jl)s3z%yzdPo#TUd-qnsTBXravacCb3tEw34p|mLan(!?gLQt!)6> zd?0^`3;P29Dp%V!tHNfr6iAj%8*e}@wk&cX9P3bfk2Q}ax&R^7f zN;stK9x{YC5*5P@anC~_7FIHx9Pj84ISt#CCS3l>aM0SG=FK8ffIb}=!#d)mzHo`$ zABn;g6-LO53lf)HBYq$!9$pRxBq5-&me9o|KIaV4ib`{VJMh|>K10F-MFWyj8QA}W zGMc$3O@&`)zSb6Em0K1(;@91RAIRxC~=D>f&RV?>nan+F_N+fa+<(Gbfp=Q~1S;2uXK&IHMUqzsoZ z>y~JSdt{D1FhO93}GYowNkGGV5*gG%yu4s~s~ z_`h-lXvrOuK*NI@+g9kEzez4p=cnNaU92a*<7U=mnE8P=Wq)`XqD?a6wu9~7{RNtP zg#iemN|O;ufI8}56hQ-0_P+2mJs-;DF;LG$G?-lg7~Xa-v2k z1yOSBv68|^i+-10#c^p^f`8W-mO0BcdIHR~m`5XA=0J@jcRd?G4Yt5q;C#SvYN!Gc zSmJ?O;MlAj!iQL3S{4Lv1-dTakT#h_ePr$l4s`W+n_HR+Oh6CfYQ7J`9imV(#9UBybKG{~`;%NXD^MQi~@V5j4oeOMk)A z`V*K~siSEI6EL>9D)XtK8IpoVt+^^*j}zrSR3IGQMt)06f>~(4hwSeHRegjunB@Xm z^ODtQl2oO!k{t+jc2u|7wH8bGh};*%g;_|Bd@^}u3uTM*unn6=hXhPX)PPwTF|7cMNb)rwTN+4I0KAL?EG#TV2Pu;^h=JG1qaJ- ze6W==M$cu}Tinlf)C|MvZ;1kKrXgix7YR>!N@X}h=;hP!C0Go>wu~qsu$he;?YyGK zzk*F23G5&r`@1Mk{RgQaf1;gT$?VY&8YLYYuPcvQI+GyRT+bS{JBjaE0xvdWc{5ga z>KtyF4h@`d)_=Ux%oy4?KASlW=3&gK4Da+?CXf_$a6ot|2QBSkiM_v9$=cGCq;?fivJT7+tTMG^r%Ahd zsQ2?}-tl01OwsuOU;}8euBrn?2fDhAu;wd%XtE*<4pLQ#aW2<;^aRuY5kP#f0uU(w zpgm~0`Ohz2|98iMxm&aTr)1AK!igw?!V6p? zr#w`_F%UVBNrxl0UYcdp#82xISje*+L~MeCFs8S)l|r4Z#Q+(`TkV->B318W23Lg& za$5P?B06@OiQV?Kd*I8emz*otKgv^ttT`S3YGY%`*UW&;xIL-jQmzYOWzjrPmb1^J%X+ z2uv0_NUf6$-{(C{V0*D=3=SnHFVeEof`nYYWZDDugHHMo(7zAU+3?(m5=Xy`fEnIC zOct&7yVN1IM2w=EViuBjJQ7jBzo!h{6=o$^i+5X9ET#sB9g-bqY1dKeLJ$eC`c{1h zyZqavO&ajrT0c_*^I-PbvU+-vxH(9aMvtdzIP+44a9HdA>3FyoV&CH|b8P}mX46+| zUn0m?W0^$lMMKG5vJhj-BI*n#ChThpTh@gr4x@;DTJS05x zTeh*HccqADMVcnLLo1>yCpq1?PU#IiXHriYwUTsxuv;oWA;Am}sotwyL#Op!L$6zJ zm6DA+ApUNN;4Xn>=l8+29iPtC^E@zx1{P_<#%82hft85p#nYwUq_1 zJ2sf>)Ks%`&HE%SRz_=#@99CW@7x9{Zy62?_#vpah}dyWzNTu2=`?#{#KL%rD=Zdd z;b0SrHn@sUyHI+pB}@?LLX|s^yA7+LfNeQIEPQDu%l94Y_;Gy>&lzdU@V`3v|Fr=# zu`@INzjOra|L!2z{%<=7&8?*EHpH1nA5i>>WjJ&K0R)Lsr8JXLp14DaOUJ7eYWQYm z?`RSy((4*Ge@gg??tVJo!PuOQmGMOBQcb-8vEt9C3%fgALMu&(ue0B}z1cYVuEWD& z85HzpcVC_U8O4*U~A}uiI)*V-Z@B zvG#8VVEOYby4n45*1O%b*Wnl5xYI=Ys?M6+%Np8xhkeoCw6S1>oJwq@u5SfR3^Uo_ z;h~rxATbTS)#w#n+7ha{YR;+t(lK1@xhtXY7{YdHww%oBD^OD-_=4#xaMupwya! z&k|-%4oup|0{7SDQ5Q*R5a}f8n{TLw4Q`$7cVGVs9hbH79pQYl`G9Sj9`QV9%JgP2ReWLP}?T^I1KZM~8t32%mzjeU@;zh1`OOPi8xN z0xM<^#T<|JsMAS;bn1}eIE5wws7D{L!=?ktQQls9`C_WheERTsRj_45$)uGl;I!QX zc5ODHY2$%*ArQoX3Fqa(eY9>I^Z;v(Zw`w~kC3=@2O(2^w(+mH8=kCiPK zGCLNS`|rl2r9>OmuM3I3aPJw1I-K%Y;OFMV3*NN@xM|*bn`u2Kk}qldIg5$FCYDhl z1^Q@Eyf+`ja&{IEo)YuaObEy7v02n3A@&xR)qcro+_-JuV62KkL*T_1PBIMjz!URf z3+_#^+vD5=B4RwWl+=k>TQo`I$ghNF7^l4}7bL3~%skmeD^qzW5Lc}lfQ8VTtDxa4X{AcVn5v(9ne5TSd^qc`pk>qlljuQ#sV#)M|$`UmsN>GKEk zN7hDe&F0WYs)wTmT#80Pt#%v`J8Dq2?(92|r4_sCE4p~03vm~*Mq{>RpN_6_O0geO z&FdtYFiNplo(29emMtJDQt~D%@_8LqD`#Pfz)HHP&6pY4Ie`inZJHRm>nS2mHqMYl zV2`=-lD|lT5lTv_Lw`@8ln8Gs;tHQb3y4*BF^gUj*!dBUv$UtsdUTjCpZq%S3dET&|8uaCN3qXd;HzGTEl95tFYqd zYXtp#$HCoOF{tCz>UYNd++C^4;;yzT-FoP*s!g@RunDWs0N%kk9!2}XqM@W3wqJV# zmJX++7U^hWkO^7<>`Bse^gC(+aNfDOWpQK11Ph7hM*m%FI99IdLKS3=uZ1|dC8 zVao1eJ-4Ha>Mws7$7XE9QpqdaFiO0Ltq&p5M~H#k;|GjU6t*^o^Cb8~X)G~GP}x4X zIY9ZcutBlqevX;fy-}i`{X{hsbF+d%u&wMXBd`mS^jIY3xpZ zO7tBP$+R)vvQ!5mD|^~;+L1*KLsTj3!DtQC+|pM-`f%QO}H);kkvEaj|EEM zMmbvwQ&&QgsZl%>E9*-pR-F_P*7h~ZjOvV88?VPd)T#k4glGulc`Mm+>CSL$YAliK=j$_OPA9}3{K(g{Sjc$CnPXq#~;|wp> z-5FD=%)UYHI8R*4l}vRWzGa{?i(e~)EiMync;U!Gq4xH~_s<1zRsI#_ zY35Vpl)rS8FxZvX24W7vM>z>CXXj0{*P&EeD%&NJ_FI({Gk^VT^_M&_#iD%hTr3*~_FH2-t9N zU#kLu@3RbC6V^6Z3!>%&Pb51bP74cXf*Ow(6>@dMkAxE$|FBCDxhIShUAETD8B6y(&| z;bZRI_>qBhT`zQ1KW~44Dw?3}_XWf$94$+2r@d2q1Sa1hQJO^dh|Rx4C0aPe*Pq?lW%m z{{6Y{sN7ZUqXY>$8#=WQ`y{qdpL{}VY>h81h5px#E3@I3mt3pT%ZbQOMgpH>fJz13 z51)vvqIc^=a9$Qur%gpT_)(kCP3ViL#j7k+Y0lH(Po_DwKEUE5AqduU(}l8pg=F3U zv(<*gg?XwwdYeV%npfrr6qiNAlJLU3zD-!pXc2DH96fj2gv2;gy0`FpN&n9Keop$R z-h`qr&gh7JvC=JnmdPvp@p2sYUQe;PRyVF*`SvNl7QPJ!111r+1pv2;NZcZ;am~fAXo_DR|T0n?Cf{Td#aC zNZXh9{E4PtD+us?X2tIVTX}t{56L7E%LV$sG*X|#rnl_`6U7XX!BjXXqBzsTflxQY zf>39NB(QF;hPW(-Xxm}IOzX4;;-reY=7VVRZEv`jGj6~H2Gvx-q*tPjIm@05P!|?h z!$L*-&Ix6pfqn4QJh~Ji@#P1H<+z7hvisskazro#F&5&5HnPC#h+5rKy z+z`_nz;AvbUY&y}#IXvil7VVgO2Hz=xOk>#kbor@E&(ND0+PDgm?Y#w_0m4GfhcSG zpm+#AGLH@kfe;9@Gda1`o~Dh+Hmlxj5MyOIsVrj0K7U8|ycZ|{C*gOWBPl2yiW4~P z%2(gBY`FT`VaTA`%INBJTt@-z>@GpKaBGPwQeg7P_W{Z_WNSFoursI~yoZ0mO1Qa% zY&*qiQp`=`&LH>}Mdc45g_5NlH1YOQ5kWHfYKxV`l{GPg^Iy!Hq5<8T^Wlr!Co7Uk z_j`!VU?RVu`{H6`+c=s#Fq9azaf2{JS+}(2*dX0CleOQWZq!T|E9J_eQAD)AF&Px+ zlbTgCB7ZfGrn2k_HwUFhE>!_4zl#gBw zij0$d1zDDCsWVa^u?Y9bMZzkm&V;HWCdA;ogC~`UrrjZh>(0$30o}n6eKVf>MQV?0`l*gNhngpb_aE#B<&4~1+o?J-bbZ= z5aAxA63cKUHfYzePhk0B$8(pEeU#NQ!A6h?6sz&ngNzu}{nWyq(Q?~P*baeRBk zw0j!UpklD2P3R?|h1~Vq7}R--L{KI*buPZ{TQJ7l4&Btdxiyf{GI< zitZG6#AMM$=5@ERwu;xRtk&V#WX;30Q=8MV1YKp zV*nGN-dGMqtB8G=jB*oRnX7nGRaZ=NX>34oYd}Zxaj{8YvE5J!=T!z#T*-BOoj4g! zopG7gsQ=NxrJ0VGaaC$u(-M_A&KTSnpdp1OHmdkO-+HEn7XeJ+I5Y2Je@>a03+bUW${$O|~SbmjLXf zLBzj<87|yBi~YhZw!gX1`lwkH%s_!b1@6pTA|KktooCeS8#Qt?vC+wy|Ay)$!zRV# zm_s%qK9v;Og9VbUbe|P_m)FxG9Q*A-$Dl1+Pwwbq-xxaoVpCvXHt4zj`W!= z_lJ*V>;eE1<8D^Jc`_Qy3doQUJLZy}!f2!sNh zjZ>H~J8xSC<<*o$M+etq}s%e7P>ZudAQ1%CU=E;bgq-Y>f zfusTM_1UWt&t7OlTsB;@my1O&UKvCGICo=l!(L_>Ai6(IBWDg^+hEJ~E=oVYqBvT4 zKbheF^>B9cgR&|uM6x)Vvgp)fS?~xvprkz9x7ggCRgW#U;x-l=jdpubbbx3w`Os>t z>bxeKpUOU1nYn{Jwnia3$sywS;IS^jL1a5DNXku^`Eyg&xkuZ^hLwY_-_ys(*~jH7 z#i>=0L{{9oZvm^1O}W5{v24K|-n1mp)y30|p_l(nMGzQ@3@H8<-3blWhtvhS5t~2| z4)uC_rjHH%{(O<$9KFQ9tD^@Y9E%&#K66;OF-uO|4y_(%KRa??{Ap$#BV81q%O_zt zL)ZYm{q*7D;Y@16W`hO|BsfeVe|QP|6kc4)059gY1|g*7CV8g#Xp3Ui-d5~%v5H=J zW7<@5B_lOJ&Q$8n0fVTLTyx`L1nsSWvF=4B?b20};R#7ViKr7o76EHp=D>PZ-{BS| zVRd*`n0)F6RtI@DU_Xkh8mG-=^o##&JNkS*h;w!}9AnMHPUDbzJy5sPweZe928G#& z_@{~)ak`7o+B-Qoct*xE*?Q+WQgK4OZhExK`nWQ`PRXt5e7~p2PXRvy5l_GU0BAL=EF+f6Q1@CsX_jb zsCIj|&^u2P)hl;R>FoU}t~3UE{B5+<^j?n>+|4;>4j&QO8*q+GY8`SYJkqf8Gn+!b zTJF2B78^CfOmf*2lD0q8pc3#lRef;+_ z2|E7a2s=Tk@$5?$rU~J|pp@yO3_R4&c*`svAfm!rt{k~Cr8@~f7ds6! zCC#0l@@gHBhtpx_%T9}y2#-SG$Cd1J+t@G|Fv`xqI78jNP^y%h z!hEwSFC|LuZlD925=jz;CE=RAnIW?N)|(ttAb;W&|M8B|4=&STjoYICY{p<{Y(bXQ zx#(bm2X{S8T|lAmbjo~iiPbrpQ{YF9&J1TN9udqtr#smULA4$T)y@vtMK1Q$1xz`G zcO(c${Zcyy!td9Y#s2NfoumCygzM!cBk4f-9VMW9v0|@ZmK~vh#ic#z|Mk$?ye2L$@dC~@fUR_<2(+WQLx9IF2KzZ1cK z2{b3?e=mcu{V#!L|34Av(0`@on_>vQXVevkgG!U*Sqr@O-h+BbLv@1dmFtzXfJTa< z5*U%a$Hhtd(=Kx{W+kDrwktuWi@qOEqB~#bTWA+scjSEP-MitM^ZpfHZoh@E#o`Xl z^n7aFKc>@g4dOzd_hn=BiF|~AoWA<-JJXip-FxlDY>

l%3B#`V=!06ElUauJ-r% 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 N&ZLneoxNR1{|^`EObGx0 literal 0 HcmV?d00001 diff --git a/sources/alscript/doc/alscript.ps b/sources/alscript/doc/alscript.ps new file mode 100644 index 0000000..43ff0f2 --- /dev/null +++ b/sources/alscript/doc/alscript.ps @@ -0,0 +1,1668 @@ +%!PS-Adobe-2.0 +%%Creator: dvips 5.516 Copyright 1986, 1993 Radical Eye Software +%%Title: alscript.dvi +%%CreationDate: Wed Jun 5 17:35:54 1996 +%%Pages: 34 +%%PageOrder: Ascend +%%BoundingBox: 0 0 596 842 +%%DocumentFonts: Times-Bold Times-Italic Times-Roman Courier +%%EndComments +%DVIPSCommandLine: dvips alscript -o +%DVIPSSource: TeX output 1996.06.05:1642 +%%BeginProcSet: tex.pro +/TeXDict 250 dict def TeXDict begin /N{def}def /B{bind def}N /S{exch}N +/X{S N}B /TR{translate}N /isls false N /vsize 11 72 mul N /hsize 8.5 72 +mul N /landplus90{false}def /@rigin{isls{[0 landplus90{1 -1}{-1 1} +ifelse 0 0 0]concat}if 72 Resolution div 72 VResolution div neg scale +isls{landplus90{VResolution 72 div vsize mul 0 exch}{Resolution -72 div +hsize mul 0}ifelse TR}if Resolution VResolution vsize -72 div 1 add mul +TR matrix currentmatrix dup dup 4 get round 4 exch put dup dup 5 get +round 5 exch put setmatrix}N /@landscape{/isls true N}B /@manualfeed{ +statusdict /manualfeed true put}B /@copies{/#copies X}B /FMat[1 0 0 -1 0 +0]N /FBB[0 0 0 0]N /nn 0 N /IE 0 N /ctr 0 N /df-tail{/nn 8 dict N nn +begin /FontType 3 N /FontMatrix fntrx N /FontBBox FBB N string /base X +array /BitMaps X /BuildChar{CharBuilder}N /Encoding IE N end dup{/foo +setfont}2 array copy cvx N load 0 nn put /ctr 0 N[}B /df{/sf 1 N /fntrx +FMat N df-tail}B /dfs{div /sf X /fntrx[sf 0 0 sf neg 0 0]N df-tail}B /E{ +pop nn dup definefont setfont}B /ch-width{ch-data dup length 5 sub get} +B /ch-height{ch-data dup length 4 sub get}B /ch-xoff{128 ch-data dup +length 3 sub get sub}B /ch-yoff{ch-data dup length 2 sub get 127 sub}B +/ch-dx{ch-data dup length 1 sub get}B /ch-image{ch-data dup type +/stringtype ne{ctr get /ctr ctr 1 add N}if}B /id 0 N /rw 0 N /rc 0 N /gp +0 N /cp 0 N /G 0 N /sf 0 N /CharBuilder{save 3 1 roll S dup /base get 2 +index get S /BitMaps get S get /ch-data X pop /ctr 0 N ch-dx 0 ch-xoff +ch-yoff ch-height sub ch-xoff ch-width add ch-yoff setcachedevice +ch-width ch-height true[1 0 0 -1 -.1 ch-xoff sub ch-yoff .1 add]{ +ch-image}imagemask restore}B /D{/cc X dup type /stringtype ne{]}if nn +/base get cc ctr put nn /BitMaps get S ctr S sf 1 ne{dup dup length 1 +sub dup 2 index S get sf div put}if put /ctr ctr 1 add N}B /I{cc 1 add D +}B /bop{userdict /bop-hook known{bop-hook}if /SI save N @rigin 0 0 +moveto /V matrix currentmatrix dup 1 get dup mul exch 0 get dup mul add +.99 lt{/QV}{/RV}ifelse load def pop pop}N /eop{SI restore showpage +userdict /eop-hook known{eop-hook}if}N /@start{userdict /start-hook +known{start-hook}if pop /VResolution X /Resolution X 1000 div /DVImag X +/IE 256 array N 0 1 255{IE S 1 string dup 0 3 index put cvn put}for +65781.76 div /vsize X 65781.76 div /hsize X}N /p{show}N /RMat[1 0 0 -1 0 +0]N /BDot 260 string N /rulex 0 N /ruley 0 N /v{/ruley X /rulex X V}B /V +{}B /RV statusdict begin /product where{pop product dup length 7 ge{0 7 +getinterval dup(Display)eq exch 0 4 getinterval(NeXT)eq or}{pop false} +ifelse}{false}ifelse end{{gsave TR -.1 -.1 TR 1 1 scale rulex ruley +false RMat{BDot}imagemask grestore}}{{gsave TR -.1 -.1 TR rulex ruley +scale 1 1 false RMat{BDot}imagemask grestore}}ifelse B /QV{gsave +transform round exch round exch itransform moveto rulex 0 rlineto 0 +ruley neg rlineto rulex neg 0 rlineto fill grestore}B /a{moveto}B /delta +0 N /tail{dup /delta X 0 rmoveto}B /M{S p delta add tail}B /b{S p tail} +B /c{-4 M}B /d{-3 M}B /e{-2 M}B /f{-1 M}B /g{0 M}B /h{1 M}B /i{2 M}B /j{ +3 M}B /k{4 M}B /w{0 rmoveto}B /l{p -4 w}B /m{p -3 w}B /n{p -2 w}B /o{p +-1 w}B /q{p 1 w}B /r{p 2 w}B /s{p 3 w}B /t{p 4 w}B /x{0 S rmoveto}B /y{ +3 2 roll p a}B /bos{/SS save N}B /eos{SS restore}B end +%%EndProcSet +%%BeginProcSet: texps.pro +TeXDict begin /rf{findfont dup length 1 add dict begin{1 index /FID ne 2 +index /UniqueID ne and{def}{pop pop}ifelse}forall[1 index 0 6 -1 roll +exec 0 exch 5 -1 roll VResolution Resolution div mul neg 0 0]/Metrics +exch def dict begin Encoding{exch dup type /integertype ne{pop pop 1 sub +dup 0 le{pop}{[}ifelse}{FontMatrix 0 get div Metrics 0 get div def} +ifelse}forall Metrics /Metrics currentdict end def[2 index currentdict +end definefont 3 -1 roll makefont /setfont load]cvx def}def +/ObliqueSlant{dup sin S cos div neg}B /SlantFont{4 index mul add}def +/ExtendFont{3 -1 roll mul exch}def /ReEncodeFont{/Encoding exch def}def +end +%%EndProcSet +TeXDict begin 39158280 55380996 1000 300 300 +(/tmp_mnt/home/weevil/gjb/c/alscript.2.03/doc/alscript.dvi) +@start /Fa 190[29 65[{}1 39.999962 /Times-Roman rf /Fb +81[33 52[30 30 43 30 33 20 23 27 1[33 30 33 50 17 33 +1[17 33 30 20 27 33 27 1[30 8[43 60 43 43 40 33 43 1[37 +47 43 56 40 47 1[23 47 1[37 40 43 43 40 43 7[30 30 30 +30 30 30 30 30 30 30 17 15 20 15 10[20 33[{}59 59.999973 +/Times-Bold rf /Fc 134[22 22 33 22 25 14 19 19 1[25 25 +25 36 14 22 1[14 25 25 14 22 25 22 25 25 9[41 30 1[28 +25 30 1[30 1[33 41 28 2[17 1[36 3[33 1[30 6[17 7[25 1[25 +1[12 17 5[17 5[17 33[{}43 50.000000 /Times-Italic rf +/Fd 133[30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 +30 1[30 30 30 30 30 30 30 30 30 1[30 2[30 1[30 1[30 30 +30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 +30 30 30 30 2[30 30 30 1[30 30 30 30 30 30 30 30 30 30 +30 1[30 30 30 1[30 30 30 4[30 30 34[{}74 50.000000 /Courier +rf /Fe 3 63 df<70F8F8F87005057C840E>58 D<0000001800000078000001E0000007 +8000001E00000078000003E000000F8000003C000000F0000003C000000F0000003C0000 +00F0000000F00000003C0000000F00000003C0000000F00000003C0000000F80000003E0 +000000780000001E0000000780000001E000000078000000181D1C7C9926>60 +D62 D E /Ff 134[25 25 36 25 28 17 +19 22 1[28 25 28 41 14 2[14 28 25 17 22 28 22 28 25 10[36 +36 33 28 36 39 30 39 36 47 33 39 1[19 39 1[30 33 36 36 +33 36 7[25 25 25 25 25 25 25 25 25 25 1[12 17 45[{}54 +50.000000 /Times-Bold rf /Fg 134[36 1[52 36 40 24 28 +32 1[40 36 40 60 20 2[20 40 36 24 32 40 32 40 36 10[52 +52 48 40 52 1[44 56 52 68 48 56 1[28 56 1[44 48 52 52 +48 52 7[36 36 36 36 36 36 36 36 36 36 1[18 24 45[{}52 +72.000000 /Times-Bold rf /Fh 69[22 10[28 28 3[22 45[10 +1[22 25 25 36 25 25 14 19 17 25 25 25 25 39 14 25 14 +14 25 25 17 22 25 22 25 22 6[30 36 36 47 36 36 30 28 +33 36 28 36 36 44 30 36 19 17 36 36 28 30 36 33 33 36 +46 1[28 28 28 1[14 25 25 25 25 25 25 25 25 25 25 14 12 +17 12 28 25 17 17 17 39 41 1[25 20 17 33[{}86 50.000000 +/Times-Roman rf /Fi 134[30 30 1[30 30 17 23 20 1[30 30 +30 1[17 30 1[17 30 30 20 27 30 27 30 27 8[43 2[43 1[33 +40 43 33 43 1[53 37 43 8[40 14[30 1[30 2[15 46[{}35 59.999973 +/Times-Roman rf /Fj 134[27 4[17 1[23 2[30 30 7[17 27 +3[30 22[27 2[43 4[37 19[15 46[{}12 59.999973 /Times-Italic +rf /Fk 138[57 34 40 46 57 57 52 57 86 29 2[29 1[52 1[46 +57 46 1[52 10[75 75 69 57 75 1[63 3[69 2[40 1[80 3[75 +1[75 13[52 52 1[52 1[26 34 45[{}32 103.666679 /Times-Bold +rf end +%%EndProlog +%%BeginSetup +%%Feature: *Resolution 300dpi +TeXDict begin +%%PaperSize: a4 + +%%EndSetup +%%Page: 0 1 +0 0 bop 666 338 a Fk(User)26 b(Guide)g(to)173 463 y(ALSCRIPT)f(-)h +(Sequence)h(alignment)f(to)744 587 y(PostScript)703 712 +y(V)-10 b(ersion)25 b(2.03)751 937 y Fj(Geoffr)n(ey)13 +b(J.)i(Barton)538 1161 y Fi(Laboratory)d(of)j(Molecular)e(Biophysics) +721 1236 y(University)g(of)i(Oxford)699 1311 y(Rex)g(Richards)e +(Building)759 1386 y(South)i(Parks)f(Road)756 1460 y(Oxford)h(OX1)g +(3QU)915 1535 y(U.K.)746 1745 y Fh(T)m(el:)i(\(44\))12 +b(1865-275368)740 1805 y(Fax:)17 b(\(44\))12 b(1865-510454)693 +1866 y(e-mail:)17 b(gjb@bioch.ox.ac.uk)824 2001 y(REFERENCE:)768 +2061 y(Barton,)12 b(G.)h(J.)h(\(1993\),)393 2121 y(ALSCRIPT)f(a)f(tool) +g(to)g(format)g(multiple)f(sequence)i(alignments)487 +2181 y(Protein)e(Engineering,)i(V)-6 b(olume)11 b(6,)i(No.)18 +b(1,)13 b(pp.37-40.)p eop +%%Page: 1 2 +1 1 bop 164 316 a Fg(Contents)164 428 y Ff(1)50 b(Update)11 +b(History)1191 b(1)164 538 y(2)50 b(Read)12 b(This)g(First)h(-)f +(VERSION)h(2.0)844 b(2)164 648 y(3)50 b(Related)11 b(Pr)o(ograms)1136 +b(2)164 758 y(4)50 b(A)l(vailability)1272 b(2)164 868 +y(5)50 b(Installing)11 b(ALSCRIPT)1054 b(2)164 978 y(6)50 +b(Brief)12 b(Description)g(of)g(ALSCRIPT)835 b(3)164 +1088 y(7)50 b(New)12 b(Featur)o(es)h(in)f(V)-5 b(ersion)13 +b(1.4.4)889 b(4)164 1198 y(8)50 b(New)12 b(Featur)o(es)h(in)f(V)-5 +b(ersion)13 b(1.4.5)g(-)f(Pr)o(ogram)i(alsnum)489 b(4)164 +1308 y(9)50 b(New)12 b(Featur)o(es)h(in)f(V)-5 b(ersion)13 +b(2.0)926 b(5)239 1368 y Fh(9.1)52 b(New)13 b(Step)f(1)g(Commands)44 +b Fe(:)24 b(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h +(:)f(:)h(:)f(:)h(:)f(:)68 b Fh(5)239 1428 y(9.2)52 b(New)13 +b(Step)f(2)g(Commands)44 b Fe(:)24 b(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:) +f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)68 b +Fh(6)239 1488 y(9.3)52 b(New)13 b(special)g(TEXT)g(commands)18 +b Fe(:)24 b(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f +(:)h(:)f(:)68 b Fh(7)164 1598 y Ff(10)25 b(Running)11 +b(ALSCRIPT)1070 b(8)239 1659 y Fh(10.1)27 b(Basic)13 +b(Use)46 b Fe(:)25 b(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:) +h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)68 +b Fh(8)239 1719 y(10.2)27 b(More)13 b(complex)f(ef)o(fects)g(-)g(T)m +(ext)g(Lines,)i(and)e(Masks)50 b Fe(:)25 b(:)f(:)g(:)h(:)f(:)h(:)f(:)h +(:)f(:)43 b Fh(10)164 1829 y Ff(1)m(1)28 b(Using)12 b(Colour)1210 +b(12)164 1939 y(12)25 b(The)12 b(MASK)g(command)h(family)878 +b(12)239 1999 y Fh(12.1)27 b(Summary)11 b(of)h(mask)h(commands)37 +b Fe(:)24 b(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f +(:)h(:)f(:)43 b Fh(13)164 2109 y Ff(13)25 b(Printing)11 +b(ALSCRIPT)j(Files)941 b(15)164 2219 y(14)25 b(Conclusion)1255 +b(15)164 2329 y(15)25 b(Appendices)1247 b(15)239 2389 +y Fh(15.1)27 b(ALSCRIPT)13 b(Command)f(Summary)45 b Fe(:)24 +b(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)43 +b Fh(15)353 2449 y(15.1.1)36 b(STEP)12 b(1)h(COMMANDS)50 +b Fe(:)25 b(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h +(:)f(:)43 b Fh(16)961 2607 y(1)p eop +%%Page: 2 3 +2 2 bop 353 315 a Fh(15.1.2)36 b(REQUIRED)13 b(STEP)g(1)f(COMMANDS)17 +b Fe(:)25 b(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)43 +b Fh(16)353 376 y(15.1.3)36 b(OPTIONAL)12 b(STEP)h(1)f(COMMANDS)20 +b Fe(:)25 b(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)43 +b Fh(17)353 436 y(15.1.4)36 b(STEP)12 b(2)h(COMMANDS)50 +b Fe(:)25 b(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h +(:)f(:)43 b Fh(20)239 496 y(15.2)27 b(AMPS)12 b(Block)h(\256le)f +(format)26 b Fe(:)e(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f +(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)43 b Fh(24)239 556 y(15.3)27 +b(PostScript)12 b(Fonts)33 b Fe(:)24 b(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h +(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)43 +b Fh(25)239 616 y(15.4)27 b(386)12 b(DOS)h(installation)k +Fe(:)24 b(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f +(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)43 b Fh(26)239 677 y(15.5)27 +b(TECHNICAL)14 b(NOTES)22 b Fe(:)j(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h +(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)43 +b Fh(27)239 737 y(15.6)27 b(Unix)12 b(Installation)25 +b Fe(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:) +h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)43 b Fh(27)239 797 +y(15.7)27 b(V)-6 b(AX/VMS)12 b(Installation)k Fe(:)25 +b(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f +(:)h(:)f(:)h(:)f(:)43 b Fh(28)239 857 y(15.8)27 b(Alternative)12 +b(ways)h(of)f(invoking)f(ALSCRIPT)32 b Fe(:)24 b(:)h(:)f(:)h(:)f(:)g(:) +h(:)f(:)h(:)f(:)h(:)f(:)43 b Fh(28)239 917 y(15.9)27 +b(Program)11 b(Crashes)i(and)g(Known)f(Bugs)46 b Fe(:)25 +b(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)43 +b Fh(29)239 978 y(15.10)r(W)n(ish)13 b(List)g(for)e(next)i(version!!)37 +b Fe(:)24 b(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h +(:)f(:)h(:)f(:)43 b Fh(30)239 1038 y(15.1)n(1)t(Acknowledgements)g +Fe(:)24 b(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f +(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)43 b Fh(30)239 1098 y(15.12)r +(References)25 b Fe(:)g(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f +(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)43 +b Fh(30)164 1267 y Fg(1)72 b(Update)17 b(History)164 +1439 y Fd(VERSION)29 b(1.0)89 b(19)30 b(June)149 b(1992)164 +1499 y(Version)29 b(1.1)89 b(26)30 b(June)149 b(1992)164 +1559 y(Version)29 b(1.2)89 b(21)30 b(October)59 b(1992:)29 +b(Add)h(multiple)f(blocks)g(per)h(page)f(option.)164 +1620 y(Version)g(1.3)89 b(15)30 b(November)f(1992:)g(First)h +(Distribution.)164 1680 y(Version)f(1.4)119 b(6)30 b(December)f(1992:)g +(Add)h(Colour)f(commands.)164 1740 y(Version)g(1.4.1)59 +b(1)30 b(February)f(1993:)g(Small)h(bug)f(fixes)h(-)f(FULL)h(RE-)164 +1800 y(LEASE)f(VERSION.)164 1860 y(Version)g(1.4.2)g(15)h(February)f +(1993:)g(Make)h(silent_mode)e(toggle.)164 1921 y(Version)h(1.4.3)59 +b(1)30 b(March)119 b(1993:)29 b(Fix)h(bug)f(in)h(colour)f(option.)164 +1981 y(Version)g(1.4.4)g(24)h(March)119 b(1993:)29 b(Add)h(mask)f +(features)g(\(should)g(be)h(ver-)164 2041 y(sion)f(1.5\).)164 +2101 y(Version)g(1.4.5)g(25)h(May)179 b(1993:)29 b(Include)g(alsnum)h +(program)f(in)g(distribution.)373 2161 y(7)h(June)149 +b(1993:)29 b(Fix)h(NO_NUMBERS)f(bug)g(in)h(documentation)1120 +2222 y(Change)g(defaults)f(for)g(-q)h(op-)164 2282 y(tion)f(to)h(use)g +(MASK.)164 2402 y(Version)f(2.0)89 b(23)30 b(May)119 +b(1995:)30 b(Numerous)f(changes)g(and)g(addi-)164 2462 +y(tions)g(including)g(the)961 2607 y Fh(2)p eop +%%Page: 3 4 +3 3 bop 164 315 a Fd(option)29 b(to)h(colour)f(backgrounds)164 +376 y(differently,)g(ommission)f(of)i(idents)f(on)164 +436 y(second)g(and)h(subsequent)f(lines,)g(helix,)164 +496 y(strand)g(and)h(other)f(special)g(characters,)164 +556 y(relative)g(numbering,)g(error)g(checking)g(of)164 +616 y(ranges)g(on)h(input,)f(bounding)g(box,)164 677 +y(screening,)g(conservation)f(colouring...)164 737 y(Version)h(2.03)89 +b(5)30 b(June)149 b(1996:)29 b(Small)h(bug)f(fixes)h(-)f(patches)g +(incorporated.)164 797 y(BACKGROUND_REGION)f(and)i(BOUNDING_BOX)e +(commands)h(moved)g(to)164 857 y(step)g(1)h(section.)164 +1087 y Fg(2)72 b(Read)17 b(This)g(First)h(-)g(VERSION)e(2.0)164 +1198 y Fh(This)d(manual)f(describes)h(an)g(interim)e(release)i(of)f +(ALSCRIPT)h(that)g(includes)f(many)h(addi-)164 1259 y(tional)c +(features)g(over)g(the)h(previously)f(distributed)f(V)-6 +b(ersion)10 b(1.4.5.)18 b(I)9 b(had)h(hoped)f(to)g(make)h(a)164 +1319 y(lot)h(more)g(changes)h(and)f(improvements)g(before)g +(distributing)f(the)h(new)h(version,)f(however)164 1379 +y(I)16 b(have)h(not)g(had)f(the)h(time)f(to)h(do)f(this.)32 +b(I)16 b(am)h(distributing)e(V)-6 b(ersion)17 b(2.0)g(since)g(the)g +(new)164 1439 y(features)e(have)g(been)h(used)f(in)g(a)h(number)e(of)h +(published)g(alignment)g(\256gures.)27 b(Please)15 b(see)164 +1499 y(see)e(the)f(Section)g(9)25 b(for)12 b(details)g(of)g(the)g(new)h +(features.)164 1669 y Fg(3)72 b(Related)17 b(Pr)o(ograms)164 +1780 y Fh(The)12 b(AMPS)g(package)g(\(Barton,)g(1990\).)17 +b(This)c(performs)e(multiple)g(sequence)h(alignments)164 +1840 y(and)g(databank)h(scanning.)164 1901 y(AMAS)h(\(Livingstone)f +(and)g(Barton,)h(1993,)g(CABIOS,)g(9,)g(745-756\).)21 +b(Analysis)14 b(of)f(Mul-)164 1961 y(tiply)h(Aligned)f(Sequences.)24 +b(This)15 b(package)f(uses)h(a)g(sophisticated)f(set-based)h(method)e +(to)164 2021 y(identify)e(patterns)i(of)f(residue)g(conservation)g(in)g +(multiple)g(sequence)h(alignments.)164 2081 y(All)k(programs)f(are)h +(available)g(by)g(anonymous)f(ftp)h(from)f(geof)o(f.biop.ox.ac.uk.)33 +b(Please)164 2141 y(see)11 b(the)g(README)h(\256le)f(for)f(details)h +(licencing)f(and)h(registration.)17 b(Y)-5 b(ou)10 b(can)h(read)g +(manuals)164 2202 y(for)h(the)g(programs)f(and)i(some)f(related)g +(papers)h(at)f(http://geof)o(f.biop.ox.ac.uk/.)961 2607 +y(3)p eop +%%Page: 4 5 +4 4 bop 164 315 a Fg(4)72 b(A)-5 b(vailability)164 427 +y Fh(ALSCRIPT)9 b(is)g(available)f(free)g(of)g(char)o(ge)g(for)g +(academic)h(and)f(non-commercial)f(purposes.)164 487 +y(Distribution)16 b(is)i(by)f(anonymous)g(ftp)f(from)h(geof)o +(f.biop.ox.ac.uk.)33 b(See)17 b(the)h(README)164 547 +y(\256le)f(on)g(the)g(ftp)f(server)h(for)f(details.)33 +b(Y)-5 b(ou)17 b(need)g(to)g(register)g(with)f(G.)i(J.)g(Barton)f +(before)164 608 y(downloading)12 b(the)g(software.)164 +777 y Fg(5)72 b(Installing)17 b(ALSCRIPT)164 889 y Fh(See)12 +b(the)h(appropriate)e(section)i(for)e(the)h(computer)g(type)g(you)g +(are)h(using:)164 949 y(For)g(PCs)i(see)f(see)h(Section)f(15.4.)23 +b(For)14 b(Unix)f(see)i(see)g(Section)e(15.6)i(.)23 b(For)13 +b(VMS)i(see)f(see)164 1009 y(Section)e(15.7)g(.)164 1178 +y Fg(6)72 b(Brief)17 b(Description)f(of)i(ALSCRIPT)164 +1290 y Fh(ALSCRIPT)c(takes)h(a)f(multiple)f(sequence)i(alignment)e(in)h +(AMPS)g(\(Barton)f(&)h(Sternber)o(g,)164 1350 y(1987,)23 +b(Barton,)f(1990\))e(block-\256le)f(format)h(and)g(a)h(set)g(of)f +(formatting)f(commands)h(and)164 1410 y(produces)e(a)h(PostScript)f +(\256le)g(that)g(may)h(be)g(printed)e(on)i(a)g(PostScript)e(laser)i +(printer)n(,)g(or)164 1470 y(viewed)8 b(using)g(a)g(PostScript)g +(previewer)g(\(e.g.)16 b(Sun)8 b(Microsystem')m(s)g(PageV)m(iew)g +(program\).)164 1531 y(CLUST)l(AL)i(and)f(GCG)g(format)e(multiple)h +(alignment)g(\256les)h(may)f(also)h(be)g(used)g(\(see)g(below\).)164 +1591 y(ALSCRIPT)h(is)h(NOT)g(a)f(multiple)f(sequence)i(alignment)e +(program,)h(nor)g(is)g(it)g(an)h(alignment)164 1651 y(editor)m(.)164 +1711 y(Given)k(a)g(block-\256le)f(and)h(pointsize)g(\(character)f +(width/height\),)g(ALSCRIPT)h(calculates)164 1771 y(how)g(many)g +(residues)h(can)f(be)h(\256tted)f(across)h(the)f(page,)h(and)g(how)f +(many)g(sequences)h(will)164 1832 y(\256t)d(down)f(the)h(page,)h(it)e +(then)h(prints)g(the)g(alignment)f(at)h(the)g(chosen)g(pointsize)g(on)g +(as)g(many)164 1892 y(pages)h(as)g(are)g(needed.)22 b(Running)13 +b(ALSCRIPT)h(with)f(a)h(smaller)f(or)g(lar)o(ger)g(pointsize)g(will)164 +1952 y(automatically)f(re-scale)g(the)h(alignment)f(to)g(\256t)g(on)g +(fewer)g(or)h(more)e(pages)j(as)f(appropriate.)164 2012 +y(The)i(actual)f(page)h(dimensions)f(may)h(be)f(re-set)g(to)g(any)h +(value,)g(so)g(if)f(you)g(have)g(access)i(to)164 2072 +y(an)11 b(A3)g(PostScript)f(printer)n(,)h(or)g(typesetting)g(machine,)g +(alignments)g(can)h(readily)e(be)h(scaled)164 2133 y(to)h(maximise)g +(the)h(available)f(space.)164 2193 y(Each)j(output)g(page)g(has)g +(three)g(basic)g(regions.)26 b(The)15 b(left)f(hand)h(edge)g(contains)g +(identi\256er)164 2253 y(codes)f(for)e(each)i(sequence.)22 +b(The)14 b(main)f(part)g(of)g(the)h(page)f(holds)h(the)f(alignment,)h +(and)f(the)164 2313 y(top)c(part,)i(the)e(position)g(numbers)h(and)f +(tick)h(marks.)17 b(ALSCRIPT)10 b(commands)g(make)f(use)h(of)164 +2373 y(a)k(character)g(coordinate)f(system)i(for)e(font)g(changes,)j +(and)e(other)f(formatting)g(commands.)164 2433 y(Thus,)d(any)f(residue) +f(in)g(the)g(alignment)g(may)g(be)g(referred)f(to)h(by)g(its)h +(sequence)g(position)f(num-)961 2607 y(4)p eop +%%Page: 5 6 +5 5 bop 164 315 a Fh(ber)13 b(\(x-axis\))f(and)h(sequence)h(number)e +(\(y-axis\),)h(similarly)m(,)g(ranges)g(of)f(residue)i(positions,)164 +376 y(or)e(sequences)h(may)g(also)f(be)h(de\256ned)f(in)g(the)g +(character)g(coordinate)g(system.)164 436 y(The)h(basic)g(ALSCRIPT)f +(commands)h(allow)f(the)g(following)f(functionality:)164 +496 y(Fonts:)28 b(Any)18 b(PostScript)f(font)g(at)h(any)g(size)g(may)g +(be)g(de\256ned)f(and)h(used)g(on)g(individual)164 556 +y(residues,)13 b(regions)f(or)g(identi\256er)f(codes.)164 +616 y(Boxing:)16 b(Simple)8 b(rectangular)h(boxes)g(may)g(be)g(drawn)g +(around)g(any)g(part)f(of)h(the)g(alignment.)164 677 +y(Particular)i(residue)g(types)h(may)g(be)g(selected)g(and)g +(automatically)f("surrounded")h(by)f(lines.)164 737 y(For)e(example,)h +(if)g(the)f(characters)h('G')f(and)g('P')g(are)g(selected,)j(then)d +(lines)h(will)f(not)h(be)f(drawn)164 797 y(between)i(G)g(and)h(P)f +(characters,)h(but)e(only)h(where)g(G)h(and)f(P)g(border)f(with)h +(other)g(characters.)164 857 y(Shading:)24 b(Grey)16 +b(shading)g(of)f(any)h(level)g(from)f(black)g(to)h(white)g(may)g(be)g +(applied)f(to)h(any)164 917 y(region)k(of)h(the)g(alignment,)i(either)d +(as)i(a)f(rectangular)g(region,)i(or)d(as)i(residue)f(speci\256c)164 +978 y(shading.)d(e.g.)h("shade)13 b(all)g(Cys)g(residues)f(between)h +(positions)f(6)h(and)f(30")164 1038 y(T)m(ext:)23 b(Speci\256c)14 +b(text)h(strings)g(may)g(be)g(added)g(to)g(the)g(alignment)f(at)h(any)g +(position)g(and)g(in)164 1098 y(any)d(font)g(or)g(font)g(size.)164 +1158 y(Lines:)22 b(Horizontal)13 b(or)h(vertical)g(lines)g(may)g(be)g +(drawn)g(to)g(the)g(left,)h(right,)f(top)g(or)g(bottom)164 +1218 y(of)e(any)g(residue)h(position)f(or)g(group)f(of)h(positions.)164 +1279 y(Colour:)17 b(Characters)c(or)f(character)g(backgrounds)g(may)g +(be)g(independently)g(coloured.)164 1339 y(The)e(example)e(block)h +(\256le)g("example1.blc")h(and)f(command)g(\256le)f("example1.als")j +(illustrate)164 1399 y(most)h(of)g(these)h(commands)f(in)h(action.)164 +1459 y(Although)7 b(written)g(with)g(the)g(aim)g(of)g(producing)g +(\256gures)g(for)g(journal)g(submission,)h(ALSCRIPT)164 +1519 y(may)i(be)h(used)g(as)g(a)f(tool)g(for)g(interpreting)f(multiple) +g(sequence)j(alignments.)17 b(For)10 b(example,)164 1579 +y(the)h(boxing,)h(shading)g(and)f(font)g(changing)g(facilities)h(can)f +(be)h(applied)f(to)h(highlight)e(amino)164 1640 y(acids)h(of)f(a)g +(particular)g(type)g(and)h(thus)f(draw)g(attention)g(to)g(clusters)h +(of)f(positive)g(or)g(negative)164 1700 y(char)o(ge,)j(hydrophobics,)f +(etc.)164 1869 y Fg(7)72 b(New)17 b(Featur)o(es)f(in)i(V)-7 +b(ersion)18 b(1.4.4)164 1981 y Fh(This)h(version)e(introduces)h(the)g +(MASK)g(family)f(of)h(commands)g(which)g(allows)g(boxing,)164 +2041 y(shading)11 b(etc)h(to)f(be)h(applied)f(according)g(to)g(the)h +(frequency)e(of)i(occurence)f(of)g(the)g(character)164 +2101 y(types)f(at)g(each)g(position)g(in)f(the)h(alignment.)17 +b(For)9 b(example,)i(it)e(is)h(possible)h(to)e(box)h(positions)164 +2161 y(where)i(one)f(character)h(is)g(seen)g(in)g(more)f(than)h(N)f(of) +h(the)f(sequences.)20 b(It)11 b(is)h(also)g(possible)g(to)164 +2222 y(box/shade)d(etc)g(the)f(most)h(frequently)e(occurring)h +(character)g(at)h(each)g(position.)17 b(Commands)164 +2282 y(exist)c(to)g(select)h(which)f(characters)g(will)g(be)g(used)h +(in)f(the)g(calculation)f(of)h(frequencies)g(and)164 +2342 y(which)k(will)g(be)h(excluded,)h(thus)e(boxing)g(can)h(be)f +(based)h(upon)f(two)h(or)f(more)f(character)164 2402 +y(types)c(at)g(a)g(position.)17 b(MASK)12 b(commands)g(also)g(exist)g +(to)f(show)h(residues)g(identical)f(to)h(one)164 2462 +y(sequence)h(in)f(the)h(set.)18 b(See)13 b(the)f(section)h(on)f(MASK)g +(below)g(for)g(details.)961 2607 y(5)p eop +%%Page: 6 7 +6 6 bop 164 315 a Fh(NOTE:)20 b(Although)f(boxing)g(according)g(to)g +(the)h(frequency)f(of)g(amino)g(acids)h(seen)g(at)g(a)164 +376 y(position)8 b(is)g(a)g(popular)g(method)g(of)g(representation)g +(it)g(is)g(not)g(usually)g(the)g(most)g(informative.)164 +436 y(An)13 b(analysis)i(that)e(takes)h(into)f(account)h(the)f +(physico-chemical)g(properties)g(of)g(the)g(amino)164 +496 y(acids)g(and)f(also)h(relates)f(the)h(amino)f(acid)g(similarities) +g(to)g(the)h(overall)e(similarity)h(between)164 556 y(the)h(sequences)g +(is)g(more)g(helpful)f(in)g(identifying)g(functionally)f(important)h +(residues.)19 b(The)164 616 y(AMAS)f(program)g(\(Livingstone)g(and)g +(Barton,)i(1993\))e(applies)g(a)h(\257exible)f(hierarchical)164 +677 y(set-based)13 b(approach)f(to)g(this)g(problem.)164 +846 y Fg(8)72 b(New)17 b(Featur)o(es)f(in)i(V)-7 b(ersion)18 +b(1.4.5)f(-)h(Pr)o(ogram)e(alsnum)164 958 y Fh(V)-6 b(ersion)19 +b(1.4.5)h(includes)f(the)f(program)g("alsnum".)38 b(This)20 +b(is)f(a)g(temporary)f(solution)g(to)164 1018 y(the)e(residue)f +(numbering)g(problem.)28 b(Ultimately)m(,)16 b(these)g(functions)g +(will)f(be)h(included)f(as)164 1078 y(alscript)d(commands.)164 +1138 y(alsnum)g(creates)h(a)f(set)h(of)f(TEXT)i(commands)e(that)g(can)g +(be)h(incorporated)e(into)h(an)g(alscript)164 1198 y(command)i(\256le)g +(to)g(place)h(sequential)g(numbers)f(at)g(any)h(position)f(in)g(the)g +(alignment.)24 b(The)164 1259 y(numbers)14 b(ignore)g(gaps,)i(so)f(the) +g(numbering)e(will)h(correspond)g(to)h(the)f(speci\256c)h(sequence)164 +1319 y(position)d(rather)g(than)g(the)g(alignment.)164 +1379 y(T)m(o)g(use)h(the)f(program:)164 1439 y(1.)31 +b(Decide)17 b(where)f(you)g(want)h(the)f(numbers)g(to)h(be)g(placed.)31 +b(For)15 b(example,)j(you)f(might)164 1499 y(want)12 +b(the)g(numbers)g(above)g(the)g(third)g(sequence)h(in)f(the)g +(alignment.)17 b(If)12 b(so,)h(make)f(an)g(extra)164 +1559 y(sequence)h(space)g(above)f(the)h(third)e(sequence)i(using)g(the) +f(ADD)p 1293 1559 15 2 v 18 w(SEQ)g(command.)164 1620 +y(2.)18 b(Decide)13 b(what)f(is)h(the)f(number)f(of)h(the)g(\256rst)g +(residue)h(of)f(the)g(sequence)h(to)f(be)g(numbered.)164 +1680 y(This)h(will)f(not)g(always)h(be)f(1)h(since)g(you)f(may)g(be)g +(aligning)g(fragments)g(or)g(domains.)164 1740 y(3.)18 +b(Decide)13 b(the)f(numbering)f(interval)h(\(e.g.)19 +b(every)12 b(10th)g(amino)g(acid\).)164 1800 y(4.)18 +b(Run)13 b(the)f(program.)164 1860 y(For)f(example,)h(if)g(you)f(want)h +(to)g(add)g(numbers)f(according)g(to)h(sequence)g(37)g(of)g(a)g(block)f +(\256le)164 1921 y(\(junk.blc\),)k(calling)f(the)h(\256rst)f(residue)h +(of)f(the)h(sequence)g(12,)h(and)e(with)h(an)f(interval)g(of)h(5,)164 +1981 y(and)g(the)f(numbers)g(are)h(to)f(be)h(placed)g(at)f(the)h +(location)f(of)g(sequence)i(3)e(in)h(the)f(alignment.)164 +2041 y(T)m(ype:)164 2101 y(alsnum)e(37)h(12)f(5)g(3)h +Fe(<)f Fh(junk.blc)g Fe(>)h Fh(junk.text)164 2161 y(5.)25 +b(Add)15 b(the)f(resulting)g(TEXT)i(commands)f(from)e(junk.text)i(to)f +(your)g(alscript)g(command)164 2222 y(\256le.)961 2607 +y(6)p eop +%%Page: 7 8 +7 7 bop 164 316 a Fg(9)72 b(New)17 b(Featur)o(es)f(in)i(V)-7 +b(ersion)18 b(2.0)164 428 y Fh(Error)9 b(checking)h(is)g(now)g(done)f +(on)h(all)g(ranges)g(input.)17 b(If)9 b(you)h(run)f(ALSCRIPT)h(2.0)g +(on)g(a)g(\256le)164 488 y(that)i(worked)f(with)h(ALSCRIPT)g(1.4.5,)h +(and)f(it)g(complains)f(about)h(out)g(of)f(range)h(numbers,)164 +548 y(then)19 b(check)h(your)f(ranges)h(carefully)m(.)39 +b(If)19 b(you)g(think)g(you)g(are)h(right,)h(then)e(send)h(me)g(a)164 +608 y(minimal)14 b(example)g(of)h(the)f(problem)g(and)h(I)f(will)h +(investigate.)25 b(V)-6 b(ersions)15 b(of)g(ALSCRIPT)164 +668 y(before)k(2.0)i(would)f(often)f(work)h(happily)f(with)h(out)g(of)g +(range)g(numbers)f(and)h(produce)164 729 y(perfectly)11 +b(OK)i(output.)164 789 y(The)k(\256les)h Ff(ipns.als)f +Fh(and)g Ff(ipns.blc)g Fh(show)g(example)g(command)f(and)h(block)g +(\256le)g(that)f(use)164 849 y(most)c(of)g(these)h(new)g(commands.)18 +b(See)12 b(the)h Fc(examples)f Fh(directory)m(.)164 996 +y Fb(9.1)59 b(New)15 b(Step)g(1)g(Commands)164 1090 y +Fh(SCREENSIZE)f(120)164 1150 y(Usually)g(you)g(should)g(not)g(need)g +(to)g(change)g(this)g(value,)h(it)f(alters)g(the)g(screening)g(used)g +(by)164 1210 y(the)h(printer)m(.)24 b(A)15 b(value)g(of)f(120)h(is)g +(used)g(by)g(default.)25 b(On)15 b(most)f(300dpi)h(black)f(and)h(white) +164 1271 y(printers)f(this)h(gives)g(much)f(smoother)g(greys)h(than)f +(the)h(default)f(used)h(in)g(earlier)f(versions)164 1331 +y(of)e(ALSCRIPT)l(.)164 1391 y(PIR)p 245 1391 15 2 v +17 w(SA)-6 b(VE)13 b(\256lename)164 1451 y(W)n(ill)h(cause)g(the)g +(block)g(\256le)g(to)f(be)h(saved)h(into)f(the)f(\256le)h +(\252\256lename\272)g(in)g(PIR)f(format.)22 b(This)164 +1511 y(can)13 b(be)f(useful)g(for)g(moving)f(block)i(\256le)f +(alignments)g(to)g(other)g(programs.)164 1572 y(MSF)p +267 1572 V 18 w(SA)-6 b(VE)12 b(\256lename)164 1632 y(W)n(ill)17 +b(cause)i(the)e(block)h(\256le)f(to)h(be)f(saved)i(into)e(the)g(\256le) +h(\252\256lename\272)f(in)h(something)f(that)164 1692 +y(approximates)12 b(GCG)g(.msf)h(format.)k Fc(W)-5 b(arning!)19 +b(This)12 b(has)h(not)f(been)g(fully)g(tested.)164 1752 +y Fh(NUMBER)p 379 1752 V 19 w(COLOUR)h(4)164 1812 y(Sets)20 +b(the)g(colour)f(used)h(for)f(numbering)f(at)i(the)g(top)f(of)h(the)f +(alignment)g(\(no)g(American)164 1872 y(spelling)13 b(at)g(the)g +(moment\).)19 b(In)13 b(this)g(example,)g(colour)g(number)f(4)h(has)g +(been)h(de\256ned)e(\(See)164 1933 y(the)g(DEFINE)p 417 +1933 V 18 w(COLOUR)i(command)d(if)h(you)h(are)f(not)g(sure)g(what)h +(this)f(means\).)164 1993 y(SINGLE)p 344 1993 V 18 w(P)-5 +b(AGE)164 2053 y(If)13 b(this)g(is)h(set,)g(ALSCRIPT)g(assumes)h +(everything)d(will)h(be)h(plotted)e(on)i(one)f(page.)22 +b(At)13 b(the)164 2113 y(moment,)j(all)g(this)f(does)h(is)g(write)f +(the)h(bounding)e(box)i(for)e(the)i(\256gure,)g(so)g(encapsulating)164 +2173 y(the)h(PostScript.)31 b(This)18 b Fc(may)f Fh(allow)f(the)h +(output)g(of)f(alscript)h(to)g(be)g(imported)f(into)h(word)164 +2234 y(processors)c(etc,)g(but)f(probably)f(not)h(all.)164 +2294 y(ID)p 220 2294 V 17 w(ONL)-5 b(Y)p 370 2294 V 19 +w(ON)p 461 2294 V 18 w(FIRST)p 615 2294 V 17 w(LINE)164 +2354 y(If)12 b(this)i(is)f(present,)h(then)f(sequence)g(identi\256ers)g +(will)f(only)h(be)g(printed)g(on)g(the)g(\256rst)f(line)h(of)164 +2414 y(the)f(alignment.)18 b(Often)12 b(this)g(looks)h(better)f(for)f +(small)i(alignments)f(than)g(the)g(default.)164 2474 +y(BACKGROUND)p 518 2474 V 18 w(COLOUR)i(7)961 2607 y(7)p +eop +%%Page: 8 9 +8 8 bop 164 315 a Fh(Sets)14 b(the)g(colour)f(used)i(for)e(the)h +(background)f(to)h(the)g(alignment.)23 b(This)15 b(can)f(be)g(useful)g +(for)164 376 y(preparing)c(\256gures)h(for)g(projection.)17 +b(At)11 b(the)g(moment)g(this)g(only)g(works)g(reliably)g(when)g(the) +164 436 y(SINGLE)p 344 436 15 2 v 18 w(P)-5 b(AGE)13 +b(is)g(also)f(set.)164 496 y(BOUNDING)p 433 496 V 18 +w(BOX)g(x)g(y)h(x1)f(y1)164 556 y(De\256nes)h(the)g(bounding)f(box)g +(for)g(the)g(\256gure.)19 b(This)13 b(is)g(set)h(in)e(points)h(\(1/72)f +(inch\).)18 b(NOTE:)164 616 y(In)12 b(version)g(2.0)h(this)f(was)h(a)g +(STEP)f(2)h(Command.)164 677 y(BACKGROUND)p 518 677 V +18 w(REGION)g(x)f(y)h(x1)f(y1)164 737 y(De\256nes)h(the)g(region)f(to)h +(colour)f(as)i(background)e(-)h(the)f(default)h(is)g(set)g(up)g(for)f +(A4)h(paper)g(so)164 797 y(US)h(users)h(may)g(have)f(to)h(\256ddle)f +(with)g(this.)25 b(V)-6 b(alues)15 b(are)g(points)f(\(1/72)g(inch\).)24 +b(NOTE:)15 b(In)164 857 y(version)d(2.0)h(this)f(was)h(a)g(STEP)f(2)h +(Command.)164 1004 y Fb(9.2)59 b(New)15 b(Step)g(2)g(Commands)164 +1098 y Fh(COLOUR)p 371 1098 V 19 w(TEXT)p 516 1098 V +19 w(REGION)d(x)h(y)f(x1)g(y1)h(colour)164 1158 y(Sets)8 +b(the)g(colour)g(for)g(TEXT)g(command)g(output.)14 b(Similar)8 +b(syntax)g(to)g(COLOUR)p 1568 1158 V 17 w(REGION,)164 +1218 y(FONT)p 297 1218 V 18 w(REGION)13 b(etc.)164 1279 +y(COLOUR)p 371 1279 V 19 w(LINE)p 503 1279 V 18 w(REGION)g(x)f(y)g(x1)h +(y1)f(colour)164 1339 y(Set)g(the)g(colour)g(for)g(LINEs)h(in)f(a)h +(region.)164 1399 y(CALCONS)g(x)f(y)h(x1)f(y1)164 1459 +y(Calculate)21 b(conservation)f(values)h(according)f(to)g(Zvelebil)h +Fc(et)g(al.)43 b Fh(for)19 b(the)i(designated)164 1519 +y(region.)d(\(See)12 b(Livingstone)g(&)g(Barton)g(1993)g(for)g(details) +g(and)h(further)e(refs\))164 1579 y(MASK)h(CONSER)l(V)-6 +b(A)g(TION)13 b(cutof)o(f)164 1640 y(If)j(CONSCAL)h(has)g(been)g(used,) +h(then)f(mask)f(residues)h(according)f(to)h(the)f(conservation)164 +1700 y(cutof)o(f.)164 1760 y(e.g.)28 b(MASK)15 b(CONSER)l(V)-6 +b(A)g(TION)16 b(10)f(would)g(mask)g(all)g(identities,)i(MASK)e(CONSER-) +164 1820 y(V)-6 b(A)g(TION)14 b(6)h(would)f(mask)h(reasonably)f +(conserved)g(positions.)25 b(See)14 b(examples)h(for)f(more)164 +1880 y(on)e(this)h(command.)164 1941 y(HELIX)g(x1)f(y)g(x2)164 +2001 y(Draw)g(a)h(helix)f(from)f(x1)h(to)g(x2)h(of)f(sequence)h(y)m(.) +164 2061 y(STRAND)g(x1)f(y)g(x2)164 2121 y(Draw)g(a)h(strand)f(from)f +(x1)h(to)h(x2)f(of)g(sequence)h(y)m(.)164 2181 y(COIL)g(x1)f(y)g(x2)164 +2242 y(Draw)g(a)h(coil)f(\(horizontal)f(line\))h(from)f(x1)h(to)g(x2)h +(of)f(sequence)h(y)m(.)164 2302 y(RELA)-6 b(TIVE)p 403 +2302 V 20 w(T)o(O)13 b()f()164 2362 +y(Set)20 b(reference)f(numbers)h(to)g(work)f(relative)h(to)g(sequence)g +(number)g(.)41 b(This)164 2422 y(means)14 b(that)g(in)g(all)f +(subsequent)i(commands,)f(ALSCRIPT)g(will)g(translate)g(your)f(x)h +(values)164 2482 y(into)f(absolute)g(position)f(values)i(in)f(the)f +(alignment.)20 b(This)14 b(is)f Fc(extr)n(emely)h Fh(useful)f(since)g +(you)961 2607 y(8)p eop +%%Page: 9 10 +9 9 bop 164 315 a Fh(can)13 b(annotate)g(your)g(alignment)f(using)i +(your)e(favourite)g(sequences)i(as)g(a)g(reference)e(point.)164 +376 y(Y)-5 b(ou)12 b(no)g(longer)g(have)h(to)f(translate)g(every)g(x)h +(position)f(into)g(the)g(alignment)g(position.)164 436 +y()c(is)h(optional.)16 b(If)8 b(present,)i(it)e(speci\256es)h +(what)g(the)f(\256rst)h(residue)f(in)g(the)h(displayed)164 +496 y(sequence)14 b(is.)24 b(For)13 b(example,)h(you)g(may)g(be)g +(showing)f(residues)h(200-500)f(of)h(a)g(sequence,)164 +556 y(so)f()g(would)f(be)i(200)e(rather)h(than)f(the)h +(default)g(of)f(1.)20 b Fc(W)-5 b(arning)14 b(-)f(this)g(is)g(a)g(very) +164 616 y(new)g(featur)n(e)f(and)h(bounds)f(checking)g(is)h(not)f +(fully)g(enabled)g(for)h(it)p Fh(.)164 677 y(Y)-5 b(ou)8 +b(can)g(use)g(RELA)-6 b(TIVE)p 643 677 15 2 v 20 w(T)o(O)8 +b(several)g(times)g(in)g(the)g(command)g(\256le)g(to)g(annotate)g(dif)o +(f)o(erent)164 737 y(sequences.)19 b(RELA)-6 b(TIVE)p +635 737 V 20 w(T)o(O)13 b(0)g(resets)f(to)h(the)f(\252normal\272)g +(alignment)f(numbering.)164 884 y Fb(9.3)59 b(New)15 +b(special)f(TEXT)h(commands)164 978 y Fh(Some)e(special)i(TEXT)g +(commands)e(have)h(been)g(added)g(to)g(allow)f(drawing)g(of)h +(alternative)164 1038 y(shapes)j(etc.)29 b(In)16 b(fact)g(this)g(is)g +(how)g(the)g(HELIX,)h(STRAND)f(and)g(COIL)g(commands)g(are)164 +1098 y(implemented.)i(The)12 b(text)h(commands)f(are)g(all)g +(pre\256xed)g(by)g(an)h(@)f(symbol.)164 1158 y(e.g.)19 +b(TEXT)14 b(3)e(6)g(\252@fuparrow\272)164 1218 y(will)g(draw)g(a)h +(\256lled)e(up)i(arrow)e(at)i(position)f(3,6.)164 1279 +y(The)h(alternative)f(text)g(commands)g(are:)164 1339 +y(@leftarrow)f(-)h(an)g(open)h(left)f(pointing)f(arrow)m(.)164 +1399 y(@\257eftarrow)g(-)h(a)g(\256lled)g(left)g(pointing)g(arrow)m(.) +164 1459 y(@uparrow)f(-)h(an)h(open)f(up)g(pointing)g(arrow)m(.)164 +1519 y(@fuparrow)f(-)h(a)g(\256lled)g(up)h(pointing)e(arrow)m(.)164 +1580 y(@downarrow)g(-)h(an)h(open)f(down)g(pointing)g(arrow)m(.)164 +1640 y(@fdownarrow)f(-)h(a)g(\256lled)g(down)g(pointing)g(arrow)m(.)164 +1700 y(@circle)g(-)g(an)g(open)h(circle.)164 1760 y(@fcircle)f(-)g(a)g +(\256lled)g(circle.)164 1820 y(I)g(plan)g(to)g(make)h(this)f(option)g +(more)g(\257exible)g(in)g(the)g(near)g(future.)164 1990 +y Fg(10)71 b(Running)17 b(ALSCRIPT)164 2116 y Fb(10.1)59 +b(Basic)14 b(Use)164 2210 y Fh(I)h(recommend)g(you)g(read)g(through)g +(this)g(section,)i(then)e(scan)h(the)g(commands)f(in)g(Section)164 +2270 y(15.1)25 b(to)12 b(get)h(a)f(feel)g(for)g(what)g(ALSCRIPT)h(can)f +(do.)164 2330 y(See)i(Section)g(15.8for)g(alternative)f(methods)h(of)g +(invoking)g(ALSCRIPT)l(.)h(In)f(this)g(section,)164 2390 +y(the)9 b(interactive)f(method)h(is)g(described.)17 b(The)10 +b(QUICK)f(ST)l(AR)m(T)h(method)e(shown)i(in)e(Section)961 +2607 y(9)p eop +%%Page: 10 11 +10 10 bop 164 315 a Fh(15.8)33 b(is)16 b(useful)g(to)g(format)f(a)i +(sequence)g(alignment)e(quickly)h(using)g(standard)g(pointsize)164 +376 y(and)c(shading.)164 436 y(ALSCRIPT)e(is)f(designed)h(to)f(work)g +(with)g(AMPS)g(block)g(\256le)g(format)f(multiple)h(alignments.)164 +496 y(If)h(you)h(have)h(a)f(multiple)g(alignment)f(generated)h(by)g +(CLUST)l(AL)i(V)e(or)g(the)g(GCG)g(package,)164 556 y(then)h(it)g(must) +h(be)f(translated)g(to)h(AMPS)f(block)g(\256le)g(format.)164 +616 y(T)m(o)18 b(translate)g(a)g(GCG)g(.MSF)g(\256le:)29 +b(T)m(ype:)g(msf2blc.)34 b(T)m(o)18 b(translate)g(a)g(CLUST)l(AL)h(PIR) +164 677 y(format)11 b(\256le,)i(or)f(any)g(PIR)g(format)f(\256le:)18 +b(clus2blc.)164 737 y(Both)10 b(programs)g(prompt)f(for)g(the)h(name)h +(of)e(an)i(input)f(\256le,)g(and)h(an)f(output)g(block)g(\256le)g +(name.)164 797 y(A)i(good)g(convention)g(to)g(follow)g(is)h(to)f(name)g +(all)h(block\256les)f(with)g(the)g(extension)g(".blc".)164 +857 y(T)m(o)g(run)g(ALSCRIPT)h(simply)f(type:)164 917 +y(alscript)164 978 y(you)f(will)h(then)f(be)h(prompted)f(for)g(the)g +(name)h(of)f(the)h(ALSCRIPT)g(command)f(\256le.)18 b(Having)164 +1038 y(typed)12 b(the)g(\256lename,)h(the)f(commands)h(will)e(be)i +(executed)f(as)h(you)g(have)f(speci\256ed.)164 1098 y(A)g(Simple)g +(Command)g(File)g(\(example.als\))164 1158 y(The)f(\256le)e +(example.blc)h(contains)h(a)f(small)g(multiple)f(sequence)i(alignment.) +17 b(The)10 b(following)164 1218 y(ALSCRIPT)k(command)g(\256le)g(will)f +(convert)h(this)g(into)f(a)h(PostScript)f(alignment)h(\256le)f(in)h(12) +164 1279 y(point)e(Helvetica.)164 1369 y Fd(#Comments)29 +b(in)h(ALSCRIPT)f(command)g(files)g(start)g(with)h(a)f(#)164 +1429 y(#)164 1489 y(#Commands)g(are)g(free)h(format)f(-)h(separated)f +(by)g(blank,)h(tab)f(or)h(comma)f(characters)164 1549 +y(#)164 1610 y(BLOCK_FILE)59 b(example.blc)f(#define)29 +b(the)h(block)f(file)h(to)f(format)164 1670 y(OUTPUT_FILE)59 +b(example.ps)28 b(#where)h(to)h(put)g(the)f(result)164 +1730 y(LANDSCAPE)g(#landscape)g(paper)g(orientation)164 +1790 y(POINTSIZE)g(12)h(#12)f(point)g(default)g(pointsize)164 +1850 y(DEFINE_FONT)g(0)g(Helvetica)g(DEFAULT)g(#set)h(font)f(0)h(to)g +(be)f(Helvetica)164 1911 y(SETUP)g(#Tell)h(the)f(program)g(to)h(get)f +(on)h(with)g(it.)164 2001 y Fh(Now)21 b(try)g(changing)h(the)f +(POINTSIZE)h(value)f(to)h(5)f(ALSCRIPT)h(will)f(re-format)f(the)164 +2061 y(alignment)12 b(to)g(make)g(best)h(use)g(of)f(the)g(available)g +(paper)m(.)164 2121 y(These)g(are)f(all)h(STEP)f(1)h(commands)f(-)g +(they)g(refer)f(to)h(overall)g(layout,)h(and)f(system)h(settings)164 +2181 y(-)18 b(for)g(example,)i(the)f(paper)f(size)h(or)f(maximum)g +(sequence)h(length.)37 b(Other)18 b(commonly)164 2242 +y(used)d(STEP)g(1)f(commands)g(are)h(IDENT)p 898 2242 +15 2 v 18 w(WIDTH)f(which)h(reserves)f(more)g(or)g(less)h(width)164 +2302 y(for)d(the)h(sequence)g(identi\256er)f(codes,)i(NUMBER)p +1051 2302 V 19 w(SEQS)e(which)h(adds)g(a)g(number)f(to)h(each)164 +2362 y(sequence)i(and)f(LINE)p 563 2362 V 19 w(WIDTH)p +748 2362 V 18 w(F)l(ACT)o(OR)h(which)f(allows)g(the)h(thickness)f(of)g +(all)h(boxing)164 2422 y(lines)g(to)g(be)h(adjusted.)26 +b(See)15 b(Section)g(15.1)31 b(for)14 b(details)h(of)g(these)h(and)f +(all)g(other)g(STEP)g(1)164 2482 y(commands.)949 2607 +y(10)p eop +%%Page: 11 12 +11 11 bop 164 315 a Fh(The)18 b(simple)g(example)g(outlined)f(above)h +(can)g(be)g(modi\256ed)f(with)g(a)h(variety)f(of)h(STEP)g(2)164 +376 y(commands.)164 436 y(for)12 b(example)g(\256le)g(example2.als:)164 +550 y Fd(#)30 b(FILE)f(example2.als)164 610 y(#)164 670 +y(#Commands)g(are)g(free)h(format)f(-)h(separated)f(by)g(blank,)h(tab)f +(or)h(comma)f(characters)164 731 y(#)164 791 y(BLOCK_FILE)59 +b(example.blc)f(#define)29 b(the)h(block)f(file)h(to)f(format)164 +851 y(OUTPUT_FILE)59 b(example2.ps)28 b(#where)h(to)h(put)g(the)f +(result)164 911 y(LANDSCAPE)g(#landscape)g(paper)g(orientation)164 +971 y(POINTSIZE)g(12)h(#12)f(point)g(default)g(pointsize)164 +1032 y(DEFINE_FONT)g(0)g(Helvetica)g(DEFAULT)g(#set)h(font)f(0)h(to)g +(be)f(Helvetica)164 1092 y(DEFINE_FONT)g(1)g(Helvetica)g(REL)h(0.5)268 +b(#set)30 b(font)f(1)h(to)g(be)f(half)h(sized)f(Helvetica)164 +1152 y(DEFINE_FONT)g(3)g(Helvetica-Bold)g(DEFAULT)118 +b(#set)30 b(font)f(3)h(to)g(be)f(Bold)h(Helvetica)164 +1212 y(DEFINE_FONT)f(4)g(Times-BoldItalic)f(DEFAULT)59 +b(#font)30 b(4)g(is)f(Times-)164 1272 y(BoldItalic)164 +1333 y(NUMBER_SEQS)g(#Number)g(the)g(sequences)g(at)h(left)f(hand)h +(side)164 1393 y(SETUP)f(#Tell)h(the)f(program)g(to)h(get)f(on)h(with)g +(it.)164 1453 y(#)164 1513 y(#step)f(2)h(commands)f(come)h(after)f(the) +g(SETUP)h(command)164 1573 y(#)164 1633 y(#Here)f(are)h(some)f +(examples...)164 1694 y(#)164 1754 y(SURROUND_CHARS)f(GP)i(ALL)g(#draw) +f(lines)g(around)g(all)h(G)g(and)f(P)164 1814 y(SHADE_CHARS)g(ILVW)g +(ALL)h(0.6)f(#shade)g(all)h(I)g(L)f(V)h(and)g(W)g(with)f(value)g(0.6) +164 1874 y(BOX_REGION)g(1)h(1)f(2)h(20)g(0.8)f(#rectangular)g(box)g +(from)h(positions)f(1)g(to)h(2)g(of)g(se-)164 1934 y(quences)f(1)h(to)g +(20)164 1995 y(FONT_CHARS)f(C)h(ALL)f(3)418 b(#Use)30 +b(font)f(3)h(\(BOLD)f(Helvetica\))g(for)h(C)f(characters)164 +2055 y(ID_FONT)g(ALL)h(1)567 b(#set)30 b(identifiers)e(in)i(font)g(1) +164 2229 y Fh(There)9 b(are)g(many)g(possible)g(ways)g(of)g(combining)f +(these)h(commands)g(and)g(the)g(others)g(shown)164 2289 +y(in)j(Section)f(15.1)h(.)19 b(In)11 b(general,)h(if)g(you)g(apply)f +(multiple)h(commands)f(to)h(the)g(same)h(residue,)164 +2350 y(the)j(ef)o(fect)g(of)g(the)g(last)g(applied)g(command)g +(persists)g(where)g(there)g(would)g(otherwise)g(be)164 +2410 y(a)g(con\257ict.)28 b(Thus)17 b(the)e(intersection)h(of)f(two)h +(overlapping)e(SHADed)i(regions)f(would)h(be)164 2470 +y(shaded)d(according)g(to)g(the)g(second)g(SHADE)h(command,)f(not)g +(some)g(mixture)f(of)h(the)g(two.)949 2607 y(1)n(1)p +eop +%%Page: 12 13 +12 12 bop 164 315 a Fh(Similarly)9 b(for)g(FONT)h(commands.)18 +b(BOX)10 b(and)g(SURROUND)h(commands)f(behave)g(in)g(the)164 +376 y(opposite)h(sense,)i(all)e(BOXing)g(and)g(SURROUNDing)g(persists)g +(regardless)h(of)e(how)h(many)164 436 y(commands)k(you)h(issue.)28 +b(This)16 b(makes)f(it)h(possible)f(for)g(example,)h(to)g(SURROUND)f +(two)164 496 y(dif)o(ferent)c(sets)i(of)f(residues)h(as)g(follows:)164 +648 y Fd(SURROUND_CHARS)28 b(DE)i(ALL)164 708 y(SURROUND_CHARS)e(DEHKR) +i(ALL)164 860 y Fh(This)13 b(would)g(result)f(in)h(D)f(and)h(E)g +(characters)g(being)f(partitioned)g(from)f(the)i(rest)g(as)g(well)f(as) +164 920 y(D)g(E)h(H)g(K)f(R)h(characters)f(\(see)h(Example)f(output\).) +164 1064 y Fb(10.2)59 b(Mor)o(e)15 b(complex)e(effects)h(-)g(T)-5 +b(ext)14 b(Lines,)h(and)g(Masks)164 1158 y Fh(T)m(ext,)f(lines)g(and)g +(masking)f(are)h(meant)f(to)g(be)h(used)g(to)f(annotate)h(the)f +(multiple)g(alignment.)164 1218 y(The)20 b(TEXT)i(command)d(allows)h +(any)g(piece)g(of)g(text)g(to)g(be)g(located)g(anywhere)f(on)h(the)164 +1279 y(alignment.)33 b(Clearly)m(,)19 b(however)e(it)g(makes)h(little)f +(sense)i(to)e(superimpose)h(the)f(text)g(over)164 1339 +y(the)c(alignment)e(though)i(this)f(can)h(be)g(done!)18 +b(Accordingly)m(,)12 b(you)g(must)h(\256rst)f(make)g(a)h(space)164 +1399 y(to)i(put)h(the)f(text)g(in.)28 b(Usually)m(,)17 +b(this)e(will)g(be)h(a)g(few)f(lines)h(below)f(the)h(multiple)e +(sequence)164 1459 y(alignment,)e(but)f(you)h(may)g(want)g(to)f(add)h +(text)g(at)g(the)g(top,)g(or)g(somewhere)f(in)h(between)g(two)164 +1519 y(sequences.)25 b(Y)-5 b(ou)15 b(can)f(make)h(space)g(in)f(two)g +(ways.)25 b(Either)14 b(by)h(editing)e(the)i(block-\256le)e(to)164 +1579 y(introduce)f("dummy")g(sequences)i(at)f(the)f(locations)h(you)g +(want,)g(or)f(by)g(making)h(use)g(of)f(the)164 1640 y(ADD)p +275 1640 15 2 v 18 w(SEQ)g(command.)164 1700 y(The)h(ADD)p +365 1700 V 18 w(SEQ)f(command)g(has)h(two)f(ar)o(guments,)h(the)f +(sequence)h(after)f(which)g(you)g(want)164 1760 y(further)c(sequences)i +(to)g(be)f(added,)i(and)e(how)g(many)g(blank)h(sequences)g(you)f(need.) +18 b(Thus,)11 b(we)164 1820 y(can)h(reserve)h(space)g(for)e(5)h(lines)h +(of)f(text)g(underneath)g(a)g(10)g(sequence)h(multiple)f(alignment)164 +1880 y(with)g(the)g(following)f(command.)164 1941 y(ADD)p +275 1941 V 18 w(SEQ)h(10)h(5)164 2001 y(we)g(can)f(then)g(put)g(text)h +(below)f(the)g(alignment)g(at)g(the)h(20th)f(residue.)164 +2061 y(TEXT)i(20)e(13)g("Active)h(Site)f(His")164 2121 +y(or)g(any)g(other)g(position.)164 2181 y(Similarly)m(,)f(we)i(could)f +(draw)g(a)g(vertical)g(line)g(to)h(point)e(out)i(which)f(residue)g(we)h +(mean)164 2242 y(LINE)g(LEFT)g(20)g(13)f(1)n(1)164 2302 +y(And)g(change)h(the)f(font)g(of)g(the)g(text)g(to)g(number)g(7)g +(\(whatever)g(that)g(has)h(been)g(set)f(to\):)164 2362 +y(FONT)p 297 2362 V 18 w(RESIDUE)h(20)f(13)g(7)164 2422 +y(Y)-5 b(ou)16 b(can)h(have)f(multiple)g(ADD)p 751 2422 +V 18 w(SEQ)g(commands,)i(but)e(they)h(must)f(occur)g(in)g(sequence)164 +2482 y(order)m(.)i(Thus:)949 2607 y(12)p eop +%%Page: 13 14 +13 13 bop 164 315 a Fd(ADD_SEQ)29 b(0)h(5)164 376 y(ADD_SEQ)f(5)h(12) +164 480 y Fh(is)13 b(legal.)18 b(But)164 575 y Fd(ADD_SEQ)29 +b(5)h(12)164 635 y(ADD_SEQ)f(0)h(5)164 730 y Fh(Is)9 +b(NOT!!)17 b(NO)9 b(CHECKING)h(IS)e(performed)g(by)i(the)f(program)f +(for)g(this)i(error)e(-)h(so)g(beware!)164 790 y(Note)15 +b(that)g(add)p 441 790 15 2 v 18 w(seq)h(commands)f(refer)f(to)i(the)f +(actual)g(sequence)h(number)f(as)g(implied)g(by)164 850 +y(the)j(block)f(\256le,)i(not)f(the)g(number)f(after)g(applying)g(the)h +(add)p 1252 850 V 17 w(seq)h(command.)34 b(Thus,)20 b(for)164 +910 y(a)d(four)e(sequence)j(block)e(\256le,)i(if)e(you)g(want)h(to)f +(add)h(space)g(for)f(three)g(sequences)i(before)164 970 +y(sequence)13 b(1)f(and)h(two)f(sequences)h(after)f(sequence)h(3,)g +(the)f(commands)g(would)g(be:)164 1075 y Fd(ADD_SEQ)29 +b(0)h(3)164 1135 y(ADD_SEQ)f(3)h(2)164 1240 y Fh(T)m(ext)13 +b(added)g(with)g(the)g(TEXT)h(command)f(will)g(not)g(be)g(split)g +(across)h(page)f(breaks,)h(so)f(you)164 1300 y(may)i(in)g(some)h +(circumstances)g(need)f(to)g(\256ddle)g(a)h(little)f(with)g(the)g +(location/pointsize)g(for)164 1360 y(the)d(text)g(to)h(get)f(the)g +(desired)h(result.)164 1420 y(Masking)g(is)g(a)f(technique)h(for)e +(drawing)h(irregular)f(shaped)i(outlines,)g(or)f(shaded)h(regions)f(-) +164 1480 y(this)e(should)g(not)g(be)g(confused)g(with)f(the)h(MASK)g +(family)f(of)h(commands)g(described)g(below)m(.)164 1541 +y(For)18 b(example)h(a)h(histogram)e(can)h(be)h(added)f(to)g(the)g +(bottom)f(of)h(an)g(alignment)f(by)h(\256rst)164 1601 +y(de\256ning)11 b(some)g(dummy)g(sequences)i(in)e(the)g(block-\256le)g +(that)g(have)h(letters)f(building)g(up)g(the)164 1661 +y(shape)f(of)f(the)h(histogram,)g(then)f(using)h(the)f(SURROUND)p +1191 1661 V 18 w(CHARS)h(or)f(SHADE)p 1602 1661 V 18 +w(CHARS)164 1721 y(commands)f(together)g(with)g(the)g(SUB)p +826 1721 V 18 w(CHARS)g(command)g(to)h(produce)e(the)i(desired)f(ef)o +(fect.)164 1781 y(An)g(example)g(of)g(this)g(operation)g(being)g(used)g +(to)g(show)g(fr)o(equencies)g(of)g(secondary)g(str)o(ucture)164 +1842 y(predictions)k(is)g(shown)h(in)f(example1.als)h(and)g(in)f(the)g +(Protein)f(Engineering)h(paper)m(.)164 2010 y Fg(1)l(1)71 +b(Using)18 b(Colour)164 2121 y Fh(V)-6 b(ersion)12 b(1.4)h(includes)f +(commands)g(to)g(allow)g(the)g(independent)g(colouring)f(of)h +(characters,)164 2181 y(or)i(their)g(backgrounds.)24 +b(Colours)14 b(are)g(de\256ned)h(in)f(a)g(similar)g(manner)g(to)g +(fonts)h(using)f(the)164 2242 y(DEFINE)p 344 2242 V 18 +w(COLOUR)f(command)f(\(American)g(spelling)g(also)h(allowed\).)k(For)12 +b(example:)164 2302 y(DEFINE)p 344 2302 V 18 w(COLOUR)h(7)g(1)f(0)g(0) +164 2362 y(de\256nes)21 b(colour)f(number)h(7)g(to)f(be)h(red)g(-)g +(see)g(Section)g(15.1)42 b(for)20 b(full)g(details)h(of)g(this)164 +2422 y(command.)26 b(Colours)16 b(99)f(and)g(100)g(are)g(pre-de\256ned) +f(to)h(white)g(and)h(black.)27 b(ALSCRIPT)164 2482 y(assumes)13 +b(the)g(paper)f(colour)g(is)g(white.)949 2607 y(13)p +eop +%%Page: 14 15 +14 14 bop 164 315 a Fh(The)13 b(command)f(to)g(colour)g(the)g(text)g +(of)g(a)h(character)f(or)g(text)g(string)g(is:)164 376 +y(CCOL)p 299 376 15 2 v 19 w(CHARS)164 436 y(the)g(command)g(to)g +(colour)g(the)g(background)g(of)g(a)h(character)f(is)164 +496 y(SCOL)p 294 496 V 18 w(CHARS)164 556 y(both)g(have)g(similar)g +(syntax)h(to)f(the)g(FONT)p 922 556 V 18 w(CHARS)h(command.)164 +616 y(COLOUR)p 371 616 V 19 w(REGION)7 b(and)g(COLOUR)p +868 616 V 19 w(RES)g(have)g(similar)g(syntax)g(to)g(SHADE)p +1581 616 V 20 w(REGION)164 677 y(and)12 b(SHADE)p 417 +677 V 18 w(RES.)164 737 y(An)g(example)h(command)e(\256le)i(that)f +(uses)h(colour)f(is)g(shown)h(in)f(example3.als.)164 +906 y Fg(12)71 b(The)18 b(MASK)f(command)g(family)164 +1018 y Fh(The)f(idea)f(behind)g(the)h(MASK)f(command)g(is)g(to)h(build) +f(up)g(a)g(set)h(of)f(character)g(positions)164 1078 +y(that)c(will)g(subsequently)g(be)h(boxed,)f(shaded,)i(set)e(in)g(a)h +(particular)e(font,)h(etc.)18 b(For)11 b(example,)164 +1138 y(lets)h(say)h(we)f(want)g(to)g(box)f(the)h(most)g(frequently)f +(occuring)h(character)f(at)h(each)h(position)e(in)164 +1198 y(an)h(alignment.)164 1259 y(The)h(command)164 1319 +y(mask)g(SETUP)164 1379 y(tells)f(ALSCRIPT)h(to)f(prepare)g(a)h(mask.) +164 1439 y(mask)g(FRE)f(ALL)164 1499 y(speci\256es)h(that)f(the)h(most) +f(frequently)f(occuring)h(character)g(at)g(each)h(position)f(in)g(the)h +(align-)164 1559 y(ment)d(will)g(be)h(masked.)18 b(This)11 +b(command)f(can)g(be)h(restricted)f(to)g(a)h(region)e(of)h(the)h +(alignment)164 1620 y(using:)21 b(mask)14 b(FRE)h(sx)f(sy)h(ex)f(ey)m +(,)h(where)f(sx)g(etc)g(de\256ne)g(the)g(region)g(in)g(the)g(same)g +(way)g(as)164 1680 y(for)e(font)p 319 1680 V 17 w(region)f(and)i(other) +f(commands.)164 1740 y(mask)h(BOX)f(ALL)164 1800 y(T)m(ells)d(ALSCRIPT) +g(to)g(create)f(the)h(boxing)f(lines)h(that)g(will)f(separate)h(the)g +(masked)g(characters)164 1860 y(from)i(non-masked)h(characters)h(-)f +(this)h(command)f(may)g(also)h(be)g(restricted)e(to)i(a)g(region)e(of) +164 1921 y(the)h(alignment.)164 1981 y(The)h(mask)f(can)h(be)g(reset)f +(for)g(re-use)g(using)g(the)g(command:)164 2041 y(mask)h(RESET)164 +2101 y(T)m(wo)f(further)g(commands)g(de\256ne)h(which)f(characters)h +(can)f(be)h(used)g(when)g(calculating)f(the)164 2161 +y(mask.)25 b(This)15 b(allows)g(gap-characters,)g(or)f(other)g(amino)g +(acids)h(to)f(be)h(excluded)g(from)e(the)164 2222 y(calculation)f(to)g +(avoid)g(unwanted)g(boxing.)164 2282 y(mask)h(LEGAL)g("A)-6 +b(VLI")164 2342 y(de\256nes)11 b(the)g(A)-6 b(VL)10 b(and)h(I)f(as)i +(the)e(only)h(characters)f(that)h(will)f(be)h(used)g(when)g +(calculating)f(the)164 2402 y(mask.)164 2462 y(mask)j(ILLEGAL)g(".-)p +556 2462 V 19 w(")949 2607 y(14)p eop +%%Page: 15 16 +15 15 bop 164 315 a Fh(de\256nes)18 b(.-)h(and)p 464 +315 15 2 v 54 w(as)g(characters)f(that)g(will)g(not)g(be)g(used)h(when) +f(calculating)g(the)g(mask.)164 376 y(NOTE:)d(the)f(blank)h(character)f +(")g(")h(cannot)g(be)f(de\256ned)g(in)g(this)h(way)m(.)24 +b(T)m(o)15 b(avoid)f(boxing)g(")164 436 y(")g(characters)f(substitute)h +(blanks)f(for)g(something)g(else)g(\(using)g(SUB)p 1382 +436 V 18 w(CHARS\),)h(calculate)164 496 y(the)e(mask,)h(then)g +(substitute)f(back.)164 643 y Fb(12.1)59 b(Summary)15 +b(of)f(mask)i(commands)164 737 y Fh(mask)d(SETUP)f(#)h(Prepares)f(for)f +(masking)164 797 y(mask)19 b(LEGAL)h Fe(<)p Fh(qstring)p +Fe(>)e Fh(#)g(de\256nes)h(characters)g(to)f(include)g(in)h(ID)f(or)g +(FRE)h(calcs)g(-)164 857 y(optional.)164 917 y(mask)c(ILLEGAL)g +Fe(<)p Fh(qstring)p Fe(>)f Fh(#)g(de\256nes)h(characters)f(to)g +(exclude)h(in)f(ID)g(or)g(FRE)g(calcs)h(-)164 978 y(optional.)164 +1038 y(mask)d(ID)f(ALL)i(N)f(#)f(Calculates)i(a)f(mask)f(that)h +(\257ags)g(the)f(character)h(that)f(occurs)h(at)g(least)g(N)164 +1098 y(times)g(at)f(a)h(position.)18 b(The)12 b(word)f(ALL)i(can)f(be)f +(substituted)h(by)g(four)e(numbers)i(that)f(de\256ne)164 +1158 y(a)i(region)e(of)h(the)h(alignment.)164 1218 y(mask)e(FRE)h(ALL)g +(#)f(calculates)h(a)g(mask)f(that)g(\257ags)g(the)h(most)f(frequently)f +(occuring)g(amino)164 1279 y(acid)i(at)h(each)f(position.)18 +b(ALL)13 b(may)g(be)f(replaced)g(by)g(four)g(numbers)g(de\256ning)f(a)i +(region)e(of)164 1339 y(the)h(alignment.)164 1399 y(Multiple)c(mask)h +(FRE)f(or)g(mask)h(ID)f(commands)g(may)g(be)h(applied,)g(using)g(dif)o +(ferent)e(LEGAL)164 1459 y(and)i(ILLEGAL)i(character)e(de\256nitions.) +17 b(In)9 b(this)h(way)f(more)g(complex)g(ef)o(fects)g(can)h(be)g +(built)164 1519 y(up.)164 1579 y(The)h(mask)g(command)g(also)g(allows)g +(characters)g(that)f(are)h(identical)f(to)h(one)g(sequence)g(to)g(be) +164 1640 y(masked.)164 1700 y(mask)i(AGREE)g(ALL)g(N)164 +1760 y(will)e(mask)h(all)f(positions)h(that)f(are)h(identical)f(to)h +(the)f(Nth)h(sequence.)18 b(Thus,)13 b(for)e(sequences)164 +1820 y(that)g(are)g(very)g(similar)g(to)g(a)h(newly)f(sequenced)h +(sequence,)g(all)g(characters)f(identical)g(to)g(the)164 +1880 y(new)h(sequence)h(can)g(be)g(boxed)f(or)g(shaded,)h(or)f(set)h +(in)f(a)g(dif)o(ferent)f(font)h(or)g(colour)g(etc...)164 +1941 y(mask)h(NOT)f(ALL)164 2001 y(allows)18 b(the)h(mask)f(to)h(be)f +(inverted.)36 b(Thus,)21 b(all)d(positions)g(that)g(are)g(NOT)h(in)f +(the)h(mask)164 2061 y(now)d(form)e(the)i(mask.)29 b(So,)17 +b(having)f(done)g(a)g(mask)g(AGREE,)h(a)f(mask)g(NOT)h(will)e(allow)164 +2121 y(the)h(positions)g(that)g(are)g(not)g(identical)g(to)g(the)g +(selected)g(sequence)h(to)f(be)g(highlighted)f(or)164 +2181 y(substituted.)164 2242 y(mask)e(SUB)f(ALL)h Fe(<)p +Fh(char)p Fe(>)164 2302 y Fh(substitutes)g(all)f(characters)g(in)h(the) +f(mask)h(with)f(the)g(character)g Fe(<)p Fh(char)p Fe(>)p +Fh(.)164 2362 y(mask)h(REGION)f(ALL)h(applies)g(a)g(mask)f(to)g(all)h +(residues)f(in)h(the)f(de\256ned)g(region.)164 2422 y(The)h(following)e +(ef)o(fects)h(can)h(now)f(be)h(applied)f(to)g(the)g(masked)h +(characters:)164 2482 y(mask)g(BOX)f(ALL)h(#)g(boxes)g(the)f(masked)g +(residues)h(-)f(ie)h(surrounds)f(them)g(by)g(lines.)949 +2607 y(15)p eop +%%Page: 16 17 +16 16 bop 164 315 a Fh(mask)13 b(SHADE)f(ALL)h Fe(<)p +Fh(grey)p Fe(>)f Fh(#)h(shades)g(the)f(masked)h(residues)f(by)h(grey)f +(value.)164 376 y(mask)e(FONT)g(ALL)g Fe(<)p Fh(fontnum)p +Fe(>)f Fh(#)g(Uses)i(font)e(fontnum)f(to)i(output)f(the)g(masked)h +(residues.)164 436 y(mask)j(INVERSE)f(ALL)i(#)e(Inverts)g(the)g(masked) +h(characters)f(-)g(ie)h(outputs)f(them)g(in)g(white.)164 +496 y(mask)21 b(CCOL)g(ALL)g Fe(<)p Fh(colnum)p Fe(>)f +Fh(#)h(outputs)f(the)g(masked)h(characters)g(in)f(the)g(de\256ned)164 +556 y(colour)m(.)164 616 y(mask)11 b(SCOL)g(ALL)h Fe(<)p +Fh(colnum)p Fe(>)f Fh(#)f(outputs)h(the)g(backgrounds)g(of)f(the)h +(masked)g(characters)164 677 y(in)h(the)h(de\256ned)f(colour)m(.)164 +737 y(In)17 b(all)g(commands,)i(the)e(word)f(ALL)j(can)e(be)g(replaced) +g(by)g(four)g(numbers)f(de\256ning)h(the)164 797 y(region)12 +b(to)g(which)g(the)g(command)g(is)h(applied.)164 857 +y(mask)g(RESET)g(#)g(resets)f(the)h(entire)f(mask)g(for)g(re-use)164 +1027 y Fg(13)71 b(Printing)17 b(ALSCRIPT)g(Files)164 +1138 y Fh(ALSCRIPT)i(produces)f(\256les)h(in)f(PostScript)g(which)g +(may)h(be)f(printed)g(on)g(a)h(PostScript)164 1198 y(printer)14 +b(\(e.g.)25 b(an)15 b(Apple)g(LaserW)n(riter\).)24 b(If)14 +b(you)h(don')o(t)f(have)h(a)g(PostScript)e(printer)n(,)i(then)164 +1259 y(you)9 b(may)f(still)h(be)g(able)g(to)g(use)g(ALSCRIPT)g(if)g +(you)f(get)h(hold)g(of)f(the)h(GhostScript)f(software.)164 +1319 y(This)j(is)f(a)g(free)g(package)g(that)g(interprets)g(PostScript) +f(commands)h(and)g(can)g(produce)g(output)164 1379 y(on)g(a)g(lar)o(ge) +g(number)f(of)h(dif)o(ferent)f(types)h(of)g(printer)m(.)16 +b(GhostScript)10 b(runs)g(on)g(most)g(hardware)164 1439 +y(types)e(\(including)g(PCs\))g(and)g(can)g(also)g(display)g(output)g +(to)g(the)g(screen.)17 b(The)8 b(package)g(can)g(be)164 +1499 y(obtained)i(from)g(many)h(dif)o(ferent)e(sites)i(on)g(the)g +(Internet)e(\(In)h(the)h(UK)g(try)f(src.doc.ic.ac.uk\).)164 +1559 y(The)k(actual)f(command)g(you)g(need)h(to)f(type)g(to)h(send)f(a) +h(PostScript)e(\256le)i(to)f(the)g(printer)f(will)164 +1620 y(depend)g(on)h(your)e(system.)19 b(Consult)13 b(your)e(system)i +(manager)f(for)g(help.)164 1680 y(Be)e(warned,)g(ALSCRIPT)f(can)h +(create)f(extremely)g(lar)o(ge)g(PostScript)f(\256les)h(if)g(lots)h(of) +f(boxing)164 1740 y(and)k(shading)g(is)h(done)f(on)g(big)g(alignments.) +20 b(On)13 b(older)g(printers)f(such)i(output)f(may)g(take)g(a)164 +1800 y(long)f(time)g(to)g(process.)164 1970 y Fg(14)71 +b(Conclusion)164 2081 y Fh(ALSCRIPT)11 b(provides)f(a)h(powerful)f(set) +h(of)f(formatting)g(and)g(editing)g(commands)h(speci\256c-)164 +2141 y(ally)h(tailored)g(for)g(multiple)f(sequence)i(alignments.)19 +b(It)12 b(is)h(best)f(used)h(in)g(conjunction)e(with)164 +2202 y(a)16 b(PostScript)f(previewer)h(such)g(as)h(Sun')m(s)f(PageV)m +(iew)f(or)h(GhostV)m(iew)g(since)h(this)f(allows)164 +2262 y(the)g(ef)o(fect)g(of)f(changing)h(a)g(command)g(to)g(be)g(seen)h +(quickly)m(.)28 b(In)16 b(the)g(absence)h(of)e(such)i(a)164 +2322 y(tool,)h(simpler)e(ef)o(fects)h(can)g(be)g(tested)g(out)g +(without)f(destroying)g(too)h(many)f(trees)h(in)g(the)164 +2382 y(Laser)c(Printer!)949 2607 y(16)p eop +%%Page: 17 18 +17 17 bop 164 315 a Fh(Like)12 b(most)f(programs,)g(ALSCRIPT)g(is)h +(evolving)f(as)g(I)g(\256nd)g(new)g(problems)g(to)g(display)m(,)h(so) +164 376 y(if)g(you)g(have)h(any)f(suggestions)h(-)f(I)g(shall)g +(endeavour)g(to)h(include)f(them)g(in)g(a)h(later)f(version.)164 +545 y Fg(15)71 b(Appendices)164 671 y Fb(15.1)59 b(ALSCRIPT)16 +b(Command)e(Summary)164 765 y Fh(W)-6 b(ARNING:)17 b(V)-6 +b(ery)16 b(little)h(error)e(checking)i(is)g(performed)e(on)h(command)h +(input.)30 b(If)16 b(you)164 825 y(give)d(the)f(wrong)h(number)f(of)g +(ar)o(guments)g(to)h(a)g(command,)g(then)g(unexpected)f(things)h(may) +164 885 y(happen,)i(or)f(the)h(program)e(will)h(crash)h(very)f +(inelegantly)m(.)23 b(I)14 b(hope)h(to)f(\256x)g(this)g(in)h(the)f +(next)164 945 y(version)f(of)g(the)h(program,)f(in)g(the)h(meantime,)g +(make)f(sure)h(you)f(give)g(the)h(correct)f(number)164 +1006 y(of)f(ar)o(guments)g(to)g(each)h(command.)164 1066 +y(All)g(commands)h(up)f(to)h(the)f(\256rst)g(space)i(character)e(may)g +(be)h(entered)f(in)h(UPPER)f(or)g(lower)164 1126 y(case)19 +b(or)e(MiXEd)i(case.)36 b(Quali\256ers)18 b(for)f(commands)h(\(e.g.)35 +b(REL\))19 b(must)f(be)g(written)f(in)164 1186 y(UPPER)12 +b(case.)164 1246 y(Command)g(Reference:)164 1361 y Fd()59 +b(=)30 b(enter)f(an)h(integer)59 b(\(e.g.)29 b(240\))164 +1421 y()g(=)h(enter)f(a)h(floating)f(point)g(number)g(\(e.g.)h +(0.45\))164 1481 y()f(=)h(enter)f(a)h(string)f(\(e.g.)59 +b(ARNDql\))164 1541 y()29 b(=)h(enter)f(a)h(quoted)f(string)g +(\(e.g.)g("Active)h(Site"\))164 1601 y()119 b(=)30 +b(enter)f(a)h(single)f(character.)164 1734 y Ff(15.1.1)50 +b(STEP)13 b(1)g(COMMANDS)164 1828 y Fh(These)18 b(all)f(refer)f(to)h +(either)g(system)h(settings)f(-)g(e.g.)33 b(the)17 b(maximum)f(allowed) +h(sequence)164 1888 y(length,)12 b(or)g(to)f(general)h(page)g(layout)g +(features.)18 b(e.g.)g(the)12 b(longest)g(and)g(shortest)g(side)g(of)g +(the)164 1948 y(paper)g(on)g(which)h(you)f(are)g(plotting.)164 +2081 y Ff(15.1.2)50 b(REQUIRED)13 b(STEP)g(1)g(COMMANDS)164 +2174 y Fh(BLOCK)p 335 2174 15 2 v 19 w(FILE)f Fe(<)p +Fh(string)p Fe(>)164 2235 y Fh(Gives)18 b(the)g(name)g(of)f(the)h +(\256le)f(that)h(contains)g(the)g(multiple)f(sequence)h(alignment)f(to) +h(be)164 2295 y(formatted.)33 b(File)17 b(names)h(should)g(be)g(fully)e +(quali\256ed)h(i.e.)35 b(not)18 b(relative)f(to)g(the)h(current)164 +2355 y(directory)m(.)k(If)13 b(no)h(block)g(\256le)f(command)h(is)g +(given,)h(ALSCRIPT)f(will)f(expect)h(to)g(read)g(the)164 +2415 y(block)e(\256le)g(from)g(standard)g(input.)164 +2475 y(OUTPUT)p 363 2475 V 18 w(FILE)h Fe(<)p Fh(string)p +Fe(>)949 2607 y Fh(17)p eop +%%Page: 18 19 +18 18 bop 164 315 a Fh(De\256nes)14 b(the)f(output)g(\256le)g(name.)21 +b(This)14 b(command)e(should)i(be)f(near)g(the)h(beginning)e(of)h(the) +164 376 y(command)f(list.)18 b(e.g.)h(OUTPUT)p 753 376 +15 2 v 19 w(FILE)12 b(Figure1.ps)164 436 y(Y)-5 b(ou)12 +b(MUST)h(de\256ne)f(an)h(output)f(\256le)g(unless)h(the)f(-p)g(option)g +(\(See)g(Section)g(15.8)g(\))g(is)h(used.)164 496 y(DEFINE)p +344 496 V 18 w(FONT)g Fe(<)p Fh(int)p Fe(>)e(<)p Fh(string)p +Fe(>)h Fh(\()p Fe(<)p Fh(int)p Fe(>)p Fh(/DEF)l(AUL)-5 +b(T\)/\(REL)13 b Fe(<)p Fh(\257oat)p Fe(>)p Fh(\))164 +556 y(De\256nes)g(a)f(font)g(to)g(use)h(later:)k(e.g.)164 +658 y Fd(DEFINE_FONT)29 b(0)g(Helvetica)g(10)164 718 +y(DEFINE_FONT)g(2)g(Times-Roman)g(2)164 820 y Fh(de\256nes)15 +b(font)f(number)g(0)g(to)h(be)g(10)f(point)h(Helvetica,)g(and)g(font)f +(number)g(2)h(to)f(be)h(2)f(point)164 880 y(T)n(imes-Roman.)29 +b(Font)16 b(0)g(is)g(always)g(used)h(as)f(the)g(default)g(font.)28 +b(Y)-5 b(ou)16 b(MUST)g(de\256ne)g(at)164 940 y(least)d(the)f(font)g(0) +g(font.)164 1000 y(DEFINE)p 344 1000 V 18 w(FONT)h(3)f(T)n(imes-Roman)h +(DEF)l(AUL)-5 b(T)164 1061 y(sets)16 b(font)f(3)g(to)g(be)h(T)n +(imes-Roman)g(at)f(whatever)g(the)g(default)g(pointsize)g(is)h(as)g +(set)g(by)f(the)164 1121 y(POINTSIZE)d(command.)164 1181 +y(DEFINE)p 344 1181 V 18 w(FONT)h(4)f(Helvetica)g(REL)i(0.5)164 +1241 y(sets)f(font)f(4)g(to)g(be)h(helvetica)f(at)h(half)e(the)i +(default)f(pointsize.)164 1301 y(NOTE:)h(Font)f(names)h(must)f(be)g +(written)g(exactly)g(as)h(shown)g(in)f(Section)g(15.3)h(.)164 +1362 y(SETUP)164 1422 y(Signals)f(the)g(end)h(of)f(the)g(STEP)h(1)f +(commands.)164 1554 y Ff(15.1.3)50 b(OPTIONAL)13 b(STEP)h(1)e(COMMANDS) +164 1648 y Fh(ADD)p 275 1648 V 18 w(SEQ)g Fe(<)p Fh(int)p +Fe(>)g(<)p Fh(int)p Fe(>)164 1708 y Fh(Allows)20 b(extra)f(sequence)i +(positions)f(to)f(be)h(created)g(in)g(an)g(existing)f(alignment.)40 +b(This)164 1769 y(permits)11 b(additional)g(annotations)g(to)h(be)f +(interspaced)h(either)f(above,)h(below)m(,)g(or)f(anywhere)164 +1829 y(in)h(the)h(middle)e(of)h(an)h(alignment.)k(For)12 +b(example:)164 1889 y(ADD)p 275 1889 V 18 w(SEQ)g(0)h(10)164 +1949 y(would)f(create)g(an)h(additional)f(10)g(sequences)h(-)f(all)h +(set)g(to)f(the)g(blank)g(character)g(before)g(the)164 +2009 y(\256rst)g(sequence)h(in)f(the)g(block)h(\256le)f(that)g(has)h +(been)f(read)g(in.)164 2069 y(ADD)p 275 2069 V 18 w(SEQ)g(3)h(1)164 +2130 y(would)f(add)g(an)h(extra)f(sequence)h(after)f(sequence)h(3.)164 +2190 y(IMPOR)m(T)l(ANT)n(:)22 b(If)f(you)h(use)h(the)f(ADD)p +916 2190 V 18 w(SEQ)g(facility)f(to)h(add)g(sequences)h(anywhere)164 +2250 y(except)d(after)e(the)i(last)g(sequence,)i(then)e(remember)e +(that)i(the)f(sequence)h(numbers)f(will)164 2310 y(alter)m(.)43 +b(All)21 b(formatting)e(commands)h(that)h(follow)f(this)g(command)g +(must)h(use)g(the)g(new)164 2370 y(sequence)13 b(numbering.)k(Thus)c +(in)g(the)f(\256rst)g(example:)164 2431 y(ADD)p 275 2431 +V 18 w(SEQ)g(0)h(10)949 2607 y(18)p eop +%%Page: 19 20 +19 19 bop 164 315 a Fh(what)20 b(was)h(sequence)g(number)e(1)h(becomes) +h(sequence)g(1)n(1.)42 b(Sequences)20 b(1-10)g(are)g(the)164 +376 y(new)14 b(blank)g(sequences)h(to)f(be)g(used)h(for)e(annotation.) +23 b(Note)14 b(that)g(the)g(sequence)g(numbers)164 436 +y(only)d(change)h(for)f(commands)h(AFTER)g(the)g(SETUP)g(command,)f +(thus,)i(multiple)e(add)p 1702 436 15 2 v 17 w(seq)164 +496 y(commands)h(refer)g(to)g(the)g(sequence)h(number)f(as)h(implied)f +(by)g(the)g(block)g(\256le.)164 556 y(POINTSIZE)g Fe(<)p +Fh(int)p Fe(>)164 616 y Fh(De\256nes)f(the)h(pointsize)f(to)g(be)g +(used)h(to)f(scale)h(the)f(plot)g(and)g(space)h(the)g(characters.)18 +b(Default)164 677 y(is)13 b(10)f(point.)164 737 y(NUMBER)p +379 737 V 19 w(SEQS)164 797 y(If)k(present,)i(then)e(the)g(sequence)h +(number)f(is)h(output)f(with)g(the)g(identi\256er)g(code.)31 +b(This)17 b(is)164 857 y(useful)12 b(for)g(\256nding)f(the)i +(coordinates)f(of)g(residues)g(to)h(box)f(or)g(otherwise)g(highlight.) +164 917 y(LANDSCAPE)164 978 y(Speci\256es)17 b(that)f(alignments)g +(will)h(be)f(plotted)h(with)f(the)g(longest)h(paper)f(axis)h +(horizontal.)164 1038 y(\(Can)12 b(get)h(longer)e(alignments)h(on)h(a)f +(page)h(this)f(way\).)164 1098 y(POR)m(TRAIT)164 1158 +y(Speci\256es)h(that)h(alignments)f(will)g(be)h(plotted)f(with)g(the)h +(longest)f(paper)g(axis)h(vertical)f(\(can)164 1218 y(get)f(more)g +(sequences)i(on)e(a)g(page)h(this)f(way\).)164 1279 y(IDENT)p +316 1279 V 18 w(WIDTH)h Fe(<)p Fh(int)p Fe(>)164 1339 +y Fh(Units)f(are)h(characters.)164 1399 y(Reserves)h +Fe(<)p Fh(int)p Fe(>)e Fh(characters)h(at)g(left)g(of)g(every)f(page)h +(for)g(plotting)f(identi\256ers.)19 b(Note)13 b(that)164 +1459 y(not)c(all)f(this)h(space)h(need)f(be)g(used,)i(if)d(a)h(smaller) +g(pointsize)g(is)g(used)g(to)g(plot)f(out)h(the)g(identi\256er)164 +1519 y(codes,)k(than)g(is)f(used)h(for)f(the)g(main)g(alignment.)164 +1579 y(LINE)p 280 1579 V 18 w(WIDTH)p 464 1579 V 18 w(F)l(ACT)o(OR)i +Fe(<)p Fh(\257oat)p Fe(>)164 1640 y Fh(V)-6 b(alue)15 +b(greater)e(than)h(0)g(that)g(scales)h(the)f(default)f(line)h(width.)23 +b(The)15 b(linewidth)e(is)h(obtained)164 1700 y(by)e(multiplying)f(the) +i(pointsize)f(by)g(this)h(factor)m(.)164 1760 y(X)p 203 +1760 V 18 w(SP)-5 b(ACE)p 371 1760 V 18 w(F)l(ACT)o(OR)14 +b Fe(<)p Fh(\257oat)p Fe(>)164 1820 y Fh(Y)p 203 1820 +V 18 w(SP)-5 b(ACE)p 371 1820 V 18 w(F)l(ACT)o(OR)14 +b Fe(<)p Fh(\257oat)p Fe(>)164 1880 y Fh(This)f(determines)f(the)h +(spacing)g(between)f(adjacent)h(residues)g(in)f(the)g(X)h(and)f(Y)h +(directions.)164 1941 y(The)h(spacing)g(is)f(calculated)h(as:)20 +b(POINTSIZE)13 b(+)h(POINTSIZE)f(*)h(X)p 1408 1941 V +18 w(SP)-5 b(ACE)p 1576 1941 V 18 w(F)l(ACT)o(OR)164 +2001 y(or)9 b(POINTSIZE)h(+)g(POINTSIZE)g(*)g(Y)p 851 +2001 V 17 w(SP)-5 b(ACE)p 1018 2001 V 19 w(F)l(ACT)o(OR)11 +b(as)f(appropriate.)16 b(Defaults)10 b(are)164 2061 y(0.2)j(and)f(0.0)h +(respectively)m(.)164 2121 y(X)p 203 2121 V 18 w(SHIFT)p +360 2121 V 17 w(F)l(ACT)o(OR)h Fe(<)p Fh(\257oat)p Fe(>)164 +2181 y Fh(Y)p 203 2181 V 18 w(SHIFT)p 360 2181 V 17 w(F)l(ACT)o(OR)g +Fe(<)p Fh(\257oat)p Fe(>)164 2242 y Fh(These)h(determine)d(the)i(shift) +f(relative)g(to)h(the)f(residue)h(drawing)e(position)i(that)f(is)h +(given)f(to)164 2302 y(the)f(boxing)g(lines.)19 b(The)13 +b(shift)f(is)g(calculated)h(as)g(follows)164 2362 y(\(POINTSIZE)h(+)g +(POINTSIZE)g(*)g(X)p 833 2362 V 18 w(SP)-5 b(ACE)p 1001 +2362 V 18 w(F)l(ACT)o(OR\))15 b(*)f(X)p 1317 2362 V 18 +w(SHIFT)p 1474 2362 V 17 w(F)l(ACT)o(OR)h(sim-)164 2422 +y(ilarly)d(for)f(Y)p 391 2422 V 18 w(SHIFT)p 548 2422 +V 17 w(F)l(ACT)o(OR.)164 2482 y(The)i(defaults)f(are)g(0.3)h(and)f(0.0) +h(respectively)m(.)949 2607 y(19)p eop +%%Page: 20 21 +20 20 bop 164 315 a Fh(Fiddling)10 b(with)h(the)g(X)p +555 315 15 2 v 18 w(SP)-5 b(ACE/SHIFT)11 b(values)h(is)f(useful)h(to)f +(\256ne)g(tune)g(the)g(appearance)g(of)164 376 y(the)h(alignment.)164 +436 y(MAX)p 283 436 V 18 w(INPUT)p 448 436 V 18 w(LEN)h +Fe(<)p Fh(int)p Fe(>)164 496 y Fh(Units)h(are)g(characters.)23 +b(De\256nes)14 b(the)g(maximum)f(number)g(of)g(characters)h(possible)g +(in)g(the)164 556 y(input)g(line)h(length.)25 b(This)16 +b(must)f(be)g(greater)f(than)h(the)f(maximum)g(number)h(of)f(sequences) +164 616 y(\(MAX)p 300 616 V 18 w(NSEQ\).)164 677 y(e.g.)19 +b(MAX)p 373 677 V 18 w(INPUT)p 538 677 V 18 w(LEN)13 +b(600)164 737 y(Increases)g(the)f(default)g(value)g(of)g(500)g +(characters)h(to)f(600)g(characters.)164 797 y(MAX)p +283 797 V 18 w(NSEQ)h Fe(<)p Fh(int)p Fe(>)164 857 y +Fh(Units)d(are)h(characters.)17 b(De\256nes)11 b(the)f(maximum)g +(number)f(of)h(sequences)h(that)g(may)f(be)g(read)164 +917 y(by)g(the)h(program.)16 b(This)11 b(parameter)f(has)h(a)g(lar)o +(ge)f(default)g(\(500\).)17 b(Y)-5 b(ou)10 b(may)g(need)h(to)f(reduce) +164 978 y(it)i(on)g(computers)g(with)g(small)h(memories.)164 +1038 y(MAX)p 283 1038 V 18 w(ILEN)g Fe(<)p Fh(int)p Fe(>)164 +1098 y Fh(Units)e(are)f(characters.)18 b(The)11 b(maximum)f(length)g +(allowed)h(for)f(a)g(sequence)i(identi\256er)d(code.)164 +1158 y(MAX)p 283 1158 V 18 w(SEQ)p 395 1158 V 18 w(LEN)k +Fe(<)p Fh(int)p Fe(>)164 1218 y Fh(De\256nes)f(the)f(maximum)g(length)g +(allowed)h(for)f(a)h(sequence)g(alignment)f(-)g(this)h(may)f(need)h(to) +164 1279 y(be)g(reduced)h(from)e(the)h(8000)g(default)g(value)g(on)h +(smaller)f(computers.)164 1339 y(X)p 203 1339 V 18 w(OFFSET)g +Fe(<)p Fh(int)p Fe(>)g Fh(Units)h(of)f(points)g(\(1/72)f(inch\).)164 +1399 y(De\256nes)19 b(the)f(of)o(fset)g(along)g(the)g(X-axis)g(that)g +(the)h(alignments)f(will)g(be)g(shifted)g(prior)f(to)164 +1459 y(printing.)35 b(Fiddle)17 b(with)h(this)h(value)f(to)g(get)g(a)g +(nice)h(of)o(fset)f(from)f(the)h(bottom)f(left)h(hand)164 +1519 y(corner)12 b(of)g(the)g(page)g(if)g(your)g(page)h(size)f(is)h +(not)f(A4.)164 1579 y(Y)p 203 1579 V 18 w(OFFSET)g Fe(<)p +Fh(int)p Fe(>)g Fh(Units)h(of)f(points)g(\(1/72)f(inch\).)164 +1640 y(As)i(for)e(X)p 341 1640 V 18 w(OFFSET)l(,)i(only)f(Y)h(axis.)164 +1700 y(MAX)p 283 1700 V 18 w(SIDE)f Fe(<)p Fh(int)p Fe(>)g +Fh(Units)h(of)f(inches.)164 1760 y(De\256nes)h(the)f(length)g(of)g(the) +g(longest)h(side)f(of)g(the)h(printer)e(page.)164 1820 +y(MIN)p 264 1820 V 18 w(SIDE)h Fe(<)p Fh(int)p Fe(>)g +Fh(Units)g(of)g(inches.)164 1880 y(De\256nes)h(the)f(length)g(of)g(the) +g(shortest)h(side)f(of)g(the)h(printer)e(page.)164 1941 +y(VER)m(TICAL)p 409 1941 V 19 w(SP)-5 b(ACING)12 b Fe(<)p +Fh(int)p Fe(>)164 2001 y Fh(De\256nes)h(the)f(vertical)g(spacing)h(in)f +(character)h(units)f(between)h(blocks)f(of)g(sequences)i(when)164 +2061 y(more)e(than)g(one)g(block)h(will)f(\256t)g(on)g(a)g(page)h(-)f +(default)g(is)g(0.)164 2121 y(DEFINE)p 344 2121 V 18 +w(COLOUR)h Fe(<)p Fh(int)p Fe(>)f(<)p Fh(\257oat)p Fe(>)g(<)p +Fh(\257oat)p Fe(>)g(<)p Fh(\257oat)p Fe(>)164 2181 y +Fh(DEFINE)p 344 2181 V 18 w(COLOR)164 2242 y(De\256nes)d(a)h(colour)e +(-)h(the)g(\256rst)g(number)g(is)g(a)g(number)g(by)g(which)g(the)g +(colour)g(will)g(be)g(referred.)164 2302 y(The)h(following)f(three)g +(numbers)g(are)h(the)f(intensities)h(of)f(red,)i(green)e(and)g(blue)h +(respectively)m(.)164 2362 y(Thus:)164 2422 y(DEFINE)p +344 2422 V 18 w(COLOUR)j(1)g(0)f(0.2)h(0.8)949 2607 y(20)p +eop +%%Page: 21 22 +21 21 bop 164 315 a Fh(sets)19 b(colour)e(number)g(1)h(to)g(be)g(a)g +(colour)g(with)f(no)h(red,)i(0.2)e(green)g(and)g(0.8)g(blue.)35 +b(The)164 376 y(exact)19 b(appearance)g(of)f(this)h(colour)f(will)g +(depend)g(on)h(the)g(output)f(device.)37 b(If)18 b(you)g(\256nd)164 +436 y(suitable)d(combinations)f(of)h(colours)f(for)g(your)g(printer)n +(,)h(then)g(please)g(let)g(me)g(know)f(and)h(I)164 496 +y(shall)e(distribute)e(your)h(suggestions)h(with)f(the)g(program.)164 +556 y(DO)p 239 556 15 2 v 18 w(TICKS)164 616 y(If)j(present,)i(then)f +(tick)f(marks)h(are)f(drawn)h(below)f(the)h(numbers)f(at)h(the)g(top)f +(of)h(the)f(page.)164 677 y(Otherwise)d(no)g(ticks)h(are)f(shown.)164 +737 y(NUMBER)p 379 737 V 19 w(INT)g Fe(<)p Fh(int)p Fe(>)164 +797 y Fh(Speci\256es)g(the)h(interval)e(for)h(writing)f(residue)h +(position)g(numbers.)18 b(Default)12 b(is)h(10)164 857 +y(NO)p 239 857 V 18 w(NUMBERS)164 917 y(Switches)f(all)h(residue)f +(numbering)f(of)o(f.)164 1050 y Ff(15.1.4)50 b(STEP)13 +b(2)g(COMMANDS)164 1144 y Fh(All)f(these)h(are)f(optional)g(formatting) +f(commands.)164 1204 y(IMPOR)m(T)l(ANT)i(PLEASE)g(READ)g(THIS)f(NOTE:) +164 1264 y(For)d(those)i(commands)f(that)f(accept)i(region)e +(de\256nitions)h(\(e.g.)17 b(SURROUND)p 1547 1264 V 18 +w(CHARS\))10 b(it)164 1324 y(is)e(easiest)g(to)g(think)g(of)g(the)g +(region)g(being)g(de\256ned)g(i)o(n)g(term)o(s)g(of)g(X)g(and)g(Y)f +(coordinates,)f(where)164 1385 y(X)16 b(is)g(the)g(sequence)h(residue)f +(coordinate)f(and)h(Y)g(is)g(the)g(sequence)h(number)e(coordinate.)164 +1445 y(Thus)h(3)f(7)f(means)i(the)f(3rd)f(residue)h(in)g(sequence)g(7.) +26 b(3)15 b(7)g(12)g(42)g(means)g(the)g(rectangular)164 +1505 y(box)d(bounded)g(by)g(residue)h(3)f(of)g(sequence)h(7)f(and)h +(residue)f(12)g(of)g(sequence)h(42.)164 1565 y(SURROUND)p +441 1565 V 18 w(CHARS)f Fe(<)p Fh(string)p Fe(>)g Fh(ALL)164 +1625 y(Draw)g(lines)h(round,)f(but)g(not)g(between)g(the)h(characters)f +(that)g(are)h(in)f(the)g(string.)18 b(e.g.)164 1685 y(SURROUND)p +441 1685 V 18 w(CHARS)12 b(GP)h(ALL)164 1746 y(will)k(draw)f(lines)h +(round)f(all)h(G)g(and)g(P)g(characters)g(in)g(the)g(alignment,)h(but)e +(not)h(between)164 1806 y(adjacent)12 b(G)h(and)f(P)g(characters.)164 +1866 y(SURROUND)p 441 1866 V 18 w(CHARS)g Fe(<)p Fh(string)p +Fe(>)g(<)p Fh(int)p Fe(>)g(<)p Fh(int)p Fe(>)g(<)p Fh(int)p +Fe(>)g(<)p Fh(int)p Fe(>)164 1926 y Fh(Similar)j(command,)i(but)f(the)g +(surrounding)f(is)h(restricted)g(to)g(the)g(region)f(de\256ned)h(by)g +(the)164 1986 y(four)11 b(integers.)164 2047 y(e.g.)164 +2107 y(SURROUND)p 441 2107 V 18 w(CHARS)h(IL)-5 b(VW)13 +b(3)g(12)f(7)g(32)164 2167 y(would)17 b(surround)f(IL)-5 +b(VW)18 b(characters)f(that)g(occur)g(in)g(the)g(region)g(de\256ned)g +(from)f(residue)164 2227 y(positions)c(3-7)g(of)g(sequences)i(12)e(to)g +(32.)164 2287 y(SHADE)p 333 2287 V 18 w(CHARS)g Fe(<)p +Fh(string)p Fe(>)g Fh(ALL)i Fe(<)p Fh(\257oat)p Fe(>)164 +2348 y Fh(Shade)e(all)g(characters)h(in)f(the)g Fe(<)p +Fh(string)p Fe(>)g Fh(by)g(the)h(grey)f(value)g(given)g(by)g +Fe(<)p Fh(\257oat)p Fe(>)p Fh(.)18 b(e.g.)164 2408 y(SHADE)p +333 2408 V 18 w(CHARS)12 b(GP)h(ALL)g(0.5)164 2468 y(would)f(shade)h +(all)f(G)h(and)f(P)g(characters)g(in)h(the)f(alignment)g(by)g(the)g +(grey)g(value)h(0.5.)949 2607 y(21)p eop +%%Page: 22 23 +22 22 bop 164 315 a Fh(SHADE)p 333 315 15 2 v 18 w(CHARS)12 +b Fe(<)p Fh(string)p Fe(>)g(<)p Fh(int)p Fe(>)g(<)p Fh(int)p +Fe(>)g(<)p Fh(int)p Fe(>)g(<)p Fh(int)p Fe(>)g(<)p Fh(\257oat)p +Fe(>)164 376 y Fh(restricts)g(the)g(shading)h(to)f(the)g(region)g +(de\256ned)g(by)h(the)f(four)f(integers.)18 b(Thus)164 +436 y(SHADE)p 333 436 V 18 w(CHARS)12 b(IL)-5 b(VW)13 +b(3)g(12)f(7)g(32)h(0.7)164 496 y(would)8 b(shade)g(I)g(L)g(V)g(and)g +(W)g(characters)g(from)g(residues)g(3-7)g(of)g(sequences)g(12-32)g +(inclusive)164 556 y(with)k(a)h(grey)f(value)g(of)g(0.7.)164 +616 y(FONT)p 297 616 V 18 w(CHARS)g Fe(<)p Fh(string)p +Fe(>)g Fh(ALL)i Fe(<)p Fh(int)p Fe(>)164 677 y Fh(e.g.)164 +737 y(FONT)p 297 737 V 18 w(CHARS)e(GP)h(ALL)g(7)164 +797 y(would)j(use)h(font)e(7)i(to)f(write)f(out)i(all)f(G)g(and)g(P)g +(characters.)31 b(Font)15 b(7)i(MUST)f(have)h(been)164 +857 y(de\256ned)12 b(using)g(the)h(DEFINE)p 697 857 V +18 w(FONT)f(commands)h(above.)164 917 y(FONT)p 297 917 +V 18 w(CHARS)f Fe(<)p Fh(string)p Fe(>)g(<)p Fh(int)p +Fe(>)g(<)p Fh(int)p Fe(>)g(<)p Fh(int)p Fe(>)g(<)p Fh(int)p +Fe(>)g(<)p Fh(int)p Fe(>)164 978 y Fh(Similar)18 b(to)h(previous)g +(command,)i(but)e(restricts)h(the)f(ef)o(fect)g(to)g(the)g(region)g +(de\256ned)g(by)164 1038 y(the)d(\256rst)f(four)g(integers.)28 +b(The)16 b(font)f(must)h(have)g(been)g(de\256ned)f(by)h(the)g(DEFINE)p +1638 1038 V 18 w(FONT)164 1098 y(command.)164 1158 y(e.g.)164 +1218 y(FONT)p 297 1218 V 18 w(CHARS)c(IL)-5 b(VW)13 b(3)g(45)f(9)g(70)h +(7)164 1279 y(W)l(ould)c(set)h(the)f(font)f(to)h(7)h(for)e(I)h(L)h(V)f +(and)g(W)h(characters)f(for)f(residues)i(3-9)e(of)h(sequences)h(45-)164 +1339 y(70)i(inclusive.)19 b(The)12 b(font)g(must)h(have)f(been)h +(de\256ned)f(by)g(the)g(DEFINE)p 1416 1339 V 18 w(FONT)h(command.)164 +1399 y(FONT)p 297 1399 V 18 w(REGION)g Fe(<)p Fh(int)p +Fe(>)e(<)p Fh(int)p Fe(>)h(<)p Fh(int)p Fe(>)g(<)p Fh(int)p +Fe(>)g(<)p Fh(int)p Fe(>)164 1459 y Fh(De\256ne)g(the)h(font)e(to)h +(use)h(throughout)e(the)i(region)e(speci\256ed)i(by)f(the)h(\256rst)f +(four)f(integers.)164 1519 y(e.g.)164 1579 y(FONT)p 297 +1579 V 18 w(REGION)i(3)f(12)g(20)g(40)h(10)164 1640 y(Use)j(font)f(10)g +(for)f(residues)i(from)e(residues)i(3-20)f(of)g(sequences)h(12-40.)26 +b(The)16 b(font)f(must)164 1700 y(have)d(been)h(de\256ned)f(using)g +(the)h(DEFINE)p 910 1700 V 18 w(FONT)f(command.)164 1760 +y(FONT)p 297 1760 V 18 w(RESIDUE)h Fe(<)p Fh(int)p Fe(>)f(<)p +Fh(int)p Fe(>)g(<)p Fh(int)p Fe(>)164 1820 y Fh(Set)j(the)h(font)e(for) +h(use)h(with)f(a)g(single)h(residue)f(position)g(-)g(most)h(useful)f +(when)h(used)f(with)164 1880 y(the)d(TEXT)i(command.)164 +1941 y(e.g.)164 2001 y(FONT)p 297 2001 V 18 w(RESIDUE)f(3)f(7)g(2)164 +2061 y(Use)i(font)g(2)f(for)g(residue)h(3)g(of)f(sequence)i(7.)23 +b(Font)13 b(2)h(must)g(have)g(been)g(de\256ned)f(using)h(the)164 +2121 y(DEFINE)p 344 2121 V 18 w(FONT)f(command.)164 2181 +y(LINE)g Fe(<)p Fh(string)p Fe(>)f(<)p Fh(int)p Fe(>)g(<)p +Fh(int)p Fe(>)g(<)p Fh(int)p Fe(>)164 2242 y Fh(There)i(are)h(four)e +(commands)h(of)g(this)g(type)g(for)f(drawing)h(horizontal)f(or)h +(vertical)g(lines)g(on)164 2302 y(the)e(alignment.)164 +2362 y(LINE)h(LEFT)g Fe(<)p Fh(int)p Fe(>)f(<)p Fh(int)p +Fe(>)g(<)p Fh(int)p Fe(>)164 2422 y Fh(Draw)g(a)h(line)f(to)g(the)g +(left)g(of)g(the)g(character)g(positions)h(indicated.)164 +2482 y(e.g.)949 2607 y(22)p eop +%%Page: 23 24 +23 23 bop 164 315 a Fh(LINE)13 b(LEFT)g(3)g(12)f(24)164 +376 y(Draw)f(a)g(vertical)g(line)g(starting)g(at)g(residue)g(3)g(of)g +(sequence)h(12)f(and)g(ending)g(at)g(residue)g(3)g(of)164 +436 y(sequence)i(24.)164 496 y(LINE)g(T)o(OP)g(3)f(12)g(24)164 +556 y(Draw)i(a)h(horizontal)f(line)h(above)f(the)h(character)f +(positions)h(from)f(residue)g(3)h(of)f(sequence)164 616 +y(12)e(to)g(residue)h(24)f(of)g(sequence)h(12.)164 677 +y(Similar)e(commands)h(are:)164 737 y(LINE)f(BOTT)o(OM)h +Fe(<)p Fh(int)p Fe(>)f(<)p Fh(int)p Fe(>)f(<)p Fh(int)p +Fe(>)g Fh(Draw)g(a)h(line)g(at)f(bottom)g(of)h(character)f(position.) +164 797 y(LINE)j(RIGHT)f Fe(<)p Fh(int)p Fe(>)g(<)p Fh(int)p +Fe(>)g(<)p Fh(int)p Fe(>)g Fh(Draw)g(a)h(line)f(at)h(right)e(of)h +(character)g(position.)164 857 y(BOX)p 272 857 15 2 v +18 w(REGION)h Fe(<)p Fh(int)p Fe(>)f(<)p Fh(int)p Fe(>)g(<)p +Fh(int)p Fe(>)f(<)p Fh(int)p Fe(>)164 917 y Fh(Draw)h(a)h(box)f(around) +g(the)g(region)g(indicated)g(by)g(the)g(four)g(integers.)164 +978 y(e.g.)164 1038 y(BOX)p 272 1038 V 18 w(REGION)h(2)f(5)g(30)h(7)164 +1098 y(W)l(ould)f(box)g(from)f(residue)i(2)f(of)g(sequence)h(5)f(to)h +(residue)f(30)g(of)g(sequence)h(7.)164 1158 y(SHADE)p +333 1158 V 18 w(REGION)g Fe(<)p Fh(int)p Fe(>)e(<)p Fh(int)p +Fe(>)h(<)p Fh(int)p Fe(>)g(<)p Fh(int)p Fe(>)g(<)p Fh(\257oat)p +Fe(>)164 1218 y Fh(Shade)g(the)g(region)f(indicated)h(by)g(the)g +(integers)g(with)g(the)g(grey)g(value)g(shown)g(by)g(the)g(\257oat.)164 +1279 y(e.g.)164 1339 y(SHADE)p 333 1339 V 18 w(REGION)h(30)f(40)g(35)g +(46)h(0.2)164 1399 y(W)l(ould)f(shade)h(from)e(residue)i(30-35)e(of)h +(sequences)i(40-46)d(with)h(a)h(grey)f(value)g(of)g(0.2.)164 +1459 y(SHADE)p 333 1459 V 18 w(RES)h Fe(<)p Fh(int)p +Fe(>)f(<)p Fh(int)p Fe(>)g(<)p Fh(\257oat)p Fe(>)164 +1519 y Fh(Shade)g(just)h(one)f(amino)g(acid)g(with)g(the)h(grey)f +(value.)164 1579 y(e.g.)164 1640 y(SHADE)p 333 1640 V +18 w(RES)h(3)f(4)g(0.7)164 1700 y(Shades)h(residue)f(3)g(of)g(sequence) +h(7.)19 b(\(Note:)e(this)12 b(can)h(also)g(be)f(achieved)g(with)g(the) +164 1760 y(SHADE)p 333 1760 V 18 w(REGION)h(command,)f(but)g(requires)g +(2)g(extra)g(numbers\))164 1820 y(TEXT)i Fe(<)p Fh(int)p +Fe(>)e(<)p Fh(int)p Fe(>)g(<)p Fh(qstring)p Fe(>)164 +1880 y Fh(Place)g(the)h(text)f(string)g(at)g(the)g(location)g +(indicated.)164 1941 y(e.g.)164 2001 y(TEXT)i(30)e(70)g("Active)h(Site) +f(His")164 2061 y(would)k(put)g(the)g(text)f(Active)h(Site)g(His)h +(starting)e(at)h(position)g(30)g(of)g(sequence)g(70.)30 +b(\(Use)164 2121 y(FONT)p 297 2121 V 18 w(RESIDUE)12 +b(or)g(FONT)p 721 2121 V 18 w(REGION)g(commands)g(to)g(set)g(the)g +(font)f(of)h(the)f(text\).)18 b(T)m(ext)164 2181 y(added)13 +b(with)g(the)g(TEXT)i(command)e(will)g(not)g(be)g(split)g(across)h +(page)f(breaks,)h(so)g(you)f(may)164 2242 y(in)d(some)h(circumstances)f +(need)h(to)f(\256ddle)g(a)h(little)e(with)h(the)h(location/pointsize)e +(for)h(the)g(text)164 2302 y(to)i(get)h(the)f(desired)g(result.)164 +2362 y(ID)p 220 2362 V 17 w(FONT)h(ALL)g Fe(<)p Fh(int)p +Fe(>)164 2422 y Fh(Set)f(the)g(font)g(for)g(all)g(identi\256er)f(codes) +i(to)f(the)h(font)e(number)h(shown)h(by)f Fe(<)p Fh(int)p +Fe(>)p Fh(.)18 b(e.g.)164 2482 y(ID)p 220 2482 V 17 w(FONT)13 +b(ALL)g(3)949 2607 y(23)p eop +%%Page: 24 25 +24 24 bop 164 315 a Fh(W)l(ould)12 b(set)h(all)f(the)g(identi\256er)g +(codes)h(to)f(font)g(3.)164 376 y(ID)p 220 376 15 2 v +17 w(FONT)h Fe(<)p Fh(int)p Fe(>)f(<)p Fh(int)p Fe(>)164 +436 y Fh(Set)g(the)g(font)g(for)g(a)g(speci\256c)h(identi\256er)e(to)h +(font)g(number)m(.)18 b(e.g.)164 496 y(ID)p 220 496 V +17 w(FONT)13 b(12)f(4)164 556 y(Use)h(font)f(4)g(for)f(the)i(identifer) +e(of)h(sequence)h(12,)g(default)e(font)h(for)g(all)g(other)g +(identi\256ers.)164 616 y(SUB)p 264 616 V 18 w(CHARS)g(ALL)i +Fe(<)p Fh(char)p Fe(>)e(<)p Fh(char)p Fe(>)164 677 y +Fh(Substitute)g(the)g(characters)g(indicated.)164 737 +y(e.g.)164 797 y(SUB)p 264 797 V 18 w(CHARS)g(ALL)i(+)e(*)164 +857 y(would)g(change)g(all)h(occurences)f(of)g(+)h(to)f(*)h(in)f(the)g +(alignment.)164 917 y(SUB)p 264 917 V 18 w(CHARS)g Fe(<)p +Fh(int)p Fe(>)g(<)p Fh(int)p Fe(>)g(<)p Fh(int)p Fe(>)g(<)p +Fh(int)p Fe(>)g(<)p Fh(char)p Fe(>)g(<)p Fh(char)p Fe(>)164 +978 y Fh(restrict)g(the)g(substitution)g(to)g(the)h(region)e(shown.)164 +1038 y(e.g.)164 1098 y(SUB)p 264 1098 V 18 w(CHARS)h(1)h(1)f(7)g(8)h +(\045)g(*)164 1158 y(would)e(substitute)h(*)g(for)f(\045)h(from)f +(residue)h(1-7)f(of)g(sequences)i(1-8.)18 b(NOTE:)12 +b(T)m(o)g(substitute)164 1218 y(for)17 b(or)h(with)g(the)g(space)h +(character)e(use)i(the)f(word)g(SP)-5 b(ACE.)19 b(e.g.)36 +b(to)18 b(change)g(all)g(space)164 1279 y(characters)12 +b(to)h(-.)164 1339 y(SUB)p 264 1339 V 18 w(CHARS)f(ALL)i(SP)-5 +b(ACE)12 b(-)164 1399 y(SUB)p 264 1399 V 18 w(ID)g Fe(<)p +Fh(int)p Fe(>)g(<)p Fh(qstring)p Fe(>)164 1459 y Fh(Replace)h(the)f +(numbered)g(identi\256er)f(by)h(the)h(string.)18 b(e.g.)164 +1519 y(SUB)p 264 1519 V 18 w(ID)12 b(34)g("Predicted)g(Secondary)g +(Structure")164 1579 y(would)e(replace)h(whatever)f(the)h(identi\256er) +e(of)i(sequence)g(34)g(was,)h(by)e(the)h(text)f(shown.)18 +b(This)164 1640 y(is)f(useful)f(when)g(used)h(in)f(conjunction)g(with)g +(the)h(ADD)p 1185 1640 V 17 w(SEQ)g(command)f(shown)g(under)164 +1700 y(the)c(STEP)h(1)f(commands.)164 1760 y(INVERSE)p +377 1760 V 18 w(CHARS)i Fe(<)p Fh(string)p Fe(>)f Fh(ALL/Range)i +(\(similar)d(syntax)i(to)f(FONT)p 1524 1760 V 18 w(CHARS)h(but)164 +1820 y(no)e(font)g(number\))164 1880 y(Print)g(the)i(selected)f +(characters)h(in)f(white.)21 b(This)14 b(clearly)f(will)g(only)g(work)g +(if)f(you)i(\256rst)e(use)164 1941 y(the)f(SHADE)p 405 +1941 V 18 w(CHARS)g(command)g(to)g(shade)h(the)f(characters)g(with)g +(something)g(other)f(than)164 2001 y(white.)164 2061 +y(CCOL)p 299 2061 V 19 w(CHARS)i Fe(<)p Fh(string)p Fe(>)g +Fh(ALL)h Fe(<)p Fh(int)p Fe(>)164 2121 y Fh(Colour)f(all)g(characters)g +(in)h(the)f Fe(<)p Fh(string)p Fe(>)g Fh(by)g(the)g(colour)g(de\256ned) +g(by)g Fe(<)p Fh(int)p Fe(>)p Fh(.)164 2181 y(e.g.)164 +2242 y(CCOL)p 299 2242 V 19 w(CHARS)g(GP)g(ALL)i(12)164 +2302 y(would)c(colour)g(all)g(G)h(and)f(P)g(characters)h(in)f(the)h +(alignment)e(by)i(the)f(colour)g(12.)18 b(This)11 b(colour)164 +2362 y(MUST)i(have)f(been)h(de\256ned)f(by)g(the)g(DEFINE)p +1002 2362 V 19 w(COLOUR)h(command.)164 2422 y(CCOL)p +299 2422 V 19 w(CHARS)f Fe(<)p Fh(string)p Fe(>)g(<)p +Fh(int)p Fe(>)g(<)p Fh(int)p Fe(>)g(<)p Fh(int)p Fe(>)g(<)p +Fh(int)p Fe(>)g(<)p Fh(int)p Fe(>)164 2482 y Fh(restricts)g(the)g +(colouring)g(to)g(the)g(region)g(de\256ned)g(by)g(the)h(four)e +(integers.)18 b(Thus)949 2607 y(24)p eop +%%Page: 25 26 +25 25 bop 164 315 a Fh(CCOL)p 299 315 15 2 v 19 w(CHARS)12 +b(IL)-5 b(VW)13 b(3)g(12)f(7)g(32)g(7)164 376 y(would)21 +b(colour)f(I)h(L)h(V)f(and)h(W)f(characters)g(from)f(residues)i(3-7)f +(of)f(sequences)j(12-32)164 436 y(inclusive)12 b(with)g(the)h(colour)e +(7.)164 496 y(SCOL)p 294 496 V 18 w(CHARS:)e(This)h(has)g(identical)f +(syntax)g(to)g(SCOL)p 1170 496 V 18 w(CHARS,)h(but)f(colours)g(the)g +(back-)164 556 y(ground)j(of)f(the)i(character)n(,)f(rather)g(than)g +(the)g(letter)g(itself.)164 616 y(COLOUR)p 371 616 V +19 w(REGION)g Fe(<)p Fh(int)p Fe(>)g(<)p Fh(int)p Fe(>)g(<)p +Fh(int)p Fe(>)g(<)p Fh(int)p Fe(>)g(<)p Fh(int)p Fe(>)164 +677 y Fh(COLOR)p 335 677 V 19 w(REGION)164 737 y(Colour)j(the)g(region) +g(indicated)f(by)i(the)f(integers)g(with)g(the)g(colour)g(number)f +(given)h(as)h(the)164 797 y(last)d(number)m(.)164 857 +y(e.g.)164 917 y(COLOUR)p 371 917 V 19 w(REGION)f(30)h(40)f(35)g(46)g +(2)164 978 y(W)l(ould)g(colour)g(from)f(residue)h(30-35)g(of)g +(sequences)h(40-46)f(with)g(the)g(colour)g(2.)164 1038 +y(COLOUR)p 371 1038 V 19 w(RES)g Fe(<)p Fh(int)p Fe(>)g(<)p +Fh(int)p Fe(>)g(<)p Fh(int)p Fe(>)164 1098 y Fh(Colour)g(just)g(one)h +(amino)f(acid)g(with)g(the)g(de\256ned)g(colour)m(.)164 +1158 y(e.g.)164 1218 y(COLOUR)p 371 1218 V 19 w(RES)g(3)h(4)f(7)164 +1279 y(Colours)21 b(residue)f(3)h(of)g(sequence)g(7.)44 +b(\(Note:)34 b(this)21 b(can)g(also)h(be)f(achieved)g(with)f(the)164 +1339 y(COLOUR)p 371 1339 V 19 w(REGION)12 b(command,)h(but)f(requires)g +(2)g(extra)g(numbers\))164 1486 y Fb(15.2)59 b(AMPS)16 +b(Block)e(\256le)g(format)164 1580 y Fh(The)f(\256rst)e(part)h(of)g(a)g +(block-\256le)g(contains)g(the)g(identi\256er)f(codes)i(of)f(the)g +(sequences)h(that)f(are)164 1640 y(to)g(follow)m(.)17 +b(Each)c(code)g(is)g(pre\256xed)e(by)i(the)f Fe(>)g Fh(symbol,)h(codes) +g(must)f(not)g(contain)g(spaces.)164 1700 y(e.g.)164 +1802 y Fd(>HAHU)164 1862 y(>Trypsin)164 1922 y(>A0046)164 +1982 y(>Seq1)164 2144 y Fh(etc.)164 2204 y(ALSCRIPT)k(counts)f(the)h +(number)e(of)h Fe(>)h Fh(symbols)f(in)g(the)h(beginning)e(of)h(the)h +(\256le)f(until)g(a)164 2265 y(*)f(symbol)g(is)h(found.)23 +b(The)15 b(*)f(signals)h(the)f(beginning)f(of)h(the)g(multiple)g +(alignment)f(which)164 2325 y(is)i(stored)f(VER)m(TICALL)-5 +b(Y)f(,)16 b(thus)e(columns)h(are)f(individual)f(sequences,)k(whilst)d +(rows)g(are)164 2385 y(aligned)e(positions.)18 b(The)12 +b(*)g(symbol)g(must)g(lie)g(over)f(the)h(\256rst)g(sequence.)19 +b(A)12 b(further)e(star)i(in)164 2445 y(the)j(same)g(column)f(signals)h +(the)g(end)f(of)g(the)h(alignment.)25 b(ALSCRIPT)15 b(uses)g(the)g +(number)949 2607 y(25)p eop +%%Page: 26 27 +26 26 bop 164 315 a Fh(of)13 b Fe(>)g Fh(symbols)h(at)g(the)f +(beginning)g(of)g(the)g(\256le)h(to)f(work)g(out)g(how)g(many)h +(columns)f(to)g(read)164 376 y(from)h(the)h(*)f(position.)26 +b(It)14 b(is)h(therefore)f(important)g(that)g(the)h(only)g +Fe(>)g Fh(symbols)g(in)f(the)h(\256le)164 436 y(are)e(those)g(that)g +(de\256ne)f(the)h(identi\256ers,)g(and)g(the)g(only)f(*)h(symbols)g +(are)g(those)g(de\256ning)f(the)164 496 y(start)f(and)h(end)f(of)g(the) +g(multiple)g(alignment.)17 b(The)12 b(block)f(\256le)g(can)h(contain)f +(additional)g(text,)164 556 y(providing)16 b(that)i(there)f(are)h(no)f +(more)g Fe(>)h Fh(or)f(*)h(symbols)f(in)h(the)f(\256le)h(than)f(those)h +(used)g(to)164 616 y(de\256ne)12 b(the)g(identi\256ers)g(or)g +(alignment)g(start)g(and)g(end.)164 677 y(A)g(simple,)h(small)g +(block-\256le)e(is)i(shown)f(here.)164 791 y Fd(>Seq_1)164 +851 y(>A0231)164 911 y(>HAHU)164 971 y(>Four_Alpha)164 +1032 y(>Globin)164 1092 y(>GLobin_C)164 1152 y(*)164 +1212 y(ARNDLQ)164 1272 y(AAAAAA)164 1333 y(PPPPPP)164 +1393 y(PP)30 b(PPP)164 1453 y(WW)g(WWW)164 1513 y(LLLLLL)164 +1573 y(IIVVLL)164 1633 y(*)164 1781 y Fb(15.3)59 b(PostScript)14 +b(Fonts)164 1874 y Fd(Times-Roman,)164 1935 y(Times-Italic,)164 +1995 y(Times-Bold,)164 2055 y(Times-BoldItalic,)164 2115 +y(Helvetica,)164 2175 y(Helvetica-Oblique,)164 2236 y(Helvetica-Bold,) +164 2296 y(Helvetica-BoldOblique,)164 2356 y(Courier,)164 +2416 y(Courier-Oblique,)164 2476 y(Courier-Bold)949 2607 +y Fh(26)p eop +%%Page: 27 28 +27 27 bop 164 315 a Fd(Courier-BoldOblique,)164 376 y(AvantGarde-Book,) +164 436 y(AvantGarde-BookOblique,)164 496 y(AvantGarde-Demi,)164 +556 y(AvantGarde-DemiOblique,)164 616 y(Bookman-Demi,)164 +677 y(Bookman-DemiItalic,)164 737 y(Bookman-Light,)164 +797 y(Bookman-LightItalic,)164 857 y(Helvetica-Narrow,)164 +917 y(Helvetica-Narrow-Bold,)164 978 y(Helvetica-Narrow-BoldOblique,) +164 1038 y(Helvetica-Narrow-Oblique,)164 1098 y +(NewCenturySchblk-Roman,)164 1158 y(NewCenturySchlbk-Bold,)164 +1218 y(NewCenturySchblk-Italic,)164 1279 y +(NewCenturySchblk-BoldItalic,)164 1339 y(Palatino-Roman,)164 +1399 y(Palatino-Bold,)164 1459 y(Palatino-Italic,)164 +1519 y(Palatino-BoldItalic)164 1579 y(ZapfChancery-MediumItalic.)164 +1640 y(Symbol)164 1787 y Fb(15.4)59 b(386)15 b(DOS)g(installation)164 +1881 y Fh(IMPOR)m(T)l(ANT)d(-)e(The)i(programs)e(on)h(this)g(disk)h +(will)e(ONL)-5 b(Y)12 b(WORK)f(on)g(a)g(PC)g(with)g(a)g(386)164 +1941 y(or)h(better)g(processor)m(.)18 b(See)13 b(the)f(T)m(echnical)g +(Notes)h(section)g(for)e(details)i(of)f(why)m(.)164 2001 +y(Directions:)224 2115 y(1.)25 b(Create)12 b(a)h(directory)e(on)h(your) +g(hard)g(disk.)19 b(e.g.)g(mkdir)11 b(ALSCRIPT)l(.)224 +2217 y(2.)25 b(Copy)12 b(the)h(Contents)f(of)g(the)g(\257oppy)g(disk)h +(into)f(this)g(directory)m(.)405 2339 y Fd(e.g.)90 b(copy)29 +b(a:*.*)g(c:\\alscript.)224 2462 y Fh(3.)c(Edit)12 b(your)g(AUT)o +(OEXEC.BA)-6 b(T)16 b(\256le)c(and)g(add)949 2607 y(27)p +eop +%%Page: 28 29 +28 28 bop 316 315 a Fd(C:\\ALSCRIPT)28 b(to)i(your)g(path.)224 +438 y Fh(4.)25 b(Edit)d(your)g(AUT)o(OEXEC.BA)-6 b(T)26 +b(\256le)c(and)g(add)g(the)h(following)e(two)h(lines.)49 +b(set)286 498 y(DOS4GVM=@ALSCRIPT)l(.VMC)14 b(set)e(DOS4G=quiet)164 +612 y(The)h(\256rst)f(line)g(is)g(an)g(instruction)g(to)g(read)g +(instructions)g(from)f(the)h(\256le)g(ALSCRIPT)l(.VMC.)164 +672 y(This)k(sets)g(up)g(a)g(permanent)e(swap)i(\256le)g(on)f(your)g +(hard)g(disk.)28 b(By)16 b(default,)g(the)f(swap)h(\256le)164 +733 y(is)d(about)g(12MBytes)h(in)f(size.)20 b(If)13 b(you)f(do)h(not)g +(have)g(this)g(much)g(free)f(space)i(on)f(your)f(disk,)164 +793 y(then)j(edit)h(the)f(ALSCRIPT)l(.VMC)i(\256le)f(to)f(reduce)g(the) +h(swap)g(\256le)f(size,)j(or)d(alternatively)m(,)164 +853 y(do)d(not)g(put)g(this)h(line)f(in)g(your)g(autoexec.bat.)164 +913 y(The)g(programs)f(will)g(run)f(without)h(this)h(swap)g(\256le,)f +(but)g(you)h(will)f(be)g(limited)g(in)g(the)g(size)h(of)164 +973 y(alignment)e(you)h(can)g(process)h(by)f(the)g(amount)f(of)h(RAM)h +(you)e(have)i(installed.)17 b(I)11 b(have)g(only)164 +1034 y(tested)i(this)f(program)g(on)g(a)h(486/33)f(with)g(8MBytes)h +(RAM)g(and)f(a)h(386/33)f(with)g(4MBytes)164 1094 y(so)18 +b(I)g(do)f(not)h(know)f(the)h(practical)g(limitations)f(of)g(machines)h +(with)f(smaller)h(memories.)164 1154 y(Any)12 b(feedback)g(would)g(be)h +(appreciated.)164 1214 y(5.)46 b(T)m(ype)22 b(AUT)o(OEXEC.BA)-6 +b(T)24 b(to)e(initialise)f(the)h(changes,)j(or)c(better)g(still,)j +(reset)e(the)164 1274 y(computer)m(.)164 1335 y(6.)17 +b(Y)-5 b(ou)10 b(should)g(now)g(be)g(able)g(to)f(run)h(all)f(three)h +(programs)f(in)h(the)f(package)i(from)d(anywhere)164 +1395 y(on)13 b(your)f(disk.)19 b(msf2blc,)13 b(clus2blc)f(and)h +(alscript.)19 b(If)12 b(you)g(get)h(memory)f(allocation)g(errors)164 +1455 y(when)20 b(you)g(try)g(to)g(run)f(alscript,)k(then)d(use)g(the)g +(MAX)p 1182 1455 15 2 v 18 w(NSEQ)h(and)f(MAX)p 1559 +1455 V 18 w(SEQ)p 1671 1455 V 18 w(LEN)164 1515 y(commands)14 +b(to)f(reduce)g(the)h(default)f(limits.)22 b(If)13 b(the)g(program)g +(still)g(won')o(t)g(run,)h(then)f(think)164 1575 y(about)f(buying)g +(some)h(more)e(memory!!)164 1636 y(The)20 b(programs)f(msf2blc)h(and)g +(clus2blc)g(should)f(run)h(OK,)g(but)g(if)f(you)h(try)f(to)h(process) +164 1696 y(alignments)8 b(that)g(are)g(too)g(lar)o(ge)g(for)g(your)g +(computer)n(,)f(you)h(may)g(get)g(a)g("malloc)g(error")g(which)164 +1756 y(will)14 b(stop)g(the)h(program.)23 b(If)14 b(this)g(happens)h +(and)f(you)g(are)h(not)f(using)g(the)g(virtual)g(memory)164 +1816 y(option)j(discussed)h(above,)h(then)f(try)f(adding)g(the)g(line)g +(set)h(DOS4GVM=@\256lename)f(to)164 1876 y(your)12 b(autoexec.bat)h +(\256le.)20 b(If)12 b(you)g(don')o(t)g(have)h(enough)g(disk)g(space)g +(to)g(do)f(this,)i(then)e(buy)h(a)164 1936 y(bigger)f(disk,)h(or)f +(more)f(memory)m(.)164 2084 y Fb(15.5)59 b(TECHNICAL)15 +b(NOTES)164 2177 y Fh(The)i(executables)g(included)f(in)h(this)f +(package)h(were)f(compiled)h(with)f(the)g(W)-6 b(A)g(TCOM)19 +b(C)164 2238 y(compiler)m(.)h(This)13 b(is)h(a)f(full)f(32)h(bit)g +(compiler)f(that)h(makes)g(good)g(use)h(of)e(the)h(386)g(processor)164 +2298 y(and)j(does)h(not)f(work)f(on)h(the)g(16)g(bit)g(286.)30 +b(It)15 b(also)i(has)f(the)h(advantage)f(of)f(allowing)h(the)164 +2358 y(\257at)e(memory)f(model)h(to)g(be)h(used.)24 b(In)14 +b(practice)g(this)g(means)g(that)h(porting)e(programs)g(like)164 +2418 y(alscript)h(from)f(Unix)g(computers)h(like)f(the)h(Sun,)h(is)f +(straightforward.)21 b(In)14 b(order)f(to)h(access)164 +2478 y(the)d(memory)f(of)h(the)g(computer)f(in)h(this)g(way)m(,)h(an)f +(extra)g(program)f(called)h(a)h(dos)f(extender)g(is)949 +2607 y(28)p eop +%%Page: 29 30 +29 29 bop 164 315 a Fh(required)9 b(-)h(this)h(is)g(called)f(DOS4GW)-5 +b(.EXE.)12 b(DOS4GW)e(is)h(automatically)e(invoked)h(every)164 +376 y(time)16 b(you)g(run)g(one)g(of)g(the)g(programs)g(and)g(is)h +(responsible)f(for)g(managing)g(the)g(memory)164 436 +y(and)c(creating)g(the)h(swap)f(\256le)h(discussed)g(above.)164 +583 y Fb(15.6)59 b(Unix)15 b(Installation)164 677 y Fh(ALSCRIPT)c(is)h +(distributed)e(with)h(executables)g(for)g(Sun)f(\(SunOS)g(4.1.3\),)i +(Silicon)f(Graph-)164 737 y(ics)k(\(IRIX)f(5.3\),)i(DEC)g(ALPHA)f +(OSF/1)f(and)h(Sun)f(Solaris)h(\(2.4\).)25 b(The)16 b(executables)f +(are)164 797 y(stored)f(in)g(the)h(subdirectories)f(bin/sun,)h +(bin/sgi,)g(bin/osf)f(and)g(bin/sol.)24 b(If)14 b(these)h(are)f(OK)164 +857 y(for)f(your)g(system,)h(then)g(just)f(add)h(the)f(apporpriate)g +(directory)f(to)i(your)f(path,)h(or)f(put)g(links)164 +918 y(to)f(/usr/local/bin)g(or)f(somewhere)i(that)f(is)h(on)f(all)g +(users)h(paths.)164 978 y(The)k(source)g(code)g(for)f(ALSCRIPT)i(is)f +(contained)f(in)h(a)g(directory)f(hierarchy)m(.)31 b(The)17 +b(top)164 1038 y(directory)h(contains)g(a)h(README)i(\256le)d(and)h +(the)f(BUILD)h(script.)38 b(Subdirectories)17 b(are:)164 +1098 y Ff(examples)12 b Fh(which)g(contains)g(example)f(command)g(and)h +(alignment)f(\256les,)h Ff(doc)g Fh(which)f(con-)164 +1158 y(tains)16 b(L)286 1151 y Fa(A)307 1158 y Fh(T)329 +1174 y(E)354 1158 y(Xand)g(PostScript)e(copies)i(of)f(the)h(manual)f(-) +g(a)h(subdirectory)f(of)g(this)h(contains)164 1218 y(an)j(HTML)g +(version)g(of)f(the)g(manual,)i(and)f Ff(sr)o(c)g Fh(which)g(contains)f +(the)h(source)f(code)h(and)164 1279 y(Make\256les)d(for)e(the)h +(package.)27 b(There)15 b(may)g(also)g(be)h(a)f(directory)f(called)h +Ff(bin)p Fh(.)26 b(If)14 b(present)164 1339 y(this)f(will)f(contain)g +(subdirectories)g(with)h(executables)g(for)f(the)g(programs)g(in)h(the) +f(package.)164 1399 y(Make\256les)j(to)f(build)g(alscript,)g(msf2blc,)h +(clus2blc)f(and)h(alsnum)f(are)g(included)g(in)g(the)g +Ff(sr)o(c)164 1459 y Fh(directory)m(.)37 b(V)-6 b(ersions)20 +b(for)f(Sun)f(\(acc)i(compiler)e(.sun\),)k(Silicon)c(Graphics)h +(\(.sgi\),)i(DEC)164 1519 y(OSF/1)12 b(\(.osf\))f(are)i(included.)164 +1580 y(There)i(is)g(a)g(utility)e(csh)i(script)g(called)f(BUILD.)i +(Simply)d(type)i(./BUILD)g(sun)g(to)f(compile)164 1640 +y(alscript)e(on)h(the)g(Sun,)g(./BUILD)g(sgi)g(for)f(Silicon)g +(Graphics)h(or)f(BUILD)h(gcc)g(for)f(use)h(with)164 1700 +y(gcc)i(compiler)m(.)26 b(See)16 b(instructions)e(in)h(the)g(\256le)g +(BUILD.)h(The)g(BUILD)f(script)g(will)g(create)164 1760 +y(a)e(/bin)f(directory)g(and)h(subdirecotry)f(if)g(not)h(already)g +(present.)19 b(Y)-5 b(ou)13 b(can)g(create)g(make\256les)164 +1820 y(for)f(dif)o(ferent)f(computers)h(and)g(the)g(BUILD)h(script)f +(should)g(still)h(function.)164 1968 y Fb(15.7)59 b(V)-8 +b(AX/VMS)16 b(Installation)164 2061 y Fh(The)c(standard)f(V)-6 +b(AX)10 b(C)i(compiler)e(is)h(not)g(ANSI.)g(Accordingly)m(,)g(ALSCRIPT) +g(will)g(require)164 2122 y(changes)i(to)f(the)g(source)h(code)f(to)h +(compile)f(on)g(a)g(V)-6 b(AX.)164 2182 y(The)12 b(DEC)g(C++)g +(compiler)f(works)g(OK)g(for)g(alscript.)18 b(Alscript)11 +b(will)g(also)g(compile)g(on)h(Dec)164 2242 y(ALPHA)g(under)g(OpenVMS.) +h(A)f(descrip.mms)h(\256le)f(is)h(included)f(for)f(this)i(purpose.)164 +2302 y Fc(W)m(ARNING:)g(I've)f(not)g(tested)h(V)-6 b(ersion)13 +b(2.0)g(of)f(ALSCRIPT)h(on)f(VMS)949 2607 y Fh(29)p eop +%%Page: 30 31 +30 30 bop 164 315 a Fb(15.8)59 b(Alternative)13 b(ways)i(of)g(invoking) +g(ALSCRIPT)164 409 y Fh(The)f(documentation)e(above)h(describes)h(the)f +(interactive)f(mode)h(of)g(running)f(ALSCRIPT)l(.)164 +469 y(However)n(,)i(it)f(may)h(be)g(more)f(convenient)g(to)g(run)g(the) +h(program)e(as)j(a)e(pipe)h(under)f(Unix)g(or)164 530 +y(MS-DOS.)f(Examples)h(are)f(shown)h(here.)164 590 y(ALSCRIPT)g(is)f(a) +h(program)e(for)g(producing)g(pretty)h(versions)g(of)g(multiple)g +(sequence)h(alig-)164 650 y(ments.)29 b(ALSCRIPT)16 b(will)f(also)h +(format)f(single)h(sequences.)30 b(A)15 b(full)g(description)h(of)f +(the)164 710 y(program)c(is)i(given)f(in)g(the)h(\256le)f +("alscript.doc".)164 770 y(W)l(ays)h(of)f(running)f(alscript:)224 +884 y(1.)25 b(Interactive)13 b(mode:)21 b(just)13 b(type)h(alscript.)23 +b(Y)-5 b(ou)14 b(will)f(be)h(prompted)f(for)g(a)h(command)286 +945 y(\256le)h(name.)27 b(The)16 b(command)f(\256le)g(will)g(de\256ne)g +(the)g(AMPS)g(bloc\256le,)h(and)f(name)g(of)286 1005 +y(the)d(\256le)g(to)h(store)f(the)g(PostScript)f(output)h(-)g(see)h +(alscript.doc)g(for)e(details.)224 1107 y(2.)25 b(alscript)12 +b Fe(<)p Fh(command)p 683 1107 15 2 v 17 w(\256le)p Fe(>)g +Fh(has)g(same)h(ef)o(fect)f(as)g(1,)h(But)f(does)h(not)f(prompt)f(for)g +(the)286 1167 y(command)h(\256le)g(e.g.)19 b(alscript)12 +b(example1.als)224 1268 y(3.)25 b(alscript)13 b(-q)h +Fe(<)f(<)p Fh(bloc\256le)p Fe(>)g(>)h(<)p Fh(PostScript)p +Fe(>)f Fh(Quick)g(mode)h(-)f(uses)h(default)g(com-)286 +1329 y(mands,)g(reads)g(alignment)f(from)g(stdin,)h(writes)f +(PostScript)g(to)g(stdout.)22 b(This)14 b(mode)286 1389 +y(creates)f(a)f(command)g(\256le)g(called)h(ALPSQ.COM.)286 +1470 y(e.g.)19 b(alscript)12 b(-q)g Fe(<)g Fh(example1.blc)h +Fe(>)f Fh(example1.ps)224 1571 y(4.)25 b(alscript)12 +b(-f)g Fe(<)p Fh(command)p 729 1571 V 17 w(\256le)p Fe(>)g +Fh(Similar)f(ef)o(fect)h(to)g(2.)224 1673 y(5.)25 b(alscript)16 +b(-f)g Fe(<)p Fh(command)p 737 1673 V 17 w(\256le)p Fe(>)g +Fh(-s)h(Silent)e(operation:)25 b(No)17 b(messages)g(are)g(written)286 +1733 y(to)e(stderr)n(,)g(unless)g(fatal.)26 b(Silent)14 +b(operation)g(may)h(be)g(toggled)f(by)h(the)f(silent)p +1657 1733 V 18 w(mode)286 1794 y(command)e(in)g(the)g(command)g +(\256le.)224 1895 y(6.)25 b(alscript)8 b(-f)g Fe(<)p +Fh(command)p 721 1895 V 18 w(\256le)p Fe(>)g Fh(-p)h +Fe(<)f(<)p Fh(bloc\256le)p Fe(>)h(>)f(<)p Fh(PostScript)p +Fe(>)g Fh(Make)h(alscript)286 1955 y(work)j(like)h(a)g(pipe)f(-)h +(bloc\256le)f(is)h(read)g(from)e(stdin,)i(postscript)g(is)g(written)f +(to)h(stdout.)286 2016 y(Messages)h(are)e(written)g(to)g(stderr)m(.)18 +b(T)m(o)13 b(supress)g(messages)g(include)f(the)h(-s)f(\257ag)g(too)286 +2097 y(e.g.)19 b(alscript)12 b(-f)g(example1.als)g(-p)g(-s)h +Fe(<)f Fh(example1.blc)h Fe(>)f Fh(example1.ps)164 2211 +y(Using)f(alscript)g(as)h(a)f(pipe)g(has)h(the)f(advantage)g(of)g +(allowing)g(the)g(bloc\256le)g(to)g(be)g(created)g(on)164 +2271 y(the)h(\257y)g(by)g(the)h(programs)e(msf2blc)h(or)g(clus2blc.)18 +b(For)12 b(example)g(if)g(we)g(have)h(a)f(GCG)h(.msf)164 +2331 y(\256le)d(called)g("pileup.msf")h(we)f(can)h(run)f(alscript)g +(with)g(default)f(shading/fonts)h(and)g(send)h(the)164 +2391 y(results)h(straight)g(to)h(the)f(PostScript)f(printer)g("lpr")i +(as)g(follows:)164 2451 y(msf2blc)f(-q)g Fe(<)p Fh(pileup.msf)g(|)g +(alscript)g(-q)g(-s)h(|)f(lpr)949 2607 y(30)p eop +%%Page: 31 32 +31 31 bop 164 315 a Fb(15.9)59 b(Pr)o(ogram)13 b(Crashes)i(and)g(Known) +g(Bugs)164 409 y Fh(W)l(e've)10 b(used)h(ALSCRIPT)g(on)g(Sun)f(W)l +(orkstations)g(and)h(Silicon)f(Graphics)g(for)g(some)h(time,)164 +469 y(with)i(very)f(lar)o(ge)h(alignments)g(and)g(command)g(\256les)g +(with)g(thousands)g(of)g(commands.)20 b(All)164 530 y(seems)13 +b(to)f(work)g(OK,)h(the)f(program)g(has)g(not)h(crashed)f(on)g(us)h(at) +g(all!!)164 590 y(However)n(,)f(the)g(command)f(interpreter)f(in)i +(ALSCRIPT)g(is)g(very)g(simple)g(and)f(the)h(program)164 +650 y(will)f(crash)g(if)g(you)g(give)g(any)g(command)g(the)g(wrong)g +(number)f(of)h(ar)o(guments)g(\(e.g.)18 b(leaving)164 +710 y(out)12 b(the)g(shade)h(value)g(in)f(a)g(shade)p +761 710 15 2 v 19 w(chars)g(command\).)164 770 y(If)h(you)g(do)h(make)g +(the)f(program)g(crash,)h(have)g(checked)g(all)f(the)h(documentation)f +(and)h(your)164 830 y(numbers,)d(and)f(the)g(program)f(still)h +(crashes.)19 b(Then)10 b(send)h(me)f(the)g(command)g(\256le)g(and)g +(block)164 891 y(\256le)i(that)g(causes)i(the)e(crash)h(and)f(I)g(will) +g(try)g(to)g(investigate.)164 951 y(Suggestions)g(for)g(improvements)f +(to)h(the)h(program)e(are)h(always)h(welcome.)164 1098 +y Fb(15.10)59 b(W)o(ish)15 b(List)g(for)f(next)g(version!!)164 +1192 y Fh(A)d(command)f(interpreter)f(that)i(does)g(more)f(error)g +(checking)g(will)g(be)h(included.)18 b(Currently)m(,)164 +1252 y(no)13 b(checking)g(is)g(done)g(to)g(make)g(sure)g(that)g(the)g +(correct)g(number)f(of)g(ar)o(guments)h(are)g(given)164 +1312 y(to)f(a)h(command.)164 1372 y(Sequences)j(will)f(be)h(able)g(to)f +(be)h(given)g(unique)f(labels)h(and)g(region)f(commands)g(refer)g(to) +164 1433 y(these)c(labels)g(or)f(ranges)h(of)f(labels.)18 +b(This)12 b(will)e(permit)g(a)h(sequence)g(to)f(be)h(deleted)g(or)f +(added)164 1493 y(to)i(the)h(alignment)e(without)h(having)g(to)g +(update)g(the)h(.als)g(\256le.)164 1553 y(The)18 b(relative)f +(numbering)f(option)g(will)h(be)h(extended)f(to)g(allow)g(numbering)f +(relative)h(to)164 1613 y(a)f(position.)29 b(e.g.)h(456+7)16 +b(would)g(be)g(7)g(residues)g(after)g(position)g(456.)29 +b(This)17 b(will)e(allow)164 1673 y(annotation)9 b(of)g(positions)h +(that)g(may)f(be)h(in)g(insertions)f(relative)h(to)f(the)h(reference)f +(sequence.)164 1733 y(Special)h(TEXT)h(commands)f(will)g(be)g(extended) +g(to)g(allow)g(alternative)f(shapes)i(to)f(be)g(drawn)164 +1794 y(and)i(scaled)h(in)f(various)h(ways.)164 1854 y(T)n(ree)21 +b(drawing)e(and)h(generalised)h(graphics.)41 b(An)20 +b(option)g(to)g(draw)g(arbitrary)f(lines)h(on)164 1914 +y(an)f(alignment)f(will)h(be)g(added.)39 b(This)19 b(will)g(permit)f +(line)h(graphics)g(to)g(be)g(added)g(to)g(an)164 1974 +y(alignment.)d(The)8 b(initial)g(reason)g(for)g(this)g(will)g(be)g(to)g +(show)g(dendrograms)g(\(trees\))g(alongside)164 2034 +y(the)k(alignment,)g(but)h(simple)f(line)g(graphs)g(could)g(also)h(be)g +(plotted)e(under)h(the)h(alignment.)164 2095 y(Fiddle)c(factors)h(will) +g(be)g(introduced)f(to)h(allow)g(\256ne)g(positioning)g(of)f +(individual)h(characters.)164 2155 y(For)h(example,)h(if)e(you)i(like)f +(your)g(\252I\272)g(characters)g(to)h(be)f(centred)g(rather)g(than)g +(left)g(justi\256ed,)164 2215 y(this)h(will)g(be)h(possible.)164 +2275 y(In)h(single)p 342 2275 V 18 w(page)h(mode,)h(it)e(will)g(be)h +(possible)g(to)g(add)g(arbitrary)e(text)h(to)h(an)g(alignment)f(for)164 +2335 y(\256nal)e(annotation,)g(e.g.)19 b(titles)12 b(etc.)164 +2396 y(V)-6 b(ariable)12 b(height/width)g(sequence)h(lines)f(will)g(be) +h(permitted)e(\(maybe\).)949 2607 y(31)p eop +%%Page: 32 33 +32 32 bop 164 315 a Fb(15.1)m(1)59 b(Acknowledgements)164 +409 y Fh(I)19 b(thank)g(all)h(those)g(who)f(have)h(emailed)f(me)h(with) +f(suggestions)h(for)e(improvements)h(to)164 469 y(alscript.)e(I've)10 +b(tried)g(to)g(include)h(some)f(of)g(these)h(in)g(the)f(current)g +(distribution)f(\(e.g.)18 b(screen-)164 530 y(ing\).)164 +677 y Fb(15.12)59 b(Refer)o(ences)164 831 y Fd(1.)h(Barton,)29 +b(G.)g(J.)h(\(1993\),)164 891 y("ALSCRIPT)f(A)h(tool)f(to)h(format)f +(multiple)g(sequence)g(alignments",)164 951 y(Protein)g(Engineering,)59 +b(Volume)29 b(6,)g(No.)h(1,)g(pp.37-40.)164 1071 y(2.)60 +b(Barton,)29 b(G.)g(J.)h(\(1990\),)313 1132 y("Protein)f(Multiple)g +(Sequence)g(Alignment)g(and)h(Flexible)f(Pat-)164 1192 +y(tern)g(Matching",)164 1252 y(Methods)g(in)h(Enzymology,)313 +1312 y(183,403-428.)164 1433 y(3.)60 b(Barton,)29 b(G.)g(J.)h(and)g +(Sternberg,)e(M.)i(J.)g(E.)f(\(1987\),)313 1493 y("A)h(Strategy)f(for)h +(the)f(Rapid)g(Multiple)g(Alignment)g(of)h(Pro-)164 1553 +y(tein)f(Sequences:)433 1613 y(Confidence)g(Levels)g(From)g(Tertiary)g +(Structure)g(Comparisons",)164 1673 y(Journal)g(of)h(Molecular)f +(Biology,)313 1733 y(198,327-337)164 1854 y(4.)h(Higgins,)f(D.)g(G.)h +(and)g(Sharp,)f(P.)g(M.)h(\(1989\),)313 1914 y("Fast)g(and)f(sensitive) +g(multiple)g(sequence)g(alignments)g(on)h(a)f(microcomputer",)164 +1974 y(CABIOS,)313 2034 y(5,151--153)164 2155 y(5.)h(Devereux,)f(J.)g +(Haeberli,)g(P.)h(Smithies,)f(O.)g(\(1984\),)313 2215 +y("A)h(comprehensive)f(set)g(of)h(sequence)f(analysis)g(programs)g(for) +g(the)h(VAX",)164 2275 y(Nucleic)f(Acids)g(Res.)313 2335 +y(12,)h(387-395)164 2456 y(6.)g(Livingstone,)e(C.)i(D.)g(and)f(Barton,) +g(G.)h(J.)f(\(1993\),)949 2607 y Fh(32)p eop +%%Page: 33 34 +33 33 bop 164 315 a Fd("Protein)29 b(Sequence)g(Alignments:)58 +b(A)30 b(Strategy)f(for)h(the)f(Hier-)164 376 y(archical)g(analysis)164 +436 y(of)h(residue)f(conservation")164 496 y(Computer)g(Applications)g +(in)g(the)h(Biosciences,)164 556 y(9,)g(745-756.)949 +2607 y Fh(33)p eop +%%Trailer +end +userdict /end-hook known{end-hook}if +%%EOF diff --git a/sources/alscript/doc/alscript.tex b/sources/alscript/doc/alscript.tex new file mode 100644 index 0000000..9e699ab --- /dev/null +++ b/sources/alscript/doc/alscript.tex @@ -0,0 +1,1745 @@ +\documentstyle[12pt,times,html]{article} +\begin{document} +\parindent 0in +%\raggedright +\bibliographystyle{jmb} +\nocite{TitlesOn} +\begin{titlepage} +%\begin{singlespace} +\begin{center} +\begin{Huge} +\begin{bf} +\vskip 0.5in + +User Guide to + +ALSCRIPT - Sequence alignment to PostScript\\ + +Version 2.03\\ + +\end{bf} +\end{Huge} + +\vskip 0.5in + +\begin{large} +{\em Geoffrey J. Barton} +\vskip 0.5in + + +Laboratory of Molecular Biophysics\\ +University of Oxford\\ +Rex Richards Building\\ +South Parks Road\\ +Oxford OX1 3QU\\ +U.K.\\ + +\vskip 0.25in + +\end{large} +\vskip 0.25in +Tel: (44) 1865-275368\\ +Fax: (44) 1865-510454\\ +e-mail: gjb@bioch.ox.ac.uk + +\vskip 0.25in + +REFERENCE:\\ + Barton, G. J. (1993),\\ + ALSCRIPT a tool to format multiple sequence alignments\\ + Protein Engineering, Volume 6, No. 1, pp.37-40.\\ +\vskip 0.25in + +\end{center} +\end{titlepage} +\tableofcontents + +\section{Update History} +\begin{verbatim} + +VERSION 1.0 19 June 1992 +Version 1.1 26 June 1992 +Version 1.2 21 October 1992: Add multiple blocks per page option. +Version 1.3 15 November 1992: First Distribution. +Version 1.4 6 December 1992: Add Colour commands. +Version 1.4.1 1 February 1993: Small bug fixes - FULL RELEASE VERSION. +Version 1.4.2 15 February 1993: Make silent_mode toggle. +Version 1.4.3 1 March 1993: Fix bug in colour option. +Version 1.4.4 24 March 1993: Add mask features (should be version 1.5). +Version 1.4.5 25 May 1993: Include alsnum program in distribution. + 7 June 1993: Fix NO_NUMBERS bug in documentation + Change defaults for -q option to use MASK. + +Version 2.0 23 May 1995: Numerous changes and additions including the + option to colour backgrounds + differently, ommission of idents on + second and subsequent lines, helix, + strand and other special characters, + relative numbering, error checking of + ranges on input, bounding box, + screening, conservation colouring... +Version 2.03 5 June 1996: Small bug fixes - patches incorporated. + BACKGROUND_REGION and BOUNDING_BOX commands moved to + step 1 section. + +\end{verbatim} + +\section{Read This First - VERSION 2.0} + +This manual describes an interim release of ALSCRIPT that includes +many additional features over the previously distributed Version +1.4.5. I had hoped to make a lot more changes and improvements before +distributing the new version, however I have not had the time to do +this. I am distributing Version 2.0 since the new features have been +used in a number of published alignment figures. Please see +\hyperref{New Features in Version 2.0}{see the Section }{ }{new2} for details +of the new features. + +\section{Related Programs} + +The AMPS package (Barton, 1990). This performs multiple sequence +alignments and databank scanning. + +AMAS (Livingstone and Barton, 1993, CABIOS, 9, 745-756). Analysis of +Multiply Aligned Sequences. This package uses a sophisticated +set-based method to identify patterns of residue conservation in +multiple sequence alignments. + +All programs are available by anonymous ftp from geoff.biop.ox.ac.uk. +Please see the README file for details licencing and registration. +You can read manuals for the programs and some related papers at +http://geoff.biop.ox.ac.uk/. + +\section{Availability} + +ALSCRIPT is available free of charge for academic and non-commercial +purposes. Distribution is by anonymous ftp from geoff.biop.ox.ac.uk. +See the README file on the ftp server for details. You need to +register with G. J. Barton before downloading the software. + +\section{Installing ALSCRIPT} + +See the appropriate section for the computer type you are using: + +For PCs see \hyperref{386 MS-DOS installation}{see Section }{}{app4}. +For Unix see \hyperref{Unix installation}{see Section }{ }{app5}. +For VMS see \hyperref{VMS installation}{see Section }{ }{app6}. + +\section{Brief Description of ALSCRIPT} + +ALSCRIPT takes a multiple sequence alignment in AMPS (Barton \& +Sternberg, 1987, Barton, 1990) block-file format and a set of +formatting commands and produces a PostScript file that may be printed +on a PostScript laser printer, or viewed using a PostScript previewer +(e.g. Sun Microsystem's PageView program). CLUSTAL and GCG format +multiple alignment files may also be used (see below). ALSCRIPT is NOT a +multiple sequence alignment program, nor is it an alignment editor. + +Given a block-file and pointsize (character width/height), ALSCRIPT +calculates how many residues can be fitted across the page, and how +many sequences will fit down the page, it then prints the alignment at +the chosen pointsize on as many pages as are needed. Running ALSCRIPT with +a smaller or larger pointsize will automatically re-scale the alignment +to fit on fewer or more pages as appropriate. The actual page +dimensions may be re-set to any value, so if you have access to an A3 +PostScript printer, or typesetting machine, alignments can readily be +scaled to maximise the available space. + +Each output page has three basic regions. The left hand edge contains +identifier codes for each sequence. The main part of the page holds the +alignment, and the top part, the position numbers and tick marks. ALSCRIPT +commands make use of a character coordinate system for font changes, +and other formatting commands. Thus, any residue in the alignment may +be referred to by its sequence position number (x-axis) and sequence +number (y-axis), similarly, ranges of residue positions, or sequences +may also be defined in the character coordinate system. + +The basic ALSCRIPT commands allow the following functionality: + +Fonts: Any PostScript font at any size may be defined and used on +individual residues, regions or identifier codes. + +Boxing: Simple rectangular boxes may be drawn around any part of the +alignment. Particular residue types may be selected and automatically +"surrounded" by lines. For example, if the characters 'G' and 'P' are +selected, then lines will not be drawn between G and P characters, but +only where G and P border with other characters. + +Shading: Grey shading of any level from black to white may be applied +to any region of the alignment, either as a rectangular region, or as +residue specific shading. e.g. "shade all Cys residues between +positions 6 and 30" + +Text: Specific text strings may be added to the alignment at any +position and in any font or font size. + +Lines: Horizontal or vertical lines may be drawn to the left, right, top +or bottom of any residue position or group of positions. + +Colour: Characters or character backgrounds may be independently +coloured. + +The example block file "example1.blc" and command file "example1.als" +illustrate most of these commands in action. + +Although written with the aim of producing figures for journal +submission, ALSCRIPT may be used as a tool for interpreting multiple +sequence alignments. For example, the boxing, shading and font changing +facilities can be applied to highlight amino acids of a particular type +and thus draw attention to clusters of positive or negative charge, +hydrophobics, etc. + + +\section{New Features in Version 1.4.4} + +This version introduces the MASK family of commands which allows +boxing, shading etc to be applied according to the frequency of +occurence of the character types at each position in the alignment. +For example, it is possible to box positions where one character is +seen in more than N of the sequences. It is also possible to +box/shade etc the most frequently occurring character at each +position. Commands exist to select which characters will be used in +the calculation of frequencies and which will be excluded, thus boxing +can be based upon two or more character types at a position. MASK +commands also exist to show residues identical to one sequence in the +set. See the section on MASK below for details. + +NOTE: Although boxing according to the frequency of amino acids seen +at a position is a popular method of representation it is not usually +the most informative. An analysis that takes into account the +physico-chemical properties of the amino acids and also relates the +amino acid similarities to the overall similarity between the +sequences is more helpful in identifying functionally important +residues. The AMAS program (Livingstone and Barton, 1993) applies a +flexible hierarchical set-based approach to this problem. + +\section{New Features in Version 1.4.5 - Program alsnum} + +Version 1.4.5 includes the program "alsnum". This is a temporary solution to +the residue numbering problem. Ultimately, these functions will be included +as alscript commands. + +alsnum creates a set of TEXT commands that can be incorporated into an +alscript command file to place sequential numbers at any position in the +alignment. The numbers ignore gaps, so the numbering will correspond to +the specific sequence position rather than the alignment. + +To use the program: + +1. Decide where you want the numbers to be placed. For example, you might +want the numbers above the third sequence in the alignment. If so, make +an extra sequence space above the third sequence using the ADD\_SEQ\ command. + +2. Decide what is the number of the first residue of the sequence to be +numbered. This will not always be 1 since you may be aligning fragments +or domains. + +3. Decide the numbering interval (e.g. every 10th amino acid). + +4. Run the program. + +For example, if you want to add numbers according to sequence 37 of a +block file (junk.blc), calling the first residue of the sequence 12, +and with an interval of 5, and the numbers are to be placed at the +location of sequence 3 in the alignment. Type: + +alsnum 37 12 5 3 $<$ junk.blc $>$ junk.text + +5. Add the resulting TEXT commands from junk.text to your alscript +command file. + +\section{New Features in Version 2.0} +\label{new2} + +Error checking is now done on all ranges input. If you run ALSCRIPT +2.0 on a file that worked with ALSCRIPT 1.4.5, and it complains about +out of range numbers, then check your ranges carefully. If you think +you are right, then send me a minimal example of the problem and I +will investigate. Versions of ALSCRIPT before 2.0 would often work +happily with out of range numbers and produce perfectly OK output. + +The files {\bf ipns.als} and {\bf ipns.blc} show example command and +block file that use most of these new commands. See the {\em +examples} directory. + +\subsection{New Step 1 Commands} + +SCREENSIZE 120 + +Usually you should not need to change this value, it alters the +screening used by the printer. A value of 120 is used by default. On +most 300dpi black and white printers this gives much smoother greys +than the default used in earlier versions of ALSCRIPT. + +PIR\_SAVE\ filename + +Will cause the block file to be saved into the file ``filename'' in +PIR format. This can be useful for moving block file alignments to other +programs. + +MSF\_SAVE\ filename + +Will cause the block file to be saved into the file ``filename'' in +something that approximates GCG .msf format. {\em Warning! This has not +been fully tested.} + +NUMBER\_COLOUR\ 4 + +Sets the colour used for numbering at the top of the alignment (no +American spelling at the moment). In this example, colour number 4 has been +defined (See the DEFINE\_COLOUR command if you are not sure what this means). + +SINGLE\_PAGE + +If this is set, ALSCRIPT assumes everything will be plotted on one +page. At the moment, all this does is write the bounding box for the +figure, so encapsulating the PostScript. This {\em may} allow the +output of alscript to be imported into word processors etc, but +probably not all. + +ID\_ONLY\_ON\_FIRST\_LINE + +If this is present, then sequence identifiers will only be printed on +the first line of the alignment. Often this looks better for small +alignments than the default. + +BACKGROUND\_COLOUR\ 7 + +Sets the colour used for the background to the alignment. This can be +useful for preparing figures for projection. At the moment this only +works reliably when the SINGLE\_PAGE is also set. + + +BOUNDING\_BOX\ x\ y\ x1\ y1 + +Defines the bounding box for the figure. This is set in points (1/72 inch). +NOTE: In version 2.0 this was a STEP 2 Command. + +BACKGROUND\_REGION\ x\ y\ x1\ y1 + +Defines the region to colour as background - the default is set up for A4 paper +so US users may have to fiddle with this. Values are points (1/72 inch). +NOTE: In version 2.0 this was a STEP 2 Command. + +\subsection{New Step 2 Commands} + + +COLOUR\_TEXT\_REGION\ x\ y\ x1\ y1 colour + +Sets the colour for TEXT command output. Similar syntax to COLOUR\_REGION, FONT\_REGION etc. + +COLOUR\_LINE\_REGION\ x\ y\ x1\ y1 colour + +Set the colour for LINEs in a region. + +CALCONS\ x\ y\ x1\ y1 + +Calculate conservation values according to Zvelebil {\em et al.} for the designated +region. (See Livingstone \& Barton 1993 for details and further refs) + +MASK\ CONSERVATION\ cutoff + +If CONSCAL has been used, then mask residues according to the conservation cutoff. + +e.g. MASK CONSERVATION 10 would mask all identities, MASK CONSERVATION 6 would +mask reasonably conserved positions. See examples for more on this command. + +HELIX\ x1\ y\ x2 + +Draw a helix from x1 to x2 of sequence y. + +STRAND\ x1\ y\ x2 + +Draw a strand from x1 to x2 of sequence y. + +COIL\ x1\ y\ x2 + +Draw a coil (horizontal line) from x1 to x2 of sequence y. + +RELATIVE\_TO + +Set reference numbers to work relative to sequence number . This +means that in all subsequent commands, ALSCRIPT will translate your x +values into absolute position values in the alignment. This is {\em +extremely} useful since you can annotate your alignment using your +favourite sequences as a reference point. You no longer have to +translate every x position into the alignment position. + + is optional. If present, it specifies what the first +residue in the displayed sequence is. For example, you may be showing +residues 200-500 of a sequence, so would be 200 rather than +the default of 1. {\em Warning - this is a very new feature and +bounds checking is not fully enabled for it}. + +You can use RELATIVE\_TO several times in the command file to annotate +different sequences. RELATIVE\_TO 0 resets to the ``normal'' +alignment numbering. + +\subsection{New special TEXT commands} + +Some special TEXT commands have been added to allow drawing of alternative +shapes etc. In fact this is how the HELIX, STRAND and COIL commands are implemented. The text commands are all prefixed by an @ symbol. + +e.g. TEXT 3 6 ``@fuparrow'' + +will draw a filled up arrow at position 3,6. + +The alternative text commands are: + +@leftarrow - an open left pointing arrow. + +@fleftarrow - a filled left pointing arrow. + +@uparrow - an open up pointing arrow. + +@fuparrow - a filled up pointing arrow. + +@downarrow - an open down pointing arrow. + +@fdownarrow - a filled down pointing arrow. + +@circle - an open circle. + +@fcircle - a filled circle. + +I plan to make this option more flexible in the near future. + +\section{Running ALSCRIPT} +\subsection{Basic Use} + +I recommend you read through this section, then scan the commands in +\hyperref{ALSCRIPT Command Summary}{Section }{ }{app1} to get a feel for what ALSCRIPT can do. + +See \hyperref{Alternative ways of invoking ALSCRIPT}{Section }{for +alternative methods of invoking ALSCRIPT}{app7}. In this section, the +interactive method is described. The QUICK START method shown in +\hyperref{alternative ways of invoking ALSCRIPT}{Section }{ }{app7} +is useful to format a sequence alignment quickly +using standard pointsize and shading. + +ALSCRIPT is designed to work with AMPS block file format multiple +alignments. If you have a multiple alignment generated by CLUSTAL V +or the GCG package, then it must be translated to AMPS block file +format. + +To translate a GCG .MSF file: Type: msf2blc. +To translate a CLUSTAL PIR format file, or any PIR format file: clus2blc. + +Both programs prompt for the name of an input file, and an output +block file name. A good convention to follow is to name all blockfiles +with the extension ".blc". + +To run ALSCRIPT simply type: + +alscript + +you will then be prompted for the name of the ALSCRIPT command file. +Having typed the filename, the commands will be executed as you have +specified. + +A Simple Command File (example.als) + +The file example.blc contains a small multiple sequence alignment. +The following ALSCRIPT command file will convert this into a +PostScript alignment file in 12 point Helvetica. + +\begin{verbatim} +#Comments in ALSCRIPT command files start with a # +# +#Commands are free format - separated by blank, tab or comma characters +# +BLOCK_FILE example.blc #define the block file to format +OUTPUT_FILE example.ps #where to put the result +LANDSCAPE #landscape paper orientation +POINTSIZE 12 #12 point default pointsize +DEFINE_FONT 0 Helvetica DEFAULT #set font 0 to be Helvetica +SETUP #Tell the program to get on with it. +\end{verbatim} + +Now try changing the POINTSIZE value to 5 ALSCRIPT will re-format the +alignment to make best use of the available paper. + +These are all STEP 1 commands - they refer to overall layout, and system +settings - for example, the paper size or maximum sequence length. +Other commonly used STEP 1 commands are IDENT\_WIDTH\ which reserves more +or less width for the sequence identifier codes, NUMBER\_SEQS\ which adds +a number to each sequence and LINE\_WIDTH\_FACTOR\ which allows the +thickness of all boxing lines to be adjusted. See +\hyperref{ALSCRIPT Command Summary}{Section }{ }{app1} +for details of these and all other STEP 1 commands. + +The simple example outlined above can be modified with a variety of +STEP 2 commands. + +for example file example2.als: + +\begin{verbatim} +# FILE example2.als +# +#Commands are free format - separated by blank, tab or comma characters +# +BLOCK_FILE example.blc #define the block file to format +OUTPUT_FILE example2.ps #where to put the result +LANDSCAPE #landscape paper orientation +POINTSIZE 12 #12 point default pointsize +DEFINE_FONT 0 Helvetica DEFAULT #set font 0 to be Helvetica +DEFINE_FONT 1 Helvetica REL 0.5 #set font 1 to be half sized Helvetica +DEFINE_FONT 3 Helvetica-Bold DEFAULT #set font 3 to be Bold Helvetica +DEFINE_FONT 4 Times-BoldItalic DEFAULT #font 4 is Times-BoldItalic +NUMBER_SEQS #Number the sequences at left hand side +SETUP #Tell the program to get on with it. +# +#step 2 commands come after the SETUP command +# +#Here are some examples... +# +SURROUND_CHARS GP ALL #draw lines around all G and P +SHADE_CHARS ILVW ALL 0.6 #shade all I L V and W with value 0.6 +BOX_REGION 1 1 2 20 0.8 #rectangular box from positions 1 to 2 of sequences 1 to 20 +FONT_CHARS C ALL 3 #Use font 3 (BOLD Helvetica) for C characters +ID_FONT ALL 1 #set identifiers in font 1 + +\end{verbatim} + +There are many possible ways of combining these commands and the +others shown in +\hyperref{ALSCRIPT Command Summary}{Section }{ }{app1}. +In general, if you apply multiple +commands to the same residue, the effect of the last applied command +persists where there would otherwise be a conflict. Thus the +intersection of two overlapping SHADed regions would be shaded +according to the second SHADE command, not some mixture of the two. +Similarly for FONT commands. BOX and SURROUND commands behave in the +opposite sense, all BOXing and SURROUNDing persists regardless of how +many commands you issue. This makes it possible for example, to +SURROUND two different sets of residues as follows: + +\begin{verbatim} + +SURROUND_CHARS DE ALL +SURROUND_CHARS DEHKR ALL + +\end{verbatim} + +This would result in D and E characters being partitioned from the rest as well +as D E H K R characters (see Example output). + +\subsection{More complex effects - Text Lines, and Masks} + +Text, lines and masking are meant to be used to annotate the multiple +alignment. The TEXT command allows any piece of text to be located +anywhere on the alignment. Clearly, however it makes little sense to +superimpose the text over the alignment though this can be done! Accordingly, +you must first make a space to put the text in. Usually, this will be a +few lines below the multiple sequence alignment, but you may want to +add text at the top, or somewhere in between two sequences. You can make +space in two ways. Either by editing the block-file to introduce "dummy" +sequences at the locations you want, or by making use of the ADD\_SEQ\ +command. + +The ADD\_SEQ\ command has two arguments, the sequence after which you want +further sequences to be added, and how many blank sequences you need. +Thus, we can reserve space for 5 lines of text underneath a 10 sequence +multiple alignment with the following command. + +ADD\_SEQ\ 10 5 + +we can then put text below the alignment at the 20th residue. + +TEXT 20 13 "Active Site His" + +or any other position. + +Similarly, we could draw a vertical line to point out which residue we mean + +LINE LEFT 20 13 11 + +And change the font of the text to number 7 (whatever that has been set to): + +FONT\_RESIDUE\ 20 13 7 + +You can have multiple ADD\_SEQ\ commands, but they must occur in sequence order. +Thus: + +\begin{verbatim} +ADD_SEQ 0 5 +ADD_SEQ 5 12 +\end{verbatim} +is legal. +But +\begin{verbatim} +ADD_SEQ 5 12 +ADD_SEQ 0 5 +\end{verbatim} + +Is NOT!! NO CHECKING IS performed by the program for this error - so beware! + +Note that add\_seq\ commands refer to the actual sequence number as +implied by the block file, not the number after applying the add\_seq\ +command. Thus, for a four sequence block file, if you want to add +space for three sequences before sequence 1 and two sequences after +sequence 3, the commands would be: + +\begin{verbatim} +ADD_SEQ 0 3 +ADD_SEQ 3 2 +\end{verbatim} + +Text added with the TEXT command will not be split across page breaks, +so you may in some circumstances need to fiddle a little with the +location/pointsize for the text to get the desired result. + +Masking is a technique for drawing irregular shaped outlines, or +shaded regions - this should not be confused with the MASK family of commands +described below. For example a histogram can be added to the bottom of +an alignment by first defining some dummy sequences in the block-file +that have letters building up the shape of the histogram, then using +the SURROUND\_CHARS\ or SHADE\_CHARS\ commands together with the SUB\_CHARS\ +command to produce the desired effect. An example of this operation +being used to show frequencies of secondary structure predictions is +shown in example1.als and in the Protein Engineering paper. + +\section{Using Colour} + +Version 1.4 includes commands to allow the independent colouring of +characters, or their backgrounds. Colours are defined in a similar +manner to fonts using the DEFINE\_COLOUR\ command (American spelling also +allowed). For example: + +DEFINE\_COLOUR\ 7 1 0 0 + +defines colour number 7 to be red - see +\hyperref{ALSCRIPT Command Summary}{Section }{ }{app1} +for full details of +this command. Colours 99 and 100 are pre-defined to white and black. +ALSCRIPT assumes the paper colour is white. + +The command to colour the text of a character or text string is: + +CCOL\_CHARS\ + +the command to colour the background of a character is + +SCOL\_CHARS\ + +both have similar syntax to the FONT\_CHARS command. + +COLOUR\_REGION\ and COLOUR\_RES\ have similar syntax to SHADE\_REGION\ and +SHADE\_RES. + +An example command file that uses colour is shown in example3.als. + +\section{The MASK command family} + +The idea behind the MASK command is to build up a set of character +positions that will subsequently be boxed, shaded, set in a particular +font, etc. For example, lets say we want to box the most frequently +occuring character at each position in an alignment. + +The command + +mask SETUP + +tells ALSCRIPT to prepare a mask. + +mask FRE ALL + +specifies that the most frequently occuring character at each position +in the alignment will be masked. This command can be restricted to a +region of the alignment using: mask FRE sx sy ex ey, where sx etc +define the region in the same way as for font\_region\ and other commands. + +mask BOX ALL + +Tells ALSCRIPT to create the boxing lines that will separate the masked +characters from non-masked characters - this command may also be +restricted to a region of the alignment. + +The mask can be reset for re-use using the command: + +mask RESET + +Two further commands define which characters can be used when +calculating the mask. This allows gap-characters, or other amino acids +to be excluded from the calculation to avoid unwanted boxing. + +mask LEGAL "AVLI" + +defines the AVL and I as the only characters that will be used when +calculating the mask. + +mask ILLEGAL ".-\_" + +defines .- and \_\ as characters that will not be used when calculating +the mask. NOTE: the blank character " " cannot be defined in this way. +To avoid boxing " " characters substitute blanks for something else +(using SUB\_CHARS),\ calculate the mask, then substitute back. + +\subsection{Summary of mask commands} + +mask SETUP +\# Prepares for masking + +mask LEGAL $<$qstring$>$ +\# defines characters to include in ID or FRE calcs - optional. + +mask ILLEGAL $<$qstring$>$ +\# defines characters to exclude in ID or FRE calcs - optional. + +mask ID ALL N +\# Calculates a mask that flags the character that occurs at least N +times at a position. The word ALL can be substituted by four numbers +that define a region of the alignment. + +mask FRE ALL +\# calculates a mask that flags the most frequently occuring amino acid +at each position. ALL may be replaced by four numbers defining a region +of the alignment. + +Multiple mask FRE or mask ID commands may be applied, using different +LEGAL and ILLEGAL character definitions. In this way more complex +effects can be built up. + +The mask command also allows characters that are identical to one +sequence to be masked. + +mask AGREE ALL N + +will mask all positions that are identical to the Nth sequence. Thus, +for sequences that are very similar to a newly sequenced sequence, all +characters identical to the new sequence can be boxed or shaded, or set +in a different font or colour etc... + +mask NOT ALL + +allows the mask to be inverted. Thus, all positions that are NOT in the +mask now form the mask. So, having done a mask AGREE, a mask NOT will +allow the positions that are not identical to the selected sequence to +be highlighted or substituted. + +mask SUB ALL $<$char$>$ + +substitutes all characters in the mask with the character $<$char$>$. + +mask REGION ALL +applies a mask to all residues in the defined region. + +The following effects can now be applied to the masked characters: + +mask BOX ALL +\# boxes the masked residues - ie surrounds them by lines. + +mask SHADE ALL $<$grey$>$ +\# shades the masked residues by grey value. + +mask FONT ALL $<$fontnum$>$ +\# Uses font fontnum to output the masked residues. + +mask INVERSE ALL +\# Inverts the masked characters - ie outputs them in white. + +mask CCOL ALL $<$colnum$>$ +\# outputs the masked characters in the defined colour. + +mask SCOL ALL $<$colnum$>$ +\# outputs the backgrounds of the masked characters in the defined +colour. + +In all commands, the word ALL can be replaced by four numbers defining +the region to which the command is applied. + +mask RESET +\# resets the entire mask for re-use + + +\section{Printing ALSCRIPT Files} + +ALSCRIPT produces files in PostScript which may be printed on a PostScript +printer (e.g. an Apple LaserWriter). If you don't have a PostScript printer, +then you may still be able to use ALSCRIPT if you get hold of the +GhostScript software. This is a free package that interprets PostScript +commands and can produce output on a large number of different types of +printer. GhostScript runs on most hardware types (including PCs) and can also +display output to the screen. The package can be obtained from many different +sites on the Internet (In the UK try src.doc.ic.ac.uk). + +The actual command you need to type to send a PostScript file to the printer +will depend on your system. Consult your system manager for help. + +Be warned, ALSCRIPT can create extremely large PostScript files if +lots of boxing and shading is done on big alignments. On older +printers such output may take a long time to process. + +\section{Conclusion} + +ALSCRIPT provides a powerful set of formatting and editing commands +specifically tailored for multiple sequence alignments. It is best +used in conjunction with a PostScript previewer such as Sun's +PageView or GhostView since this allows the effect of changing a command to be +seen quickly. In the absence of such a tool, simpler effects can be +tested out without destroying too many trees in the Laser Printer! + +Like most programs, ALSCRIPT is evolving as I find new problems to display, so +if you have any suggestions - I shall endeavour to include them in a later +version. + +\section{Appendices} + +\subsection{ALSCRIPT Command Summary} +\label{app1} + +WARNING: Very little error checking is performed on command input. If +you give the wrong number of arguments to a command, then unexpected +things may happen, or the program will crash very inelegantly. I hope +to fix this in the next version of the program, in the meantime, make sure +you give the correct number of arguments to each command. + +All commands up to the first space character may be entered in UPPER +or lower case or MiXEd case. Qualifiers for commands (e.g. REL) must +be written in UPPER case. + +Command Reference: + +\begin{verbatim} + = enter an integer (e.g. 240) + = enter a floating point number (e.g. 0.45) + = enter a string (e.g. ARNDql) + = enter a quoted string (e.g. "Active Site") + = enter a single character. +\end{verbatim} + +\subsubsection{STEP 1 COMMANDS} + +These all refer to either system settings - e.g. the maximum allowed +sequence length, or to general page layout features. e.g. the longest +and shortest side of the paper on which you are plotting. + +\subsubsection{REQUIRED STEP 1 COMMANDS} + +BLOCK\_FILE\ $<$string$>$ + +Gives the name of the file that contains the multiple sequence alignment +to be formatted. File names should be fully qualified i.e. not +relative to the current directory. If no block file command is given, +ALSCRIPT will expect to read the block file from standard input. + +OUTPUT\_FILE\ $<$string$>$ + +Defines the output file name. This command should be near the beginning of +the command list. +e.g. OUTPUT\_FILE\ Figure1.ps + +You MUST define an output file unless the -p option +(See \hyperref{Alternative ways of invoking ALSCRIPT}{Section }{ }{app7}) +is used. + +DEFINE\_FONT\ $<$int$>$ $<$string$>$ ($<$int$>$/DEFAULT)/(REL $<$float$>$) + +Defines a font to use later: +e.g. +\begin{verbatim} +DEFINE_FONT 0 Helvetica 10 +DEFINE_FONT 2 Times-Roman 2 +\end{verbatim} + +defines font number 0 to be 10 point Helvetica, and font number 2 to be +2 point Times-Roman. Font 0 is always used as the default font. You MUST +define at least the font 0 font. + +DEFINE\_FONT\ 3 Times-Roman DEFAULT + +sets font 3 to be Times-Roman at whatever the default pointsize +is as set by the POINTSIZE command. + +DEFINE\_FONT\ 4 Helvetica REL 0.5 + +sets font 4 to be helvetica at half the default pointsize. + +NOTE: Font names must be written exactly as shown in +\hyperref{PostScript Fonts}{Section }{ }{app3}. + + +SETUP + +Signals the end of the STEP 1 commands. + +\subsubsection{OPTIONAL STEP 1 COMMANDS} + + +ADD\_SEQ\ $<$int$>$ $<$int$>$ + +Allows extra sequence positions to be created in an existing alignment. This +permits additional annotations to be interspaced either above, below, or +anywhere in the middle of an alignment. For example: + +ADD\_SEQ\ 0 10 + +would create an additional 10 sequences - all set to the blank character +before the first sequence in the block file that has been read in. + +ADD\_SEQ\ 3 1 + +would add an extra sequence after sequence 3. + +IMPORTANT: If you use the ADD\_SEQ\ facility to add sequences anywhere except +after the last sequence, then remember that the sequence +numbers will alter. All formatting commands that follow this command +must use the new sequence numbering. Thus in the first example: + +ADD\_SEQ\ 0 10 + +what was sequence number 1 becomes sequence 11. Sequences 1-10 are +the new blank sequences to be used for annotation. Note that the +sequence numbers only change for commands AFTER the SETUP command, +thus, multiple add\_seq\ commands refer to the sequence number as +implied by the block file. + +POINTSIZE $<$int$>$ + +Defines the pointsize to be used to scale the plot and space the characters. +Default is 10 point. + +NUMBER\_SEQS + +If present, then the sequence number is output with the identifier +code. This is useful for finding the coordinates of residues to box +or otherwise highlight. + +LANDSCAPE + +Specifies that alignments will be plotted with the longest paper axis +horizontal. (Can get longer alignments on a page this way). + +PORTRAIT + +Specifies that alignments will be plotted with the longest paper axis vertical +(can get more sequences on a page this way). + +IDENT\_WIDTH\ $<$int$>$ + +Units are characters. + +Reserves $<$int$>$ characters at left of every page for plotting +identifiers. Note that not all this space need be used, if a smaller +pointsize is used to plot out the identifier codes, than is used for +the main alignment. + +LINE\_WIDTH\_FACTOR\ $<$float$>$ + +Value greater than 0 that scales the default line width. The linewidth +is obtained by multiplying the pointsize by this factor. + + +X\_SPACE\_FACTOR\ $<$float$>$ + +Y\_SPACE\_FACTOR\ $<$float$>$ + +This determines the spacing between adjacent residues in the X and Y +directions. The spacing is calculated as: POINTSIZE + POINTSIZE * +X\_SPACE\_FACTOR or POINTSIZE + POINTSIZE * Y\_SPACE\_FACTOR\ as +appropriate. Defaults are 0.2 and 0.0 respectively. + +X\_SHIFT\_FACTOR\ $<$float$>$ + +Y\_SHIFT\_FACTOR\ $<$float$>$ + +These determine the shift relative to the residue drawing position +that is given to the boxing lines. The shift is calculated as +follows + +(POINTSIZE + POINTSIZE * X\_SPACE\_FACTOR)\ * X\_SHIFT\_FACTOR\ +similarly for Y\_SHIFT\_FACTOR. + +The defaults are 0.3 and 0.0 respectively. + +Fiddling with the X\_SPACE/SHIFT\ values is useful to fine tune the +appearance of the alignment. + + +MAX\_INPUT\_LEN\ $<$int$>$ + +Units are characters. +Defines the maximum number of characters possible in the input line +length. This must be greater than the maximum number of sequences +(MAX\_NSEQ). + +e.g. MAX\_INPUT\_LEN\ 600 + +Increases the default value of 500 characters to 600 characters. + +MAX\_NSEQ\ $<$int$>$ + +Units are characters. Defines the maximum number of sequences that +may be read by the program. This parameter has a large default (500). +You may need to reduce it on computers with small memories. + +MAX\_ILEN\ $<$int$>$ + +Units are characters. +The maximum length allowed for a sequence identifier code. + +MAX\_SEQ\_LEN\ $<$int$>$ + +Defines the maximum length allowed for a sequence alignment - this may +need to be reduced from the 8000 default value on smaller computers. + +X\_OFFSET\ $<$int$>$ +Units of points (1/72 inch). + +Defines the offset along the X-axis that the alignments will be shifted prior +to printing. Fiddle with this value to get a nice offset from the bottom left +hand corner of the page if your page size is not A4. + +Y\_OFFSET\ $<$int$>$ +Units of points (1/72 inch). + +As for X\_OFFSET,\ only Y axis. + +MAX\_SIDE\ $<$int$>$ +Units of inches. + +Defines the length of the longest side of the printer page. + +MIN\_SIDE\ $<$int$>$ +Units of inches. + +Defines the length of the shortest side of the printer page. + +VERTICAL\_SPACING\ $<$int$>$ + +Defines the vertical spacing in character units between blocks of sequences +when more than one block will fit on a page - default is 0. + + +DEFINE\_COLOUR\ $<$int$>$ $<$float$>$ $<$float$>$ $<$float$>$ + +DEFINE\_COLOR + +Defines a colour - the first number is a number by which the colour will +be referred. The following three numbers are the intensities of red, +green and blue respectively. Thus: + +DEFINE\_COLOUR\ 1 0 0.2 0.8 + +sets colour number 1 to be a colour with no red, 0.2 green and 0.8 blue. +The exact appearance of this colour will depend on the output device. +If you find suitable combinations of colours for your printer, then +please let me know and I shall distribute your suggestions with the +program. + +DO\_TICKS + +If present, then tick marks are drawn below the numbers at the top of the page. +Otherwise no ticks are shown. + +NUMBER\_INT\ $<$int$>$ + +Specifies the interval for writing residue position numbers. Default is 10 + +NO\_NUMBERS + +Switches all residue numbering off. + + +\subsubsection{STEP 2 COMMANDS} + + +All these are optional formatting commands. + +IMPORTANT PLEASE READ THIS NOTE: + +For those commands that accept region definitions (e.g. SURROUND\_CHARS) it +is easiest to think of the region being defined in terms of X and Y +coordinates, where X is the sequence residue coordinate and Y is the +sequence number coordinate. Thus 3 7 means the 3rd residue in sequence 7. +3 7 12 42 means the rectangular box bounded by residue 3 of sequence 7 and +residue 12 of sequence 42. + +SURROUND\_CHARS\ $<$string$>$ ALL + +Draw lines round, but not between the characters that are in the string. +e.g. + +SURROUND\_CHARS\ GP ALL + +will draw lines round all G and P characters in the alignment, but not +between adjacent G and P characters. + +SURROUND\_CHARS\ $<$string$>$ $<$int$>$ $<$int$>$ $<$int$>$ $<$int$>$ + +Similar command, but the surrounding is restricted to the region defined by +the four integers. + +e.g. + +SURROUND\_CHARS\ ILVW 3 12 7 32 + +would surround ILVW characters that occur in the region defined +from residue positions 3-7 of sequences 12 to 32. + +SHADE\_CHARS\ $<$string$>$ ALL $<$float$>$ + +Shade all characters in the $<$string$>$ by the grey value given by $<$float$>$. +e.g. + +SHADE\_CHARS\ GP ALL 0.5 + +would shade all G and P characters in the alignment by the grey value 0.5. + +SHADE\_CHARS\ $<$string$>$ $<$int$>$ $<$int$>$ $<$int$>$ $<$int$>$ $<$float$>$ + +restricts the shading to the region defined by the four integers. Thus + +SHADE\_CHARS\ ILVW 3 12 7 32 0.7 + +would shade I L V and W characters from residues 3-7 of sequences 12-32 +inclusive with a grey value of 0.7. + +FONT\_CHARS\ $<$string$>$ ALL $<$int$>$ + +e.g. + +FONT\_CHARS\ GP ALL 7 + +would use font 7 to write out all G and P characters. Font 7 MUST have been +defined using the DEFINE\_FONT commands above. + +FONT\_CHARS\ $<$string$>$ $<$int$>$ $<$int$>$ $<$int$>$ $<$int$>$ $<$int$>$ + +Similar to previous command, but restricts the effect to the region defined +by the first four integers. The font must have been defined by the +DEFINE\_FONT\ command. + +e.g. + +FONT\_CHARS\ ILVW 3 45 9 70 7 + +Would set the font to 7 for I L V and W characters for residues 3-9 of +sequences 45-70 inclusive. The font must have been defined by the +DEFINE\_FONT\ command. + +FONT\_REGION\ $<$int$>$ $<$int$>$ $<$int$>$ $<$int$>$ $<$int$>$ + +Define the font to use throughout the region specified by the first four +integers. + +e.g. + +FONT\_REGION\ 3 12 20 40 10 + +Use font 10 for residues from residues 3-20 of sequences 12-40. The font +must have been defined using the DEFINE\_FONT command. + +FONT\_RESIDUE\ $<$int$>$ $<$int$>$ $<$int$>$ + +Set the font for use with a single residue position - most useful when used +with the TEXT command. + +e.g. + +FONT\_RESIDUE\ 3 7 2 + +Use font 2 for residue 3 of sequence 7. Font 2 must have been defined using +the DEFINE\_FONT\ command. + +LINE $<$string$>$ $<$int$>$ $<$int$>$ $<$int$>$ + +There are four commands of this type for drawing horizontal or vertical lines +on the alignment. + +LINE LEFT $<$int$>$ $<$int$>$ $<$int$>$ + +Draw a line to the left of the character positions indicated. + +e.g. + +LINE LEFT 3 12 24 + +Draw a vertical line starting at residue 3 of sequence 12 and ending at +residue 3 of sequence 24. + +LINE TOP 3 12 24 + +Draw a horizontal line above the character positions from residue 3 of +sequence 12 to residue 24 of sequence 12. + +Similar commands are: + +LINE BOTTOM $<$int$>$ $<$int$>$ $<$int$>$ Draw a line at bottom of character position. + +LINE RIGHT $<$int$>$ $<$int$>$ $<$int$>$ Draw a line at right of character position. + +BOX\_REGION\ $<$int$>$ $<$int$>$ $<$int$>$ $<$int$>$ + +Draw a box around the region indicated by the four integers. + +e.g. + +BOX\_REGION\ 2 5 30 7 + +Would box from residue 2 of sequence 5 to residue 30 of sequence 7. + +SHADE\_REGION\ $<$int$>$ $<$int$>$ $<$int$>$ $<$int$>$ $<$float$>$ + +Shade the region indicated by the integers with the grey value shown by the +float. +e.g. + +SHADE\_REGION\ 30 40 35 46 0.2 + +Would shade from residue 30-35 of sequences 40-46 with a grey value of 0.2. + +SHADE\_RES\ $<$int$>$ $<$int$>$ $<$float$>$ + +Shade just one amino acid with the grey value. + +e.g. + +SHADE\_RES\ 3 4 0.7 + +Shades residue 3 of sequence 7. (Note: this can also be achieved with the + +SHADE\_REGION\ command, but requires 2 extra numbers) + +TEXT $<$int$>$ $<$int$>$ $<$qstring$>$ + +Place the text string at the location indicated. + +e.g. + +TEXT 30 70 "Active Site His" + +would put the text Active Site His starting at position 30 of sequence +70. (Use FONT\_RESIDUE\ or FONT\_REGION\ commands to set the font of the +text). Text added with the TEXT command will not be split across page +breaks, so you may in some circumstances need to fiddle a little with +the location/pointsize for the text to get the desired result. + +ID\_FONT\ ALL $<$int$>$ + +Set the font for all identifier codes to the font number shown by $<$int$>$. +e.g. + +ID\_FONT\ ALL 3 + +Would set all the identifier codes to font 3. + +ID\_FONT\ $<$int$>$ $<$int$>$ + +Set the font for a specific identifier to font number. +e.g. + +ID\_FONT\ 12 4 + +Use font 4 for the identifer of sequence 12, default font for all other +identifiers. + +SUB\_CHARS\ ALL $<$char$>$ $<$char$>$ + +Substitute the characters indicated. + +e.g. + +SUB\_CHARS\ ALL + * + +would change all occurences of + to * in the alignment. + +SUB\_CHARS\ $<$int$>$ $<$int$>$ $<$int$>$ $<$int$>$ $<$char$>$ $<$char$>$ + +restrict the substitution to the region shown. + +e.g. + +SUB\_CHARS\ 1 1 7 8 \% * + +would substitute * for \% from residue 1-7 of sequences 1-8. +NOTE: To substitute for or with the space character use the word SPACE. +e.g. to change all space characters to -. + +SUB\_CHARS\ ALL SPACE - + +SUB\_ID\ $<$int$>$ $<$qstring$>$ + +Replace the numbered identifier by the string. +e.g. + +SUB\_ID\ 34 "Predicted Secondary Structure" + +would replace whatever the identifier of sequence 34 was, by the text shown. +This is useful when used in conjunction with the ADD\_SEQ\ command shown under +the STEP 1 commands. + +INVERSE\_CHARS\ $<$string$>$ ALL/Range (similar syntax to FONT\_CHARS\ but no +font number) + +Print the selected characters in white. This clearly will only work +if you first use the SHADE\_CHARS command to shade the characters with +something other than white. + +CCOL\_CHARS\ $<$string$>$ ALL $<$int$>$ + +Colour all characters in the $<$string$>$ by the colour defined by $<$int$>$. + +e.g. + +CCOL\_CHARS\ GP ALL 12 + +would colour all G and P characters in the alignment by the colour 12. +This colour MUST have been defined by the DEFINE\_COLOUR\ command. + +CCOL\_CHARS\ $<$string$>$ $<$int$>$ $<$int$>$ $<$int$>$ $<$int$>$ $<$int$>$ + +restricts the colouring to the region defined by the four integers. Thus + +CCOL\_CHARS\ ILVW 3 12 7 32 7 + +would colour I L V and W characters from residues 3-7 of sequences 12-32 +inclusive with the colour 7. + +SCOL\_CHARS:\ This has identical syntax to SCOL\_CHARS,\ but colours the +background of the character, rather than the letter itself. + +COLOUR\_REGION\ $<$int$>$ $<$int$>$ $<$int$>$ $<$int$>$ $<$int$>$ + +COLOR\_REGION + +Colour the region indicated by the integers with the colour number given +as the last number. + +e.g. + +COLOUR\_REGION\ 30 40 35 46 2 + +Would colour from residue 30-35 of sequences 40-46 with the colour 2. + +COLOUR\_RES\ $<$int$>$ $<$int$>$ $<$int$>$ + +Colour just one amino acid with the defined colour. + +e.g. + +COLOUR\_RES\ 3 4 7 + +Colours residue 3 of sequence 7. (Note: this can also be achieved with the +COLOUR\_REGION\ command, but requires 2 extra numbers) + + +\subsection{AMPS Block file format} +\label{app2} + +The first part of a block-file contains the identifier codes of the +sequences that are to follow. Each code is prefixed by the $>$ symbol, codes +must not contain spaces. + +e.g. +\begin{verbatim} +>HAHU +>Trypsin +>A0046 +>Seq1 + +\end{verbatim} + +etc. + +ALSCRIPT counts the number of $>$ symbols in the beginning of the file +until a * symbol is found. The * signals the beginning of the +multiple alignment which is stored VERTICALLY, thus columns are +individual sequences, whilst rows are aligned positions. The * symbol +must lie over the first sequence. A further star in the same column +signals the end of the alignment. ALSCRIPT uses the number of $>$ +symbols at the beginning of the file to work out how many columns to +read from the * position. It is therefore important that the only $>$ +symbols in the file are those that define the identifiers, and the +only * symbols are those defining the start and end of the multiple +alignment. The block file can contain additional text, providing that +there are no more $>$ or * symbols in the file than those used to define +the identifiers or alignment start and end. + +A simple, small block-file is shown here. + +\begin{verbatim} +>Seq_1 +>A0231 +>HAHU +>Four_Alpha +>Globin +>GLobin_C +* +ARNDLQ +AAAAAA +PPPPPP +PP PPP +WW WWW +LLLLLL +IIVVLL +* +\end{verbatim} + + +\subsection{PostScript Fonts} +\label{app3} +\begin{verbatim} +Times-Roman, +Times-Italic, +Times-Bold, +Times-BoldItalic, +Helvetica, +Helvetica-Oblique, +Helvetica-Bold, +Helvetica-BoldOblique, +Courier, +Courier-Oblique, +Courier-Bold +Courier-BoldOblique, +AvantGarde-Book, +AvantGarde-BookOblique, +AvantGarde-Demi, +AvantGarde-DemiOblique, +Bookman-Demi, +Bookman-DemiItalic, +Bookman-Light, +Bookman-LightItalic, +Helvetica-Narrow, +Helvetica-Narrow-Bold, +Helvetica-Narrow-BoldOblique, +Helvetica-Narrow-Oblique, +NewCenturySchblk-Roman, +NewCenturySchlbk-Bold, +NewCenturySchblk-Italic, +NewCenturySchblk-BoldItalic, +Palatino-Roman, +Palatino-Bold, +Palatino-Italic, +Palatino-BoldItalic +ZapfChancery-MediumItalic. +Symbol +\end{verbatim} + +\subsection{386 DOS installation} +\label{app4} + + +IMPORTANT - The programs on this disk will ONLY WORK on a PC with a 386 +or better processor. See the Technical Notes section for details of why. + +Directions: + +\begin{enumerate} + +\item + Create a directory on your hard disk. + e.g. mkdir ALSCRIPT. + +\item + Copy the Contents of the floppy disk into this directory. +\begin{verbatim} + e.g. copy a:*.* c:\alscript. +\end{verbatim} + +\item + Edit your AUTOEXEC.BAT file and add +\begin{verbatim} + C:\ALSCRIPT to your path. +\end{verbatim} + +\item + Edit your AUTOEXEC.BAT file and add the following two lines. + set DOS4GVM=@ALSCRIPT.VMC + set DOS4G=quiet +\end{enumerate} + +The first line is an instruction to read instructions from the file +ALSCRIPT.VMC. This sets up a permanent swap file on your hard disk. +By default, the swap file is about 12MBytes in size. If you do not have +this much free space on your disk, then edit the ALSCRIPT.VMC file +to reduce the swap file size, or alternatively, do not put this line +in your autoexec.bat. + +The programs will run without this swap file, but you will be limited in + the size of alignment you can process by the amount of RAM you have +installed. I have only tested this program on a 486/33 with 8MBytes RAM +and a 386/33 with 4MBytes so I do not know the practical limitations of +machines with smaller memories. Any feedback would be appreciated. + +5. Type AUTOEXEC.BAT to initialise the changes, or better still, reset +the computer. + +6. You should now be able to run all three programs in the package from +anywhere on your disk. msf2blc, clus2blc and alscript. If you get +memory allocation errors when you try to run alscript, then use the +MAX\_NSEQ\ and MAX\_SEQ\_LEN\ commands to reduce the default limits. If the +program still won't run, then think about buying some more memory!! + +The programs msf2blc and clus2blc should run OK, but if you try to +process alignments that are too large for your computer, you may get a +"malloc error" which will stop the program. If this happens and you are +not using the virtual memory option discussed above, then try adding the +line set DOS4GVM=@filename to your autoexec.bat file. If you +don't have enough disk space to do this, then buy a bigger disk, or more +memory. + +\subsection{TECHNICAL NOTES} + +The executables included in this package were compiled with the WATCOM C +compiler. This is a full 32 bit compiler that makes good use of the 386 +processor and does not work on the 16 bit 286. It also has the +advantage of allowing the flat memory model to be used. In practice +this means that porting programs like alscript from Unix computers like +the Sun, is straightforward. In order to access the memory of the +computer in this way, an extra program called a dos extender is required +- this is called DOS4GW.EXE. DOS4GW is automatically invoked every time +you run one of the programs and is responsible for managing the memory and +creating the swap file discussed above. + +\subsection{Unix Installation} +\label{app5} + +ALSCRIPT is distributed with executables for Sun (SunOS 4.1.3), Silicon +Graphics (IRIX 5.3), DEC ALPHA OSF/1 and Sun Solaris (2.4). The executables +are stored in the subdirectories bin/sun, bin/sgi, bin/osf and bin/sol. If +these are OK for your system, then just add the apporpriate directory to your +path, or put links to /usr/local/bin or somewhere that is on all users paths. + +The source code for ALSCRIPT is contained in a directory hierarchy. +The top directory contains a README file and the BUILD script. +Subdirectories are: {\bf examples} which contains example command and +alignment files, {\bf doc} which contains \LaTeX and PostScript copies +of the manual - a subdirectory of this contains an HTML version of the +manual, and {\bf src} which contains the source code and Makefiles for +the package. There may also be a directory called {\bf bin}. If +present this will contain subdirectories with executables for the +programs in the package. Makefiles to build alscript, msf2blc, +clus2blc and alsnum are included in the {\bf src} directory. Versions +for Sun (acc compiler .sun), Silicon Graphics (.sgi), DEC OSF/1 (.osf) +are included. + +There is a utility csh script called BUILD. Simply type ./BUILD sun to +compile alscript on the Sun, ./BUILD sgi for Silicon Graphics or BUILD +gcc for use with gcc compiler. See instructions in the file BUILD. +The BUILD script will create a /bin directory and subdirecotry +if not already present. You can create makefiles for different computers +and the BUILD script should still function. + + +\subsection{VAX/VMS Installation} +\label{app6} + +The standard VAX C compiler is not ANSI. Accordingly, ALSCRIPT will require +changes to the source code to compile on a VAX. + +The DEC C++ compiler works OK for alscript. Alscript will also compile +on Dec ALPHA under OpenVMS. A descrip.mms file is included for this +purpose. + +{\em WARNING: I've not tested Version 2.0 of ALSCRIPT on VMS} + +\subsection{Alternative ways of invoking ALSCRIPT} +\label{app7} + +The documentation above describes the interactive mode of running ALSCRIPT. +However, it may be more convenient to run the program as a pipe under +Unix or MS-DOS. Examples are shown here. + +ALSCRIPT is a program for producing pretty versions of multiple +sequence aligments. ALSCRIPT will also format single sequences. A +full description of the program is given in the file "alscript.doc". + +Ways of running alscript: + +\begin{enumerate} + +\item + Interactive mode: just type alscript. + You will be prompted for a command file name. The command file will + define the AMPS blocfile, and name of the file to store the PostScript + output - see alscript.doc for details. + +\item + alscript $<$command\_file$>$\ has same effect as 1, But does not prompt for + the command file + e.g. alscript example1.als + +\item + alscript -q $<$ $<$blocfile$>$ $>$ $<$PostScript$>$ + Quick mode - uses default commands, reads alignment from stdin, + writes PostScript to stdout. This mode creates a command file + called ALPSQ.COM. + + e.g. alscript -q $<$ example1.blc $>$ example1.ps + +\item + alscript -f $<$command\_file$>$ + Similar effect to 2. + +\item + alscript -f $<$command\_file$>$\ -s + Silent operation: No messages are written to stderr, unless fatal. + Silent operation may be toggled by the silent\_mode\ command + in the command file. + +\item + alscript -f $<$command\_file$>$\ -p $<$ $<$blocfile$>$ $>$ $<$PostScript$>$ + Make alscript work like a pipe - blocfile is read from stdin, + postscript is written + to stdout. Messages are written to stderr. To supress messages include + the -s flag too + + e.g. alscript -f example1.als -p -s $<$ example1.blc $>$ example1.ps + +\end{enumerate} + +Using alscript as a pipe has the advantage of allowing the blocfile to +be created on the fly by the programs msf2blc or clus2blc. For example +if we have a GCG .msf file called "pileup.msf" we can run alscript with +default shading/fonts and send the results straight to the PostScript +printer "lpr" as follows: + +msf2blc -q $<$pileup.msf | alscript -q -s | lpr + +\subsection{Program Crashes and Known Bugs} +\label{app8} + +We've used ALSCRIPT on Sun Workstations and Silicon Graphics for some +time, with very large alignments and command files with thousands of +commands. All seems to work OK, the program has not crashed on us at +all!! + +However, the command interpreter in ALSCRIPT is very simple and +the program will crash if you give any command the wrong number of +arguments (e.g. leaving out the shade value in a shade\_chars\ command). + +If you do make the program crash, have checked all the documentation +and your numbers, and the program still crashes. Then send me +the command file and block file that causes the crash and I will try +to investigate. + +Suggestions for improvements to the program are always welcome. + +\subsection{Wish List for next version!!} +\label{app9} + +A command interpreter that does more error checking will be included. +Currently, no checking is done to make sure that the correct number of +arguments are given to a command. + +Sequences will be able to be given unique labels and region commands refer +to these labels or ranges of labels. This will permit a sequence to be +deleted or added to the alignment without having to update the .als file. + +The relative numbering option will be extended to allow numbering relative +to a position. e.g. 456+7 would be 7 residues after position 456. This +will allow annotation of positions that may be in insertions relative to the +reference sequence. + +Special TEXT commands will be extended to allow alternative shapes to +be drawn and scaled in various ways. + +Tree drawing and generalised graphics. An option to draw arbitrary lines +on an alignment will be added. This will permit line graphics to be added +to an alignment. The initial reason for this will be to show dendrograms +(trees) alongside the alignment, but simple line graphs could also be plotted +under the alignment. + +Fiddle factors will be introduced to allow fine positioning of +individual characters. For example, if you like your ``I'' characters +to be centred rather than left justified, this will be possible. + +In single\_page mode, it will be possible to add arbitrary text to an +alignment for final annotation, e.g. titles etc. + +Variable height/width sequence lines will be permitted (maybe). + +\subsection{Acknowledgements} + +I thank all those who have emailed me with suggestions for +improvements to alscript. I've tried to include some of these in the +current distribution (e.g. screening). + +\subsection{References} +\label{app10} + +\begin{verbatim} + +1. Barton, G. J. (1993), + "ALSCRIPT A tool to format multiple sequence alignments", + Protein Engineering, Volume 6, No. 1, pp.37-40. + +2. Barton, G. J. (1990), + "Protein Multiple Sequence Alignment and Flexible Pattern Matching", + Methods in Enzymology, + 183,403-428. + +3. Barton, G. J. and Sternberg, M. J. E. (1987), + "A Strategy for the Rapid Multiple Alignment of Protein Sequences: + Confidence Levels From Tertiary Structure Comparisons", + Journal of Molecular Biology, + 198,327-337 + +4. Higgins, D. G. and Sharp, P. M. (1989), + "Fast and sensitive multiple sequence alignments on a microcomputer", + CABIOS, + 5,151--153 + +5. Devereux, J. Haeberli, P. Smithies, O. (1984), + "A comprehensive set of sequence analysis programs for the VAX", + Nucleic Acids Res. + 12, 387-395 + +6. Livingstone, C. D. and Barton, G. J. (1993), + "Protein Sequence Alignments: A Strategy for the Hierarchical analysis + of residue conservation" + Computer Applications in the Biosciences, + 9, 745-756. + +\end{verbatim} +\end{document} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/alscript/doc/alscript/_19723_tex2html_wrap672.xbm b/sources/alscript/doc/alscript/_19723_tex2html_wrap672.xbm new file mode 100644 index 0000000..27d395d --- /dev/null +++ b/sources/alscript/doc/alscript/_19723_tex2html_wrap672.xbm @@ -0,0 +1,8 @@ +#define noname_width 37 +#define noname_height 15 +static char noname_bits[] = { + 0x86,0x99,0x0c,0x70,0x0c,0x86,0x89,0x08,0x60,0x04,0x86,0x83,0x00,0xc0,0x02, + 0x46,0x83,0x00,0xc0,0x03,0x46,0x82,0x00,0x80,0x01,0xe6,0x87,0x38,0x82,0x03, + 0x26,0x86,0x18,0x40,0x07,0x36,0x8d,0x18,0x60,0x06,0x86,0x81,0x18,0x22,0x0e, + 0xff,0xe0,0xfb,0x3b,0x1e,0x00,0x00,0x18,0x02,0x00,0x00,0x00,0x18,0x00,0x00, + 0x00,0x00,0x18,0x04,0x00,0x00,0x00,0x18,0x06,0x00,0x00,0x00,0xfc,0x03,0x00}; diff --git a/sources/alscript/doc/alscript/alscript.html b/sources/alscript/doc/alscript/alscript.html new file mode 100644 index 0000000..19b4410 --- /dev/null +++ b/sources/alscript/doc/alscript/alscript.html @@ -0,0 +1,80 @@ + +No Title + +

+



+ Next: Contents +

+

+ +

+User Guide to +

+ALSCRIPT - Sequence alignment to PostScript
Version 2.03
+

+Geoffrey J. Barton +

+Laboratory of Molecular Biophysics
University of Oxford
Rex Richards Building
South Parks Road
Oxford OX1 3QU
U.K.
+

+Tel: (44) 1865-275368
Fax: (44) 1865-510454
e-mail: gjb@bioch.ox.ac.uk +

+REFERENCE:
Barton, G. J. (1993),
ALSCRIPT a tool to format multiple sequence alignments
Protein Engineering, Volume 6, No. 1, pp.37-40.
+

+


+ +
+ + +

+gjb@bioch.ox.ac.uk +
\ No newline at end of file diff --git a/sources/alscript/doc/alscript/images.log b/sources/alscript/doc/alscript/images.log new file mode 100644 index 0000000..b5a4542 --- /dev/null +++ b/sources/alscript/doc/alscript/images.log @@ -0,0 +1,42 @@ +This is TeX, C Version 3.141 (format=lplain 92.9.20) 24 MAY 1995 16:40 +**19723_images.tex +(19723_images.tex +LaTeX Version 2.09 <18 March 1992> + +(/usr/local/lib/tex/macros/article.sty +Standard Document Style `article' <14 Jan 92>. +(/usr/local/lib/tex/macros/art12.sty) +\c@part=\count79 +\c@section=\count80 +\c@subsection=\count81 +\c@subsubsection=\count82 +\c@paragraph=\count83 +\c@subparagraph=\count84 +\c@figure=\count85 +\c@table=\count86 +) (/usr/local/lib/tex/macros/times.sty +File: `times.sty' PSNFSS 2.3 <12.04.92> (SPQR) +(/usr/local/lib/tex/macros/psnfss.sup +psnfss.sup, PSNFSS 2.2.5<18.8.92> (SPQR) +PostScript additions to NFSS +\driver@setup=\count87 +) +\aadimen=\dimen99 +\aadimen=\dimen100 +\aadimen=\dimen101 +) (/home/nmra/barton/latex2html/html.sty) +No file 19723_images.aux. +[1 + + +] (19723_images.aux) ) +Here is how much of TeX's memory you used: + 309 strings out of 11814 + 7080 string characters out of 80910 + 29464 words of memory out of 262141 + 2419 multiletter control sequences out of 9500 + 19903 words of font info for 74 fonts, out of 100000 for 255 + 0 hyphenation exceptions out of 607 + 16i,4n,22p,352b,76s stack positions out of 300i,40n,60p,3000b,4000s + +Output written on 19723_images.dvi (1 page, 280 bytes). diff --git a/sources/alscript/doc/alscript/images.pl b/sources/alscript/doc/alscript/images.pl new file mode 100644 index 0000000..3752ec1 --- /dev/null +++ b/sources/alscript/doc/alscript/images.pl @@ -0,0 +1,7 @@ +# LaTeX2HTML 0.5.3 (Wed Jan 26 1994) +# Associate image original text (scrambled) with physical files. + +$key = q/{}LaTeX{}/; +$cached_env_img{$key} =''; + +1; \ No newline at end of file diff --git a/sources/alscript/doc/alscript/images.tex b/sources/alscript/doc/alscript/images.tex new file mode 100644 index 0000000..e2e6bd2 --- /dev/null +++ b/sources/alscript/doc/alscript/images.tex @@ -0,0 +1,54 @@ +\batchmode +\documentstyle[12pt,times,html]{article} +\makeatletter + +\makeatother +\newenvironment{tex2html_wrap}{}{} +\setlength{\textheight}{10in}\begin{document} +\pagestyle{empty} +\stepcounter{section} +\stepcounter{section} +\stepcounter{section} +\stepcounter{section} +\stepcounter{section} +\stepcounter{section} +\stepcounter{section} +\stepcounter{section} +\stepcounter{section} +\stepcounter{subsection} +\stepcounter{subsection} +\stepcounter{subsection} +\stepcounter{section} +\stepcounter{subsection} +\stepcounter{subsection} +\stepcounter{section} +\stepcounter{section} +\stepcounter{subsection} +\stepcounter{section} +\stepcounter{section} +\stepcounter{section} +\stepcounter{subsection} +\stepcounter{subsubsection} +\stepcounter{subsubsection} +\stepcounter{subsubsection} +\stepcounter{subsubsection} +\stepcounter{subsection} +\stepcounter{subsection} +\stepcounter{subsection} +\stepcounter{subsection} +\stepcounter{subsection} +\newpage + +{\samepage \clearpage \LaTeX +} + + +\stepcounter{subsection} +\stepcounter{subsection} +\stepcounter{subsection} +\stepcounter{subsection} +\stepcounter{subsection} +\stepcounter{subsection} +\stepcounter{section} + +\end{document} \ No newline at end of file diff --git a/sources/alscript/doc/alscript/labels.pl b/sources/alscript/doc/alscript/labels.pl new file mode 100644 index 0000000..dc4dfa8 --- /dev/null +++ b/sources/alscript/doc/alscript/labels.pl @@ -0,0 +1,16 @@ +# LaTeX2HTML 0.5.3 (Wed Jan 26 1994) +# Associate symbolic labels with physical files. + +$external_labels{"app9"} ="$URL/subsection3_16_10.html"; +$external_labels{"new2"} ="$URL/section3_10.html"; +$external_labels{"app2"} ="$URL/subsection3_16_2.html"; +$external_labels{"app5"} ="$URL/subsection3_16_6.html"; +$external_labels{"app8"} ="$URL/subsection3_16_9.html"; +$external_labels{"app10"} ="$URL/subsection3_16_12.html"; +$external_labels{"app1"} ="$URL/subsection3_16_1.html"; +$external_labels{"app4"} ="$URL/subsection3_16_4.html"; +$external_labels{"app7"} ="$URL/subsection3_16_8.html"; +$external_labels{"app3"} ="$URL/subsection3_16_3.html"; +$external_labels{"app6"} ="$URL/subsection3_16_7.html"; + +1; \ No newline at end of file diff --git a/sources/alscript/doc/alscript/section3_10.html b/sources/alscript/doc/alscript/section3_10.html new file mode 100644 index 0000000..23468af --- /dev/null +++ b/sources/alscript/doc/alscript/section3_10.html @@ -0,0 +1,35 @@ + + New Features in Version 2.0 + +

+



+ Next: New Step 1 +Up: No Title + Previous: New Features in +

+

New Features in Version 2.0

+

+ +

+Error checking is now done on all ranges input. If you run ALSCRIPT +2.0 on a file that worked with ALSCRIPT 1.4.5, and it complains about +out of range numbers, then check your ranges carefully. If you think +you are right, then send me a minimal example of the problem and I +will investigate. Versions of ALSCRIPT before 2.0 would often work +happily with out of range numbers and produce perfectly OK output. +

+The files ipns.als and ipns.blc show example command and +block file that use most of these new commands. See the examples directory. +

+


+ +
+ + +

+gjb@bioch.ox.ac.uk +
\ No newline at end of file diff --git a/sources/alscript/doc/alscript/section3_11.html b/sources/alscript/doc/alscript/section3_11.html new file mode 100644 index 0000000..5b7dd9f --- /dev/null +++ b/sources/alscript/doc/alscript/section3_11.html @@ -0,0 +1,22 @@ + + Running ALSCRIPT + +

+



+ Next: Basic Use +Up: No Title + Previous: New special TEXT +

+

Running ALSCRIPT

+

+


+ +
+ + +

+gjb@bioch.ox.ac.uk +
\ No newline at end of file diff --git a/sources/alscript/doc/alscript/section3_12.html b/sources/alscript/doc/alscript/section3_12.html new file mode 100644 index 0000000..ae63026 --- /dev/null +++ b/sources/alscript/doc/alscript/section3_12.html @@ -0,0 +1,45 @@ + + Using Colour + +

+



+ Next: The MASK command +Up: No Title + Previous: More complex effects +

+

Using Colour

+

+Version 1.4 includes commands to allow the independent colouring of +characters, or their backgrounds. Colours are defined in a similar +manner to fonts using the DEFINE_COLOUR command (American spelling also +allowed). For example: +

+DEFINE_COLOUR 7 1 0 0 +

+defines colour number 7 to be red - see +ALSCRIPT Command Summary +for full details of +this command. Colours 99 and 100 are pre-defined to white and black. +ALSCRIPT assumes the paper colour is white. +

+The command to colour the text of a character or text string is: +

+CCOL_CHARS +

+the command to colour the background of a character is +

+SCOL_CHARS +

+both have similar syntax to the FONT_CHARScommand. +

+COLOUR_REGION and COLOUR_RES have similar syntax to SHADE_REGION and +SHADE_RES. +

+An example command file that uses colour is shown in example3.als. +

+


+ + +

+gjb@bioch.ox.ac.uk +
\ No newline at end of file diff --git a/sources/alscript/doc/alscript/section3_13.html b/sources/alscript/doc/alscript/section3_13.html new file mode 100644 index 0000000..8d77a5e --- /dev/null +++ b/sources/alscript/doc/alscript/section3_13.html @@ -0,0 +1,65 @@ + + The MASK command family + +

+



+ Next: Summary of mask +Up: No Title + Previous: Using Colour +

+

The MASK command family

+

+The idea behind the MASK command is to build up a set of character +positions that will subsequently be boxed, shaded, set in a particular +font, etc. For example, lets say we want to box the most frequently +occuring character at each position in an alignment. +

+The command +

+mask SETUP +

+tells ALSCRIPT to prepare a mask. +

+mask FRE ALL +

+specifies that the most frequently occuring character at each position +in the alignment will be masked. This command can be restricted to a +region of the alignment using: mask FRE sx sy ex ey, where sx etc +define the region in the same way as for font_region and other commands. +

+mask BOX ALL +

+Tells ALSCRIPT to create the boxing lines that will separate the masked +characters from non-masked characters - this command may also be +restricted to a region of the alignment. +

+The mask can be reset for re-use using the command: +

+mask RESET +

+Two further commands define which characters can be used when +calculating the mask. This allows gap-characters, or other amino acids +to be excluded from the calculation to avoid unwanted boxing. +

+mask LEGAL "AVLI" +

+defines the AVL and I as the only characters that will be used when +calculating the mask. +

+mask ILLEGAL ".-_" +

+defines .- and _ as characters that will not be used when calculating +the mask. NOTE: the blank character " " cannot be defined in this way. +To avoid boxing " " characters substitute blanks for something else +(using SUB_CHARS), calculate the mask, then substitute back. +

+


+ +
+ + +

+gjb@bioch.ox.ac.uk +
\ No newline at end of file diff --git a/sources/alscript/doc/alscript/section3_14.html b/sources/alscript/doc/alscript/section3_14.html new file mode 100644 index 0000000..c346ef7 --- /dev/null +++ b/sources/alscript/doc/alscript/section3_14.html @@ -0,0 +1,33 @@ + + Printing ALSCRIPT Files + +

+



+ Next: Conclusion +Up: No Title + Previous: Summary of mask +

+

Printing ALSCRIPT Files

+

+ALSCRIPT produces files in PostScript which may be printed on a PostScript +printer (e.g. an Apple LaserWriter). If you don't have a PostScript printer, +then you may still be able to use ALSCRIPT if you get hold of the +GhostScript software. This is a free package that interprets PostScript +commands and can produce output on a large number of different types of +printer. GhostScript runs on most hardware types (including PCs) and can also +display output to the screen. The package can be obtained from many different +sites on the Internet (In the UK try src.doc.ic.ac.uk). +

+The actual command you need to type to send a PostScript file to the printer +will depend on your system. Consult your system manager for help. +

+Be warned, ALSCRIPT can create extremely large PostScript files if +lots of boxing and shading is done on big alignments. On older +printers such output may take a long time to process. +

+


+ + +

+gjb@bioch.ox.ac.uk +
\ No newline at end of file diff --git a/sources/alscript/doc/alscript/section3_15.html b/sources/alscript/doc/alscript/section3_15.html new file mode 100644 index 0000000..1dbd769 --- /dev/null +++ b/sources/alscript/doc/alscript/section3_15.html @@ -0,0 +1,28 @@ + + Conclusion + +

+



+ Next: Appendices +Up: No Title + Previous: Printing ALSCRIPT Files +

+

Conclusion

+

+ALSCRIPT provides a powerful set of formatting and editing commands +specifically tailored for multiple sequence alignments. It is best +used in conjunction with a PostScript previewer such as Sun's +PageView or GhostView since this allows the effect of changing a command to be +seen quickly. In the absence of such a tool, simpler effects can be +tested out without destroying too many trees in the Laser Printer! +

+Like most programs, ALSCRIPT is evolving as I find new problems to display, so +if you have any suggestions - I shall endeavour to include them in a later +version. +

+


+ + +

+gjb@bioch.ox.ac.uk +
\ No newline at end of file diff --git a/sources/alscript/doc/alscript/section3_16.html b/sources/alscript/doc/alscript/section3_16.html new file mode 100644 index 0000000..c43f3b8 --- /dev/null +++ b/sources/alscript/doc/alscript/section3_16.html @@ -0,0 +1,38 @@ + + Appendices + +

+



+ Next: ALSCRIPT Command Summary +Up: No Title + Previous: Conclusion +

+

Appendices

+

+


+ +
+ + +

+gjb@bioch.ox.ac.uk +
\ No newline at end of file diff --git a/sources/alscript/doc/alscript/section3_17.html b/sources/alscript/doc/alscript/section3_17.html new file mode 100644 index 0000000..3748952 --- /dev/null +++ b/sources/alscript/doc/alscript/section3_17.html @@ -0,0 +1,17 @@ + + <em>About this document ...</em> + +

+



+Up: No Title + Previous: References +

+

About this document ...

+

+ This document was generated using the LaTeX2HTML translator Version 0.5.3 (Wed Jan 26 1994) Copyright © 1993, Nikos Drakos, Computer Based Learning Unit, University of Leeds.

The command line arguments were:
+latex2html -address gjb@bioch.ox.ac.uk alscript.tex.

The translation was initiated by gjb@ on Wed Jun 5 16:43:14 BST 1996


+ + +

+gjb@bioch.ox.ac.uk +
\ No newline at end of file diff --git a/sources/alscript/doc/alscript/section3_2.html b/sources/alscript/doc/alscript/section3_2.html new file mode 100644 index 0000000..f9d52c9 --- /dev/null +++ b/sources/alscript/doc/alscript/section3_2.html @@ -0,0 +1,44 @@ + + Update History + +

+



+ Next: Read This First +Up: No Title + Previous: Contents +

+

Update History

+

+


+
+VERSION 1.0   19 June     1992
+Version 1.1   26 June     1992
+Version 1.2   21 October  1992: Add multiple blocks per page option.
+Version 1.3   15 November 1992: First Distribution.
+Version 1.4    6 December 1992: Add Colour commands.
+Version 1.4.1  1 February 1993: Small bug fixes - FULL RELEASE VERSION.
+Version 1.4.2 15 February 1993: Make silent_mode toggle.
+Version 1.4.3  1 March    1993: Fix bug in colour option.
+Version 1.4.4 24 March    1993: Add mask features (should be version 1.5).
+Version 1.4.5 25 May      1993: Include alsnum program in distribution.
+	       7 June     1993: Fix NO_NUMBERS bug in documentation
+                                Change defaults for -q option to use MASK.
+
+Version 2.0   23 May 	  1995: Numerous changes and additions including the
+				option to colour backgrounds
+				differently, ommission of idents on
+				second and subsequent lines, helix,
+				strand and other special characters,
+				relative numbering, error checking of
+				ranges on input, bounding box,
+				screening, conservation colouring...
+Version 2.03   5 June     1996: Small bug fixes - patches incorporated.
+				BACKGROUND_REGION and BOUNDING_BOX commands moved to 
+				step 1 section.
+

+


+ + +

+gjb@bioch.ox.ac.uk +
\ No newline at end of file diff --git a/sources/alscript/doc/alscript/section3_3.html b/sources/alscript/doc/alscript/section3_3.html new file mode 100644 index 0000000..4af8000 --- /dev/null +++ b/sources/alscript/doc/alscript/section3_3.html @@ -0,0 +1,26 @@ + + Read This First - VERSION 2.0 + +

+



+ Next: Related Programs +Up: No Title + Previous: Update History +

+

Read This First - VERSION 2.0

+

+This manual describes an interim release of ALSCRIPT that includes +many additional features over the previously distributed Version +1.4.5. I had hoped to make a lot more changes and improvements before +distributing the new version, however I have not had the time to do +this. I am distributing Version 2.0 since the new features have been +used in a number of published alignment figures. Please see +New Features in Version 2.0 for details +of the new features. +

+


+ + +

+gjb@bioch.ox.ac.uk +
\ No newline at end of file diff --git a/sources/alscript/doc/alscript/section3_4.html b/sources/alscript/doc/alscript/section3_4.html new file mode 100644 index 0000000..1243c36 --- /dev/null +++ b/sources/alscript/doc/alscript/section3_4.html @@ -0,0 +1,30 @@ + + Related Programs + +

+



+ Next: Availability +Up: No Title + Previous: Read This First +

+

Related Programs

+

+The AMPS package (Barton, 1990). This performs multiple sequence +alignments and databank scanning. +

+AMAS (Livingstone and Barton, 1993, CABIOS, 9, 745-756). Analysis of +Multiply Aligned Sequences. This package uses a sophisticated +set-based method to identify patterns of residue conservation in +multiple sequence alignments. +

+All programs are available by anonymous ftp from geoff.biop.ox.ac.uk. +Please see the README file for details licencing and registration. +You can read manuals for the programs and some related papers at +http://geoff.biop.ox.ac.uk/. +

+


+ + +

+gjb@bioch.ox.ac.uk +
\ No newline at end of file diff --git a/sources/alscript/doc/alscript/section3_5.html b/sources/alscript/doc/alscript/section3_5.html new file mode 100644 index 0000000..9c22b0a --- /dev/null +++ b/sources/alscript/doc/alscript/section3_5.html @@ -0,0 +1,22 @@ + + Availability + +

+



+ Next: Installing ALSCRIPT +Up: No Title + Previous: Related Programs +

+

Availability

+

+ALSCRIPT is available free of charge for academic and non-commercial +purposes. Distribution is by anonymous ftp from geoff.biop.ox.ac.uk. +See the README file on the ftp server for details. You need to +register with G. J. Barton before downloading the software. +

+


+ + +

+gjb@bioch.ox.ac.uk +
\ No newline at end of file diff --git a/sources/alscript/doc/alscript/section3_6.html b/sources/alscript/doc/alscript/section3_6.html new file mode 100644 index 0000000..2280e0e --- /dev/null +++ b/sources/alscript/doc/alscript/section3_6.html @@ -0,0 +1,23 @@ + + Installing ALSCRIPT + +

+



+ Next: Brief Description of +Up: No Title + Previous: Availability +

+

Installing ALSCRIPT

+

+See the appropriate section for the computer type you are using: +

+For PCs see 386 MS-DOS installation. +For Unix see Unix installation. +For VMS see VMS installation. +

+


+ + +

+gjb@bioch.ox.ac.uk +
\ No newline at end of file diff --git a/sources/alscript/doc/alscript/section3_7.html b/sources/alscript/doc/alscript/section3_7.html new file mode 100644 index 0000000..51412a1 --- /dev/null +++ b/sources/alscript/doc/alscript/section3_7.html @@ -0,0 +1,83 @@ + + Brief Description of ALSCRIPT + +

+



+ Next: New Features in +Up: No Title + Previous: Installing ALSCRIPT +

+

Brief Description of ALSCRIPT

+

+ALSCRIPT takes a multiple sequence alignment in AMPS (Barton &Sternberg, 1987, Barton, 1990) block-file format and a set of +formatting commands and produces a PostScript file that may be printed +on a PostScript laser printer, or viewed using a PostScript previewer +(e.g. Sun Microsystem's PageView program). CLUSTAL and GCG format +multiple alignment files may also be used (see below). ALSCRIPT is NOT a +multiple sequence alignment program, nor is it an alignment editor. +

+Given a block-file and pointsize (character width/height), ALSCRIPT +calculates how many residues can be fitted across the page, and how +many sequences will fit down the page, it then prints the alignment at +the chosen pointsize on as many pages as are needed. Running ALSCRIPT with +a smaller or larger pointsize will automatically re-scale the alignment +to fit on fewer or more pages as appropriate. The actual page +dimensions may be re-set to any value, so if you have access to an A3 +PostScript printer, or typesetting machine, alignments can readily be +scaled to maximise the available space. +

+Each output page has three basic regions. The left hand edge contains +identifier codes for each sequence. The main part of the page holds the +alignment, and the top part, the position numbers and tick marks. ALSCRIPT +commands make use of a character coordinate system for font changes, +and other formatting commands. Thus, any residue in the alignment may +be referred to by its sequence position number (x-axis) and sequence +number (y-axis), similarly, ranges of residue positions, or sequences +may also be defined in the character coordinate system. +

+The basic ALSCRIPT commands allow the following functionality: +

+Fonts: Any PostScript font at any size may be defined and used on +individual residues, regions or identifier codes. +

+Boxing: Simple rectangular boxes may be drawn around any part of the +alignment. Particular residue types may be selected and automatically +"surrounded" by lines. For example, if the characters 'G' and 'P' are +selected, then lines will not be drawn between G and P characters, but +only where G and P border with other characters. +

+Shading: Grey shading of any level from black to white may be applied +to any region of the alignment, either as a rectangular region, or as +residue specific shading. e.g. "shade all Cys residues between +positions 6 and 30" +

+Text: Specific text strings may be added to the alignment at any +position and in any font or font size. +

+Lines: Horizontal or vertical lines may be drawn to the left, right, top +or bottom of any residue position or group of positions. +

+Colour: Characters or character backgrounds may be independently +coloured. +

+The example block file "example1.blc" and command file "example1.als" +illustrate most of these commands in action. +

+Although written with the aim of producing figures for journal +submission, ALSCRIPT may be used as a tool for interpreting multiple +sequence alignments. For example, the boxing, shading and font changing +facilities can be applied to highlight amino acids of a particular type +and thus draw attention to clusters of positive or negative charge, +hydrophobics, etc. +

+



+ Next: New Features in +Up: No Title + Previous: Installing ALSCRIPT +

+


+ + +

+gjb@bioch.ox.ac.uk +
\ No newline at end of file diff --git a/sources/alscript/doc/alscript/section3_8.html b/sources/alscript/doc/alscript/section3_8.html new file mode 100644 index 0000000..aec717a --- /dev/null +++ b/sources/alscript/doc/alscript/section3_8.html @@ -0,0 +1,38 @@ + + New Features in Version 1.4.4 + +

+



+ Next: New Features in +Up: No Title + Previous: Brief Description of +

+

New Features in Version 1.4.4

+

+This version introduces the MASK family of commands which allows +boxing, shading etc to be applied according to the frequency of +occurence of the character types at each position in the alignment. +For example, it is possible to box positions where one character is +seen in more than N of the sequences. It is also possible to +box/shade etc the most frequently occurring character at each +position. Commands exist to select which characters will be used in +the calculation of frequencies and which will be excluded, thus boxing +can be based upon two or more character types at a position. MASK +commands also exist to show residues identical to one sequence in the +set. See the section on MASK below for details. +

+NOTE: Although boxing according to the frequency of amino acids seen +at a position is a popular method of representation it is not usually +the most informative. An analysis that takes into account the +physico-chemical properties of the amino acids and also relates the +amino acid similarities to the overall similarity between the +sequences is more helpful in identifying functionally important +residues. The AMAS program (Livingstone and Barton, 1993) applies a +flexible hierarchical set-based approach to this problem. +

+


+ + +

+gjb@bioch.ox.ac.uk +
\ No newline at end of file diff --git a/sources/alscript/doc/alscript/section3_9.html b/sources/alscript/doc/alscript/section3_9.html new file mode 100644 index 0000000..68ee99e --- /dev/null +++ b/sources/alscript/doc/alscript/section3_9.html @@ -0,0 +1,50 @@ + + New Features in Version 1.4.5 - Program alsnum + +

+



+ Next: New Features in +Up: No Title + Previous: New Features in +

+

New Features in Version 1.4.5 - Program alsnum

+

+Version 1.4.5 includes the program "alsnum". This is a temporary solution to +the residue numbering problem. Ultimately, these functions will be included +as alscript commands. +

+alsnum creates a set of TEXT commands that can be incorporated into an +alscript command file to place sequential numbers at any position in the +alignment. The numbers ignore gaps, so the numbering will correspond to +the specific sequence position rather than the alignment. +

+To use the program: +

+1. Decide where you want the numbers to be placed. For example, you might +want the numbers above the third sequence in the alignment. If so, make +an extra sequence space above the third sequence using the ADD_SEQ command. +

+2. Decide what is the number of the first residue of the sequence to be +numbered. This will not always be 1 since you may be aligning fragments +or domains. +

+3. Decide the numbering interval (e.g. every 10th amino acid). +

+4. Run the program. +

+For example, if you want to add numbers according to sequence 37 of a +block file (junk.blc), calling the first residue of the sequence 12, +and with an interval of 5, and the numbers are to be placed at the +location of sequence 3 in the alignment. Type: +

+alsnum 37 12 5 3 < junk.blc > junk.text +

+5. Add the resulting TEXT commands from junk.text to your alscript +command file. +

+


+ + +

+gjb@bioch.ox.ac.uk +
\ No newline at end of file diff --git a/sources/alscript/doc/alscript/subsection3_10_1.html b/sources/alscript/doc/alscript/subsection3_10_1.html new file mode 100644 index 0000000..a9cc28f --- /dev/null +++ b/sources/alscript/doc/alscript/subsection3_10_1.html @@ -0,0 +1,74 @@ + + New Step 1 Commands + +

+



+ Next: New Step 2 +Up: New Features in + Previous: New Features in +

+

New Step 1 Commands

+

+SCREENSIZE 120 +

+Usually you should not need to change this value, it alters the +screening used by the printer. A value of 120 is used by default. On +most 300dpi black and white printers this gives much smoother greys +than the default used in earlier versions of ALSCRIPT. +

+PIR_SAVE filename +

+Will cause the block file to be saved into the file ``filename'' in +PIR format. This can be useful for moving block file alignments to other +programs. +

+MSF_SAVE filename +

+Will cause the block file to be saved into the file ``filename'' in +something that approximates GCG .msf format. Warning! This has not +been fully tested. +

+NUMBER_COLOUR 4 +

+Sets the colour used for numbering at the top of the alignment (no +American spelling at the moment). In this example, colour number 4 has been +defined (See the DEFINE_COLOURcommand if you are not sure what this means). +

+SINGLE_PAGEIf this is set, ALSCRIPT assumes everything will be plotted on one +page. At the moment, all this does is write the bounding box for the +figure, so encapsulating the PostScript. This may allow the +output of alscript to be imported into word processors etc, but +probably not all. +

+ID_ONLY_ON_FIRST_LINEIf this is present, then sequence identifiers will only be printed on +the first line of the alignment. Often this looks better for small +alignments than the default. +

+BACKGROUND_COLOUR 7 +

+Sets the colour used for the background to the alignment. This can be +useful for preparing figures for projection. At the moment this only +works reliably when the SINGLE_PAGEis also set. +

+BOUNDING_BOX x y x1 y1 +

+Defines the bounding box for the figure. This is set in points (1/72 inch). +NOTE: In version 2.0 this was a STEP 2 Command. +

+BACKGROUND_REGION x y x1 y1 +

+Defines the region to colour as background - the default is set up for A4 paper +so US users may have to fiddle with this. Values are points (1/72 inch). +NOTE: In version 2.0 this was a STEP 2 Command. +

+



+ Next: New Step 2 +Up: New Features in + Previous: New Features in +

+


+ + +

+gjb@bioch.ox.ac.uk +
\ No newline at end of file diff --git a/sources/alscript/doc/alscript/subsection3_10_2.html b/sources/alscript/doc/alscript/subsection3_10_2.html new file mode 100644 index 0000000..e9682cc --- /dev/null +++ b/sources/alscript/doc/alscript/subsection3_10_2.html @@ -0,0 +1,67 @@ + + New Step 2 Commands + +

+



+ Next: New special TEXT +Up: New Features in + Previous: New Step 1 +

+

New Step 2 Commands

+

+COLOUR_TEXT_REGION x y x1 y1 colour +

+Sets the colour for TEXT command output. Similar syntax to COLOUR_REGION, FONT_REGIONetc. +

+COLOUR_LINE_REGION x y x1 y1 colour +

+Set the colour for LINEs in a region. +

+CALCONS x y x1 y1 +

+Calculate conservation values according to Zvelebil et al. for the designated +region. (See Livingstone &Barton 1993 for details and further refs) +

+MASK CONSERVATION cutoff +

+If CONSCAL has been used, then mask residues according to the conservation cutoff. +

+e.g. MASK CONSERVATION 10 would mask all identities, MASK CONSERVATION 6 would +mask reasonably conserved positions. See examples for more on this command. +

+HELIX x1 y x2 +

+Draw a helix from x1 to x2 of sequence y. +

+STRAND x1 y x2 +

+Draw a strand from x1 to x2 of sequence y. +

+COIL x1 y x2 +

+Draw a coil (horizontal line) from x1 to x2 of sequence y. +

+RELATIVE_TO<seqnum> <startnum> +

+Set reference numbers to work relative to sequence number <seqnum>. This +means that in all subsequent commands, ALSCRIPT will translate your x +values into absolute position values in the alignment. This is extremely useful since you can annotate your alignment using your +favourite sequences as a reference point. You no longer have to +translate every x position into the alignment position. +

+<startnum> is optional. If present, it specifies what the first +residue in the displayed sequence is. For example, you may be showing +residues 200-500 of a sequence, so <startnum> would be 200 rather than +the default of 1. Warning - this is a very new feature and +bounds checking is not fully enabled for it. +

+You can use RELATIVE_TOseveral times in the command file to annotate +different sequences. RELATIVE_TO0 resets to the ``normal'' +alignment numbering. +

+


+ + +

+gjb@bioch.ox.ac.uk +
\ No newline at end of file diff --git a/sources/alscript/doc/alscript/subsection3_10_3.html b/sources/alscript/doc/alscript/subsection3_10_3.html new file mode 100644 index 0000000..154a090 --- /dev/null +++ b/sources/alscript/doc/alscript/subsection3_10_3.html @@ -0,0 +1,44 @@ + + New special TEXT commands + +

+



+ Next: Running ALSCRIPT +Up: New Features in + Previous: New Step 2 +

+

New special TEXT commands

+

+Some special TEXT commands have been added to allow drawing of alternative +shapes etc. In fact this is how the HELIX, STRAND and COIL commands are implemented. The text commands are all prefixed by an @ symbol. +

+e.g. TEXT 3 6 ``@fuparrow'' +

+will draw a filled up arrow at position 3,6. +

+The alternative text commands are: +

+@leftarrow - an open left pointing arrow. +

+@fleftarrow - a filled left pointing arrow. +

+@uparrow - an open up pointing arrow. +

+@fuparrow - a filled up pointing arrow. +

+@downarrow - an open down pointing arrow. +

+@fdownarrow - a filled down pointing arrow. +

+@circle - an open circle. +

+@fcircle - a filled circle. +

+I plan to make this option more flexible in the near future. +

+


+ + +

+gjb@bioch.ox.ac.uk +
\ No newline at end of file diff --git a/sources/alscript/doc/alscript/subsection3_11_1.html b/sources/alscript/doc/alscript/subsection3_11_1.html new file mode 100644 index 0000000..80a61bd --- /dev/null +++ b/sources/alscript/doc/alscript/subsection3_11_1.html @@ -0,0 +1,133 @@ + + Basic Use + +

+



+ Next: More complex effects +Up: Running ALSCRIPT + Previous: Running ALSCRIPT +

+

Basic Use

+

+I recommend you read through this section, then scan the commands in +ALSCRIPT Command Summary to get a feel for what ALSCRIPT can do. +

+See Alternative ways of invoking ALSCRIPT. In this section, the +interactive method is described. The QUICK START method shown in +Alternative ways of invoking ALSCRIPT +is useful to format a sequence alignment quickly +using standard pointsize and shading. +

+ALSCRIPT is designed to work with AMPS block file format multiple +alignments. If you have a multiple alignment generated by CLUSTAL V +or the GCG package, then it must be translated to AMPS block file +format. +

+To translate a GCG .MSF file: Type: msf2blc. +To translate a CLUSTAL PIR format file, or any PIR format file: clus2blc. +

+Both programs prompt for the name of an input file, and an output +block file name. A good convention to follow is to name all blockfiles +with the extension ".blc". +

+To run ALSCRIPT simply type: +

+alscript +

+you will then be prompted for the name of the ALSCRIPT command file. +Having typed the filename, the commands will be executed as you have +specified. +

+A Simple Command File (example.als) +

+The file example.blc contains a small multiple sequence alignment. +The following ALSCRIPT command file will convert this into a +PostScript alignment file in 12 point Helvetica. +

+


+#Comments in ALSCRIPT command files start with a #
+#
+#Commands are free format - separated by blank, tab or comma characters
+#
+BLOCK_FILE 	example.blc 		#define the block file to format
+OUTPUT_FILE 	example.ps		#where to put the result
+LANDSCAPE				#landscape paper orientation
+POINTSIZE 12				#12 point default pointsize
+DEFINE_FONT 0 Helvetica DEFAULT		#set font 0 to be Helvetica
+SETUP					#Tell the program to get on with it.
+

+Now try changing the POINTSIZE value to 5 ALSCRIPT will re-format the +alignment to make best use of the available paper. +

+These are all STEP 1 commands - they refer to overall layout, and system +settings - for example, the paper size or maximum sequence length. +Other commonly used STEP 1 commands are IDENT_WIDTH which reserves more +or less width for the sequence identifier codes, NUMBER_SEQS which adds +a number to each sequence and LINE_WIDTH_FACTOR which allows the +thickness of all boxing lines to be adjusted. See +ALSCRIPT Command Summary +for details of these and all other STEP 1 commands. +

+The simple example outlined above can be modified with a variety of +STEP 2 commands. +

+for example file example2.als: +

+


+# FILE example2.als
+#
+#Commands are free format - separated by blank, tab or comma characters
+#
+BLOCK_FILE 	example.blc 		#define the block file to format
+OUTPUT_FILE 	example2.ps		#where to put the result
+LANDSCAPE				#landscape paper orientation
+POINTSIZE 12				#12 point default pointsize
+DEFINE_FONT 0 Helvetica DEFAULT		#set font 0 to be Helvetica
+DEFINE_FONT 1 Helvetica REL 0.5         #set font 1 to be half sized Helvetica
+DEFINE_FONT 3 Helvetica-Bold DEFAULT    #set font 3 to be Bold Helvetica
+DEFINE_FONT 4 Times-BoldItalic DEFAULT  #font 4 is Times-BoldItalic
+NUMBER_SEQS				#Number the sequences at left hand side
+SETUP					#Tell the program to get on with it.
+#
+#step 2 commands come after the SETUP command 
+#
+#Here are some examples...
+#
+SURROUND_CHARS GP ALL		#draw lines around all G and P
+SHADE_CHARS ILVW ALL 0.6	#shade all I L V and W with value 0.6
+BOX_REGION 1 1 2 20 0.8		#rectangular box from positions 1 to 2 of sequences 1 to 20
+FONT_CHARS C ALL 3              #Use font 3 (BOLD Helvetica) for C characters
+ID_FONT ALL 1                   #set identifiers in font 1
+

+There are many possible ways of combining these commands and the +others shown in +ALSCRIPT Command Summary. +In general, if you apply multiple +commands to the same residue, the effect of the last applied command +persists where there would otherwise be a conflict. Thus the +intersection of two overlapping SHADed regions would be shaded +according to the second SHADE command, not some mixture of the two. +Similarly for FONT commands. BOX and SURROUND commands behave in the +opposite sense, all BOXing and SURROUNDing persists regardless of how +many commands you issue. This makes it possible for example, to +SURROUND two different sets of residues as follows: +

+


+
+SURROUND_CHARS DE ALL
+SURROUND_CHARS DEHKR ALL
+

+This would result in D and E characters being partitioned from the rest as well +as D E H K R characters (see Example output). +

+



+ Next: More complex effects +Up: Running ALSCRIPT + Previous: Running ALSCRIPT +

+


+ + +

+gjb@bioch.ox.ac.uk +
\ No newline at end of file diff --git a/sources/alscript/doc/alscript/subsection3_11_2.html b/sources/alscript/doc/alscript/subsection3_11_2.html new file mode 100644 index 0000000..4b6251f --- /dev/null +++ b/sources/alscript/doc/alscript/subsection3_11_2.html @@ -0,0 +1,92 @@ + + More complex effects - Text Lines, and Masks + +

+



+ Next: Using Colour +Up: Running ALSCRIPT + Previous: Basic Use +

+

More complex effects - Text Lines, and Masks

+

+Text, lines and masking are meant to be used to annotate the multiple +alignment. The TEXT command allows any piece of text to be located +anywhere on the alignment. Clearly, however it makes little sense to +superimpose the text over the alignment though this can be done! Accordingly, +you must first make a space to put the text in. Usually, this will be a +few lines below the multiple sequence alignment, but you may want to +add text at the top, or somewhere in between two sequences. You can make +space in two ways. Either by editing the block-file to introduce "dummy" +sequences at the locations you want, or by making use of the ADD_SEQ +command. +

+The ADD_SEQ command has two arguments, the sequence after which you want +further sequences to be added, and how many blank sequences you need. +Thus, we can reserve space for 5 lines of text underneath a 10 sequence +multiple alignment with the following command. +

+ADD_SEQ 10 5 +

+we can then put text below the alignment at the 20th residue. +

+TEXT 20 13 "Active Site His" +

+or any other position. +

+Similarly, we could draw a vertical line to point out which residue we mean +

+LINE LEFT 20 13 11 +

+And change the font of the text to number 7 (whatever that has been set to): +

+FONT_RESIDUE 20 13 7 +

+You can have multiple ADD_SEQ commands, but they must occur in sequence order. +Thus: +

+


+ADD_SEQ 0 5
+ADD_SEQ 5 12
+is legal. +But +

+ADD_SEQ 5 12
+ADD_SEQ 0 5
+

+Is NOT!! NO CHECKING IS performed by the program for this error - so beware! +

+Note that add_seq commands refer to the actual sequence number as +implied by the block file, not the number after applying the add_seq +command. Thus, for a four sequence block file, if you want to add +space for three sequences before sequence 1 and two sequences after +sequence 3, the commands would be: +

+


+ADD_SEQ 0 3
+ADD_SEQ 3 2
+

+Text added with the TEXT command will not be split across page breaks, +so you may in some circumstances need to fiddle a little with the +location/pointsize for the text to get the desired result. +

+Masking is a technique for drawing irregular shaped outlines, or +shaded regions - this should not be confused with the MASK family of commands +described below. For example a histogram can be added to the bottom of +an alignment by first defining some dummy sequences in the block-file +that have letters building up the shape of the histogram, then using +the SURROUND_CHARS or SHADE_CHARS commands together with the SUB_CHARS +command to produce the desired effect. An example of this operation +being used to show frequencies of secondary structure predictions is +shown in example1.als and in the Protein Engineering paper. +

+



+ Next: Using Colour +Up: Running ALSCRIPT + Previous: Basic Use +

+


+ + +

+gjb@bioch.ox.ac.uk +
\ No newline at end of file diff --git a/sources/alscript/doc/alscript/subsection3_13_1.html b/sources/alscript/doc/alscript/subsection3_13_1.html new file mode 100644 index 0000000..078e61a --- /dev/null +++ b/sources/alscript/doc/alscript/subsection3_13_1.html @@ -0,0 +1,96 @@ + + Summary of mask commands + +

+



+ Next: Printing ALSCRIPT Files +Up: The MASK command + Previous: The MASK command +

+

Summary of mask commands

+

+mask SETUP +#Prepares for masking +

+mask LEGAL <qstring> +#defines characters to include in ID or FRE calcs - optional. +

+mask ILLEGAL <qstring> +#defines characters to exclude in ID or FRE calcs - optional. +

+mask ID ALL N +#Calculates a mask that flags the character that occurs at least N +times at a position. The word ALL can be substituted by four numbers +that define a region of the alignment. +

+mask FRE ALL +#calculates a mask that flags the most frequently occuring amino acid +at each position. ALL may be replaced by four numbers defining a region +of the alignment. +

+Multiple mask FRE or mask ID commands may be applied, using different +LEGAL and ILLEGAL character definitions. In this way more complex +effects can be built up. +

+The mask command also allows characters that are identical to one +sequence to be masked. +

+mask AGREE ALL N +

+will mask all positions that are identical to the Nth sequence. Thus, +for sequences that are very similar to a newly sequenced sequence, all +characters identical to the new sequence can be boxed or shaded, or set +in a different font or colour etc... +

+mask NOT ALL +

+allows the mask to be inverted. Thus, all positions that are NOT in the +mask now form the mask. So, having done a mask AGREE, a mask NOT will +allow the positions that are not identical to the selected sequence to +be highlighted or substituted. +

+mask SUB ALL <char> +

+substitutes all characters in the mask with the character <char>. +

+mask REGION ALL +applies a mask to all residues in the defined region. +

+The following effects can now be applied to the masked characters: +

+mask BOX ALL +#boxes the masked residues - ie surrounds them by lines. +

+mask SHADE ALL <grey> +#shades the masked residues by grey value. +

+mask FONT ALL <fontnum> +#Uses font fontnum to output the masked residues. +

+mask INVERSE ALL +#Inverts the masked characters - ie outputs them in white. +

+mask CCOL ALL <colnum> +#outputs the masked characters in the defined colour. +

+mask SCOL ALL <colnum> +#outputs the backgrounds of the masked characters in the defined +colour. +

+In all commands, the word ALL can be replaced by four numbers defining +the region to which the command is applied. +

+mask RESET +#resets the entire mask for re-use +

+



+ Next: Printing ALSCRIPT Files +Up: The MASK command + Previous: The MASK command +

+


+ + +

+gjb@bioch.ox.ac.uk +
\ No newline at end of file diff --git a/sources/alscript/doc/alscript/subsection3_16_1.html b/sources/alscript/doc/alscript/subsection3_16_1.html new file mode 100644 index 0000000..c4a9a0a --- /dev/null +++ b/sources/alscript/doc/alscript/subsection3_16_1.html @@ -0,0 +1,45 @@ + + ALSCRIPT Command Summary + +

+



+ Next: STEP 1 COMMANDS +Up: Appendices + Previous: Appendices +

+

ALSCRIPT Command Summary

+

+ +

+WARNING: Very little error checking is performed on command input. If +you give the wrong number of arguments to a command, then unexpected +things may happen, or the program will crash very inelegantly. I hope +to fix this in the next version of the program, in the meantime, make sure +you give the correct number of arguments to each command. +

+All commands up to the first space character may be entered in UPPER +or lower case or MiXEd case. Qualifiers for commands (e.g. REL) must +be written in UPPER case. +

+Command Reference: +

+


+<int>  = enter an integer  (e.g. 240)
+<float> = enter a floating point number (e.g. 0.45)
+<string> = enter a string (e.g.  ARNDql)
+<qstring> = enter a quoted string (e.g. "Active Site")
+<char>    = enter a single character.
+

+


+ +
+ + +

+gjb@bioch.ox.ac.uk +
\ No newline at end of file diff --git a/sources/alscript/doc/alscript/subsection3_16_10.html b/sources/alscript/doc/alscript/subsection3_16_10.html new file mode 100644 index 0000000..c1bdb36 --- /dev/null +++ b/sources/alscript/doc/alscript/subsection3_16_10.html @@ -0,0 +1,50 @@ + + Wish List for next version!! + +

+



+ Next: Acknowledgements +Up: Appendices + Previous: Program Crashes and +

+

Wish List for next version!!

+

+ +

+A command interpreter that does more error checking will be included. +Currently, no checking is done to make sure that the correct number of +arguments are given to a command. +

+Sequences will be able to be given unique labels and region commands refer +to these labels or ranges of labels. This will permit a sequence to be +deleted or added to the alignment without having to update the .als file. +

+The relative numbering option will be extended to allow numbering relative +to a position. e.g. 456+7 would be 7 residues after position 456. This +will allow annotation of positions that may be in insertions relative to the +reference sequence. +

+Special TEXT commands will be extended to allow alternative shapes to +be drawn and scaled in various ways. +

+Tree drawing and generalised graphics. An option to draw arbitrary lines +on an alignment will be added. This will permit line graphics to be added +to an alignment. The initial reason for this will be to show dendrograms +(trees) alongside the alignment, but simple line graphs could also be plotted +under the alignment. +

+Fiddle factors will be introduced to allow fine positioning of +individual characters. For example, if you like your ``I'' characters +to be centred rather than left justified, this will be possible. +

+In single_pagemode, it will be possible to add arbitrary text to an +alignment for final annotation, e.g. titles etc. +

+Variable height/width sequence lines will be permitted (maybe). +

+


+ + +

+gjb@bioch.ox.ac.uk +
\ No newline at end of file diff --git a/sources/alscript/doc/alscript/subsection3_16_11.html b/sources/alscript/doc/alscript/subsection3_16_11.html new file mode 100644 index 0000000..2066b40 --- /dev/null +++ b/sources/alscript/doc/alscript/subsection3_16_11.html @@ -0,0 +1,21 @@ + + Acknowledgements + +

+



+ Next: References +Up: Appendices + Previous: Wish List for +

+

Acknowledgements

+

+I thank all those who have emailed me with suggestions for +improvements to alscript. I've tried to include some of these in the +current distribution (e.g. screening). +

+


+ + +

+gjb@bioch.ox.ac.uk +
\ No newline at end of file diff --git a/sources/alscript/doc/alscript/subsection3_16_12.html b/sources/alscript/doc/alscript/subsection3_16_12.html new file mode 100644 index 0000000..aa1d111 --- /dev/null +++ b/sources/alscript/doc/alscript/subsection3_16_12.html @@ -0,0 +1,51 @@ + + References + +

+



+ Next: About this document +Up: Appendices + Previous: Acknowledgements +

+

References

+

+ +

+


+
+1.  Barton, G. J. (1993), 
+	"ALSCRIPT A tool to format multiple sequence alignments",
+	Protein Engineering,  Volume 6, No. 1, pp.37-40.
+
+2.  Barton, G. J. (1990),
+    	"Protein Multiple Sequence Alignment and Flexible Pattern Matching",
+	Methods in Enzymology,
+    	183,403-428.
+
+3.  Barton, G. J. and Sternberg, M. J. E. (1987),
+    	"A Strategy for the Rapid Multiple Alignment of Protein Sequences: 
+         Confidence Levels From Tertiary Structure Comparisons",
+	Journal of Molecular Biology,
+    	198,327-337
+
+4. Higgins, D. G. and Sharp, P. M. (1989),
+    	"Fast and sensitive multiple sequence alignments on a microcomputer",
+	CABIOS,
+    	5,151--153
+
+5. Devereux, J. Haeberli, P. Smithies, O. (1984),
+    	"A comprehensive set of sequence analysis programs for the VAX",
+	Nucleic Acids Res.
+    	12, 387-395
+
+6. Livingstone, C. D. and Barton, G. J. (1993),
+	"Protein Sequence Alignments:  A Strategy for the Hierarchical analysis
+	of residue conservation"
+	Computer Applications in the Biosciences,
+	9, 745-756.
+
+ + +

+gjb@bioch.ox.ac.uk +
\ No newline at end of file diff --git a/sources/alscript/doc/alscript/subsection3_16_2.html b/sources/alscript/doc/alscript/subsection3_16_2.html new file mode 100644 index 0000000..c658f4e --- /dev/null +++ b/sources/alscript/doc/alscript/subsection3_16_2.html @@ -0,0 +1,65 @@ + + AMPS Block file format + +

+



+ Next: PostScript Fonts +Up: Appendices + Previous: STEP 2 COMMANDS +

+

AMPS Block file format

+

+ +

+The first part of a block-file contains the identifier codes of the +sequences that are to follow. Each code is prefixed by the > symbol, codes +must not contain spaces. +

+e.g. +


+>HAHU
+>Trypsin
+>A0046
+>Seq1
+

+etc. +

+ALSCRIPT counts the number of > symbols in the beginning of the file +until a * symbol is found. The * signals the beginning of the +multiple alignment which is stored VERTICALLY, thus columns are +individual sequences, whilst rows are aligned positions. The * symbol +must lie over the first sequence. A further star in the same column +signals the end of the alignment. ALSCRIPT uses the number of > +symbols at the beginning of the file to work out how many columns to +read from the * position. It is therefore important that the only > +symbols in the file are those that define the identifiers, and the +only * symbols are those defining the start and end of the multiple +alignment. The block file can contain additional text, providing that +there are no more > or * symbols in the file than those used to define +the identifiers or alignment start and end. +

+A simple, small block-file is shown here. +

+


+>Seq_1
+>A0231
+>HAHU
+>Four_Alpha
+>Globin
+>GLobin_C
+*
+ARNDLQ
+AAAAAA
+PPPPPP
+PP PPP
+WW WWW
+LLLLLL
+IIVVLL
+*
+

+


+ + +

+gjb@bioch.ox.ac.uk +
\ No newline at end of file diff --git a/sources/alscript/doc/alscript/subsection3_16_3.html b/sources/alscript/doc/alscript/subsection3_16_3.html new file mode 100644 index 0000000..32d691f --- /dev/null +++ b/sources/alscript/doc/alscript/subsection3_16_3.html @@ -0,0 +1,54 @@ + + PostScript Fonts + +

+



+ Next: 386 DOS installation +Up: Appendices + Previous: AMPS Block file +

+

PostScript Fonts

+

+ +


+Times-Roman,   
+Times-Italic,  
+Times-Bold,  
+Times-BoldItalic,
+Helvetica,  
+Helvetica-Oblique,  
+Helvetica-Bold,   
+Helvetica-BoldOblique,    
+Courier,    
+Courier-Oblique,    
+Courier-Bold
+Courier-BoldOblique,      
+AvantGarde-Book,       
+AvantGarde-BookOblique,     
+AvantGarde-Demi,    
+AvantGarde-DemiOblique,
+Bookman-Demi,  
+Bookman-DemiItalic,  
+Bookman-Light,  
+Bookman-LightItalic,     
+Helvetica-Narrow,    
+Helvetica-Narrow-Bold,
+Helvetica-Narrow-BoldOblique,      
+Helvetica-Narrow-Oblique,
+NewCenturySchblk-Roman,               
+NewCenturySchlbk-Bold,
+NewCenturySchblk-Italic,        
+NewCenturySchblk-BoldItalic,
+Palatino-Roman,  
+Palatino-Bold,  
+Palatino-Italic,  
+Palatino-BoldItalic 
+ZapfChancery-MediumItalic.
+Symbol
+

+


+ + +

+gjb@bioch.ox.ac.uk +
\ No newline at end of file diff --git a/sources/alscript/doc/alscript/subsection3_16_4.html b/sources/alscript/doc/alscript/subsection3_16_4.html new file mode 100644 index 0000000..eb7b4e9 --- /dev/null +++ b/sources/alscript/doc/alscript/subsection3_16_4.html @@ -0,0 +1,79 @@ + + 386 DOS installation + +

+



+ Next: TECHNICAL NOTES +Up: Appendices + Previous: PostScript Fonts +

+

386 DOS installation

+

+ +

+IMPORTANT - The programs on this disk will ONLY WORK on a PC with a 386 +or better processor. See the Technical Notes section for details of why. +

+Directions: +

+

  1. + Create a directory on your hard disk. + e.g. mkdir ALSCRIPT. +

    +

  2. + Copy the Contents of the floppy disk into this directory. +
    
    +    e.g.   copy a:*.* c:\alscript.
    +

    +

  3. + Edit your AUTOEXEC.BAT file and add +
    
    + C:\ALSCRIPT to your path.
    +

    +

  4. + Edit your AUTOEXEC.BAT file and add the following two lines. + set DOS4GVM=@ALSCRIPT.VMC + set DOS4G=quiet +
+

+The first line is an instruction to read instructions from the file +ALSCRIPT.VMC. This sets up a permanent swap file on your hard disk. +By default, the swap file is about 12MBytes in size. If you do not have +this much free space on your disk, then edit the ALSCRIPT.VMC file +to reduce the swap file size, or alternatively, do not put this line +in your autoexec.bat. +

+The programs will run without this swap file, but you will be limited in + the size of alignment you can process by the amount of RAM you have +installed. I have only tested this program on a 486/33 with 8MBytes RAM +and a 386/33 with 4MBytes so I do not know the practical limitations of +machines with smaller memories. Any feedback would be appreciated. +

+5. Type AUTOEXEC.BAT to initialise the changes, or better still, reset +the computer. +

+6. You should now be able to run all three programs in the package from +anywhere on your disk. msf2blc, clus2blc and alscript. If you get +memory allocation errors when you try to run alscript, then use the +MAX_NSEQ and MAX_SEQ_LEN commands to reduce the default limits. If the +program still won't run, then think about buying some more memory!! +

+The programs msf2blc and clus2blc should run OK, but if you try to +process alignments that are too large for your computer, you may get a +"malloc error" which will stop the program. If this happens and you are +not using the virtual memory option discussed above, then try adding the +line set DOS4GVM=@filename to your autoexec.bat file. If you +don't have enough disk space to do this, then buy a bigger disk, or more +memory. +

+



+ Next: TECHNICAL NOTES +Up: Appendices + Previous: PostScript Fonts +

+


+ + +

+gjb@bioch.ox.ac.uk +
\ No newline at end of file diff --git a/sources/alscript/doc/alscript/subsection3_16_5.html b/sources/alscript/doc/alscript/subsection3_16_5.html new file mode 100644 index 0000000..c41935e --- /dev/null +++ b/sources/alscript/doc/alscript/subsection3_16_5.html @@ -0,0 +1,28 @@ + + TECHNICAL NOTES + +

+



+ Next: Unix Installation +Up: Appendices + Previous: 386 DOS installation +

+

TECHNICAL NOTES

+

+The executables included in this package were compiled with the WATCOM C +compiler. This is a full 32 bit compiler that makes good use of the 386 +processor and does not work on the 16 bit 286. It also has the +advantage of allowing the flat memory model to be used. In practice +this means that porting programs like alscript from Unix computers like +the Sun, is straightforward. In order to access the memory of the +computer in this way, an extra program called a dos extender is required +- this is called DOS4GW.EXE. DOS4GW is automatically invoked every time +you run one of the programs and is responsible for managing the memory and +creating the swap file discussed above. +

+


+ + +

+gjb@bioch.ox.ac.uk +
\ No newline at end of file diff --git a/sources/alscript/doc/alscript/subsection3_16_6.html b/sources/alscript/doc/alscript/subsection3_16_6.html new file mode 100644 index 0000000..302ea94 --- /dev/null +++ b/sources/alscript/doc/alscript/subsection3_16_6.html @@ -0,0 +1,45 @@ + + Unix Installation + +

+



+ Next: VAX/VMS Installation +Up: Appendices + Previous: TECHNICAL NOTES +

+

Unix Installation

+

+ +

+ALSCRIPT is distributed with executables for Sun (SunOS 4.1.3), Silicon +Graphics (IRIX 5.3), DEC ALPHA OSF/1 and Sun Solaris (2.4). The executables +are stored in the subdirectories bin/sun, bin/sgi, bin/osf and bin/sol. If +these are OK for your system, then just add the apporpriate directory to your +path, or put links to /usr/local/bin or somewhere that is on all users paths. +

+The source code for ALSCRIPT is contained in a directory hierarchy. +The top directory contains a README file and the BUILD script. +Subdirectories are: examples which contains example command and +alignment files, doc which contains and PostScript copies +of the manual - a subdirectory of this contains an HTML version of the +manual, and src which contains the source code and Makefiles for +the package. There may also be a directory called bin. If +present this will contain subdirectories with executables for the +programs in the package. Makefiles to build alscript, msf2blc, +clus2blc and alsnum are included in the src directory. Versions +for Sun (acc compiler .sun), Silicon Graphics (.sgi), DEC OSF/1 (.osf) +are included. +

+There is a utility csh script called BUILD. Simply type ./BUILD sun to +compile alscript on the Sun, ./BUILD sgi for Silicon Graphics or BUILD +gcc for use with gcc compiler. See instructions in the file BUILD. +The BUILD script will create a /bin directory and subdirecotry +if not already present. You can create makefiles for different computers +and the BUILD script should still function. +

+


+ + +

+gjb@bioch.ox.ac.uk +
\ No newline at end of file diff --git a/sources/alscript/doc/alscript/subsection3_16_7.html b/sources/alscript/doc/alscript/subsection3_16_7.html new file mode 100644 index 0000000..03750a3 --- /dev/null +++ b/sources/alscript/doc/alscript/subsection3_16_7.html @@ -0,0 +1,28 @@ + + VAX/VMS Installation + +

+



+ Next: Alternative ways of +Up: Appendices + Previous: Unix Installation +

+

VAX/VMS Installation

+

+ +

+The standard VAX C compiler is not ANSI. Accordingly, ALSCRIPT will require +changes to the source code to compile on a VAX. +

+The DEC C++ compiler works OK for alscript. Alscript will also compile +on Dec ALPHA under OpenVMS. A descrip.mms file is included for this +purpose. +

+WARNING: I've not tested Version 2.0 of ALSCRIPT on VMS +

+


+ + +

+gjb@bioch.ox.ac.uk +
\ No newline at end of file diff --git a/sources/alscript/doc/alscript/subsection3_16_8.html b/sources/alscript/doc/alscript/subsection3_16_8.html new file mode 100644 index 0000000..0feb75a --- /dev/null +++ b/sources/alscript/doc/alscript/subsection3_16_8.html @@ -0,0 +1,82 @@ + + Alternative ways of invoking ALSCRIPT + +

+



+ Next: Program Crashes and +Up: Appendices + Previous: VAX/VMS Installation +

+

Alternative ways of invoking ALSCRIPT

+

+ +

+The documentation above describes the interactive mode of running ALSCRIPT. +However, it may be more convenient to run the program as a pipe under +Unix or MS-DOS. Examples are shown here. +

+ALSCRIPT is a program for producing pretty versions of multiple +sequence aligments. ALSCRIPT will also format single sequences. A +full description of the program is given in the file "alscript.doc". +

+Ways of running alscript: +

+

  1. + Interactive mode: just type alscript. + You will be prompted for a command file name. The command file will + define the AMPS blocfile, and name of the file to store the PostScript + output - see alscript.doc for details. +

    +

  2. + alscript <command_file> has same effect as 1, But does not prompt for + the command file + e.g. alscript example1.als +

    +

  3. + alscript -q < <blocfile> > <PostScript> + Quick mode - uses default commands, reads alignment from stdin, + writes PostScript to stdout. This mode creates a command file + called ALPSQ.COM. +

    + e.g. alscript -q < example1.blc > example1.ps +

    +

  4. + alscript -f <command_file> + Similar effect to 2. +

    +

  5. + alscript -f <command_file> -s + Silent operation: No messages are written to stderr, unless fatal. + Silent operation may be toggled by the silent_mode command + in the command file. +

    +

  6. + alscript -f <command_file> -p < <blocfile> > <PostScript> + Make alscript work like a pipe - blocfile is read from stdin, + postscript is written + to stdout. Messages are written to stderr. To supress messages include + the -s flag too +

    + e.g. alscript -f example1.als -p -s < example1.blc > example1.ps +

    +

+

+Using alscript as a pipe has the advantage of allowing the blocfile to +be created on the fly by the programs msf2blc or clus2blc. For example +if we have a GCG .msf file called "pileup.msf" we can run alscript with +default shading/fonts and send the results straight to the PostScript +printer "lpr" as follows: +

+msf2blc -q <pileup.msf | alscript -q -s | lpr +

+



+ Next: Program Crashes and +Up: Appendices + Previous: VAX/VMS Installation +

+


+ + +

+gjb@bioch.ox.ac.uk +
\ No newline at end of file diff --git a/sources/alscript/doc/alscript/subsection3_16_9.html b/sources/alscript/doc/alscript/subsection3_16_9.html new file mode 100644 index 0000000..f101184 --- /dev/null +++ b/sources/alscript/doc/alscript/subsection3_16_9.html @@ -0,0 +1,35 @@ + + Program Crashes and Known Bugs + +

+



+ Next: Wish List for +Up: Appendices + Previous: Alternative ways of +

+

Program Crashes and Known Bugs

+

+ +

+We've used ALSCRIPT on Sun Workstations and Silicon Graphics for some +time, with very large alignments and command files with thousands of +commands. All seems to work OK, the program has not crashed on us at +all!! +

+However, the command interpreter in ALSCRIPT is very simple and +the program will crash if you give any command the wrong number of +arguments (e.g. leaving out the shade value in a shade_chars command). +

+If you do make the program crash, have checked all the documentation +and your numbers, and the program still crashes. Then send me +the command file and block file that causes the crash and I will try +to investigate. +

+Suggestions for improvements to the program are always welcome. +

+


+ + +

+gjb@bioch.ox.ac.uk +
\ No newline at end of file diff --git a/sources/alscript/doc/alscript/subsubsection3_16_1_1.html b/sources/alscript/doc/alscript/subsubsection3_16_1_1.html new file mode 100644 index 0000000..d7f6ae0 --- /dev/null +++ b/sources/alscript/doc/alscript/subsubsection3_16_1_1.html @@ -0,0 +1,21 @@ + + STEP 1 COMMANDS + +

+



+ Next: REQUIRED STEP 1 +Up: ALSCRIPT Command Summary + Previous: ALSCRIPT Command Summary +

+

STEP 1 COMMANDS

+

+These all refer to either system settings - e.g. the maximum allowed +sequence length, or to general page layout features. e.g. the longest +and shortest side of the paper on which you are plotting. +

+


+ + +

+gjb@bioch.ox.ac.uk +
\ No newline at end of file diff --git a/sources/alscript/doc/alscript/subsubsection3_16_1_2.html b/sources/alscript/doc/alscript/subsubsection3_16_1_2.html new file mode 100644 index 0000000..593d1cc --- /dev/null +++ b/sources/alscript/doc/alscript/subsubsection3_16_1_2.html @@ -0,0 +1,62 @@ + + REQUIRED STEP 1 COMMANDS + +

+



+ Next: OPTIONAL STEP 1 +Up: ALSCRIPT Command Summary + Previous: STEP 1 COMMANDS +

+

REQUIRED STEP 1 COMMANDS

+

+BLOCK_FILE <string> +

+Gives the name of the file that contains the multiple sequence alignment +to be formatted. File names should be fully qualified i.e. not +relative to the current directory. If no block file command is given, +ALSCRIPT will expect to read the block file from standard input. +

+OUTPUT_FILE <string> +

+Defines the output file name. This command should be near the beginning of +the command list. +e.g. OUTPUT_FILE Figure1.ps +

+You MUST define an output file unless the -p option +(See Alternative ways of invoking ALSCRIPT) +is used. +

+DEFINE_FONT <int> <string> (<int>/DEFAULT)/(REL <float>) +

+Defines a font to use later: +e.g. +


+DEFINE_FONT 0 Helvetica 10
+DEFINE_FONT 2 Times-Roman 2
+

+defines font number 0 to be 10 point Helvetica, and font number 2 to be +2 point Times-Roman. Font 0 is always used as the default font. You MUST +define at least the font 0 font. +

+DEFINE_FONT 3 Times-Roman DEFAULT +

+sets font 3 to be Times-Roman at whatever the default pointsize +is as set by the POINTSIZE command. +

+DEFINE_FONT 4 Helvetica REL 0.5 +

+sets font 4 to be helvetica at half the default pointsize. +

+NOTE: Font names must be written exactly as shown in +PostScript Fonts. +

+SETUP +

+Signals the end of the STEP 1 commands. +

+


+ + +

+gjb@bioch.ox.ac.uk +
\ No newline at end of file diff --git a/sources/alscript/doc/alscript/subsubsection3_16_1_3.html b/sources/alscript/doc/alscript/subsubsection3_16_1_3.html new file mode 100644 index 0000000..163a66b --- /dev/null +++ b/sources/alscript/doc/alscript/subsubsection3_16_1_3.html @@ -0,0 +1,185 @@ + + OPTIONAL STEP 1 COMMANDS + +

+



+ Next: STEP 2 COMMANDS +Up: ALSCRIPT Command Summary + Previous: REQUIRED STEP 1 +

+

OPTIONAL STEP 1 COMMANDS

+

+ADD_SEQ <int> <int> +

+Allows extra sequence positions to be created in an existing alignment. This +permits additional annotations to be interspaced either above, below, or +anywhere in the middle of an alignment. For example: +

+ADD_SEQ 0 10 +

+would create an additional 10 sequences - all set to the blank character +before the first sequence in the block file that has been read in. +

+ADD_SEQ 3 1 +

+would add an extra sequence after sequence 3. +

+IMPORTANT: If you use the ADD_SEQ facility to add sequences anywhere except +after the last sequence, then remember that the sequence +numbers will alter. All formatting commands that follow this command +must use the new sequence numbering. Thus in the first example: +

+ADD_SEQ 0 10 +

+what was sequence number 1 becomes sequence 11. Sequences 1-10 are +the new blank sequences to be used for annotation. Note that the +sequence numbers only change for commands AFTER the SETUP command, +thus, multiple add_seq commands refer to the sequence number as +implied by the block file. +

+POINTSIZE <int> +

+Defines the pointsize to be used to scale the plot and space the characters. +Default is 10 point. +

+NUMBER_SEQSIf present, then the sequence number is output with the identifier +code. This is useful for finding the coordinates of residues to box +or otherwise highlight. +

+LANDSCAPE +

+Specifies that alignments will be plotted with the longest paper axis +horizontal. (Can get longer alignments on a page this way). +

+PORTRAIT +

+Specifies that alignments will be plotted with the longest paper axis vertical +(can get more sequences on a page this way). +

+IDENT_WIDTH <int> +

+Units are characters. +

+Reserves <int> characters at left of every page for plotting +identifiers. Note that not all this space need be used, if a smaller +pointsize is used to plot out the identifier codes, than is used for +the main alignment. +

+LINE_WIDTH_FACTOR <float> +

+Value greater than 0 that scales the default line width. The linewidth +is obtained by multiplying the pointsize by this factor. +

+X_SPACE_FACTOR <float> +

+Y_SPACE_FACTOR <float> +

+This determines the spacing between adjacent residues in the X and Y +directions. The spacing is calculated as: POINTSIZE + POINTSIZE * +X_SPACE_FACTORor POINTSIZE + POINTSIZE * Y_SPACE_FACTOR as +appropriate. Defaults are 0.2 and 0.0 respectively. +

+X_SHIFT_FACTOR <float> +

+Y_SHIFT_FACTOR <float> +

+These determine the shift relative to the residue drawing position +that is given to the boxing lines. The shift is calculated as +follows +

+(POINTSIZE + POINTSIZE * X_SPACE_FACTOR) * X_SHIFT_FACTOR +similarly for Y_SHIFT_FACTOR. +

+The defaults are 0.3 and 0.0 respectively. +

+Fiddling with the X_SPACE/SHIFT values is useful to fine tune the +appearance of the alignment. +

+MAX_INPUT_LEN <int> +

+Units are characters. +Defines the maximum number of characters possible in the input line +length. This must be greater than the maximum number of sequences +(MAX_NSEQ). +

+e.g. MAX_INPUT_LEN 600 +

+Increases the default value of 500 characters to 600 characters. +

+MAX_NSEQ <int> +

+Units are characters. Defines the maximum number of sequences that +may be read by the program. This parameter has a large default (500). +You may need to reduce it on computers with small memories. +

+MAX_ILEN <int> +

+Units are characters. +The maximum length allowed for a sequence identifier code. +

+MAX_SEQ_LEN <int> +

+Defines the maximum length allowed for a sequence alignment - this may +need to be reduced from the 8000 default value on smaller computers. +

+X_OFFSET <int> +Units of points (1/72 inch). +

+Defines the offset along the X-axis that the alignments will be shifted prior +to printing. Fiddle with this value to get a nice offset from the bottom left +hand corner of the page if your page size is not A4. +

+Y_OFFSET <int> +Units of points (1/72 inch). +

+As for X_OFFSET, only Y axis. +

+MAX_SIDE <int> +Units of inches. +

+Defines the length of the longest side of the printer page. +

+MIN_SIDE <int> +Units of inches. +

+Defines the length of the shortest side of the printer page. +

+VERTICAL_SPACING <int> +

+Defines the vertical spacing in character units between blocks of sequences +when more than one block will fit on a page - default is 0. +

+DEFINE_COLOUR <int> <float> <float> <float> +

+DEFINE_COLORDefines a colour - the first number is a number by which the colour will +be referred. The following three numbers are the intensities of red, +green and blue respectively. Thus: +

+DEFINE_COLOUR 1 0 0.2 0.8 +

+sets colour number 1 to be a colour with no red, 0.2 green and 0.8 blue. +The exact appearance of this colour will depend on the output device. +If you find suitable combinations of colours for your printer, then +please let me know and I shall distribute your suggestions with the +program. +

+DO_TICKSIf present, then tick marks are drawn below the numbers at the top of the page. +Otherwise no ticks are shown. +

+NUMBER_INT <int> +

+Specifies the interval for writing residue position numbers. Default is 10 +

+NO_NUMBERSSwitches all residue numbering off. +

+



+ Next: STEP 2 COMMANDS +Up: ALSCRIPT Command Summary + Previous: REQUIRED STEP 1 +

+


+ + +

+gjb@bioch.ox.ac.uk +
\ No newline at end of file diff --git a/sources/alscript/doc/alscript/subsubsection3_16_1_4.html b/sources/alscript/doc/alscript/subsubsection3_16_1_4.html new file mode 100644 index 0000000..25f44c4 --- /dev/null +++ b/sources/alscript/doc/alscript/subsubsection3_16_1_4.html @@ -0,0 +1,299 @@ + + STEP 2 COMMANDS + +

+



+ Next: AMPS Block file +Up: ALSCRIPT Command Summary + Previous: OPTIONAL STEP 1 +

+

STEP 2 COMMANDS

+

+All these are optional formatting commands. +

+IMPORTANT PLEASE READ THIS NOTE: +

+For those commands that accept region definitions (e.g. SURROUND_CHARS) it +is easiest to think of the region being defined in terms of X and Y +coordinates, where X is the sequence residue coordinate and Y is the +sequence number coordinate. Thus 3 7 means the 3rd residue in sequence 7. +3 7 12 42 means the rectangular box bounded by residue 3 of sequence 7 and +residue 12 of sequence 42. +

+SURROUND_CHARS <string> ALL +

+Draw lines round, but not between the characters that are in the string. +e.g. +

+SURROUND_CHARS GP ALL +

+will draw lines round all G and P characters in the alignment, but not +between adjacent G and P characters. +

+SURROUND_CHARS <string> <int> <int> <int> <int> +

+Similar command, but the surrounding is restricted to the region defined by +the four integers. +

+e.g. +

+SURROUND_CHARS ILVW 3 12 7 32 +

+would surround ILVW characters that occur in the region defined +from residue positions 3-7 of sequences 12 to 32. +

+SHADE_CHARS <string> ALL <float> +

+Shade all characters in the <string> by the grey value given by <float>. +e.g. +

+SHADE_CHARS GP ALL 0.5 +

+would shade all G and P characters in the alignment by the grey value 0.5. +

+SHADE_CHARS <string> <int> <int> <int> <int> <float> +

+restricts the shading to the region defined by the four integers. Thus +

+SHADE_CHARS ILVW 3 12 7 32 0.7 +

+would shade I L V and W characters from residues 3-7 of sequences 12-32 +inclusive with a grey value of 0.7. +

+FONT_CHARS <string> ALL <int> +

+e.g. +

+FONT_CHARS GP ALL 7 +

+would use font 7 to write out all G and P characters. Font 7 MUST have been +defined using the DEFINE_FONTcommands above. +

+FONT_CHARS <string> <int> <int> <int> <int> <int> +

+Similar to previous command, but restricts the effect to the region defined +by the first four integers. The font must have been defined by the +DEFINE_FONT command. +

+e.g. +

+FONT_CHARS ILVW 3 45 9 70 7 +

+Would set the font to 7 for I L V and W characters for residues 3-9 of +sequences 45-70 inclusive. The font must have been defined by the +DEFINE_FONT command. +

+FONT_REGION <int> <int> <int> <int> <int> +

+Define the font to use throughout the region specified by the first four +integers. +

+e.g. +

+FONT_REGION 3 12 20 40 10 +

+Use font 10 for residues from residues 3-20 of sequences 12-40. The font +must have been defined using the DEFINE_FONTcommand. +

+FONT_RESIDUE <int> <int> <int> +

+Set the font for use with a single residue position - most useful when used +with the TEXT command. +

+e.g. +

+FONT_RESIDUE 3 7 2 +

+Use font 2 for residue 3 of sequence 7. Font 2 must have been defined using +the DEFINE_FONT command. +

+LINE <string> <int> <int> <int> +

+There are four commands of this type for drawing horizontal or vertical lines +on the alignment. +

+LINE LEFT <int> <int> <int> +

+Draw a line to the left of the character positions indicated. +

+e.g. +

+LINE LEFT 3 12 24 +

+Draw a vertical line starting at residue 3 of sequence 12 and ending at +residue 3 of sequence 24. +

+LINE TOP 3 12 24 +

+Draw a horizontal line above the character positions from residue 3 of +sequence 12 to residue 24 of sequence 12. +

+Similar commands are: +

+LINE BOTTOM <int> <int> <int> Draw a line at bottom of character position. +

+LINE RIGHT <int> <int> <int> Draw a line at right of character position. +

+BOX_REGION <int> <int> <int> <int> +

+Draw a box around the region indicated by the four integers. +

+e.g. +

+BOX_REGION 2 5 30 7 +

+Would box from residue 2 of sequence 5 to residue 30 of sequence 7. +

+SHADE_REGION <int> <int> <int> <int> <float> +

+Shade the region indicated by the integers with the grey value shown by the +float. +e.g. +

+SHADE_REGION 30 40 35 46 0.2 +

+Would shade from residue 30-35 of sequences 40-46 with a grey value of 0.2. +

+SHADE_RES <int> <int> <float> +

+Shade just one amino acid with the grey value. +

+e.g. +

+SHADE_RES 3 4 0.7 +

+Shades residue 3 of sequence 7. (Note: this can also be achieved with the +

+SHADE_REGION command, but requires 2 extra numbers) +

+TEXT <int> <int> <qstring> +

+Place the text string at the location indicated. +

+e.g. +

+TEXT 30 70 "Active Site His" +

+would put the text Active Site His starting at position 30 of sequence +70. (Use FONT_RESIDUE or FONT_REGION commands to set the font of the +text). Text added with the TEXT command will not be split across page +breaks, so you may in some circumstances need to fiddle a little with +the location/pointsize for the text to get the desired result. +

+ID_FONT ALL <int> +

+Set the font for all identifier codes to the font number shown by <int>. +e.g. +

+ID_FONT ALL 3 +

+Would set all the identifier codes to font 3. +

+ID_FONT <int> <int> +

+Set the font for a specific identifier to font number. +e.g. +

+ID_FONT 12 4 +

+Use font 4 for the identifer of sequence 12, default font for all other +identifiers. +

+SUB_CHARS ALL <char> <char> +

+Substitute the characters indicated. +

+e.g. +

+SUB_CHARS ALL + * +

+would change all occurences of + to * in the alignment. +

+SUB_CHARS <int> <int> <int> <int> <char> <char> +

+restrict the substitution to the region shown. +

+e.g. +

+SUB_CHARS 1 1 7 8 %* +

+would substitute * for %from residue 1-7 of sequences 1-8. +NOTE: To substitute for or with the space character use the word SPACE. +e.g. to change all space characters to -. +

+SUB_CHARS ALL SPACE - +

+SUB_ID <int> <qstring> +

+Replace the numbered identifier by the string. +e.g. +

+SUB_ID 34 "Predicted Secondary Structure" +

+would replace whatever the identifier of sequence 34 was, by the text shown. +This is useful when used in conjunction with the ADD_SEQ command shown under +the STEP 1 commands. +

+INVERSE_CHARS <string> ALL/Range (similar syntax to FONT_CHARS but no +font number) +

+Print the selected characters in white. This clearly will only work +if you first use the SHADE_CHARScommand to shade the characters with +something other than white. +

+CCOL_CHARS <string> ALL <int> +

+Colour all characters in the <string> by the colour defined by <int>. +

+e.g. +

+CCOL_CHARS GP ALL 12 +

+would colour all G and P characters in the alignment by the colour 12. +This colour MUST have been defined by the DEFINE_COLOUR command. +

+CCOL_CHARS <string> <int> <int> <int> <int> <int> +

+restricts the colouring to the region defined by the four integers. Thus +

+CCOL_CHARS ILVW 3 12 7 32 7 +

+would colour I L V and W characters from residues 3-7 of sequences 12-32 +inclusive with the colour 7. +

+SCOL_CHARS: This has identical syntax to SCOL_CHARS, but colours the +background of the character, rather than the letter itself. +

+COLOUR_REGION <int> <int> <int> <int> <int> +

+COLOR_REGIONColour the region indicated by the integers with the colour number given +as the last number. +

+e.g. +

+COLOUR_REGION 30 40 35 46 2 +

+Would colour from residue 30-35 of sequences 40-46 with the colour 2. +

+COLOUR_RES <int> <int> <int> +

+Colour just one amino acid with the defined colour. +

+e.g. +

+COLOUR_RES 3 4 7 +

+Colours residue 3 of sequence 7. (Note: this can also be achieved with the +COLOUR_REGION command, but requires 2 extra numbers) +

+



+ Next: AMPS Block file +Up: ALSCRIPT Command Summary + Previous: OPTIONAL STEP 1 +

+


+ + +

+gjb@bioch.ox.ac.uk +
\ No newline at end of file diff --git a/sources/alscript/doc/alscript/tableofcontents3_1.html b/sources/alscript/doc/alscript/tableofcontents3_1.html new file mode 100644 index 0000000..7d5976d --- /dev/null +++ b/sources/alscript/doc/alscript/tableofcontents3_1.html @@ -0,0 +1,67 @@ + +Contents + +

+



+ Next: Update History +Up: No Title + Previous: No Title +

+

Contents

+ +
+ + +

+gjb@bioch.ox.ac.uk +
\ No newline at end of file diff --git a/sources/alscript/examples/demo/example.als b/sources/alscript/examples/demo/example.als new file mode 100644 index 0000000..0416736 --- /dev/null +++ b/sources/alscript/examples/demo/example.als @@ -0,0 +1,11 @@ +#Comments in ALscript command files start with a # +# +#Commands are free format - separated by blank, tab or comma characters +# +BLOCK_FILE example.blc #define the block file to format +OUTPUT_FILE example.ps #where to put the result +LANDSCAPE #landscape paper orientation +POINTSIZE 24 #12 point default pointsize +DEFINE_FONT 0 Helvetica DEFAULT #set font 0 to be Helvetica +SETUP #Tell the program to get on with the formatting. + diff --git a/sources/alscript/examples/demo/example.blc b/sources/alscript/examples/demo/example.blc new file mode 100644 index 0000000..30cfdd3 --- /dev/null +++ b/sources/alscript/examples/demo/example.blc @@ -0,0 +1,33 @@ +A simple example block file. The important parts are the lines that +start with the greater than character - these are identifer lines for the +sequences. The first star is above the position of the first sequence +in the alingmnet which is written VERTICALLY down the page. The second +star shows the end of the alignment. + +Anything else can be written here, except greater than signs and stars. + +This is the format produced by the AMPS package for multiple +sequence alignment. + + +>one +>two +>three +>four +>five +* +ABCDE +EDFTD +AAAAA +LLL +PPPPP +GGGGG +SSSSS +KLMNT +TTLPQ +SLNST +TTLSN +LQPPL +LLLLL +TTTTT +* diff --git a/sources/alscript/examples/demo/example.ps b/sources/alscript/examples/demo/example.ps new file mode 100644 index 0000000..c17096b --- /dev/null +++ b/sources/alscript/examples/demo/example.ps @@ -0,0 +1,103 @@ +%!PS-Adobe-2.0 +%%Creator: ALSCRIPT Version 2.04 - 28 June 1996 +%%Title: Alscript Output +% Barton, G. J. (1993) +% ALSCRIPT - A Tool to format multiple sequence alignments +% Protein Engineering, 6, 37-40 +% +/P {moveto show} def +/L {moveto lineto stroke} def +/ML {moveto lineto lineto lineto lineto} def +2 setlinecap +/C99 {1.000000 1.000000 1.000000 setrgbcolor } def +/C100 {0.000000 0.000000 0.000000 setrgbcolor } def +120 currentscreen 3 -1 roll pop setscreen +/F0 {/Helvetica findfont 24.00 scalefont setfont } def +%%Page: ? 1 +508 30 translate +90 rotate +F0 + 0 288 translate +2 setlinecap + 1.20 setlinewidth + 0 0 moveto (five +) show + 0 24 moveto (four +) show + 0 48 moveto (three +) show + 0 72 moveto (two +) show + 0 96 moveto (one +) show +(E) 280 0 P +(D) 308 0 P +(A) 336 0 P +(P) 392 0 P +(G) 420 0 P +(S) 448 0 P +(T) 476 0 P +(Q) 504 0 P +(T) 532 0 P +(N) 560 0 P +(L) 588 0 P +(L) 616 0 P +(T) 644 0 P +(D) 280 24 P +(T) 308 24 P +(A) 336 24 P +(P) 392 24 P +(G) 420 24 P +(S) 448 24 P +(N) 476 24 P +(P) 504 24 P +(S) 532 24 P +(S) 560 24 P +(P) 588 24 P +(L) 616 24 P +(T) 644 24 P +(C) 280 48 P +(F) 308 48 P +(A) 336 48 P +(L) 364 48 P +(P) 392 48 P +(G) 420 48 P +(S) 448 48 P +(M) 476 48 P +(L) 504 48 P +(N) 532 48 P +(L) 560 48 P +(P) 588 48 P +(L) 616 48 P +(T) 644 48 P +(B) 280 72 P +(D) 308 72 P +(A) 336 72 P +(L) 364 72 P +(P) 392 72 P +(G) 420 72 P +(S) 448 72 P +(L) 476 72 P +(T) 504 72 P +(L) 532 72 P +(T) 560 72 P +(Q) 588 72 P +(L) 616 72 P +(T) 644 72 P +(A) 280 96 P +(E) 308 96 P +(A) 336 96 P +(L) 364 96 P +(P) 392 96 P +(G) 420 96 P +(S) 448 96 P +(K) 476 96 P +(T) 504 96 P +(S) 532 96 P +(T) 560 96 P +(L) 588 96 P +(L) 616 96 P +(T) 644 96 P + 280 120 moveto (1) show + 532 120 moveto (10) show +showpage diff --git a/sources/alscript/examples/demo/example1.als b/sources/alscript/examples/demo/example1.als new file mode 100644 index 0000000..96302b7 --- /dev/null +++ b/sources/alscript/examples/demo/example1.als @@ -0,0 +1,184 @@ +#SILENT_MODE +# Illustration of ALSCRIPT Command File +# +# As shown in: Barton, G. J. (1992) +# ALSCRIPT- A tool to format multiple sequence alignments +# Protein Engineering (in press) +# +# example 1 # Comment lines begin with the # symbol +# +# +# (A) Input and output files: +# +BLOCK_FILE example1.blc # Define the block file to format +OUTPUT_FILE example1.ps # Where to put the result +# +MAX_SIDE 11 # Fiddle with margins... +Y_OFFSET 50 # This is just to fill the page with the +X_OFFSET 80 # Alignment. Defaults normally work OK +# +# (B) Page Layout and overall spacing: +# +ADD_SEQ 38 1 # Make space after sequence 38 +ADD_SEQ 39 3 # Make space after sequence 39 +ADD_SEQ 69 1 +PORTRAIT # Portrait paper orientation +POINTSIZE 10 # 10 point default pointsize +#NUMBER_SEQS 1 # Set to 1 for numbers at left of plot +IDENT_WIDTH 8 +# +# (C) Font definitions: +# +DEFINE_FONT 0 Helvetica DEFAULT # Set font 0 to be Helvetica at default pointsize +DEFINE_FONT 1 Helvetica REL 0.75 # Set font 1 to be 0.75 times default Helvetica +DEFINE_FONT 3 Helvetica-Bold DEFAULT +DEFINE_FONT 4 Times-Bold DEFAULT +DEFINE_FONT 5 Helvetica-BoldOblique DEFAULT +DEFINE_FONT 6 Times-Roman DEFAULT +SETUP # Tell the program to get on with the formatting +# +# (D) Some formatting commands: +# +SURROUND_CHARS LIV ALL # Surround all L and Y characters +FONT_CHARS IV ALL 5 # Use font 5 for all I and V characters +FONT_CHARS ASN ALL 1 # Show A and S and N characters in small caps +FONT_CHARS KR ALL 4 # Show K and R in Times-Bold +BOX_REGION 14 1 16 38 # Rectangular box of residues 14-16 +SHADE_CHARS + ALL 0.0 # Shade all + characters black +SURROUND_CHARS 56+789 1 40 27 40 # Box numbers and + on line 40 +LINE TOP 2 40 8 # Draw horizontal lines to +LINE BOTTOM 2 40 8 # Join up surrounded numbers +TEXT 2 42 "Helix Pattern" +TEXT 12 42 "Glycine Loop" # Add text annotations +TEXT 21 42 "Helix Pattern" +SUB_ID 49 "Helix Predictions" +SUB_ID 58 "Sheet Predictions" # Change the identifiers for prediction histograms +SUB_ID 68 "Turn Predictions" +INVERSE_CHARS DE ALL +SHADE_CHARS D ALL 0.5 +SHADE_CHARS E ALL 0.0 +# +# (E) Now make the prediction histograms nicer. +# +SURROUND_CHARS H 1 44 27 53 +SHADE_CHARS H 1 44 27 53 0.5 # Shade the Helix predictions 0.5 grey +SUB_CHARS 1 44 27 53 H SPACE # Substitute " " for "H" +# +SURROUND_CHARS E 1 54 27 63 # Surround the Beta Predictions +SHADE_CHARS E 1 54 27 63 0.7 # Shade the Beta Predictions +SUB_CHARS 1 54 27 63 E SPACE # Substitute the E for space in the beta predictions +# +SURROUND_CHARS T 1 64 27 73 # Surround the Turn Predictions +SHADE_CHARS T 1 64 27 73 0.9 # Shade the Turn Predictions +SUB_CHARS 1 64 27 73 T SPACE # Substitute the T for space in the turn predictions +# +SUB_ID 75 "Summary Prediction" # Annotate and shade the summary prediction +SHADE_CHARS HY 1 75 27 75 0.5 +SHADE_CHARS T 1 75 27 75 0.9 +# +# +# Now change the identifier codes +# +ID_FONT ALL 6 +SUB_ID 1 "Annexin I H4" +SUB_ID 2 "Annexin I M4" +SUB_ID 3 "Annexin I R4" +SUB_ID 4 "Annexin V R4" +SUB_ID 5 "Annexin V H4" +SUB_ID 6 "Annexin V C4" +SUB_ID 7 "Annexin II H4" +SUB_ID 8 "Annexin II B4" +SUB_ID 9 "Annexin II M4" +SUB_ID 10 "Annexin IV P4" +SUB_ID 11 "Annexin IV B4" +SUB_ID 12 "Annexin IV H4" +SUB_ID 13 "Annexin VI H4" +SUB_ID 14 "Annexin VI M4" +SUB_ID 15 "Annexin VI H8" +SUB_ID 16 "Annexin VI M8" +SUB_ID 17 "Annexin V BH4" +SUB_ID 18 "Annexin VII 4" +SUB_ID 19 "Annexin III H4" +SUB_ID 20 "Annexin III R4" +SUB_ID 21 "Annexin II M3" +SUB_ID 22 "Annexin II H3" +SUB_ID 23 "Annexin II B3" +SUB_ID 24 "Annexin I H3" +SUB_ID 25 "Annexin I M3" +SUB_ID 26 "Annexin I R3" +SUB_ID 27 "Annexin V C3" +SUB_ID 28 "Annexin V H3" +SUB_ID 29 "Annexin V R3" +SUB_ID 30 "Annexin VI H3" +SUB_ID 31 "Annexin VI M3" +SUB_ID 32 "Annexin IV H3" +SUB_ID 33 "Annexin IV B3" +SUB_ID 34 "Annexin IV P3" +SUB_ID 35 "Annexin V BH3" +SUB_ID 36 "Annexin III H3" +SUB_ID 37 "Annexin III R3" +SUB_ID 38 "Annexin VII 3" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/alscript/examples/demo/example1.blc b/sources/alscript/examples/demo/example1.blc new file mode 100644 index 0000000..517ef70 --- /dev/null +++ b/sources/alscript/examples/demo/example1.blc @@ -0,0 +1,102 @@ +>L1H4 +>L1M4 +>L1R4 +>L5R4 +>L5H4 +>L5C4 +>L2H4 +>L2B4 +>L2M4 +>L4P4 +>L4B4 +>L4H4 +>L6H4 +>L6M4 +>L6H8 +>L6M8 +>L5BH4 +>p474 +>L3H4 +>L3R4 +>L2M3 +>L2H3 +>L2B3 +>L1H3 +>L1M3 +>L1R3 +>L5C3 +>L5H3 +>L5R3 +>L6H3 +>L6M3 +>L4H3 +>L4B3 +>L4P3 +>L5BH3 +>L3H3 +>L3R3 +>p473 +>Conservation +> +> +> +> +> +> +> +> +> +> +> +> +> +> +> +> +> +> +> +> +> +> +> +> +> +> +> +> +> +> +> + * + FFFLLFFFFFFFFFFFFFLLDDDDDDDDDDDDDDDDDD HHHHHHH E TTTTH + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAVVAAAAAAA7 HHHHHHHH TTTH + EEEEEEDDDEEEEEDDEEEGRRRRRRQQQQQQQQQQQQ HHHHHHHH TTH + KKKTTTRRRRRKRRKKRRRREDDAAAVAADDDDDDITR HHHHHHHHH E TTTH + LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL+ HHHHHHHHH E TTTH + HYYYYYYYYYYYFFYYYYHHYYYYYYFFFYYYYYYYYY HHHHHHHHH E TTH + QEEYYYDDDKKKKKKKYYRQDDDEEERQQEEEEEAKDQ HHHHHHHHH E TTH + AAAAASSSSSSSAASSAAAAAAAAAAAAAAAAAAAAAA7 HHHHHHHH E TTH + GGGGGGGGGGGGGGGGGG H T + MMMMMMMMMMMMMMMMMMLLVVVEEEEEEEEEEEEEEE HHHHHHHH E TTTH + KKKKKKKKKKKKKKKKKKKKKKKRRRLLLLLKKKKNKG HHHHHHH E TTTTH + GGGGGGGGGGGGGGGGGGGGRRRRRRKKKKKKKKIRKR HHH TTTTT + VAAAAAKKKLLLLLAAAAIAKKKKKKWWWWWWWWRWWL HHH TTTTT + GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG+ HH TTTTTTT + TTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT5 HHHH TTTTTTTTTT + RRRDDDRRRDDDRRDDRDDDDDDDDDDDDDDDDDDDDD HHHHH TTTTTTTTTT + HHHDDDDDDDDDDDEEDDEEVVVVVVEEEEEEEEEEEE HHHHHHHH E TTTTTTTTTT + KKKHHDKKKNDNNNKKGSFFPPPNNNEEEAAVVVMDDS HHHHHHH E TTTTTTTY + AATTTTVVVTTTTTTTTTTTKKKVVVTKKQQKKKKKKC HHHHHHHH EEE TTTTTH + LLLLLLLLLLLLLLLLLLLLWWWFFFFFFFFFFFFFFF6 HHHHHHHH EEEE TTH + IIIIIIIIIIIIIITTIVNNIIINTNIIIIILLLITTN5 HHHHHHH EEEE TH + RRRRRRRRRRRRRRRRRRRRSSSTTTTTTYYTTTTEEM HHHHHHH EEEEE H + IIIVVVIIIVVVIIIVNIIIIIIIIIIIIIIVVVIIII5 HHHHHH EEEEE H + MMMIMMMMMMMMMMMMIVMMMMMLLLLFLLLLLLLLLL6 HHHHHH EEEEE TH + VVVVVVVVVVVVVVVVVVVVTTTTTTGGGGGCCCCCCA6 HHHHH EEEE TTTTH + SSSSSSSSSSSSSSSSSTSSEEETSTTTTNNSSSTLLT HHHH EE TTTTTT + RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR+ HHHH EE TTTTTTTTTT + * + + + diff --git a/sources/alscript/examples/demo/example1.ps b/sources/alscript/examples/demo/example1.ps new file mode 100644 index 0000000..fdf3045 --- /dev/null +++ b/sources/alscript/examples/demo/example1.ps @@ -0,0 +1,5460 @@ +%!PS-Adobe +%%Creator: ALSCRIPT Version 2.0 +%%Title: Alscript Output +% Barton, G. J. (1993) +% ALSCRIPT - A Tool to format multiple sequence alignments +% Protein Engineering, 6, 37-40 +% +/P {moveto show} def +/L {moveto lineto stroke} def +/ML {moveto lineto lineto lineto lineto} def +2 setlinecap +/C99 {1.000000 1.000000 1.000000 setrgbcolor } def +/C100 {0.000000 0.000000 0.000000 setrgbcolor } def +120 currentscreen 3 -1 roll pop setscreen +/F0 {/Helvetica findfont 10.00 scalefont setfont } def +/F1 {/Helvetica findfont 7.50 scalefont setfont } def +/F3 {/Helvetica-Bold findfont 10.00 scalefont setfont } def +/F4 {/Times-Bold findfont 10.00 scalefont setfont } def +/F5 {/Helvetica-BoldOblique findfont 10.00 scalefont setfont } def +/F6 {/Times-Roman findfont 10.00 scalefont setfont } def +%%Page: ? 1 +80 50 translate +F0 + 2 setlinecap + 0.50 setlinewidth + newpath +406.56 358.80 406.56 348.80 418.56 348.80 418.56 358.80 406.56 358.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +406.56 258.80 406.56 248.80 418.56 248.80 418.56 258.80 406.56 258.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +406.56 248.80 406.56 238.80 418.56 238.80 418.56 248.80 406.56 248.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +406.56 238.80 406.56 228.80 418.56 228.80 418.56 238.80 406.56 238.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +406.56 228.80 406.56 218.80 418.56 218.80 418.56 228.80 406.56 228.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +406.56 138.80 406.56 128.80 418.56 128.80 418.56 138.80 406.56 138.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +406.56 128.80 406.56 118.80 418.56 118.80 418.56 128.80 406.56 128.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +406.56 108.80 406.56 98.80 418.56 98.80 418.56 108.80 406.56 108.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +406.56 98.80 406.56 88.80 418.56 88.80 418.56 98.80 406.56 98.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +406.56 88.80 406.56 78.80 418.56 78.80 418.56 88.80 406.56 88.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +406.56 78.80 406.56 68.80 418.56 68.80 418.56 78.80 406.56 78.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +406.56 68.80 406.56 58.80 418.56 58.80 418.56 68.80 406.56 68.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +406.56 58.80 406.56 48.80 418.56 48.80 418.56 58.80 406.56 58.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +406.56 48.80 406.56 38.80 418.56 38.80 418.56 48.80 406.56 48.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +406.56 38.80 406.56 28.80 418.56 28.80 418.56 38.80 406.56 38.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +406.56 28.80 406.56 18.80 418.56 18.80 418.56 28.80 406.56 28.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +406.56 8.80 406.56 -1.20 418.56 -1.20 418.56 8.80 406.56 8.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +394.56 548.80 394.56 538.80 406.56 538.80 406.56 548.80 394.56 548.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +394.56 538.80 394.56 528.80 406.56 528.80 406.56 538.80 394.56 538.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +394.56 528.80 394.56 518.80 406.56 518.80 406.56 528.80 394.56 528.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +394.56 258.80 394.56 248.80 406.56 248.80 406.56 258.80 394.56 258.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +394.56 248.80 394.56 238.80 406.56 238.80 406.56 248.80 394.56 248.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +394.56 238.80 394.56 228.80 406.56 228.80 406.56 238.80 394.56 238.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +394.56 228.80 394.56 218.80 406.56 218.80 406.56 228.80 394.56 228.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +394.56 138.80 394.56 128.80 406.56 128.80 406.56 138.80 394.56 138.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +394.56 128.80 394.56 118.80 406.56 118.80 406.56 128.80 394.56 128.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +394.56 68.80 394.56 58.80 406.56 58.80 406.56 68.80 394.56 68.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +394.56 58.80 394.56 48.80 406.56 48.80 406.56 58.80 394.56 58.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +394.56 48.80 394.56 38.80 406.56 38.80 406.56 48.80 394.56 48.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +394.56 38.80 394.56 28.80 406.56 28.80 406.56 38.80 394.56 38.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +394.56 28.80 394.56 18.80 406.56 18.80 406.56 28.80 394.56 28.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +394.56 8.80 394.56 -1.20 406.56 -1.20 406.56 8.80 394.56 8.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +382.56 268.80 382.56 258.80 394.56 258.80 394.56 268.80 382.56 268.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +382.56 258.80 382.56 248.80 394.56 248.80 394.56 258.80 382.56 258.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +382.56 248.80 382.56 238.80 394.56 238.80 394.56 248.80 382.56 248.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +382.56 238.80 382.56 228.80 394.56 228.80 394.56 238.80 382.56 238.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +382.56 228.80 382.56 218.80 394.56 218.80 394.56 228.80 382.56 228.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +382.56 158.80 382.56 148.80 394.56 148.80 394.56 158.80 382.56 158.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +382.56 148.80 382.56 138.80 394.56 138.80 394.56 148.80 382.56 148.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +382.56 138.80 382.56 128.80 394.56 128.80 394.56 138.80 382.56 138.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +382.56 128.80 382.56 118.80 394.56 118.80 394.56 128.80 382.56 128.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +382.56 58.80 382.56 48.80 394.56 48.80 394.56 58.80 382.56 58.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +382.56 48.80 382.56 38.80 394.56 38.80 394.56 48.80 382.56 48.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +382.56 38.80 382.56 28.80 394.56 28.80 394.56 38.80 382.56 38.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +382.56 28.80 382.56 18.80 394.56 18.80 394.56 28.80 382.56 28.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +382.56 8.80 382.56 -1.20 394.56 -1.20 394.56 8.80 382.56 8.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +370.56 278.80 370.56 268.80 382.56 268.80 382.56 278.80 370.56 278.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +370.56 268.80 370.56 258.80 382.56 258.80 382.56 268.80 370.56 268.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +370.56 258.80 370.56 248.80 382.56 248.80 382.56 258.80 370.56 258.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +370.56 248.80 370.56 238.80 382.56 238.80 382.56 248.80 370.56 248.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +370.56 238.80 370.56 228.80 382.56 228.80 382.56 238.80 370.56 238.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +370.56 228.80 370.56 218.80 382.56 218.80 382.56 228.80 370.56 228.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +370.56 168.80 370.56 158.80 382.56 158.80 382.56 168.80 370.56 168.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +370.56 158.80 370.56 148.80 382.56 148.80 382.56 158.80 370.56 158.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +370.56 148.80 370.56 138.80 382.56 138.80 382.56 148.80 370.56 148.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +370.56 138.80 370.56 128.80 382.56 128.80 382.56 138.80 370.56 138.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +370.56 128.80 370.56 118.80 382.56 118.80 382.56 128.80 370.56 128.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +370.56 28.80 370.56 18.80 382.56 18.80 382.56 28.80 370.56 28.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +370.56 8.80 370.56 -1.20 382.56 -1.20 382.56 8.80 370.56 8.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +358.56 278.80 358.56 268.80 370.56 268.80 370.56 278.80 358.56 278.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +358.56 268.80 358.56 258.80 370.56 258.80 370.56 268.80 358.56 268.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +358.56 258.80 358.56 248.80 370.56 248.80 370.56 258.80 358.56 258.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +358.56 248.80 358.56 238.80 370.56 238.80 370.56 248.80 358.56 248.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +358.56 238.80 358.56 228.80 370.56 228.80 370.56 238.80 358.56 238.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +358.56 228.80 358.56 218.80 370.56 218.80 370.56 228.80 358.56 228.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +358.56 168.80 358.56 158.80 370.56 158.80 370.56 168.80 358.56 168.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +358.56 158.80 358.56 148.80 370.56 148.80 370.56 158.80 358.56 158.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +358.56 148.80 358.56 138.80 370.56 138.80 370.56 148.80 358.56 148.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +358.56 138.80 358.56 128.80 370.56 128.80 370.56 138.80 358.56 138.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +358.56 128.80 358.56 118.80 370.56 118.80 370.56 128.80 358.56 128.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +358.56 8.80 358.56 -1.20 370.56 -1.20 370.56 8.80 358.56 8.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +346.56 398.80 346.56 388.80 358.56 388.80 358.56 398.80 346.56 398.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +346.56 388.80 346.56 378.80 358.56 378.80 358.56 388.80 346.56 388.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +346.56 288.80 346.56 278.80 358.56 278.80 358.56 288.80 346.56 288.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +346.56 278.80 346.56 268.80 358.56 268.80 358.56 278.80 346.56 278.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +346.56 268.80 346.56 258.80 358.56 258.80 358.56 268.80 346.56 268.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +346.56 258.80 346.56 248.80 358.56 248.80 358.56 258.80 346.56 258.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +346.56 248.80 346.56 238.80 358.56 238.80 358.56 248.80 346.56 248.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +346.56 238.80 346.56 228.80 358.56 228.80 358.56 238.80 346.56 238.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +346.56 228.80 346.56 218.80 358.56 218.80 358.56 228.80 346.56 228.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +346.56 168.80 346.56 158.80 358.56 158.80 358.56 168.80 346.56 168.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +346.56 158.80 346.56 148.80 358.56 148.80 358.56 158.80 346.56 158.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +346.56 148.80 346.56 138.80 358.56 138.80 358.56 148.80 346.56 148.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +346.56 138.80 346.56 128.80 358.56 128.80 358.56 138.80 346.56 138.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +346.56 128.80 346.56 118.80 358.56 118.80 358.56 128.80 346.56 128.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +346.56 8.80 346.56 -1.20 358.56 -1.20 358.56 8.80 346.56 8.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +334.56 288.80 334.56 278.80 346.56 278.80 346.56 288.80 334.56 288.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +334.56 278.80 334.56 268.80 346.56 268.80 346.56 278.80 334.56 278.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +334.56 268.80 334.56 258.80 346.56 258.80 346.56 268.80 334.56 268.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +334.56 258.80 334.56 248.80 346.56 248.80 346.56 258.80 334.56 258.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +334.56 248.80 334.56 238.80 346.56 238.80 346.56 248.80 334.56 248.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +334.56 238.80 334.56 228.80 346.56 228.80 346.56 238.80 334.56 238.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +334.56 228.80 334.56 218.80 346.56 218.80 346.56 228.80 334.56 228.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +334.56 158.80 334.56 148.80 346.56 148.80 346.56 158.80 334.56 158.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +334.56 148.80 334.56 138.80 346.56 138.80 346.56 148.80 334.56 148.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +334.56 138.80 334.56 128.80 346.56 128.80 346.56 138.80 334.56 138.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +334.56 128.80 334.56 118.80 346.56 118.80 346.56 128.80 334.56 128.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +334.56 28.80 334.56 18.80 346.56 18.80 346.56 28.80 334.56 28.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +334.56 8.80 334.56 -1.20 346.56 -1.20 346.56 8.80 334.56 8.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +322.56 298.80 322.56 288.80 334.56 288.80 334.56 298.80 322.56 298.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +322.56 288.80 322.56 278.80 334.56 278.80 334.56 288.80 322.56 288.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +322.56 278.80 322.56 268.80 334.56 268.80 334.56 278.80 322.56 278.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +322.56 268.80 322.56 258.80 334.56 258.80 334.56 268.80 322.56 268.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +322.56 258.80 322.56 248.80 334.56 248.80 334.56 258.80 322.56 258.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +322.56 248.80 322.56 238.80 334.56 238.80 334.56 248.80 322.56 248.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +322.56 238.80 322.56 228.80 334.56 228.80 334.56 238.80 322.56 238.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +322.56 228.80 322.56 218.80 334.56 218.80 334.56 228.80 322.56 228.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +322.56 158.80 322.56 148.80 334.56 148.80 334.56 158.80 322.56 158.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +322.56 148.80 322.56 138.80 334.56 138.80 334.56 148.80 322.56 148.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +322.56 138.80 322.56 128.80 334.56 128.80 334.56 138.80 322.56 138.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +322.56 128.80 322.56 118.80 334.56 118.80 334.56 128.80 322.56 128.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +322.56 38.80 322.56 28.80 334.56 28.80 334.56 38.80 322.56 38.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +322.56 28.80 322.56 18.80 334.56 18.80 334.56 28.80 322.56 28.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +322.56 8.80 322.56 -1.20 334.56 -1.20 334.56 8.80 322.56 8.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +310.56 298.80 310.56 288.80 322.56 288.80 322.56 298.80 310.56 298.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +310.56 288.80 310.56 278.80 322.56 278.80 322.56 288.80 310.56 288.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +310.56 278.80 310.56 268.80 322.56 268.80 322.56 278.80 310.56 278.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +310.56 268.80 310.56 258.80 322.56 258.80 322.56 268.80 310.56 268.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +310.56 258.80 310.56 248.80 322.56 248.80 322.56 258.80 310.56 258.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +310.56 248.80 310.56 238.80 322.56 238.80 322.56 248.80 310.56 248.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +310.56 238.80 310.56 228.80 322.56 228.80 322.56 238.80 310.56 238.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +310.56 228.80 310.56 218.80 322.56 218.80 322.56 228.80 310.56 228.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +310.56 148.80 310.56 138.80 322.56 138.80 322.56 148.80 310.56 148.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +310.56 138.80 310.56 128.80 322.56 128.80 322.56 138.80 310.56 138.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +310.56 128.80 310.56 118.80 322.56 118.80 322.56 128.80 310.56 128.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +310.56 68.80 310.56 58.80 322.56 58.80 322.56 68.80 310.56 68.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +310.56 58.80 310.56 48.80 322.56 48.80 322.56 58.80 310.56 58.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +310.56 48.80 310.56 38.80 322.56 38.80 322.56 48.80 310.56 48.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +310.56 38.80 310.56 28.80 322.56 28.80 322.56 38.80 310.56 38.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +310.56 28.80 310.56 18.80 322.56 18.80 322.56 28.80 310.56 28.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +310.56 8.80 310.56 -1.20 322.56 -1.20 322.56 8.80 310.56 8.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +298.56 698.80 298.56 688.80 310.56 688.80 310.56 698.80 298.56 698.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +298.56 648.80 298.56 638.80 310.56 638.80 310.56 648.80 298.56 648.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +298.56 488.80 298.56 478.80 310.56 478.80 310.56 488.80 298.56 488.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +298.56 478.80 298.56 468.80 310.56 468.80 310.56 478.80 298.56 478.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +298.56 468.80 298.56 458.80 310.56 458.80 310.56 468.80 298.56 468.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +298.56 398.80 298.56 388.80 310.56 388.80 310.56 398.80 298.56 398.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +298.56 388.80 298.56 378.80 310.56 378.80 310.56 388.80 298.56 388.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +298.56 288.80 298.56 278.80 310.56 278.80 310.56 288.80 298.56 288.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +298.56 278.80 298.56 268.80 310.56 268.80 310.56 278.80 298.56 278.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +298.56 268.80 298.56 258.80 310.56 258.80 310.56 268.80 298.56 268.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +298.56 258.80 298.56 248.80 310.56 248.80 310.56 258.80 298.56 258.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +298.56 248.80 298.56 238.80 310.56 238.80 310.56 248.80 298.56 248.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +298.56 238.80 298.56 228.80 310.56 228.80 310.56 238.80 298.56 238.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +298.56 228.80 298.56 218.80 310.56 218.80 310.56 228.80 298.56 228.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +298.56 128.80 298.56 118.80 310.56 118.80 310.56 128.80 298.56 128.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +298.56 88.80 298.56 78.80 310.56 78.80 310.56 88.80 298.56 88.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +298.56 78.80 298.56 68.80 310.56 68.80 310.56 78.80 298.56 78.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +298.56 68.80 298.56 58.80 310.56 58.80 310.56 68.80 298.56 68.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +298.56 58.80 298.56 48.80 310.56 48.80 310.56 58.80 298.56 58.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +298.56 48.80 298.56 38.80 310.56 38.80 310.56 48.80 298.56 48.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +298.56 38.80 298.56 28.80 310.56 28.80 310.56 38.80 298.56 38.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +298.56 28.80 298.56 18.80 310.56 18.80 310.56 28.80 298.56 28.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +298.56 8.80 298.56 -1.20 310.56 -1.20 310.56 8.80 298.56 8.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +286.56 718.80 286.56 708.80 298.56 708.80 298.56 718.80 286.56 718.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +286.56 708.80 286.56 698.80 298.56 698.80 298.56 708.80 286.56 708.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +286.56 698.80 286.56 688.80 298.56 688.80 298.56 698.80 286.56 698.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +286.56 688.80 286.56 678.80 298.56 678.80 298.56 688.80 286.56 688.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +286.56 678.80 286.56 668.80 298.56 668.80 298.56 678.80 286.56 678.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +286.56 668.80 286.56 658.80 298.56 658.80 298.56 668.80 286.56 668.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +286.56 658.80 286.56 648.80 298.56 648.80 298.56 658.80 286.56 658.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +286.56 648.80 286.56 638.80 298.56 638.80 298.56 648.80 286.56 648.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +286.56 638.80 286.56 628.80 298.56 628.80 298.56 638.80 286.56 638.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +286.56 628.80 286.56 618.80 298.56 618.80 298.56 628.80 286.56 628.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +286.56 618.80 286.56 608.80 298.56 608.80 298.56 618.80 286.56 618.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +286.56 608.80 286.56 598.80 298.56 598.80 298.56 608.80 286.56 608.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +286.56 598.80 286.56 588.80 298.56 588.80 298.56 598.80 286.56 598.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +286.56 588.80 286.56 578.80 298.56 578.80 298.56 588.80 286.56 588.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +286.56 578.80 286.56 568.80 298.56 568.80 298.56 578.80 286.56 578.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +286.56 568.80 286.56 558.80 298.56 558.80 298.56 568.80 286.56 568.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +286.56 558.80 286.56 548.80 298.56 548.80 298.56 558.80 286.56 558.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +286.56 488.80 286.56 478.80 298.56 478.80 298.56 488.80 286.56 488.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +286.56 478.80 286.56 468.80 298.56 468.80 298.56 478.80 286.56 478.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +286.56 468.80 286.56 458.80 298.56 458.80 298.56 468.80 286.56 468.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +286.56 458.80 286.56 448.80 298.56 448.80 298.56 458.80 286.56 458.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +286.56 448.80 286.56 438.80 298.56 438.80 298.56 448.80 286.56 448.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +286.56 438.80 286.56 428.80 298.56 428.80 298.56 438.80 286.56 438.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +286.56 428.80 286.56 418.80 298.56 418.80 298.56 428.80 286.56 428.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +286.56 418.80 286.56 408.80 298.56 408.80 298.56 418.80 286.56 418.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +286.56 408.80 286.56 398.80 298.56 398.80 298.56 408.80 286.56 408.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +286.56 398.80 286.56 388.80 298.56 388.80 298.56 398.80 286.56 398.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +286.56 388.80 286.56 378.80 298.56 378.80 298.56 388.80 286.56 388.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +286.56 378.80 286.56 368.80 298.56 368.80 298.56 378.80 286.56 378.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +286.56 298.80 286.56 288.80 298.56 288.80 298.56 298.80 286.56 298.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +286.56 288.80 286.56 278.80 298.56 278.80 298.56 288.80 286.56 288.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +286.56 278.80 286.56 268.80 298.56 268.80 298.56 278.80 286.56 278.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +286.56 268.80 286.56 258.80 298.56 258.80 298.56 268.80 286.56 268.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +286.56 258.80 286.56 248.80 298.56 248.80 298.56 258.80 286.56 258.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +286.56 248.80 286.56 238.80 298.56 238.80 298.56 248.80 286.56 248.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +286.56 238.80 286.56 228.80 298.56 228.80 298.56 238.80 286.56 238.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +286.56 228.80 286.56 218.80 298.56 218.80 298.56 228.80 286.56 228.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +286.56 128.80 286.56 118.80 298.56 118.80 298.56 128.80 286.56 128.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +286.56 108.80 286.56 98.80 298.56 98.80 298.56 108.80 286.56 108.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +286.56 98.80 286.56 88.80 298.56 88.80 298.56 98.80 286.56 98.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +286.56 88.80 286.56 78.80 298.56 78.80 298.56 88.80 286.56 88.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +286.56 78.80 286.56 68.80 298.56 68.80 298.56 78.80 286.56 78.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +286.56 68.80 286.56 58.80 298.56 58.80 298.56 68.80 286.56 68.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +286.56 58.80 286.56 48.80 298.56 48.80 298.56 58.80 286.56 58.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +286.56 48.80 286.56 38.80 298.56 38.80 298.56 48.80 286.56 48.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +286.56 38.80 286.56 28.80 298.56 28.80 298.56 38.80 286.56 38.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +286.56 28.80 286.56 18.80 298.56 18.80 298.56 28.80 286.56 28.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +286.56 8.80 286.56 -1.20 298.56 -1.20 298.56 8.80 286.56 8.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +274.56 718.80 274.56 708.80 286.56 708.80 286.56 718.80 274.56 718.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 708.80 274.56 698.80 286.56 698.80 286.56 708.80 274.56 708.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 698.80 274.56 688.80 286.56 688.80 286.56 698.80 274.56 698.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 658.80 274.56 648.80 286.56 648.80 286.56 658.80 274.56 658.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 648.80 274.56 638.80 286.56 638.80 286.56 648.80 274.56 648.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 638.80 274.56 628.80 286.56 628.80 286.56 638.80 274.56 638.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 608.80 274.56 598.80 286.56 598.80 286.56 608.80 274.56 608.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 598.80 274.56 588.80 286.56 588.80 286.56 598.80 274.56 598.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 578.80 274.56 568.80 286.56 568.80 286.56 578.80 274.56 578.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 568.80 274.56 558.80 286.56 558.80 286.56 568.80 274.56 568.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 558.80 274.56 548.80 286.56 548.80 286.56 558.80 274.56 558.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 548.80 274.56 538.80 286.56 538.80 286.56 548.80 274.56 548.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 538.80 274.56 528.80 286.56 528.80 286.56 538.80 274.56 538.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 528.80 274.56 518.80 286.56 518.80 286.56 528.80 274.56 528.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 518.80 274.56 508.80 286.56 508.80 286.56 518.80 274.56 518.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 508.80 274.56 498.80 286.56 498.80 286.56 508.80 274.56 508.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 498.80 274.56 488.80 286.56 488.80 286.56 498.80 274.56 498.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 488.80 274.56 478.80 286.56 478.80 286.56 488.80 274.56 488.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 478.80 274.56 468.80 286.56 468.80 286.56 478.80 274.56 478.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 468.80 274.56 458.80 286.56 458.80 286.56 468.80 274.56 468.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 458.80 274.56 448.80 286.56 448.80 286.56 458.80 274.56 458.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 448.80 274.56 438.80 286.56 438.80 286.56 448.80 274.56 448.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 438.80 274.56 428.80 286.56 428.80 286.56 438.80 274.56 438.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 428.80 274.56 418.80 286.56 418.80 286.56 428.80 274.56 428.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 418.80 274.56 408.80 286.56 408.80 286.56 418.80 274.56 418.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 408.80 274.56 398.80 286.56 398.80 286.56 408.80 274.56 408.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 398.80 274.56 388.80 286.56 388.80 286.56 398.80 274.56 398.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 388.80 274.56 378.80 286.56 378.80 286.56 388.80 274.56 388.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 378.80 274.56 368.80 286.56 368.80 286.56 378.80 274.56 378.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 268.80 274.56 258.80 286.56 258.80 286.56 268.80 274.56 268.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 258.80 274.56 248.80 286.56 248.80 286.56 258.80 274.56 258.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 248.80 274.56 238.80 286.56 238.80 286.56 248.80 274.56 248.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 238.80 274.56 228.80 286.56 228.80 286.56 238.80 274.56 238.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 228.80 274.56 218.80 286.56 218.80 286.56 228.80 274.56 228.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 108.80 274.56 98.80 286.56 98.80 286.56 108.80 274.56 108.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +274.56 98.80 274.56 88.80 286.56 88.80 286.56 98.80 274.56 98.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +274.56 88.80 274.56 78.80 286.56 78.80 286.56 88.80 274.56 88.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +274.56 78.80 274.56 68.80 286.56 68.80 286.56 78.80 274.56 78.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +274.56 68.80 274.56 58.80 286.56 58.80 286.56 68.80 274.56 68.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +274.56 58.80 274.56 48.80 286.56 48.80 286.56 58.80 274.56 58.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +274.56 48.80 274.56 38.80 286.56 38.80 286.56 48.80 274.56 48.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +274.56 38.80 274.56 28.80 286.56 28.80 286.56 38.80 274.56 38.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +274.56 28.80 274.56 18.80 286.56 18.80 286.56 28.80 274.56 28.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +274.56 8.80 274.56 -1.20 286.56 -1.20 286.56 8.80 274.56 8.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +262.56 258.80 262.56 248.80 274.56 248.80 274.56 258.80 262.56 258.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +262.56 248.80 262.56 238.80 274.56 238.80 274.56 248.80 262.56 248.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +262.56 238.80 262.56 228.80 274.56 228.80 274.56 238.80 262.56 238.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +262.56 228.80 262.56 218.80 274.56 218.80 274.56 228.80 262.56 228.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +262.56 108.80 262.56 98.80 274.56 98.80 274.56 108.80 262.56 108.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +262.56 98.80 262.56 88.80 274.56 88.80 274.56 98.80 262.56 98.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +262.56 88.80 262.56 78.80 274.56 78.80 274.56 88.80 262.56 88.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +262.56 78.80 262.56 68.80 274.56 68.80 274.56 78.80 262.56 78.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +262.56 68.80 262.56 58.80 274.56 58.80 274.56 68.80 262.56 68.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +262.56 58.80 262.56 48.80 274.56 48.80 274.56 58.80 262.56 58.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +262.56 48.80 262.56 38.80 274.56 38.80 274.56 48.80 262.56 48.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +262.56 38.80 262.56 28.80 274.56 28.80 274.56 38.80 262.56 38.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +262.56 28.80 262.56 18.80 274.56 18.80 274.56 28.80 262.56 28.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +262.56 8.80 262.56 -1.20 274.56 -1.20 274.56 8.80 262.56 8.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +250.56 358.80 250.56 348.80 262.56 348.80 262.56 358.80 250.56 358.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +250.56 238.80 250.56 228.80 262.56 228.80 262.56 238.80 250.56 238.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +250.56 228.80 250.56 218.80 262.56 218.80 262.56 228.80 250.56 228.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +250.56 88.80 250.56 78.80 262.56 78.80 262.56 88.80 250.56 88.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +250.56 78.80 250.56 68.80 262.56 68.80 262.56 78.80 250.56 78.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +250.56 68.80 250.56 58.80 262.56 58.80 262.56 68.80 250.56 68.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +250.56 58.80 250.56 48.80 262.56 48.80 262.56 58.80 250.56 58.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +250.56 48.80 250.56 38.80 262.56 38.80 262.56 48.80 250.56 48.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +250.56 38.80 250.56 28.80 262.56 28.80 262.56 38.80 250.56 38.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +250.56 28.80 250.56 18.80 262.56 18.80 262.56 28.80 250.56 28.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +238.56 248.80 238.56 238.80 250.56 238.80 250.56 248.80 238.56 248.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +238.56 238.80 238.56 228.80 250.56 228.80 250.56 238.80 238.56 238.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +238.56 228.80 238.56 218.80 250.56 218.80 250.56 228.80 238.56 228.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +238.56 68.80 238.56 58.80 250.56 58.80 250.56 68.80 238.56 68.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +238.56 58.80 238.56 48.80 250.56 48.80 250.56 58.80 238.56 58.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +238.56 48.80 238.56 38.80 250.56 38.80 250.56 48.80 238.56 48.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +238.56 38.80 238.56 28.80 250.56 28.80 250.56 38.80 238.56 38.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +238.56 28.80 238.56 18.80 250.56 18.80 250.56 28.80 238.56 28.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +226.56 248.80 226.56 238.80 238.56 238.80 238.56 248.80 226.56 248.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +226.56 238.80 226.56 228.80 238.56 228.80 238.56 238.80 226.56 238.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +226.56 228.80 226.56 218.80 238.56 218.80 238.56 228.80 226.56 228.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +226.56 68.80 226.56 58.80 238.56 58.80 238.56 68.80 226.56 68.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +226.56 58.80 226.56 48.80 238.56 48.80 238.56 58.80 226.56 58.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +226.56 48.80 226.56 38.80 238.56 38.80 238.56 48.80 226.56 48.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +226.56 38.80 226.56 28.80 238.56 28.80 238.56 38.80 226.56 38.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +226.56 28.80 226.56 18.80 238.56 18.80 238.56 28.80 226.56 28.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +214.56 288.80 214.56 278.80 226.56 278.80 226.56 288.80 214.56 288.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +214.56 278.80 214.56 268.80 226.56 268.80 226.56 278.80 214.56 278.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +214.56 268.80 214.56 258.80 226.56 258.80 226.56 268.80 214.56 268.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +214.56 258.80 214.56 248.80 226.56 248.80 226.56 258.80 214.56 258.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +214.56 248.80 214.56 238.80 226.56 238.80 226.56 248.80 214.56 248.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +214.56 238.80 214.56 228.80 226.56 228.80 226.56 238.80 214.56 238.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +214.56 228.80 214.56 218.80 226.56 218.80 226.56 228.80 214.56 228.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +214.56 128.80 214.56 118.80 226.56 118.80 226.56 128.80 214.56 128.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +214.56 58.80 214.56 48.80 226.56 48.80 226.56 58.80 214.56 58.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +214.56 48.80 214.56 38.80 226.56 38.80 226.56 48.80 214.56 48.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +214.56 38.80 214.56 28.80 226.56 28.80 226.56 38.80 214.56 38.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +214.56 28.80 214.56 18.80 226.56 18.80 226.56 28.80 214.56 28.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +214.56 8.80 214.56 -1.20 226.56 -1.20 226.56 8.80 214.56 8.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +202.56 518.80 202.56 508.80 214.56 508.80 214.56 518.80 202.56 518.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +202.56 508.80 202.56 498.80 214.56 498.80 214.56 508.80 202.56 508.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +202.56 498.80 202.56 488.80 214.56 488.80 214.56 498.80 202.56 498.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +202.56 488.80 202.56 478.80 214.56 478.80 214.56 488.80 202.56 488.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +202.56 478.80 202.56 468.80 214.56 468.80 214.56 478.80 202.56 478.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +202.56 468.80 202.56 458.80 214.56 458.80 214.56 468.80 202.56 468.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +202.56 458.80 202.56 448.80 214.56 448.80 214.56 458.80 202.56 458.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +202.56 448.80 202.56 438.80 214.56 438.80 214.56 448.80 202.56 448.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +202.56 438.80 202.56 428.80 214.56 428.80 214.56 438.80 202.56 438.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +202.56 428.80 202.56 418.80 214.56 418.80 214.56 428.80 202.56 428.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +202.56 418.80 202.56 408.80 214.56 408.80 214.56 418.80 202.56 418.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +202.56 408.80 202.56 398.80 214.56 398.80 214.56 408.80 202.56 408.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +202.56 398.80 202.56 388.80 214.56 388.80 214.56 398.80 202.56 398.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +202.56 388.80 202.56 378.80 214.56 378.80 214.56 388.80 202.56 388.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +202.56 378.80 202.56 368.80 214.56 368.80 214.56 378.80 202.56 378.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +202.56 298.80 202.56 288.80 214.56 288.80 214.56 298.80 202.56 298.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +202.56 288.80 202.56 278.80 214.56 278.80 214.56 288.80 202.56 288.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +202.56 278.80 202.56 268.80 214.56 268.80 214.56 278.80 202.56 278.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +202.56 268.80 202.56 258.80 214.56 258.80 214.56 268.80 202.56 268.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +202.56 258.80 202.56 248.80 214.56 248.80 214.56 258.80 202.56 258.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +202.56 248.80 202.56 238.80 214.56 238.80 214.56 248.80 202.56 248.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +202.56 238.80 202.56 228.80 214.56 228.80 214.56 238.80 202.56 238.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +202.56 228.80 202.56 218.80 214.56 218.80 214.56 228.80 202.56 228.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +202.56 128.80 202.56 118.80 214.56 118.80 214.56 128.80 202.56 128.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +202.56 48.80 202.56 38.80 214.56 38.80 214.56 48.80 202.56 48.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +202.56 38.80 202.56 28.80 214.56 28.80 214.56 38.80 202.56 38.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +202.56 28.80 202.56 18.80 214.56 18.80 214.56 28.80 202.56 28.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +202.56 8.80 202.56 -1.20 214.56 -1.20 214.56 8.80 202.56 8.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +190.56 228.80 190.56 218.80 202.56 218.80 202.56 228.80 190.56 228.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +190.56 28.80 190.56 18.80 202.56 18.80 202.56 28.80 190.56 28.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +178.56 298.80 178.56 288.80 190.56 288.80 190.56 298.80 178.56 298.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +178.56 288.80 178.56 278.80 190.56 278.80 190.56 288.80 178.56 288.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +178.56 278.80 178.56 268.80 190.56 268.80 190.56 278.80 178.56 278.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +178.56 268.80 178.56 258.80 190.56 258.80 190.56 268.80 178.56 268.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +178.56 258.80 178.56 248.80 190.56 248.80 190.56 258.80 178.56 258.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +178.56 248.80 178.56 238.80 190.56 238.80 190.56 248.80 178.56 248.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +178.56 238.80 178.56 228.80 190.56 228.80 190.56 238.80 178.56 238.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +178.56 228.80 178.56 218.80 190.56 218.80 190.56 228.80 178.56 228.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +178.56 128.80 178.56 118.80 190.56 118.80 190.56 128.80 178.56 128.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +178.56 38.80 178.56 28.80 190.56 28.80 190.56 38.80 178.56 38.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +178.56 28.80 178.56 18.80 190.56 18.80 190.56 28.80 178.56 28.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +178.56 8.80 178.56 -1.20 190.56 -1.20 190.56 8.80 178.56 8.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +166.56 738.80 166.56 728.80 178.56 728.80 178.56 738.80 166.56 738.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +166.56 728.80 166.56 718.80 178.56 718.80 178.56 728.80 166.56 728.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +166.56 688.80 166.56 678.80 178.56 678.80 178.56 688.80 166.56 688.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +166.56 678.80 166.56 668.80 178.56 668.80 178.56 678.80 166.56 678.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +166.56 668.80 166.56 658.80 178.56 658.80 178.56 668.80 166.56 668.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +166.56 548.80 166.56 538.80 178.56 538.80 178.56 548.80 166.56 548.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +166.56 538.80 166.56 528.80 178.56 528.80 178.56 538.80 166.56 538.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +166.56 528.80 166.56 518.80 178.56 518.80 178.56 528.80 166.56 528.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +166.56 518.80 166.56 508.80 178.56 508.80 178.56 518.80 166.56 518.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +166.56 508.80 166.56 498.80 178.56 498.80 178.56 508.80 166.56 508.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +166.56 498.80 166.56 488.80 178.56 488.80 178.56 498.80 166.56 498.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +166.56 458.80 166.56 448.80 178.56 448.80 178.56 458.80 166.56 458.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +166.56 448.80 166.56 438.80 178.56 438.80 178.56 448.80 166.56 448.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +166.56 438.80 166.56 428.80 178.56 428.80 178.56 438.80 166.56 438.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +166.56 428.80 166.56 418.80 178.56 418.80 178.56 428.80 166.56 428.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +166.56 418.80 166.56 408.80 178.56 408.80 178.56 418.80 166.56 418.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +166.56 388.80 166.56 378.80 178.56 378.80 178.56 388.80 166.56 388.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +166.56 308.80 166.56 298.80 178.56 298.80 178.56 308.80 166.56 308.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +166.56 298.80 166.56 288.80 178.56 288.80 178.56 298.80 166.56 298.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +166.56 288.80 166.56 278.80 178.56 278.80 178.56 288.80 166.56 288.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +166.56 278.80 166.56 268.80 178.56 268.80 178.56 278.80 166.56 278.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +166.56 268.80 166.56 258.80 178.56 258.80 178.56 268.80 166.56 268.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +166.56 258.80 166.56 248.80 178.56 248.80 178.56 258.80 166.56 258.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +166.56 248.80 166.56 238.80 178.56 238.80 178.56 248.80 166.56 248.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +166.56 238.80 166.56 228.80 178.56 228.80 178.56 238.80 166.56 238.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +166.56 228.80 166.56 218.80 178.56 218.80 178.56 228.80 166.56 228.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +166.56 128.80 166.56 118.80 178.56 118.80 178.56 128.80 166.56 128.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +166.56 38.80 166.56 28.80 178.56 28.80 178.56 38.80 166.56 38.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +166.56 28.80 166.56 18.80 178.56 18.80 178.56 28.80 166.56 28.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +166.56 8.80 166.56 -1.20 178.56 -1.20 178.56 8.80 166.56 8.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +154.56 308.80 154.56 298.80 166.56 298.80 166.56 308.80 154.56 308.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +154.56 298.80 154.56 288.80 166.56 288.80 166.56 298.80 154.56 298.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +154.56 288.80 154.56 278.80 166.56 278.80 166.56 288.80 154.56 288.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +154.56 278.80 154.56 268.80 166.56 268.80 166.56 278.80 154.56 278.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +154.56 268.80 154.56 258.80 166.56 258.80 166.56 268.80 154.56 268.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +154.56 258.80 154.56 248.80 166.56 248.80 166.56 258.80 154.56 258.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +154.56 248.80 154.56 238.80 166.56 238.80 166.56 248.80 154.56 248.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +154.56 238.80 154.56 228.80 166.56 228.80 166.56 238.80 154.56 238.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +154.56 228.80 154.56 218.80 166.56 218.80 166.56 228.80 154.56 228.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +154.56 128.80 154.56 118.80 166.56 118.80 166.56 128.80 154.56 128.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +154.56 38.80 154.56 28.80 166.56 28.80 166.56 38.80 154.56 38.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +154.56 28.80 154.56 18.80 166.56 18.80 166.56 28.80 154.56 28.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +154.56 8.80 154.56 -1.20 166.56 -1.20 166.56 8.80 154.56 8.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +142.56 358.80 142.56 348.80 154.56 348.80 154.56 358.80 142.56 358.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +142.56 308.80 142.56 298.80 154.56 298.80 154.56 308.80 142.56 308.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +142.56 298.80 142.56 288.80 154.56 288.80 154.56 298.80 142.56 298.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +142.56 288.80 142.56 278.80 154.56 278.80 154.56 288.80 142.56 288.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +142.56 278.80 142.56 268.80 154.56 268.80 154.56 278.80 142.56 278.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +142.56 268.80 142.56 258.80 154.56 258.80 154.56 268.80 142.56 268.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +142.56 258.80 142.56 248.80 154.56 248.80 154.56 258.80 142.56 258.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +142.56 248.80 142.56 238.80 154.56 238.80 154.56 248.80 142.56 248.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +142.56 238.80 142.56 228.80 154.56 228.80 154.56 238.80 142.56 238.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +142.56 228.80 142.56 218.80 154.56 218.80 154.56 228.80 142.56 228.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +142.56 128.80 142.56 118.80 154.56 118.80 154.56 128.80 142.56 128.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +142.56 48.80 142.56 38.80 154.56 38.80 154.56 48.80 142.56 48.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +142.56 38.80 142.56 28.80 154.56 28.80 154.56 38.80 142.56 38.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +142.56 28.80 142.56 18.80 154.56 18.80 154.56 28.80 142.56 28.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +142.56 8.80 142.56 -1.20 154.56 -1.20 154.56 8.80 142.56 8.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +130.56 548.80 130.56 538.80 142.56 538.80 142.56 548.80 130.56 548.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +130.56 538.80 130.56 528.80 142.56 528.80 142.56 538.80 130.56 538.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +130.56 528.80 130.56 518.80 142.56 518.80 142.56 528.80 130.56 528.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +130.56 458.80 130.56 448.80 142.56 448.80 142.56 458.80 130.56 458.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +130.56 448.80 130.56 438.80 142.56 438.80 142.56 448.80 130.56 448.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +130.56 438.80 130.56 428.80 142.56 428.80 142.56 438.80 130.56 438.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +130.56 428.80 130.56 418.80 142.56 418.80 142.56 428.80 130.56 428.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +130.56 418.80 130.56 408.80 142.56 408.80 142.56 418.80 130.56 418.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +130.56 408.80 130.56 398.80 142.56 398.80 142.56 408.80 130.56 408.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +130.56 308.80 130.56 298.80 142.56 298.80 142.56 308.80 130.56 308.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +130.56 298.80 130.56 288.80 142.56 288.80 142.56 298.80 130.56 298.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +130.56 288.80 130.56 278.80 142.56 278.80 142.56 288.80 130.56 288.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +130.56 278.80 130.56 268.80 142.56 268.80 142.56 278.80 130.56 278.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +130.56 268.80 130.56 258.80 142.56 258.80 142.56 268.80 130.56 268.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +130.56 258.80 130.56 248.80 142.56 248.80 142.56 258.80 130.56 258.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +130.56 248.80 130.56 238.80 142.56 238.80 142.56 248.80 130.56 248.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +130.56 238.80 130.56 228.80 142.56 228.80 142.56 238.80 130.56 238.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +130.56 228.80 130.56 218.80 142.56 218.80 142.56 228.80 130.56 228.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +130.56 128.80 130.56 118.80 142.56 118.80 142.56 128.80 130.56 128.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +130.56 48.80 130.56 38.80 142.56 38.80 142.56 48.80 130.56 48.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +130.56 38.80 130.56 28.80 142.56 28.80 142.56 38.80 130.56 38.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +130.56 28.80 130.56 18.80 142.56 18.80 142.56 28.80 130.56 28.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +130.56 8.80 130.56 -1.20 142.56 -1.20 142.56 8.80 130.56 8.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +118.56 748.80 118.56 738.80 130.56 738.80 130.56 748.80 118.56 748.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +118.56 738.80 118.56 728.80 130.56 728.80 130.56 738.80 118.56 738.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +118.56 728.80 118.56 718.80 130.56 718.80 130.56 728.80 118.56 728.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +118.56 718.80 118.56 708.80 130.56 708.80 130.56 718.80 118.56 718.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +118.56 708.80 118.56 698.80 130.56 698.80 130.56 708.80 118.56 708.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +118.56 698.80 118.56 688.80 130.56 688.80 130.56 698.80 118.56 698.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +118.56 688.80 118.56 678.80 130.56 678.80 130.56 688.80 118.56 688.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +118.56 678.80 118.56 668.80 130.56 668.80 130.56 678.80 118.56 678.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +118.56 668.80 118.56 658.80 130.56 658.80 130.56 668.80 118.56 668.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +118.56 658.80 118.56 648.80 130.56 648.80 130.56 658.80 118.56 658.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +118.56 648.80 118.56 638.80 130.56 638.80 130.56 648.80 118.56 648.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +118.56 638.80 118.56 628.80 130.56 628.80 130.56 638.80 118.56 638.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +118.56 628.80 118.56 618.80 130.56 618.80 130.56 628.80 118.56 628.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +118.56 618.80 118.56 608.80 130.56 608.80 130.56 618.80 118.56 618.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +118.56 608.80 118.56 598.80 130.56 598.80 130.56 608.80 118.56 608.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +118.56 598.80 118.56 588.80 130.56 588.80 130.56 598.80 118.56 598.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +118.56 588.80 118.56 578.80 130.56 578.80 130.56 588.80 118.56 588.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +118.56 578.80 118.56 568.80 130.56 568.80 130.56 578.80 118.56 578.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +118.56 568.80 118.56 558.80 130.56 558.80 130.56 568.80 118.56 568.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +118.56 298.80 118.56 288.80 130.56 288.80 130.56 298.80 118.56 298.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +118.56 288.80 118.56 278.80 130.56 278.80 130.56 288.80 118.56 288.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +118.56 278.80 118.56 268.80 130.56 268.80 130.56 278.80 118.56 278.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +118.56 268.80 118.56 258.80 130.56 258.80 130.56 268.80 118.56 268.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +118.56 258.80 118.56 248.80 130.56 248.80 130.56 258.80 118.56 258.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +118.56 248.80 118.56 238.80 130.56 238.80 130.56 248.80 118.56 248.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +118.56 238.80 118.56 228.80 130.56 228.80 130.56 238.80 118.56 238.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +118.56 228.80 118.56 218.80 130.56 218.80 130.56 228.80 118.56 228.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +118.56 38.80 118.56 28.80 130.56 28.80 130.56 38.80 118.56 38.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +118.56 28.80 118.56 18.80 130.56 18.80 130.56 28.80 118.56 28.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +118.56 8.80 118.56 -1.20 130.56 -1.20 130.56 8.80 118.56 8.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +106.56 298.80 106.56 288.80 118.56 288.80 118.56 298.80 106.56 298.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +106.56 288.80 106.56 278.80 118.56 278.80 118.56 288.80 106.56 288.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +106.56 278.80 106.56 268.80 118.56 268.80 118.56 278.80 106.56 278.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +106.56 268.80 106.56 258.80 118.56 258.80 118.56 268.80 106.56 268.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +106.56 258.80 106.56 248.80 118.56 248.80 118.56 258.80 106.56 258.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +106.56 248.80 106.56 238.80 118.56 238.80 118.56 248.80 106.56 248.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +106.56 238.80 106.56 228.80 118.56 228.80 118.56 238.80 106.56 238.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +106.56 228.80 106.56 218.80 118.56 218.80 118.56 228.80 106.56 228.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +106.56 48.80 106.56 38.80 118.56 38.80 118.56 48.80 106.56 48.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +106.56 38.80 106.56 28.80 118.56 28.80 118.56 38.80 106.56 38.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +106.56 28.80 106.56 18.80 118.56 18.80 118.56 28.80 106.56 28.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +106.56 8.80 106.56 -1.20 118.56 -1.20 118.56 8.80 106.56 8.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 548.80 94.56 538.80 106.56 538.80 106.56 548.80 94.56 548.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 538.80 94.56 528.80 106.56 528.80 106.56 538.80 94.56 538.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 528.80 94.56 518.80 106.56 518.80 106.56 528.80 94.56 528.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 518.80 94.56 508.80 106.56 508.80 106.56 518.80 94.56 518.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 508.80 94.56 498.80 106.56 498.80 106.56 508.80 94.56 508.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 498.80 94.56 488.80 106.56 488.80 106.56 498.80 94.56 498.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 488.80 94.56 478.80 106.56 478.80 106.56 488.80 94.56 488.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 478.80 94.56 468.80 106.56 468.80 106.56 478.80 94.56 478.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 468.80 94.56 458.80 106.56 458.80 106.56 468.80 94.56 468.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 458.80 94.56 448.80 106.56 448.80 106.56 458.80 94.56 458.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 448.80 94.56 438.80 106.56 438.80 106.56 448.80 94.56 448.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 438.80 94.56 428.80 106.56 428.80 106.56 438.80 94.56 438.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 428.80 94.56 418.80 106.56 418.80 106.56 428.80 94.56 428.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 418.80 94.56 408.80 106.56 408.80 106.56 418.80 94.56 418.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 408.80 94.56 398.80 106.56 398.80 106.56 408.80 94.56 408.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 398.80 94.56 388.80 106.56 388.80 106.56 398.80 94.56 398.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 388.80 94.56 378.80 106.56 378.80 106.56 388.80 94.56 388.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 378.80 94.56 368.80 106.56 368.80 106.56 378.80 94.56 378.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 288.80 94.56 278.80 106.56 278.80 106.56 288.80 94.56 288.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 278.80 94.56 268.80 106.56 268.80 106.56 278.80 94.56 278.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 268.80 94.56 258.80 106.56 258.80 106.56 268.80 94.56 268.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 258.80 94.56 248.80 106.56 248.80 106.56 258.80 94.56 258.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 248.80 94.56 238.80 106.56 238.80 106.56 248.80 94.56 248.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 238.80 94.56 228.80 106.56 228.80 106.56 238.80 94.56 238.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 228.80 94.56 218.80 106.56 218.80 106.56 228.80 94.56 228.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 128.80 94.56 118.80 106.56 118.80 106.56 128.80 94.56 128.80 ML +closepath 0.70 setgray fill 0 setgray + newpath +94.56 58.80 94.56 48.80 106.56 48.80 106.56 58.80 94.56 58.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +94.56 48.80 94.56 38.80 106.56 38.80 106.56 48.80 94.56 48.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +94.56 38.80 94.56 28.80 106.56 28.80 106.56 38.80 94.56 38.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +94.56 28.80 94.56 18.80 106.56 18.80 106.56 28.80 94.56 28.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +94.56 8.80 94.56 -1.20 106.56 -1.20 106.56 8.80 94.56 8.80 ML +closepath 0.50 setgray fill 0 setgray +C100 + 406.56 358.80 406.56 348.80 L + C100 + 418.56 358.80 418.56 348.80 L + C100 + 406.56 358.80 418.56 358.80 L + C100 + 406.56 348.80 418.56 348.80 L + C100 + 418.56 258.80 418.56 248.80 L + C100 + 406.56 258.80 418.56 258.80 L + C100 + 418.56 248.80 418.56 238.80 L + C100 + 418.56 238.80 418.56 228.80 L + C100 + 418.56 228.80 418.56 218.80 L + C100 + 406.56 218.80 418.56 218.80 L + C100 + 418.56 138.80 418.56 128.80 L + C100 + 406.56 138.80 418.56 138.80 L + C100 + 418.56 128.80 418.56 118.80 L + C100 + 406.56 118.80 418.56 118.80 L + C100 + 406.56 108.80 406.56 98.80 L + C100 + 418.56 108.80 418.56 98.80 L + C100 + 406.56 108.80 418.56 108.80 L + C100 + 406.56 98.80 406.56 88.80 L + C100 + 418.56 98.80 418.56 88.80 L + C100 + 406.56 88.80 406.56 78.80 L + C100 + 418.56 88.80 418.56 78.80 L + C100 + 406.56 78.80 406.56 68.80 L + C100 + 418.56 78.80 418.56 68.80 L + C100 + 418.56 68.80 418.56 58.80 L + C100 + 418.56 58.80 418.56 48.80 L + C100 + 418.56 48.80 418.56 38.80 L + C100 + 418.56 38.80 418.56 28.80 L + C100 + 418.56 28.80 418.56 18.80 L + C100 + 406.56 18.80 418.56 18.80 L + C100 + 394.56 398.80 394.56 388.80 L + C100 + 406.56 398.80 406.56 388.80 L + C100 + 394.56 398.80 406.56 398.80 L + C100 + 394.56 388.80 394.56 378.80 L + C100 + 406.56 388.80 406.56 378.80 L + C100 + 394.56 378.80 406.56 378.80 L + C100 + 394.56 258.80 406.56 258.80 L + C100 + 394.56 218.80 406.56 218.80 L + C100 + 394.56 138.80 406.56 138.80 L + C100 + 394.56 118.80 406.56 118.80 L + C100 + 394.56 68.80 394.56 58.80 L + C100 + 394.56 68.80 406.56 68.80 L + C100 + 394.56 18.80 406.56 18.80 L + C100 + 382.56 748.80 382.56 738.80 L + C100 + 394.56 748.80 394.56 738.80 L + C100 + 382.56 748.80 394.56 748.80 L + C100 + 382.56 738.80 382.56 728.80 L + C100 + 394.56 738.80 394.56 728.80 L + C100 + 382.56 728.80 382.56 718.80 L + C100 + 394.56 728.80 394.56 718.80 L + C100 + 394.56 718.80 394.56 708.80 L + C100 + 382.56 708.80 382.56 698.80 L + C100 + 394.56 708.80 394.56 698.80 L + C100 + 382.56 698.80 382.56 688.80 L + C100 + 394.56 698.80 394.56 688.80 L + C100 + 382.56 688.80 382.56 678.80 L + C100 + 394.56 688.80 394.56 678.80 L + C100 + 382.56 678.80 382.56 668.80 L + C100 + 394.56 678.80 394.56 668.80 L + C100 + 382.56 668.80 382.56 658.80 L + C100 + 394.56 668.80 394.56 658.80 L + C100 + 382.56 658.80 382.56 648.80 L + C100 + 394.56 658.80 394.56 648.80 L + C100 + 382.56 648.80 382.56 638.80 L + C100 + 394.56 648.80 394.56 638.80 L + C100 + 382.56 638.80 382.56 628.80 L + C100 + 394.56 638.80 394.56 628.80 L + C100 + 382.56 628.80 382.56 618.80 L + C100 + 394.56 628.80 394.56 618.80 L + C100 + 382.56 618.80 382.56 608.80 L + C100 + 394.56 618.80 394.56 608.80 L + C100 + 382.56 608.80 382.56 598.80 L + C100 + 394.56 608.80 394.56 598.80 L + C100 + 382.56 598.80 382.56 588.80 L + C100 + 394.56 598.80 394.56 588.80 L + C100 + 394.56 588.80 394.56 578.80 L + C100 + 394.56 578.80 394.56 568.80 L + C100 + 382.56 568.80 382.56 558.80 L + C100 + 394.56 568.80 394.56 558.80 L + C100 + 382.56 558.80 382.56 548.80 L + C100 + 394.56 558.80 394.56 548.80 L + C100 + 382.56 548.80 394.56 548.80 L + C100 + 394.56 358.80 394.56 348.80 L + C100 + 382.56 358.80 394.56 358.80 L + C100 + 382.56 348.80 394.56 348.80 L + C100 + 394.56 268.80 394.56 258.80 L + C100 + 382.56 268.80 394.56 268.80 L + C100 + 382.56 218.80 394.56 218.80 L + C100 + 394.56 158.80 394.56 148.80 L + C100 + 382.56 158.80 394.56 158.80 L + C100 + 394.56 148.80 394.56 138.80 L + C100 + 382.56 118.80 394.56 118.80 L + C100 + 382.56 58.80 382.56 48.80 L + C100 + 382.56 58.80 394.56 58.80 L + C100 + 382.56 48.80 382.56 38.80 L + C100 + 382.56 38.80 382.56 28.80 L + C100 + 382.56 18.80 394.56 18.80 L + C100 + 370.56 718.80 382.56 718.80 L + C100 + 370.56 708.80 382.56 708.80 L + C100 + 370.56 588.80 370.56 578.80 L + C100 + 370.56 588.80 382.56 588.80 L + C100 + 370.56 568.80 382.56 568.80 L + C100 + 382.56 518.80 382.56 508.80 L + C100 + 370.56 518.80 382.56 518.80 L + C100 + 382.56 508.80 382.56 498.80 L + C100 + 382.56 498.80 382.56 488.80 L + C100 + 382.56 488.80 382.56 478.80 L + C100 + 370.56 478.80 382.56 478.80 L + C100 + 382.56 468.80 382.56 458.80 L + C100 + 370.56 468.80 382.56 468.80 L + C100 + 382.56 458.80 382.56 448.80 L + C100 + 382.56 448.80 382.56 438.80 L + C100 + 382.56 438.80 382.56 428.80 L + C100 + 382.56 428.80 382.56 418.80 L + C100 + 382.56 418.80 382.56 408.80 L + C100 + 382.56 408.80 382.56 398.80 L + C100 + 382.56 398.80 382.56 388.80 L + C100 + 382.56 388.80 382.56 378.80 L + C100 + 382.56 378.80 382.56 368.80 L + C100 + 370.56 368.80 382.56 368.80 L + C100 + 370.56 358.80 382.56 358.80 L + C100 + 370.56 348.80 382.56 348.80 L + C100 + 382.56 278.80 382.56 268.80 L + C100 + 370.56 278.80 382.56 278.80 L + C100 + 370.56 218.80 382.56 218.80 L + C100 + 382.56 168.80 382.56 158.80 L + C100 + 370.56 168.80 382.56 168.80 L + C100 + 370.56 118.80 382.56 118.80 L + C100 + 370.56 28.80 370.56 18.80 L + C100 + 370.56 28.80 382.56 28.80 L + C100 + 370.56 18.80 382.56 18.80 L + C100 + 358.56 748.80 358.56 738.80 L + C100 + 370.56 748.80 370.56 738.80 L + C100 + 358.56 748.80 370.56 748.80 L + C100 + 358.56 738.80 358.56 728.80 L + C100 + 370.56 738.80 370.56 728.80 L + C100 + 358.56 728.80 358.56 718.80 L + C100 + 370.56 728.80 370.56 718.80 L + C100 + 358.56 718.80 358.56 708.80 L + C100 + 358.56 708.80 358.56 698.80 L + C100 + 370.56 708.80 370.56 698.80 L + C100 + 358.56 698.80 358.56 688.80 L + C100 + 370.56 698.80 370.56 688.80 L + C100 + 358.56 688.80 358.56 678.80 L + C100 + 370.56 688.80 370.56 678.80 L + C100 + 358.56 678.80 358.56 668.80 L + C100 + 370.56 678.80 370.56 668.80 L + C100 + 358.56 668.80 358.56 658.80 L + C100 + 370.56 668.80 370.56 658.80 L + C100 + 358.56 658.80 358.56 648.80 L + C100 + 370.56 658.80 370.56 648.80 L + C100 + 358.56 648.80 358.56 638.80 L + C100 + 370.56 648.80 370.56 638.80 L + C100 + 358.56 638.80 358.56 628.80 L + C100 + 370.56 638.80 370.56 628.80 L + C100 + 358.56 628.80 358.56 618.80 L + C100 + 370.56 628.80 370.56 618.80 L + C100 + 358.56 618.80 358.56 608.80 L + C100 + 370.56 618.80 370.56 608.80 L + C100 + 358.56 608.80 358.56 598.80 L + C100 + 370.56 608.80 370.56 598.80 L + C100 + 358.56 598.80 358.56 588.80 L + C100 + 370.56 598.80 370.56 588.80 L + C100 + 358.56 588.80 370.56 588.80 L + C100 + 358.56 578.80 358.56 568.80 L + C100 + 358.56 578.80 370.56 578.80 L + C100 + 358.56 568.80 358.56 558.80 L + C100 + 370.56 568.80 370.56 558.80 L + C100 + 358.56 558.80 358.56 548.80 L + C100 + 370.56 558.80 370.56 548.80 L + C100 + 358.56 548.80 358.56 538.80 L + C100 + 370.56 548.80 370.56 538.80 L + C100 + 358.56 538.80 358.56 528.80 L + C100 + 370.56 538.80 370.56 528.80 L + C100 + 358.56 528.80 358.56 518.80 L + C100 + 370.56 528.80 370.56 518.80 L + C100 + 358.56 518.80 358.56 508.80 L + C100 + 358.56 508.80 358.56 498.80 L + C100 + 358.56 498.80 358.56 488.80 L + C100 + 358.56 488.80 358.56 478.80 L + C100 + 358.56 478.80 358.56 468.80 L + C100 + 370.56 478.80 370.56 468.80 L + C100 + 358.56 468.80 358.56 458.80 L + C100 + 358.56 458.80 358.56 448.80 L + C100 + 358.56 448.80 358.56 438.80 L + C100 + 358.56 438.80 358.56 428.80 L + C100 + 358.56 428.80 358.56 418.80 L + C100 + 358.56 418.80 358.56 408.80 L + C100 + 358.56 408.80 358.56 398.80 L + C100 + 358.56 398.80 358.56 388.80 L + C100 + 358.56 388.80 358.56 378.80 L + C100 + 358.56 378.80 358.56 368.80 L + C100 + 358.56 368.80 370.56 368.80 L + C100 + 358.56 358.80 358.56 348.80 L + C100 + 358.56 358.80 370.56 358.80 L + C100 + 358.56 348.80 370.56 348.80 L + C100 + 358.56 278.80 370.56 278.80 L + C100 + 358.56 218.80 370.56 218.80 L + C100 + 358.56 168.80 370.56 168.80 L + C100 + 358.56 118.80 370.56 118.80 L + C100 + 358.56 288.80 358.56 278.80 L + C100 + 346.56 288.80 358.56 288.80 L + C100 + 346.56 218.80 358.56 218.80 L + C100 + 346.56 168.80 346.56 158.80 L + C100 + 346.56 168.80 358.56 168.80 L + C100 + 346.56 118.80 358.56 118.80 L + C100 + 346.56 748.80 346.56 738.80 L + C100 + 334.56 748.80 346.56 748.80 L + C100 + 346.56 738.80 346.56 728.80 L + C100 + 346.56 728.80 346.56 718.80 L + C100 + 346.56 718.80 346.56 708.80 L + C100 + 346.56 708.80 346.56 698.80 L + C100 + 346.56 698.80 346.56 688.80 L + C100 + 346.56 688.80 346.56 678.80 L + C100 + 346.56 678.80 346.56 668.80 L + C100 + 346.56 668.80 346.56 658.80 L + C100 + 346.56 658.80 346.56 648.80 L + C100 + 346.56 648.80 346.56 638.80 L + C100 + 346.56 638.80 346.56 628.80 L + C100 + 346.56 628.80 346.56 618.80 L + C100 + 346.56 618.80 346.56 608.80 L + C100 + 334.56 608.80 346.56 608.80 L + C100 + 346.56 588.80 346.56 578.80 L + C100 + 334.56 588.80 346.56 588.80 L + C100 + 346.56 578.80 346.56 568.80 L + C100 + 334.56 568.80 346.56 568.80 L + C100 + 334.56 548.80 334.56 538.80 L + C100 + 346.56 548.80 346.56 538.80 L + C100 + 334.56 548.80 346.56 548.80 L + C100 + 334.56 538.80 334.56 528.80 L + C100 + 346.56 538.80 346.56 528.80 L + C100 + 334.56 528.80 334.56 518.80 L + C100 + 346.56 528.80 346.56 518.80 L + C100 + 334.56 518.80 346.56 518.80 L + C100 + 334.56 488.80 334.56 478.80 L + C100 + 346.56 488.80 346.56 478.80 L + C100 + 334.56 488.80 346.56 488.80 L + C100 + 334.56 478.80 334.56 468.80 L + C100 + 346.56 478.80 346.56 468.80 L + C100 + 334.56 468.80 334.56 458.80 L + C100 + 346.56 468.80 346.56 458.80 L + C100 + 334.56 458.80 334.56 448.80 L + C100 + 346.56 458.80 346.56 448.80 L + C100 + 334.56 448.80 334.56 438.80 L + C100 + 346.56 448.80 346.56 438.80 L + C100 + 334.56 438.80 334.56 428.80 L + C100 + 346.56 438.80 346.56 428.80 L + C100 + 334.56 428.80 334.56 418.80 L + C100 + 346.56 428.80 346.56 418.80 L + C100 + 334.56 418.80 334.56 408.80 L + C100 + 346.56 418.80 346.56 408.80 L + C100 + 334.56 408.80 334.56 398.80 L + C100 + 346.56 408.80 346.56 398.80 L + C100 + 334.56 398.80 346.56 398.80 L + C100 + 346.56 358.80 346.56 348.80 L + C100 + 334.56 358.80 346.56 358.80 L + C100 + 334.56 348.80 346.56 348.80 L + C100 + 334.56 288.80 346.56 288.80 L + C100 + 334.56 218.80 346.56 218.80 L + C100 + 334.56 158.80 346.56 158.80 L + C100 + 334.56 118.80 346.56 118.80 L + C100 + 346.56 28.80 346.56 18.80 L + C100 + 334.56 28.80 346.56 28.80 L + C100 + 334.56 18.80 346.56 18.80 L + C100 + 322.56 748.80 322.56 738.80 L + C100 + 322.56 748.80 334.56 748.80 L + C100 + 322.56 738.80 322.56 728.80 L + C100 + 322.56 728.80 322.56 718.80 L + C100 + 322.56 718.80 322.56 708.80 L + C100 + 322.56 708.80 322.56 698.80 L + C100 + 322.56 698.80 322.56 688.80 L + C100 + 322.56 658.80 322.56 648.80 L + C100 + 322.56 648.80 322.56 638.80 L + C100 + 322.56 638.80 322.56 628.80 L + C100 + 322.56 628.80 322.56 618.80 L + C100 + 322.56 618.80 322.56 608.80 L + C100 + 322.56 608.80 322.56 598.80 L + C100 + 334.56 608.80 334.56 598.80 L + C100 + 322.56 598.80 322.56 588.80 L + C100 + 334.56 598.80 334.56 588.80 L + C100 + 322.56 588.80 322.56 578.80 L + C100 + 322.56 578.80 322.56 568.80 L + C100 + 322.56 568.80 322.56 558.80 L + C100 + 334.56 568.80 334.56 558.80 L + C100 + 322.56 558.80 322.56 548.80 L + C100 + 334.56 558.80 334.56 548.80 L + C100 + 322.56 548.80 334.56 548.80 L + C100 + 322.56 358.80 322.56 348.80 L + C100 + 322.56 358.80 334.56 358.80 L + C100 + 322.56 348.80 334.56 348.80 L + C100 + 334.56 298.80 334.56 288.80 L + C100 + 322.56 298.80 334.56 298.80 L + C100 + 322.56 218.80 334.56 218.80 L + C100 + 322.56 158.80 322.56 148.80 L + C100 + 322.56 158.80 334.56 158.80 L + C100 + 322.56 118.80 334.56 118.80 L + C100 + 334.56 38.80 334.56 28.80 L + C100 + 322.56 38.80 334.56 38.80 L + C100 + 322.56 18.80 334.56 18.80 L + C100 + 310.56 688.80 310.56 678.80 L + C100 + 310.56 688.80 322.56 688.80 L + C100 + 310.56 678.80 310.56 668.80 L + C100 + 310.56 668.80 310.56 658.80 L + C100 + 310.56 658.80 322.56 658.80 L + C100 + 310.56 518.80 310.56 508.80 L + C100 + 322.56 518.80 322.56 508.80 L + C100 + 310.56 518.80 322.56 518.80 L + C100 + 310.56 508.80 310.56 498.80 L + C100 + 322.56 508.80 322.56 498.80 L + C100 + 310.56 498.80 310.56 488.80 L + C100 + 322.56 498.80 322.56 488.80 L + C100 + 310.56 488.80 322.56 488.80 L + C100 + 310.56 298.80 310.56 288.80 L + C100 + 310.56 298.80 322.56 298.80 L + C100 + 310.56 218.80 322.56 218.80 L + C100 + 310.56 148.80 310.56 138.80 L + C100 + 310.56 148.80 322.56 148.80 L + C100 + 310.56 138.80 310.56 128.80 L + C100 + 310.56 118.80 322.56 118.80 L + C100 + 322.56 68.80 322.56 58.80 L + C100 + 310.56 68.80 322.56 68.80 L + C100 + 322.56 58.80 322.56 48.80 L + C100 + 322.56 48.80 322.56 38.80 L + C100 + 310.56 18.80 322.56 18.80 L + C100 + 298.56 438.80 298.56 428.80 L + C100 + 310.56 438.80 310.56 428.80 L + C100 + 298.56 438.80 310.56 438.80 L + C100 + 298.56 428.80 298.56 418.80 L + C100 + 310.56 428.80 310.56 418.80 L + C100 + 298.56 418.80 298.56 408.80 L + C100 + 310.56 418.80 310.56 408.80 L + C100 + 298.56 408.80 310.56 408.80 L + C100 + 298.56 288.80 310.56 288.80 L + C100 + 298.56 218.80 310.56 218.80 L + C100 + 298.56 128.80 310.56 128.80 L + C100 + 298.56 118.80 310.56 118.80 L + C100 + 310.56 88.80 310.56 78.80 L + C100 + 298.56 88.80 310.56 88.80 L + C100 + 310.56 78.80 310.56 68.80 L + C100 + 298.56 18.80 310.56 18.80 L + C100 + 286.56 548.80 286.56 538.80 L + C100 + 298.56 548.80 298.56 538.80 L + C100 + 286.56 548.80 298.56 548.80 L + C100 + 286.56 538.80 286.56 528.80 L + C100 + 298.56 538.80 298.56 528.80 L + C100 + 286.56 528.80 286.56 518.80 L + C100 + 298.56 528.80 298.56 518.80 L + C100 + 286.56 518.80 286.56 508.80 L + C100 + 298.56 518.80 298.56 508.80 L + C100 + 286.56 508.80 286.56 498.80 L + C100 + 298.56 508.80 298.56 498.80 L + C100 + 286.56 498.80 286.56 488.80 L + C100 + 298.56 498.80 298.56 488.80 L + C100 + 286.56 488.80 298.56 488.80 L + C100 + 286.56 298.80 286.56 288.80 L + C100 + 298.56 298.80 298.56 288.80 L + C100 + 286.56 298.80 298.56 298.80 L + C100 + 286.56 288.80 286.56 278.80 L + C100 + 286.56 278.80 286.56 268.80 L + C100 + 286.56 218.80 298.56 218.80 L + C100 + 286.56 128.80 286.56 118.80 L + C100 + 286.56 128.80 298.56 128.80 L + C100 + 286.56 118.80 298.56 118.80 L + C100 + 298.56 108.80 298.56 98.80 L + C100 + 286.56 108.80 298.56 108.80 L + C100 + 298.56 98.80 298.56 88.80 L + C100 + 286.56 18.80 298.56 18.80 L + C100 + 286.56 748.80 286.56 738.80 L + C100 + 274.56 748.80 286.56 748.80 L + C100 + 286.56 738.80 286.56 728.80 L + C100 + 286.56 728.80 286.56 718.80 L + C100 + 286.56 718.80 286.56 708.80 L + C100 + 286.56 708.80 286.56 698.80 L + C100 + 286.56 698.80 286.56 688.80 L + C100 + 286.56 688.80 286.56 678.80 L + C100 + 286.56 678.80 286.56 668.80 L + C100 + 286.56 668.80 286.56 658.80 L + C100 + 286.56 658.80 286.56 648.80 L + C100 + 286.56 648.80 286.56 638.80 L + C100 + 286.56 638.80 286.56 628.80 L + C100 + 286.56 628.80 286.56 618.80 L + C100 + 286.56 618.80 286.56 608.80 L + C100 + 286.56 608.80 286.56 598.80 L + C100 + 286.56 598.80 286.56 588.80 L + C100 + 286.56 588.80 286.56 578.80 L + C100 + 286.56 578.80 286.56 568.80 L + C100 + 286.56 568.80 286.56 558.80 L + C100 + 286.56 558.80 286.56 548.80 L + C100 + 286.56 548.80 286.56 538.80 L + C100 + 286.56 538.80 286.56 528.80 L + C100 + 286.56 528.80 286.56 518.80 L + C100 + 286.56 518.80 286.56 508.80 L + C100 + 286.56 508.80 286.56 498.80 L + C100 + 286.56 498.80 286.56 488.80 L + C100 + 286.56 488.80 286.56 478.80 L + C100 + 286.56 478.80 286.56 468.80 L + C100 + 286.56 468.80 286.56 458.80 L + C100 + 286.56 458.80 286.56 448.80 L + C100 + 286.56 448.80 286.56 438.80 L + C100 + 286.56 438.80 286.56 428.80 L + C100 + 286.56 428.80 286.56 418.80 L + C100 + 286.56 418.80 286.56 408.80 L + C100 + 286.56 408.80 286.56 398.80 L + C100 + 286.56 398.80 286.56 388.80 L + C100 + 286.56 388.80 286.56 378.80 L + C100 + 286.56 378.80 286.56 368.80 L + C100 + 274.56 368.80 286.56 368.80 L + C100 + 274.56 268.80 274.56 258.80 L + C100 + 274.56 268.80 286.56 268.80 L + C100 + 274.56 218.80 286.56 218.80 L + C100 + 274.56 108.80 286.56 108.80 L + C100 + 274.56 18.80 286.56 18.80 L + C100 + 262.56 748.80 274.56 748.80 L + C100 + 262.56 368.80 274.56 368.80 L + C100 + 274.56 358.80 274.56 348.80 L + C100 + 262.56 358.80 274.56 358.80 L + C100 + 262.56 348.80 274.56 348.80 L + C100 + 262.56 258.80 262.56 248.80 L + C100 + 262.56 258.80 274.56 258.80 L + C100 + 262.56 248.80 262.56 238.80 L + C100 + 262.56 218.80 274.56 218.80 L + C100 + 262.56 108.80 262.56 98.80 L + C100 + 262.56 108.80 274.56 108.80 L + C100 + 262.56 98.80 262.56 88.80 L + C100 + 262.56 18.80 274.56 18.80 L + C100 + 250.56 748.80 250.56 738.80 L + C100 + 250.56 748.80 262.56 748.80 L + C100 + 250.56 738.80 250.56 728.80 L + C100 + 250.56 728.80 250.56 718.80 L + C100 + 250.56 718.80 250.56 708.80 L + C100 + 250.56 708.80 250.56 698.80 L + C100 + 250.56 698.80 250.56 688.80 L + C100 + 250.56 688.80 250.56 678.80 L + C100 + 250.56 678.80 250.56 668.80 L + C100 + 250.56 668.80 250.56 658.80 L + C100 + 250.56 658.80 250.56 648.80 L + C100 + 250.56 648.80 250.56 638.80 L + C100 + 250.56 638.80 250.56 628.80 L + C100 + 250.56 628.80 250.56 618.80 L + C100 + 250.56 618.80 250.56 608.80 L + C100 + 250.56 608.80 250.56 598.80 L + C100 + 250.56 598.80 250.56 588.80 L + C100 + 250.56 588.80 250.56 578.80 L + C100 + 250.56 578.80 250.56 568.80 L + C100 + 250.56 568.80 250.56 558.80 L + C100 + 250.56 558.80 250.56 548.80 L + C100 + 250.56 548.80 250.56 538.80 L + C100 + 250.56 538.80 250.56 528.80 L + C100 + 250.56 528.80 250.56 518.80 L + C100 + 250.56 518.80 250.56 508.80 L + C100 + 250.56 508.80 250.56 498.80 L + C100 + 250.56 498.80 250.56 488.80 L + C100 + 250.56 488.80 250.56 478.80 L + C100 + 250.56 478.80 250.56 468.80 L + C100 + 250.56 468.80 250.56 458.80 L + C100 + 250.56 458.80 250.56 448.80 L + C100 + 250.56 448.80 250.56 438.80 L + C100 + 250.56 438.80 250.56 428.80 L + C100 + 250.56 428.80 250.56 418.80 L + C100 + 250.56 418.80 250.56 408.80 L + C100 + 250.56 408.80 250.56 398.80 L + C100 + 250.56 398.80 250.56 388.80 L + C100 + 250.56 388.80 250.56 378.80 L + C100 + 250.56 378.80 250.56 368.80 L + C100 + 250.56 368.80 262.56 368.80 L + C100 + 250.56 358.80 250.56 348.80 L + C100 + 250.56 358.80 262.56 358.80 L + C100 + 250.56 348.80 262.56 348.80 L + C100 + 250.56 238.80 262.56 238.80 L + C100 + 250.56 218.80 262.56 218.80 L + C100 + 250.56 88.80 250.56 78.80 L + C100 + 250.56 88.80 262.56 88.80 L + C100 + 250.56 78.80 250.56 68.80 L + C100 + 250.56 18.80 262.56 18.80 L + C100 + 238.56 748.80 238.56 738.80 L + C100 + 250.56 748.80 250.56 738.80 L + C100 + 238.56 748.80 250.56 748.80 L + C100 + 238.56 738.80 250.56 738.80 L + C100 + 238.56 658.80 238.56 648.80 L + C100 + 250.56 658.80 250.56 648.80 L + C100 + 238.56 658.80 250.56 658.80 L + C100 + 238.56 648.80 238.56 638.80 L + C100 + 250.56 648.80 250.56 638.80 L + C100 + 238.56 638.80 238.56 628.80 L + C100 + 250.56 638.80 250.56 628.80 L + C100 + 238.56 628.80 238.56 618.80 L + C100 + 250.56 628.80 250.56 618.80 L + C100 + 238.56 618.80 238.56 608.80 L + C100 + 250.56 618.80 250.56 608.80 L + C100 + 238.56 608.80 250.56 608.80 L + C100 + 238.56 568.80 238.56 558.80 L + C100 + 250.56 568.80 250.56 558.80 L + C100 + 238.56 568.80 250.56 568.80 L + C100 + 238.56 558.80 250.56 558.80 L + C100 + 238.56 378.80 238.56 368.80 L + C100 + 250.56 378.80 250.56 368.80 L + C100 + 238.56 378.80 250.56 378.80 L + C100 + 238.56 368.80 250.56 368.80 L + C100 + 250.56 248.80 250.56 238.80 L + C100 + 238.56 248.80 250.56 248.80 L + C100 + 238.56 218.80 250.56 218.80 L + C100 + 238.56 68.80 250.56 68.80 L + C100 + 238.56 18.80 250.56 18.80 L + C100 + 226.56 408.80 226.56 398.80 L + C100 + 238.56 408.80 238.56 398.80 L + C100 + 226.56 408.80 238.56 408.80 L + C100 + 226.56 398.80 238.56 398.80 L + C100 + 226.56 248.80 238.56 248.80 L + C100 + 226.56 218.80 238.56 218.80 L + C100 + 226.56 68.80 226.56 58.80 L + C100 + 226.56 68.80 238.56 68.80 L + C100 + 226.56 18.80 238.56 18.80 L + C100 + 214.56 488.80 214.56 478.80 L + C100 + 226.56 488.80 226.56 478.80 L + C100 + 214.56 488.80 226.56 488.80 L + C100 + 214.56 478.80 214.56 468.80 L + C100 + 226.56 478.80 226.56 468.80 L + C100 + 214.56 468.80 214.56 458.80 L + C100 + 226.56 468.80 226.56 458.80 L + C100 + 214.56 458.80 214.56 448.80 L + C100 + 226.56 458.80 226.56 448.80 L + C100 + 214.56 448.80 214.56 438.80 L + C100 + 226.56 448.80 226.56 438.80 L + C100 + 214.56 438.80 226.56 438.80 L + C100 + 226.56 288.80 226.56 278.80 L + C100 + 214.56 288.80 226.56 288.80 L + C100 + 226.56 278.80 226.56 268.80 L + C100 + 226.56 268.80 226.56 258.80 L + C100 + 226.56 258.80 226.56 248.80 L + C100 + 214.56 218.80 226.56 218.80 L + C100 + 226.56 128.80 226.56 118.80 L + C100 + 214.56 128.80 226.56 128.80 L + C100 + 214.56 118.80 226.56 118.80 L + C100 + 214.56 58.80 214.56 48.80 L + C100 + 214.56 58.80 226.56 58.80 L + C100 + 214.56 18.80 226.56 18.80 L + C100 + 202.56 568.80 202.56 558.80 L + C100 + 214.56 568.80 214.56 558.80 L + C100 + 202.56 568.80 214.56 568.80 L + C100 + 202.56 558.80 202.56 548.80 L + C100 + 214.56 558.80 214.56 548.80 L + C100 + 202.56 548.80 202.56 538.80 L + C100 + 214.56 548.80 214.56 538.80 L + C100 + 202.56 538.80 202.56 528.80 L + C100 + 214.56 538.80 214.56 528.80 L + C100 + 202.56 528.80 202.56 518.80 L + C100 + 214.56 528.80 214.56 518.80 L + C100 + 202.56 518.80 214.56 518.80 L + C100 + 202.56 298.80 202.56 288.80 L + C100 + 214.56 298.80 214.56 288.80 L + C100 + 202.56 298.80 214.56 298.80 L + C100 + 202.56 288.80 202.56 278.80 L + C100 + 202.56 278.80 202.56 268.80 L + C100 + 202.56 268.80 202.56 258.80 L + C100 + 202.56 258.80 202.56 248.80 L + C100 + 202.56 248.80 202.56 238.80 L + C100 + 202.56 238.80 202.56 228.80 L + C100 + 202.56 218.80 214.56 218.80 L + C100 + 202.56 128.80 202.56 118.80 L + C100 + 202.56 128.80 214.56 128.80 L + C100 + 202.56 118.80 214.56 118.80 L + C100 + 202.56 48.80 202.56 38.80 L + C100 + 202.56 48.80 214.56 48.80 L + C100 + 202.56 38.80 202.56 28.80 L + C100 + 202.56 18.80 214.56 18.80 L + C100 + 190.56 228.80 202.56 228.80 L + C100 + 190.56 218.80 202.56 218.80 L + C100 + 190.56 28.80 202.56 28.80 L + C100 + 190.56 18.80 202.56 18.80 L + C100 + 178.56 358.80 178.56 348.80 L + C100 + 190.56 358.80 190.56 348.80 L + C100 + 178.56 358.80 190.56 358.80 L + C100 + 178.56 348.80 190.56 348.80 L + C100 + 190.56 298.80 190.56 288.80 L + C100 + 178.56 298.80 190.56 298.80 L + C100 + 190.56 288.80 190.56 278.80 L + C100 + 190.56 278.80 190.56 268.80 L + C100 + 190.56 268.80 190.56 258.80 L + C100 + 190.56 258.80 190.56 248.80 L + C100 + 190.56 248.80 190.56 238.80 L + C100 + 190.56 238.80 190.56 228.80 L + C100 + 178.56 218.80 190.56 218.80 L + C100 + 190.56 128.80 190.56 118.80 L + C100 + 178.56 128.80 190.56 128.80 L + C100 + 178.56 118.80 190.56 118.80 L + C100 + 190.56 38.80 190.56 28.80 L + C100 + 178.56 38.80 190.56 38.80 L + C100 + 178.56 18.80 190.56 18.80 L + C100 + 166.56 358.80 178.56 358.80 L + C100 + 166.56 348.80 178.56 348.80 L + C100 + 178.56 308.80 178.56 298.80 L + C100 + 166.56 308.80 178.56 308.80 L + C100 + 166.56 218.80 178.56 218.80 L + C100 + 166.56 128.80 178.56 128.80 L + C100 + 166.56 118.80 178.56 118.80 L + C100 + 166.56 38.80 178.56 38.80 L + C100 + 166.56 18.80 178.56 18.80 L + C100 + 154.56 358.80 166.56 358.80 L + C100 + 154.56 348.80 166.56 348.80 L + C100 + 154.56 308.80 166.56 308.80 L + C100 + 154.56 218.80 166.56 218.80 L + C100 + 154.56 128.80 166.56 128.80 L + C100 + 154.56 118.80 166.56 118.80 L + C100 + 154.56 38.80 166.56 38.80 L + C100 + 154.56 18.80 166.56 18.80 L + C100 + 142.56 748.80 142.56 738.80 L + C100 + 154.56 748.80 154.56 738.80 L + C100 + 142.56 748.80 154.56 748.80 L + C100 + 142.56 738.80 142.56 728.80 L + C100 + 154.56 738.80 154.56 728.80 L + C100 + 142.56 728.80 142.56 718.80 L + C100 + 154.56 728.80 154.56 718.80 L + C100 + 142.56 718.80 142.56 708.80 L + C100 + 154.56 718.80 154.56 708.80 L + C100 + 142.56 708.80 142.56 698.80 L + C100 + 154.56 708.80 154.56 698.80 L + C100 + 142.56 698.80 142.56 688.80 L + C100 + 154.56 698.80 154.56 688.80 L + C100 + 142.56 688.80 142.56 678.80 L + C100 + 154.56 688.80 154.56 678.80 L + C100 + 142.56 678.80 142.56 668.80 L + C100 + 154.56 678.80 154.56 668.80 L + C100 + 142.56 668.80 142.56 658.80 L + C100 + 154.56 668.80 154.56 658.80 L + C100 + 142.56 658.80 142.56 648.80 L + C100 + 154.56 658.80 154.56 648.80 L + C100 + 142.56 648.80 142.56 638.80 L + C100 + 154.56 648.80 154.56 638.80 L + C100 + 142.56 638.80 142.56 628.80 L + C100 + 154.56 638.80 154.56 628.80 L + C100 + 142.56 628.80 142.56 618.80 L + C100 + 154.56 628.80 154.56 618.80 L + C100 + 142.56 618.80 142.56 608.80 L + C100 + 154.56 618.80 154.56 608.80 L + C100 + 142.56 608.80 142.56 598.80 L + C100 + 154.56 608.80 154.56 598.80 L + C100 + 142.56 598.80 142.56 588.80 L + C100 + 154.56 598.80 154.56 588.80 L + C100 + 142.56 588.80 142.56 578.80 L + C100 + 154.56 588.80 154.56 578.80 L + C100 + 142.56 578.80 142.56 568.80 L + C100 + 154.56 578.80 154.56 568.80 L + C100 + 142.56 568.80 142.56 558.80 L + C100 + 154.56 568.80 154.56 558.80 L + C100 + 142.56 558.80 142.56 548.80 L + C100 + 154.56 558.80 154.56 548.80 L + C100 + 142.56 548.80 142.56 538.80 L + C100 + 154.56 548.80 154.56 538.80 L + C100 + 142.56 538.80 142.56 528.80 L + C100 + 154.56 538.80 154.56 528.80 L + C100 + 142.56 528.80 142.56 518.80 L + C100 + 154.56 528.80 154.56 518.80 L + C100 + 142.56 518.80 142.56 508.80 L + C100 + 154.56 518.80 154.56 508.80 L + C100 + 142.56 508.80 142.56 498.80 L + C100 + 154.56 508.80 154.56 498.80 L + C100 + 142.56 498.80 142.56 488.80 L + C100 + 154.56 498.80 154.56 488.80 L + C100 + 154.56 488.80 154.56 478.80 L + C100 + 142.56 478.80 142.56 468.80 L + C100 + 154.56 478.80 154.56 468.80 L + C100 + 142.56 468.80 142.56 458.80 L + C100 + 154.56 468.80 154.56 458.80 L + C100 + 142.56 458.80 142.56 448.80 L + C100 + 154.56 458.80 154.56 448.80 L + C100 + 142.56 448.80 142.56 438.80 L + C100 + 154.56 448.80 154.56 438.80 L + C100 + 142.56 438.80 142.56 428.80 L + C100 + 154.56 438.80 154.56 428.80 L + C100 + 142.56 428.80 142.56 418.80 L + C100 + 154.56 428.80 154.56 418.80 L + C100 + 142.56 418.80 142.56 408.80 L + C100 + 154.56 418.80 154.56 408.80 L + C100 + 142.56 408.80 142.56 398.80 L + C100 + 154.56 408.80 154.56 398.80 L + C100 + 154.56 398.80 154.56 388.80 L + C100 + 142.56 388.80 142.56 378.80 L + C100 + 154.56 388.80 154.56 378.80 L + C100 + 142.56 378.80 142.56 368.80 L + C100 + 154.56 378.80 154.56 368.80 L + C100 + 142.56 368.80 154.56 368.80 L + C100 + 142.56 358.80 142.56 348.80 L + C100 + 154.56 358.80 154.56 348.80 L + C100 + 142.56 358.80 154.56 358.80 L + C100 + 142.56 348.80 154.56 348.80 L + C100 + 142.56 308.80 154.56 308.80 L + C100 + 142.56 218.80 154.56 218.80 L + C100 + 142.56 128.80 154.56 128.80 L + C100 + 142.56 118.80 154.56 118.80 L + C100 + 154.56 48.80 154.56 38.80 L + C100 + 142.56 48.80 154.56 48.80 L + C100 + 142.56 18.80 154.56 18.80 L + C100 + 130.56 488.80 130.56 478.80 L + C100 + 130.56 488.80 142.56 488.80 L + C100 + 130.56 478.80 142.56 478.80 L + C100 + 130.56 398.80 130.56 388.80 L + C100 + 130.56 398.80 142.56 398.80 L + C100 + 130.56 388.80 142.56 388.80 L + C100 + 130.56 358.80 142.56 358.80 L + C100 + 130.56 348.80 142.56 348.80 L + C100 + 130.56 308.80 130.56 298.80 L + C100 + 130.56 308.80 142.56 308.80 L + C100 + 130.56 218.80 142.56 218.80 L + C100 + 130.56 128.80 130.56 118.80 L + C100 + 130.56 128.80 142.56 128.80 L + C100 + 130.56 118.80 142.56 118.80 L + C100 + 130.56 48.80 130.56 38.80 L + C100 + 130.56 48.80 142.56 48.80 L + C100 + 130.56 18.80 142.56 18.80 L + C100 + 118.56 358.80 130.56 358.80 L + C100 + 118.56 348.80 130.56 348.80 L + C100 + 118.56 298.80 130.56 298.80 L + C100 + 118.56 218.80 130.56 218.80 L + C100 + 118.56 38.80 130.56 38.80 L + C100 + 118.56 18.80 130.56 18.80 L + C100 + 106.56 458.80 106.56 448.80 L + C100 + 118.56 458.80 118.56 448.80 L + C100 + 106.56 458.80 118.56 458.80 L + C100 + 106.56 448.80 106.56 438.80 L + C100 + 118.56 448.80 118.56 438.80 L + C100 + 106.56 438.80 118.56 438.80 L + C100 + 106.56 358.80 106.56 348.80 L + C100 + 118.56 358.80 118.56 348.80 L + C100 + 106.56 358.80 118.56 358.80 L + C100 + 106.56 348.80 118.56 348.80 L + C100 + 106.56 298.80 106.56 288.80 L + C100 + 106.56 298.80 118.56 298.80 L + C100 + 106.56 218.80 118.56 218.80 L + C100 + 118.56 48.80 118.56 38.80 L + C100 + 106.56 48.80 118.56 48.80 L + C100 + 106.56 18.80 118.56 18.80 L + C100 + 94.56 718.80 94.56 708.80 L + C100 + 106.56 718.80 106.56 708.80 L + C100 + 94.56 718.80 106.56 718.80 L + C100 + 94.56 708.80 94.56 698.80 L + C100 + 106.56 708.80 106.56 698.80 L + C100 + 94.56 698.80 106.56 698.80 L + C100 + 94.56 568.80 94.56 558.80 L + C100 + 106.56 568.80 106.56 558.80 L + C100 + 94.56 568.80 106.56 568.80 L + C100 + 94.56 558.80 94.56 548.80 L + C100 + 106.56 558.80 106.56 548.80 L + C100 + 94.56 548.80 106.56 548.80 L + C100 + 94.56 288.80 94.56 278.80 L + C100 + 94.56 288.80 106.56 288.80 L + C100 + 94.56 278.80 94.56 268.80 L + C100 + 94.56 268.80 94.56 258.80 L + C100 + 94.56 258.80 94.56 248.80 L + C100 + 94.56 248.80 94.56 238.80 L + C100 + 94.56 238.80 94.56 228.80 L + C100 + 94.56 228.80 94.56 218.80 L + C100 + 94.56 218.80 106.56 218.80 L + C100 + 94.56 128.80 94.56 118.80 L + C100 + 106.56 128.80 106.56 118.80 L + C100 + 94.56 128.80 106.56 128.80 L + C100 + 94.56 118.80 106.56 118.80 L + C100 + 94.56 58.80 94.56 48.80 L + C100 + 106.56 58.80 106.56 48.80 L + C100 + 94.56 58.80 106.56 58.80 L + C100 + 94.56 48.80 94.56 38.80 L + C100 + 94.56 38.80 94.56 28.80 L + C100 + 94.56 28.80 94.56 18.80 L + C100 + 94.56 18.80 106.56 18.80 L + F6 + 0 0 moveto (Summary Prediction) show +F0 + F6 + 0 10 moveto ( ) show +F0 + F6 + 0 20 moveto ( ) show +F0 + F6 + 0 30 moveto ( ) show +F0 + F6 + 0 40 moveto ( ) show +F0 + F6 + 0 50 moveto ( ) show +F0 + F6 + 0 60 moveto ( ) show +F0 + F6 + 0 70 moveto (Turn Predictions) show +F0 + F6 + 0 80 moveto ( ) show +F0 + F6 + 0 90 moveto ( ) show +F0 + F6 + 0 100 moveto ( ) show +F0 + F6 + 0 110 moveto ( ) show +F0 + F6 + 0 120 moveto ( ) show +F0 + F6 + 0 130 moveto ( ) show +F0 + F6 + 0 140 moveto ( ) show +F0 + F6 + 0 150 moveto ( ) show +F0 + F6 + 0 160 moveto ( ) show +F0 + F6 + 0 170 moveto (Sheet Predictions) show +F0 + F6 + 0 180 moveto ( ) show +F0 + F6 + 0 190 moveto ( ) show +F0 + F6 + 0 200 moveto ( ) show +F0 + F6 + 0 210 moveto ( ) show +F0 + F6 + 0 220 moveto ( ) show +F0 + F6 + 0 230 moveto ( ) show +F0 + F6 + 0 240 moveto ( ) show +F0 + F6 + 0 250 moveto ( ) show +F0 + F6 + 0 260 moveto (Helix Predictions) show +F0 + F6 + 0 270 moveto ( ) show +F0 + F6 + 0 280 moveto ( ) show +F0 + F6 + 0 290 moveto ( ) show +F0 + F6 + 0 300 moveto ( ) show +F0 + F6 + 0 310 moveto ( ) show +F0 + F6 + 0 320 moveto ( ) show +F0 + F6 + 0 330 moveto ( ) show +F0 + F6 + 0 340 moveto ( ) show +F0 + F6 + 0 350 moveto (Conservation +) show +F0 + F6 + 0 360 moveto ( ) show +F0 + F6 + 0 370 moveto (Annexin VII 3) show +F0 + F6 + 0 380 moveto (Annexin III R3) show +F0 + F6 + 0 390 moveto (Annexin III H3) show +F0 + F6 + 0 400 moveto (Annexin V BH3) show +F0 + F6 + 0 410 moveto (Annexin IV P3) show +F0 + F6 + 0 420 moveto (Annexin IV B3) show +F0 + F6 + 0 430 moveto (Annexin IV H3) show +F0 + F6 + 0 440 moveto (Annexin VI M3) show +F0 + F6 + 0 450 moveto (Annexin VI H3) show +F0 + F6 + 0 460 moveto (Annexin V R3) show +F0 + F6 + 0 470 moveto (Annexin V H3) show +F0 + F6 + 0 480 moveto (Annexin V C3) show +F0 + F6 + 0 490 moveto (Annexin I R3) show +F0 + F6 + 0 500 moveto (Annexin I M3) show +F0 + F6 + 0 510 moveto (Annexin I H3) show +F0 + F6 + 0 520 moveto (Annexin II B3) show +F0 + F6 + 0 530 moveto (Annexin II H3) show +F0 + F6 + 0 540 moveto (Annexin II M3) show +F0 + F6 + 0 550 moveto (Annexin III R4) show +F0 + F6 + 0 560 moveto (Annexin III H4) show +F0 + F6 + 0 570 moveto (Annexin VII 4) show +F0 + F6 + 0 580 moveto (Annexin V BH4) show +F0 + F6 + 0 590 moveto (Annexin VI M8) show +F0 + F6 + 0 600 moveto (Annexin VI H8) show +F0 + F6 + 0 610 moveto (Annexin VI M4) show +F0 + F6 + 0 620 moveto (Annexin VI H4) show +F0 + F6 + 0 630 moveto (Annexin IV H4) show +F0 + F6 + 0 640 moveto (Annexin IV B4) show +F0 + F6 + 0 650 moveto (Annexin IV P4) show +F0 + F6 + 0 660 moveto (Annexin II M4) show +F0 + F6 + 0 670 moveto (Annexin II B4) show +F0 + F6 + 0 680 moveto (Annexin II H4) show +F0 + F6 + 0 690 moveto (Annexin V C4) show +F0 + F6 + 0 700 moveto (Annexin V H4) show +F0 + F6 + 0 710 moveto (Annexin V R4) show +F0 + F6 + 0 720 moveto (Annexin I R4) show +F0 + F6 + 0 730 moveto (Annexin I M4) show +F0 + F6 + 0 740 moveto (Annexin I H4) show +F0 + (H) 96 0 P +(H) 108 0 P +(H) 120 0 P +(H) 132 0 P +(H) 144 0 P +(H) 156 0 P +(H) 168 0 P +(H) 180 0 P +(H) 204 0 P +(H) 216 0 P +( +) 228 0 P +(T) 264 0 P +(T) 276 0 P +(T) 288 0 P +(Y) 300 0 P +(H) 312 0 P +(H) 324 0 P +(H) 336 0 P +(H) 348 0 P +(H) 360 0 P +(H) 372 0 P +(H) 384 0 P +(T) 396 0 P +(T) 408 0 P +C100 + 108 330 moveto (Helix Pattern) show + 228 330 moveto (Glycine Loop) show + 336 330 moveto (Helix Pattern) show +(7) 108 350 P +(+) 144 350 P +(7) 180 350 P +(+) 252 350 P +(5) 264 350 P +(6) 324 350 P +(5) 336 350 P +(5) 360 350 P +(6) 372 350 P +(6) 384 350 P +(+) 408 350 P + 1.00 setgray +(D) 96 370 P + 0.00 setgray +F1 + (A) 108 370 P +F0 + (Q) 120 370 P +F4 + (R) 132 370 P +F0 + (L) 144 370 P +(Y) 156 370 P +(Q) 168 370 P +F1 + (A) 180 370 P +F0 + (G) 192 370 P + 1.00 setgray +(E) 204 370 P + 0.00 setgray +(G) 216 370 P +F4 + (R) 228 370 P +F0 + (L) 240 370 P +(G) 252 370 P +(T) 264 370 P + 1.00 setgray +(D) 276 370 P + 0.00 setgray + 1.00 setgray +(E) 288 370 P + 0.00 setgray +F1 + (S) 300 370 P +F0 + (C) 312 370 P +(F) 324 370 P +F1 + (N) 336 370 P +F0 + (M) 348 370 P +F5 + (I) 360 370 P +F0 + (L) 372 370 P +F1 + (A) 384 370 P +F0 + (T) 396 370 P +F4 + (R) 408 370 P +F0 + 1.00 setgray +(D) 96 380 P + 0.00 setgray +F1 + (A) 108 380 P +F0 + (Q) 120 380 P +(T) 132 380 P +(L) 144 380 P +(Y) 156 380 P + 1.00 setgray +(D) 168 380 P + 0.00 setgray +F1 + (A) 180 380 P +F0 + (G) 192 380 P + 1.00 setgray +(E) 204 380 P + 0.00 setgray +F4 + (K) 216 380 P +F0 + F4 + (K) 228 380 P +F0 + (W) 240 380 P +(G) 252 380 P +(T) 264 380 P + 1.00 setgray +(D) 276 380 P + 0.00 setgray + 1.00 setgray +(E) 288 380 P + 0.00 setgray + 1.00 setgray +(D) 300 380 P + 0.00 setgray +F4 + (K) 312 380 P +F0 + (F) 324 380 P +(T) 336 380 P + 1.00 setgray +(E) 348 380 P + 0.00 setgray +F5 + (I) 360 380 P +F0 + (L) 372 380 P +(C) 384 380 P +(L) 396 380 P +F4 + (R) 408 380 P +F0 + 1.00 setgray +(D) 96 390 P + 0.00 setgray +F1 + (A) 108 390 P +F0 + (Q) 120 390 P +F5 + (I) 132 390 P +F0 + (L) 144 390 P +(Y) 156 390 P +F4 + (K) 168 390 P +F0 + F1 + (A) 180 390 P +F0 + (G) 192 390 P + 1.00 setgray +(E) 204 390 P + 0.00 setgray +F1 + (N) 216 390 P +F0 + F4 + (R) 228 390 P +F0 + (W) 240 390 P +(G) 252 390 P +(T) 264 390 P + 1.00 setgray +(D) 276 390 P + 0.00 setgray + 1.00 setgray +(E) 288 390 P + 0.00 setgray + 1.00 setgray +(D) 300 390 P + 0.00 setgray +F4 + (K) 312 390 P +F0 + (F) 324 390 P +(T) 336 390 P + 1.00 setgray +(E) 348 390 P + 0.00 setgray +F5 + (I) 360 390 P +F0 + (L) 372 390 P +(C) 384 390 P +(L) 396 390 P +F4 + (R) 408 390 P +F0 + 1.00 setgray +(D) 96 400 P + 0.00 setgray +F1 + (A) 108 400 P +F0 + (Q) 120 400 P + 1.00 setgray +(D) 132 400 P + 0.00 setgray +(L) 144 400 P +(Y) 156 400 P +F1 + (A) 168 400 P +F0 + F1 + (A) 180 400 P +F0 + (G) 192 400 P + 1.00 setgray +(E) 204 400 P + 0.00 setgray +F4 + (K) 216 400 P +F0 + F5 + (I) 228 400 P +F0 + F4 + (R) 240 400 P +F0 + (G) 252 400 P +(T) 264 400 P + 1.00 setgray +(D) 276 400 P + 0.00 setgray + 1.00 setgray +(E) 288 400 P + 0.00 setgray +(M) 300 400 P +F4 + (K) 312 400 P +F0 + (F) 324 400 P +F5 + (I) 336 400 P +F0 + (T) 348 400 P +F5 + (I) 360 400 P +F0 + (L) 372 400 P +(C) 384 400 P +(T) 396 400 P +F4 + (R) 408 400 P +F0 + 1.00 setgray +(D) 96 410 P + 0.00 setgray +F1 + (A) 108 410 P +F0 + (Q) 120 410 P + 1.00 setgray +(D) 132 410 P + 0.00 setgray +(L) 144 410 P +(Y) 156 410 P + 1.00 setgray +(E) 168 410 P + 0.00 setgray +F1 + (A) 180 410 P +F0 + (G) 192 410 P + 1.00 setgray +(E) 204 410 P + 0.00 setgray +F4 + (K) 216 410 P +F0 + F4 + (K) 228 410 P +F0 + (W) 240 410 P +(G) 252 410 P +(T) 264 410 P + 1.00 setgray +(D) 276 410 P + 0.00 setgray + 1.00 setgray +(E) 288 410 P + 0.00 setgray +F5 + (V) 300 410 P +F0 + F4 + (K) 312 410 P +F0 + (F) 324 410 P +(L) 336 410 P +(T) 348 410 P +F5 + (V) 360 410 P +F0 + (L) 372 410 P +(C) 384 410 P +F1 + (S) 396 410 P +F0 + F4 + (R) 408 410 P +F0 + 1.00 setgray +(D) 96 420 P + 0.00 setgray +F1 + (A) 108 420 P +F0 + (Q) 120 420 P + 1.00 setgray +(D) 132 420 P + 0.00 setgray +(L) 144 420 P +(Y) 156 420 P + 1.00 setgray +(E) 168 420 P + 0.00 setgray +F1 + (A) 180 420 P +F0 + (G) 192 420 P + 1.00 setgray +(E) 204 420 P + 0.00 setgray +F4 + (K) 216 420 P +F0 + F4 + (K) 228 420 P +F0 + (W) 240 420 P +(G) 252 420 P +(T) 264 420 P + 1.00 setgray +(D) 276 420 P + 0.00 setgray + 1.00 setgray +(E) 288 420 P + 0.00 setgray +F5 + (V) 300 420 P +F0 + F4 + (K) 312 420 P +F0 + (F) 324 420 P +(L) 336 420 P +(T) 348 420 P +F5 + (V) 360 420 P +F0 + (L) 372 420 P +(C) 384 420 P +F1 + (S) 396 420 P +F0 + F4 + (R) 408 420 P +F0 + 1.00 setgray +(D) 96 430 P + 0.00 setgray +F1 + (A) 108 430 P +F0 + (Q) 120 430 P + 1.00 setgray +(D) 132 430 P + 0.00 setgray +(L) 144 430 P +(Y) 156 430 P + 1.00 setgray +(E) 168 430 P + 0.00 setgray +F1 + (A) 180 430 P +F0 + (G) 192 430 P + 1.00 setgray +(E) 204 430 P + 0.00 setgray +F4 + (K) 216 430 P +F0 + F4 + (K) 228 430 P +F0 + (W) 240 430 P +(G) 252 430 P +(T) 264 430 P + 1.00 setgray +(D) 276 430 P + 0.00 setgray + 1.00 setgray +(E) 288 430 P + 0.00 setgray +F5 + (V) 300 430 P +F0 + F4 + (K) 312 430 P +F0 + (F) 324 430 P +(L) 336 430 P +(T) 348 430 P +F5 + (V) 360 430 P +F0 + (L) 372 430 P +(C) 384 430 P +F1 + (S) 396 430 P +F0 + F4 + (R) 408 430 P +F0 + 1.00 setgray +(D) 96 440 P + 0.00 setgray +F5 + (V) 108 440 P +F0 + (Q) 120 440 P + 1.00 setgray +(D) 132 440 P + 0.00 setgray +(L) 144 440 P +(Y) 156 440 P + 1.00 setgray +(E) 168 440 P + 0.00 setgray +F1 + (A) 180 440 P +F0 + (G) 192 440 P + 1.00 setgray +(E) 204 440 P + 0.00 setgray +(L) 216 440 P +F4 + (K) 228 440 P +F0 + (W) 240 440 P +(G) 252 440 P +(T) 264 440 P + 1.00 setgray +(D) 276 440 P + 0.00 setgray + 1.00 setgray +(E) 288 440 P + 0.00 setgray +F1 + (A) 300 440 P +F0 + (Q) 312 440 P +(F) 324 440 P +F5 + (I) 336 440 P +F0 + (Y) 348 440 P +F5 + (I) 360 440 P +F0 + (L) 372 440 P +(G) 384 440 P +F1 + (N) 396 440 P +F0 + F4 + (R) 408 440 P +F0 + 1.00 setgray +(D) 96 450 P + 0.00 setgray +F5 + (V) 108 450 P +F0 + (Q) 120 450 P + 1.00 setgray +(D) 132 450 P + 0.00 setgray +(L) 144 450 P +(Y) 156 450 P + 1.00 setgray +(E) 168 450 P + 0.00 setgray +F1 + (A) 180 450 P +F0 + (G) 192 450 P + 1.00 setgray +(E) 204 450 P + 0.00 setgray +(L) 216 450 P +F4 + (K) 228 450 P +F0 + (W) 240 450 P +(G) 252 450 P +(T) 264 450 P + 1.00 setgray +(D) 276 450 P + 0.00 setgray + 1.00 setgray +(E) 288 450 P + 0.00 setgray +F1 + (A) 300 450 P +F0 + (Q) 312 450 P +(F) 324 450 P +F5 + (I) 336 450 P +F0 + (Y) 348 450 P +F5 + (I) 360 450 P +F0 + (L) 372 450 P +(G) 384 450 P +F1 + (N) 396 450 P +F0 + F4 + (R) 408 450 P +F0 + 1.00 setgray +(D) 96 460 P + 0.00 setgray +F1 + (A) 108 460 P +F0 + (Q) 120 460 P +F1 + (A) 132 460 P +F0 + (L) 144 460 P +(F) 156 460 P +(Q) 168 460 P +F1 + (A) 180 460 P +F0 + (G) 192 460 P + 1.00 setgray +(E) 204 460 P + 0.00 setgray +(L) 216 460 P +F4 + (K) 228 460 P +F0 + (W) 240 460 P +(G) 252 460 P +(T) 264 460 P + 1.00 setgray +(D) 276 460 P + 0.00 setgray + 1.00 setgray +(E) 288 460 P + 0.00 setgray + 1.00 setgray +(E) 300 460 P + 0.00 setgray +F4 + (K) 312 460 P +F0 + (F) 324 460 P +F5 + (I) 336 460 P +F0 + (T) 348 460 P +F5 + (I) 360 460 P +F0 + (L) 372 460 P +(G) 384 460 P +(T) 396 460 P +F4 + (R) 408 460 P +F0 + 1.00 setgray +(D) 96 470 P + 0.00 setgray +F1 + (A) 108 470 P +F0 + (Q) 120 470 P +F1 + (A) 132 470 P +F0 + (L) 144 470 P +(F) 156 470 P +(Q) 168 470 P +F1 + (A) 180 470 P +F0 + (G) 192 470 P + 1.00 setgray +(E) 204 470 P + 0.00 setgray +(L) 216 470 P +F4 + (K) 228 470 P +F0 + (W) 240 470 P +(G) 252 470 P +(T) 264 470 P + 1.00 setgray +(D) 276 470 P + 0.00 setgray + 1.00 setgray +(E) 288 470 P + 0.00 setgray + 1.00 setgray +(E) 300 470 P + 0.00 setgray +F4 + (K) 312 470 P +F0 + (F) 324 470 P +F5 + (I) 336 470 P +F0 + (T) 348 470 P +F5 + (I) 360 470 P +F0 + (F) 372 470 P +(G) 384 470 P +(T) 396 470 P +F4 + (R) 408 470 P +F0 + 1.00 setgray +(D) 96 480 P + 0.00 setgray +F1 + (A) 108 480 P +F0 + (Q) 120 480 P +F5 + (V) 132 480 P +F0 + (L) 144 480 P +(F) 156 480 P +F4 + (R) 168 480 P +F0 + F1 + (A) 180 480 P +F0 + (G) 192 480 P + 1.00 setgray +(E) 204 480 P + 0.00 setgray +(L) 216 480 P +F4 + (K) 228 480 P +F0 + (W) 240 480 P +(G) 252 480 P +(T) 264 480 P + 1.00 setgray +(D) 276 480 P + 0.00 setgray + 1.00 setgray +(E) 288 480 P + 0.00 setgray + 1.00 setgray +(E) 300 480 P + 0.00 setgray +(T) 312 480 P +(F) 324 480 P +F5 + (I) 336 480 P +F0 + (T) 348 480 P +F5 + (I) 360 480 P +F0 + (L) 372 480 P +(G) 384 480 P +(T) 396 480 P +F4 + (R) 408 480 P +F0 + 1.00 setgray +(D) 96 490 P + 0.00 setgray +F1 + (A) 108 490 P +F0 + F4 + (R) 120 490 P +F0 + F1 + (A) 132 490 P +F0 + (L) 144 490 P +(Y) 156 490 P + 1.00 setgray +(E) 168 490 P + 0.00 setgray +F1 + (A) 180 490 P +F0 + (G) 192 490 P + 1.00 setgray +(E) 204 490 P + 0.00 setgray +F4 + (R) 216 490 P +F0 + F4 + (R) 228 490 P +F0 + F4 + (K) 240 490 P +F0 + (G) 252 490 P +(T) 264 490 P + 1.00 setgray +(D) 276 490 P + 0.00 setgray +F5 + (V) 288 490 P +F0 + F1 + (N) 300 490 P +F0 + F5 + (V) 312 490 P +F0 + (F) 324 490 P +F1 + (N) 336 490 P +F0 + (T) 348 490 P +F5 + (I) 360 490 P +F0 + (L) 372 490 P +(T) 384 490 P +(T) 396 490 P +F4 + (R) 408 490 P +F0 + 1.00 setgray +(D) 96 500 P + 0.00 setgray +F1 + (A) 108 500 P +F0 + F4 + (R) 120 500 P +F0 + F1 + (A) 132 500 P +F0 + (L) 144 500 P +(Y) 156 500 P + 1.00 setgray +(E) 168 500 P + 0.00 setgray +F1 + (A) 180 500 P +F0 + (G) 192 500 P + 1.00 setgray +(E) 204 500 P + 0.00 setgray +F4 + (R) 216 500 P +F0 + F4 + (R) 228 500 P +F0 + F4 + (K) 240 500 P +F0 + (G) 252 500 P +(T) 264 500 P + 1.00 setgray +(D) 276 500 P + 0.00 setgray +F5 + (V) 288 500 P +F0 + F1 + (N) 300 500 P +F0 + F5 + (V) 312 500 P +F0 + (F) 324 500 P +(T) 336 500 P +(T) 348 500 P +F5 + (I) 360 500 P +F0 + (L) 372 500 P +(T) 384 500 P +F1 + (S) 396 500 P +F0 + F4 + (R) 408 500 P +F0 + 1.00 setgray +(D) 96 510 P + 0.00 setgray +F1 + (A) 108 510 P +F0 + F4 + (R) 120 510 P +F0 + F1 + (A) 132 510 P +F0 + (L) 144 510 P +(Y) 156 510 P + 1.00 setgray +(E) 168 510 P + 0.00 setgray +F1 + (A) 180 510 P +F0 + (G) 192 510 P + 1.00 setgray +(E) 204 510 P + 0.00 setgray +F4 + (R) 216 510 P +F0 + F4 + (R) 228 510 P +F0 + F4 + (K) 240 510 P +F0 + (G) 252 510 P +(T) 264 510 P + 1.00 setgray +(D) 276 510 P + 0.00 setgray +F5 + (V) 288 510 P +F0 + F1 + (N) 300 510 P +F0 + F5 + (V) 312 510 P +F0 + (F) 324 510 P +F1 + (N) 336 510 P +F0 + (T) 348 510 P +F5 + (I) 360 510 P +F0 + (L) 372 510 P +(T) 384 510 P +(T) 396 510 P +F4 + (R) 408 510 P +F0 + 1.00 setgray +(D) 96 520 P + 0.00 setgray +F1 + (A) 108 520 P +F0 + F4 + (R) 120 520 P +F0 + 1.00 setgray +(D) 132 520 P + 0.00 setgray +(L) 144 520 P +(Y) 156 520 P + 1.00 setgray +(D) 168 520 P + 0.00 setgray +F1 + (A) 180 520 P +F0 + (G) 192 520 P +F5 + (V) 204 520 P +F0 + F4 + (K) 216 520 P +F0 + F4 + (R) 228 520 P +F0 + F4 + (K) 240 520 P +F0 + (G) 252 520 P +(T) 264 520 P + 1.00 setgray +(D) 276 520 P + 0.00 setgray +F5 + (V) 288 520 P +F0 + (P) 300 520 P +F4 + (K) 312 520 P +F0 + (W) 324 520 P +F5 + (I) 336 520 P +F0 + F1 + (S) 348 520 P +F0 + F5 + (I) 360 520 P +F0 + (M) 372 520 P +(T) 384 520 P + 1.00 setgray +(E) 396 520 P + 0.00 setgray +F4 + (R) 408 520 P +F0 + 1.00 setgray +(D) 96 530 P + 0.00 setgray +F1 + (A) 108 530 P +F0 + F4 + (R) 120 530 P +F0 + 1.00 setgray +(D) 132 530 P + 0.00 setgray +(L) 144 530 P +(Y) 156 530 P + 1.00 setgray +(D) 168 530 P + 0.00 setgray +F1 + (A) 180 530 P +F0 + (G) 192 530 P +F5 + (V) 204 530 P +F0 + F4 + (K) 216 530 P +F0 + F4 + (R) 228 530 P +F0 + F4 + (K) 240 530 P +F0 + (G) 252 530 P +(T) 264 530 P + 1.00 setgray +(D) 276 530 P + 0.00 setgray +F5 + (V) 288 530 P +F0 + (P) 300 530 P +F4 + (K) 312 530 P +F0 + (W) 324 530 P +F5 + (I) 336 530 P +F0 + F1 + (S) 348 530 P +F0 + F5 + (I) 360 530 P +F0 + (M) 372 530 P +(T) 384 530 P + 1.00 setgray +(E) 396 530 P + 0.00 setgray +F4 + (R) 408 530 P +F0 + 1.00 setgray +(D) 96 540 P + 0.00 setgray +F1 + (A) 108 540 P +F0 + F4 + (R) 120 540 P +F0 + 1.00 setgray +(E) 132 540 P + 0.00 setgray +(L) 144 540 P +(Y) 156 540 P + 1.00 setgray +(D) 168 540 P + 0.00 setgray +F1 + (A) 180 540 P +F0 + (G) 192 540 P +F5 + (V) 204 540 P +F0 + F4 + (K) 216 540 P +F0 + F4 + (R) 228 540 P +F0 + F4 + (K) 240 540 P +F0 + (G) 252 540 P +(T) 264 540 P + 1.00 setgray +(D) 276 540 P + 0.00 setgray +F5 + (V) 288 540 P +F0 + (P) 300 540 P +F4 + (K) 312 540 P +F0 + (W) 324 540 P +F5 + (I) 336 540 P +F0 + F1 + (S) 348 540 P +F0 + F5 + (I) 360 540 P +F0 + (M) 372 540 P +(T) 384 540 P + 1.00 setgray +(E) 396 540 P + 0.00 setgray +F4 + (R) 408 540 P +F0 + (L) 96 550 P +F1 + (A) 108 550 P +F0 + (G) 120 550 P +F4 + (R) 132 550 P +F0 + (L) 144 550 P +(H) 156 550 P +(Q) 168 550 P +F1 + (A) 180 550 P +F0 + (L) 204 550 P +F4 + (K) 216 550 P +F0 + (G) 228 550 P +F1 + (A) 240 550 P +F0 + (G) 252 550 P +(T) 264 550 P + 1.00 setgray +(D) 276 550 P + 0.00 setgray + 1.00 setgray +(E) 288 550 P + 0.00 setgray +(F) 300 550 P +(T) 312 550 P +(L) 324 550 P +F1 + (N) 336 550 P +F0 + F4 + (R) 348 550 P +F0 + F5 + (I) 360 550 P +F0 + (M) 372 550 P +F5 + (V) 384 550 P +F0 + F1 + (S) 396 550 P +F0 + F4 + (R) 408 550 P +F0 + (L) 96 560 P +F1 + (A) 108 560 P +F0 + 1.00 setgray +(E) 120 560 P + 0.00 setgray +F4 + (R) 132 560 P +F0 + (L) 144 560 P +(H) 156 560 P +F4 + (R) 168 560 P +F0 + F1 + (A) 180 560 P +F0 + (L) 204 560 P +F4 + (K) 216 560 P +F0 + (G) 228 560 P +F5 + (I) 240 560 P +F0 + (G) 252 560 P +(T) 264 560 P + 1.00 setgray +(D) 276 560 P + 0.00 setgray + 1.00 setgray +(E) 288 560 P + 0.00 setgray +(F) 300 560 P +(T) 312 560 P +(L) 324 560 P +F1 + (N) 336 560 P +F0 + F4 + (R) 348 560 P +F0 + F5 + (I) 360 560 P +F0 + (M) 372 560 P +F5 + (V) 384 560 P +F0 + F1 + (S) 396 560 P +F0 + F4 + (R) 408 560 P +F0 + (F) 96 570 P +F1 + (A) 108 570 P +F0 + 1.00 setgray +(E) 120 570 P + 0.00 setgray +F4 + (R) 132 570 P +F0 + (L) 144 570 P +(Y) 156 570 P +(Y) 168 570 P +F1 + (A) 180 570 P +F0 + (M) 204 570 P +F4 + (K) 216 570 P +F0 + (G) 228 570 P +F1 + (A) 240 570 P +F0 + (G) 252 570 P +(T) 264 570 P + 1.00 setgray +(D) 276 570 P + 0.00 setgray + 1.00 setgray +(D) 288 570 P + 0.00 setgray +F1 + (S) 300 570 P +F0 + (T) 312 570 P +(L) 324 570 P +F5 + (V) 336 570 P +F0 + F4 + (R) 348 570 P +F0 + F5 + (I) 360 570 P +F0 + F5 + (V) 372 570 P +F0 + F5 + (V) 384 570 P +F0 + (T) 396 570 P +F4 + (R) 408 570 P +F0 + (F) 96 580 P +F1 + (A) 108 580 P +F0 + 1.00 setgray +(E) 120 580 P + 0.00 setgray +F4 + (R) 132 580 P +F0 + (L) 144 580 P +(Y) 156 580 P +(Y) 168 580 P +F1 + (A) 180 580 P +F0 + (M) 204 580 P +F4 + (K) 216 580 P +F0 + (G) 228 580 P +F1 + (A) 240 580 P +F0 + (G) 252 580 P +(T) 264 580 P +F4 + (R) 276 580 P +F0 + 1.00 setgray +(D) 288 580 P + 0.00 setgray +(G) 300 580 P +(T) 312 580 P +(L) 324 580 P +F5 + (I) 336 580 P +F0 + F4 + (R) 348 580 P +F0 + F1 + (N) 360 580 P +F0 + F5 + (I) 372 580 P +F0 + F5 + (V) 384 580 P +F0 + F1 + (S) 396 580 P +F0 + F4 + (R) 408 580 P +F0 + (F) 96 590 P +F1 + (A) 108 590 P +F0 + 1.00 setgray +(D) 120 590 P + 0.00 setgray +F4 + (K) 132 590 P +F0 + (L) 144 590 P +(Y) 156 590 P +F4 + (K) 168 590 P +F0 + F1 + (S) 180 590 P +F0 + (M) 204 590 P +F4 + (K) 216 590 P +F0 + (G) 228 590 P +F1 + (A) 240 590 P +F0 + (G) 252 590 P +(T) 264 590 P + 1.00 setgray +(D) 276 590 P + 0.00 setgray + 1.00 setgray +(E) 288 590 P + 0.00 setgray +F4 + (K) 300 590 P +F0 + (T) 312 590 P +(L) 324 590 P +(T) 336 590 P +F4 + (R) 348 590 P +F0 + F5 + (V) 360 590 P +F0 + (M) 372 590 P +F5 + (V) 384 590 P +F0 + F1 + (S) 396 590 P +F0 + F4 + (R) 408 590 P +F0 + (F) 96 600 P +F1 + (A) 108 600 P +F0 + 1.00 setgray +(D) 120 600 P + 0.00 setgray +F4 + (K) 132 600 P +F0 + (L) 144 600 P +(Y) 156 600 P +F4 + (K) 168 600 P +F0 + F1 + (S) 180 600 P +F0 + (M) 204 600 P +F4 + (K) 216 600 P +F0 + (G) 228 600 P +F1 + (A) 240 600 P +F0 + (G) 252 600 P +(T) 264 600 P + 1.00 setgray +(D) 276 600 P + 0.00 setgray + 1.00 setgray +(E) 288 600 P + 0.00 setgray +F4 + (K) 300 600 P +F0 + (T) 312 600 P +(L) 324 600 P +(T) 336 600 P +F4 + (R) 348 600 P +F0 + F5 + (I) 360 600 P +F0 + (M) 372 600 P +F5 + (V) 384 600 P +F0 + F1 + (S) 396 600 P +F0 + F4 + (R) 408 600 P +F0 + (F) 96 610 P +F1 + (A) 108 610 P +F0 + 1.00 setgray +(E) 120 610 P + 0.00 setgray +F4 + (R) 132 610 P +F0 + (L) 144 610 P +(F) 156 610 P +F4 + (K) 168 610 P +F0 + F1 + (A) 180 610 P +F0 + (M) 204 610 P +F4 + (K) 216 610 P +F0 + (G) 228 610 P +(L) 240 610 P +(G) 252 610 P +(T) 264 610 P +F4 + (R) 276 610 P +F0 + 1.00 setgray +(D) 288 610 P + 0.00 setgray +F1 + (N) 300 610 P +F0 + (T) 312 610 P +(L) 324 610 P +F5 + (I) 336 610 P +F0 + F4 + (R) 348 610 P +F0 + F5 + (I) 360 610 P +F0 + (M) 372 610 P +F5 + (V) 384 610 P +F0 + F1 + (S) 396 610 P +F0 + F4 + (R) 408 610 P +F0 + (F) 96 620 P +F1 + (A) 108 620 P +F0 + 1.00 setgray +(E) 120 620 P + 0.00 setgray +F4 + (R) 132 620 P +F0 + (L) 144 620 P +(F) 156 620 P +F4 + (K) 168 620 P +F0 + F1 + (A) 180 620 P +F0 + (M) 204 620 P +F4 + (K) 216 620 P +F0 + (G) 228 620 P +(L) 240 620 P +(G) 252 620 P +(T) 264 620 P +F4 + (R) 276 620 P +F0 + 1.00 setgray +(D) 288 620 P + 0.00 setgray +F1 + (N) 300 620 P +F0 + (T) 312 620 P +(L) 324 620 P +F5 + (I) 336 620 P +F0 + F4 + (R) 348 620 P +F0 + F5 + (I) 360 620 P +F0 + (M) 372 620 P +F5 + (V) 384 620 P +F0 + F1 + (S) 396 620 P +F0 + F4 + (R) 408 620 P +F0 + (F) 96 630 P +F1 + (A) 108 630 P +F0 + 1.00 setgray +(E) 120 630 P + 0.00 setgray +F4 + (K) 132 630 P +F0 + (L) 144 630 P +(Y) 156 630 P +F4 + (K) 168 630 P +F0 + F1 + (S) 180 630 P +F0 + (M) 204 630 P +F4 + (K) 216 630 P +F0 + (G) 228 630 P +(L) 240 630 P +(G) 252 630 P +(T) 264 630 P + 1.00 setgray +(D) 276 630 P + 0.00 setgray + 1.00 setgray +(D) 288 630 P + 0.00 setgray +F1 + (N) 300 630 P +F0 + (T) 312 630 P +(L) 324 630 P +F5 + (I) 336 630 P +F0 + F4 + (R) 348 630 P +F0 + F5 + (V) 360 630 P +F0 + (M) 372 630 P +F5 + (V) 384 630 P +F0 + F1 + (S) 396 630 P +F0 + F4 + (R) 408 630 P +F0 + (F) 96 640 P +F1 + (A) 108 640 P +F0 + 1.00 setgray +(E) 120 640 P + 0.00 setgray +F4 + (R) 132 640 P +F0 + (L) 144 640 P +(Y) 156 640 P +F4 + (K) 168 640 P +F0 + F1 + (S) 180 640 P +F0 + (M) 204 640 P +F4 + (K) 216 640 P +F0 + (G) 228 640 P +(L) 240 640 P +(G) 252 640 P +(T) 264 640 P + 1.00 setgray +(D) 276 640 P + 0.00 setgray + 1.00 setgray +(D) 288 640 P + 0.00 setgray + 1.00 setgray +(D) 300 640 P + 0.00 setgray +(T) 312 640 P +(L) 324 640 P +F5 + (I) 336 640 P +F0 + F4 + (R) 348 640 P +F0 + F5 + (V) 360 640 P +F0 + (M) 372 640 P +F5 + (V) 384 640 P +F0 + F1 + (S) 396 640 P +F0 + F4 + (R) 408 640 P +F0 + (F) 96 650 P +F1 + (A) 108 650 P +F0 + 1.00 setgray +(E) 120 650 P + 0.00 setgray +F4 + (R) 132 650 P +F0 + (L) 144 650 P +(Y) 156 650 P +F4 + (K) 168 650 P +F0 + F1 + (S) 180 650 P +F0 + (M) 204 650 P +F4 + (K) 216 650 P +F0 + (G) 228 650 P +(L) 240 650 P +(G) 252 650 P +(T) 264 650 P + 1.00 setgray +(D) 276 650 P + 0.00 setgray + 1.00 setgray +(D) 288 650 P + 0.00 setgray +F1 + (N) 300 650 P +F0 + (T) 312 650 P +(L) 324 650 P +F5 + (I) 336 650 P +F0 + F4 + (R) 348 650 P +F0 + F5 + (V) 360 650 P +F0 + (M) 372 650 P +F5 + (V) 384 650 P +F0 + F1 + (S) 396 650 P +F0 + F4 + (R) 408 650 P +F0 + (F) 96 660 P +F1 + (A) 108 660 P +F0 + 1.00 setgray +(D) 120 660 P + 0.00 setgray +F4 + (R) 132 660 P +F0 + (L) 144 660 P +(Y) 156 660 P + 1.00 setgray +(D) 168 660 P + 0.00 setgray +F1 + (S) 180 660 P +F0 + (M) 204 660 P +F4 + (K) 216 660 P +F0 + (G) 228 660 P +F4 + (K) 240 660 P +F0 + (G) 252 660 P +(T) 264 660 P +F4 + (R) 276 660 P +F0 + 1.00 setgray +(D) 288 660 P + 0.00 setgray +F4 + (K) 300 660 P +F0 + F5 + (V) 312 660 P +F0 + (L) 324 660 P +F5 + (I) 336 660 P +F0 + F4 + (R) 348 660 P +F0 + F5 + (I) 360 660 P +F0 + (M) 372 660 P +F5 + (V) 384 660 P +F0 + F1 + (S) 396 660 P +F0 + F4 + (R) 408 660 P +F0 + (F) 96 670 P +F1 + (A) 108 670 P +F0 + 1.00 setgray +(D) 120 670 P + 0.00 setgray +F4 + (R) 132 670 P +F0 + (L) 144 670 P +(Y) 156 670 P + 1.00 setgray +(D) 168 670 P + 0.00 setgray +F1 + (S) 180 670 P +F0 + (M) 204 670 P +F4 + (K) 216 670 P +F0 + (G) 228 670 P +F4 + (K) 240 670 P +F0 + (G) 252 670 P +(T) 264 670 P +F4 + (R) 276 670 P +F0 + 1.00 setgray +(D) 288 670 P + 0.00 setgray +F4 + (K) 300 670 P +F0 + F5 + (V) 312 670 P +F0 + (L) 324 670 P +F5 + (I) 336 670 P +F0 + F4 + (R) 348 670 P +F0 + F5 + (I) 360 670 P +F0 + (M) 372 670 P +F5 + (V) 384 670 P +F0 + F1 + (S) 396 670 P +F0 + F4 + (R) 408 670 P +F0 + (F) 96 680 P +F1 + (A) 108 680 P +F0 + 1.00 setgray +(D) 120 680 P + 0.00 setgray +F4 + (R) 132 680 P +F0 + (L) 144 680 P +(Y) 156 680 P + 1.00 setgray +(D) 168 680 P + 0.00 setgray +F1 + (S) 180 680 P +F0 + (M) 204 680 P +F4 + (K) 216 680 P +F0 + (G) 228 680 P +F4 + (K) 240 680 P +F0 + (G) 252 680 P +(T) 264 680 P +F4 + (R) 276 680 P +F0 + 1.00 setgray +(D) 288 680 P + 0.00 setgray +F4 + (K) 300 680 P +F0 + F5 + (V) 312 680 P +F0 + (L) 324 680 P +F5 + (I) 336 680 P +F0 + F4 + (R) 348 680 P +F0 + F5 + (I) 360 680 P +F0 + (M) 372 680 P +F5 + (V) 384 680 P +F0 + F1 + (S) 396 680 P +F0 + F4 + (R) 408 680 P +F0 + (F) 96 690 P +F1 + (A) 108 690 P +F0 + 1.00 setgray +(E) 120 690 P + 0.00 setgray +(T) 132 690 P +(L) 144 690 P +(Y) 156 690 P +(Y) 168 690 P +F1 + (S) 180 690 P +F0 + (M) 204 690 P +F4 + (K) 216 690 P +F0 + (G) 228 690 P +F1 + (A) 240 690 P +F0 + (G) 252 690 P +(T) 264 690 P + 1.00 setgray +(D) 276 690 P + 0.00 setgray + 1.00 setgray +(D) 288 690 P + 0.00 setgray + 1.00 setgray +(D) 300 690 P + 0.00 setgray +(T) 312 690 P +(L) 324 690 P +F5 + (I) 336 690 P +F0 + F4 + (R) 348 690 P +F0 + F5 + (V) 360 690 P +F0 + (M) 372 690 P +F5 + (V) 384 690 P +F0 + F1 + (S) 396 690 P +F0 + F4 + (R) 408 690 P +F0 + (L) 96 700 P +F1 + (A) 108 700 P +F0 + 1.00 setgray +(E) 120 700 P + 0.00 setgray +(T) 132 700 P +(L) 144 700 P +(Y) 156 700 P +(Y) 168 700 P +F1 + (A) 180 700 P +F0 + (M) 204 700 P +F4 + (K) 216 700 P +F0 + (G) 228 700 P +F1 + (A) 240 700 P +F0 + (G) 252 700 P +(T) 264 700 P + 1.00 setgray +(D) 276 700 P + 0.00 setgray + 1.00 setgray +(D) 288 700 P + 0.00 setgray +(H) 300 700 P +(T) 312 700 P +(L) 324 700 P +F5 + (I) 336 700 P +F0 + F4 + (R) 348 700 P +F0 + F5 + (V) 360 700 P +F0 + (M) 372 700 P +F5 + (V) 384 700 P +F0 + F1 + (S) 396 700 P +F0 + F4 + (R) 408 700 P +F0 + (L) 96 710 P +F1 + (A) 108 710 P +F0 + 1.00 setgray +(E) 120 710 P + 0.00 setgray +(T) 132 710 P +(L) 144 710 P +(Y) 156 710 P +(Y) 168 710 P +F1 + (A) 180 710 P +F0 + (M) 204 710 P +F4 + (K) 216 710 P +F0 + (G) 228 710 P +F1 + (A) 240 710 P +F0 + (G) 252 710 P +(T) 264 710 P + 1.00 setgray +(D) 276 710 P + 0.00 setgray + 1.00 setgray +(D) 288 710 P + 0.00 setgray +(H) 300 710 P +(T) 312 710 P +(L) 324 710 P +F5 + (I) 336 710 P +F0 + F4 + (R) 348 710 P +F0 + F5 + (V) 360 710 P +F0 + F5 + (I) 372 710 P +F0 + F5 + (V) 384 710 P +F0 + F1 + (S) 396 710 P +F0 + F4 + (R) 408 710 P +F0 + (F) 96 720 P +F1 + (A) 108 720 P +F0 + 1.00 setgray +(E) 120 720 P + 0.00 setgray +F4 + (K) 132 720 P +F0 + (L) 144 720 P +(Y) 156 720 P + 1.00 setgray +(E) 168 720 P + 0.00 setgray +F1 + (A) 180 720 P +F0 + (M) 204 720 P +F4 + (K) 216 720 P +F0 + (G) 228 720 P +F1 + (A) 240 720 P +F0 + (G) 252 720 P +(T) 264 720 P +F4 + (R) 276 720 P +F0 + (H) 288 720 P +F4 + (K) 300 720 P +F0 + (T) 312 720 P +(L) 324 720 P +F5 + (I) 336 720 P +F0 + F4 + (R) 348 720 P +F0 + F5 + (I) 360 720 P +F0 + (M) 372 720 P +F5 + (V) 384 720 P +F0 + F1 + (S) 396 720 P +F0 + F4 + (R) 408 720 P +F0 + (F) 96 730 P +F1 + (A) 108 730 P +F0 + 1.00 setgray +(E) 120 730 P + 0.00 setgray +F4 + (K) 132 730 P +F0 + (L) 144 730 P +(Y) 156 730 P + 1.00 setgray +(E) 168 730 P + 0.00 setgray +F1 + (A) 180 730 P +F0 + (M) 204 730 P +F4 + (K) 216 730 P +F0 + (G) 228 730 P +F1 + (A) 240 730 P +F0 + (G) 252 730 P +(T) 264 730 P +F4 + (R) 276 730 P +F0 + (H) 288 730 P +F4 + (K) 300 730 P +F0 + F1 + (A) 312 730 P +F0 + (L) 324 730 P +F5 + (I) 336 730 P +F0 + F4 + (R) 348 730 P +F0 + F5 + (I) 360 730 P +F0 + (M) 372 730 P +F5 + (V) 384 730 P +F0 + F1 + (S) 396 730 P +F0 + F4 + (R) 408 730 P +F0 + (F) 96 740 P +F1 + (A) 108 740 P +F0 + 1.00 setgray +(E) 120 740 P + 0.00 setgray +F4 + (K) 132 740 P +F0 + (L) 144 740 P +(H) 156 740 P +(Q) 168 740 P +F1 + (A) 180 740 P +F0 + (M) 204 740 P +F4 + (K) 216 740 P +F0 + (G) 228 740 P +F5 + (V) 240 740 P +F0 + (G) 252 740 P +(T) 264 740 P +F4 + (R) 276 740 P +F0 + (H) 288 740 P +F4 + (K) 300 740 P +F0 + F1 + (A) 312 740 P +F0 + (L) 324 740 P +F5 + (I) 336 740 P +F0 + F4 + (R) 348 740 P +F0 + F5 + (I) 360 740 P +F0 + (M) 372 740 P +F5 + (V) 384 740 P +F0 + F1 + (S) 396 740 P +F0 + F4 + (R) 408 740 P +F0 + 96 750 moveto (1) show + 204 750 moveto (10) show + 324 750 moveto (20) show +showpage diff --git a/sources/alscript/examples/demo/example2.als b/sources/alscript/examples/demo/example2.als new file mode 100644 index 0000000..642a7a2 --- /dev/null +++ b/sources/alscript/examples/demo/example2.als @@ -0,0 +1,24 @@ +# FILE example2.com +# +#Commands are free format - separated by blank, tab or comma characters +# +BLOCK_FILE example.blc #define the block file to format +OUTPUT_FILE example2.ps #where to put the result +LANDSCAPE #landscape paper orientation +POINTSIZE 12 #12 point default pointsize +DEFINE_FONT 0 Helvetica DEFAULT #set font 0 to be Helvetica +DEFINE_FONT 1 Helvetica REL 0.5 #set font 1 to be half sized Helvetica +DEFINE_FONT 3 Helvetica-Bold DEFAULT #set font 3 to be Bold Helvetica +DEFINE_FONT 4 Times-BoldItalic DEFAULT #font 4 is Times-BoldItalic +NUMBER_SEQS #Number the sequences at left hand side +SETUP #Tell the program to get on with the formatting. +# +#step 2 commands come after the SETUP command +# +#Here are some examples... +# +SURROUND_CHARS GP ALL #draw lines around all G and P +SHADE_CHARS ILVW ALL 0.6 #shade all I L V and W with value 0.6 +BOX_REGION 1 1 2 20 0.8 #rectangular box from positions 1 to 2 of sequences 1 to 20 +FONT_CHARS C ALL 3 #Use font 3 (BOLD Helvetica) for C characters +ID_FONT ALL 1 #set identifiers in font 1 diff --git a/sources/alscript/examples/demo/example3.als b/sources/alscript/examples/demo/example3.als new file mode 100644 index 0000000..bb9de1f --- /dev/null +++ b/sources/alscript/examples/demo/example3.als @@ -0,0 +1,209 @@ +# Illustration of ALSCRIPT Command File +# +# As shown in: Barton, G. J. (1992) +# ALSCRIPT- A tool to format multiple sequence alignments +# Protein Engineering (in press) +# +# Modified version - includes colour commands +# +# +# example 1 # Comment lines begin with the # symbol +# +# +# (A) Input and output files: +# +BLOCK_FILE example1.blc # Define the block file to format +OUTPUT_FILE example3.ps # Where to put the result +# +MAX_SIDE 11 # Fiddle with margins... +Y_OFFSET 50 # This is just to fill the page with the +X_OFFSET 80 # Alignment. Defaults normally work OK +# +# (B) Page Layout and overall spacing: +# +ADD_SEQ 38 1 # Make space after sequence 38 +ADD_SEQ 39 3 # Make space after sequence 39 +ADD_SEQ 69 1 +PORTRAIT # Portrait paper orientation +POINTSIZE 10 # 10 point default pointsize +#NUMBER_SEQS 1 # Set to 1 for numbers at left of plot +IDENT_WIDTH 8 +# +# (C) Font definitions: +# +DEFINE_FONT 0 Helvetica DEFAULT # Set font 0 to be Helvetica at default pointsize +DEFINE_FONT 1 Helvetica REL 0.75 # Set font 1 to be 0.75 times default Helvetica +DEFINE_FONT 3 Helvetica-Bold DEFAULT +DEFINE_FONT 4 Times-Bold DEFAULT +DEFINE_FONT 5 Helvetica-BoldOblique DEFAULT +DEFINE_FONT 6 Times-Roman DEFAULT +# +# COLOUR DEFINITIONS give a colour number, then red, green, blue intensities +# +# red +DEFINE_COLOUR 0 1 0 0 +# green +DEFINE_COLOUR 1 0 1 0 +# blue +DEFINE_COLOUR 2 0 0 1 +# yellow +DEFINE_COLOUR 3 1 1 0 +# magenta +DEFINE_COLOUR 4 1 0 1 +# cyan +DEFINE_COLOUR 5 0 1 1 +# +DEFINE_COLOUR 6 0.7 0.3 0 +#single_page +#background_colour 100 +SETUP # Tell the program to get on with the formatting +#background_region -10 -10 468 792 +# +# (D) Some formatting commands: +# +SURROUND_CHARS LIV ALL # Surround all L and Y characters +FONT_CHARS IV ALL 5 # Use font 5 for all I and V characters +FONT_CHARS ASN ALL 1 # Show A and S and N characters in small caps +FONT_CHARS KR ALL 4 # Show K and R in Times-Bold +Ccol_CHARS LIV ALL 1 +Scol_CHARS ASN ALL 0 +BOX_REGION 14 1 16 38 # Rectangular box of residues 14-16 +SHADE_CHARS + ALL 0.0 # Shade all + characters black +COLOUR_REGION 14 1 16 38 2 +SURROUND_CHARS 56+789 1 40 27 40 # Box numbers and + on line 40 +LINE TOP 2 40 8 # Draw horizontal lines to +LINE BOTTOM 2 40 8 # Join up surrounded numbers +TEXT 2 42 "Helix Pattern" +TEXT 12 42 "Glycine Loop" # Add text annotations +TEXT 21 42 "Helix Pattern" +SUB_ID 49 "Helix Predictions" +SUB_ID 58 "Sheet Predictions" # Change the identifiers for prediction histograms +SUB_ID 68 "Turn Predictions" +INVERSE_CHARS DE ALL +SHADE_CHARS D ALL 0.5 +SHADE_CHARS E ALL 0.0 +# +# (E) Now make the prediction histograms nicer. +# +SURROUND_CHARS H 1 44 27 53 +Scol_CHARS H 1 44 27 53 3 # Shade the Helix predictions 0.5 grey +SUB_CHARS 1 44 27 53 H SPACE # Substitute " " for "H" +# +SURROUND_CHARS E 1 54 27 63 # Surround the Beta Predictions +Scol_CHARS E 1 54 27 63 4 # Colour beta blue +SUB_CHARS 1 54 27 63 E SPACE # Substitute the E for space in the beta predictions +# +SURROUND_CHARS T 1 64 27 73 # Surround the Turn Predictions +Scol_CHARS T 1 64 27 73 6 # Shade the Turn Predictions +SUB_CHARS 1 64 27 73 T SPACE # Substitute the T for space in the turn predictions +# +SUB_ID 75 "Summary Prediction" # Annotate and shade the summary prediction +SHADE_CHARS HY 1 75 27 75 0.5 +SHADE_CHARS T 1 75 27 75 0.9 +# +# +# Now change the identifier codes +# +ID_FONT ALL 6 +SUB_ID 1 "Annexin I H4" +SUB_ID 2 "Annexin I M4" +SUB_ID 3 "Annexin I R4" +SUB_ID 4 "Annexin V R4" +SUB_ID 5 "Annexin V H4" +SUB_ID 6 "Annexin V C4" +SUB_ID 7 "Annexin II H4" +SUB_ID 8 "Annexin II B4" +SUB_ID 9 "Annexin II M4" +SUB_ID 10 "Annexin IV P4" +SUB_ID 11 "Annexin IV B4" +SUB_ID 12 "Annexin IV H4" +SUB_ID 13 "Annexin VI H4" +SUB_ID 14 "Annexin VI M4" +SUB_ID 15 "Annexin VI H8" +SUB_ID 16 "Annexin VI M8" +SUB_ID 17 "Annexin V BH4" +SUB_ID 18 "Annexin VII 4" +SUB_ID 19 "Annexin III H4" +SUB_ID 20 "Annexin III R4" +SUB_ID 21 "Annexin II M3" +SUB_ID 22 "Annexin II H3" +SUB_ID 23 "Annexin II B3" +SUB_ID 24 "Annexin I H3" +SUB_ID 25 "Annexin I M3" +SUB_ID 26 "Annexin I R3" +SUB_ID 27 "Annexin V C3" +SUB_ID 28 "Annexin V H3" +SUB_ID 29 "Annexin V R3" +SUB_ID 30 "Annexin VI H3" +SUB_ID 31 "Annexin VI M3" +SUB_ID 32 "Annexin IV H3" +SUB_ID 33 "Annexin IV B3" +SUB_ID 34 "Annexin IV P3" +SUB_ID 35 "Annexin V BH3" +SUB_ID 36 "Annexin III H3" +SUB_ID 37 "Annexin III R3" +SUB_ID 38 "Annexin VII 3" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/alscript/examples/demo/example3.ps b/sources/alscript/examples/demo/example3.ps new file mode 100644 index 0000000..8ecd991 --- /dev/null +++ b/sources/alscript/examples/demo/example3.ps @@ -0,0 +1,10686 @@ +%!PS-Adobe-2.0 +%%Creator: ALSCRIPT Version 2.04 - 28 June 1996 +%%Title: Alscript Output +% Barton, G. J. (1993) +% ALSCRIPT - A Tool to format multiple sequence alignments +% Protein Engineering, 6, 37-40 +% +/P {moveto show} def +/L {moveto lineto stroke} def +/ML {moveto lineto lineto lineto lineto} def +2 setlinecap +/C99 {1.000000 1.000000 1.000000 setrgbcolor } def +/C100 {0.000000 0.000000 0.000000 setrgbcolor } def +120 currentscreen 3 -1 roll pop setscreen +/F0 {/Helvetica findfont 10.00 scalefont setfont } def +/F1 {/Helvetica findfont 7.50 scalefont setfont } def +/F3 {/Helvetica-Bold findfont 10.00 scalefont setfont } def +/F4 {/Times-Bold findfont 10.00 scalefont setfont } def +/F5 {/Helvetica-BoldOblique findfont 10.00 scalefont setfont } def +/F6 {/Times-Roman findfont 10.00 scalefont setfont } def +/C0 {1.000000 0.000000 0.000000 setrgbcolor } def +/C1 {0.000000 1.000000 0.000000 setrgbcolor } def +/C2 {0.000000 0.000000 1.000000 setrgbcolor } def +/C3 {1.000000 1.000000 0.000000 setrgbcolor } def +/C4 {1.000000 0.000000 1.000000 setrgbcolor } def +/C5 {0.000000 1.000000 1.000000 setrgbcolor } def +/C6 {0.700000 0.300000 0.000000 setrgbcolor } def +%%Page: ? 1 +80 50 translate +F0 + 2 setlinecap + 0.50 setlinewidth + newpath +418.56 748.80 418.56 738.80 430.56 738.80 430.56 748.80 418.56 748.80 ML +closepath C99 fill + newpath +418.56 738.80 418.56 728.80 430.56 728.80 430.56 738.80 418.56 738.80 ML +closepath C99 fill + newpath +418.56 728.80 418.56 718.80 430.56 718.80 430.56 728.80 418.56 728.80 ML +closepath C99 fill + newpath +418.56 718.80 418.56 708.80 430.56 708.80 430.56 718.80 418.56 718.80 ML +closepath C99 fill + newpath +418.56 708.80 418.56 698.80 430.56 698.80 430.56 708.80 418.56 708.80 ML +closepath C99 fill + newpath +418.56 698.80 418.56 688.80 430.56 688.80 430.56 698.80 418.56 698.80 ML +closepath C99 fill + newpath +418.56 688.80 418.56 678.80 430.56 678.80 430.56 688.80 418.56 688.80 ML +closepath C99 fill + newpath +418.56 678.80 418.56 668.80 430.56 668.80 430.56 678.80 418.56 678.80 ML +closepath C99 fill + newpath +418.56 668.80 418.56 658.80 430.56 658.80 430.56 668.80 418.56 668.80 ML +closepath C99 fill + newpath +418.56 658.80 418.56 648.80 430.56 648.80 430.56 658.80 418.56 658.80 ML +closepath C99 fill + newpath +418.56 648.80 418.56 638.80 430.56 638.80 430.56 648.80 418.56 648.80 ML +closepath C99 fill + newpath +418.56 638.80 418.56 628.80 430.56 628.80 430.56 638.80 418.56 638.80 ML +closepath C99 fill + newpath +418.56 628.80 418.56 618.80 430.56 618.80 430.56 628.80 418.56 628.80 ML +closepath C99 fill + newpath +418.56 618.80 418.56 608.80 430.56 608.80 430.56 618.80 418.56 618.80 ML +closepath C99 fill + newpath +418.56 608.80 418.56 598.80 430.56 598.80 430.56 608.80 418.56 608.80 ML +closepath C99 fill + newpath +418.56 598.80 418.56 588.80 430.56 588.80 430.56 598.80 418.56 598.80 ML +closepath C99 fill + newpath +418.56 588.80 418.56 578.80 430.56 578.80 430.56 588.80 418.56 588.80 ML +closepath C99 fill + newpath +418.56 578.80 418.56 568.80 430.56 568.80 430.56 578.80 418.56 578.80 ML +closepath C99 fill + newpath +418.56 568.80 418.56 558.80 430.56 558.80 430.56 568.80 418.56 568.80 ML +closepath C99 fill + newpath +418.56 558.80 418.56 548.80 430.56 548.80 430.56 558.80 418.56 558.80 ML +closepath C99 fill + newpath +418.56 548.80 418.56 538.80 430.56 538.80 430.56 548.80 418.56 548.80 ML +closepath C99 fill + newpath +418.56 538.80 418.56 528.80 430.56 528.80 430.56 538.80 418.56 538.80 ML +closepath C99 fill + newpath +418.56 528.80 418.56 518.80 430.56 518.80 430.56 528.80 418.56 528.80 ML +closepath C99 fill + newpath +418.56 518.80 418.56 508.80 430.56 508.80 430.56 518.80 418.56 518.80 ML +closepath C99 fill + newpath +418.56 508.80 418.56 498.80 430.56 498.80 430.56 508.80 418.56 508.80 ML +closepath C99 fill + newpath +418.56 498.80 418.56 488.80 430.56 488.80 430.56 498.80 418.56 498.80 ML +closepath C99 fill + newpath +418.56 488.80 418.56 478.80 430.56 478.80 430.56 488.80 418.56 488.80 ML +closepath C99 fill + newpath +418.56 478.80 418.56 468.80 430.56 468.80 430.56 478.80 418.56 478.80 ML +closepath C99 fill + newpath +418.56 468.80 418.56 458.80 430.56 458.80 430.56 468.80 418.56 468.80 ML +closepath C99 fill + newpath +418.56 458.80 418.56 448.80 430.56 448.80 430.56 458.80 418.56 458.80 ML +closepath C99 fill + newpath +418.56 448.80 418.56 438.80 430.56 438.80 430.56 448.80 418.56 448.80 ML +closepath C99 fill + newpath +418.56 438.80 418.56 428.80 430.56 428.80 430.56 438.80 418.56 438.80 ML +closepath C99 fill + newpath +418.56 428.80 418.56 418.80 430.56 418.80 430.56 428.80 418.56 428.80 ML +closepath C99 fill + newpath +418.56 418.80 418.56 408.80 430.56 408.80 430.56 418.80 418.56 418.80 ML +closepath C99 fill + newpath +418.56 408.80 418.56 398.80 430.56 398.80 430.56 408.80 418.56 408.80 ML +closepath C99 fill + newpath +418.56 398.80 418.56 388.80 430.56 388.80 430.56 398.80 418.56 398.80 ML +closepath C99 fill + newpath +418.56 388.80 418.56 378.80 430.56 378.80 430.56 388.80 418.56 388.80 ML +closepath C99 fill + newpath +418.56 378.80 418.56 368.80 430.56 368.80 430.56 378.80 418.56 378.80 ML +closepath C99 fill + newpath +418.56 368.80 418.56 358.80 430.56 358.80 430.56 368.80 418.56 368.80 ML +closepath C99 fill + newpath +418.56 358.80 418.56 348.80 430.56 348.80 430.56 358.80 418.56 358.80 ML +closepath C99 fill + newpath +418.56 348.80 418.56 338.80 430.56 338.80 430.56 348.80 418.56 348.80 ML +closepath C99 fill + newpath +418.56 338.80 418.56 328.80 430.56 328.80 430.56 338.80 418.56 338.80 ML +closepath C99 fill + newpath +418.56 328.80 418.56 318.80 430.56 318.80 430.56 328.80 418.56 328.80 ML +closepath C99 fill + newpath +418.56 318.80 418.56 308.80 430.56 308.80 430.56 318.80 418.56 318.80 ML +closepath C99 fill + newpath +418.56 308.80 418.56 298.80 430.56 298.80 430.56 308.80 418.56 308.80 ML +closepath C99 fill + newpath +418.56 298.80 418.56 288.80 430.56 288.80 430.56 298.80 418.56 298.80 ML +closepath C99 fill + newpath +418.56 288.80 418.56 278.80 430.56 278.80 430.56 288.80 418.56 288.80 ML +closepath C99 fill + newpath +418.56 278.80 418.56 268.80 430.56 268.80 430.56 278.80 418.56 278.80 ML +closepath C99 fill + newpath +418.56 268.80 418.56 258.80 430.56 258.80 430.56 268.80 418.56 268.80 ML +closepath C99 fill + newpath +418.56 258.80 418.56 248.80 430.56 248.80 430.56 258.80 418.56 258.80 ML +closepath C99 fill + newpath +418.56 248.80 418.56 238.80 430.56 238.80 430.56 248.80 418.56 248.80 ML +closepath C99 fill + newpath +418.56 238.80 418.56 228.80 430.56 228.80 430.56 238.80 418.56 238.80 ML +closepath C99 fill + newpath +418.56 228.80 418.56 218.80 430.56 218.80 430.56 228.80 418.56 228.80 ML +closepath C99 fill + newpath +418.56 218.80 418.56 208.80 430.56 208.80 430.56 218.80 418.56 218.80 ML +closepath C99 fill + newpath +418.56 208.80 418.56 198.80 430.56 198.80 430.56 208.80 418.56 208.80 ML +closepath C99 fill + newpath +418.56 198.80 418.56 188.80 430.56 188.80 430.56 198.80 418.56 198.80 ML +closepath C99 fill + newpath +418.56 188.80 418.56 178.80 430.56 178.80 430.56 188.80 418.56 188.80 ML +closepath C99 fill + newpath +418.56 178.80 418.56 168.80 430.56 168.80 430.56 178.80 418.56 178.80 ML +closepath C99 fill + newpath +418.56 168.80 418.56 158.80 430.56 158.80 430.56 168.80 418.56 168.80 ML +closepath C99 fill + newpath +418.56 158.80 418.56 148.80 430.56 148.80 430.56 158.80 418.56 158.80 ML +closepath C99 fill + newpath +418.56 148.80 418.56 138.80 430.56 138.80 430.56 148.80 418.56 148.80 ML +closepath C99 fill + newpath +418.56 138.80 418.56 128.80 430.56 128.80 430.56 138.80 418.56 138.80 ML +closepath C99 fill + newpath +418.56 128.80 418.56 118.80 430.56 118.80 430.56 128.80 418.56 128.80 ML +closepath C99 fill + newpath +418.56 118.80 418.56 108.80 430.56 108.80 430.56 118.80 418.56 118.80 ML +closepath C99 fill + newpath +418.56 108.80 418.56 98.80 430.56 98.80 430.56 108.80 418.56 108.80 ML +closepath C99 fill + newpath +418.56 98.80 418.56 88.80 430.56 88.80 430.56 98.80 418.56 98.80 ML +closepath C99 fill + newpath +418.56 88.80 418.56 78.80 430.56 78.80 430.56 88.80 418.56 88.80 ML +closepath C99 fill + newpath +418.56 78.80 418.56 68.80 430.56 68.80 430.56 78.80 418.56 78.80 ML +closepath C99 fill + newpath +418.56 68.80 418.56 58.80 430.56 58.80 430.56 68.80 418.56 68.80 ML +closepath C99 fill + newpath +418.56 58.80 418.56 48.80 430.56 48.80 430.56 58.80 418.56 58.80 ML +closepath C99 fill + newpath +418.56 48.80 418.56 38.80 430.56 38.80 430.56 48.80 418.56 48.80 ML +closepath C99 fill + newpath +418.56 38.80 418.56 28.80 430.56 28.80 430.56 38.80 418.56 38.80 ML +closepath C99 fill + newpath +418.56 28.80 418.56 18.80 430.56 18.80 430.56 28.80 418.56 28.80 ML +closepath C99 fill + newpath +418.56 18.80 418.56 8.80 430.56 8.80 430.56 18.80 418.56 18.80 ML +closepath C99 fill + newpath +418.56 8.80 418.56 -1.20 430.56 -1.20 430.56 8.80 418.56 8.80 ML +closepath C99 fill + newpath +406.56 748.80 406.56 738.80 418.56 738.80 418.56 748.80 406.56 748.80 ML +closepath C99 fill + newpath +406.56 738.80 406.56 728.80 418.56 728.80 418.56 738.80 406.56 738.80 ML +closepath C99 fill + newpath +406.56 728.80 406.56 718.80 418.56 718.80 418.56 728.80 406.56 728.80 ML +closepath C99 fill + newpath +406.56 718.80 406.56 708.80 418.56 708.80 418.56 718.80 406.56 718.80 ML +closepath C99 fill + newpath +406.56 708.80 406.56 698.80 418.56 698.80 418.56 708.80 406.56 708.80 ML +closepath C99 fill + newpath +406.56 698.80 406.56 688.80 418.56 688.80 418.56 698.80 406.56 698.80 ML +closepath C99 fill + newpath +406.56 688.80 406.56 678.80 418.56 678.80 418.56 688.80 406.56 688.80 ML +closepath C99 fill + newpath +406.56 678.80 406.56 668.80 418.56 668.80 418.56 678.80 406.56 678.80 ML +closepath C99 fill + newpath +406.56 668.80 406.56 658.80 418.56 658.80 418.56 668.80 406.56 668.80 ML +closepath C99 fill + newpath +406.56 658.80 406.56 648.80 418.56 648.80 418.56 658.80 406.56 658.80 ML +closepath C99 fill + newpath +406.56 648.80 406.56 638.80 418.56 638.80 418.56 648.80 406.56 648.80 ML +closepath C99 fill + newpath +406.56 638.80 406.56 628.80 418.56 628.80 418.56 638.80 406.56 638.80 ML +closepath C99 fill + newpath +406.56 628.80 406.56 618.80 418.56 618.80 418.56 628.80 406.56 628.80 ML +closepath C99 fill + newpath +406.56 618.80 406.56 608.80 418.56 608.80 418.56 618.80 406.56 618.80 ML +closepath C99 fill + newpath +406.56 608.80 406.56 598.80 418.56 598.80 418.56 608.80 406.56 608.80 ML +closepath C99 fill + newpath +406.56 598.80 406.56 588.80 418.56 588.80 418.56 598.80 406.56 598.80 ML +closepath C99 fill + newpath +406.56 588.80 406.56 578.80 418.56 578.80 418.56 588.80 406.56 588.80 ML +closepath C99 fill + newpath +406.56 578.80 406.56 568.80 418.56 568.80 418.56 578.80 406.56 578.80 ML +closepath C99 fill + newpath +406.56 568.80 406.56 558.80 418.56 558.80 418.56 568.80 406.56 568.80 ML +closepath C99 fill + newpath +406.56 558.80 406.56 548.80 418.56 548.80 418.56 558.80 406.56 558.80 ML +closepath C99 fill + newpath +406.56 548.80 406.56 538.80 418.56 538.80 418.56 548.80 406.56 548.80 ML +closepath C99 fill + newpath +406.56 538.80 406.56 528.80 418.56 528.80 418.56 538.80 406.56 538.80 ML +closepath C99 fill + newpath +406.56 528.80 406.56 518.80 418.56 518.80 418.56 528.80 406.56 528.80 ML +closepath C99 fill + newpath +406.56 518.80 406.56 508.80 418.56 508.80 418.56 518.80 406.56 518.80 ML +closepath C99 fill + newpath +406.56 508.80 406.56 498.80 418.56 498.80 418.56 508.80 406.56 508.80 ML +closepath C99 fill + newpath +406.56 498.80 406.56 488.80 418.56 488.80 418.56 498.80 406.56 498.80 ML +closepath C99 fill + newpath +406.56 488.80 406.56 478.80 418.56 478.80 418.56 488.80 406.56 488.80 ML +closepath C99 fill + newpath +406.56 478.80 406.56 468.80 418.56 468.80 418.56 478.80 406.56 478.80 ML +closepath C99 fill + newpath +406.56 468.80 406.56 458.80 418.56 458.80 418.56 468.80 406.56 468.80 ML +closepath C99 fill + newpath +406.56 458.80 406.56 448.80 418.56 448.80 418.56 458.80 406.56 458.80 ML +closepath C99 fill + newpath +406.56 448.80 406.56 438.80 418.56 438.80 418.56 448.80 406.56 448.80 ML +closepath C99 fill + newpath +406.56 438.80 406.56 428.80 418.56 428.80 418.56 438.80 406.56 438.80 ML +closepath C99 fill + newpath +406.56 428.80 406.56 418.80 418.56 418.80 418.56 428.80 406.56 428.80 ML +closepath C99 fill + newpath +406.56 418.80 406.56 408.80 418.56 408.80 418.56 418.80 406.56 418.80 ML +closepath C99 fill + newpath +406.56 408.80 406.56 398.80 418.56 398.80 418.56 408.80 406.56 408.80 ML +closepath C99 fill + newpath +406.56 398.80 406.56 388.80 418.56 388.80 418.56 398.80 406.56 398.80 ML +closepath C99 fill + newpath +406.56 388.80 406.56 378.80 418.56 378.80 418.56 388.80 406.56 388.80 ML +closepath C99 fill + newpath +406.56 378.80 406.56 368.80 418.56 368.80 418.56 378.80 406.56 378.80 ML +closepath C99 fill + newpath +406.56 368.80 406.56 358.80 418.56 358.80 418.56 368.80 406.56 368.80 ML +closepath C99 fill + newpath +406.56 358.80 406.56 348.80 418.56 348.80 418.56 358.80 406.56 358.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +406.56 348.80 406.56 338.80 418.56 338.80 418.56 348.80 406.56 348.80 ML +closepath C99 fill + newpath +406.56 338.80 406.56 328.80 418.56 328.80 418.56 338.80 406.56 338.80 ML +closepath C99 fill + newpath +406.56 328.80 406.56 318.80 418.56 318.80 418.56 328.80 406.56 328.80 ML +closepath C99 fill + newpath +406.56 318.80 406.56 308.80 418.56 308.80 418.56 318.80 406.56 318.80 ML +closepath C99 fill + newpath +406.56 308.80 406.56 298.80 418.56 298.80 418.56 308.80 406.56 308.80 ML +closepath C99 fill + newpath +406.56 298.80 406.56 288.80 418.56 288.80 418.56 298.80 406.56 298.80 ML +closepath C99 fill + newpath +406.56 288.80 406.56 278.80 418.56 278.80 418.56 288.80 406.56 288.80 ML +closepath C99 fill + newpath +406.56 278.80 406.56 268.80 418.56 268.80 418.56 278.80 406.56 278.80 ML +closepath C99 fill + newpath +406.56 268.80 406.56 258.80 418.56 258.80 418.56 268.80 406.56 268.80 ML +closepath C99 fill + newpath +406.56 258.80 406.56 248.80 418.56 248.80 418.56 258.80 406.56 258.80 ML +closepath C3 fill + newpath +406.56 248.80 406.56 238.80 418.56 238.80 418.56 248.80 406.56 248.80 ML +closepath C3 fill + newpath +406.56 238.80 406.56 228.80 418.56 228.80 418.56 238.80 406.56 238.80 ML +closepath C3 fill + newpath +406.56 228.80 406.56 218.80 418.56 218.80 418.56 228.80 406.56 228.80 ML +closepath C3 fill + newpath +406.56 218.80 406.56 208.80 418.56 208.80 418.56 218.80 406.56 218.80 ML +closepath C99 fill + newpath +406.56 208.80 406.56 198.80 418.56 198.80 418.56 208.80 406.56 208.80 ML +closepath C99 fill + newpath +406.56 198.80 406.56 188.80 418.56 188.80 418.56 198.80 406.56 198.80 ML +closepath C99 fill + newpath +406.56 188.80 406.56 178.80 418.56 178.80 418.56 188.80 406.56 188.80 ML +closepath C99 fill + newpath +406.56 178.80 406.56 168.80 418.56 168.80 418.56 178.80 406.56 178.80 ML +closepath C99 fill + newpath +406.56 168.80 406.56 158.80 418.56 158.80 418.56 168.80 406.56 168.80 ML +closepath C99 fill + newpath +406.56 158.80 406.56 148.80 418.56 148.80 418.56 158.80 406.56 158.80 ML +closepath C99 fill + newpath +406.56 148.80 406.56 138.80 418.56 138.80 418.56 148.80 406.56 148.80 ML +closepath C99 fill + newpath +406.56 138.80 406.56 128.80 418.56 128.80 418.56 138.80 406.56 138.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +406.56 128.80 406.56 118.80 418.56 118.80 418.56 128.80 406.56 128.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +406.56 118.80 406.56 108.80 418.56 108.80 418.56 118.80 406.56 118.80 ML +closepath C99 fill + newpath +406.56 108.80 406.56 98.80 418.56 98.80 418.56 108.80 406.56 108.80 ML +closepath C6 fill + newpath +406.56 98.80 406.56 88.80 418.56 88.80 418.56 98.80 406.56 98.80 ML +closepath C6 fill + newpath +406.56 88.80 406.56 78.80 418.56 78.80 418.56 88.80 406.56 88.80 ML +closepath C6 fill + newpath +406.56 78.80 406.56 68.80 418.56 68.80 418.56 78.80 406.56 78.80 ML +closepath C6 fill + newpath +406.56 68.80 406.56 58.80 418.56 58.80 418.56 68.80 406.56 68.80 ML +closepath C6 fill + newpath +406.56 58.80 406.56 48.80 418.56 48.80 418.56 58.80 406.56 58.80 ML +closepath C6 fill + newpath +406.56 48.80 406.56 38.80 418.56 38.80 418.56 48.80 406.56 48.80 ML +closepath C6 fill + newpath +406.56 38.80 406.56 28.80 418.56 28.80 418.56 38.80 406.56 38.80 ML +closepath C6 fill + newpath +406.56 28.80 406.56 18.80 418.56 18.80 418.56 28.80 406.56 28.80 ML +closepath C6 fill + newpath +406.56 18.80 406.56 8.80 418.56 8.80 418.56 18.80 406.56 18.80 ML +closepath C99 fill + newpath +406.56 8.80 406.56 -1.20 418.56 -1.20 418.56 8.80 406.56 8.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +394.56 748.80 394.56 738.80 406.56 738.80 406.56 748.80 394.56 748.80 ML +closepath C0 fill + newpath +394.56 738.80 394.56 728.80 406.56 728.80 406.56 738.80 394.56 738.80 ML +closepath C0 fill + newpath +394.56 728.80 394.56 718.80 406.56 718.80 406.56 728.80 394.56 728.80 ML +closepath C0 fill + newpath +394.56 718.80 394.56 708.80 406.56 708.80 406.56 718.80 394.56 718.80 ML +closepath C0 fill + newpath +394.56 708.80 394.56 698.80 406.56 698.80 406.56 708.80 394.56 708.80 ML +closepath C0 fill + newpath +394.56 698.80 394.56 688.80 406.56 688.80 406.56 698.80 394.56 698.80 ML +closepath C0 fill + newpath +394.56 688.80 394.56 678.80 406.56 678.80 406.56 688.80 394.56 688.80 ML +closepath C0 fill + newpath +394.56 678.80 394.56 668.80 406.56 668.80 406.56 678.80 394.56 678.80 ML +closepath C0 fill + newpath +394.56 668.80 394.56 658.80 406.56 658.80 406.56 668.80 394.56 668.80 ML +closepath C0 fill + newpath +394.56 658.80 394.56 648.80 406.56 648.80 406.56 658.80 394.56 658.80 ML +closepath C0 fill + newpath +394.56 648.80 394.56 638.80 406.56 638.80 406.56 648.80 394.56 648.80 ML +closepath C0 fill + newpath +394.56 638.80 394.56 628.80 406.56 628.80 406.56 638.80 394.56 638.80 ML +closepath C0 fill + newpath +394.56 628.80 394.56 618.80 406.56 618.80 406.56 628.80 394.56 628.80 ML +closepath C0 fill + newpath +394.56 618.80 394.56 608.80 406.56 608.80 406.56 618.80 394.56 618.80 ML +closepath C0 fill + newpath +394.56 608.80 394.56 598.80 406.56 598.80 406.56 608.80 394.56 608.80 ML +closepath C0 fill + newpath +394.56 598.80 394.56 588.80 406.56 588.80 406.56 598.80 394.56 598.80 ML +closepath C0 fill + newpath +394.56 588.80 394.56 578.80 406.56 578.80 406.56 588.80 394.56 588.80 ML +closepath C0 fill + newpath +394.56 578.80 394.56 568.80 406.56 568.80 406.56 578.80 394.56 578.80 ML +closepath C99 fill + newpath +394.56 568.80 394.56 558.80 406.56 558.80 406.56 568.80 394.56 568.80 ML +closepath C0 fill + newpath +394.56 558.80 394.56 548.80 406.56 548.80 406.56 558.80 394.56 558.80 ML +closepath C0 fill + newpath +394.56 548.80 394.56 538.80 406.56 538.80 406.56 548.80 394.56 548.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +394.56 538.80 394.56 528.80 406.56 528.80 406.56 538.80 394.56 538.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +394.56 528.80 394.56 518.80 406.56 518.80 406.56 528.80 394.56 528.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +394.56 518.80 394.56 508.80 406.56 508.80 406.56 518.80 394.56 518.80 ML +closepath C99 fill + newpath +394.56 508.80 394.56 498.80 406.56 498.80 406.56 508.80 394.56 508.80 ML +closepath C0 fill + newpath +394.56 498.80 394.56 488.80 406.56 488.80 406.56 498.80 394.56 498.80 ML +closepath C99 fill + newpath +394.56 488.80 394.56 478.80 406.56 478.80 406.56 488.80 394.56 488.80 ML +closepath C99 fill + newpath +394.56 478.80 394.56 468.80 406.56 468.80 406.56 478.80 394.56 478.80 ML +closepath C99 fill + newpath +394.56 468.80 394.56 458.80 406.56 458.80 406.56 468.80 394.56 468.80 ML +closepath C99 fill + newpath +394.56 458.80 394.56 448.80 406.56 448.80 406.56 458.80 394.56 458.80 ML +closepath C0 fill + newpath +394.56 448.80 394.56 438.80 406.56 438.80 406.56 448.80 394.56 448.80 ML +closepath C0 fill + newpath +394.56 438.80 394.56 428.80 406.56 428.80 406.56 438.80 394.56 438.80 ML +closepath C0 fill + newpath +394.56 428.80 394.56 418.80 406.56 418.80 406.56 428.80 394.56 428.80 ML +closepath C0 fill + newpath +394.56 418.80 394.56 408.80 406.56 408.80 406.56 418.80 394.56 418.80 ML +closepath C0 fill + newpath +394.56 408.80 394.56 398.80 406.56 398.80 406.56 408.80 394.56 408.80 ML +closepath C99 fill + newpath +394.56 398.80 394.56 388.80 406.56 388.80 406.56 398.80 394.56 398.80 ML +closepath C99 fill + newpath +394.56 388.80 394.56 378.80 406.56 378.80 406.56 388.80 394.56 388.80 ML +closepath C99 fill + newpath +394.56 378.80 394.56 368.80 406.56 368.80 406.56 378.80 394.56 378.80 ML +closepath C99 fill + newpath +394.56 368.80 394.56 358.80 406.56 358.80 406.56 368.80 394.56 368.80 ML +closepath C99 fill + newpath +394.56 358.80 394.56 348.80 406.56 348.80 406.56 358.80 394.56 358.80 ML +closepath C99 fill + newpath +394.56 348.80 394.56 338.80 406.56 338.80 406.56 348.80 394.56 348.80 ML +closepath C99 fill + newpath +394.56 338.80 394.56 328.80 406.56 328.80 406.56 338.80 394.56 338.80 ML +closepath C99 fill + newpath +394.56 328.80 394.56 318.80 406.56 318.80 406.56 328.80 394.56 328.80 ML +closepath C99 fill + newpath +394.56 318.80 394.56 308.80 406.56 308.80 406.56 318.80 394.56 318.80 ML +closepath C99 fill + newpath +394.56 308.80 394.56 298.80 406.56 298.80 406.56 308.80 394.56 308.80 ML +closepath C99 fill + newpath +394.56 298.80 394.56 288.80 406.56 288.80 406.56 298.80 394.56 298.80 ML +closepath C99 fill + newpath +394.56 288.80 394.56 278.80 406.56 278.80 406.56 288.80 394.56 288.80 ML +closepath C99 fill + newpath +394.56 278.80 394.56 268.80 406.56 268.80 406.56 278.80 394.56 278.80 ML +closepath C99 fill + newpath +394.56 268.80 394.56 258.80 406.56 258.80 406.56 268.80 394.56 268.80 ML +closepath C99 fill + newpath +394.56 258.80 394.56 248.80 406.56 248.80 406.56 258.80 394.56 258.80 ML +closepath C3 fill + newpath +394.56 248.80 394.56 238.80 406.56 238.80 406.56 248.80 394.56 248.80 ML +closepath C3 fill + newpath +394.56 238.80 394.56 228.80 406.56 228.80 406.56 238.80 394.56 238.80 ML +closepath C3 fill + newpath +394.56 228.80 394.56 218.80 406.56 218.80 406.56 228.80 394.56 228.80 ML +closepath C3 fill + newpath +394.56 218.80 394.56 208.80 406.56 208.80 406.56 218.80 394.56 218.80 ML +closepath C99 fill + newpath +394.56 208.80 394.56 198.80 406.56 198.80 406.56 208.80 394.56 208.80 ML +closepath C99 fill + newpath +394.56 198.80 394.56 188.80 406.56 188.80 406.56 198.80 394.56 198.80 ML +closepath C99 fill + newpath +394.56 188.80 394.56 178.80 406.56 178.80 406.56 188.80 394.56 188.80 ML +closepath C99 fill + newpath +394.56 178.80 394.56 168.80 406.56 168.80 406.56 178.80 394.56 178.80 ML +closepath C99 fill + newpath +394.56 168.80 394.56 158.80 406.56 158.80 406.56 168.80 394.56 168.80 ML +closepath C99 fill + newpath +394.56 158.80 394.56 148.80 406.56 148.80 406.56 158.80 394.56 158.80 ML +closepath C99 fill + newpath +394.56 148.80 394.56 138.80 406.56 138.80 406.56 148.80 394.56 148.80 ML +closepath C99 fill + newpath +394.56 138.80 394.56 128.80 406.56 128.80 406.56 138.80 394.56 138.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +394.56 128.80 394.56 118.80 406.56 118.80 406.56 128.80 394.56 128.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +394.56 118.80 394.56 108.80 406.56 108.80 406.56 118.80 394.56 118.80 ML +closepath C99 fill + newpath +394.56 108.80 394.56 98.80 406.56 98.80 406.56 108.80 394.56 108.80 ML +closepath C99 fill + newpath +394.56 98.80 394.56 88.80 406.56 88.80 406.56 98.80 394.56 98.80 ML +closepath C99 fill + newpath +394.56 88.80 394.56 78.80 406.56 78.80 406.56 88.80 394.56 88.80 ML +closepath C99 fill + newpath +394.56 78.80 394.56 68.80 406.56 68.80 406.56 78.80 394.56 78.80 ML +closepath C99 fill + newpath +394.56 68.80 394.56 58.80 406.56 58.80 406.56 68.80 394.56 68.80 ML +closepath C6 fill + newpath +394.56 58.80 394.56 48.80 406.56 48.80 406.56 58.80 394.56 58.80 ML +closepath C6 fill + newpath +394.56 48.80 394.56 38.80 406.56 38.80 406.56 48.80 394.56 48.80 ML +closepath C6 fill + newpath +394.56 38.80 394.56 28.80 406.56 28.80 406.56 38.80 394.56 38.80 ML +closepath C6 fill + newpath +394.56 28.80 394.56 18.80 406.56 18.80 406.56 28.80 394.56 28.80 ML +closepath C6 fill + newpath +394.56 18.80 394.56 8.80 406.56 8.80 406.56 18.80 394.56 18.80 ML +closepath C99 fill + newpath +394.56 8.80 394.56 -1.20 406.56 -1.20 406.56 8.80 394.56 8.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +382.56 748.80 382.56 738.80 394.56 738.80 394.56 748.80 382.56 748.80 ML +closepath C99 fill + newpath +382.56 738.80 382.56 728.80 394.56 728.80 394.56 738.80 382.56 738.80 ML +closepath C99 fill + newpath +382.56 728.80 382.56 718.80 394.56 718.80 394.56 728.80 382.56 728.80 ML +closepath C99 fill + newpath +382.56 718.80 382.56 708.80 394.56 708.80 394.56 718.80 382.56 718.80 ML +closepath C99 fill + newpath +382.56 708.80 382.56 698.80 394.56 698.80 394.56 708.80 382.56 708.80 ML +closepath C99 fill + newpath +382.56 698.80 382.56 688.80 394.56 688.80 394.56 698.80 382.56 698.80 ML +closepath C99 fill + newpath +382.56 688.80 382.56 678.80 394.56 678.80 394.56 688.80 382.56 688.80 ML +closepath C99 fill + newpath +382.56 678.80 382.56 668.80 394.56 668.80 394.56 678.80 382.56 678.80 ML +closepath C99 fill + newpath +382.56 668.80 382.56 658.80 394.56 658.80 394.56 668.80 382.56 668.80 ML +closepath C99 fill + newpath +382.56 658.80 382.56 648.80 394.56 648.80 394.56 658.80 382.56 658.80 ML +closepath C99 fill + newpath +382.56 648.80 382.56 638.80 394.56 638.80 394.56 648.80 382.56 648.80 ML +closepath C99 fill + newpath +382.56 638.80 382.56 628.80 394.56 628.80 394.56 638.80 382.56 638.80 ML +closepath C99 fill + newpath +382.56 628.80 382.56 618.80 394.56 618.80 394.56 628.80 382.56 628.80 ML +closepath C99 fill + newpath +382.56 618.80 382.56 608.80 394.56 608.80 394.56 618.80 382.56 618.80 ML +closepath C99 fill + newpath +382.56 608.80 382.56 598.80 394.56 598.80 394.56 608.80 382.56 608.80 ML +closepath C99 fill + newpath +382.56 598.80 382.56 588.80 394.56 588.80 394.56 598.80 382.56 598.80 ML +closepath C99 fill + newpath +382.56 588.80 382.56 578.80 394.56 578.80 394.56 588.80 382.56 588.80 ML +closepath C99 fill + newpath +382.56 578.80 382.56 568.80 394.56 568.80 394.56 578.80 382.56 578.80 ML +closepath C99 fill + newpath +382.56 568.80 382.56 558.80 394.56 558.80 394.56 568.80 382.56 568.80 ML +closepath C99 fill + newpath +382.56 558.80 382.56 548.80 394.56 548.80 394.56 558.80 382.56 558.80 ML +closepath C99 fill + newpath +382.56 548.80 382.56 538.80 394.56 538.80 394.56 548.80 382.56 548.80 ML +closepath C99 fill + newpath +382.56 538.80 382.56 528.80 394.56 528.80 394.56 538.80 382.56 538.80 ML +closepath C99 fill + newpath +382.56 528.80 382.56 518.80 394.56 518.80 394.56 528.80 382.56 528.80 ML +closepath C99 fill + newpath +382.56 518.80 382.56 508.80 394.56 508.80 394.56 518.80 382.56 518.80 ML +closepath C99 fill + newpath +382.56 508.80 382.56 498.80 394.56 498.80 394.56 508.80 382.56 508.80 ML +closepath C99 fill + newpath +382.56 498.80 382.56 488.80 394.56 488.80 394.56 498.80 382.56 498.80 ML +closepath C99 fill + newpath +382.56 488.80 382.56 478.80 394.56 478.80 394.56 488.80 382.56 488.80 ML +closepath C99 fill + newpath +382.56 478.80 382.56 468.80 394.56 468.80 394.56 478.80 382.56 478.80 ML +closepath C99 fill + newpath +382.56 468.80 382.56 458.80 394.56 458.80 394.56 468.80 382.56 468.80 ML +closepath C99 fill + newpath +382.56 458.80 382.56 448.80 394.56 448.80 394.56 458.80 382.56 458.80 ML +closepath C99 fill + newpath +382.56 448.80 382.56 438.80 394.56 438.80 394.56 448.80 382.56 448.80 ML +closepath C99 fill + newpath +382.56 438.80 382.56 428.80 394.56 428.80 394.56 438.80 382.56 438.80 ML +closepath C99 fill + newpath +382.56 428.80 382.56 418.80 394.56 418.80 394.56 428.80 382.56 428.80 ML +closepath C99 fill + newpath +382.56 418.80 382.56 408.80 394.56 408.80 394.56 418.80 382.56 418.80 ML +closepath C99 fill + newpath +382.56 408.80 382.56 398.80 394.56 398.80 394.56 408.80 382.56 408.80 ML +closepath C99 fill + newpath +382.56 398.80 382.56 388.80 394.56 388.80 394.56 398.80 382.56 398.80 ML +closepath C99 fill + newpath +382.56 388.80 382.56 378.80 394.56 378.80 394.56 388.80 382.56 388.80 ML +closepath C99 fill + newpath +382.56 378.80 382.56 368.80 394.56 368.80 394.56 378.80 382.56 378.80 ML +closepath C0 fill + newpath +382.56 368.80 382.56 358.80 394.56 358.80 394.56 368.80 382.56 368.80 ML +closepath C99 fill + newpath +382.56 358.80 382.56 348.80 394.56 348.80 394.56 358.80 382.56 358.80 ML +closepath C99 fill + newpath +382.56 348.80 382.56 338.80 394.56 338.80 394.56 348.80 382.56 348.80 ML +closepath C99 fill + newpath +382.56 338.80 382.56 328.80 394.56 328.80 394.56 338.80 382.56 338.80 ML +closepath C99 fill + newpath +382.56 328.80 382.56 318.80 394.56 318.80 394.56 328.80 382.56 328.80 ML +closepath C99 fill + newpath +382.56 318.80 382.56 308.80 394.56 308.80 394.56 318.80 382.56 318.80 ML +closepath C99 fill + newpath +382.56 308.80 382.56 298.80 394.56 298.80 394.56 308.80 382.56 308.80 ML +closepath C99 fill + newpath +382.56 298.80 382.56 288.80 394.56 288.80 394.56 298.80 382.56 298.80 ML +closepath C99 fill + newpath +382.56 288.80 382.56 278.80 394.56 278.80 394.56 288.80 382.56 288.80 ML +closepath C99 fill + newpath +382.56 278.80 382.56 268.80 394.56 268.80 394.56 278.80 382.56 278.80 ML +closepath C99 fill + newpath +382.56 268.80 382.56 258.80 394.56 258.80 394.56 268.80 382.56 268.80 ML +closepath C3 fill + newpath +382.56 258.80 382.56 248.80 394.56 248.80 394.56 258.80 382.56 258.80 ML +closepath C3 fill + newpath +382.56 248.80 382.56 238.80 394.56 238.80 394.56 248.80 382.56 248.80 ML +closepath C3 fill + newpath +382.56 238.80 382.56 228.80 394.56 228.80 394.56 238.80 382.56 238.80 ML +closepath C3 fill + newpath +382.56 228.80 382.56 218.80 394.56 218.80 394.56 228.80 382.56 228.80 ML +closepath C3 fill + newpath +382.56 218.80 382.56 208.80 394.56 208.80 394.56 218.80 382.56 218.80 ML +closepath C99 fill + newpath +382.56 208.80 382.56 198.80 394.56 198.80 394.56 208.80 382.56 208.80 ML +closepath C99 fill + newpath +382.56 198.80 382.56 188.80 394.56 188.80 394.56 198.80 382.56 198.80 ML +closepath C99 fill + newpath +382.56 188.80 382.56 178.80 394.56 178.80 394.56 188.80 382.56 188.80 ML +closepath C99 fill + newpath +382.56 178.80 382.56 168.80 394.56 168.80 394.56 178.80 382.56 178.80 ML +closepath C99 fill + newpath +382.56 168.80 382.56 158.80 394.56 158.80 394.56 168.80 382.56 168.80 ML +closepath C99 fill + newpath +382.56 158.80 382.56 148.80 394.56 148.80 394.56 158.80 382.56 158.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +382.56 148.80 382.56 138.80 394.56 138.80 394.56 148.80 382.56 148.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +382.56 138.80 382.56 128.80 394.56 128.80 394.56 138.80 382.56 138.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +382.56 128.80 382.56 118.80 394.56 118.80 394.56 128.80 382.56 128.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +382.56 118.80 382.56 108.80 394.56 108.80 394.56 118.80 382.56 118.80 ML +closepath C99 fill + newpath +382.56 108.80 382.56 98.80 394.56 98.80 394.56 108.80 382.56 108.80 ML +closepath C99 fill + newpath +382.56 98.80 382.56 88.80 394.56 88.80 394.56 98.80 382.56 98.80 ML +closepath C99 fill + newpath +382.56 88.80 382.56 78.80 394.56 78.80 394.56 88.80 382.56 88.80 ML +closepath C99 fill + newpath +382.56 78.80 382.56 68.80 394.56 68.80 394.56 78.80 382.56 78.80 ML +closepath C99 fill + newpath +382.56 68.80 382.56 58.80 394.56 58.80 394.56 68.80 382.56 68.80 ML +closepath C99 fill + newpath +382.56 58.80 382.56 48.80 394.56 48.80 394.56 58.80 382.56 58.80 ML +closepath C6 fill + newpath +382.56 48.80 382.56 38.80 394.56 38.80 394.56 48.80 382.56 48.80 ML +closepath C6 fill + newpath +382.56 38.80 382.56 28.80 394.56 28.80 394.56 38.80 382.56 38.80 ML +closepath C6 fill + newpath +382.56 28.80 382.56 18.80 394.56 18.80 394.56 28.80 382.56 28.80 ML +closepath C6 fill + newpath +382.56 18.80 382.56 8.80 394.56 8.80 394.56 18.80 382.56 18.80 ML +closepath C99 fill + newpath +382.56 8.80 382.56 -1.20 394.56 -1.20 394.56 8.80 382.56 8.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +370.56 748.80 370.56 738.80 382.56 738.80 382.56 748.80 370.56 748.80 ML +closepath C99 fill + newpath +370.56 738.80 370.56 728.80 382.56 728.80 382.56 738.80 370.56 738.80 ML +closepath C99 fill + newpath +370.56 728.80 370.56 718.80 382.56 718.80 382.56 728.80 370.56 728.80 ML +closepath C99 fill + newpath +370.56 718.80 370.56 708.80 382.56 708.80 382.56 718.80 370.56 718.80 ML +closepath C99 fill + newpath +370.56 708.80 370.56 698.80 382.56 698.80 382.56 708.80 370.56 708.80 ML +closepath C99 fill + newpath +370.56 698.80 370.56 688.80 382.56 688.80 382.56 698.80 370.56 698.80 ML +closepath C99 fill + newpath +370.56 688.80 370.56 678.80 382.56 678.80 382.56 688.80 370.56 688.80 ML +closepath C99 fill + newpath +370.56 678.80 370.56 668.80 382.56 668.80 382.56 678.80 370.56 678.80 ML +closepath C99 fill + newpath +370.56 668.80 370.56 658.80 382.56 658.80 382.56 668.80 370.56 668.80 ML +closepath C99 fill + newpath +370.56 658.80 370.56 648.80 382.56 648.80 382.56 658.80 370.56 658.80 ML +closepath C99 fill + newpath +370.56 648.80 370.56 638.80 382.56 638.80 382.56 648.80 370.56 648.80 ML +closepath C99 fill + newpath +370.56 638.80 370.56 628.80 382.56 628.80 382.56 638.80 370.56 638.80 ML +closepath C99 fill + newpath +370.56 628.80 370.56 618.80 382.56 618.80 382.56 628.80 370.56 628.80 ML +closepath C99 fill + newpath +370.56 618.80 370.56 608.80 382.56 608.80 382.56 618.80 370.56 618.80 ML +closepath C99 fill + newpath +370.56 608.80 370.56 598.80 382.56 598.80 382.56 608.80 370.56 608.80 ML +closepath C99 fill + newpath +370.56 598.80 370.56 588.80 382.56 588.80 382.56 598.80 370.56 598.80 ML +closepath C99 fill + newpath +370.56 588.80 370.56 578.80 382.56 578.80 382.56 588.80 370.56 588.80 ML +closepath C99 fill + newpath +370.56 578.80 370.56 568.80 382.56 568.80 382.56 578.80 370.56 578.80 ML +closepath C99 fill + newpath +370.56 568.80 370.56 558.80 382.56 558.80 382.56 568.80 370.56 568.80 ML +closepath C99 fill + newpath +370.56 558.80 370.56 548.80 382.56 548.80 382.56 558.80 370.56 558.80 ML +closepath C99 fill + newpath +370.56 548.80 370.56 538.80 382.56 538.80 382.56 548.80 370.56 548.80 ML +closepath C99 fill + newpath +370.56 538.80 370.56 528.80 382.56 528.80 382.56 538.80 370.56 538.80 ML +closepath C99 fill + newpath +370.56 528.80 370.56 518.80 382.56 518.80 382.56 528.80 370.56 528.80 ML +closepath C99 fill + newpath +370.56 518.80 370.56 508.80 382.56 508.80 382.56 518.80 370.56 518.80 ML +closepath C99 fill + newpath +370.56 508.80 370.56 498.80 382.56 498.80 382.56 508.80 370.56 508.80 ML +closepath C99 fill + newpath +370.56 498.80 370.56 488.80 382.56 488.80 382.56 498.80 370.56 498.80 ML +closepath C99 fill + newpath +370.56 488.80 370.56 478.80 382.56 478.80 382.56 488.80 370.56 488.80 ML +closepath C99 fill + newpath +370.56 478.80 370.56 468.80 382.56 468.80 382.56 478.80 370.56 478.80 ML +closepath C99 fill + newpath +370.56 468.80 370.56 458.80 382.56 458.80 382.56 468.80 370.56 468.80 ML +closepath C99 fill + newpath +370.56 458.80 370.56 448.80 382.56 448.80 382.56 458.80 370.56 458.80 ML +closepath C99 fill + newpath +370.56 448.80 370.56 438.80 382.56 438.80 382.56 448.80 370.56 448.80 ML +closepath C99 fill + newpath +370.56 438.80 370.56 428.80 382.56 428.80 382.56 438.80 370.56 438.80 ML +closepath C99 fill + newpath +370.56 428.80 370.56 418.80 382.56 418.80 382.56 428.80 370.56 428.80 ML +closepath C99 fill + newpath +370.56 418.80 370.56 408.80 382.56 408.80 382.56 418.80 370.56 418.80 ML +closepath C99 fill + newpath +370.56 408.80 370.56 398.80 382.56 398.80 382.56 408.80 370.56 408.80 ML +closepath C99 fill + newpath +370.56 398.80 370.56 388.80 382.56 388.80 382.56 398.80 370.56 398.80 ML +closepath C99 fill + newpath +370.56 388.80 370.56 378.80 382.56 378.80 382.56 388.80 370.56 388.80 ML +closepath C99 fill + newpath +370.56 378.80 370.56 368.80 382.56 368.80 382.56 378.80 370.56 378.80 ML +closepath C99 fill + newpath +370.56 368.80 370.56 358.80 382.56 358.80 382.56 368.80 370.56 368.80 ML +closepath C99 fill + newpath +370.56 358.80 370.56 348.80 382.56 348.80 382.56 358.80 370.56 358.80 ML +closepath C99 fill + newpath +370.56 348.80 370.56 338.80 382.56 338.80 382.56 348.80 370.56 348.80 ML +closepath C99 fill + newpath +370.56 338.80 370.56 328.80 382.56 328.80 382.56 338.80 370.56 338.80 ML +closepath C99 fill + newpath +370.56 328.80 370.56 318.80 382.56 318.80 382.56 328.80 370.56 328.80 ML +closepath C99 fill + newpath +370.56 318.80 370.56 308.80 382.56 308.80 382.56 318.80 370.56 318.80 ML +closepath C99 fill + newpath +370.56 308.80 370.56 298.80 382.56 298.80 382.56 308.80 370.56 308.80 ML +closepath C99 fill + newpath +370.56 298.80 370.56 288.80 382.56 288.80 382.56 298.80 370.56 298.80 ML +closepath C99 fill + newpath +370.56 288.80 370.56 278.80 382.56 278.80 382.56 288.80 370.56 288.80 ML +closepath C99 fill + newpath +370.56 278.80 370.56 268.80 382.56 268.80 382.56 278.80 370.56 278.80 ML +closepath C3 fill + newpath +370.56 268.80 370.56 258.80 382.56 258.80 382.56 268.80 370.56 268.80 ML +closepath C3 fill + newpath +370.56 258.80 370.56 248.80 382.56 248.80 382.56 258.80 370.56 258.80 ML +closepath C3 fill + newpath +370.56 248.80 370.56 238.80 382.56 238.80 382.56 248.80 370.56 248.80 ML +closepath C3 fill + newpath +370.56 238.80 370.56 228.80 382.56 228.80 382.56 238.80 370.56 238.80 ML +closepath C3 fill + newpath +370.56 228.80 370.56 218.80 382.56 218.80 382.56 228.80 370.56 228.80 ML +closepath C3 fill + newpath +370.56 218.80 370.56 208.80 382.56 208.80 382.56 218.80 370.56 218.80 ML +closepath C99 fill + newpath +370.56 208.80 370.56 198.80 382.56 198.80 382.56 208.80 370.56 208.80 ML +closepath C99 fill + newpath +370.56 198.80 370.56 188.80 382.56 188.80 382.56 198.80 370.56 198.80 ML +closepath C99 fill + newpath +370.56 188.80 370.56 178.80 382.56 178.80 382.56 188.80 370.56 188.80 ML +closepath C99 fill + newpath +370.56 178.80 370.56 168.80 382.56 168.80 382.56 178.80 370.56 178.80 ML +closepath C99 fill + newpath +370.56 168.80 370.56 158.80 382.56 158.80 382.56 168.80 370.56 168.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +370.56 158.80 370.56 148.80 382.56 148.80 382.56 158.80 370.56 158.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +370.56 148.80 370.56 138.80 382.56 138.80 382.56 148.80 370.56 148.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +370.56 138.80 370.56 128.80 382.56 128.80 382.56 138.80 370.56 138.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +370.56 128.80 370.56 118.80 382.56 118.80 382.56 128.80 370.56 128.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +370.56 118.80 370.56 108.80 382.56 108.80 382.56 118.80 370.56 118.80 ML +closepath C99 fill + newpath +370.56 108.80 370.56 98.80 382.56 98.80 382.56 108.80 370.56 108.80 ML +closepath C99 fill + newpath +370.56 98.80 370.56 88.80 382.56 88.80 382.56 98.80 370.56 98.80 ML +closepath C99 fill + newpath +370.56 88.80 370.56 78.80 382.56 78.80 382.56 88.80 370.56 88.80 ML +closepath C99 fill + newpath +370.56 78.80 370.56 68.80 382.56 68.80 382.56 78.80 370.56 78.80 ML +closepath C99 fill + newpath +370.56 68.80 370.56 58.80 382.56 58.80 382.56 68.80 370.56 68.80 ML +closepath C99 fill + newpath +370.56 58.80 370.56 48.80 382.56 48.80 382.56 58.80 370.56 58.80 ML +closepath C99 fill + newpath +370.56 48.80 370.56 38.80 382.56 38.80 382.56 48.80 370.56 48.80 ML +closepath C99 fill + newpath +370.56 38.80 370.56 28.80 382.56 28.80 382.56 38.80 370.56 38.80 ML +closepath C99 fill + newpath +370.56 28.80 370.56 18.80 382.56 18.80 382.56 28.80 370.56 28.80 ML +closepath C6 fill + newpath +370.56 18.80 370.56 8.80 382.56 8.80 382.56 18.80 370.56 18.80 ML +closepath C99 fill + newpath +370.56 8.80 370.56 -1.20 382.56 -1.20 382.56 8.80 370.56 8.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +358.56 748.80 358.56 738.80 370.56 738.80 370.56 748.80 358.56 748.80 ML +closepath C99 fill + newpath +358.56 738.80 358.56 728.80 370.56 728.80 370.56 738.80 358.56 738.80 ML +closepath C99 fill + newpath +358.56 728.80 358.56 718.80 370.56 718.80 370.56 728.80 358.56 728.80 ML +closepath C99 fill + newpath +358.56 718.80 358.56 708.80 370.56 708.80 370.56 718.80 358.56 718.80 ML +closepath C99 fill + newpath +358.56 708.80 358.56 698.80 370.56 698.80 370.56 708.80 358.56 708.80 ML +closepath C99 fill + newpath +358.56 698.80 358.56 688.80 370.56 688.80 370.56 698.80 358.56 698.80 ML +closepath C99 fill + newpath +358.56 688.80 358.56 678.80 370.56 678.80 370.56 688.80 358.56 688.80 ML +closepath C99 fill + newpath +358.56 678.80 358.56 668.80 370.56 668.80 370.56 678.80 358.56 678.80 ML +closepath C99 fill + newpath +358.56 668.80 358.56 658.80 370.56 658.80 370.56 668.80 358.56 668.80 ML +closepath C99 fill + newpath +358.56 658.80 358.56 648.80 370.56 648.80 370.56 658.80 358.56 658.80 ML +closepath C99 fill + newpath +358.56 648.80 358.56 638.80 370.56 638.80 370.56 648.80 358.56 648.80 ML +closepath C99 fill + newpath +358.56 638.80 358.56 628.80 370.56 628.80 370.56 638.80 358.56 638.80 ML +closepath C99 fill + newpath +358.56 628.80 358.56 618.80 370.56 618.80 370.56 628.80 358.56 628.80 ML +closepath C99 fill + newpath +358.56 618.80 358.56 608.80 370.56 608.80 370.56 618.80 358.56 618.80 ML +closepath C99 fill + newpath +358.56 608.80 358.56 598.80 370.56 598.80 370.56 608.80 358.56 608.80 ML +closepath C99 fill + newpath +358.56 598.80 358.56 588.80 370.56 588.80 370.56 598.80 358.56 598.80 ML +closepath C99 fill + newpath +358.56 588.80 358.56 578.80 370.56 578.80 370.56 588.80 358.56 588.80 ML +closepath C0 fill + newpath +358.56 578.80 358.56 568.80 370.56 568.80 370.56 578.80 358.56 578.80 ML +closepath C99 fill + newpath +358.56 568.80 358.56 558.80 370.56 558.80 370.56 568.80 358.56 568.80 ML +closepath C99 fill + newpath +358.56 558.80 358.56 548.80 370.56 548.80 370.56 558.80 358.56 558.80 ML +closepath C99 fill + newpath +358.56 548.80 358.56 538.80 370.56 538.80 370.56 548.80 358.56 548.80 ML +closepath C99 fill + newpath +358.56 538.80 358.56 528.80 370.56 528.80 370.56 538.80 358.56 538.80 ML +closepath C99 fill + newpath +358.56 528.80 358.56 518.80 370.56 518.80 370.56 528.80 358.56 528.80 ML +closepath C99 fill + newpath +358.56 518.80 358.56 508.80 370.56 508.80 370.56 518.80 358.56 518.80 ML +closepath C99 fill + newpath +358.56 508.80 358.56 498.80 370.56 498.80 370.56 508.80 358.56 508.80 ML +closepath C99 fill + newpath +358.56 498.80 358.56 488.80 370.56 488.80 370.56 498.80 358.56 498.80 ML +closepath C99 fill + newpath +358.56 488.80 358.56 478.80 370.56 478.80 370.56 488.80 358.56 488.80 ML +closepath C99 fill + newpath +358.56 478.80 358.56 468.80 370.56 468.80 370.56 478.80 358.56 478.80 ML +closepath C99 fill + newpath +358.56 468.80 358.56 458.80 370.56 458.80 370.56 468.80 358.56 468.80 ML +closepath C99 fill + newpath +358.56 458.80 358.56 448.80 370.56 448.80 370.56 458.80 358.56 458.80 ML +closepath C99 fill + newpath +358.56 448.80 358.56 438.80 370.56 438.80 370.56 448.80 358.56 448.80 ML +closepath C99 fill + newpath +358.56 438.80 358.56 428.80 370.56 428.80 370.56 438.80 358.56 438.80 ML +closepath C99 fill + newpath +358.56 428.80 358.56 418.80 370.56 418.80 370.56 428.80 358.56 428.80 ML +closepath C99 fill + newpath +358.56 418.80 358.56 408.80 370.56 408.80 370.56 418.80 358.56 418.80 ML +closepath C99 fill + newpath +358.56 408.80 358.56 398.80 370.56 398.80 370.56 408.80 358.56 408.80 ML +closepath C99 fill + newpath +358.56 398.80 358.56 388.80 370.56 388.80 370.56 398.80 358.56 398.80 ML +closepath C99 fill + newpath +358.56 388.80 358.56 378.80 370.56 378.80 370.56 388.80 358.56 388.80 ML +closepath C99 fill + newpath +358.56 378.80 358.56 368.80 370.56 368.80 370.56 378.80 358.56 378.80 ML +closepath C99 fill + newpath +358.56 368.80 358.56 358.80 370.56 358.80 370.56 368.80 358.56 368.80 ML +closepath C99 fill + newpath +358.56 358.80 358.56 348.80 370.56 348.80 370.56 358.80 358.56 358.80 ML +closepath C99 fill + newpath +358.56 348.80 358.56 338.80 370.56 338.80 370.56 348.80 358.56 348.80 ML +closepath C99 fill + newpath +358.56 338.80 358.56 328.80 370.56 328.80 370.56 338.80 358.56 338.80 ML +closepath C99 fill + newpath +358.56 328.80 358.56 318.80 370.56 318.80 370.56 328.80 358.56 328.80 ML +closepath C99 fill + newpath +358.56 318.80 358.56 308.80 370.56 308.80 370.56 318.80 358.56 318.80 ML +closepath C99 fill + newpath +358.56 308.80 358.56 298.80 370.56 298.80 370.56 308.80 358.56 308.80 ML +closepath C99 fill + newpath +358.56 298.80 358.56 288.80 370.56 288.80 370.56 298.80 358.56 298.80 ML +closepath C99 fill + newpath +358.56 288.80 358.56 278.80 370.56 278.80 370.56 288.80 358.56 288.80 ML +closepath C99 fill + newpath +358.56 278.80 358.56 268.80 370.56 268.80 370.56 278.80 358.56 278.80 ML +closepath C3 fill + newpath +358.56 268.80 358.56 258.80 370.56 258.80 370.56 268.80 358.56 268.80 ML +closepath C3 fill + newpath +358.56 258.80 358.56 248.80 370.56 248.80 370.56 258.80 358.56 258.80 ML +closepath C3 fill + newpath +358.56 248.80 358.56 238.80 370.56 238.80 370.56 248.80 358.56 248.80 ML +closepath C3 fill + newpath +358.56 238.80 358.56 228.80 370.56 228.80 370.56 238.80 358.56 238.80 ML +closepath C3 fill + newpath +358.56 228.80 358.56 218.80 370.56 218.80 370.56 228.80 358.56 228.80 ML +closepath C3 fill + newpath +358.56 218.80 358.56 208.80 370.56 208.80 370.56 218.80 358.56 218.80 ML +closepath C99 fill + newpath +358.56 208.80 358.56 198.80 370.56 198.80 370.56 208.80 358.56 208.80 ML +closepath C99 fill + newpath +358.56 198.80 358.56 188.80 370.56 188.80 370.56 198.80 358.56 198.80 ML +closepath C99 fill + newpath +358.56 188.80 358.56 178.80 370.56 178.80 370.56 188.80 358.56 188.80 ML +closepath C99 fill + newpath +358.56 178.80 358.56 168.80 370.56 168.80 370.56 178.80 358.56 178.80 ML +closepath C99 fill + newpath +358.56 168.80 358.56 158.80 370.56 158.80 370.56 168.80 358.56 168.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +358.56 158.80 358.56 148.80 370.56 148.80 370.56 158.80 358.56 158.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +358.56 148.80 358.56 138.80 370.56 138.80 370.56 148.80 358.56 148.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +358.56 138.80 358.56 128.80 370.56 128.80 370.56 138.80 358.56 138.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +358.56 128.80 358.56 118.80 370.56 118.80 370.56 128.80 358.56 128.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +358.56 118.80 358.56 108.80 370.56 108.80 370.56 118.80 358.56 118.80 ML +closepath C99 fill + newpath +358.56 108.80 358.56 98.80 370.56 98.80 370.56 108.80 358.56 108.80 ML +closepath C99 fill + newpath +358.56 98.80 358.56 88.80 370.56 88.80 370.56 98.80 358.56 98.80 ML +closepath C99 fill + newpath +358.56 88.80 358.56 78.80 370.56 78.80 370.56 88.80 358.56 88.80 ML +closepath C99 fill + newpath +358.56 78.80 358.56 68.80 370.56 68.80 370.56 78.80 358.56 78.80 ML +closepath C99 fill + newpath +358.56 68.80 358.56 58.80 370.56 58.80 370.56 68.80 358.56 68.80 ML +closepath C99 fill + newpath +358.56 58.80 358.56 48.80 370.56 48.80 370.56 58.80 358.56 58.80 ML +closepath C99 fill + newpath +358.56 48.80 358.56 38.80 370.56 38.80 370.56 48.80 358.56 48.80 ML +closepath C99 fill + newpath +358.56 38.80 358.56 28.80 370.56 28.80 370.56 38.80 358.56 38.80 ML +closepath C99 fill + newpath +358.56 28.80 358.56 18.80 370.56 18.80 370.56 28.80 358.56 28.80 ML +closepath C99 fill + newpath +358.56 18.80 358.56 8.80 370.56 8.80 370.56 18.80 358.56 18.80 ML +closepath C99 fill + newpath +358.56 8.80 358.56 -1.20 370.56 -1.20 370.56 8.80 358.56 8.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +346.56 748.80 346.56 738.80 358.56 738.80 358.56 748.80 346.56 748.80 ML +closepath C99 fill + newpath +346.56 738.80 346.56 728.80 358.56 728.80 358.56 738.80 346.56 738.80 ML +closepath C99 fill + newpath +346.56 728.80 346.56 718.80 358.56 718.80 358.56 728.80 346.56 728.80 ML +closepath C99 fill + newpath +346.56 718.80 346.56 708.80 358.56 708.80 358.56 718.80 346.56 718.80 ML +closepath C99 fill + newpath +346.56 708.80 346.56 698.80 358.56 698.80 358.56 708.80 346.56 708.80 ML +closepath C99 fill + newpath +346.56 698.80 346.56 688.80 358.56 688.80 358.56 698.80 346.56 698.80 ML +closepath C99 fill + newpath +346.56 688.80 346.56 678.80 358.56 678.80 358.56 688.80 346.56 688.80 ML +closepath C99 fill + newpath +346.56 678.80 346.56 668.80 358.56 668.80 358.56 678.80 346.56 678.80 ML +closepath C99 fill + newpath +346.56 668.80 346.56 658.80 358.56 658.80 358.56 668.80 346.56 668.80 ML +closepath C99 fill + newpath +346.56 658.80 346.56 648.80 358.56 648.80 358.56 658.80 346.56 658.80 ML +closepath C99 fill + newpath +346.56 648.80 346.56 638.80 358.56 638.80 358.56 648.80 346.56 648.80 ML +closepath C99 fill + newpath +346.56 638.80 346.56 628.80 358.56 628.80 358.56 638.80 346.56 638.80 ML +closepath C99 fill + newpath +346.56 628.80 346.56 618.80 358.56 618.80 358.56 628.80 346.56 628.80 ML +closepath C99 fill + newpath +346.56 618.80 346.56 608.80 358.56 608.80 358.56 618.80 346.56 618.80 ML +closepath C99 fill + newpath +346.56 608.80 346.56 598.80 358.56 598.80 358.56 608.80 346.56 608.80 ML +closepath C99 fill + newpath +346.56 598.80 346.56 588.80 358.56 588.80 358.56 598.80 346.56 598.80 ML +closepath C99 fill + newpath +346.56 588.80 346.56 578.80 358.56 578.80 358.56 588.80 346.56 588.80 ML +closepath C99 fill + newpath +346.56 578.80 346.56 568.80 358.56 568.80 358.56 578.80 346.56 578.80 ML +closepath C99 fill + newpath +346.56 568.80 346.56 558.80 358.56 558.80 358.56 568.80 346.56 568.80 ML +closepath C99 fill + newpath +346.56 558.80 346.56 548.80 358.56 548.80 358.56 558.80 346.56 558.80 ML +closepath C99 fill + newpath +346.56 548.80 346.56 538.80 358.56 538.80 358.56 548.80 346.56 548.80 ML +closepath C0 fill + newpath +346.56 538.80 346.56 528.80 358.56 528.80 358.56 538.80 346.56 538.80 ML +closepath C0 fill + newpath +346.56 528.80 346.56 518.80 358.56 518.80 358.56 528.80 346.56 528.80 ML +closepath C0 fill + newpath +346.56 518.80 346.56 508.80 358.56 508.80 358.56 518.80 346.56 518.80 ML +closepath C99 fill + newpath +346.56 508.80 346.56 498.80 358.56 498.80 358.56 508.80 346.56 508.80 ML +closepath C99 fill + newpath +346.56 498.80 346.56 488.80 358.56 488.80 358.56 498.80 346.56 498.80 ML +closepath C99 fill + newpath +346.56 488.80 346.56 478.80 358.56 478.80 358.56 488.80 346.56 488.80 ML +closepath C99 fill + newpath +346.56 478.80 346.56 468.80 358.56 468.80 358.56 478.80 346.56 478.80 ML +closepath C99 fill + newpath +346.56 468.80 346.56 458.80 358.56 458.80 358.56 468.80 346.56 468.80 ML +closepath C99 fill + newpath +346.56 458.80 346.56 448.80 358.56 448.80 358.56 458.80 346.56 458.80 ML +closepath C99 fill + newpath +346.56 448.80 346.56 438.80 358.56 438.80 358.56 448.80 346.56 448.80 ML +closepath C99 fill + newpath +346.56 438.80 346.56 428.80 358.56 428.80 358.56 438.80 346.56 438.80 ML +closepath C99 fill + newpath +346.56 428.80 346.56 418.80 358.56 418.80 358.56 428.80 346.56 428.80 ML +closepath C99 fill + newpath +346.56 418.80 346.56 408.80 358.56 408.80 358.56 418.80 346.56 418.80 ML +closepath C99 fill + newpath +346.56 408.80 346.56 398.80 358.56 398.80 358.56 408.80 346.56 408.80 ML +closepath C99 fill + newpath +346.56 398.80 346.56 388.80 358.56 388.80 358.56 398.80 346.56 398.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +346.56 388.80 346.56 378.80 358.56 378.80 358.56 388.80 346.56 388.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +346.56 378.80 346.56 368.80 358.56 368.80 358.56 378.80 346.56 378.80 ML +closepath C99 fill + newpath +346.56 368.80 346.56 358.80 358.56 358.80 358.56 368.80 346.56 368.80 ML +closepath C99 fill + newpath +346.56 358.80 346.56 348.80 358.56 348.80 358.56 358.80 346.56 358.80 ML +closepath C99 fill + newpath +346.56 348.80 346.56 338.80 358.56 338.80 358.56 348.80 346.56 348.80 ML +closepath C99 fill + newpath +346.56 338.80 346.56 328.80 358.56 328.80 358.56 338.80 346.56 338.80 ML +closepath C99 fill + newpath +346.56 328.80 346.56 318.80 358.56 318.80 358.56 328.80 346.56 328.80 ML +closepath C99 fill + newpath +346.56 318.80 346.56 308.80 358.56 308.80 358.56 318.80 346.56 318.80 ML +closepath C99 fill + newpath +346.56 308.80 346.56 298.80 358.56 298.80 358.56 308.80 346.56 308.80 ML +closepath C99 fill + newpath +346.56 298.80 346.56 288.80 358.56 288.80 358.56 298.80 346.56 298.80 ML +closepath C99 fill + newpath +346.56 288.80 346.56 278.80 358.56 278.80 358.56 288.80 346.56 288.80 ML +closepath C3 fill + newpath +346.56 278.80 346.56 268.80 358.56 268.80 358.56 278.80 346.56 278.80 ML +closepath C3 fill + newpath +346.56 268.80 346.56 258.80 358.56 258.80 358.56 268.80 346.56 268.80 ML +closepath C3 fill + newpath +346.56 258.80 346.56 248.80 358.56 248.80 358.56 258.80 346.56 258.80 ML +closepath C3 fill + newpath +346.56 248.80 346.56 238.80 358.56 238.80 358.56 248.80 346.56 248.80 ML +closepath C3 fill + newpath +346.56 238.80 346.56 228.80 358.56 228.80 358.56 238.80 346.56 238.80 ML +closepath C3 fill + newpath +346.56 228.80 346.56 218.80 358.56 218.80 358.56 228.80 346.56 228.80 ML +closepath C3 fill + newpath +346.56 218.80 346.56 208.80 358.56 208.80 358.56 218.80 346.56 218.80 ML +closepath C99 fill + newpath +346.56 208.80 346.56 198.80 358.56 198.80 358.56 208.80 346.56 208.80 ML +closepath C99 fill + newpath +346.56 198.80 346.56 188.80 358.56 188.80 358.56 198.80 346.56 198.80 ML +closepath C99 fill + newpath +346.56 188.80 346.56 178.80 358.56 178.80 358.56 188.80 346.56 188.80 ML +closepath C99 fill + newpath +346.56 178.80 346.56 168.80 358.56 168.80 358.56 178.80 346.56 178.80 ML +closepath C99 fill + newpath +346.56 168.80 346.56 158.80 358.56 158.80 358.56 168.80 346.56 168.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +346.56 158.80 346.56 148.80 358.56 148.80 358.56 158.80 346.56 158.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +346.56 148.80 346.56 138.80 358.56 138.80 358.56 148.80 346.56 148.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +346.56 138.80 346.56 128.80 358.56 128.80 358.56 138.80 346.56 138.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +346.56 128.80 346.56 118.80 358.56 118.80 358.56 128.80 346.56 128.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +346.56 118.80 346.56 108.80 358.56 108.80 358.56 118.80 346.56 118.80 ML +closepath C99 fill + newpath +346.56 108.80 346.56 98.80 358.56 98.80 358.56 108.80 346.56 108.80 ML +closepath C99 fill + newpath +346.56 98.80 346.56 88.80 358.56 88.80 358.56 98.80 346.56 98.80 ML +closepath C99 fill + newpath +346.56 88.80 346.56 78.80 358.56 78.80 358.56 88.80 346.56 88.80 ML +closepath C99 fill + newpath +346.56 78.80 346.56 68.80 358.56 68.80 358.56 78.80 346.56 78.80 ML +closepath C99 fill + newpath +346.56 68.80 346.56 58.80 358.56 58.80 358.56 68.80 346.56 68.80 ML +closepath C99 fill + newpath +346.56 58.80 346.56 48.80 358.56 48.80 358.56 58.80 346.56 58.80 ML +closepath C99 fill + newpath +346.56 48.80 346.56 38.80 358.56 38.80 358.56 48.80 346.56 48.80 ML +closepath C99 fill + newpath +346.56 38.80 346.56 28.80 358.56 28.80 358.56 38.80 346.56 38.80 ML +closepath C99 fill + newpath +346.56 28.80 346.56 18.80 358.56 18.80 358.56 28.80 346.56 28.80 ML +closepath C99 fill + newpath +346.56 18.80 346.56 8.80 358.56 8.80 358.56 18.80 346.56 18.80 ML +closepath C99 fill + newpath +346.56 8.80 346.56 -1.20 358.56 -1.20 358.56 8.80 346.56 8.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +334.56 748.80 334.56 738.80 346.56 738.80 346.56 748.80 334.56 748.80 ML +closepath C99 fill + newpath +334.56 738.80 334.56 728.80 346.56 728.80 346.56 738.80 334.56 738.80 ML +closepath C99 fill + newpath +334.56 728.80 334.56 718.80 346.56 718.80 346.56 728.80 334.56 728.80 ML +closepath C99 fill + newpath +334.56 718.80 334.56 708.80 346.56 708.80 346.56 718.80 334.56 718.80 ML +closepath C99 fill + newpath +334.56 708.80 334.56 698.80 346.56 698.80 346.56 708.80 334.56 708.80 ML +closepath C99 fill + newpath +334.56 698.80 334.56 688.80 346.56 688.80 346.56 698.80 334.56 698.80 ML +closepath C99 fill + newpath +334.56 688.80 334.56 678.80 346.56 678.80 346.56 688.80 334.56 688.80 ML +closepath C99 fill + newpath +334.56 678.80 334.56 668.80 346.56 668.80 346.56 678.80 334.56 678.80 ML +closepath C99 fill + newpath +334.56 668.80 334.56 658.80 346.56 658.80 346.56 668.80 334.56 668.80 ML +closepath C99 fill + newpath +334.56 658.80 334.56 648.80 346.56 648.80 346.56 658.80 334.56 658.80 ML +closepath C99 fill + newpath +334.56 648.80 334.56 638.80 346.56 638.80 346.56 648.80 334.56 648.80 ML +closepath C99 fill + newpath +334.56 638.80 334.56 628.80 346.56 628.80 346.56 638.80 334.56 638.80 ML +closepath C99 fill + newpath +334.56 628.80 334.56 618.80 346.56 618.80 346.56 628.80 334.56 628.80 ML +closepath C99 fill + newpath +334.56 618.80 334.56 608.80 346.56 608.80 346.56 618.80 334.56 618.80 ML +closepath C99 fill + newpath +334.56 608.80 334.56 598.80 346.56 598.80 346.56 608.80 334.56 608.80 ML +closepath C99 fill + newpath +334.56 598.80 334.56 588.80 346.56 588.80 346.56 598.80 334.56 598.80 ML +closepath C99 fill + newpath +334.56 588.80 334.56 578.80 346.56 578.80 346.56 588.80 334.56 588.80 ML +closepath C99 fill + newpath +334.56 578.80 334.56 568.80 346.56 568.80 346.56 578.80 334.56 578.80 ML +closepath C99 fill + newpath +334.56 568.80 334.56 558.80 346.56 558.80 346.56 568.80 334.56 568.80 ML +closepath C0 fill + newpath +334.56 558.80 334.56 548.80 346.56 548.80 346.56 558.80 334.56 558.80 ML +closepath C0 fill + newpath +334.56 548.80 334.56 538.80 346.56 538.80 346.56 548.80 334.56 548.80 ML +closepath C99 fill + newpath +334.56 538.80 334.56 528.80 346.56 528.80 346.56 538.80 334.56 538.80 ML +closepath C99 fill + newpath +334.56 528.80 334.56 518.80 346.56 518.80 346.56 528.80 334.56 528.80 ML +closepath C99 fill + newpath +334.56 518.80 334.56 508.80 346.56 508.80 346.56 518.80 334.56 518.80 ML +closepath C0 fill + newpath +334.56 508.80 334.56 498.80 346.56 498.80 346.56 508.80 334.56 508.80 ML +closepath C99 fill + newpath +334.56 498.80 334.56 488.80 346.56 488.80 346.56 498.80 334.56 498.80 ML +closepath C0 fill + newpath +334.56 488.80 334.56 478.80 346.56 478.80 346.56 488.80 334.56 488.80 ML +closepath C99 fill + newpath +334.56 478.80 334.56 468.80 346.56 468.80 346.56 478.80 334.56 478.80 ML +closepath C99 fill + newpath +334.56 468.80 334.56 458.80 346.56 458.80 346.56 468.80 334.56 468.80 ML +closepath C99 fill + newpath +334.56 458.80 334.56 448.80 346.56 448.80 346.56 458.80 334.56 458.80 ML +closepath C99 fill + newpath +334.56 448.80 334.56 438.80 346.56 438.80 346.56 448.80 334.56 448.80 ML +closepath C99 fill + newpath +334.56 438.80 334.56 428.80 346.56 428.80 346.56 438.80 334.56 438.80 ML +closepath C99 fill + newpath +334.56 428.80 334.56 418.80 346.56 418.80 346.56 428.80 334.56 428.80 ML +closepath C99 fill + newpath +334.56 418.80 334.56 408.80 346.56 408.80 346.56 418.80 334.56 418.80 ML +closepath C99 fill + newpath +334.56 408.80 334.56 398.80 346.56 398.80 346.56 408.80 334.56 408.80 ML +closepath C99 fill + newpath +334.56 398.80 334.56 388.80 346.56 388.80 346.56 398.80 334.56 398.80 ML +closepath C99 fill + newpath +334.56 388.80 334.56 378.80 346.56 378.80 346.56 388.80 334.56 388.80 ML +closepath C99 fill + newpath +334.56 378.80 334.56 368.80 346.56 368.80 346.56 378.80 334.56 378.80 ML +closepath C0 fill + newpath +334.56 368.80 334.56 358.80 346.56 358.80 346.56 368.80 334.56 368.80 ML +closepath C99 fill + newpath +334.56 358.80 334.56 348.80 346.56 348.80 346.56 358.80 334.56 358.80 ML +closepath C99 fill + newpath +334.56 348.80 334.56 338.80 346.56 338.80 346.56 348.80 334.56 348.80 ML +closepath C99 fill + newpath +334.56 338.80 334.56 328.80 346.56 328.80 346.56 338.80 334.56 338.80 ML +closepath C99 fill + newpath +334.56 328.80 334.56 318.80 346.56 318.80 346.56 328.80 334.56 328.80 ML +closepath C99 fill + newpath +334.56 318.80 334.56 308.80 346.56 308.80 346.56 318.80 334.56 318.80 ML +closepath C99 fill + newpath +334.56 308.80 334.56 298.80 346.56 298.80 346.56 308.80 334.56 308.80 ML +closepath C99 fill + newpath +334.56 298.80 334.56 288.80 346.56 288.80 346.56 298.80 334.56 298.80 ML +closepath C99 fill + newpath +334.56 288.80 334.56 278.80 346.56 278.80 346.56 288.80 334.56 288.80 ML +closepath C3 fill + newpath +334.56 278.80 334.56 268.80 346.56 268.80 346.56 278.80 334.56 278.80 ML +closepath C3 fill + newpath +334.56 268.80 334.56 258.80 346.56 258.80 346.56 268.80 334.56 268.80 ML +closepath C3 fill + newpath +334.56 258.80 334.56 248.80 346.56 248.80 346.56 258.80 334.56 258.80 ML +closepath C3 fill + newpath +334.56 248.80 334.56 238.80 346.56 238.80 346.56 248.80 334.56 248.80 ML +closepath C3 fill + newpath +334.56 238.80 334.56 228.80 346.56 228.80 346.56 238.80 334.56 238.80 ML +closepath C3 fill + newpath +334.56 228.80 334.56 218.80 346.56 218.80 346.56 228.80 334.56 228.80 ML +closepath C3 fill + newpath +334.56 218.80 334.56 208.80 346.56 208.80 346.56 218.80 334.56 218.80 ML +closepath C99 fill + newpath +334.56 208.80 334.56 198.80 346.56 198.80 346.56 208.80 334.56 208.80 ML +closepath C99 fill + newpath +334.56 198.80 334.56 188.80 346.56 188.80 346.56 198.80 334.56 198.80 ML +closepath C99 fill + newpath +334.56 188.80 334.56 178.80 346.56 178.80 346.56 188.80 334.56 188.80 ML +closepath C99 fill + newpath +334.56 178.80 334.56 168.80 346.56 168.80 346.56 178.80 334.56 178.80 ML +closepath C99 fill + newpath +334.56 168.80 334.56 158.80 346.56 158.80 346.56 168.80 334.56 168.80 ML +closepath C99 fill + newpath +334.56 158.80 334.56 148.80 346.56 148.80 346.56 158.80 334.56 158.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +334.56 148.80 334.56 138.80 346.56 138.80 346.56 148.80 334.56 148.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +334.56 138.80 334.56 128.80 346.56 128.80 346.56 138.80 334.56 138.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +334.56 128.80 334.56 118.80 346.56 118.80 346.56 128.80 334.56 128.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +334.56 118.80 334.56 108.80 346.56 108.80 346.56 118.80 334.56 118.80 ML +closepath C99 fill + newpath +334.56 108.80 334.56 98.80 346.56 98.80 346.56 108.80 334.56 108.80 ML +closepath C99 fill + newpath +334.56 98.80 334.56 88.80 346.56 88.80 346.56 98.80 334.56 98.80 ML +closepath C99 fill + newpath +334.56 88.80 334.56 78.80 346.56 78.80 346.56 88.80 334.56 88.80 ML +closepath C99 fill + newpath +334.56 78.80 334.56 68.80 346.56 68.80 346.56 78.80 334.56 78.80 ML +closepath C99 fill + newpath +334.56 68.80 334.56 58.80 346.56 58.80 346.56 68.80 334.56 68.80 ML +closepath C99 fill + newpath +334.56 58.80 334.56 48.80 346.56 48.80 346.56 58.80 334.56 58.80 ML +closepath C99 fill + newpath +334.56 48.80 334.56 38.80 346.56 38.80 346.56 48.80 334.56 48.80 ML +closepath C99 fill + newpath +334.56 38.80 334.56 28.80 346.56 28.80 346.56 38.80 334.56 38.80 ML +closepath C99 fill + newpath +334.56 28.80 334.56 18.80 346.56 18.80 346.56 28.80 334.56 28.80 ML +closepath C6 fill + newpath +334.56 18.80 334.56 8.80 346.56 8.80 346.56 18.80 334.56 18.80 ML +closepath C99 fill + newpath +334.56 8.80 334.56 -1.20 346.56 -1.20 346.56 8.80 334.56 8.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +322.56 748.80 322.56 738.80 334.56 738.80 334.56 748.80 322.56 748.80 ML +closepath C99 fill + newpath +322.56 738.80 322.56 728.80 334.56 728.80 334.56 738.80 322.56 738.80 ML +closepath C99 fill + newpath +322.56 728.80 322.56 718.80 334.56 718.80 334.56 728.80 322.56 728.80 ML +closepath C99 fill + newpath +322.56 718.80 322.56 708.80 334.56 708.80 334.56 718.80 322.56 718.80 ML +closepath C99 fill + newpath +322.56 708.80 322.56 698.80 334.56 698.80 334.56 708.80 322.56 708.80 ML +closepath C99 fill + newpath +322.56 698.80 322.56 688.80 334.56 688.80 334.56 698.80 322.56 698.80 ML +closepath C99 fill + newpath +322.56 688.80 322.56 678.80 334.56 678.80 334.56 688.80 322.56 688.80 ML +closepath C99 fill + newpath +322.56 678.80 322.56 668.80 334.56 668.80 334.56 678.80 322.56 678.80 ML +closepath C99 fill + newpath +322.56 668.80 322.56 658.80 334.56 658.80 334.56 668.80 322.56 668.80 ML +closepath C99 fill + newpath +322.56 658.80 322.56 648.80 334.56 648.80 334.56 658.80 322.56 658.80 ML +closepath C99 fill + newpath +322.56 648.80 322.56 638.80 334.56 638.80 334.56 648.80 322.56 648.80 ML +closepath C99 fill + newpath +322.56 638.80 322.56 628.80 334.56 628.80 334.56 638.80 322.56 638.80 ML +closepath C99 fill + newpath +322.56 628.80 322.56 618.80 334.56 618.80 334.56 628.80 322.56 628.80 ML +closepath C99 fill + newpath +322.56 618.80 322.56 608.80 334.56 608.80 334.56 618.80 322.56 618.80 ML +closepath C99 fill + newpath +322.56 608.80 322.56 598.80 334.56 598.80 334.56 608.80 322.56 608.80 ML +closepath C99 fill + newpath +322.56 598.80 322.56 588.80 334.56 588.80 334.56 598.80 322.56 598.80 ML +closepath C99 fill + newpath +322.56 588.80 322.56 578.80 334.56 578.80 334.56 588.80 322.56 588.80 ML +closepath C99 fill + newpath +322.56 578.80 322.56 568.80 334.56 568.80 334.56 578.80 322.56 578.80 ML +closepath C99 fill + newpath +322.56 568.80 322.56 558.80 334.56 558.80 334.56 568.80 322.56 568.80 ML +closepath C99 fill + newpath +322.56 558.80 322.56 548.80 334.56 548.80 334.56 558.80 322.56 558.80 ML +closepath C99 fill + newpath +322.56 548.80 322.56 538.80 334.56 538.80 334.56 548.80 322.56 548.80 ML +closepath C99 fill + newpath +322.56 538.80 322.56 528.80 334.56 528.80 334.56 538.80 322.56 538.80 ML +closepath C99 fill + newpath +322.56 528.80 322.56 518.80 334.56 518.80 334.56 528.80 322.56 528.80 ML +closepath C99 fill + newpath +322.56 518.80 322.56 508.80 334.56 508.80 334.56 518.80 322.56 518.80 ML +closepath C99 fill + newpath +322.56 508.80 322.56 498.80 334.56 498.80 334.56 508.80 322.56 508.80 ML +closepath C99 fill + newpath +322.56 498.80 322.56 488.80 334.56 488.80 334.56 498.80 322.56 498.80 ML +closepath C99 fill + newpath +322.56 488.80 322.56 478.80 334.56 478.80 334.56 488.80 322.56 488.80 ML +closepath C99 fill + newpath +322.56 478.80 322.56 468.80 334.56 468.80 334.56 478.80 322.56 478.80 ML +closepath C99 fill + newpath +322.56 468.80 322.56 458.80 334.56 458.80 334.56 468.80 322.56 468.80 ML +closepath C99 fill + newpath +322.56 458.80 322.56 448.80 334.56 448.80 334.56 458.80 322.56 458.80 ML +closepath C99 fill + newpath +322.56 448.80 322.56 438.80 334.56 438.80 334.56 448.80 322.56 448.80 ML +closepath C99 fill + newpath +322.56 438.80 322.56 428.80 334.56 428.80 334.56 438.80 322.56 438.80 ML +closepath C99 fill + newpath +322.56 428.80 322.56 418.80 334.56 418.80 334.56 428.80 322.56 428.80 ML +closepath C99 fill + newpath +322.56 418.80 322.56 408.80 334.56 408.80 334.56 418.80 322.56 418.80 ML +closepath C99 fill + newpath +322.56 408.80 322.56 398.80 334.56 398.80 334.56 408.80 322.56 408.80 ML +closepath C99 fill + newpath +322.56 398.80 322.56 388.80 334.56 388.80 334.56 398.80 322.56 398.80 ML +closepath C99 fill + newpath +322.56 388.80 322.56 378.80 334.56 378.80 334.56 388.80 322.56 388.80 ML +closepath C99 fill + newpath +322.56 378.80 322.56 368.80 334.56 368.80 334.56 378.80 322.56 378.80 ML +closepath C99 fill + newpath +322.56 368.80 322.56 358.80 334.56 358.80 334.56 368.80 322.56 368.80 ML +closepath C99 fill + newpath +322.56 358.80 322.56 348.80 334.56 348.80 334.56 358.80 322.56 358.80 ML +closepath C99 fill + newpath +322.56 348.80 322.56 338.80 334.56 338.80 334.56 348.80 322.56 348.80 ML +closepath C99 fill + newpath +322.56 338.80 322.56 328.80 334.56 328.80 334.56 338.80 322.56 338.80 ML +closepath C99 fill + newpath +322.56 328.80 322.56 318.80 334.56 318.80 334.56 328.80 322.56 328.80 ML +closepath C99 fill + newpath +322.56 318.80 322.56 308.80 334.56 308.80 334.56 318.80 322.56 318.80 ML +closepath C99 fill + newpath +322.56 308.80 322.56 298.80 334.56 298.80 334.56 308.80 322.56 308.80 ML +closepath C99 fill + newpath +322.56 298.80 322.56 288.80 334.56 288.80 334.56 298.80 322.56 298.80 ML +closepath C3 fill + newpath +322.56 288.80 322.56 278.80 334.56 278.80 334.56 288.80 322.56 288.80 ML +closepath C3 fill + newpath +322.56 278.80 322.56 268.80 334.56 268.80 334.56 278.80 322.56 278.80 ML +closepath C3 fill + newpath +322.56 268.80 322.56 258.80 334.56 258.80 334.56 268.80 322.56 268.80 ML +closepath C3 fill + newpath +322.56 258.80 322.56 248.80 334.56 248.80 334.56 258.80 322.56 258.80 ML +closepath C3 fill + newpath +322.56 248.80 322.56 238.80 334.56 238.80 334.56 248.80 322.56 248.80 ML +closepath C3 fill + newpath +322.56 238.80 322.56 228.80 334.56 228.80 334.56 238.80 322.56 238.80 ML +closepath C3 fill + newpath +322.56 228.80 322.56 218.80 334.56 218.80 334.56 228.80 322.56 228.80 ML +closepath C3 fill + newpath +322.56 218.80 322.56 208.80 334.56 208.80 334.56 218.80 322.56 218.80 ML +closepath C99 fill + newpath +322.56 208.80 322.56 198.80 334.56 198.80 334.56 208.80 322.56 208.80 ML +closepath C99 fill + newpath +322.56 198.80 322.56 188.80 334.56 188.80 334.56 198.80 322.56 198.80 ML +closepath C99 fill + newpath +322.56 188.80 322.56 178.80 334.56 178.80 334.56 188.80 322.56 188.80 ML +closepath C99 fill + newpath +322.56 178.80 322.56 168.80 334.56 168.80 334.56 178.80 322.56 178.80 ML +closepath C99 fill + newpath +322.56 168.80 322.56 158.80 334.56 158.80 334.56 168.80 322.56 168.80 ML +closepath C99 fill + newpath +322.56 158.80 322.56 148.80 334.56 148.80 334.56 158.80 322.56 158.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +322.56 148.80 322.56 138.80 334.56 138.80 334.56 148.80 322.56 148.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +322.56 138.80 322.56 128.80 334.56 128.80 334.56 138.80 322.56 138.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +322.56 128.80 322.56 118.80 334.56 118.80 334.56 128.80 322.56 128.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +322.56 118.80 322.56 108.80 334.56 108.80 334.56 118.80 322.56 118.80 ML +closepath C99 fill + newpath +322.56 108.80 322.56 98.80 334.56 98.80 334.56 108.80 322.56 108.80 ML +closepath C99 fill + newpath +322.56 98.80 322.56 88.80 334.56 88.80 334.56 98.80 322.56 98.80 ML +closepath C99 fill + newpath +322.56 88.80 322.56 78.80 334.56 78.80 334.56 88.80 322.56 88.80 ML +closepath C99 fill + newpath +322.56 78.80 322.56 68.80 334.56 68.80 334.56 78.80 322.56 78.80 ML +closepath C99 fill + newpath +322.56 68.80 322.56 58.80 334.56 58.80 334.56 68.80 322.56 68.80 ML +closepath C99 fill + newpath +322.56 58.80 322.56 48.80 334.56 48.80 334.56 58.80 322.56 58.80 ML +closepath C99 fill + newpath +322.56 48.80 322.56 38.80 334.56 38.80 334.56 48.80 322.56 48.80 ML +closepath C99 fill + newpath +322.56 38.80 322.56 28.80 334.56 28.80 334.56 38.80 322.56 38.80 ML +closepath C6 fill + newpath +322.56 28.80 322.56 18.80 334.56 18.80 334.56 28.80 322.56 28.80 ML +closepath C6 fill + newpath +322.56 18.80 322.56 8.80 334.56 8.80 334.56 18.80 322.56 18.80 ML +closepath C99 fill + newpath +322.56 8.80 322.56 -1.20 334.56 -1.20 334.56 8.80 322.56 8.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +310.56 748.80 310.56 738.80 322.56 738.80 322.56 748.80 310.56 748.80 ML +closepath C0 fill + newpath +310.56 738.80 310.56 728.80 322.56 728.80 322.56 738.80 310.56 738.80 ML +closepath C0 fill + newpath +310.56 728.80 310.56 718.80 322.56 718.80 322.56 728.80 310.56 728.80 ML +closepath C99 fill + newpath +310.56 718.80 310.56 708.80 322.56 708.80 322.56 718.80 310.56 718.80 ML +closepath C99 fill + newpath +310.56 708.80 310.56 698.80 322.56 698.80 322.56 708.80 310.56 708.80 ML +closepath C99 fill + newpath +310.56 698.80 310.56 688.80 322.56 688.80 322.56 698.80 310.56 698.80 ML +closepath C99 fill + newpath +310.56 688.80 310.56 678.80 322.56 678.80 322.56 688.80 310.56 688.80 ML +closepath C99 fill + newpath +310.56 678.80 310.56 668.80 322.56 668.80 322.56 678.80 310.56 678.80 ML +closepath C99 fill + newpath +310.56 668.80 310.56 658.80 322.56 658.80 322.56 668.80 310.56 668.80 ML +closepath C99 fill + newpath +310.56 658.80 310.56 648.80 322.56 648.80 322.56 658.80 310.56 658.80 ML +closepath C99 fill + newpath +310.56 648.80 310.56 638.80 322.56 638.80 322.56 648.80 310.56 648.80 ML +closepath C99 fill + newpath +310.56 638.80 310.56 628.80 322.56 628.80 322.56 638.80 310.56 638.80 ML +closepath C99 fill + newpath +310.56 628.80 310.56 618.80 322.56 618.80 322.56 628.80 310.56 628.80 ML +closepath C99 fill + newpath +310.56 618.80 310.56 608.80 322.56 608.80 322.56 618.80 310.56 618.80 ML +closepath C99 fill + newpath +310.56 608.80 310.56 598.80 322.56 598.80 322.56 608.80 310.56 608.80 ML +closepath C99 fill + newpath +310.56 598.80 310.56 588.80 322.56 588.80 322.56 598.80 310.56 598.80 ML +closepath C99 fill + newpath +310.56 588.80 310.56 578.80 322.56 578.80 322.56 588.80 310.56 588.80 ML +closepath C99 fill + newpath +310.56 578.80 310.56 568.80 322.56 568.80 322.56 578.80 310.56 578.80 ML +closepath C99 fill + newpath +310.56 568.80 310.56 558.80 322.56 558.80 322.56 568.80 310.56 568.80 ML +closepath C99 fill + newpath +310.56 558.80 310.56 548.80 322.56 548.80 322.56 558.80 310.56 558.80 ML +closepath C99 fill + newpath +310.56 548.80 310.56 538.80 322.56 538.80 322.56 548.80 310.56 548.80 ML +closepath C99 fill + newpath +310.56 538.80 310.56 528.80 322.56 528.80 322.56 538.80 310.56 538.80 ML +closepath C99 fill + newpath +310.56 528.80 310.56 518.80 322.56 518.80 322.56 528.80 310.56 528.80 ML +closepath C99 fill + newpath +310.56 518.80 310.56 508.80 322.56 508.80 322.56 518.80 310.56 518.80 ML +closepath C99 fill + newpath +310.56 508.80 310.56 498.80 322.56 498.80 322.56 508.80 310.56 508.80 ML +closepath C99 fill + newpath +310.56 498.80 310.56 488.80 322.56 488.80 322.56 498.80 310.56 498.80 ML +closepath C99 fill + newpath +310.56 488.80 310.56 478.80 322.56 478.80 322.56 488.80 310.56 488.80 ML +closepath C99 fill + newpath +310.56 478.80 310.56 468.80 322.56 468.80 322.56 478.80 310.56 478.80 ML +closepath C99 fill + newpath +310.56 468.80 310.56 458.80 322.56 458.80 322.56 468.80 310.56 468.80 ML +closepath C99 fill + newpath +310.56 458.80 310.56 448.80 322.56 448.80 322.56 458.80 310.56 458.80 ML +closepath C99 fill + newpath +310.56 448.80 310.56 438.80 322.56 438.80 322.56 448.80 310.56 448.80 ML +closepath C99 fill + newpath +310.56 438.80 310.56 428.80 322.56 428.80 322.56 438.80 310.56 438.80 ML +closepath C99 fill + newpath +310.56 428.80 310.56 418.80 322.56 418.80 322.56 428.80 310.56 428.80 ML +closepath C99 fill + newpath +310.56 418.80 310.56 408.80 322.56 408.80 322.56 418.80 310.56 418.80 ML +closepath C99 fill + newpath +310.56 408.80 310.56 398.80 322.56 398.80 322.56 408.80 310.56 408.80 ML +closepath C99 fill + newpath +310.56 398.80 310.56 388.80 322.56 388.80 322.56 398.80 310.56 398.80 ML +closepath C99 fill + newpath +310.56 388.80 310.56 378.80 322.56 378.80 322.56 388.80 310.56 388.80 ML +closepath C99 fill + newpath +310.56 378.80 310.56 368.80 322.56 368.80 322.56 378.80 310.56 378.80 ML +closepath C99 fill + newpath +310.56 368.80 310.56 358.80 322.56 358.80 322.56 368.80 310.56 368.80 ML +closepath C99 fill + newpath +310.56 358.80 310.56 348.80 322.56 348.80 322.56 358.80 310.56 358.80 ML +closepath C99 fill + newpath +310.56 348.80 310.56 338.80 322.56 338.80 322.56 348.80 310.56 348.80 ML +closepath C99 fill + newpath +310.56 338.80 310.56 328.80 322.56 328.80 322.56 338.80 310.56 338.80 ML +closepath C99 fill + newpath +310.56 328.80 310.56 318.80 322.56 318.80 322.56 328.80 310.56 328.80 ML +closepath C99 fill + newpath +310.56 318.80 310.56 308.80 322.56 308.80 322.56 318.80 310.56 318.80 ML +closepath C99 fill + newpath +310.56 308.80 310.56 298.80 322.56 298.80 322.56 308.80 310.56 308.80 ML +closepath C99 fill + newpath +310.56 298.80 310.56 288.80 322.56 288.80 322.56 298.80 310.56 298.80 ML +closepath C3 fill + newpath +310.56 288.80 310.56 278.80 322.56 278.80 322.56 288.80 310.56 288.80 ML +closepath C3 fill + newpath +310.56 278.80 310.56 268.80 322.56 268.80 322.56 278.80 310.56 278.80 ML +closepath C3 fill + newpath +310.56 268.80 310.56 258.80 322.56 258.80 322.56 268.80 310.56 268.80 ML +closepath C3 fill + newpath +310.56 258.80 310.56 248.80 322.56 248.80 322.56 258.80 310.56 258.80 ML +closepath C3 fill + newpath +310.56 248.80 310.56 238.80 322.56 238.80 322.56 248.80 310.56 248.80 ML +closepath C3 fill + newpath +310.56 238.80 310.56 228.80 322.56 228.80 322.56 238.80 310.56 238.80 ML +closepath C3 fill + newpath +310.56 228.80 310.56 218.80 322.56 218.80 322.56 228.80 310.56 228.80 ML +closepath C3 fill + newpath +310.56 218.80 310.56 208.80 322.56 208.80 322.56 218.80 310.56 218.80 ML +closepath C99 fill + newpath +310.56 208.80 310.56 198.80 322.56 198.80 322.56 208.80 310.56 208.80 ML +closepath C99 fill + newpath +310.56 198.80 310.56 188.80 322.56 188.80 322.56 198.80 310.56 198.80 ML +closepath C99 fill + newpath +310.56 188.80 310.56 178.80 322.56 178.80 322.56 188.80 310.56 188.80 ML +closepath C99 fill + newpath +310.56 178.80 310.56 168.80 322.56 168.80 322.56 178.80 310.56 178.80 ML +closepath C99 fill + newpath +310.56 168.80 310.56 158.80 322.56 158.80 322.56 168.80 310.56 168.80 ML +closepath C99 fill + newpath +310.56 158.80 310.56 148.80 322.56 148.80 322.56 158.80 310.56 158.80 ML +closepath C99 fill + newpath +310.56 148.80 310.56 138.80 322.56 138.80 322.56 148.80 310.56 148.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +310.56 138.80 310.56 128.80 322.56 128.80 322.56 138.80 310.56 138.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +310.56 128.80 310.56 118.80 322.56 118.80 322.56 128.80 310.56 128.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +310.56 118.80 310.56 108.80 322.56 108.80 322.56 118.80 310.56 118.80 ML +closepath C99 fill + newpath +310.56 108.80 310.56 98.80 322.56 98.80 322.56 108.80 310.56 108.80 ML +closepath C99 fill + newpath +310.56 98.80 310.56 88.80 322.56 88.80 322.56 98.80 310.56 98.80 ML +closepath C99 fill + newpath +310.56 88.80 310.56 78.80 322.56 78.80 322.56 88.80 310.56 88.80 ML +closepath C99 fill + newpath +310.56 78.80 310.56 68.80 322.56 68.80 322.56 78.80 310.56 78.80 ML +closepath C99 fill + newpath +310.56 68.80 310.56 58.80 322.56 58.80 322.56 68.80 310.56 68.80 ML +closepath C6 fill + newpath +310.56 58.80 310.56 48.80 322.56 48.80 322.56 58.80 310.56 58.80 ML +closepath C6 fill + newpath +310.56 48.80 310.56 38.80 322.56 38.80 322.56 48.80 310.56 48.80 ML +closepath C6 fill + newpath +310.56 38.80 310.56 28.80 322.56 28.80 322.56 38.80 310.56 38.80 ML +closepath C6 fill + newpath +310.56 28.80 310.56 18.80 322.56 18.80 322.56 28.80 310.56 28.80 ML +closepath C6 fill + newpath +310.56 18.80 310.56 8.80 322.56 8.80 322.56 18.80 310.56 18.80 ML +closepath C99 fill + newpath +310.56 8.80 310.56 -1.20 322.56 -1.20 322.56 8.80 310.56 8.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +298.56 748.80 298.56 738.80 310.56 738.80 310.56 748.80 298.56 748.80 ML +closepath C99 fill + newpath +298.56 738.80 298.56 728.80 310.56 728.80 310.56 738.80 298.56 738.80 ML +closepath C99 fill + newpath +298.56 728.80 298.56 718.80 310.56 718.80 310.56 728.80 298.56 728.80 ML +closepath C99 fill + newpath +298.56 718.80 298.56 708.80 310.56 708.80 310.56 718.80 298.56 718.80 ML +closepath C99 fill + newpath +298.56 708.80 298.56 698.80 310.56 698.80 310.56 708.80 298.56 708.80 ML +closepath C99 fill + newpath +298.56 698.80 298.56 688.80 310.56 688.80 310.56 698.80 298.56 698.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +298.56 688.80 298.56 678.80 310.56 678.80 310.56 688.80 298.56 688.80 ML +closepath C99 fill + newpath +298.56 678.80 298.56 668.80 310.56 668.80 310.56 678.80 298.56 678.80 ML +closepath C99 fill + newpath +298.56 668.80 298.56 658.80 310.56 658.80 310.56 668.80 298.56 668.80 ML +closepath C99 fill + newpath +298.56 658.80 298.56 648.80 310.56 648.80 310.56 658.80 298.56 658.80 ML +closepath C0 fill + newpath +298.56 648.80 298.56 638.80 310.56 638.80 310.56 648.80 298.56 648.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +298.56 638.80 298.56 628.80 310.56 628.80 310.56 638.80 298.56 638.80 ML +closepath C0 fill + newpath +298.56 628.80 298.56 618.80 310.56 618.80 310.56 628.80 298.56 628.80 ML +closepath C0 fill + newpath +298.56 618.80 298.56 608.80 310.56 608.80 310.56 618.80 298.56 618.80 ML +closepath C0 fill + newpath +298.56 608.80 298.56 598.80 310.56 598.80 310.56 608.80 298.56 608.80 ML +closepath C99 fill + newpath +298.56 598.80 298.56 588.80 310.56 588.80 310.56 598.80 298.56 598.80 ML +closepath C99 fill + newpath +298.56 588.80 298.56 578.80 310.56 578.80 310.56 588.80 298.56 588.80 ML +closepath C99 fill + newpath +298.56 578.80 298.56 568.80 310.56 568.80 310.56 578.80 298.56 578.80 ML +closepath C0 fill + newpath +298.56 568.80 298.56 558.80 310.56 558.80 310.56 568.80 298.56 568.80 ML +closepath C99 fill + newpath +298.56 558.80 298.56 548.80 310.56 548.80 310.56 558.80 298.56 558.80 ML +closepath C99 fill + newpath +298.56 548.80 298.56 538.80 310.56 538.80 310.56 548.80 298.56 548.80 ML +closepath C99 fill + newpath +298.56 538.80 298.56 528.80 310.56 528.80 310.56 538.80 298.56 538.80 ML +closepath C99 fill + newpath +298.56 528.80 298.56 518.80 310.56 518.80 310.56 528.80 298.56 528.80 ML +closepath C99 fill + newpath +298.56 518.80 298.56 508.80 310.56 508.80 310.56 518.80 298.56 518.80 ML +closepath C0 fill + newpath +298.56 508.80 298.56 498.80 310.56 498.80 310.56 508.80 298.56 508.80 ML +closepath C0 fill + newpath +298.56 498.80 298.56 488.80 310.56 488.80 310.56 498.80 298.56 498.80 ML +closepath C0 fill + newpath +298.56 488.80 298.56 478.80 310.56 478.80 310.56 488.80 298.56 488.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +298.56 478.80 298.56 468.80 310.56 468.80 310.56 478.80 298.56 478.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +298.56 468.80 298.56 458.80 310.56 458.80 310.56 468.80 298.56 468.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +298.56 458.80 298.56 448.80 310.56 448.80 310.56 458.80 298.56 458.80 ML +closepath C0 fill + newpath +298.56 448.80 298.56 438.80 310.56 438.80 310.56 448.80 298.56 448.80 ML +closepath C0 fill + newpath +298.56 438.80 298.56 428.80 310.56 428.80 310.56 438.80 298.56 438.80 ML +closepath C99 fill + newpath +298.56 428.80 298.56 418.80 310.56 418.80 310.56 428.80 298.56 428.80 ML +closepath C99 fill + newpath +298.56 418.80 298.56 408.80 310.56 408.80 310.56 418.80 298.56 418.80 ML +closepath C99 fill + newpath +298.56 408.80 298.56 398.80 310.56 398.80 310.56 408.80 298.56 408.80 ML +closepath C99 fill + newpath +298.56 398.80 298.56 388.80 310.56 388.80 310.56 398.80 298.56 398.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +298.56 388.80 298.56 378.80 310.56 378.80 310.56 388.80 298.56 388.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +298.56 378.80 298.56 368.80 310.56 368.80 310.56 378.80 298.56 378.80 ML +closepath C0 fill + newpath +298.56 368.80 298.56 358.80 310.56 358.80 310.56 368.80 298.56 368.80 ML +closepath C99 fill + newpath +298.56 358.80 298.56 348.80 310.56 348.80 310.56 358.80 298.56 358.80 ML +closepath C99 fill + newpath +298.56 348.80 298.56 338.80 310.56 338.80 310.56 348.80 298.56 348.80 ML +closepath C99 fill + newpath +298.56 338.80 298.56 328.80 310.56 328.80 310.56 338.80 298.56 338.80 ML +closepath C99 fill + newpath +298.56 328.80 298.56 318.80 310.56 318.80 310.56 328.80 298.56 328.80 ML +closepath C99 fill + newpath +298.56 318.80 298.56 308.80 310.56 308.80 310.56 318.80 298.56 318.80 ML +closepath C99 fill + newpath +298.56 308.80 298.56 298.80 310.56 298.80 310.56 308.80 298.56 308.80 ML +closepath C99 fill + newpath +298.56 298.80 298.56 288.80 310.56 288.80 310.56 298.80 298.56 298.80 ML +closepath C99 fill + newpath +298.56 288.80 298.56 278.80 310.56 278.80 310.56 288.80 298.56 288.80 ML +closepath C3 fill + newpath +298.56 278.80 298.56 268.80 310.56 268.80 310.56 278.80 298.56 278.80 ML +closepath C3 fill + newpath +298.56 268.80 298.56 258.80 310.56 258.80 310.56 268.80 298.56 268.80 ML +closepath C3 fill + newpath +298.56 258.80 298.56 248.80 310.56 248.80 310.56 258.80 298.56 258.80 ML +closepath C3 fill + newpath +298.56 248.80 298.56 238.80 310.56 238.80 310.56 248.80 298.56 248.80 ML +closepath C3 fill + newpath +298.56 238.80 298.56 228.80 310.56 228.80 310.56 238.80 298.56 238.80 ML +closepath C3 fill + newpath +298.56 228.80 298.56 218.80 310.56 218.80 310.56 228.80 298.56 228.80 ML +closepath C3 fill + newpath +298.56 218.80 298.56 208.80 310.56 208.80 310.56 218.80 298.56 218.80 ML +closepath C99 fill + newpath +298.56 208.80 298.56 198.80 310.56 198.80 310.56 208.80 298.56 208.80 ML +closepath C99 fill + newpath +298.56 198.80 298.56 188.80 310.56 188.80 310.56 198.80 298.56 198.80 ML +closepath C99 fill + newpath +298.56 188.80 298.56 178.80 310.56 178.80 310.56 188.80 298.56 188.80 ML +closepath C99 fill + newpath +298.56 178.80 298.56 168.80 310.56 168.80 310.56 178.80 298.56 178.80 ML +closepath C99 fill + newpath +298.56 168.80 298.56 158.80 310.56 158.80 310.56 168.80 298.56 168.80 ML +closepath C99 fill + newpath +298.56 158.80 298.56 148.80 310.56 148.80 310.56 158.80 298.56 158.80 ML +closepath C99 fill + newpath +298.56 148.80 298.56 138.80 310.56 138.80 310.56 148.80 298.56 148.80 ML +closepath C99 fill + newpath +298.56 138.80 298.56 128.80 310.56 128.80 310.56 138.80 298.56 138.80 ML +closepath C99 fill + newpath +298.56 128.80 298.56 118.80 310.56 118.80 310.56 128.80 298.56 128.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +298.56 118.80 298.56 108.80 310.56 108.80 310.56 118.80 298.56 118.80 ML +closepath C99 fill + newpath +298.56 108.80 298.56 98.80 310.56 98.80 310.56 108.80 298.56 108.80 ML +closepath C99 fill + newpath +298.56 98.80 298.56 88.80 310.56 88.80 310.56 98.80 298.56 98.80 ML +closepath C99 fill + newpath +298.56 88.80 298.56 78.80 310.56 78.80 310.56 88.80 298.56 88.80 ML +closepath C6 fill + newpath +298.56 78.80 298.56 68.80 310.56 68.80 310.56 78.80 298.56 78.80 ML +closepath C6 fill + newpath +298.56 68.80 298.56 58.80 310.56 58.80 310.56 68.80 298.56 68.80 ML +closepath C6 fill + newpath +298.56 58.80 298.56 48.80 310.56 48.80 310.56 58.80 298.56 58.80 ML +closepath C6 fill + newpath +298.56 48.80 298.56 38.80 310.56 38.80 310.56 48.80 298.56 48.80 ML +closepath C6 fill + newpath +298.56 38.80 298.56 28.80 310.56 28.80 310.56 38.80 298.56 38.80 ML +closepath C6 fill + newpath +298.56 28.80 298.56 18.80 310.56 18.80 310.56 28.80 298.56 28.80 ML +closepath C6 fill + newpath +298.56 18.80 298.56 8.80 310.56 8.80 310.56 18.80 298.56 18.80 ML +closepath C99 fill + newpath +298.56 8.80 298.56 -1.20 310.56 -1.20 310.56 8.80 298.56 8.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +286.56 748.80 286.56 738.80 298.56 738.80 298.56 748.80 286.56 748.80 ML +closepath C99 fill + newpath +286.56 738.80 286.56 728.80 298.56 728.80 298.56 738.80 286.56 738.80 ML +closepath C99 fill + newpath +286.56 728.80 286.56 718.80 298.56 718.80 298.56 728.80 286.56 728.80 ML +closepath C99 fill + newpath +286.56 718.80 286.56 708.80 298.56 708.80 298.56 718.80 286.56 718.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +286.56 708.80 286.56 698.80 298.56 698.80 298.56 708.80 286.56 708.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +286.56 698.80 286.56 688.80 298.56 688.80 298.56 698.80 286.56 698.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +286.56 688.80 286.56 678.80 298.56 678.80 298.56 688.80 286.56 688.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +286.56 678.80 286.56 668.80 298.56 668.80 298.56 678.80 286.56 678.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +286.56 668.80 286.56 658.80 298.56 658.80 298.56 668.80 286.56 668.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +286.56 658.80 286.56 648.80 298.56 648.80 298.56 658.80 286.56 658.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +286.56 648.80 286.56 638.80 298.56 638.80 298.56 648.80 286.56 648.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +286.56 638.80 286.56 628.80 298.56 628.80 298.56 638.80 286.56 638.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +286.56 628.80 286.56 618.80 298.56 618.80 298.56 628.80 286.56 628.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +286.56 618.80 286.56 608.80 298.56 608.80 298.56 618.80 286.56 618.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +286.56 608.80 286.56 598.80 298.56 598.80 298.56 608.80 286.56 608.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +286.56 598.80 286.56 588.80 298.56 588.80 298.56 598.80 286.56 598.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +286.56 588.80 286.56 578.80 298.56 578.80 298.56 588.80 286.56 588.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +286.56 578.80 286.56 568.80 298.56 568.80 298.56 578.80 286.56 578.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +286.56 568.80 286.56 558.80 298.56 558.80 298.56 568.80 286.56 568.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +286.56 558.80 286.56 548.80 298.56 548.80 298.56 558.80 286.56 558.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +286.56 548.80 286.56 538.80 298.56 538.80 298.56 548.80 286.56 548.80 ML +closepath C99 fill + newpath +286.56 538.80 286.56 528.80 298.56 528.80 298.56 538.80 286.56 538.80 ML +closepath C99 fill + newpath +286.56 528.80 286.56 518.80 298.56 518.80 298.56 528.80 286.56 528.80 ML +closepath C99 fill + newpath +286.56 518.80 286.56 508.80 298.56 508.80 298.56 518.80 286.56 518.80 ML +closepath C99 fill + newpath +286.56 508.80 286.56 498.80 298.56 498.80 298.56 508.80 286.56 508.80 ML +closepath C99 fill + newpath +286.56 498.80 286.56 488.80 298.56 488.80 298.56 498.80 286.56 498.80 ML +closepath C99 fill + newpath +286.56 488.80 286.56 478.80 298.56 478.80 298.56 488.80 286.56 488.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +286.56 478.80 286.56 468.80 298.56 468.80 298.56 478.80 286.56 478.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +286.56 468.80 286.56 458.80 298.56 458.80 298.56 468.80 286.56 468.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +286.56 458.80 286.56 448.80 298.56 448.80 298.56 458.80 286.56 458.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +286.56 448.80 286.56 438.80 298.56 438.80 298.56 448.80 286.56 448.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +286.56 438.80 286.56 428.80 298.56 428.80 298.56 438.80 286.56 438.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +286.56 428.80 286.56 418.80 298.56 418.80 298.56 428.80 286.56 428.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +286.56 418.80 286.56 408.80 298.56 408.80 298.56 418.80 286.56 418.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +286.56 408.80 286.56 398.80 298.56 398.80 298.56 408.80 286.56 408.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +286.56 398.80 286.56 388.80 298.56 388.80 298.56 398.80 286.56 398.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +286.56 388.80 286.56 378.80 298.56 378.80 298.56 388.80 286.56 388.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +286.56 378.80 286.56 368.80 298.56 368.80 298.56 378.80 286.56 378.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +286.56 368.80 286.56 358.80 298.56 358.80 298.56 368.80 286.56 368.80 ML +closepath C99 fill + newpath +286.56 358.80 286.56 348.80 298.56 348.80 298.56 358.80 286.56 358.80 ML +closepath C99 fill + newpath +286.56 348.80 286.56 338.80 298.56 338.80 298.56 348.80 286.56 348.80 ML +closepath C99 fill + newpath +286.56 338.80 286.56 328.80 298.56 328.80 298.56 338.80 286.56 338.80 ML +closepath C99 fill + newpath +286.56 328.80 286.56 318.80 298.56 318.80 298.56 328.80 286.56 328.80 ML +closepath C99 fill + newpath +286.56 318.80 286.56 308.80 298.56 308.80 298.56 318.80 286.56 318.80 ML +closepath C99 fill + newpath +286.56 308.80 286.56 298.80 298.56 298.80 298.56 308.80 286.56 308.80 ML +closepath C99 fill + newpath +286.56 298.80 286.56 288.80 298.56 288.80 298.56 298.80 286.56 298.80 ML +closepath C3 fill + newpath +286.56 288.80 286.56 278.80 298.56 278.80 298.56 288.80 286.56 288.80 ML +closepath C3 fill + newpath +286.56 278.80 286.56 268.80 298.56 268.80 298.56 278.80 286.56 278.80 ML +closepath C3 fill + newpath +286.56 268.80 286.56 258.80 298.56 258.80 298.56 268.80 286.56 268.80 ML +closepath C3 fill + newpath +286.56 258.80 286.56 248.80 298.56 248.80 298.56 258.80 286.56 258.80 ML +closepath C3 fill + newpath +286.56 248.80 286.56 238.80 298.56 238.80 298.56 248.80 286.56 248.80 ML +closepath C3 fill + newpath +286.56 238.80 286.56 228.80 298.56 228.80 298.56 238.80 286.56 238.80 ML +closepath C3 fill + newpath +286.56 228.80 286.56 218.80 298.56 218.80 298.56 228.80 286.56 228.80 ML +closepath C3 fill + newpath +286.56 218.80 286.56 208.80 298.56 208.80 298.56 218.80 286.56 218.80 ML +closepath C99 fill + newpath +286.56 208.80 286.56 198.80 298.56 198.80 298.56 208.80 286.56 208.80 ML +closepath C99 fill + newpath +286.56 198.80 286.56 188.80 298.56 188.80 298.56 198.80 286.56 198.80 ML +closepath C99 fill + newpath +286.56 188.80 286.56 178.80 298.56 178.80 298.56 188.80 286.56 188.80 ML +closepath C99 fill + newpath +286.56 178.80 286.56 168.80 298.56 168.80 298.56 178.80 286.56 178.80 ML +closepath C99 fill + newpath +286.56 168.80 286.56 158.80 298.56 158.80 298.56 168.80 286.56 168.80 ML +closepath C99 fill + newpath +286.56 158.80 286.56 148.80 298.56 148.80 298.56 158.80 286.56 158.80 ML +closepath C99 fill + newpath +286.56 148.80 286.56 138.80 298.56 138.80 298.56 148.80 286.56 148.80 ML +closepath C99 fill + newpath +286.56 138.80 286.56 128.80 298.56 128.80 298.56 138.80 286.56 138.80 ML +closepath C99 fill + newpath +286.56 128.80 286.56 118.80 298.56 118.80 298.56 128.80 286.56 128.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +286.56 118.80 286.56 108.80 298.56 108.80 298.56 118.80 286.56 118.80 ML +closepath C99 fill + newpath +286.56 108.80 286.56 98.80 298.56 98.80 298.56 108.80 286.56 108.80 ML +closepath C6 fill + newpath +286.56 98.80 286.56 88.80 298.56 88.80 298.56 98.80 286.56 98.80 ML +closepath C6 fill + newpath +286.56 88.80 286.56 78.80 298.56 78.80 298.56 88.80 286.56 88.80 ML +closepath C6 fill + newpath +286.56 78.80 286.56 68.80 298.56 68.80 298.56 78.80 286.56 78.80 ML +closepath C6 fill + newpath +286.56 68.80 286.56 58.80 298.56 58.80 298.56 68.80 286.56 68.80 ML +closepath C6 fill + newpath +286.56 58.80 286.56 48.80 298.56 48.80 298.56 58.80 286.56 58.80 ML +closepath C6 fill + newpath +286.56 48.80 286.56 38.80 298.56 38.80 298.56 48.80 286.56 48.80 ML +closepath C6 fill + newpath +286.56 38.80 286.56 28.80 298.56 28.80 298.56 38.80 286.56 38.80 ML +closepath C6 fill + newpath +286.56 28.80 286.56 18.80 298.56 18.80 298.56 28.80 286.56 28.80 ML +closepath C6 fill + newpath +286.56 18.80 286.56 8.80 298.56 8.80 298.56 18.80 286.56 18.80 ML +closepath C99 fill + newpath +286.56 8.80 286.56 -1.20 298.56 -1.20 298.56 8.80 286.56 8.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +274.56 748.80 274.56 738.80 286.56 738.80 286.56 748.80 274.56 748.80 ML +closepath C2 fill + newpath +274.56 738.80 274.56 728.80 286.56 728.80 286.56 738.80 274.56 738.80 ML +closepath C2 fill + newpath +274.56 728.80 274.56 718.80 286.56 718.80 286.56 728.80 274.56 728.80 ML +closepath C2 fill + newpath +274.56 718.80 274.56 708.80 286.56 708.80 286.56 718.80 274.56 718.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 708.80 274.56 698.80 286.56 698.80 286.56 708.80 274.56 708.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 698.80 274.56 688.80 286.56 688.80 286.56 698.80 274.56 698.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 688.80 274.56 678.80 286.56 678.80 286.56 688.80 274.56 688.80 ML +closepath C2 fill + newpath +274.56 678.80 274.56 668.80 286.56 668.80 286.56 678.80 274.56 678.80 ML +closepath C2 fill + newpath +274.56 668.80 274.56 658.80 286.56 658.80 286.56 668.80 274.56 668.80 ML +closepath C2 fill + newpath +274.56 658.80 274.56 648.80 286.56 648.80 286.56 658.80 274.56 658.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 648.80 274.56 638.80 286.56 638.80 286.56 648.80 274.56 648.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 638.80 274.56 628.80 286.56 628.80 286.56 638.80 274.56 638.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 628.80 274.56 618.80 286.56 618.80 286.56 628.80 274.56 628.80 ML +closepath C2 fill + newpath +274.56 618.80 274.56 608.80 286.56 608.80 286.56 618.80 274.56 618.80 ML +closepath C2 fill + newpath +274.56 608.80 274.56 598.80 286.56 598.80 286.56 608.80 274.56 608.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 598.80 274.56 588.80 286.56 588.80 286.56 598.80 274.56 598.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 588.80 274.56 578.80 286.56 578.80 286.56 588.80 274.56 588.80 ML +closepath C2 fill + newpath +274.56 578.80 274.56 568.80 286.56 568.80 286.56 578.80 274.56 578.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 568.80 274.56 558.80 286.56 558.80 286.56 568.80 274.56 568.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 558.80 274.56 548.80 286.56 548.80 286.56 558.80 274.56 558.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 548.80 274.56 538.80 286.56 538.80 286.56 548.80 274.56 548.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 538.80 274.56 528.80 286.56 528.80 286.56 538.80 274.56 538.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 528.80 274.56 518.80 286.56 518.80 286.56 528.80 274.56 528.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 518.80 274.56 508.80 286.56 508.80 286.56 518.80 274.56 518.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 508.80 274.56 498.80 286.56 498.80 286.56 508.80 274.56 508.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 498.80 274.56 488.80 286.56 488.80 286.56 498.80 274.56 498.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 488.80 274.56 478.80 286.56 478.80 286.56 488.80 274.56 488.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 478.80 274.56 468.80 286.56 468.80 286.56 478.80 274.56 478.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 468.80 274.56 458.80 286.56 458.80 286.56 468.80 274.56 468.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 458.80 274.56 448.80 286.56 448.80 286.56 458.80 274.56 458.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 448.80 274.56 438.80 286.56 438.80 286.56 448.80 274.56 448.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 438.80 274.56 428.80 286.56 428.80 286.56 438.80 274.56 438.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 428.80 274.56 418.80 286.56 418.80 286.56 428.80 274.56 428.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 418.80 274.56 408.80 286.56 408.80 286.56 418.80 274.56 418.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 408.80 274.56 398.80 286.56 398.80 286.56 408.80 274.56 408.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 398.80 274.56 388.80 286.56 388.80 286.56 398.80 274.56 398.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 388.80 274.56 378.80 286.56 378.80 286.56 388.80 274.56 388.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 378.80 274.56 368.80 286.56 368.80 286.56 378.80 274.56 378.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +274.56 368.80 274.56 358.80 286.56 358.80 286.56 368.80 274.56 368.80 ML +closepath C99 fill + newpath +274.56 358.80 274.56 348.80 286.56 348.80 286.56 358.80 274.56 358.80 ML +closepath C99 fill + newpath +274.56 348.80 274.56 338.80 286.56 338.80 286.56 348.80 274.56 348.80 ML +closepath C99 fill + newpath +274.56 338.80 274.56 328.80 286.56 328.80 286.56 338.80 274.56 338.80 ML +closepath C99 fill + newpath +274.56 328.80 274.56 318.80 286.56 318.80 286.56 328.80 274.56 328.80 ML +closepath C99 fill + newpath +274.56 318.80 274.56 308.80 286.56 308.80 286.56 318.80 274.56 318.80 ML +closepath C99 fill + newpath +274.56 308.80 274.56 298.80 286.56 298.80 286.56 308.80 274.56 308.80 ML +closepath C99 fill + newpath +274.56 298.80 274.56 288.80 286.56 288.80 286.56 298.80 274.56 298.80 ML +closepath C99 fill + newpath +274.56 288.80 274.56 278.80 286.56 278.80 286.56 288.80 274.56 288.80 ML +closepath C99 fill + newpath +274.56 278.80 274.56 268.80 286.56 268.80 286.56 278.80 274.56 278.80 ML +closepath C99 fill + newpath +274.56 268.80 274.56 258.80 286.56 258.80 286.56 268.80 274.56 268.80 ML +closepath C3 fill + newpath +274.56 258.80 274.56 248.80 286.56 248.80 286.56 258.80 274.56 258.80 ML +closepath C3 fill + newpath +274.56 248.80 274.56 238.80 286.56 238.80 286.56 248.80 274.56 248.80 ML +closepath C3 fill + newpath +274.56 238.80 274.56 228.80 286.56 228.80 286.56 238.80 274.56 238.80 ML +closepath C3 fill + newpath +274.56 228.80 274.56 218.80 286.56 218.80 286.56 228.80 274.56 228.80 ML +closepath C3 fill + newpath +274.56 218.80 274.56 208.80 286.56 208.80 286.56 218.80 274.56 218.80 ML +closepath C99 fill + newpath +274.56 208.80 274.56 198.80 286.56 198.80 286.56 208.80 274.56 208.80 ML +closepath C99 fill + newpath +274.56 198.80 274.56 188.80 286.56 188.80 286.56 198.80 274.56 198.80 ML +closepath C99 fill + newpath +274.56 188.80 274.56 178.80 286.56 178.80 286.56 188.80 274.56 188.80 ML +closepath C99 fill + newpath +274.56 178.80 274.56 168.80 286.56 168.80 286.56 178.80 274.56 178.80 ML +closepath C99 fill + newpath +274.56 168.80 274.56 158.80 286.56 158.80 286.56 168.80 274.56 168.80 ML +closepath C99 fill + newpath +274.56 158.80 274.56 148.80 286.56 148.80 286.56 158.80 274.56 158.80 ML +closepath C99 fill + newpath +274.56 148.80 274.56 138.80 286.56 138.80 286.56 148.80 274.56 148.80 ML +closepath C99 fill + newpath +274.56 138.80 274.56 128.80 286.56 128.80 286.56 138.80 274.56 138.80 ML +closepath C99 fill + newpath +274.56 128.80 274.56 118.80 286.56 118.80 286.56 128.80 274.56 128.80 ML +closepath C99 fill + newpath +274.56 118.80 274.56 108.80 286.56 108.80 286.56 118.80 274.56 118.80 ML +closepath C99 fill + newpath +274.56 108.80 274.56 98.80 286.56 98.80 286.56 108.80 274.56 108.80 ML +closepath C6 fill + newpath +274.56 98.80 274.56 88.80 286.56 88.80 286.56 98.80 274.56 98.80 ML +closepath C6 fill + newpath +274.56 88.80 274.56 78.80 286.56 78.80 286.56 88.80 274.56 88.80 ML +closepath C6 fill + newpath +274.56 78.80 274.56 68.80 286.56 68.80 286.56 78.80 274.56 78.80 ML +closepath C6 fill + newpath +274.56 68.80 274.56 58.80 286.56 58.80 286.56 68.80 274.56 68.80 ML +closepath C6 fill + newpath +274.56 58.80 274.56 48.80 286.56 48.80 286.56 58.80 274.56 58.80 ML +closepath C6 fill + newpath +274.56 48.80 274.56 38.80 286.56 38.80 286.56 48.80 274.56 48.80 ML +closepath C6 fill + newpath +274.56 38.80 274.56 28.80 286.56 28.80 286.56 38.80 274.56 38.80 ML +closepath C6 fill + newpath +274.56 28.80 274.56 18.80 286.56 18.80 286.56 28.80 274.56 28.80 ML +closepath C6 fill + newpath +274.56 18.80 274.56 8.80 286.56 8.80 286.56 18.80 274.56 18.80 ML +closepath C99 fill + newpath +274.56 8.80 274.56 -1.20 286.56 -1.20 286.56 8.80 274.56 8.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +262.56 748.80 262.56 738.80 274.56 738.80 274.56 748.80 262.56 748.80 ML +closepath C2 fill + newpath +262.56 738.80 262.56 728.80 274.56 728.80 274.56 738.80 262.56 738.80 ML +closepath C2 fill + newpath +262.56 728.80 262.56 718.80 274.56 718.80 274.56 728.80 262.56 728.80 ML +closepath C2 fill + newpath +262.56 718.80 262.56 708.80 274.56 708.80 274.56 718.80 262.56 718.80 ML +closepath C2 fill + newpath +262.56 708.80 262.56 698.80 274.56 698.80 274.56 708.80 262.56 708.80 ML +closepath C2 fill + newpath +262.56 698.80 262.56 688.80 274.56 688.80 274.56 698.80 262.56 698.80 ML +closepath C2 fill + newpath +262.56 688.80 262.56 678.80 274.56 678.80 274.56 688.80 262.56 688.80 ML +closepath C2 fill + newpath +262.56 678.80 262.56 668.80 274.56 668.80 274.56 678.80 262.56 678.80 ML +closepath C2 fill + newpath +262.56 668.80 262.56 658.80 274.56 658.80 274.56 668.80 262.56 668.80 ML +closepath C2 fill + newpath +262.56 658.80 262.56 648.80 274.56 648.80 274.56 658.80 262.56 658.80 ML +closepath C2 fill + newpath +262.56 648.80 262.56 638.80 274.56 638.80 274.56 648.80 262.56 648.80 ML +closepath C2 fill + newpath +262.56 638.80 262.56 628.80 274.56 628.80 274.56 638.80 262.56 638.80 ML +closepath C2 fill + newpath +262.56 628.80 262.56 618.80 274.56 618.80 274.56 628.80 262.56 628.80 ML +closepath C2 fill + newpath +262.56 618.80 262.56 608.80 274.56 608.80 274.56 618.80 262.56 618.80 ML +closepath C2 fill + newpath +262.56 608.80 262.56 598.80 274.56 598.80 274.56 608.80 262.56 608.80 ML +closepath C2 fill + newpath +262.56 598.80 262.56 588.80 274.56 588.80 274.56 598.80 262.56 598.80 ML +closepath C2 fill + newpath +262.56 588.80 262.56 578.80 274.56 578.80 274.56 588.80 262.56 588.80 ML +closepath C2 fill + newpath +262.56 578.80 262.56 568.80 274.56 568.80 274.56 578.80 262.56 578.80 ML +closepath C2 fill + newpath +262.56 568.80 262.56 558.80 274.56 558.80 274.56 568.80 262.56 568.80 ML +closepath C2 fill + newpath +262.56 558.80 262.56 548.80 274.56 548.80 274.56 558.80 262.56 558.80 ML +closepath C2 fill + newpath +262.56 548.80 262.56 538.80 274.56 538.80 274.56 548.80 262.56 548.80 ML +closepath C2 fill + newpath +262.56 538.80 262.56 528.80 274.56 528.80 274.56 538.80 262.56 538.80 ML +closepath C2 fill + newpath +262.56 528.80 262.56 518.80 274.56 518.80 274.56 528.80 262.56 528.80 ML +closepath C2 fill + newpath +262.56 518.80 262.56 508.80 274.56 508.80 274.56 518.80 262.56 518.80 ML +closepath C2 fill + newpath +262.56 508.80 262.56 498.80 274.56 498.80 274.56 508.80 262.56 508.80 ML +closepath C2 fill + newpath +262.56 498.80 262.56 488.80 274.56 488.80 274.56 498.80 262.56 498.80 ML +closepath C2 fill + newpath +262.56 488.80 262.56 478.80 274.56 478.80 274.56 488.80 262.56 488.80 ML +closepath C2 fill + newpath +262.56 478.80 262.56 468.80 274.56 468.80 274.56 478.80 262.56 478.80 ML +closepath C2 fill + newpath +262.56 468.80 262.56 458.80 274.56 458.80 274.56 468.80 262.56 468.80 ML +closepath C2 fill + newpath +262.56 458.80 262.56 448.80 274.56 448.80 274.56 458.80 262.56 458.80 ML +closepath C2 fill + newpath +262.56 448.80 262.56 438.80 274.56 438.80 274.56 448.80 262.56 448.80 ML +closepath C2 fill + newpath +262.56 438.80 262.56 428.80 274.56 428.80 274.56 438.80 262.56 438.80 ML +closepath C2 fill + newpath +262.56 428.80 262.56 418.80 274.56 418.80 274.56 428.80 262.56 428.80 ML +closepath C2 fill + newpath +262.56 418.80 262.56 408.80 274.56 408.80 274.56 418.80 262.56 418.80 ML +closepath C2 fill + newpath +262.56 408.80 262.56 398.80 274.56 398.80 274.56 408.80 262.56 408.80 ML +closepath C2 fill + newpath +262.56 398.80 262.56 388.80 274.56 388.80 274.56 398.80 262.56 398.80 ML +closepath C2 fill + newpath +262.56 388.80 262.56 378.80 274.56 378.80 274.56 388.80 262.56 388.80 ML +closepath C2 fill + newpath +262.56 378.80 262.56 368.80 274.56 368.80 274.56 378.80 262.56 378.80 ML +closepath C2 fill + newpath +262.56 368.80 262.56 358.80 274.56 358.80 274.56 368.80 262.56 368.80 ML +closepath C99 fill + newpath +262.56 358.80 262.56 348.80 274.56 348.80 274.56 358.80 262.56 358.80 ML +closepath C99 fill + newpath +262.56 348.80 262.56 338.80 274.56 338.80 274.56 348.80 262.56 348.80 ML +closepath C99 fill + newpath +262.56 338.80 262.56 328.80 274.56 328.80 274.56 338.80 262.56 338.80 ML +closepath C99 fill + newpath +262.56 328.80 262.56 318.80 274.56 318.80 274.56 328.80 262.56 328.80 ML +closepath C99 fill + newpath +262.56 318.80 262.56 308.80 274.56 308.80 274.56 318.80 262.56 318.80 ML +closepath C99 fill + newpath +262.56 308.80 262.56 298.80 274.56 298.80 274.56 308.80 262.56 308.80 ML +closepath C99 fill + newpath +262.56 298.80 262.56 288.80 274.56 288.80 274.56 298.80 262.56 298.80 ML +closepath C99 fill + newpath +262.56 288.80 262.56 278.80 274.56 278.80 274.56 288.80 262.56 288.80 ML +closepath C99 fill + newpath +262.56 278.80 262.56 268.80 274.56 268.80 274.56 278.80 262.56 278.80 ML +closepath C99 fill + newpath +262.56 268.80 262.56 258.80 274.56 258.80 274.56 268.80 262.56 268.80 ML +closepath C99 fill + newpath +262.56 258.80 262.56 248.80 274.56 248.80 274.56 258.80 262.56 258.80 ML +closepath C3 fill + newpath +262.56 248.80 262.56 238.80 274.56 238.80 274.56 248.80 262.56 248.80 ML +closepath C3 fill + newpath +262.56 238.80 262.56 228.80 274.56 228.80 274.56 238.80 262.56 238.80 ML +closepath C3 fill + newpath +262.56 228.80 262.56 218.80 274.56 218.80 274.56 228.80 262.56 228.80 ML +closepath C3 fill + newpath +262.56 218.80 262.56 208.80 274.56 208.80 274.56 218.80 262.56 218.80 ML +closepath C99 fill + newpath +262.56 208.80 262.56 198.80 274.56 198.80 274.56 208.80 262.56 208.80 ML +closepath C99 fill + newpath +262.56 198.80 262.56 188.80 274.56 188.80 274.56 198.80 262.56 198.80 ML +closepath C99 fill + newpath +262.56 188.80 262.56 178.80 274.56 178.80 274.56 188.80 262.56 188.80 ML +closepath C99 fill + newpath +262.56 178.80 262.56 168.80 274.56 168.80 274.56 178.80 262.56 178.80 ML +closepath C99 fill + newpath +262.56 168.80 262.56 158.80 274.56 158.80 274.56 168.80 262.56 168.80 ML +closepath C99 fill + newpath +262.56 158.80 262.56 148.80 274.56 148.80 274.56 158.80 262.56 158.80 ML +closepath C99 fill + newpath +262.56 148.80 262.56 138.80 274.56 138.80 274.56 148.80 262.56 148.80 ML +closepath C99 fill + newpath +262.56 138.80 262.56 128.80 274.56 128.80 274.56 138.80 262.56 138.80 ML +closepath C99 fill + newpath +262.56 128.80 262.56 118.80 274.56 118.80 274.56 128.80 262.56 128.80 ML +closepath C99 fill + newpath +262.56 118.80 262.56 108.80 274.56 108.80 274.56 118.80 262.56 118.80 ML +closepath C99 fill + newpath +262.56 108.80 262.56 98.80 274.56 98.80 274.56 108.80 262.56 108.80 ML +closepath C6 fill + newpath +262.56 98.80 262.56 88.80 274.56 88.80 274.56 98.80 262.56 98.80 ML +closepath C6 fill + newpath +262.56 88.80 262.56 78.80 274.56 78.80 274.56 88.80 262.56 88.80 ML +closepath C6 fill + newpath +262.56 78.80 262.56 68.80 274.56 68.80 274.56 78.80 262.56 78.80 ML +closepath C6 fill + newpath +262.56 68.80 262.56 58.80 274.56 58.80 274.56 68.80 262.56 68.80 ML +closepath C6 fill + newpath +262.56 58.80 262.56 48.80 274.56 48.80 274.56 58.80 262.56 58.80 ML +closepath C6 fill + newpath +262.56 48.80 262.56 38.80 274.56 38.80 274.56 48.80 262.56 48.80 ML +closepath C6 fill + newpath +262.56 38.80 262.56 28.80 274.56 28.80 274.56 38.80 262.56 38.80 ML +closepath C6 fill + newpath +262.56 28.80 262.56 18.80 274.56 18.80 274.56 28.80 262.56 28.80 ML +closepath C6 fill + newpath +262.56 18.80 262.56 8.80 274.56 8.80 274.56 18.80 262.56 18.80 ML +closepath C99 fill + newpath +262.56 8.80 262.56 -1.20 274.56 -1.20 274.56 8.80 262.56 8.80 ML +closepath 0.90 setgray fill 0 setgray + newpath +250.56 748.80 250.56 738.80 262.56 738.80 262.56 748.80 250.56 748.80 ML +closepath C2 fill + newpath +250.56 738.80 250.56 728.80 262.56 728.80 262.56 738.80 250.56 738.80 ML +closepath C2 fill + newpath +250.56 728.80 250.56 718.80 262.56 718.80 262.56 728.80 250.56 728.80 ML +closepath C2 fill + newpath +250.56 718.80 250.56 708.80 262.56 708.80 262.56 718.80 250.56 718.80 ML +closepath C2 fill + newpath +250.56 708.80 250.56 698.80 262.56 698.80 262.56 708.80 250.56 708.80 ML +closepath C2 fill + newpath +250.56 698.80 250.56 688.80 262.56 688.80 262.56 698.80 250.56 698.80 ML +closepath C2 fill + newpath +250.56 688.80 250.56 678.80 262.56 678.80 262.56 688.80 250.56 688.80 ML +closepath C2 fill + newpath +250.56 678.80 250.56 668.80 262.56 668.80 262.56 678.80 250.56 678.80 ML +closepath C2 fill + newpath +250.56 668.80 250.56 658.80 262.56 658.80 262.56 668.80 250.56 668.80 ML +closepath C2 fill + newpath +250.56 658.80 250.56 648.80 262.56 648.80 262.56 658.80 250.56 658.80 ML +closepath C2 fill + newpath +250.56 648.80 250.56 638.80 262.56 638.80 262.56 648.80 250.56 648.80 ML +closepath C2 fill + newpath +250.56 638.80 250.56 628.80 262.56 628.80 262.56 638.80 250.56 638.80 ML +closepath C2 fill + newpath +250.56 628.80 250.56 618.80 262.56 618.80 262.56 628.80 250.56 628.80 ML +closepath C2 fill + newpath +250.56 618.80 250.56 608.80 262.56 608.80 262.56 618.80 250.56 618.80 ML +closepath C2 fill + newpath +250.56 608.80 250.56 598.80 262.56 598.80 262.56 608.80 250.56 608.80 ML +closepath C2 fill + newpath +250.56 598.80 250.56 588.80 262.56 588.80 262.56 598.80 250.56 598.80 ML +closepath C2 fill + newpath +250.56 588.80 250.56 578.80 262.56 578.80 262.56 588.80 250.56 588.80 ML +closepath C2 fill + newpath +250.56 578.80 250.56 568.80 262.56 568.80 262.56 578.80 250.56 578.80 ML +closepath C2 fill + newpath +250.56 568.80 250.56 558.80 262.56 558.80 262.56 568.80 250.56 568.80 ML +closepath C2 fill + newpath +250.56 558.80 250.56 548.80 262.56 548.80 262.56 558.80 250.56 558.80 ML +closepath C2 fill + newpath +250.56 548.80 250.56 538.80 262.56 538.80 262.56 548.80 250.56 548.80 ML +closepath C2 fill + newpath +250.56 538.80 250.56 528.80 262.56 528.80 262.56 538.80 250.56 538.80 ML +closepath C2 fill + newpath +250.56 528.80 250.56 518.80 262.56 518.80 262.56 528.80 250.56 528.80 ML +closepath C2 fill + newpath +250.56 518.80 250.56 508.80 262.56 508.80 262.56 518.80 250.56 518.80 ML +closepath C2 fill + newpath +250.56 508.80 250.56 498.80 262.56 498.80 262.56 508.80 250.56 508.80 ML +closepath C2 fill + newpath +250.56 498.80 250.56 488.80 262.56 488.80 262.56 498.80 250.56 498.80 ML +closepath C2 fill + newpath +250.56 488.80 250.56 478.80 262.56 478.80 262.56 488.80 250.56 488.80 ML +closepath C2 fill + newpath +250.56 478.80 250.56 468.80 262.56 468.80 262.56 478.80 250.56 478.80 ML +closepath C2 fill + newpath +250.56 468.80 250.56 458.80 262.56 458.80 262.56 468.80 250.56 468.80 ML +closepath C2 fill + newpath +250.56 458.80 250.56 448.80 262.56 448.80 262.56 458.80 250.56 458.80 ML +closepath C2 fill + newpath +250.56 448.80 250.56 438.80 262.56 438.80 262.56 448.80 250.56 448.80 ML +closepath C2 fill + newpath +250.56 438.80 250.56 428.80 262.56 428.80 262.56 438.80 250.56 438.80 ML +closepath C2 fill + newpath +250.56 428.80 250.56 418.80 262.56 418.80 262.56 428.80 250.56 428.80 ML +closepath C2 fill + newpath +250.56 418.80 250.56 408.80 262.56 408.80 262.56 418.80 250.56 418.80 ML +closepath C2 fill + newpath +250.56 408.80 250.56 398.80 262.56 398.80 262.56 408.80 250.56 408.80 ML +closepath C2 fill + newpath +250.56 398.80 250.56 388.80 262.56 388.80 262.56 398.80 250.56 398.80 ML +closepath C2 fill + newpath +250.56 388.80 250.56 378.80 262.56 378.80 262.56 388.80 250.56 388.80 ML +closepath C2 fill + newpath +250.56 378.80 250.56 368.80 262.56 368.80 262.56 378.80 250.56 378.80 ML +closepath C2 fill + newpath +250.56 368.80 250.56 358.80 262.56 358.80 262.56 368.80 250.56 368.80 ML +closepath C99 fill + newpath +250.56 358.80 250.56 348.80 262.56 348.80 262.56 358.80 250.56 358.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +250.56 348.80 250.56 338.80 262.56 338.80 262.56 348.80 250.56 348.80 ML +closepath C99 fill + newpath +250.56 338.80 250.56 328.80 262.56 328.80 262.56 338.80 250.56 338.80 ML +closepath C99 fill + newpath +250.56 328.80 250.56 318.80 262.56 318.80 262.56 328.80 250.56 328.80 ML +closepath C99 fill + newpath +250.56 318.80 250.56 308.80 262.56 308.80 262.56 318.80 250.56 318.80 ML +closepath C99 fill + newpath +250.56 308.80 250.56 298.80 262.56 298.80 262.56 308.80 250.56 308.80 ML +closepath C99 fill + newpath +250.56 298.80 250.56 288.80 262.56 288.80 262.56 298.80 250.56 298.80 ML +closepath C99 fill + newpath +250.56 288.80 250.56 278.80 262.56 278.80 262.56 288.80 250.56 288.80 ML +closepath C99 fill + newpath +250.56 278.80 250.56 268.80 262.56 268.80 262.56 278.80 250.56 278.80 ML +closepath C99 fill + newpath +250.56 268.80 250.56 258.80 262.56 258.80 262.56 268.80 250.56 268.80 ML +closepath C99 fill + newpath +250.56 258.80 250.56 248.80 262.56 248.80 262.56 258.80 250.56 258.80 ML +closepath C99 fill + newpath +250.56 248.80 250.56 238.80 262.56 238.80 262.56 248.80 250.56 248.80 ML +closepath C99 fill + newpath +250.56 238.80 250.56 228.80 262.56 228.80 262.56 238.80 250.56 238.80 ML +closepath C3 fill + newpath +250.56 228.80 250.56 218.80 262.56 218.80 262.56 228.80 250.56 228.80 ML +closepath C3 fill + newpath +250.56 218.80 250.56 208.80 262.56 208.80 262.56 218.80 250.56 218.80 ML +closepath C99 fill + newpath +250.56 208.80 250.56 198.80 262.56 198.80 262.56 208.80 250.56 208.80 ML +closepath C99 fill + newpath +250.56 198.80 250.56 188.80 262.56 188.80 262.56 198.80 250.56 198.80 ML +closepath C99 fill + newpath +250.56 188.80 250.56 178.80 262.56 178.80 262.56 188.80 250.56 188.80 ML +closepath C99 fill + newpath +250.56 178.80 250.56 168.80 262.56 168.80 262.56 178.80 250.56 178.80 ML +closepath C99 fill + newpath +250.56 168.80 250.56 158.80 262.56 158.80 262.56 168.80 250.56 168.80 ML +closepath C99 fill + newpath +250.56 158.80 250.56 148.80 262.56 148.80 262.56 158.80 250.56 158.80 ML +closepath C99 fill + newpath +250.56 148.80 250.56 138.80 262.56 138.80 262.56 148.80 250.56 148.80 ML +closepath C99 fill + newpath +250.56 138.80 250.56 128.80 262.56 128.80 262.56 138.80 250.56 138.80 ML +closepath C99 fill + newpath +250.56 128.80 250.56 118.80 262.56 118.80 262.56 128.80 250.56 128.80 ML +closepath C99 fill + newpath +250.56 118.80 250.56 108.80 262.56 108.80 262.56 118.80 250.56 118.80 ML +closepath C99 fill + newpath +250.56 108.80 250.56 98.80 262.56 98.80 262.56 108.80 250.56 108.80 ML +closepath C99 fill + newpath +250.56 98.80 250.56 88.80 262.56 88.80 262.56 98.80 250.56 98.80 ML +closepath C99 fill + newpath +250.56 88.80 250.56 78.80 262.56 78.80 262.56 88.80 250.56 88.80 ML +closepath C6 fill + newpath +250.56 78.80 250.56 68.80 262.56 68.80 262.56 78.80 250.56 78.80 ML +closepath C6 fill + newpath +250.56 68.80 250.56 58.80 262.56 58.80 262.56 68.80 250.56 68.80 ML +closepath C6 fill + newpath +250.56 58.80 250.56 48.80 262.56 48.80 262.56 58.80 250.56 58.80 ML +closepath C6 fill + newpath +250.56 48.80 250.56 38.80 262.56 38.80 262.56 48.80 250.56 48.80 ML +closepath C6 fill + newpath +250.56 38.80 250.56 28.80 262.56 28.80 262.56 38.80 250.56 38.80 ML +closepath C6 fill + newpath +250.56 28.80 250.56 18.80 262.56 18.80 262.56 28.80 250.56 28.80 ML +closepath C6 fill + newpath +250.56 18.80 250.56 8.80 262.56 8.80 262.56 18.80 250.56 18.80 ML +closepath C99 fill + newpath +250.56 8.80 250.56 -1.20 262.56 -1.20 262.56 8.80 250.56 8.80 ML +closepath C99 fill + newpath +238.56 748.80 238.56 738.80 250.56 738.80 250.56 748.80 238.56 748.80 ML +closepath C99 fill + newpath +238.56 738.80 238.56 728.80 250.56 728.80 250.56 738.80 238.56 738.80 ML +closepath C0 fill + newpath +238.56 728.80 238.56 718.80 250.56 718.80 250.56 728.80 238.56 728.80 ML +closepath C0 fill + newpath +238.56 718.80 238.56 708.80 250.56 708.80 250.56 718.80 238.56 718.80 ML +closepath C0 fill + newpath +238.56 708.80 238.56 698.80 250.56 698.80 250.56 708.80 238.56 708.80 ML +closepath C0 fill + newpath +238.56 698.80 238.56 688.80 250.56 688.80 250.56 698.80 238.56 698.80 ML +closepath C0 fill + newpath +238.56 688.80 238.56 678.80 250.56 678.80 250.56 688.80 238.56 688.80 ML +closepath C99 fill + newpath +238.56 678.80 238.56 668.80 250.56 668.80 250.56 678.80 238.56 678.80 ML +closepath C99 fill + newpath +238.56 668.80 238.56 658.80 250.56 658.80 250.56 668.80 238.56 668.80 ML +closepath C99 fill + newpath +238.56 658.80 238.56 648.80 250.56 648.80 250.56 658.80 238.56 658.80 ML +closepath C99 fill + newpath +238.56 648.80 238.56 638.80 250.56 638.80 250.56 648.80 238.56 648.80 ML +closepath C99 fill + newpath +238.56 638.80 238.56 628.80 250.56 628.80 250.56 638.80 238.56 638.80 ML +closepath C99 fill + newpath +238.56 628.80 238.56 618.80 250.56 618.80 250.56 628.80 238.56 628.80 ML +closepath C99 fill + newpath +238.56 618.80 238.56 608.80 250.56 608.80 250.56 618.80 238.56 618.80 ML +closepath C99 fill + newpath +238.56 608.80 238.56 598.80 250.56 598.80 250.56 608.80 238.56 608.80 ML +closepath C0 fill + newpath +238.56 598.80 238.56 588.80 250.56 588.80 250.56 598.80 238.56 598.80 ML +closepath C0 fill + newpath +238.56 588.80 238.56 578.80 250.56 578.80 250.56 588.80 238.56 588.80 ML +closepath C0 fill + newpath +238.56 578.80 238.56 568.80 250.56 568.80 250.56 578.80 238.56 578.80 ML +closepath C0 fill + newpath +238.56 568.80 238.56 558.80 250.56 558.80 250.56 568.80 238.56 568.80 ML +closepath C99 fill + newpath +238.56 558.80 238.56 548.80 250.56 548.80 250.56 558.80 238.56 558.80 ML +closepath C0 fill + newpath +238.56 548.80 238.56 538.80 250.56 538.80 250.56 548.80 238.56 548.80 ML +closepath C99 fill + newpath +238.56 538.80 238.56 528.80 250.56 528.80 250.56 538.80 238.56 538.80 ML +closepath C99 fill + newpath +238.56 528.80 238.56 518.80 250.56 518.80 250.56 528.80 238.56 528.80 ML +closepath C99 fill + newpath +238.56 518.80 238.56 508.80 250.56 508.80 250.56 518.80 238.56 518.80 ML +closepath C99 fill + newpath +238.56 508.80 238.56 498.80 250.56 498.80 250.56 508.80 238.56 508.80 ML +closepath C99 fill + newpath +238.56 498.80 238.56 488.80 250.56 488.80 250.56 498.80 238.56 498.80 ML +closepath C99 fill + newpath +238.56 488.80 238.56 478.80 250.56 478.80 250.56 488.80 238.56 488.80 ML +closepath C99 fill + newpath +238.56 478.80 238.56 468.80 250.56 468.80 250.56 478.80 238.56 478.80 ML +closepath C99 fill + newpath +238.56 468.80 238.56 458.80 250.56 458.80 250.56 468.80 238.56 468.80 ML +closepath C99 fill + newpath +238.56 458.80 238.56 448.80 250.56 448.80 250.56 458.80 238.56 458.80 ML +closepath C99 fill + newpath +238.56 448.80 238.56 438.80 250.56 438.80 250.56 448.80 238.56 448.80 ML +closepath C99 fill + newpath +238.56 438.80 238.56 428.80 250.56 428.80 250.56 438.80 238.56 438.80 ML +closepath C99 fill + newpath +238.56 428.80 238.56 418.80 250.56 418.80 250.56 428.80 238.56 428.80 ML +closepath C99 fill + newpath +238.56 418.80 238.56 408.80 250.56 408.80 250.56 418.80 238.56 418.80 ML +closepath C99 fill + newpath +238.56 408.80 238.56 398.80 250.56 398.80 250.56 408.80 238.56 408.80 ML +closepath C99 fill + newpath +238.56 398.80 238.56 388.80 250.56 388.80 250.56 398.80 238.56 398.80 ML +closepath C99 fill + newpath +238.56 388.80 238.56 378.80 250.56 378.80 250.56 388.80 238.56 388.80 ML +closepath C99 fill + newpath +238.56 378.80 238.56 368.80 250.56 368.80 250.56 378.80 238.56 378.80 ML +closepath C99 fill + newpath +238.56 368.80 238.56 358.80 250.56 358.80 250.56 368.80 238.56 368.80 ML +closepath C99 fill + newpath +238.56 358.80 238.56 348.80 250.56 348.80 250.56 358.80 238.56 358.80 ML +closepath C99 fill + newpath +238.56 348.80 238.56 338.80 250.56 338.80 250.56 348.80 238.56 348.80 ML +closepath C99 fill + newpath +238.56 338.80 238.56 328.80 250.56 328.80 250.56 338.80 238.56 338.80 ML +closepath C99 fill + newpath +238.56 328.80 238.56 318.80 250.56 318.80 250.56 328.80 238.56 328.80 ML +closepath C99 fill + newpath +238.56 318.80 238.56 308.80 250.56 308.80 250.56 318.80 238.56 318.80 ML +closepath C99 fill + newpath +238.56 308.80 238.56 298.80 250.56 298.80 250.56 308.80 238.56 308.80 ML +closepath C99 fill + newpath +238.56 298.80 238.56 288.80 250.56 288.80 250.56 298.80 238.56 298.80 ML +closepath C99 fill + newpath +238.56 288.80 238.56 278.80 250.56 278.80 250.56 288.80 238.56 288.80 ML +closepath C99 fill + newpath +238.56 278.80 238.56 268.80 250.56 268.80 250.56 278.80 238.56 278.80 ML +closepath C99 fill + newpath +238.56 268.80 238.56 258.80 250.56 258.80 250.56 268.80 238.56 268.80 ML +closepath C99 fill + newpath +238.56 258.80 238.56 248.80 250.56 248.80 250.56 258.80 238.56 258.80 ML +closepath C99 fill + newpath +238.56 248.80 238.56 238.80 250.56 238.80 250.56 248.80 238.56 248.80 ML +closepath C3 fill + newpath +238.56 238.80 238.56 228.80 250.56 228.80 250.56 238.80 238.56 238.80 ML +closepath C3 fill + newpath +238.56 228.80 238.56 218.80 250.56 218.80 250.56 228.80 238.56 228.80 ML +closepath C3 fill + newpath +238.56 218.80 238.56 208.80 250.56 208.80 250.56 218.80 238.56 218.80 ML +closepath C99 fill + newpath +238.56 208.80 238.56 198.80 250.56 198.80 250.56 208.80 238.56 208.80 ML +closepath C99 fill + newpath +238.56 198.80 238.56 188.80 250.56 188.80 250.56 198.80 238.56 198.80 ML +closepath C99 fill + newpath +238.56 188.80 238.56 178.80 250.56 178.80 250.56 188.80 238.56 188.80 ML +closepath C99 fill + newpath +238.56 178.80 238.56 168.80 250.56 168.80 250.56 178.80 238.56 178.80 ML +closepath C99 fill + newpath +238.56 168.80 238.56 158.80 250.56 158.80 250.56 168.80 238.56 168.80 ML +closepath C99 fill + newpath +238.56 158.80 238.56 148.80 250.56 148.80 250.56 158.80 238.56 158.80 ML +closepath C99 fill + newpath +238.56 148.80 238.56 138.80 250.56 138.80 250.56 148.80 238.56 148.80 ML +closepath C99 fill + newpath +238.56 138.80 238.56 128.80 250.56 128.80 250.56 138.80 238.56 138.80 ML +closepath C99 fill + newpath +238.56 128.80 238.56 118.80 250.56 118.80 250.56 128.80 238.56 128.80 ML +closepath C99 fill + newpath +238.56 118.80 238.56 108.80 250.56 108.80 250.56 118.80 238.56 118.80 ML +closepath C99 fill + newpath +238.56 108.80 238.56 98.80 250.56 98.80 250.56 108.80 238.56 108.80 ML +closepath C99 fill + newpath +238.56 98.80 238.56 88.80 250.56 88.80 250.56 98.80 238.56 98.80 ML +closepath C99 fill + newpath +238.56 88.80 238.56 78.80 250.56 78.80 250.56 88.80 238.56 88.80 ML +closepath C99 fill + newpath +238.56 78.80 238.56 68.80 250.56 68.80 250.56 78.80 238.56 78.80 ML +closepath C99 fill + newpath +238.56 68.80 238.56 58.80 250.56 58.80 250.56 68.80 238.56 68.80 ML +closepath C6 fill + newpath +238.56 58.80 238.56 48.80 250.56 48.80 250.56 58.80 238.56 58.80 ML +closepath C6 fill + newpath +238.56 48.80 238.56 38.80 250.56 38.80 250.56 48.80 238.56 48.80 ML +closepath C6 fill + newpath +238.56 38.80 238.56 28.80 250.56 28.80 250.56 38.80 238.56 38.80 ML +closepath C6 fill + newpath +238.56 28.80 238.56 18.80 250.56 18.80 250.56 28.80 238.56 28.80 ML +closepath C6 fill + newpath +238.56 18.80 238.56 8.80 250.56 8.80 250.56 18.80 238.56 18.80 ML +closepath C99 fill + newpath +238.56 8.80 238.56 -1.20 250.56 -1.20 250.56 8.80 238.56 8.80 ML +closepath C99 fill + newpath +226.56 748.80 226.56 738.80 238.56 738.80 238.56 748.80 226.56 748.80 ML +closepath C99 fill + newpath +226.56 738.80 226.56 728.80 238.56 728.80 238.56 738.80 226.56 738.80 ML +closepath C99 fill + newpath +226.56 728.80 226.56 718.80 238.56 718.80 238.56 728.80 226.56 728.80 ML +closepath C99 fill + newpath +226.56 718.80 226.56 708.80 238.56 708.80 238.56 718.80 226.56 718.80 ML +closepath C99 fill + newpath +226.56 708.80 226.56 698.80 238.56 698.80 238.56 708.80 226.56 708.80 ML +closepath C99 fill + newpath +226.56 698.80 226.56 688.80 238.56 688.80 238.56 698.80 226.56 698.80 ML +closepath C99 fill + newpath +226.56 688.80 226.56 678.80 238.56 678.80 238.56 688.80 226.56 688.80 ML +closepath C99 fill + newpath +226.56 678.80 226.56 668.80 238.56 668.80 238.56 678.80 226.56 678.80 ML +closepath C99 fill + newpath +226.56 668.80 226.56 658.80 238.56 658.80 238.56 668.80 226.56 668.80 ML +closepath C99 fill + newpath +226.56 658.80 226.56 648.80 238.56 648.80 238.56 658.80 226.56 658.80 ML +closepath C99 fill + newpath +226.56 648.80 226.56 638.80 238.56 638.80 238.56 648.80 226.56 648.80 ML +closepath C99 fill + newpath +226.56 638.80 226.56 628.80 238.56 628.80 238.56 638.80 226.56 638.80 ML +closepath C99 fill + newpath +226.56 628.80 226.56 618.80 238.56 618.80 238.56 628.80 226.56 628.80 ML +closepath C99 fill + newpath +226.56 618.80 226.56 608.80 238.56 608.80 238.56 618.80 226.56 618.80 ML +closepath C99 fill + newpath +226.56 608.80 226.56 598.80 238.56 598.80 238.56 608.80 226.56 608.80 ML +closepath C99 fill + newpath +226.56 598.80 226.56 588.80 238.56 588.80 238.56 598.80 226.56 598.80 ML +closepath C99 fill + newpath +226.56 588.80 226.56 578.80 238.56 578.80 238.56 588.80 226.56 588.80 ML +closepath C99 fill + newpath +226.56 578.80 226.56 568.80 238.56 568.80 238.56 578.80 226.56 578.80 ML +closepath C99 fill + newpath +226.56 568.80 226.56 558.80 238.56 558.80 238.56 568.80 226.56 568.80 ML +closepath C99 fill + newpath +226.56 558.80 226.56 548.80 238.56 548.80 238.56 558.80 226.56 558.80 ML +closepath C99 fill + newpath +226.56 548.80 226.56 538.80 238.56 538.80 238.56 548.80 226.56 548.80 ML +closepath C99 fill + newpath +226.56 538.80 226.56 528.80 238.56 528.80 238.56 538.80 226.56 538.80 ML +closepath C99 fill + newpath +226.56 528.80 226.56 518.80 238.56 518.80 238.56 528.80 226.56 528.80 ML +closepath C99 fill + newpath +226.56 518.80 226.56 508.80 238.56 508.80 238.56 518.80 226.56 518.80 ML +closepath C99 fill + newpath +226.56 508.80 226.56 498.80 238.56 498.80 238.56 508.80 226.56 508.80 ML +closepath C99 fill + newpath +226.56 498.80 226.56 488.80 238.56 488.80 238.56 498.80 226.56 498.80 ML +closepath C99 fill + newpath +226.56 488.80 226.56 478.80 238.56 478.80 238.56 488.80 226.56 488.80 ML +closepath C99 fill + newpath +226.56 478.80 226.56 468.80 238.56 468.80 238.56 478.80 226.56 478.80 ML +closepath C99 fill + newpath +226.56 468.80 226.56 458.80 238.56 458.80 238.56 468.80 226.56 468.80 ML +closepath C99 fill + newpath +226.56 458.80 226.56 448.80 238.56 448.80 238.56 458.80 226.56 458.80 ML +closepath C99 fill + newpath +226.56 448.80 226.56 438.80 238.56 438.80 238.56 448.80 226.56 448.80 ML +closepath C99 fill + newpath +226.56 438.80 226.56 428.80 238.56 428.80 238.56 438.80 226.56 438.80 ML +closepath C99 fill + newpath +226.56 428.80 226.56 418.80 238.56 418.80 238.56 428.80 226.56 428.80 ML +closepath C99 fill + newpath +226.56 418.80 226.56 408.80 238.56 408.80 238.56 418.80 226.56 418.80 ML +closepath C99 fill + newpath +226.56 408.80 226.56 398.80 238.56 398.80 238.56 408.80 226.56 408.80 ML +closepath C99 fill + newpath +226.56 398.80 226.56 388.80 238.56 388.80 238.56 398.80 226.56 398.80 ML +closepath C99 fill + newpath +226.56 388.80 226.56 378.80 238.56 378.80 238.56 388.80 226.56 388.80 ML +closepath C99 fill + newpath +226.56 378.80 226.56 368.80 238.56 368.80 238.56 378.80 226.56 378.80 ML +closepath C99 fill + newpath +226.56 368.80 226.56 358.80 238.56 358.80 238.56 368.80 226.56 368.80 ML +closepath C99 fill + newpath +226.56 358.80 226.56 348.80 238.56 348.80 238.56 358.80 226.56 358.80 ML +closepath C99 fill + newpath +226.56 348.80 226.56 338.80 238.56 338.80 238.56 348.80 226.56 348.80 ML +closepath C99 fill + newpath +226.56 338.80 226.56 328.80 238.56 328.80 238.56 338.80 226.56 338.80 ML +closepath C99 fill + newpath +226.56 328.80 226.56 318.80 238.56 318.80 238.56 328.80 226.56 328.80 ML +closepath C99 fill + newpath +226.56 318.80 226.56 308.80 238.56 308.80 238.56 318.80 226.56 318.80 ML +closepath C99 fill + newpath +226.56 308.80 226.56 298.80 238.56 298.80 238.56 308.80 226.56 308.80 ML +closepath C99 fill + newpath +226.56 298.80 226.56 288.80 238.56 288.80 238.56 298.80 226.56 298.80 ML +closepath C99 fill + newpath +226.56 288.80 226.56 278.80 238.56 278.80 238.56 288.80 226.56 288.80 ML +closepath C99 fill + newpath +226.56 278.80 226.56 268.80 238.56 268.80 238.56 278.80 226.56 278.80 ML +closepath C99 fill + newpath +226.56 268.80 226.56 258.80 238.56 258.80 238.56 268.80 226.56 268.80 ML +closepath C99 fill + newpath +226.56 258.80 226.56 248.80 238.56 248.80 238.56 258.80 226.56 258.80 ML +closepath C99 fill + newpath +226.56 248.80 226.56 238.80 238.56 238.80 238.56 248.80 226.56 248.80 ML +closepath C3 fill + newpath +226.56 238.80 226.56 228.80 238.56 228.80 238.56 238.80 226.56 238.80 ML +closepath C3 fill + newpath +226.56 228.80 226.56 218.80 238.56 218.80 238.56 228.80 226.56 228.80 ML +closepath C3 fill + newpath +226.56 218.80 226.56 208.80 238.56 208.80 238.56 218.80 226.56 218.80 ML +closepath C99 fill + newpath +226.56 208.80 226.56 198.80 238.56 198.80 238.56 208.80 226.56 208.80 ML +closepath C99 fill + newpath +226.56 198.80 226.56 188.80 238.56 188.80 238.56 198.80 226.56 198.80 ML +closepath C99 fill + newpath +226.56 188.80 226.56 178.80 238.56 178.80 238.56 188.80 226.56 188.80 ML +closepath C99 fill + newpath +226.56 178.80 226.56 168.80 238.56 168.80 238.56 178.80 226.56 178.80 ML +closepath C99 fill + newpath +226.56 168.80 226.56 158.80 238.56 158.80 238.56 168.80 226.56 168.80 ML +closepath C99 fill + newpath +226.56 158.80 226.56 148.80 238.56 148.80 238.56 158.80 226.56 158.80 ML +closepath C99 fill + newpath +226.56 148.80 226.56 138.80 238.56 138.80 238.56 148.80 226.56 148.80 ML +closepath C99 fill + newpath +226.56 138.80 226.56 128.80 238.56 128.80 238.56 138.80 226.56 138.80 ML +closepath C99 fill + newpath +226.56 128.80 226.56 118.80 238.56 118.80 238.56 128.80 226.56 128.80 ML +closepath C99 fill + newpath +226.56 118.80 226.56 108.80 238.56 108.80 238.56 118.80 226.56 118.80 ML +closepath C99 fill + newpath +226.56 108.80 226.56 98.80 238.56 98.80 238.56 108.80 226.56 108.80 ML +closepath C99 fill + newpath +226.56 98.80 226.56 88.80 238.56 88.80 238.56 98.80 226.56 98.80 ML +closepath C99 fill + newpath +226.56 88.80 226.56 78.80 238.56 78.80 238.56 88.80 226.56 88.80 ML +closepath C99 fill + newpath +226.56 78.80 226.56 68.80 238.56 68.80 238.56 78.80 226.56 78.80 ML +closepath C99 fill + newpath +226.56 68.80 226.56 58.80 238.56 58.80 238.56 68.80 226.56 68.80 ML +closepath C6 fill + newpath +226.56 58.80 226.56 48.80 238.56 48.80 238.56 58.80 226.56 58.80 ML +closepath C6 fill + newpath +226.56 48.80 226.56 38.80 238.56 38.80 238.56 48.80 226.56 48.80 ML +closepath C6 fill + newpath +226.56 38.80 226.56 28.80 238.56 28.80 238.56 38.80 226.56 38.80 ML +closepath C6 fill + newpath +226.56 28.80 226.56 18.80 238.56 18.80 238.56 28.80 226.56 28.80 ML +closepath C6 fill + newpath +226.56 18.80 226.56 8.80 238.56 8.80 238.56 18.80 226.56 18.80 ML +closepath C99 fill + newpath +226.56 8.80 226.56 -1.20 238.56 -1.20 238.56 8.80 226.56 8.80 ML +closepath C99 fill + newpath +214.56 748.80 214.56 738.80 226.56 738.80 226.56 748.80 214.56 748.80 ML +closepath C99 fill + newpath +214.56 738.80 214.56 728.80 226.56 728.80 226.56 738.80 214.56 738.80 ML +closepath C99 fill + newpath +214.56 728.80 214.56 718.80 226.56 718.80 226.56 728.80 214.56 728.80 ML +closepath C99 fill + newpath +214.56 718.80 214.56 708.80 226.56 708.80 226.56 718.80 214.56 718.80 ML +closepath C99 fill + newpath +214.56 708.80 214.56 698.80 226.56 698.80 226.56 708.80 214.56 708.80 ML +closepath C99 fill + newpath +214.56 698.80 214.56 688.80 226.56 688.80 226.56 698.80 214.56 698.80 ML +closepath C99 fill + newpath +214.56 688.80 214.56 678.80 226.56 678.80 226.56 688.80 214.56 688.80 ML +closepath C99 fill + newpath +214.56 678.80 214.56 668.80 226.56 668.80 226.56 678.80 214.56 678.80 ML +closepath C99 fill + newpath +214.56 668.80 214.56 658.80 226.56 658.80 226.56 668.80 214.56 668.80 ML +closepath C99 fill + newpath +214.56 658.80 214.56 648.80 226.56 648.80 226.56 658.80 214.56 658.80 ML +closepath C99 fill + newpath +214.56 648.80 214.56 638.80 226.56 638.80 226.56 648.80 214.56 648.80 ML +closepath C99 fill + newpath +214.56 638.80 214.56 628.80 226.56 628.80 226.56 638.80 214.56 638.80 ML +closepath C99 fill + newpath +214.56 628.80 214.56 618.80 226.56 618.80 226.56 628.80 214.56 628.80 ML +closepath C99 fill + newpath +214.56 618.80 214.56 608.80 226.56 608.80 226.56 618.80 214.56 618.80 ML +closepath C99 fill + newpath +214.56 608.80 214.56 598.80 226.56 598.80 226.56 608.80 214.56 608.80 ML +closepath C99 fill + newpath +214.56 598.80 214.56 588.80 226.56 588.80 226.56 598.80 214.56 598.80 ML +closepath C99 fill + newpath +214.56 588.80 214.56 578.80 226.56 578.80 226.56 588.80 214.56 588.80 ML +closepath C99 fill + newpath +214.56 578.80 214.56 568.80 226.56 568.80 226.56 578.80 214.56 578.80 ML +closepath C99 fill + newpath +214.56 568.80 214.56 558.80 226.56 558.80 226.56 568.80 214.56 568.80 ML +closepath C99 fill + newpath +214.56 558.80 214.56 548.80 226.56 548.80 226.56 558.80 214.56 558.80 ML +closepath C99 fill + newpath +214.56 548.80 214.56 538.80 226.56 538.80 226.56 548.80 214.56 548.80 ML +closepath C99 fill + newpath +214.56 538.80 214.56 528.80 226.56 528.80 226.56 538.80 214.56 538.80 ML +closepath C99 fill + newpath +214.56 528.80 214.56 518.80 226.56 518.80 226.56 528.80 214.56 528.80 ML +closepath C99 fill + newpath +214.56 518.80 214.56 508.80 226.56 508.80 226.56 518.80 214.56 518.80 ML +closepath C99 fill + newpath +214.56 508.80 214.56 498.80 226.56 498.80 226.56 508.80 214.56 508.80 ML +closepath C99 fill + newpath +214.56 498.80 214.56 488.80 226.56 488.80 226.56 498.80 214.56 498.80 ML +closepath C99 fill + newpath +214.56 488.80 214.56 478.80 226.56 478.80 226.56 488.80 214.56 488.80 ML +closepath C99 fill + newpath +214.56 478.80 214.56 468.80 226.56 468.80 226.56 478.80 214.56 478.80 ML +closepath C99 fill + newpath +214.56 468.80 214.56 458.80 226.56 458.80 226.56 468.80 214.56 468.80 ML +closepath C99 fill + newpath +214.56 458.80 214.56 448.80 226.56 448.80 226.56 458.80 214.56 458.80 ML +closepath C99 fill + newpath +214.56 448.80 214.56 438.80 226.56 438.80 226.56 448.80 214.56 448.80 ML +closepath C99 fill + newpath +214.56 438.80 214.56 428.80 226.56 428.80 226.56 438.80 214.56 438.80 ML +closepath C99 fill + newpath +214.56 428.80 214.56 418.80 226.56 418.80 226.56 428.80 214.56 428.80 ML +closepath C99 fill + newpath +214.56 418.80 214.56 408.80 226.56 408.80 226.56 418.80 214.56 418.80 ML +closepath C99 fill + newpath +214.56 408.80 214.56 398.80 226.56 398.80 226.56 408.80 214.56 408.80 ML +closepath C99 fill + newpath +214.56 398.80 214.56 388.80 226.56 388.80 226.56 398.80 214.56 398.80 ML +closepath C0 fill + newpath +214.56 388.80 214.56 378.80 226.56 378.80 226.56 388.80 214.56 388.80 ML +closepath C99 fill + newpath +214.56 378.80 214.56 368.80 226.56 368.80 226.56 378.80 214.56 378.80 ML +closepath C99 fill + newpath +214.56 368.80 214.56 358.80 226.56 358.80 226.56 368.80 214.56 368.80 ML +closepath C99 fill + newpath +214.56 358.80 214.56 348.80 226.56 348.80 226.56 358.80 214.56 358.80 ML +closepath C99 fill + newpath +214.56 348.80 214.56 338.80 226.56 338.80 226.56 348.80 214.56 348.80 ML +closepath C99 fill + newpath +214.56 338.80 214.56 328.80 226.56 328.80 226.56 338.80 214.56 338.80 ML +closepath C99 fill + newpath +214.56 328.80 214.56 318.80 226.56 318.80 226.56 328.80 214.56 328.80 ML +closepath C99 fill + newpath +214.56 318.80 214.56 308.80 226.56 308.80 226.56 318.80 214.56 318.80 ML +closepath C99 fill + newpath +214.56 308.80 214.56 298.80 226.56 298.80 226.56 308.80 214.56 308.80 ML +closepath C99 fill + newpath +214.56 298.80 214.56 288.80 226.56 288.80 226.56 298.80 214.56 298.80 ML +closepath C99 fill + newpath +214.56 288.80 214.56 278.80 226.56 278.80 226.56 288.80 214.56 288.80 ML +closepath C3 fill + newpath +214.56 278.80 214.56 268.80 226.56 268.80 226.56 278.80 214.56 278.80 ML +closepath C3 fill + newpath +214.56 268.80 214.56 258.80 226.56 258.80 226.56 268.80 214.56 268.80 ML +closepath C3 fill + newpath +214.56 258.80 214.56 248.80 226.56 248.80 226.56 258.80 214.56 258.80 ML +closepath C3 fill + newpath +214.56 248.80 214.56 238.80 226.56 238.80 226.56 248.80 214.56 248.80 ML +closepath C3 fill + newpath +214.56 238.80 214.56 228.80 226.56 228.80 226.56 238.80 214.56 238.80 ML +closepath C3 fill + newpath +214.56 228.80 214.56 218.80 226.56 218.80 226.56 228.80 214.56 228.80 ML +closepath C3 fill + newpath +214.56 218.80 214.56 208.80 226.56 208.80 226.56 218.80 214.56 218.80 ML +closepath C99 fill + newpath +214.56 208.80 214.56 198.80 226.56 198.80 226.56 208.80 214.56 208.80 ML +closepath C99 fill + newpath +214.56 198.80 214.56 188.80 226.56 188.80 226.56 198.80 214.56 198.80 ML +closepath C99 fill + newpath +214.56 188.80 214.56 178.80 226.56 178.80 226.56 188.80 214.56 188.80 ML +closepath C99 fill + newpath +214.56 178.80 214.56 168.80 226.56 168.80 226.56 178.80 214.56 178.80 ML +closepath C99 fill + newpath +214.56 168.80 214.56 158.80 226.56 158.80 226.56 168.80 214.56 168.80 ML +closepath C99 fill + newpath +214.56 158.80 214.56 148.80 226.56 148.80 226.56 158.80 214.56 158.80 ML +closepath C99 fill + newpath +214.56 148.80 214.56 138.80 226.56 138.80 226.56 148.80 214.56 148.80 ML +closepath C99 fill + newpath +214.56 138.80 214.56 128.80 226.56 128.80 226.56 138.80 214.56 138.80 ML +closepath C99 fill + newpath +214.56 128.80 214.56 118.80 226.56 118.80 226.56 128.80 214.56 128.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +214.56 118.80 214.56 108.80 226.56 108.80 226.56 118.80 214.56 118.80 ML +closepath C99 fill + newpath +214.56 108.80 214.56 98.80 226.56 98.80 226.56 108.80 214.56 108.80 ML +closepath C99 fill + newpath +214.56 98.80 214.56 88.80 226.56 88.80 226.56 98.80 214.56 98.80 ML +closepath C99 fill + newpath +214.56 88.80 214.56 78.80 226.56 78.80 226.56 88.80 214.56 88.80 ML +closepath C99 fill + newpath +214.56 78.80 214.56 68.80 226.56 68.80 226.56 78.80 214.56 78.80 ML +closepath C99 fill + newpath +214.56 68.80 214.56 58.80 226.56 58.80 226.56 68.80 214.56 68.80 ML +closepath C99 fill + newpath +214.56 58.80 214.56 48.80 226.56 48.80 226.56 58.80 214.56 58.80 ML +closepath C6 fill + newpath +214.56 48.80 214.56 38.80 226.56 38.80 226.56 48.80 214.56 48.80 ML +closepath C6 fill + newpath +214.56 38.80 214.56 28.80 226.56 28.80 226.56 38.80 214.56 38.80 ML +closepath C6 fill + newpath +214.56 28.80 214.56 18.80 226.56 18.80 226.56 28.80 214.56 28.80 ML +closepath C6 fill + newpath +214.56 18.80 214.56 8.80 226.56 8.80 226.56 18.80 214.56 18.80 ML +closepath C99 fill + newpath +214.56 8.80 214.56 -1.20 226.56 -1.20 226.56 8.80 214.56 8.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +202.56 748.80 202.56 738.80 214.56 738.80 214.56 748.80 202.56 748.80 ML +closepath C99 fill + newpath +202.56 738.80 202.56 728.80 214.56 728.80 214.56 738.80 202.56 738.80 ML +closepath C99 fill + newpath +202.56 728.80 202.56 718.80 214.56 718.80 214.56 728.80 202.56 728.80 ML +closepath C99 fill + newpath +202.56 718.80 202.56 708.80 214.56 708.80 214.56 718.80 202.56 718.80 ML +closepath C99 fill + newpath +202.56 708.80 202.56 698.80 214.56 698.80 214.56 708.80 202.56 708.80 ML +closepath C99 fill + newpath +202.56 698.80 202.56 688.80 214.56 688.80 214.56 698.80 202.56 698.80 ML +closepath C99 fill + newpath +202.56 688.80 202.56 678.80 214.56 678.80 214.56 688.80 202.56 688.80 ML +closepath C99 fill + newpath +202.56 678.80 202.56 668.80 214.56 668.80 214.56 678.80 202.56 678.80 ML +closepath C99 fill + newpath +202.56 668.80 202.56 658.80 214.56 658.80 214.56 668.80 202.56 668.80 ML +closepath C99 fill + newpath +202.56 658.80 202.56 648.80 214.56 648.80 214.56 658.80 202.56 658.80 ML +closepath C99 fill + newpath +202.56 648.80 202.56 638.80 214.56 638.80 214.56 648.80 202.56 648.80 ML +closepath C99 fill + newpath +202.56 638.80 202.56 628.80 214.56 628.80 214.56 638.80 202.56 638.80 ML +closepath C99 fill + newpath +202.56 628.80 202.56 618.80 214.56 618.80 214.56 628.80 202.56 628.80 ML +closepath C99 fill + newpath +202.56 618.80 202.56 608.80 214.56 608.80 214.56 618.80 202.56 618.80 ML +closepath C99 fill + newpath +202.56 608.80 202.56 598.80 214.56 598.80 214.56 608.80 202.56 608.80 ML +closepath C99 fill + newpath +202.56 598.80 202.56 588.80 214.56 588.80 214.56 598.80 202.56 598.80 ML +closepath C99 fill + newpath +202.56 588.80 202.56 578.80 214.56 578.80 214.56 588.80 202.56 588.80 ML +closepath C99 fill + newpath +202.56 578.80 202.56 568.80 214.56 568.80 214.56 578.80 202.56 578.80 ML +closepath C99 fill + newpath +202.56 568.80 202.56 558.80 214.56 558.80 214.56 568.80 202.56 568.80 ML +closepath C99 fill + newpath +202.56 558.80 202.56 548.80 214.56 548.80 214.56 558.80 202.56 558.80 ML +closepath C99 fill + newpath +202.56 548.80 202.56 538.80 214.56 538.80 214.56 548.80 202.56 548.80 ML +closepath C99 fill + newpath +202.56 538.80 202.56 528.80 214.56 528.80 214.56 538.80 202.56 538.80 ML +closepath C99 fill + newpath +202.56 528.80 202.56 518.80 214.56 518.80 214.56 528.80 202.56 528.80 ML +closepath C99 fill + newpath +202.56 518.80 202.56 508.80 214.56 508.80 214.56 518.80 202.56 518.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +202.56 508.80 202.56 498.80 214.56 498.80 214.56 508.80 202.56 508.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +202.56 498.80 202.56 488.80 214.56 488.80 214.56 498.80 202.56 498.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +202.56 488.80 202.56 478.80 214.56 478.80 214.56 488.80 202.56 488.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +202.56 478.80 202.56 468.80 214.56 468.80 214.56 478.80 202.56 478.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +202.56 468.80 202.56 458.80 214.56 458.80 214.56 468.80 202.56 468.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +202.56 458.80 202.56 448.80 214.56 448.80 214.56 458.80 202.56 458.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +202.56 448.80 202.56 438.80 214.56 438.80 214.56 448.80 202.56 448.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +202.56 438.80 202.56 428.80 214.56 428.80 214.56 438.80 202.56 438.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +202.56 428.80 202.56 418.80 214.56 418.80 214.56 428.80 202.56 428.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +202.56 418.80 202.56 408.80 214.56 408.80 214.56 418.80 202.56 418.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +202.56 408.80 202.56 398.80 214.56 398.80 214.56 408.80 202.56 408.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +202.56 398.80 202.56 388.80 214.56 388.80 214.56 398.80 202.56 398.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +202.56 388.80 202.56 378.80 214.56 378.80 214.56 388.80 202.56 388.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +202.56 378.80 202.56 368.80 214.56 368.80 214.56 378.80 202.56 378.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +202.56 368.80 202.56 358.80 214.56 358.80 214.56 368.80 202.56 368.80 ML +closepath C99 fill + newpath +202.56 358.80 202.56 348.80 214.56 348.80 214.56 358.80 202.56 358.80 ML +closepath C99 fill + newpath +202.56 348.80 202.56 338.80 214.56 338.80 214.56 348.80 202.56 348.80 ML +closepath C99 fill + newpath +202.56 338.80 202.56 328.80 214.56 328.80 214.56 338.80 202.56 338.80 ML +closepath C99 fill + newpath +202.56 328.80 202.56 318.80 214.56 318.80 214.56 328.80 202.56 328.80 ML +closepath C99 fill + newpath +202.56 318.80 202.56 308.80 214.56 308.80 214.56 318.80 202.56 318.80 ML +closepath C99 fill + newpath +202.56 308.80 202.56 298.80 214.56 298.80 214.56 308.80 202.56 308.80 ML +closepath C99 fill + newpath +202.56 298.80 202.56 288.80 214.56 288.80 214.56 298.80 202.56 298.80 ML +closepath C3 fill + newpath +202.56 288.80 202.56 278.80 214.56 278.80 214.56 288.80 202.56 288.80 ML +closepath C3 fill + newpath +202.56 278.80 202.56 268.80 214.56 268.80 214.56 278.80 202.56 278.80 ML +closepath C3 fill + newpath +202.56 268.80 202.56 258.80 214.56 258.80 214.56 268.80 202.56 268.80 ML +closepath C3 fill + newpath +202.56 258.80 202.56 248.80 214.56 248.80 214.56 258.80 202.56 258.80 ML +closepath C3 fill + newpath +202.56 248.80 202.56 238.80 214.56 238.80 214.56 248.80 202.56 248.80 ML +closepath C3 fill + newpath +202.56 238.80 202.56 228.80 214.56 228.80 214.56 238.80 202.56 238.80 ML +closepath C3 fill + newpath +202.56 228.80 202.56 218.80 214.56 218.80 214.56 228.80 202.56 228.80 ML +closepath C3 fill + newpath +202.56 218.80 202.56 208.80 214.56 208.80 214.56 218.80 202.56 218.80 ML +closepath C99 fill + newpath +202.56 208.80 202.56 198.80 214.56 198.80 214.56 208.80 202.56 208.80 ML +closepath C99 fill + newpath +202.56 198.80 202.56 188.80 214.56 188.80 214.56 198.80 202.56 198.80 ML +closepath C99 fill + newpath +202.56 188.80 202.56 178.80 214.56 178.80 214.56 188.80 202.56 188.80 ML +closepath C99 fill + newpath +202.56 178.80 202.56 168.80 214.56 168.80 214.56 178.80 202.56 178.80 ML +closepath C99 fill + newpath +202.56 168.80 202.56 158.80 214.56 158.80 214.56 168.80 202.56 168.80 ML +closepath C99 fill + newpath +202.56 158.80 202.56 148.80 214.56 148.80 214.56 158.80 202.56 158.80 ML +closepath C99 fill + newpath +202.56 148.80 202.56 138.80 214.56 138.80 214.56 148.80 202.56 148.80 ML +closepath C99 fill + newpath +202.56 138.80 202.56 128.80 214.56 128.80 214.56 138.80 202.56 138.80 ML +closepath C99 fill + newpath +202.56 128.80 202.56 118.80 214.56 118.80 214.56 128.80 202.56 128.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +202.56 118.80 202.56 108.80 214.56 108.80 214.56 118.80 202.56 118.80 ML +closepath C99 fill + newpath +202.56 108.80 202.56 98.80 214.56 98.80 214.56 108.80 202.56 108.80 ML +closepath C99 fill + newpath +202.56 98.80 202.56 88.80 214.56 88.80 214.56 98.80 202.56 98.80 ML +closepath C99 fill + newpath +202.56 88.80 202.56 78.80 214.56 78.80 214.56 88.80 202.56 88.80 ML +closepath C99 fill + newpath +202.56 78.80 202.56 68.80 214.56 68.80 214.56 78.80 202.56 78.80 ML +closepath C99 fill + newpath +202.56 68.80 202.56 58.80 214.56 58.80 214.56 68.80 202.56 68.80 ML +closepath C99 fill + newpath +202.56 58.80 202.56 48.80 214.56 48.80 214.56 58.80 202.56 58.80 ML +closepath C99 fill + newpath +202.56 48.80 202.56 38.80 214.56 38.80 214.56 48.80 202.56 48.80 ML +closepath C6 fill + newpath +202.56 38.80 202.56 28.80 214.56 28.80 214.56 38.80 202.56 38.80 ML +closepath C6 fill + newpath +202.56 28.80 202.56 18.80 214.56 18.80 214.56 28.80 202.56 28.80 ML +closepath C6 fill + newpath +202.56 18.80 202.56 8.80 214.56 8.80 214.56 18.80 202.56 18.80 ML +closepath C99 fill + newpath +202.56 8.80 202.56 -1.20 214.56 -1.20 214.56 8.80 202.56 8.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +190.56 748.80 190.56 738.80 202.56 738.80 202.56 748.80 190.56 748.80 ML +closepath C99 fill + newpath +190.56 738.80 190.56 728.80 202.56 728.80 202.56 738.80 190.56 738.80 ML +closepath C99 fill + newpath +190.56 728.80 190.56 718.80 202.56 718.80 202.56 728.80 190.56 728.80 ML +closepath C99 fill + newpath +190.56 718.80 190.56 708.80 202.56 708.80 202.56 718.80 190.56 718.80 ML +closepath C99 fill + newpath +190.56 708.80 190.56 698.80 202.56 698.80 202.56 708.80 190.56 708.80 ML +closepath C99 fill + newpath +190.56 698.80 190.56 688.80 202.56 688.80 202.56 698.80 190.56 698.80 ML +closepath C99 fill + newpath +190.56 688.80 190.56 678.80 202.56 678.80 202.56 688.80 190.56 688.80 ML +closepath C99 fill + newpath +190.56 678.80 190.56 668.80 202.56 668.80 202.56 678.80 190.56 678.80 ML +closepath C99 fill + newpath +190.56 668.80 190.56 658.80 202.56 658.80 202.56 668.80 190.56 668.80 ML +closepath C99 fill + newpath +190.56 658.80 190.56 648.80 202.56 648.80 202.56 658.80 190.56 658.80 ML +closepath C99 fill + newpath +190.56 648.80 190.56 638.80 202.56 638.80 202.56 648.80 190.56 648.80 ML +closepath C99 fill + newpath +190.56 638.80 190.56 628.80 202.56 628.80 202.56 638.80 190.56 638.80 ML +closepath C99 fill + newpath +190.56 628.80 190.56 618.80 202.56 618.80 202.56 628.80 190.56 628.80 ML +closepath C99 fill + newpath +190.56 618.80 190.56 608.80 202.56 608.80 202.56 618.80 190.56 618.80 ML +closepath C99 fill + newpath +190.56 608.80 190.56 598.80 202.56 598.80 202.56 608.80 190.56 608.80 ML +closepath C99 fill + newpath +190.56 598.80 190.56 588.80 202.56 588.80 202.56 598.80 190.56 598.80 ML +closepath C99 fill + newpath +190.56 588.80 190.56 578.80 202.56 578.80 202.56 588.80 190.56 588.80 ML +closepath C99 fill + newpath +190.56 578.80 190.56 568.80 202.56 568.80 202.56 578.80 190.56 578.80 ML +closepath C99 fill + newpath +190.56 568.80 190.56 558.80 202.56 558.80 202.56 568.80 190.56 568.80 ML +closepath C99 fill + newpath +190.56 558.80 190.56 548.80 202.56 548.80 202.56 558.80 190.56 558.80 ML +closepath C99 fill + newpath +190.56 548.80 190.56 538.80 202.56 538.80 202.56 548.80 190.56 548.80 ML +closepath C99 fill + newpath +190.56 538.80 190.56 528.80 202.56 528.80 202.56 538.80 190.56 538.80 ML +closepath C99 fill + newpath +190.56 528.80 190.56 518.80 202.56 518.80 202.56 528.80 190.56 528.80 ML +closepath C99 fill + newpath +190.56 518.80 190.56 508.80 202.56 508.80 202.56 518.80 190.56 518.80 ML +closepath C99 fill + newpath +190.56 508.80 190.56 498.80 202.56 498.80 202.56 508.80 190.56 508.80 ML +closepath C99 fill + newpath +190.56 498.80 190.56 488.80 202.56 488.80 202.56 498.80 190.56 498.80 ML +closepath C99 fill + newpath +190.56 488.80 190.56 478.80 202.56 478.80 202.56 488.80 190.56 488.80 ML +closepath C99 fill + newpath +190.56 478.80 190.56 468.80 202.56 468.80 202.56 478.80 190.56 478.80 ML +closepath C99 fill + newpath +190.56 468.80 190.56 458.80 202.56 458.80 202.56 468.80 190.56 468.80 ML +closepath C99 fill + newpath +190.56 458.80 190.56 448.80 202.56 448.80 202.56 458.80 190.56 458.80 ML +closepath C99 fill + newpath +190.56 448.80 190.56 438.80 202.56 438.80 202.56 448.80 190.56 448.80 ML +closepath C99 fill + newpath +190.56 438.80 190.56 428.80 202.56 428.80 202.56 438.80 190.56 438.80 ML +closepath C99 fill + newpath +190.56 428.80 190.56 418.80 202.56 418.80 202.56 428.80 190.56 428.80 ML +closepath C99 fill + newpath +190.56 418.80 190.56 408.80 202.56 408.80 202.56 418.80 190.56 418.80 ML +closepath C99 fill + newpath +190.56 408.80 190.56 398.80 202.56 398.80 202.56 408.80 190.56 408.80 ML +closepath C99 fill + newpath +190.56 398.80 190.56 388.80 202.56 388.80 202.56 398.80 190.56 398.80 ML +closepath C99 fill + newpath +190.56 388.80 190.56 378.80 202.56 378.80 202.56 388.80 190.56 388.80 ML +closepath C99 fill + newpath +190.56 378.80 190.56 368.80 202.56 368.80 202.56 378.80 190.56 378.80 ML +closepath C99 fill + newpath +190.56 368.80 190.56 358.80 202.56 358.80 202.56 368.80 190.56 368.80 ML +closepath C99 fill + newpath +190.56 358.80 190.56 348.80 202.56 348.80 202.56 358.80 190.56 358.80 ML +closepath C99 fill + newpath +190.56 348.80 190.56 338.80 202.56 338.80 202.56 348.80 190.56 348.80 ML +closepath C99 fill + newpath +190.56 338.80 190.56 328.80 202.56 328.80 202.56 338.80 190.56 338.80 ML +closepath C99 fill + newpath +190.56 328.80 190.56 318.80 202.56 318.80 202.56 328.80 190.56 328.80 ML +closepath C99 fill + newpath +190.56 318.80 190.56 308.80 202.56 308.80 202.56 318.80 190.56 318.80 ML +closepath C99 fill + newpath +190.56 308.80 190.56 298.80 202.56 298.80 202.56 308.80 190.56 308.80 ML +closepath C99 fill + newpath +190.56 298.80 190.56 288.80 202.56 288.80 202.56 298.80 190.56 298.80 ML +closepath C99 fill + newpath +190.56 288.80 190.56 278.80 202.56 278.80 202.56 288.80 190.56 288.80 ML +closepath C99 fill + newpath +190.56 278.80 190.56 268.80 202.56 268.80 202.56 278.80 190.56 278.80 ML +closepath C99 fill + newpath +190.56 268.80 190.56 258.80 202.56 258.80 202.56 268.80 190.56 268.80 ML +closepath C99 fill + newpath +190.56 258.80 190.56 248.80 202.56 248.80 202.56 258.80 190.56 258.80 ML +closepath C99 fill + newpath +190.56 248.80 190.56 238.80 202.56 238.80 202.56 248.80 190.56 248.80 ML +closepath C99 fill + newpath +190.56 238.80 190.56 228.80 202.56 228.80 202.56 238.80 190.56 238.80 ML +closepath C99 fill + newpath +190.56 228.80 190.56 218.80 202.56 218.80 202.56 228.80 190.56 228.80 ML +closepath C3 fill + newpath +190.56 218.80 190.56 208.80 202.56 208.80 202.56 218.80 190.56 218.80 ML +closepath C99 fill + newpath +190.56 208.80 190.56 198.80 202.56 198.80 202.56 208.80 190.56 208.80 ML +closepath C99 fill + newpath +190.56 198.80 190.56 188.80 202.56 188.80 202.56 198.80 190.56 198.80 ML +closepath C99 fill + newpath +190.56 188.80 190.56 178.80 202.56 178.80 202.56 188.80 190.56 188.80 ML +closepath C99 fill + newpath +190.56 178.80 190.56 168.80 202.56 168.80 202.56 178.80 190.56 178.80 ML +closepath C99 fill + newpath +190.56 168.80 190.56 158.80 202.56 158.80 202.56 168.80 190.56 168.80 ML +closepath C99 fill + newpath +190.56 158.80 190.56 148.80 202.56 148.80 202.56 158.80 190.56 158.80 ML +closepath C99 fill + newpath +190.56 148.80 190.56 138.80 202.56 138.80 202.56 148.80 190.56 148.80 ML +closepath C99 fill + newpath +190.56 138.80 190.56 128.80 202.56 128.80 202.56 138.80 190.56 138.80 ML +closepath C99 fill + newpath +190.56 128.80 190.56 118.80 202.56 118.80 202.56 128.80 190.56 128.80 ML +closepath C99 fill + newpath +190.56 118.80 190.56 108.80 202.56 108.80 202.56 118.80 190.56 118.80 ML +closepath C99 fill + newpath +190.56 108.80 190.56 98.80 202.56 98.80 202.56 108.80 190.56 108.80 ML +closepath C99 fill + newpath +190.56 98.80 190.56 88.80 202.56 88.80 202.56 98.80 190.56 98.80 ML +closepath C99 fill + newpath +190.56 88.80 190.56 78.80 202.56 78.80 202.56 88.80 190.56 88.80 ML +closepath C99 fill + newpath +190.56 78.80 190.56 68.80 202.56 68.80 202.56 78.80 190.56 78.80 ML +closepath C99 fill + newpath +190.56 68.80 190.56 58.80 202.56 58.80 202.56 68.80 190.56 68.80 ML +closepath C99 fill + newpath +190.56 58.80 190.56 48.80 202.56 48.80 202.56 58.80 190.56 58.80 ML +closepath C99 fill + newpath +190.56 48.80 190.56 38.80 202.56 38.80 202.56 48.80 190.56 48.80 ML +closepath C99 fill + newpath +190.56 38.80 190.56 28.80 202.56 28.80 202.56 38.80 190.56 38.80 ML +closepath C99 fill + newpath +190.56 28.80 190.56 18.80 202.56 18.80 202.56 28.80 190.56 28.80 ML +closepath C6 fill + newpath +190.56 18.80 190.56 8.80 202.56 8.80 202.56 18.80 190.56 18.80 ML +closepath C99 fill + newpath +190.56 8.80 190.56 -1.20 202.56 -1.20 202.56 8.80 190.56 8.80 ML +closepath C99 fill + newpath +178.56 748.80 178.56 738.80 190.56 738.80 190.56 748.80 178.56 748.80 ML +closepath C0 fill + newpath +178.56 738.80 178.56 728.80 190.56 728.80 190.56 738.80 178.56 738.80 ML +closepath C0 fill + newpath +178.56 728.80 178.56 718.80 190.56 718.80 190.56 728.80 178.56 728.80 ML +closepath C0 fill + newpath +178.56 718.80 178.56 708.80 190.56 708.80 190.56 718.80 178.56 718.80 ML +closepath C0 fill + newpath +178.56 708.80 178.56 698.80 190.56 698.80 190.56 708.80 178.56 708.80 ML +closepath C0 fill + newpath +178.56 698.80 178.56 688.80 190.56 688.80 190.56 698.80 178.56 698.80 ML +closepath C0 fill + newpath +178.56 688.80 178.56 678.80 190.56 678.80 190.56 688.80 178.56 688.80 ML +closepath C0 fill + newpath +178.56 678.80 178.56 668.80 190.56 668.80 190.56 678.80 178.56 678.80 ML +closepath C0 fill + newpath +178.56 668.80 178.56 658.80 190.56 658.80 190.56 668.80 178.56 668.80 ML +closepath C0 fill + newpath +178.56 658.80 178.56 648.80 190.56 648.80 190.56 658.80 178.56 658.80 ML +closepath C0 fill + newpath +178.56 648.80 178.56 638.80 190.56 638.80 190.56 648.80 178.56 648.80 ML +closepath C0 fill + newpath +178.56 638.80 178.56 628.80 190.56 628.80 190.56 638.80 178.56 638.80 ML +closepath C0 fill + newpath +178.56 628.80 178.56 618.80 190.56 618.80 190.56 628.80 178.56 628.80 ML +closepath C0 fill + newpath +178.56 618.80 178.56 608.80 190.56 608.80 190.56 618.80 178.56 618.80 ML +closepath C0 fill + newpath +178.56 608.80 178.56 598.80 190.56 598.80 190.56 608.80 178.56 608.80 ML +closepath C0 fill + newpath +178.56 598.80 178.56 588.80 190.56 588.80 190.56 598.80 178.56 598.80 ML +closepath C0 fill + newpath +178.56 588.80 178.56 578.80 190.56 578.80 190.56 588.80 178.56 588.80 ML +closepath C0 fill + newpath +178.56 578.80 178.56 568.80 190.56 568.80 190.56 578.80 178.56 578.80 ML +closepath C0 fill + newpath +178.56 568.80 178.56 558.80 190.56 558.80 190.56 568.80 178.56 568.80 ML +closepath C0 fill + newpath +178.56 558.80 178.56 548.80 190.56 548.80 190.56 558.80 178.56 558.80 ML +closepath C0 fill + newpath +178.56 548.80 178.56 538.80 190.56 538.80 190.56 548.80 178.56 548.80 ML +closepath C0 fill + newpath +178.56 538.80 178.56 528.80 190.56 528.80 190.56 538.80 178.56 538.80 ML +closepath C0 fill + newpath +178.56 528.80 178.56 518.80 190.56 518.80 190.56 528.80 178.56 528.80 ML +closepath C0 fill + newpath +178.56 518.80 178.56 508.80 190.56 508.80 190.56 518.80 178.56 518.80 ML +closepath C0 fill + newpath +178.56 508.80 178.56 498.80 190.56 498.80 190.56 508.80 178.56 508.80 ML +closepath C0 fill + newpath +178.56 498.80 178.56 488.80 190.56 488.80 190.56 498.80 178.56 498.80 ML +closepath C0 fill + newpath +178.56 488.80 178.56 478.80 190.56 478.80 190.56 488.80 178.56 488.80 ML +closepath C0 fill + newpath +178.56 478.80 178.56 468.80 190.56 468.80 190.56 478.80 178.56 478.80 ML +closepath C0 fill + newpath +178.56 468.80 178.56 458.80 190.56 458.80 190.56 468.80 178.56 468.80 ML +closepath C0 fill + newpath +178.56 458.80 178.56 448.80 190.56 448.80 190.56 458.80 178.56 458.80 ML +closepath C0 fill + newpath +178.56 448.80 178.56 438.80 190.56 438.80 190.56 448.80 178.56 448.80 ML +closepath C0 fill + newpath +178.56 438.80 178.56 428.80 190.56 428.80 190.56 438.80 178.56 438.80 ML +closepath C0 fill + newpath +178.56 428.80 178.56 418.80 190.56 418.80 190.56 428.80 178.56 428.80 ML +closepath C0 fill + newpath +178.56 418.80 178.56 408.80 190.56 408.80 190.56 418.80 178.56 418.80 ML +closepath C0 fill + newpath +178.56 408.80 178.56 398.80 190.56 398.80 190.56 408.80 178.56 408.80 ML +closepath C0 fill + newpath +178.56 398.80 178.56 388.80 190.56 388.80 190.56 398.80 178.56 398.80 ML +closepath C0 fill + newpath +178.56 388.80 178.56 378.80 190.56 378.80 190.56 388.80 178.56 388.80 ML +closepath C0 fill + newpath +178.56 378.80 178.56 368.80 190.56 368.80 190.56 378.80 178.56 378.80 ML +closepath C0 fill + newpath +178.56 368.80 178.56 358.80 190.56 358.80 190.56 368.80 178.56 368.80 ML +closepath C99 fill + newpath +178.56 358.80 178.56 348.80 190.56 348.80 190.56 358.80 178.56 358.80 ML +closepath C99 fill + newpath +178.56 348.80 178.56 338.80 190.56 338.80 190.56 348.80 178.56 348.80 ML +closepath C99 fill + newpath +178.56 338.80 178.56 328.80 190.56 328.80 190.56 338.80 178.56 338.80 ML +closepath C99 fill + newpath +178.56 328.80 178.56 318.80 190.56 318.80 190.56 328.80 178.56 328.80 ML +closepath C99 fill + newpath +178.56 318.80 178.56 308.80 190.56 308.80 190.56 318.80 178.56 318.80 ML +closepath C99 fill + newpath +178.56 308.80 178.56 298.80 190.56 298.80 190.56 308.80 178.56 308.80 ML +closepath C99 fill + newpath +178.56 298.80 178.56 288.80 190.56 288.80 190.56 298.80 178.56 298.80 ML +closepath C3 fill + newpath +178.56 288.80 178.56 278.80 190.56 278.80 190.56 288.80 178.56 288.80 ML +closepath C3 fill + newpath +178.56 278.80 178.56 268.80 190.56 268.80 190.56 278.80 178.56 278.80 ML +closepath C3 fill + newpath +178.56 268.80 178.56 258.80 190.56 258.80 190.56 268.80 178.56 268.80 ML +closepath C3 fill + newpath +178.56 258.80 178.56 248.80 190.56 248.80 190.56 258.80 178.56 258.80 ML +closepath C3 fill + newpath +178.56 248.80 178.56 238.80 190.56 238.80 190.56 248.80 178.56 248.80 ML +closepath C3 fill + newpath +178.56 238.80 178.56 228.80 190.56 228.80 190.56 238.80 178.56 238.80 ML +closepath C3 fill + newpath +178.56 228.80 178.56 218.80 190.56 218.80 190.56 228.80 178.56 228.80 ML +closepath C3 fill + newpath +178.56 218.80 178.56 208.80 190.56 208.80 190.56 218.80 178.56 218.80 ML +closepath C99 fill + newpath +178.56 208.80 178.56 198.80 190.56 198.80 190.56 208.80 178.56 208.80 ML +closepath C99 fill + newpath +178.56 198.80 178.56 188.80 190.56 188.80 190.56 198.80 178.56 198.80 ML +closepath C99 fill + newpath +178.56 188.80 178.56 178.80 190.56 178.80 190.56 188.80 178.56 188.80 ML +closepath C99 fill + newpath +178.56 178.80 178.56 168.80 190.56 168.80 190.56 178.80 178.56 178.80 ML +closepath C99 fill + newpath +178.56 168.80 178.56 158.80 190.56 158.80 190.56 168.80 178.56 168.80 ML +closepath C99 fill + newpath +178.56 158.80 178.56 148.80 190.56 148.80 190.56 158.80 178.56 158.80 ML +closepath C99 fill + newpath +178.56 148.80 178.56 138.80 190.56 138.80 190.56 148.80 178.56 148.80 ML +closepath C99 fill + newpath +178.56 138.80 178.56 128.80 190.56 128.80 190.56 138.80 178.56 138.80 ML +closepath C99 fill + newpath +178.56 128.80 178.56 118.80 190.56 118.80 190.56 128.80 178.56 128.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +178.56 118.80 178.56 108.80 190.56 108.80 190.56 118.80 178.56 118.80 ML +closepath C99 fill + newpath +178.56 108.80 178.56 98.80 190.56 98.80 190.56 108.80 178.56 108.80 ML +closepath C99 fill + newpath +178.56 98.80 178.56 88.80 190.56 88.80 190.56 98.80 178.56 98.80 ML +closepath C99 fill + newpath +178.56 88.80 178.56 78.80 190.56 78.80 190.56 88.80 178.56 88.80 ML +closepath C99 fill + newpath +178.56 78.80 178.56 68.80 190.56 68.80 190.56 78.80 178.56 78.80 ML +closepath C99 fill + newpath +178.56 68.80 178.56 58.80 190.56 58.80 190.56 68.80 178.56 68.80 ML +closepath C99 fill + newpath +178.56 58.80 178.56 48.80 190.56 48.80 190.56 58.80 178.56 58.80 ML +closepath C99 fill + newpath +178.56 48.80 178.56 38.80 190.56 38.80 190.56 48.80 178.56 48.80 ML +closepath C99 fill + newpath +178.56 38.80 178.56 28.80 190.56 28.80 190.56 38.80 178.56 38.80 ML +closepath C6 fill + newpath +178.56 28.80 178.56 18.80 190.56 18.80 190.56 28.80 178.56 28.80 ML +closepath C6 fill + newpath +178.56 18.80 178.56 8.80 190.56 8.80 190.56 18.80 178.56 18.80 ML +closepath C99 fill + newpath +178.56 8.80 178.56 -1.20 190.56 -1.20 190.56 8.80 178.56 8.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +166.56 748.80 166.56 738.80 178.56 738.80 178.56 748.80 166.56 748.80 ML +closepath C99 fill + newpath +166.56 738.80 166.56 728.80 178.56 728.80 178.56 738.80 166.56 738.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +166.56 728.80 166.56 718.80 178.56 718.80 178.56 728.80 166.56 728.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +166.56 718.80 166.56 708.80 178.56 708.80 178.56 718.80 166.56 718.80 ML +closepath C99 fill + newpath +166.56 708.80 166.56 698.80 178.56 698.80 178.56 708.80 166.56 708.80 ML +closepath C99 fill + newpath +166.56 698.80 166.56 688.80 178.56 688.80 178.56 698.80 166.56 698.80 ML +closepath C99 fill + newpath +166.56 688.80 166.56 678.80 178.56 678.80 178.56 688.80 166.56 688.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +166.56 678.80 166.56 668.80 178.56 668.80 178.56 678.80 166.56 678.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +166.56 668.80 166.56 658.80 178.56 658.80 178.56 668.80 166.56 668.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +166.56 658.80 166.56 648.80 178.56 648.80 178.56 658.80 166.56 658.80 ML +closepath C99 fill + newpath +166.56 648.80 166.56 638.80 178.56 638.80 178.56 648.80 166.56 648.80 ML +closepath C99 fill + newpath +166.56 638.80 166.56 628.80 178.56 628.80 178.56 638.80 166.56 638.80 ML +closepath C99 fill + newpath +166.56 628.80 166.56 618.80 178.56 618.80 178.56 628.80 166.56 628.80 ML +closepath C99 fill + newpath +166.56 618.80 166.56 608.80 178.56 608.80 178.56 618.80 166.56 618.80 ML +closepath C99 fill + newpath +166.56 608.80 166.56 598.80 178.56 598.80 178.56 608.80 166.56 608.80 ML +closepath C99 fill + newpath +166.56 598.80 166.56 588.80 178.56 588.80 178.56 598.80 166.56 598.80 ML +closepath C99 fill + newpath +166.56 588.80 166.56 578.80 178.56 578.80 178.56 588.80 166.56 588.80 ML +closepath C99 fill + newpath +166.56 578.80 166.56 568.80 178.56 568.80 178.56 578.80 166.56 578.80 ML +closepath C99 fill + newpath +166.56 568.80 166.56 558.80 178.56 558.80 178.56 568.80 166.56 568.80 ML +closepath C99 fill + newpath +166.56 558.80 166.56 548.80 178.56 548.80 178.56 558.80 166.56 558.80 ML +closepath C99 fill + newpath +166.56 548.80 166.56 538.80 178.56 538.80 178.56 548.80 166.56 548.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +166.56 538.80 166.56 528.80 178.56 528.80 178.56 538.80 166.56 538.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +166.56 528.80 166.56 518.80 178.56 518.80 178.56 528.80 166.56 528.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +166.56 518.80 166.56 508.80 178.56 508.80 178.56 518.80 166.56 518.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +166.56 508.80 166.56 498.80 178.56 498.80 178.56 508.80 166.56 508.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +166.56 498.80 166.56 488.80 178.56 488.80 178.56 498.80 166.56 498.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +166.56 488.80 166.56 478.80 178.56 478.80 178.56 488.80 166.56 488.80 ML +closepath C99 fill + newpath +166.56 478.80 166.56 468.80 178.56 468.80 178.56 478.80 166.56 478.80 ML +closepath C99 fill + newpath +166.56 468.80 166.56 458.80 178.56 458.80 178.56 468.80 166.56 468.80 ML +closepath C99 fill + newpath +166.56 458.80 166.56 448.80 178.56 448.80 178.56 458.80 166.56 458.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +166.56 448.80 166.56 438.80 178.56 438.80 178.56 448.80 166.56 448.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +166.56 438.80 166.56 428.80 178.56 428.80 178.56 438.80 166.56 438.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +166.56 428.80 166.56 418.80 178.56 418.80 178.56 428.80 166.56 428.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +166.56 418.80 166.56 408.80 178.56 408.80 178.56 418.80 166.56 418.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +166.56 408.80 166.56 398.80 178.56 398.80 178.56 408.80 166.56 408.80 ML +closepath C0 fill + newpath +166.56 398.80 166.56 388.80 178.56 388.80 178.56 398.80 166.56 398.80 ML +closepath C99 fill + newpath +166.56 388.80 166.56 378.80 178.56 378.80 178.56 388.80 166.56 388.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +166.56 378.80 166.56 368.80 178.56 368.80 178.56 378.80 166.56 378.80 ML +closepath C99 fill + newpath +166.56 368.80 166.56 358.80 178.56 358.80 178.56 368.80 166.56 368.80 ML +closepath C99 fill + newpath +166.56 358.80 166.56 348.80 178.56 348.80 178.56 358.80 166.56 358.80 ML +closepath C99 fill + newpath +166.56 348.80 166.56 338.80 178.56 338.80 178.56 348.80 166.56 348.80 ML +closepath C99 fill + newpath +166.56 338.80 166.56 328.80 178.56 328.80 178.56 338.80 166.56 338.80 ML +closepath C99 fill + newpath +166.56 328.80 166.56 318.80 178.56 318.80 178.56 328.80 166.56 328.80 ML +closepath C99 fill + newpath +166.56 318.80 166.56 308.80 178.56 308.80 178.56 318.80 166.56 318.80 ML +closepath C99 fill + newpath +166.56 308.80 166.56 298.80 178.56 298.80 178.56 308.80 166.56 308.80 ML +closepath C3 fill + newpath +166.56 298.80 166.56 288.80 178.56 288.80 178.56 298.80 166.56 298.80 ML +closepath C3 fill + newpath +166.56 288.80 166.56 278.80 178.56 278.80 178.56 288.80 166.56 288.80 ML +closepath C3 fill + newpath +166.56 278.80 166.56 268.80 178.56 268.80 178.56 278.80 166.56 278.80 ML +closepath C3 fill + newpath +166.56 268.80 166.56 258.80 178.56 258.80 178.56 268.80 166.56 268.80 ML +closepath C3 fill + newpath +166.56 258.80 166.56 248.80 178.56 248.80 178.56 258.80 166.56 258.80 ML +closepath C3 fill + newpath +166.56 248.80 166.56 238.80 178.56 238.80 178.56 248.80 166.56 248.80 ML +closepath C3 fill + newpath +166.56 238.80 166.56 228.80 178.56 228.80 178.56 238.80 166.56 238.80 ML +closepath C3 fill + newpath +166.56 228.80 166.56 218.80 178.56 218.80 178.56 228.80 166.56 228.80 ML +closepath C3 fill + newpath +166.56 218.80 166.56 208.80 178.56 208.80 178.56 218.80 166.56 218.80 ML +closepath C99 fill + newpath +166.56 208.80 166.56 198.80 178.56 198.80 178.56 208.80 166.56 208.80 ML +closepath C99 fill + newpath +166.56 198.80 166.56 188.80 178.56 188.80 178.56 198.80 166.56 198.80 ML +closepath C99 fill + newpath +166.56 188.80 166.56 178.80 178.56 178.80 178.56 188.80 166.56 188.80 ML +closepath C99 fill + newpath +166.56 178.80 166.56 168.80 178.56 168.80 178.56 178.80 166.56 178.80 ML +closepath C99 fill + newpath +166.56 168.80 166.56 158.80 178.56 158.80 178.56 168.80 166.56 168.80 ML +closepath C99 fill + newpath +166.56 158.80 166.56 148.80 178.56 148.80 178.56 158.80 166.56 158.80 ML +closepath C99 fill + newpath +166.56 148.80 166.56 138.80 178.56 138.80 178.56 148.80 166.56 148.80 ML +closepath C99 fill + newpath +166.56 138.80 166.56 128.80 178.56 128.80 178.56 138.80 166.56 138.80 ML +closepath C99 fill + newpath +166.56 128.80 166.56 118.80 178.56 118.80 178.56 128.80 166.56 128.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +166.56 118.80 166.56 108.80 178.56 108.80 178.56 118.80 166.56 118.80 ML +closepath C99 fill + newpath +166.56 108.80 166.56 98.80 178.56 98.80 178.56 108.80 166.56 108.80 ML +closepath C99 fill + newpath +166.56 98.80 166.56 88.80 178.56 88.80 178.56 98.80 166.56 98.80 ML +closepath C99 fill + newpath +166.56 88.80 166.56 78.80 178.56 78.80 178.56 88.80 166.56 88.80 ML +closepath C99 fill + newpath +166.56 78.80 166.56 68.80 178.56 68.80 178.56 78.80 166.56 78.80 ML +closepath C99 fill + newpath +166.56 68.80 166.56 58.80 178.56 58.80 178.56 68.80 166.56 68.80 ML +closepath C99 fill + newpath +166.56 58.80 166.56 48.80 178.56 48.80 178.56 58.80 166.56 58.80 ML +closepath C99 fill + newpath +166.56 48.80 166.56 38.80 178.56 38.80 178.56 48.80 166.56 48.80 ML +closepath C99 fill + newpath +166.56 38.80 166.56 28.80 178.56 28.80 178.56 38.80 166.56 38.80 ML +closepath C6 fill + newpath +166.56 28.80 166.56 18.80 178.56 18.80 178.56 28.80 166.56 28.80 ML +closepath C6 fill + newpath +166.56 18.80 166.56 8.80 178.56 8.80 178.56 18.80 166.56 18.80 ML +closepath C99 fill + newpath +166.56 8.80 166.56 -1.20 178.56 -1.20 178.56 8.80 166.56 8.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +154.56 748.80 154.56 738.80 166.56 738.80 166.56 748.80 154.56 748.80 ML +closepath C99 fill + newpath +154.56 738.80 154.56 728.80 166.56 728.80 166.56 738.80 154.56 738.80 ML +closepath C99 fill + newpath +154.56 728.80 154.56 718.80 166.56 718.80 166.56 728.80 154.56 728.80 ML +closepath C99 fill + newpath +154.56 718.80 154.56 708.80 166.56 708.80 166.56 718.80 154.56 718.80 ML +closepath C99 fill + newpath +154.56 708.80 154.56 698.80 166.56 698.80 166.56 708.80 154.56 708.80 ML +closepath C99 fill + newpath +154.56 698.80 154.56 688.80 166.56 688.80 166.56 698.80 154.56 698.80 ML +closepath C99 fill + newpath +154.56 688.80 154.56 678.80 166.56 678.80 166.56 688.80 154.56 688.80 ML +closepath C99 fill + newpath +154.56 678.80 154.56 668.80 166.56 668.80 166.56 678.80 154.56 678.80 ML +closepath C99 fill + newpath +154.56 668.80 154.56 658.80 166.56 658.80 166.56 668.80 154.56 668.80 ML +closepath C99 fill + newpath +154.56 658.80 154.56 648.80 166.56 648.80 166.56 658.80 154.56 658.80 ML +closepath C99 fill + newpath +154.56 648.80 154.56 638.80 166.56 638.80 166.56 648.80 154.56 648.80 ML +closepath C99 fill + newpath +154.56 638.80 154.56 628.80 166.56 628.80 166.56 638.80 154.56 638.80 ML +closepath C99 fill + newpath +154.56 628.80 154.56 618.80 166.56 618.80 166.56 628.80 154.56 628.80 ML +closepath C99 fill + newpath +154.56 618.80 154.56 608.80 166.56 608.80 166.56 618.80 154.56 618.80 ML +closepath C99 fill + newpath +154.56 608.80 154.56 598.80 166.56 598.80 166.56 608.80 154.56 608.80 ML +closepath C99 fill + newpath +154.56 598.80 154.56 588.80 166.56 588.80 166.56 598.80 154.56 598.80 ML +closepath C99 fill + newpath +154.56 588.80 154.56 578.80 166.56 578.80 166.56 588.80 154.56 588.80 ML +closepath C99 fill + newpath +154.56 578.80 154.56 568.80 166.56 568.80 166.56 578.80 154.56 578.80 ML +closepath C99 fill + newpath +154.56 568.80 154.56 558.80 166.56 558.80 166.56 568.80 154.56 568.80 ML +closepath C99 fill + newpath +154.56 558.80 154.56 548.80 166.56 548.80 166.56 558.80 154.56 558.80 ML +closepath C99 fill + newpath +154.56 548.80 154.56 538.80 166.56 538.80 166.56 548.80 154.56 548.80 ML +closepath C99 fill + newpath +154.56 538.80 154.56 528.80 166.56 528.80 166.56 538.80 154.56 538.80 ML +closepath C99 fill + newpath +154.56 528.80 154.56 518.80 166.56 518.80 166.56 528.80 154.56 528.80 ML +closepath C99 fill + newpath +154.56 518.80 154.56 508.80 166.56 508.80 166.56 518.80 154.56 518.80 ML +closepath C99 fill + newpath +154.56 508.80 154.56 498.80 166.56 498.80 166.56 508.80 154.56 508.80 ML +closepath C99 fill + newpath +154.56 498.80 154.56 488.80 166.56 488.80 166.56 498.80 154.56 498.80 ML +closepath C99 fill + newpath +154.56 488.80 154.56 478.80 166.56 478.80 166.56 488.80 154.56 488.80 ML +closepath C99 fill + newpath +154.56 478.80 154.56 468.80 166.56 468.80 166.56 478.80 154.56 478.80 ML +closepath C99 fill + newpath +154.56 468.80 154.56 458.80 166.56 458.80 166.56 468.80 154.56 468.80 ML +closepath C99 fill + newpath +154.56 458.80 154.56 448.80 166.56 448.80 166.56 458.80 154.56 458.80 ML +closepath C99 fill + newpath +154.56 448.80 154.56 438.80 166.56 438.80 166.56 448.80 154.56 448.80 ML +closepath C99 fill + newpath +154.56 438.80 154.56 428.80 166.56 428.80 166.56 438.80 154.56 438.80 ML +closepath C99 fill + newpath +154.56 428.80 154.56 418.80 166.56 418.80 166.56 428.80 154.56 428.80 ML +closepath C99 fill + newpath +154.56 418.80 154.56 408.80 166.56 408.80 166.56 418.80 154.56 418.80 ML +closepath C99 fill + newpath +154.56 408.80 154.56 398.80 166.56 398.80 166.56 408.80 154.56 408.80 ML +closepath C99 fill + newpath +154.56 398.80 154.56 388.80 166.56 388.80 166.56 398.80 154.56 398.80 ML +closepath C99 fill + newpath +154.56 388.80 154.56 378.80 166.56 378.80 166.56 388.80 154.56 388.80 ML +closepath C99 fill + newpath +154.56 378.80 154.56 368.80 166.56 368.80 166.56 378.80 154.56 378.80 ML +closepath C99 fill + newpath +154.56 368.80 154.56 358.80 166.56 358.80 166.56 368.80 154.56 368.80 ML +closepath C99 fill + newpath +154.56 358.80 154.56 348.80 166.56 348.80 166.56 358.80 154.56 358.80 ML +closepath C99 fill + newpath +154.56 348.80 154.56 338.80 166.56 338.80 166.56 348.80 154.56 348.80 ML +closepath C99 fill + newpath +154.56 338.80 154.56 328.80 166.56 328.80 166.56 338.80 154.56 338.80 ML +closepath C99 fill + newpath +154.56 328.80 154.56 318.80 166.56 318.80 166.56 328.80 154.56 328.80 ML +closepath C99 fill + newpath +154.56 318.80 154.56 308.80 166.56 308.80 166.56 318.80 154.56 318.80 ML +closepath C99 fill + newpath +154.56 308.80 154.56 298.80 166.56 298.80 166.56 308.80 154.56 308.80 ML +closepath C3 fill + newpath +154.56 298.80 154.56 288.80 166.56 288.80 166.56 298.80 154.56 298.80 ML +closepath C3 fill + newpath +154.56 288.80 154.56 278.80 166.56 278.80 166.56 288.80 154.56 288.80 ML +closepath C3 fill + newpath +154.56 278.80 154.56 268.80 166.56 268.80 166.56 278.80 154.56 278.80 ML +closepath C3 fill + newpath +154.56 268.80 154.56 258.80 166.56 258.80 166.56 268.80 154.56 268.80 ML +closepath C3 fill + newpath +154.56 258.80 154.56 248.80 166.56 248.80 166.56 258.80 154.56 258.80 ML +closepath C3 fill + newpath +154.56 248.80 154.56 238.80 166.56 238.80 166.56 248.80 154.56 248.80 ML +closepath C3 fill + newpath +154.56 238.80 154.56 228.80 166.56 228.80 166.56 238.80 154.56 238.80 ML +closepath C3 fill + newpath +154.56 228.80 154.56 218.80 166.56 218.80 166.56 228.80 154.56 228.80 ML +closepath C3 fill + newpath +154.56 218.80 154.56 208.80 166.56 208.80 166.56 218.80 154.56 218.80 ML +closepath C99 fill + newpath +154.56 208.80 154.56 198.80 166.56 198.80 166.56 208.80 154.56 208.80 ML +closepath C99 fill + newpath +154.56 198.80 154.56 188.80 166.56 188.80 166.56 198.80 154.56 198.80 ML +closepath C99 fill + newpath +154.56 188.80 154.56 178.80 166.56 178.80 166.56 188.80 154.56 188.80 ML +closepath C99 fill + newpath +154.56 178.80 154.56 168.80 166.56 168.80 166.56 178.80 154.56 178.80 ML +closepath C99 fill + newpath +154.56 168.80 154.56 158.80 166.56 158.80 166.56 168.80 154.56 168.80 ML +closepath C99 fill + newpath +154.56 158.80 154.56 148.80 166.56 148.80 166.56 158.80 154.56 158.80 ML +closepath C99 fill + newpath +154.56 148.80 154.56 138.80 166.56 138.80 166.56 148.80 154.56 148.80 ML +closepath C99 fill + newpath +154.56 138.80 154.56 128.80 166.56 128.80 166.56 138.80 154.56 138.80 ML +closepath C99 fill + newpath +154.56 128.80 154.56 118.80 166.56 118.80 166.56 128.80 154.56 128.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +154.56 118.80 154.56 108.80 166.56 108.80 166.56 118.80 154.56 118.80 ML +closepath C99 fill + newpath +154.56 108.80 154.56 98.80 166.56 98.80 166.56 108.80 154.56 108.80 ML +closepath C99 fill + newpath +154.56 98.80 154.56 88.80 166.56 88.80 166.56 98.80 154.56 98.80 ML +closepath C99 fill + newpath +154.56 88.80 154.56 78.80 166.56 78.80 166.56 88.80 154.56 88.80 ML +closepath C99 fill + newpath +154.56 78.80 154.56 68.80 166.56 68.80 166.56 78.80 154.56 78.80 ML +closepath C99 fill + newpath +154.56 68.80 154.56 58.80 166.56 58.80 166.56 68.80 154.56 68.80 ML +closepath C99 fill + newpath +154.56 58.80 154.56 48.80 166.56 48.80 166.56 58.80 154.56 58.80 ML +closepath C99 fill + newpath +154.56 48.80 154.56 38.80 166.56 38.80 166.56 48.80 154.56 48.80 ML +closepath C99 fill + newpath +154.56 38.80 154.56 28.80 166.56 28.80 166.56 38.80 154.56 38.80 ML +closepath C6 fill + newpath +154.56 28.80 154.56 18.80 166.56 18.80 166.56 28.80 154.56 28.80 ML +closepath C6 fill + newpath +154.56 18.80 154.56 8.80 166.56 8.80 166.56 18.80 154.56 18.80 ML +closepath C99 fill + newpath +154.56 8.80 154.56 -1.20 166.56 -1.20 166.56 8.80 154.56 8.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +142.56 748.80 142.56 738.80 154.56 738.80 154.56 748.80 142.56 748.80 ML +closepath C99 fill + newpath +142.56 738.80 142.56 728.80 154.56 728.80 154.56 738.80 142.56 738.80 ML +closepath C99 fill + newpath +142.56 728.80 142.56 718.80 154.56 718.80 154.56 728.80 142.56 728.80 ML +closepath C99 fill + newpath +142.56 718.80 142.56 708.80 154.56 708.80 154.56 718.80 142.56 718.80 ML +closepath C99 fill + newpath +142.56 708.80 142.56 698.80 154.56 698.80 154.56 708.80 142.56 708.80 ML +closepath C99 fill + newpath +142.56 698.80 142.56 688.80 154.56 688.80 154.56 698.80 142.56 698.80 ML +closepath C99 fill + newpath +142.56 688.80 142.56 678.80 154.56 678.80 154.56 688.80 142.56 688.80 ML +closepath C99 fill + newpath +142.56 678.80 142.56 668.80 154.56 668.80 154.56 678.80 142.56 678.80 ML +closepath C99 fill + newpath +142.56 668.80 142.56 658.80 154.56 658.80 154.56 668.80 142.56 668.80 ML +closepath C99 fill + newpath +142.56 658.80 142.56 648.80 154.56 648.80 154.56 658.80 142.56 658.80 ML +closepath C99 fill + newpath +142.56 648.80 142.56 638.80 154.56 638.80 154.56 648.80 142.56 648.80 ML +closepath C99 fill + newpath +142.56 638.80 142.56 628.80 154.56 628.80 154.56 638.80 142.56 638.80 ML +closepath C99 fill + newpath +142.56 628.80 142.56 618.80 154.56 618.80 154.56 628.80 142.56 628.80 ML +closepath C99 fill + newpath +142.56 618.80 142.56 608.80 154.56 608.80 154.56 618.80 142.56 618.80 ML +closepath C99 fill + newpath +142.56 608.80 142.56 598.80 154.56 598.80 154.56 608.80 142.56 608.80 ML +closepath C99 fill + newpath +142.56 598.80 142.56 588.80 154.56 588.80 154.56 598.80 142.56 598.80 ML +closepath C99 fill + newpath +142.56 588.80 142.56 578.80 154.56 578.80 154.56 588.80 142.56 588.80 ML +closepath C99 fill + newpath +142.56 578.80 142.56 568.80 154.56 568.80 154.56 578.80 142.56 578.80 ML +closepath C99 fill + newpath +142.56 568.80 142.56 558.80 154.56 558.80 154.56 568.80 142.56 568.80 ML +closepath C99 fill + newpath +142.56 558.80 142.56 548.80 154.56 548.80 154.56 558.80 142.56 558.80 ML +closepath C99 fill + newpath +142.56 548.80 142.56 538.80 154.56 538.80 154.56 548.80 142.56 548.80 ML +closepath C99 fill + newpath +142.56 538.80 142.56 528.80 154.56 528.80 154.56 538.80 142.56 538.80 ML +closepath C99 fill + newpath +142.56 528.80 142.56 518.80 154.56 518.80 154.56 528.80 142.56 528.80 ML +closepath C99 fill + newpath +142.56 518.80 142.56 508.80 154.56 508.80 154.56 518.80 142.56 518.80 ML +closepath C99 fill + newpath +142.56 508.80 142.56 498.80 154.56 498.80 154.56 508.80 142.56 508.80 ML +closepath C99 fill + newpath +142.56 498.80 142.56 488.80 154.56 488.80 154.56 498.80 142.56 498.80 ML +closepath C99 fill + newpath +142.56 488.80 142.56 478.80 154.56 478.80 154.56 488.80 142.56 488.80 ML +closepath C99 fill + newpath +142.56 478.80 142.56 468.80 154.56 468.80 154.56 478.80 142.56 478.80 ML +closepath C99 fill + newpath +142.56 468.80 142.56 458.80 154.56 458.80 154.56 468.80 142.56 468.80 ML +closepath C99 fill + newpath +142.56 458.80 142.56 448.80 154.56 448.80 154.56 458.80 142.56 458.80 ML +closepath C99 fill + newpath +142.56 448.80 142.56 438.80 154.56 438.80 154.56 448.80 142.56 448.80 ML +closepath C99 fill + newpath +142.56 438.80 142.56 428.80 154.56 428.80 154.56 438.80 142.56 438.80 ML +closepath C99 fill + newpath +142.56 428.80 142.56 418.80 154.56 418.80 154.56 428.80 142.56 428.80 ML +closepath C99 fill + newpath +142.56 418.80 142.56 408.80 154.56 408.80 154.56 418.80 142.56 418.80 ML +closepath C99 fill + newpath +142.56 408.80 142.56 398.80 154.56 398.80 154.56 408.80 142.56 408.80 ML +closepath C99 fill + newpath +142.56 398.80 142.56 388.80 154.56 388.80 154.56 398.80 142.56 398.80 ML +closepath C99 fill + newpath +142.56 388.80 142.56 378.80 154.56 378.80 154.56 388.80 142.56 388.80 ML +closepath C99 fill + newpath +142.56 378.80 142.56 368.80 154.56 368.80 154.56 378.80 142.56 378.80 ML +closepath C99 fill + newpath +142.56 368.80 142.56 358.80 154.56 358.80 154.56 368.80 142.56 368.80 ML +closepath C99 fill + newpath +142.56 358.80 142.56 348.80 154.56 348.80 154.56 358.80 142.56 358.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +142.56 348.80 142.56 338.80 154.56 338.80 154.56 348.80 142.56 348.80 ML +closepath C99 fill + newpath +142.56 338.80 142.56 328.80 154.56 328.80 154.56 338.80 142.56 338.80 ML +closepath C99 fill + newpath +142.56 328.80 142.56 318.80 154.56 318.80 154.56 328.80 142.56 328.80 ML +closepath C99 fill + newpath +142.56 318.80 142.56 308.80 154.56 308.80 154.56 318.80 142.56 318.80 ML +closepath C99 fill + newpath +142.56 308.80 142.56 298.80 154.56 298.80 154.56 308.80 142.56 308.80 ML +closepath C3 fill + newpath +142.56 298.80 142.56 288.80 154.56 288.80 154.56 298.80 142.56 298.80 ML +closepath C3 fill + newpath +142.56 288.80 142.56 278.80 154.56 278.80 154.56 288.80 142.56 288.80 ML +closepath C3 fill + newpath +142.56 278.80 142.56 268.80 154.56 268.80 154.56 278.80 142.56 278.80 ML +closepath C3 fill + newpath +142.56 268.80 142.56 258.80 154.56 258.80 154.56 268.80 142.56 268.80 ML +closepath C3 fill + newpath +142.56 258.80 142.56 248.80 154.56 248.80 154.56 258.80 142.56 258.80 ML +closepath C3 fill + newpath +142.56 248.80 142.56 238.80 154.56 238.80 154.56 248.80 142.56 248.80 ML +closepath C3 fill + newpath +142.56 238.80 142.56 228.80 154.56 228.80 154.56 238.80 142.56 238.80 ML +closepath C3 fill + newpath +142.56 228.80 142.56 218.80 154.56 218.80 154.56 228.80 142.56 228.80 ML +closepath C3 fill + newpath +142.56 218.80 142.56 208.80 154.56 208.80 154.56 218.80 142.56 218.80 ML +closepath C99 fill + newpath +142.56 208.80 142.56 198.80 154.56 198.80 154.56 208.80 142.56 208.80 ML +closepath C99 fill + newpath +142.56 198.80 142.56 188.80 154.56 188.80 154.56 198.80 142.56 198.80 ML +closepath C99 fill + newpath +142.56 188.80 142.56 178.80 154.56 178.80 154.56 188.80 142.56 188.80 ML +closepath C99 fill + newpath +142.56 178.80 142.56 168.80 154.56 168.80 154.56 178.80 142.56 178.80 ML +closepath C99 fill + newpath +142.56 168.80 142.56 158.80 154.56 158.80 154.56 168.80 142.56 168.80 ML +closepath C99 fill + newpath +142.56 158.80 142.56 148.80 154.56 148.80 154.56 158.80 142.56 158.80 ML +closepath C99 fill + newpath +142.56 148.80 142.56 138.80 154.56 138.80 154.56 148.80 142.56 148.80 ML +closepath C99 fill + newpath +142.56 138.80 142.56 128.80 154.56 128.80 154.56 138.80 142.56 138.80 ML +closepath C99 fill + newpath +142.56 128.80 142.56 118.80 154.56 118.80 154.56 128.80 142.56 128.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +142.56 118.80 142.56 108.80 154.56 108.80 154.56 118.80 142.56 118.80 ML +closepath C99 fill + newpath +142.56 108.80 142.56 98.80 154.56 98.80 154.56 108.80 142.56 108.80 ML +closepath C99 fill + newpath +142.56 98.80 142.56 88.80 154.56 88.80 154.56 98.80 142.56 98.80 ML +closepath C99 fill + newpath +142.56 88.80 142.56 78.80 154.56 78.80 154.56 88.80 142.56 88.80 ML +closepath C99 fill + newpath +142.56 78.80 142.56 68.80 154.56 68.80 154.56 78.80 142.56 78.80 ML +closepath C99 fill + newpath +142.56 68.80 142.56 58.80 154.56 58.80 154.56 68.80 142.56 68.80 ML +closepath C99 fill + newpath +142.56 58.80 142.56 48.80 154.56 48.80 154.56 58.80 142.56 58.80 ML +closepath C99 fill + newpath +142.56 48.80 142.56 38.80 154.56 38.80 154.56 48.80 142.56 48.80 ML +closepath C6 fill + newpath +142.56 38.80 142.56 28.80 154.56 28.80 154.56 38.80 142.56 38.80 ML +closepath C6 fill + newpath +142.56 28.80 142.56 18.80 154.56 18.80 154.56 28.80 142.56 28.80 ML +closepath C6 fill + newpath +142.56 18.80 142.56 8.80 154.56 8.80 154.56 18.80 142.56 18.80 ML +closepath C99 fill + newpath +142.56 8.80 142.56 -1.20 154.56 -1.20 154.56 8.80 142.56 8.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +130.56 748.80 130.56 738.80 142.56 738.80 142.56 748.80 130.56 748.80 ML +closepath C99 fill + newpath +130.56 738.80 130.56 728.80 142.56 728.80 142.56 738.80 130.56 738.80 ML +closepath C99 fill + newpath +130.56 728.80 130.56 718.80 142.56 718.80 142.56 728.80 130.56 728.80 ML +closepath C99 fill + newpath +130.56 718.80 130.56 708.80 142.56 708.80 142.56 718.80 130.56 718.80 ML +closepath C99 fill + newpath +130.56 708.80 130.56 698.80 142.56 698.80 142.56 708.80 130.56 708.80 ML +closepath C99 fill + newpath +130.56 698.80 130.56 688.80 142.56 688.80 142.56 698.80 130.56 698.80 ML +closepath C99 fill + newpath +130.56 688.80 130.56 678.80 142.56 678.80 142.56 688.80 130.56 688.80 ML +closepath C99 fill + newpath +130.56 678.80 130.56 668.80 142.56 668.80 142.56 678.80 130.56 678.80 ML +closepath C99 fill + newpath +130.56 668.80 130.56 658.80 142.56 658.80 142.56 668.80 130.56 668.80 ML +closepath C99 fill + newpath +130.56 658.80 130.56 648.80 142.56 648.80 142.56 658.80 130.56 658.80 ML +closepath C99 fill + newpath +130.56 648.80 130.56 638.80 142.56 638.80 142.56 648.80 130.56 648.80 ML +closepath C99 fill + newpath +130.56 638.80 130.56 628.80 142.56 628.80 142.56 638.80 130.56 638.80 ML +closepath C99 fill + newpath +130.56 628.80 130.56 618.80 142.56 618.80 142.56 628.80 130.56 628.80 ML +closepath C99 fill + newpath +130.56 618.80 130.56 608.80 142.56 608.80 142.56 618.80 130.56 618.80 ML +closepath C99 fill + newpath +130.56 608.80 130.56 598.80 142.56 598.80 142.56 608.80 130.56 608.80 ML +closepath C99 fill + newpath +130.56 598.80 130.56 588.80 142.56 588.80 142.56 598.80 130.56 598.80 ML +closepath C99 fill + newpath +130.56 588.80 130.56 578.80 142.56 578.80 142.56 588.80 130.56 588.80 ML +closepath C99 fill + newpath +130.56 578.80 130.56 568.80 142.56 568.80 142.56 578.80 130.56 578.80 ML +closepath C99 fill + newpath +130.56 568.80 130.56 558.80 142.56 558.80 142.56 568.80 130.56 568.80 ML +closepath C99 fill + newpath +130.56 558.80 130.56 548.80 142.56 548.80 142.56 558.80 130.56 558.80 ML +closepath C99 fill + newpath +130.56 548.80 130.56 538.80 142.56 538.80 142.56 548.80 130.56 548.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +130.56 538.80 130.56 528.80 142.56 528.80 142.56 538.80 130.56 538.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +130.56 528.80 130.56 518.80 142.56 518.80 142.56 528.80 130.56 528.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +130.56 518.80 130.56 508.80 142.56 508.80 142.56 518.80 130.56 518.80 ML +closepath C0 fill + newpath +130.56 508.80 130.56 498.80 142.56 498.80 142.56 508.80 130.56 508.80 ML +closepath C0 fill + newpath +130.56 498.80 130.56 488.80 142.56 488.80 142.56 498.80 130.56 498.80 ML +closepath C0 fill + newpath +130.56 488.80 130.56 478.80 142.56 478.80 142.56 488.80 130.56 488.80 ML +closepath C99 fill + newpath +130.56 478.80 130.56 468.80 142.56 468.80 142.56 478.80 130.56 478.80 ML +closepath C0 fill + newpath +130.56 468.80 130.56 458.80 142.56 458.80 142.56 468.80 130.56 468.80 ML +closepath C0 fill + newpath +130.56 458.80 130.56 448.80 142.56 448.80 142.56 458.80 130.56 458.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +130.56 448.80 130.56 438.80 142.56 438.80 142.56 448.80 130.56 448.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +130.56 438.80 130.56 428.80 142.56 428.80 142.56 438.80 130.56 438.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +130.56 428.80 130.56 418.80 142.56 418.80 142.56 428.80 130.56 428.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +130.56 418.80 130.56 408.80 142.56 408.80 142.56 418.80 130.56 418.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +130.56 408.80 130.56 398.80 142.56 398.80 142.56 408.80 130.56 408.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +130.56 398.80 130.56 388.80 142.56 388.80 142.56 398.80 130.56 398.80 ML +closepath C99 fill + newpath +130.56 388.80 130.56 378.80 142.56 378.80 142.56 388.80 130.56 388.80 ML +closepath C99 fill + newpath +130.56 378.80 130.56 368.80 142.56 368.80 142.56 378.80 130.56 378.80 ML +closepath C99 fill + newpath +130.56 368.80 130.56 358.80 142.56 358.80 142.56 368.80 130.56 368.80 ML +closepath C99 fill + newpath +130.56 358.80 130.56 348.80 142.56 348.80 142.56 358.80 130.56 358.80 ML +closepath C99 fill + newpath +130.56 348.80 130.56 338.80 142.56 338.80 142.56 348.80 130.56 348.80 ML +closepath C99 fill + newpath +130.56 338.80 130.56 328.80 142.56 328.80 142.56 338.80 130.56 338.80 ML +closepath C99 fill + newpath +130.56 328.80 130.56 318.80 142.56 318.80 142.56 328.80 130.56 328.80 ML +closepath C99 fill + newpath +130.56 318.80 130.56 308.80 142.56 308.80 142.56 318.80 130.56 318.80 ML +closepath C99 fill + newpath +130.56 308.80 130.56 298.80 142.56 298.80 142.56 308.80 130.56 308.80 ML +closepath C3 fill + newpath +130.56 298.80 130.56 288.80 142.56 288.80 142.56 298.80 130.56 298.80 ML +closepath C3 fill + newpath +130.56 288.80 130.56 278.80 142.56 278.80 142.56 288.80 130.56 288.80 ML +closepath C3 fill + newpath +130.56 278.80 130.56 268.80 142.56 268.80 142.56 278.80 130.56 278.80 ML +closepath C3 fill + newpath +130.56 268.80 130.56 258.80 142.56 258.80 142.56 268.80 130.56 268.80 ML +closepath C3 fill + newpath +130.56 258.80 130.56 248.80 142.56 248.80 142.56 258.80 130.56 258.80 ML +closepath C3 fill + newpath +130.56 248.80 130.56 238.80 142.56 238.80 142.56 248.80 130.56 248.80 ML +closepath C3 fill + newpath +130.56 238.80 130.56 228.80 142.56 228.80 142.56 238.80 130.56 238.80 ML +closepath C3 fill + newpath +130.56 228.80 130.56 218.80 142.56 218.80 142.56 228.80 130.56 228.80 ML +closepath C3 fill + newpath +130.56 218.80 130.56 208.80 142.56 208.80 142.56 218.80 130.56 218.80 ML +closepath C99 fill + newpath +130.56 208.80 130.56 198.80 142.56 198.80 142.56 208.80 130.56 208.80 ML +closepath C99 fill + newpath +130.56 198.80 130.56 188.80 142.56 188.80 142.56 198.80 130.56 198.80 ML +closepath C99 fill + newpath +130.56 188.80 130.56 178.80 142.56 178.80 142.56 188.80 130.56 188.80 ML +closepath C99 fill + newpath +130.56 178.80 130.56 168.80 142.56 168.80 142.56 178.80 130.56 178.80 ML +closepath C99 fill + newpath +130.56 168.80 130.56 158.80 142.56 158.80 142.56 168.80 130.56 168.80 ML +closepath C99 fill + newpath +130.56 158.80 130.56 148.80 142.56 148.80 142.56 158.80 130.56 158.80 ML +closepath C99 fill + newpath +130.56 148.80 130.56 138.80 142.56 138.80 142.56 148.80 130.56 148.80 ML +closepath C99 fill + newpath +130.56 138.80 130.56 128.80 142.56 128.80 142.56 138.80 130.56 138.80 ML +closepath C99 fill + newpath +130.56 128.80 130.56 118.80 142.56 118.80 142.56 128.80 130.56 128.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +130.56 118.80 130.56 108.80 142.56 108.80 142.56 118.80 130.56 118.80 ML +closepath C99 fill + newpath +130.56 108.80 130.56 98.80 142.56 98.80 142.56 108.80 130.56 108.80 ML +closepath C99 fill + newpath +130.56 98.80 130.56 88.80 142.56 88.80 142.56 98.80 130.56 98.80 ML +closepath C99 fill + newpath +130.56 88.80 130.56 78.80 142.56 78.80 142.56 88.80 130.56 88.80 ML +closepath C99 fill + newpath +130.56 78.80 130.56 68.80 142.56 68.80 142.56 78.80 130.56 78.80 ML +closepath C99 fill + newpath +130.56 68.80 130.56 58.80 142.56 58.80 142.56 68.80 130.56 68.80 ML +closepath C99 fill + newpath +130.56 58.80 130.56 48.80 142.56 48.80 142.56 58.80 130.56 58.80 ML +closepath C99 fill + newpath +130.56 48.80 130.56 38.80 142.56 38.80 142.56 48.80 130.56 48.80 ML +closepath C6 fill + newpath +130.56 38.80 130.56 28.80 142.56 28.80 142.56 38.80 130.56 38.80 ML +closepath C6 fill + newpath +130.56 28.80 130.56 18.80 142.56 18.80 142.56 28.80 130.56 28.80 ML +closepath C6 fill + newpath +130.56 18.80 130.56 8.80 142.56 8.80 142.56 18.80 130.56 18.80 ML +closepath C99 fill + newpath +130.56 8.80 130.56 -1.20 142.56 -1.20 142.56 8.80 130.56 8.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +118.56 748.80 118.56 738.80 130.56 738.80 130.56 748.80 118.56 748.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +118.56 738.80 118.56 728.80 130.56 728.80 130.56 738.80 118.56 738.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +118.56 728.80 118.56 718.80 130.56 718.80 130.56 728.80 118.56 728.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +118.56 718.80 118.56 708.80 130.56 708.80 130.56 718.80 118.56 718.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +118.56 708.80 118.56 698.80 130.56 698.80 130.56 708.80 118.56 708.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +118.56 698.80 118.56 688.80 130.56 688.80 130.56 698.80 118.56 698.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +118.56 688.80 118.56 678.80 130.56 678.80 130.56 688.80 118.56 688.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +118.56 678.80 118.56 668.80 130.56 668.80 130.56 678.80 118.56 678.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +118.56 668.80 118.56 658.80 130.56 658.80 130.56 668.80 118.56 668.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +118.56 658.80 118.56 648.80 130.56 648.80 130.56 658.80 118.56 658.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +118.56 648.80 118.56 638.80 130.56 638.80 130.56 648.80 118.56 648.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +118.56 638.80 118.56 628.80 130.56 628.80 130.56 638.80 118.56 638.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +118.56 628.80 118.56 618.80 130.56 618.80 130.56 628.80 118.56 628.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +118.56 618.80 118.56 608.80 130.56 608.80 130.56 618.80 118.56 618.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +118.56 608.80 118.56 598.80 130.56 598.80 130.56 608.80 118.56 608.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +118.56 598.80 118.56 588.80 130.56 588.80 130.56 598.80 118.56 598.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +118.56 588.80 118.56 578.80 130.56 578.80 130.56 588.80 118.56 588.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +118.56 578.80 118.56 568.80 130.56 568.80 130.56 578.80 118.56 578.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +118.56 568.80 118.56 558.80 130.56 558.80 130.56 568.80 118.56 568.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +118.56 558.80 118.56 548.80 130.56 548.80 130.56 558.80 118.56 558.80 ML +closepath C99 fill + newpath +118.56 548.80 118.56 538.80 130.56 538.80 130.56 548.80 118.56 548.80 ML +closepath C99 fill + newpath +118.56 538.80 118.56 528.80 130.56 528.80 130.56 538.80 118.56 538.80 ML +closepath C99 fill + newpath +118.56 528.80 118.56 518.80 130.56 518.80 130.56 528.80 118.56 528.80 ML +closepath C99 fill + newpath +118.56 518.80 118.56 508.80 130.56 508.80 130.56 518.80 118.56 518.80 ML +closepath C99 fill + newpath +118.56 508.80 118.56 498.80 130.56 498.80 130.56 508.80 118.56 508.80 ML +closepath C99 fill + newpath +118.56 498.80 118.56 488.80 130.56 488.80 130.56 498.80 118.56 498.80 ML +closepath C99 fill + newpath +118.56 488.80 118.56 478.80 130.56 478.80 130.56 488.80 118.56 488.80 ML +closepath C99 fill + newpath +118.56 478.80 118.56 468.80 130.56 468.80 130.56 478.80 118.56 478.80 ML +closepath C99 fill + newpath +118.56 468.80 118.56 458.80 130.56 458.80 130.56 468.80 118.56 468.80 ML +closepath C99 fill + newpath +118.56 458.80 118.56 448.80 130.56 448.80 130.56 458.80 118.56 458.80 ML +closepath C99 fill + newpath +118.56 448.80 118.56 438.80 130.56 438.80 130.56 448.80 118.56 448.80 ML +closepath C99 fill + newpath +118.56 438.80 118.56 428.80 130.56 428.80 130.56 438.80 118.56 438.80 ML +closepath C99 fill + newpath +118.56 428.80 118.56 418.80 130.56 418.80 130.56 428.80 118.56 428.80 ML +closepath C99 fill + newpath +118.56 418.80 118.56 408.80 130.56 408.80 130.56 418.80 118.56 418.80 ML +closepath C99 fill + newpath +118.56 408.80 118.56 398.80 130.56 398.80 130.56 408.80 118.56 408.80 ML +closepath C99 fill + newpath +118.56 398.80 118.56 388.80 130.56 388.80 130.56 398.80 118.56 398.80 ML +closepath C99 fill + newpath +118.56 388.80 118.56 378.80 130.56 378.80 130.56 388.80 118.56 388.80 ML +closepath C99 fill + newpath +118.56 378.80 118.56 368.80 130.56 368.80 130.56 378.80 118.56 378.80 ML +closepath C99 fill + newpath +118.56 368.80 118.56 358.80 130.56 358.80 130.56 368.80 118.56 368.80 ML +closepath C99 fill + newpath +118.56 358.80 118.56 348.80 130.56 348.80 130.56 358.80 118.56 358.80 ML +closepath C99 fill + newpath +118.56 348.80 118.56 338.80 130.56 338.80 130.56 348.80 118.56 348.80 ML +closepath C99 fill + newpath +118.56 338.80 118.56 328.80 130.56 328.80 130.56 338.80 118.56 338.80 ML +closepath C99 fill + newpath +118.56 328.80 118.56 318.80 130.56 318.80 130.56 328.80 118.56 328.80 ML +closepath C99 fill + newpath +118.56 318.80 118.56 308.80 130.56 308.80 130.56 318.80 118.56 318.80 ML +closepath C99 fill + newpath +118.56 308.80 118.56 298.80 130.56 298.80 130.56 308.80 118.56 308.80 ML +closepath C99 fill + newpath +118.56 298.80 118.56 288.80 130.56 288.80 130.56 298.80 118.56 298.80 ML +closepath C3 fill + newpath +118.56 288.80 118.56 278.80 130.56 278.80 130.56 288.80 118.56 288.80 ML +closepath C3 fill + newpath +118.56 278.80 118.56 268.80 130.56 268.80 130.56 278.80 118.56 278.80 ML +closepath C3 fill + newpath +118.56 268.80 118.56 258.80 130.56 258.80 130.56 268.80 118.56 268.80 ML +closepath C3 fill + newpath +118.56 258.80 118.56 248.80 130.56 248.80 130.56 258.80 118.56 258.80 ML +closepath C3 fill + newpath +118.56 248.80 118.56 238.80 130.56 238.80 130.56 248.80 118.56 248.80 ML +closepath C3 fill + newpath +118.56 238.80 118.56 228.80 130.56 228.80 130.56 238.80 118.56 238.80 ML +closepath C3 fill + newpath +118.56 228.80 118.56 218.80 130.56 218.80 130.56 228.80 118.56 228.80 ML +closepath C3 fill + newpath +118.56 218.80 118.56 208.80 130.56 208.80 130.56 218.80 118.56 218.80 ML +closepath C99 fill + newpath +118.56 208.80 118.56 198.80 130.56 198.80 130.56 208.80 118.56 208.80 ML +closepath C99 fill + newpath +118.56 198.80 118.56 188.80 130.56 188.80 130.56 198.80 118.56 198.80 ML +closepath C99 fill + newpath +118.56 188.80 118.56 178.80 130.56 178.80 130.56 188.80 118.56 188.80 ML +closepath C99 fill + newpath +118.56 178.80 118.56 168.80 130.56 168.80 130.56 178.80 118.56 178.80 ML +closepath C99 fill + newpath +118.56 168.80 118.56 158.80 130.56 158.80 130.56 168.80 118.56 168.80 ML +closepath C99 fill + newpath +118.56 158.80 118.56 148.80 130.56 148.80 130.56 158.80 118.56 158.80 ML +closepath C99 fill + newpath +118.56 148.80 118.56 138.80 130.56 138.80 130.56 148.80 118.56 148.80 ML +closepath C99 fill + newpath +118.56 138.80 118.56 128.80 130.56 128.80 130.56 138.80 118.56 138.80 ML +closepath C99 fill + newpath +118.56 128.80 118.56 118.80 130.56 118.80 130.56 128.80 118.56 128.80 ML +closepath C99 fill + newpath +118.56 118.80 118.56 108.80 130.56 108.80 130.56 118.80 118.56 118.80 ML +closepath C99 fill + newpath +118.56 108.80 118.56 98.80 130.56 98.80 130.56 108.80 118.56 108.80 ML +closepath C99 fill + newpath +118.56 98.80 118.56 88.80 130.56 88.80 130.56 98.80 118.56 98.80 ML +closepath C99 fill + newpath +118.56 88.80 118.56 78.80 130.56 78.80 130.56 88.80 118.56 88.80 ML +closepath C99 fill + newpath +118.56 78.80 118.56 68.80 130.56 68.80 130.56 78.80 118.56 78.80 ML +closepath C99 fill + newpath +118.56 68.80 118.56 58.80 130.56 58.80 130.56 68.80 118.56 68.80 ML +closepath C99 fill + newpath +118.56 58.80 118.56 48.80 130.56 48.80 130.56 58.80 118.56 58.80 ML +closepath C99 fill + newpath +118.56 48.80 118.56 38.80 130.56 38.80 130.56 48.80 118.56 48.80 ML +closepath C99 fill + newpath +118.56 38.80 118.56 28.80 130.56 28.80 130.56 38.80 118.56 38.80 ML +closepath C6 fill + newpath +118.56 28.80 118.56 18.80 130.56 18.80 130.56 28.80 118.56 28.80 ML +closepath C6 fill + newpath +118.56 18.80 118.56 8.80 130.56 8.80 130.56 18.80 118.56 18.80 ML +closepath C99 fill + newpath +118.56 8.80 118.56 -1.20 130.56 -1.20 130.56 8.80 118.56 8.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +106.56 748.80 106.56 738.80 118.56 738.80 118.56 748.80 106.56 748.80 ML +closepath C0 fill + newpath +106.56 738.80 106.56 728.80 118.56 728.80 118.56 738.80 106.56 738.80 ML +closepath C0 fill + newpath +106.56 728.80 106.56 718.80 118.56 718.80 118.56 728.80 106.56 728.80 ML +closepath C0 fill + newpath +106.56 718.80 106.56 708.80 118.56 708.80 118.56 718.80 106.56 718.80 ML +closepath C0 fill + newpath +106.56 708.80 106.56 698.80 118.56 698.80 118.56 708.80 106.56 708.80 ML +closepath C0 fill + newpath +106.56 698.80 106.56 688.80 118.56 688.80 118.56 698.80 106.56 698.80 ML +closepath C0 fill + newpath +106.56 688.80 106.56 678.80 118.56 678.80 118.56 688.80 106.56 688.80 ML +closepath C0 fill + newpath +106.56 678.80 106.56 668.80 118.56 668.80 118.56 678.80 106.56 678.80 ML +closepath C0 fill + newpath +106.56 668.80 106.56 658.80 118.56 658.80 118.56 668.80 106.56 668.80 ML +closepath C0 fill + newpath +106.56 658.80 106.56 648.80 118.56 648.80 118.56 658.80 106.56 658.80 ML +closepath C0 fill + newpath +106.56 648.80 106.56 638.80 118.56 638.80 118.56 648.80 106.56 648.80 ML +closepath C0 fill + newpath +106.56 638.80 106.56 628.80 118.56 628.80 118.56 638.80 106.56 638.80 ML +closepath C0 fill + newpath +106.56 628.80 106.56 618.80 118.56 618.80 118.56 628.80 106.56 628.80 ML +closepath C0 fill + newpath +106.56 618.80 106.56 608.80 118.56 608.80 118.56 618.80 106.56 618.80 ML +closepath C0 fill + newpath +106.56 608.80 106.56 598.80 118.56 598.80 118.56 608.80 106.56 608.80 ML +closepath C0 fill + newpath +106.56 598.80 106.56 588.80 118.56 588.80 118.56 598.80 106.56 598.80 ML +closepath C0 fill + newpath +106.56 588.80 106.56 578.80 118.56 578.80 118.56 588.80 106.56 588.80 ML +closepath C0 fill + newpath +106.56 578.80 106.56 568.80 118.56 568.80 118.56 578.80 106.56 578.80 ML +closepath C0 fill + newpath +106.56 568.80 106.56 558.80 118.56 558.80 118.56 568.80 106.56 568.80 ML +closepath C0 fill + newpath +106.56 558.80 106.56 548.80 118.56 548.80 118.56 558.80 106.56 558.80 ML +closepath C0 fill + newpath +106.56 548.80 106.56 538.80 118.56 538.80 118.56 548.80 106.56 548.80 ML +closepath C0 fill + newpath +106.56 538.80 106.56 528.80 118.56 528.80 118.56 538.80 106.56 538.80 ML +closepath C0 fill + newpath +106.56 528.80 106.56 518.80 118.56 518.80 118.56 528.80 106.56 528.80 ML +closepath C0 fill + newpath +106.56 518.80 106.56 508.80 118.56 508.80 118.56 518.80 106.56 518.80 ML +closepath C0 fill + newpath +106.56 508.80 106.56 498.80 118.56 498.80 118.56 508.80 106.56 508.80 ML +closepath C0 fill + newpath +106.56 498.80 106.56 488.80 118.56 488.80 118.56 498.80 106.56 498.80 ML +closepath C0 fill + newpath +106.56 488.80 106.56 478.80 118.56 478.80 118.56 488.80 106.56 488.80 ML +closepath C0 fill + newpath +106.56 478.80 106.56 468.80 118.56 468.80 118.56 478.80 106.56 478.80 ML +closepath C0 fill + newpath +106.56 468.80 106.56 458.80 118.56 458.80 118.56 468.80 106.56 468.80 ML +closepath C0 fill + newpath +106.56 458.80 106.56 448.80 118.56 448.80 118.56 458.80 106.56 458.80 ML +closepath C99 fill + newpath +106.56 448.80 106.56 438.80 118.56 438.80 118.56 448.80 106.56 448.80 ML +closepath C99 fill + newpath +106.56 438.80 106.56 428.80 118.56 428.80 118.56 438.80 106.56 438.80 ML +closepath C0 fill + newpath +106.56 428.80 106.56 418.80 118.56 418.80 118.56 428.80 106.56 428.80 ML +closepath C0 fill + newpath +106.56 418.80 106.56 408.80 118.56 408.80 118.56 418.80 106.56 418.80 ML +closepath C0 fill + newpath +106.56 408.80 106.56 398.80 118.56 398.80 118.56 408.80 106.56 408.80 ML +closepath C0 fill + newpath +106.56 398.80 106.56 388.80 118.56 388.80 118.56 398.80 106.56 398.80 ML +closepath C0 fill + newpath +106.56 388.80 106.56 378.80 118.56 378.80 118.56 388.80 106.56 388.80 ML +closepath C0 fill + newpath +106.56 378.80 106.56 368.80 118.56 368.80 118.56 378.80 106.56 378.80 ML +closepath C0 fill + newpath +106.56 368.80 106.56 358.80 118.56 358.80 118.56 368.80 106.56 368.80 ML +closepath C99 fill + newpath +106.56 358.80 106.56 348.80 118.56 348.80 118.56 358.80 106.56 358.80 ML +closepath C99 fill + newpath +106.56 348.80 106.56 338.80 118.56 338.80 118.56 348.80 106.56 348.80 ML +closepath C99 fill + newpath +106.56 338.80 106.56 328.80 118.56 328.80 118.56 338.80 106.56 338.80 ML +closepath C99 fill + newpath +106.56 328.80 106.56 318.80 118.56 318.80 118.56 328.80 106.56 328.80 ML +closepath C99 fill + newpath +106.56 318.80 106.56 308.80 118.56 308.80 118.56 318.80 106.56 318.80 ML +closepath C99 fill + newpath +106.56 308.80 106.56 298.80 118.56 298.80 118.56 308.80 106.56 308.80 ML +closepath C99 fill + newpath +106.56 298.80 106.56 288.80 118.56 288.80 118.56 298.80 106.56 298.80 ML +closepath C3 fill + newpath +106.56 288.80 106.56 278.80 118.56 278.80 118.56 288.80 106.56 288.80 ML +closepath C3 fill + newpath +106.56 278.80 106.56 268.80 118.56 268.80 118.56 278.80 106.56 278.80 ML +closepath C3 fill + newpath +106.56 268.80 106.56 258.80 118.56 258.80 118.56 268.80 106.56 268.80 ML +closepath C3 fill + newpath +106.56 258.80 106.56 248.80 118.56 248.80 118.56 258.80 106.56 258.80 ML +closepath C3 fill + newpath +106.56 248.80 106.56 238.80 118.56 238.80 118.56 248.80 106.56 248.80 ML +closepath C3 fill + newpath +106.56 238.80 106.56 228.80 118.56 228.80 118.56 238.80 106.56 238.80 ML +closepath C3 fill + newpath +106.56 228.80 106.56 218.80 118.56 218.80 118.56 228.80 106.56 228.80 ML +closepath C3 fill + newpath +106.56 218.80 106.56 208.80 118.56 208.80 118.56 218.80 106.56 218.80 ML +closepath C99 fill + newpath +106.56 208.80 106.56 198.80 118.56 198.80 118.56 208.80 106.56 208.80 ML +closepath C99 fill + newpath +106.56 198.80 106.56 188.80 118.56 188.80 118.56 198.80 106.56 198.80 ML +closepath C99 fill + newpath +106.56 188.80 106.56 178.80 118.56 178.80 118.56 188.80 106.56 188.80 ML +closepath C99 fill + newpath +106.56 178.80 106.56 168.80 118.56 168.80 118.56 178.80 106.56 178.80 ML +closepath C99 fill + newpath +106.56 168.80 106.56 158.80 118.56 158.80 118.56 168.80 106.56 168.80 ML +closepath C99 fill + newpath +106.56 158.80 106.56 148.80 118.56 148.80 118.56 158.80 106.56 158.80 ML +closepath C99 fill + newpath +106.56 148.80 106.56 138.80 118.56 138.80 118.56 148.80 106.56 148.80 ML +closepath C99 fill + newpath +106.56 138.80 106.56 128.80 118.56 128.80 118.56 138.80 106.56 138.80 ML +closepath C99 fill + newpath +106.56 128.80 106.56 118.80 118.56 118.80 118.56 128.80 106.56 128.80 ML +closepath C99 fill + newpath +106.56 118.80 106.56 108.80 118.56 108.80 118.56 118.80 106.56 118.80 ML +closepath C99 fill + newpath +106.56 108.80 106.56 98.80 118.56 98.80 118.56 108.80 106.56 108.80 ML +closepath C99 fill + newpath +106.56 98.80 106.56 88.80 118.56 88.80 118.56 98.80 106.56 98.80 ML +closepath C99 fill + newpath +106.56 88.80 106.56 78.80 118.56 78.80 118.56 88.80 106.56 88.80 ML +closepath C99 fill + newpath +106.56 78.80 106.56 68.80 118.56 68.80 118.56 78.80 106.56 78.80 ML +closepath C99 fill + newpath +106.56 68.80 106.56 58.80 118.56 58.80 118.56 68.80 106.56 68.80 ML +closepath C99 fill + newpath +106.56 58.80 106.56 48.80 118.56 48.80 118.56 58.80 106.56 58.80 ML +closepath C99 fill + newpath +106.56 48.80 106.56 38.80 118.56 38.80 118.56 48.80 106.56 48.80 ML +closepath C6 fill + newpath +106.56 38.80 106.56 28.80 118.56 28.80 118.56 38.80 106.56 38.80 ML +closepath C6 fill + newpath +106.56 28.80 106.56 18.80 118.56 18.80 118.56 28.80 106.56 28.80 ML +closepath C6 fill + newpath +106.56 18.80 106.56 8.80 118.56 8.80 118.56 18.80 106.56 18.80 ML +closepath C99 fill + newpath +106.56 8.80 106.56 -1.20 118.56 -1.20 118.56 8.80 106.56 8.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 748.80 94.56 738.80 106.56 738.80 106.56 748.80 94.56 748.80 ML +closepath C99 fill + newpath +94.56 738.80 94.56 728.80 106.56 728.80 106.56 738.80 94.56 738.80 ML +closepath C99 fill + newpath +94.56 728.80 94.56 718.80 106.56 718.80 106.56 728.80 94.56 728.80 ML +closepath C99 fill + newpath +94.56 718.80 94.56 708.80 106.56 708.80 106.56 718.80 94.56 718.80 ML +closepath C99 fill + newpath +94.56 708.80 94.56 698.80 106.56 698.80 106.56 708.80 94.56 708.80 ML +closepath C99 fill + newpath +94.56 698.80 94.56 688.80 106.56 688.80 106.56 698.80 94.56 698.80 ML +closepath C99 fill + newpath +94.56 688.80 94.56 678.80 106.56 678.80 106.56 688.80 94.56 688.80 ML +closepath C99 fill + newpath +94.56 678.80 94.56 668.80 106.56 668.80 106.56 678.80 94.56 678.80 ML +closepath C99 fill + newpath +94.56 668.80 94.56 658.80 106.56 658.80 106.56 668.80 94.56 668.80 ML +closepath C99 fill + newpath +94.56 658.80 94.56 648.80 106.56 648.80 106.56 658.80 94.56 658.80 ML +closepath C99 fill + newpath +94.56 648.80 94.56 638.80 106.56 638.80 106.56 648.80 94.56 648.80 ML +closepath C99 fill + newpath +94.56 638.80 94.56 628.80 106.56 628.80 106.56 638.80 94.56 638.80 ML +closepath C99 fill + newpath +94.56 628.80 94.56 618.80 106.56 618.80 106.56 628.80 94.56 628.80 ML +closepath C99 fill + newpath +94.56 618.80 94.56 608.80 106.56 608.80 106.56 618.80 94.56 618.80 ML +closepath C99 fill + newpath +94.56 608.80 94.56 598.80 106.56 598.80 106.56 608.80 94.56 608.80 ML +closepath C99 fill + newpath +94.56 598.80 94.56 588.80 106.56 588.80 106.56 598.80 94.56 598.80 ML +closepath C99 fill + newpath +94.56 588.80 94.56 578.80 106.56 578.80 106.56 588.80 94.56 588.80 ML +closepath C99 fill + newpath +94.56 578.80 94.56 568.80 106.56 568.80 106.56 578.80 94.56 578.80 ML +closepath C99 fill + newpath +94.56 568.80 94.56 558.80 106.56 558.80 106.56 568.80 94.56 568.80 ML +closepath C99 fill + newpath +94.56 558.80 94.56 548.80 106.56 548.80 106.56 558.80 94.56 558.80 ML +closepath C99 fill + newpath +94.56 548.80 94.56 538.80 106.56 538.80 106.56 548.80 94.56 548.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 538.80 94.56 528.80 106.56 528.80 106.56 538.80 94.56 538.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 528.80 94.56 518.80 106.56 518.80 106.56 528.80 94.56 528.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 518.80 94.56 508.80 106.56 508.80 106.56 518.80 94.56 518.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 508.80 94.56 498.80 106.56 498.80 106.56 508.80 94.56 508.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 498.80 94.56 488.80 106.56 488.80 106.56 498.80 94.56 498.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 488.80 94.56 478.80 106.56 478.80 106.56 488.80 94.56 488.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 478.80 94.56 468.80 106.56 468.80 106.56 478.80 94.56 478.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 468.80 94.56 458.80 106.56 458.80 106.56 468.80 94.56 468.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 458.80 94.56 448.80 106.56 448.80 106.56 458.80 94.56 458.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 448.80 94.56 438.80 106.56 438.80 106.56 448.80 94.56 448.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 438.80 94.56 428.80 106.56 428.80 106.56 438.80 94.56 438.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 428.80 94.56 418.80 106.56 418.80 106.56 428.80 94.56 428.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 418.80 94.56 408.80 106.56 408.80 106.56 418.80 94.56 418.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 408.80 94.56 398.80 106.56 398.80 106.56 408.80 94.56 408.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 398.80 94.56 388.80 106.56 388.80 106.56 398.80 94.56 398.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 388.80 94.56 378.80 106.56 378.80 106.56 388.80 94.56 388.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 378.80 94.56 368.80 106.56 368.80 106.56 378.80 94.56 378.80 ML +closepath 0.50 setgray fill 0 setgray + newpath +94.56 368.80 94.56 358.80 106.56 358.80 106.56 368.80 94.56 368.80 ML +closepath C99 fill + newpath +94.56 358.80 94.56 348.80 106.56 348.80 106.56 358.80 94.56 358.80 ML +closepath C99 fill + newpath +94.56 348.80 94.56 338.80 106.56 338.80 106.56 348.80 94.56 348.80 ML +closepath C99 fill + newpath +94.56 338.80 94.56 328.80 106.56 328.80 106.56 338.80 94.56 338.80 ML +closepath C99 fill + newpath +94.56 328.80 94.56 318.80 106.56 318.80 106.56 328.80 94.56 328.80 ML +closepath C99 fill + newpath +94.56 318.80 94.56 308.80 106.56 308.80 106.56 318.80 94.56 318.80 ML +closepath C99 fill + newpath +94.56 308.80 94.56 298.80 106.56 298.80 106.56 308.80 94.56 308.80 ML +closepath C99 fill + newpath +94.56 298.80 94.56 288.80 106.56 288.80 106.56 298.80 94.56 298.80 ML +closepath C99 fill + newpath +94.56 288.80 94.56 278.80 106.56 278.80 106.56 288.80 94.56 288.80 ML +closepath C3 fill + newpath +94.56 278.80 94.56 268.80 106.56 268.80 106.56 278.80 94.56 278.80 ML +closepath C3 fill + newpath +94.56 268.80 94.56 258.80 106.56 258.80 106.56 268.80 94.56 268.80 ML +closepath C3 fill + newpath +94.56 258.80 94.56 248.80 106.56 248.80 106.56 258.80 94.56 258.80 ML +closepath C3 fill + newpath +94.56 248.80 94.56 238.80 106.56 238.80 106.56 248.80 94.56 248.80 ML +closepath C3 fill + newpath +94.56 238.80 94.56 228.80 106.56 228.80 106.56 238.80 94.56 238.80 ML +closepath C3 fill + newpath +94.56 228.80 94.56 218.80 106.56 218.80 106.56 228.80 94.56 228.80 ML +closepath C3 fill + newpath +94.56 218.80 94.56 208.80 106.56 208.80 106.56 218.80 94.56 218.80 ML +closepath C99 fill + newpath +94.56 208.80 94.56 198.80 106.56 198.80 106.56 208.80 94.56 208.80 ML +closepath C99 fill + newpath +94.56 198.80 94.56 188.80 106.56 188.80 106.56 198.80 94.56 198.80 ML +closepath C99 fill + newpath +94.56 188.80 94.56 178.80 106.56 178.80 106.56 188.80 94.56 188.80 ML +closepath C99 fill + newpath +94.56 178.80 94.56 168.80 106.56 168.80 106.56 178.80 94.56 178.80 ML +closepath C99 fill + newpath +94.56 168.80 94.56 158.80 106.56 158.80 106.56 168.80 94.56 168.80 ML +closepath C99 fill + newpath +94.56 158.80 94.56 148.80 106.56 148.80 106.56 158.80 94.56 158.80 ML +closepath C99 fill + newpath +94.56 148.80 94.56 138.80 106.56 138.80 106.56 148.80 94.56 148.80 ML +closepath C99 fill + newpath +94.56 138.80 94.56 128.80 106.56 128.80 106.56 138.80 94.56 138.80 ML +closepath C99 fill + newpath +94.56 128.80 94.56 118.80 106.56 118.80 106.56 128.80 94.56 128.80 ML +closepath 0.00 setgray fill 0 setgray + newpath +94.56 118.80 94.56 108.80 106.56 108.80 106.56 118.80 94.56 118.80 ML +closepath C99 fill + newpath +94.56 108.80 94.56 98.80 106.56 98.80 106.56 108.80 94.56 108.80 ML +closepath C99 fill + newpath +94.56 98.80 94.56 88.80 106.56 88.80 106.56 98.80 94.56 98.80 ML +closepath C99 fill + newpath +94.56 88.80 94.56 78.80 106.56 78.80 106.56 88.80 94.56 88.80 ML +closepath C99 fill + newpath +94.56 78.80 94.56 68.80 106.56 68.80 106.56 78.80 94.56 78.80 ML +closepath C99 fill + newpath +94.56 68.80 94.56 58.80 106.56 58.80 106.56 68.80 94.56 68.80 ML +closepath C99 fill + newpath +94.56 58.80 94.56 48.80 106.56 48.80 106.56 58.80 94.56 58.80 ML +closepath C6 fill + newpath +94.56 48.80 94.56 38.80 106.56 38.80 106.56 48.80 94.56 48.80 ML +closepath C6 fill + newpath +94.56 38.80 94.56 28.80 106.56 28.80 106.56 38.80 94.56 38.80 ML +closepath C6 fill + newpath +94.56 28.80 94.56 18.80 106.56 18.80 106.56 28.80 94.56 28.80 ML +closepath C6 fill + newpath +94.56 18.80 94.56 8.80 106.56 8.80 106.56 18.80 94.56 18.80 ML +closepath C99 fill + newpath +94.56 8.80 94.56 -1.20 106.56 -1.20 106.56 8.80 94.56 8.80 ML +closepath 0.50 setgray fill 0 setgray +C100 + 406.56 358.80 406.56 348.80 L + C100 + 418.56 358.80 418.56 348.80 L + C100 + 406.56 358.80 418.56 358.80 L + C100 + 406.56 348.80 418.56 348.80 L + C100 + 418.56 258.80 418.56 248.80 L + C100 + 406.56 258.80 418.56 258.80 L + C100 + 418.56 248.80 418.56 238.80 L + C100 + 418.56 238.80 418.56 228.80 L + C100 + 418.56 228.80 418.56 218.80 L + C100 + 406.56 218.80 418.56 218.80 L + C100 + 418.56 138.80 418.56 128.80 L + C100 + 406.56 138.80 418.56 138.80 L + C100 + 418.56 128.80 418.56 118.80 L + C100 + 406.56 118.80 418.56 118.80 L + C100 + 406.56 108.80 406.56 98.80 L + C100 + 418.56 108.80 418.56 98.80 L + C100 + 406.56 108.80 418.56 108.80 L + C100 + 406.56 98.80 406.56 88.80 L + C100 + 418.56 98.80 418.56 88.80 L + C100 + 406.56 88.80 406.56 78.80 L + C100 + 418.56 88.80 418.56 78.80 L + C100 + 406.56 78.80 406.56 68.80 L + C100 + 418.56 78.80 418.56 68.80 L + C100 + 418.56 68.80 418.56 58.80 L + C100 + 418.56 58.80 418.56 48.80 L + C100 + 418.56 48.80 418.56 38.80 L + C100 + 418.56 38.80 418.56 28.80 L + C100 + 418.56 28.80 418.56 18.80 L + C100 + 406.56 18.80 418.56 18.80 L + C100 + 394.56 398.80 394.56 388.80 L + C100 + 406.56 398.80 406.56 388.80 L + C100 + 394.56 398.80 406.56 398.80 L + C100 + 394.56 388.80 394.56 378.80 L + C100 + 406.56 388.80 406.56 378.80 L + C100 + 394.56 378.80 406.56 378.80 L + C100 + 394.56 258.80 406.56 258.80 L + C100 + 394.56 218.80 406.56 218.80 L + C100 + 394.56 138.80 406.56 138.80 L + C100 + 394.56 118.80 406.56 118.80 L + C100 + 394.56 68.80 394.56 58.80 L + C100 + 394.56 68.80 406.56 68.80 L + C100 + 394.56 18.80 406.56 18.80 L + C100 + 382.56 748.80 382.56 738.80 L + C100 + 394.56 748.80 394.56 738.80 L + C100 + 382.56 748.80 394.56 748.80 L + C100 + 382.56 738.80 382.56 728.80 L + C100 + 394.56 738.80 394.56 728.80 L + C100 + 382.56 728.80 382.56 718.80 L + C100 + 394.56 728.80 394.56 718.80 L + C100 + 394.56 718.80 394.56 708.80 L + C100 + 382.56 708.80 382.56 698.80 L + C100 + 394.56 708.80 394.56 698.80 L + C100 + 382.56 698.80 382.56 688.80 L + C100 + 394.56 698.80 394.56 688.80 L + C100 + 382.56 688.80 382.56 678.80 L + C100 + 394.56 688.80 394.56 678.80 L + C100 + 382.56 678.80 382.56 668.80 L + C100 + 394.56 678.80 394.56 668.80 L + C100 + 382.56 668.80 382.56 658.80 L + C100 + 394.56 668.80 394.56 658.80 L + C100 + 382.56 658.80 382.56 648.80 L + C100 + 394.56 658.80 394.56 648.80 L + C100 + 382.56 648.80 382.56 638.80 L + C100 + 394.56 648.80 394.56 638.80 L + C100 + 382.56 638.80 382.56 628.80 L + C100 + 394.56 638.80 394.56 628.80 L + C100 + 382.56 628.80 382.56 618.80 L + C100 + 394.56 628.80 394.56 618.80 L + C100 + 382.56 618.80 382.56 608.80 L + C100 + 394.56 618.80 394.56 608.80 L + C100 + 382.56 608.80 382.56 598.80 L + C100 + 394.56 608.80 394.56 598.80 L + C100 + 382.56 598.80 382.56 588.80 L + C100 + 394.56 598.80 394.56 588.80 L + C100 + 394.56 588.80 394.56 578.80 L + C100 + 394.56 578.80 394.56 568.80 L + C100 + 382.56 568.80 382.56 558.80 L + C100 + 394.56 568.80 394.56 558.80 L + C100 + 382.56 558.80 382.56 548.80 L + C100 + 394.56 558.80 394.56 548.80 L + C100 + 382.56 548.80 394.56 548.80 L + C100 + 394.56 358.80 394.56 348.80 L + C100 + 382.56 358.80 394.56 358.80 L + C100 + 382.56 348.80 394.56 348.80 L + C100 + 394.56 268.80 394.56 258.80 L + C100 + 382.56 268.80 394.56 268.80 L + C100 + 382.56 218.80 394.56 218.80 L + C100 + 394.56 158.80 394.56 148.80 L + C100 + 382.56 158.80 394.56 158.80 L + C100 + 394.56 148.80 394.56 138.80 L + C100 + 382.56 118.80 394.56 118.80 L + C100 + 382.56 58.80 382.56 48.80 L + C100 + 382.56 58.80 394.56 58.80 L + C100 + 382.56 48.80 382.56 38.80 L + C100 + 382.56 38.80 382.56 28.80 L + C100 + 382.56 18.80 394.56 18.80 L + C100 + 370.56 718.80 382.56 718.80 L + C100 + 370.56 708.80 382.56 708.80 L + C100 + 370.56 588.80 370.56 578.80 L + C100 + 370.56 588.80 382.56 588.80 L + C100 + 370.56 568.80 382.56 568.80 L + C100 + 382.56 518.80 382.56 508.80 L + C100 + 370.56 518.80 382.56 518.80 L + C100 + 382.56 508.80 382.56 498.80 L + C100 + 382.56 498.80 382.56 488.80 L + C100 + 382.56 488.80 382.56 478.80 L + C100 + 370.56 478.80 382.56 478.80 L + C100 + 382.56 468.80 382.56 458.80 L + C100 + 370.56 468.80 382.56 468.80 L + C100 + 382.56 458.80 382.56 448.80 L + C100 + 382.56 448.80 382.56 438.80 L + C100 + 382.56 438.80 382.56 428.80 L + C100 + 382.56 428.80 382.56 418.80 L + C100 + 382.56 418.80 382.56 408.80 L + C100 + 382.56 408.80 382.56 398.80 L + C100 + 382.56 398.80 382.56 388.80 L + C100 + 382.56 388.80 382.56 378.80 L + C100 + 382.56 378.80 382.56 368.80 L + C100 + 370.56 368.80 382.56 368.80 L + C100 + 370.56 358.80 382.56 358.80 L + C100 + 370.56 348.80 382.56 348.80 L + C100 + 382.56 278.80 382.56 268.80 L + C100 + 370.56 278.80 382.56 278.80 L + C100 + 370.56 218.80 382.56 218.80 L + C100 + 382.56 168.80 382.56 158.80 L + C100 + 370.56 168.80 382.56 168.80 L + C100 + 370.56 118.80 382.56 118.80 L + C100 + 370.56 28.80 370.56 18.80 L + C100 + 370.56 28.80 382.56 28.80 L + C100 + 370.56 18.80 382.56 18.80 L + C100 + 358.56 748.80 358.56 738.80 L + C100 + 370.56 748.80 370.56 738.80 L + C100 + 358.56 748.80 370.56 748.80 L + C100 + 358.56 738.80 358.56 728.80 L + C100 + 370.56 738.80 370.56 728.80 L + C100 + 358.56 728.80 358.56 718.80 L + C100 + 370.56 728.80 370.56 718.80 L + C100 + 358.56 718.80 358.56 708.80 L + C100 + 358.56 708.80 358.56 698.80 L + C100 + 370.56 708.80 370.56 698.80 L + C100 + 358.56 698.80 358.56 688.80 L + C100 + 370.56 698.80 370.56 688.80 L + C100 + 358.56 688.80 358.56 678.80 L + C100 + 370.56 688.80 370.56 678.80 L + C100 + 358.56 678.80 358.56 668.80 L + C100 + 370.56 678.80 370.56 668.80 L + C100 + 358.56 668.80 358.56 658.80 L + C100 + 370.56 668.80 370.56 658.80 L + C100 + 358.56 658.80 358.56 648.80 L + C100 + 370.56 658.80 370.56 648.80 L + C100 + 358.56 648.80 358.56 638.80 L + C100 + 370.56 648.80 370.56 638.80 L + C100 + 358.56 638.80 358.56 628.80 L + C100 + 370.56 638.80 370.56 628.80 L + C100 + 358.56 628.80 358.56 618.80 L + C100 + 370.56 628.80 370.56 618.80 L + C100 + 358.56 618.80 358.56 608.80 L + C100 + 370.56 618.80 370.56 608.80 L + C100 + 358.56 608.80 358.56 598.80 L + C100 + 370.56 608.80 370.56 598.80 L + C100 + 358.56 598.80 358.56 588.80 L + C100 + 370.56 598.80 370.56 588.80 L + C100 + 358.56 588.80 370.56 588.80 L + C100 + 358.56 578.80 358.56 568.80 L + C100 + 358.56 578.80 370.56 578.80 L + C100 + 358.56 568.80 358.56 558.80 L + C100 + 370.56 568.80 370.56 558.80 L + C100 + 358.56 558.80 358.56 548.80 L + C100 + 370.56 558.80 370.56 548.80 L + C100 + 358.56 548.80 358.56 538.80 L + C100 + 370.56 548.80 370.56 538.80 L + C100 + 358.56 538.80 358.56 528.80 L + C100 + 370.56 538.80 370.56 528.80 L + C100 + 358.56 528.80 358.56 518.80 L + C100 + 370.56 528.80 370.56 518.80 L + C100 + 358.56 518.80 358.56 508.80 L + C100 + 358.56 508.80 358.56 498.80 L + C100 + 358.56 498.80 358.56 488.80 L + C100 + 358.56 488.80 358.56 478.80 L + C100 + 358.56 478.80 358.56 468.80 L + C100 + 370.56 478.80 370.56 468.80 L + C100 + 358.56 468.80 358.56 458.80 L + C100 + 358.56 458.80 358.56 448.80 L + C100 + 358.56 448.80 358.56 438.80 L + C100 + 358.56 438.80 358.56 428.80 L + C100 + 358.56 428.80 358.56 418.80 L + C100 + 358.56 418.80 358.56 408.80 L + C100 + 358.56 408.80 358.56 398.80 L + C100 + 358.56 398.80 358.56 388.80 L + C100 + 358.56 388.80 358.56 378.80 L + C100 + 358.56 378.80 358.56 368.80 L + C100 + 358.56 368.80 370.56 368.80 L + C100 + 358.56 358.80 358.56 348.80 L + C100 + 358.56 358.80 370.56 358.80 L + C100 + 358.56 348.80 370.56 348.80 L + C100 + 358.56 278.80 370.56 278.80 L + C100 + 358.56 218.80 370.56 218.80 L + C100 + 358.56 168.80 370.56 168.80 L + C100 + 358.56 118.80 370.56 118.80 L + C100 + 358.56 288.80 358.56 278.80 L + C100 + 346.56 288.80 358.56 288.80 L + C100 + 346.56 218.80 358.56 218.80 L + C100 + 346.56 168.80 346.56 158.80 L + C100 + 346.56 168.80 358.56 168.80 L + C100 + 346.56 118.80 358.56 118.80 L + C100 + 346.56 748.80 346.56 738.80 L + C100 + 334.56 748.80 346.56 748.80 L + C100 + 346.56 738.80 346.56 728.80 L + C100 + 346.56 728.80 346.56 718.80 L + C100 + 346.56 718.80 346.56 708.80 L + C100 + 346.56 708.80 346.56 698.80 L + C100 + 346.56 698.80 346.56 688.80 L + C100 + 346.56 688.80 346.56 678.80 L + C100 + 346.56 678.80 346.56 668.80 L + C100 + 346.56 668.80 346.56 658.80 L + C100 + 346.56 658.80 346.56 648.80 L + C100 + 346.56 648.80 346.56 638.80 L + C100 + 346.56 638.80 346.56 628.80 L + C100 + 346.56 628.80 346.56 618.80 L + C100 + 346.56 618.80 346.56 608.80 L + C100 + 334.56 608.80 346.56 608.80 L + C100 + 346.56 588.80 346.56 578.80 L + C100 + 334.56 588.80 346.56 588.80 L + C100 + 346.56 578.80 346.56 568.80 L + C100 + 334.56 568.80 346.56 568.80 L + C100 + 334.56 548.80 334.56 538.80 L + C100 + 346.56 548.80 346.56 538.80 L + C100 + 334.56 548.80 346.56 548.80 L + C100 + 334.56 538.80 334.56 528.80 L + C100 + 346.56 538.80 346.56 528.80 L + C100 + 334.56 528.80 334.56 518.80 L + C100 + 346.56 528.80 346.56 518.80 L + C100 + 334.56 518.80 346.56 518.80 L + C100 + 334.56 488.80 334.56 478.80 L + C100 + 346.56 488.80 346.56 478.80 L + C100 + 334.56 488.80 346.56 488.80 L + C100 + 334.56 478.80 334.56 468.80 L + C100 + 346.56 478.80 346.56 468.80 L + C100 + 334.56 468.80 334.56 458.80 L + C100 + 346.56 468.80 346.56 458.80 L + C100 + 334.56 458.80 334.56 448.80 L + C100 + 346.56 458.80 346.56 448.80 L + C100 + 334.56 448.80 334.56 438.80 L + C100 + 346.56 448.80 346.56 438.80 L + C100 + 334.56 438.80 334.56 428.80 L + C100 + 346.56 438.80 346.56 428.80 L + C100 + 334.56 428.80 334.56 418.80 L + C100 + 346.56 428.80 346.56 418.80 L + C100 + 334.56 418.80 334.56 408.80 L + C100 + 346.56 418.80 346.56 408.80 L + C100 + 334.56 408.80 334.56 398.80 L + C100 + 346.56 408.80 346.56 398.80 L + C100 + 334.56 398.80 346.56 398.80 L + C100 + 346.56 358.80 346.56 348.80 L + C100 + 334.56 358.80 346.56 358.80 L + C100 + 334.56 348.80 346.56 348.80 L + C100 + 334.56 288.80 346.56 288.80 L + C100 + 334.56 218.80 346.56 218.80 L + C100 + 334.56 158.80 346.56 158.80 L + C100 + 334.56 118.80 346.56 118.80 L + C100 + 346.56 28.80 346.56 18.80 L + C100 + 334.56 28.80 346.56 28.80 L + C100 + 334.56 18.80 346.56 18.80 L + C100 + 322.56 748.80 322.56 738.80 L + C100 + 322.56 748.80 334.56 748.80 L + C100 + 322.56 738.80 322.56 728.80 L + C100 + 322.56 728.80 322.56 718.80 L + C100 + 322.56 718.80 322.56 708.80 L + C100 + 322.56 708.80 322.56 698.80 L + C100 + 322.56 698.80 322.56 688.80 L + C100 + 322.56 658.80 322.56 648.80 L + C100 + 322.56 648.80 322.56 638.80 L + C100 + 322.56 638.80 322.56 628.80 L + C100 + 322.56 628.80 322.56 618.80 L + C100 + 322.56 618.80 322.56 608.80 L + C100 + 322.56 608.80 322.56 598.80 L + C100 + 334.56 608.80 334.56 598.80 L + C100 + 322.56 598.80 322.56 588.80 L + C100 + 334.56 598.80 334.56 588.80 L + C100 + 322.56 588.80 322.56 578.80 L + C100 + 322.56 578.80 322.56 568.80 L + C100 + 322.56 568.80 322.56 558.80 L + C100 + 334.56 568.80 334.56 558.80 L + C100 + 322.56 558.80 322.56 548.80 L + C100 + 334.56 558.80 334.56 548.80 L + C100 + 322.56 548.80 334.56 548.80 L + C100 + 322.56 358.80 322.56 348.80 L + C100 + 322.56 358.80 334.56 358.80 L + C100 + 322.56 348.80 334.56 348.80 L + C100 + 334.56 298.80 334.56 288.80 L + C100 + 322.56 298.80 334.56 298.80 L + C100 + 322.56 218.80 334.56 218.80 L + C100 + 322.56 158.80 322.56 148.80 L + C100 + 322.56 158.80 334.56 158.80 L + C100 + 322.56 118.80 334.56 118.80 L + C100 + 334.56 38.80 334.56 28.80 L + C100 + 322.56 38.80 334.56 38.80 L + C100 + 322.56 18.80 334.56 18.80 L + C100 + 310.56 688.80 310.56 678.80 L + C100 + 310.56 688.80 322.56 688.80 L + C100 + 310.56 678.80 310.56 668.80 L + C100 + 310.56 668.80 310.56 658.80 L + C100 + 310.56 658.80 322.56 658.80 L + C100 + 310.56 518.80 310.56 508.80 L + C100 + 322.56 518.80 322.56 508.80 L + C100 + 310.56 518.80 322.56 518.80 L + C100 + 310.56 508.80 310.56 498.80 L + C100 + 322.56 508.80 322.56 498.80 L + C100 + 310.56 498.80 310.56 488.80 L + C100 + 322.56 498.80 322.56 488.80 L + C100 + 310.56 488.80 322.56 488.80 L + C100 + 310.56 298.80 310.56 288.80 L + C100 + 310.56 298.80 322.56 298.80 L + C100 + 310.56 218.80 322.56 218.80 L + C100 + 310.56 148.80 310.56 138.80 L + C100 + 310.56 148.80 322.56 148.80 L + C100 + 310.56 138.80 310.56 128.80 L + C100 + 310.56 118.80 322.56 118.80 L + C100 + 322.56 68.80 322.56 58.80 L + C100 + 310.56 68.80 322.56 68.80 L + C100 + 322.56 58.80 322.56 48.80 L + C100 + 322.56 48.80 322.56 38.80 L + C100 + 310.56 18.80 322.56 18.80 L + C100 + 298.56 438.80 298.56 428.80 L + C100 + 310.56 438.80 310.56 428.80 L + C100 + 298.56 438.80 310.56 438.80 L + C100 + 298.56 428.80 298.56 418.80 L + C100 + 310.56 428.80 310.56 418.80 L + C100 + 298.56 418.80 298.56 408.80 L + C100 + 310.56 418.80 310.56 408.80 L + C100 + 298.56 408.80 310.56 408.80 L + C100 + 298.56 288.80 310.56 288.80 L + C100 + 298.56 218.80 310.56 218.80 L + C100 + 298.56 128.80 310.56 128.80 L + C100 + 298.56 118.80 310.56 118.80 L + C100 + 310.56 88.80 310.56 78.80 L + C100 + 298.56 88.80 310.56 88.80 L + C100 + 310.56 78.80 310.56 68.80 L + C100 + 298.56 18.80 310.56 18.80 L + C100 + 286.56 548.80 286.56 538.80 L + C100 + 298.56 548.80 298.56 538.80 L + C100 + 286.56 548.80 298.56 548.80 L + C100 + 286.56 538.80 286.56 528.80 L + C100 + 298.56 538.80 298.56 528.80 L + C100 + 286.56 528.80 286.56 518.80 L + C100 + 298.56 528.80 298.56 518.80 L + C100 + 286.56 518.80 286.56 508.80 L + C100 + 298.56 518.80 298.56 508.80 L + C100 + 286.56 508.80 286.56 498.80 L + C100 + 298.56 508.80 298.56 498.80 L + C100 + 286.56 498.80 286.56 488.80 L + C100 + 298.56 498.80 298.56 488.80 L + C100 + 286.56 488.80 298.56 488.80 L + C100 + 286.56 298.80 286.56 288.80 L + C100 + 298.56 298.80 298.56 288.80 L + C100 + 286.56 298.80 298.56 298.80 L + C100 + 286.56 288.80 286.56 278.80 L + C100 + 286.56 278.80 286.56 268.80 L + C100 + 286.56 218.80 298.56 218.80 L + C100 + 286.56 128.80 286.56 118.80 L + C100 + 286.56 128.80 298.56 128.80 L + C100 + 286.56 118.80 298.56 118.80 L + C100 + 298.56 108.80 298.56 98.80 L + C100 + 286.56 108.80 298.56 108.80 L + C100 + 298.56 98.80 298.56 88.80 L + C100 + 286.56 18.80 298.56 18.80 L + C100 + 286.56 748.80 286.56 738.80 L + C100 + 274.56 748.80 286.56 748.80 L + C100 + 286.56 738.80 286.56 728.80 L + C100 + 286.56 728.80 286.56 718.80 L + C100 + 286.56 718.80 286.56 708.80 L + C100 + 286.56 708.80 286.56 698.80 L + C100 + 286.56 698.80 286.56 688.80 L + C100 + 286.56 688.80 286.56 678.80 L + C100 + 286.56 678.80 286.56 668.80 L + C100 + 286.56 668.80 286.56 658.80 L + C100 + 286.56 658.80 286.56 648.80 L + C100 + 286.56 648.80 286.56 638.80 L + C100 + 286.56 638.80 286.56 628.80 L + C100 + 286.56 628.80 286.56 618.80 L + C100 + 286.56 618.80 286.56 608.80 L + C100 + 286.56 608.80 286.56 598.80 L + C100 + 286.56 598.80 286.56 588.80 L + C100 + 286.56 588.80 286.56 578.80 L + C100 + 286.56 578.80 286.56 568.80 L + C100 + 286.56 568.80 286.56 558.80 L + C100 + 286.56 558.80 286.56 548.80 L + C100 + 286.56 548.80 286.56 538.80 L + C100 + 286.56 538.80 286.56 528.80 L + C100 + 286.56 528.80 286.56 518.80 L + C100 + 286.56 518.80 286.56 508.80 L + C100 + 286.56 508.80 286.56 498.80 L + C100 + 286.56 498.80 286.56 488.80 L + C100 + 286.56 488.80 286.56 478.80 L + C100 + 286.56 478.80 286.56 468.80 L + C100 + 286.56 468.80 286.56 458.80 L + C100 + 286.56 458.80 286.56 448.80 L + C100 + 286.56 448.80 286.56 438.80 L + C100 + 286.56 438.80 286.56 428.80 L + C100 + 286.56 428.80 286.56 418.80 L + C100 + 286.56 418.80 286.56 408.80 L + C100 + 286.56 408.80 286.56 398.80 L + C100 + 286.56 398.80 286.56 388.80 L + C100 + 286.56 388.80 286.56 378.80 L + C100 + 286.56 378.80 286.56 368.80 L + C100 + 274.56 368.80 286.56 368.80 L + C100 + 274.56 268.80 274.56 258.80 L + C100 + 274.56 268.80 286.56 268.80 L + C100 + 274.56 218.80 286.56 218.80 L + C100 + 274.56 108.80 286.56 108.80 L + C100 + 274.56 18.80 286.56 18.80 L + C100 + 262.56 748.80 274.56 748.80 L + C100 + 262.56 368.80 274.56 368.80 L + C100 + 274.56 358.80 274.56 348.80 L + C100 + 262.56 358.80 274.56 358.80 L + C100 + 262.56 348.80 274.56 348.80 L + C100 + 262.56 258.80 262.56 248.80 L + C100 + 262.56 258.80 274.56 258.80 L + C100 + 262.56 248.80 262.56 238.80 L + C100 + 262.56 218.80 274.56 218.80 L + C100 + 262.56 108.80 262.56 98.80 L + C100 + 262.56 108.80 274.56 108.80 L + C100 + 262.56 98.80 262.56 88.80 L + C100 + 262.56 18.80 274.56 18.80 L + C100 + 250.56 748.80 250.56 738.80 L + C100 + 250.56 748.80 262.56 748.80 L + C100 + 250.56 738.80 250.56 728.80 L + C100 + 250.56 728.80 250.56 718.80 L + C100 + 250.56 718.80 250.56 708.80 L + C100 + 250.56 708.80 250.56 698.80 L + C100 + 250.56 698.80 250.56 688.80 L + C100 + 250.56 688.80 250.56 678.80 L + C100 + 250.56 678.80 250.56 668.80 L + C100 + 250.56 668.80 250.56 658.80 L + C100 + 250.56 658.80 250.56 648.80 L + C100 + 250.56 648.80 250.56 638.80 L + C100 + 250.56 638.80 250.56 628.80 L + C100 + 250.56 628.80 250.56 618.80 L + C100 + 250.56 618.80 250.56 608.80 L + C100 + 250.56 608.80 250.56 598.80 L + C100 + 250.56 598.80 250.56 588.80 L + C100 + 250.56 588.80 250.56 578.80 L + C100 + 250.56 578.80 250.56 568.80 L + C100 + 250.56 568.80 250.56 558.80 L + C100 + 250.56 558.80 250.56 548.80 L + C100 + 250.56 548.80 250.56 538.80 L + C100 + 250.56 538.80 250.56 528.80 L + C100 + 250.56 528.80 250.56 518.80 L + C100 + 250.56 518.80 250.56 508.80 L + C100 + 250.56 508.80 250.56 498.80 L + C100 + 250.56 498.80 250.56 488.80 L + C100 + 250.56 488.80 250.56 478.80 L + C100 + 250.56 478.80 250.56 468.80 L + C100 + 250.56 468.80 250.56 458.80 L + C100 + 250.56 458.80 250.56 448.80 L + C100 + 250.56 448.80 250.56 438.80 L + C100 + 250.56 438.80 250.56 428.80 L + C100 + 250.56 428.80 250.56 418.80 L + C100 + 250.56 418.80 250.56 408.80 L + C100 + 250.56 408.80 250.56 398.80 L + C100 + 250.56 398.80 250.56 388.80 L + C100 + 250.56 388.80 250.56 378.80 L + C100 + 250.56 378.80 250.56 368.80 L + C100 + 250.56 368.80 262.56 368.80 L + C100 + 250.56 358.80 250.56 348.80 L + C100 + 250.56 358.80 262.56 358.80 L + C100 + 250.56 348.80 262.56 348.80 L + C100 + 250.56 238.80 262.56 238.80 L + C100 + 250.56 218.80 262.56 218.80 L + C100 + 250.56 88.80 250.56 78.80 L + C100 + 250.56 88.80 262.56 88.80 L + C100 + 250.56 78.80 250.56 68.80 L + C100 + 250.56 18.80 262.56 18.80 L + C100 + 238.56 748.80 238.56 738.80 L + C100 + 250.56 748.80 250.56 738.80 L + C100 + 238.56 748.80 250.56 748.80 L + C100 + 238.56 738.80 250.56 738.80 L + C100 + 238.56 658.80 238.56 648.80 L + C100 + 250.56 658.80 250.56 648.80 L + C100 + 238.56 658.80 250.56 658.80 L + C100 + 238.56 648.80 238.56 638.80 L + C100 + 250.56 648.80 250.56 638.80 L + C100 + 238.56 638.80 238.56 628.80 L + C100 + 250.56 638.80 250.56 628.80 L + C100 + 238.56 628.80 238.56 618.80 L + C100 + 250.56 628.80 250.56 618.80 L + C100 + 238.56 618.80 238.56 608.80 L + C100 + 250.56 618.80 250.56 608.80 L + C100 + 238.56 608.80 250.56 608.80 L + C100 + 238.56 568.80 238.56 558.80 L + C100 + 250.56 568.80 250.56 558.80 L + C100 + 238.56 568.80 250.56 568.80 L + C100 + 238.56 558.80 250.56 558.80 L + C100 + 238.56 378.80 238.56 368.80 L + C100 + 250.56 378.80 250.56 368.80 L + C100 + 238.56 378.80 250.56 378.80 L + C100 + 238.56 368.80 250.56 368.80 L + C100 + 250.56 248.80 250.56 238.80 L + C100 + 238.56 248.80 250.56 248.80 L + C100 + 238.56 218.80 250.56 218.80 L + C100 + 238.56 68.80 250.56 68.80 L + C100 + 238.56 18.80 250.56 18.80 L + C100 + 226.56 408.80 226.56 398.80 L + C100 + 238.56 408.80 238.56 398.80 L + C100 + 226.56 408.80 238.56 408.80 L + C100 + 226.56 398.80 238.56 398.80 L + C100 + 226.56 248.80 238.56 248.80 L + C100 + 226.56 218.80 238.56 218.80 L + C100 + 226.56 68.80 226.56 58.80 L + C100 + 226.56 68.80 238.56 68.80 L + C100 + 226.56 18.80 238.56 18.80 L + C100 + 214.56 488.80 214.56 478.80 L + C100 + 226.56 488.80 226.56 478.80 L + C100 + 214.56 488.80 226.56 488.80 L + C100 + 214.56 478.80 214.56 468.80 L + C100 + 226.56 478.80 226.56 468.80 L + C100 + 214.56 468.80 214.56 458.80 L + C100 + 226.56 468.80 226.56 458.80 L + C100 + 214.56 458.80 214.56 448.80 L + C100 + 226.56 458.80 226.56 448.80 L + C100 + 214.56 448.80 214.56 438.80 L + C100 + 226.56 448.80 226.56 438.80 L + C100 + 214.56 438.80 226.56 438.80 L + C100 + 226.56 288.80 226.56 278.80 L + C100 + 214.56 288.80 226.56 288.80 L + C100 + 226.56 278.80 226.56 268.80 L + C100 + 226.56 268.80 226.56 258.80 L + C100 + 226.56 258.80 226.56 248.80 L + C100 + 214.56 218.80 226.56 218.80 L + C100 + 226.56 128.80 226.56 118.80 L + C100 + 214.56 128.80 226.56 128.80 L + C100 + 214.56 118.80 226.56 118.80 L + C100 + 214.56 58.80 214.56 48.80 L + C100 + 214.56 58.80 226.56 58.80 L + C100 + 214.56 18.80 226.56 18.80 L + C100 + 202.56 568.80 202.56 558.80 L + C100 + 214.56 568.80 214.56 558.80 L + C100 + 202.56 568.80 214.56 568.80 L + C100 + 202.56 558.80 202.56 548.80 L + C100 + 214.56 558.80 214.56 548.80 L + C100 + 202.56 548.80 202.56 538.80 L + C100 + 214.56 548.80 214.56 538.80 L + C100 + 202.56 538.80 202.56 528.80 L + C100 + 214.56 538.80 214.56 528.80 L + C100 + 202.56 528.80 202.56 518.80 L + C100 + 214.56 528.80 214.56 518.80 L + C100 + 202.56 518.80 214.56 518.80 L + C100 + 202.56 298.80 202.56 288.80 L + C100 + 214.56 298.80 214.56 288.80 L + C100 + 202.56 298.80 214.56 298.80 L + C100 + 202.56 288.80 202.56 278.80 L + C100 + 202.56 278.80 202.56 268.80 L + C100 + 202.56 268.80 202.56 258.80 L + C100 + 202.56 258.80 202.56 248.80 L + C100 + 202.56 248.80 202.56 238.80 L + C100 + 202.56 238.80 202.56 228.80 L + C100 + 202.56 218.80 214.56 218.80 L + C100 + 202.56 128.80 202.56 118.80 L + C100 + 202.56 128.80 214.56 128.80 L + C100 + 202.56 118.80 214.56 118.80 L + C100 + 202.56 48.80 202.56 38.80 L + C100 + 202.56 48.80 214.56 48.80 L + C100 + 202.56 38.80 202.56 28.80 L + C100 + 202.56 18.80 214.56 18.80 L + C100 + 190.56 228.80 202.56 228.80 L + C100 + 190.56 218.80 202.56 218.80 L + C100 + 190.56 28.80 202.56 28.80 L + C100 + 190.56 18.80 202.56 18.80 L + C100 + 178.56 358.80 178.56 348.80 L + C100 + 190.56 358.80 190.56 348.80 L + C100 + 178.56 358.80 190.56 358.80 L + C100 + 178.56 348.80 190.56 348.80 L + C100 + 190.56 298.80 190.56 288.80 L + C100 + 178.56 298.80 190.56 298.80 L + C100 + 190.56 288.80 190.56 278.80 L + C100 + 190.56 278.80 190.56 268.80 L + C100 + 190.56 268.80 190.56 258.80 L + C100 + 190.56 258.80 190.56 248.80 L + C100 + 190.56 248.80 190.56 238.80 L + C100 + 190.56 238.80 190.56 228.80 L + C100 + 178.56 218.80 190.56 218.80 L + C100 + 190.56 128.80 190.56 118.80 L + C100 + 178.56 128.80 190.56 128.80 L + C100 + 178.56 118.80 190.56 118.80 L + C100 + 190.56 38.80 190.56 28.80 L + C100 + 178.56 38.80 190.56 38.80 L + C100 + 178.56 18.80 190.56 18.80 L + C100 + 166.56 358.80 178.56 358.80 L + C100 + 166.56 348.80 178.56 348.80 L + C100 + 178.56 308.80 178.56 298.80 L + C100 + 166.56 308.80 178.56 308.80 L + C100 + 166.56 218.80 178.56 218.80 L + C100 + 166.56 128.80 178.56 128.80 L + C100 + 166.56 118.80 178.56 118.80 L + C100 + 166.56 38.80 178.56 38.80 L + C100 + 166.56 18.80 178.56 18.80 L + C100 + 154.56 358.80 166.56 358.80 L + C100 + 154.56 348.80 166.56 348.80 L + C100 + 154.56 308.80 166.56 308.80 L + C100 + 154.56 218.80 166.56 218.80 L + C100 + 154.56 128.80 166.56 128.80 L + C100 + 154.56 118.80 166.56 118.80 L + C100 + 154.56 38.80 166.56 38.80 L + C100 + 154.56 18.80 166.56 18.80 L + C100 + 142.56 748.80 142.56 738.80 L + C100 + 154.56 748.80 154.56 738.80 L + C100 + 142.56 748.80 154.56 748.80 L + C100 + 142.56 738.80 142.56 728.80 L + C100 + 154.56 738.80 154.56 728.80 L + C100 + 142.56 728.80 142.56 718.80 L + C100 + 154.56 728.80 154.56 718.80 L + C100 + 142.56 718.80 142.56 708.80 L + C100 + 154.56 718.80 154.56 708.80 L + C100 + 142.56 708.80 142.56 698.80 L + C100 + 154.56 708.80 154.56 698.80 L + C100 + 142.56 698.80 142.56 688.80 L + C100 + 154.56 698.80 154.56 688.80 L + C100 + 142.56 688.80 142.56 678.80 L + C100 + 154.56 688.80 154.56 678.80 L + C100 + 142.56 678.80 142.56 668.80 L + C100 + 154.56 678.80 154.56 668.80 L + C100 + 142.56 668.80 142.56 658.80 L + C100 + 154.56 668.80 154.56 658.80 L + C100 + 142.56 658.80 142.56 648.80 L + C100 + 154.56 658.80 154.56 648.80 L + C100 + 142.56 648.80 142.56 638.80 L + C100 + 154.56 648.80 154.56 638.80 L + C100 + 142.56 638.80 142.56 628.80 L + C100 + 154.56 638.80 154.56 628.80 L + C100 + 142.56 628.80 142.56 618.80 L + C100 + 154.56 628.80 154.56 618.80 L + C100 + 142.56 618.80 142.56 608.80 L + C100 + 154.56 618.80 154.56 608.80 L + C100 + 142.56 608.80 142.56 598.80 L + C100 + 154.56 608.80 154.56 598.80 L + C100 + 142.56 598.80 142.56 588.80 L + C100 + 154.56 598.80 154.56 588.80 L + C100 + 142.56 588.80 142.56 578.80 L + C100 + 154.56 588.80 154.56 578.80 L + C100 + 142.56 578.80 142.56 568.80 L + C100 + 154.56 578.80 154.56 568.80 L + C100 + 142.56 568.80 142.56 558.80 L + C100 + 154.56 568.80 154.56 558.80 L + C100 + 142.56 558.80 142.56 548.80 L + C100 + 154.56 558.80 154.56 548.80 L + C100 + 142.56 548.80 142.56 538.80 L + C100 + 154.56 548.80 154.56 538.80 L + C100 + 142.56 538.80 142.56 528.80 L + C100 + 154.56 538.80 154.56 528.80 L + C100 + 142.56 528.80 142.56 518.80 L + C100 + 154.56 528.80 154.56 518.80 L + C100 + 142.56 518.80 142.56 508.80 L + C100 + 154.56 518.80 154.56 508.80 L + C100 + 142.56 508.80 142.56 498.80 L + C100 + 154.56 508.80 154.56 498.80 L + C100 + 142.56 498.80 142.56 488.80 L + C100 + 154.56 498.80 154.56 488.80 L + C100 + 154.56 488.80 154.56 478.80 L + C100 + 142.56 478.80 142.56 468.80 L + C100 + 154.56 478.80 154.56 468.80 L + C100 + 142.56 468.80 142.56 458.80 L + C100 + 154.56 468.80 154.56 458.80 L + C100 + 142.56 458.80 142.56 448.80 L + C100 + 154.56 458.80 154.56 448.80 L + C100 + 142.56 448.80 142.56 438.80 L + C100 + 154.56 448.80 154.56 438.80 L + C100 + 142.56 438.80 142.56 428.80 L + C100 + 154.56 438.80 154.56 428.80 L + C100 + 142.56 428.80 142.56 418.80 L + C100 + 154.56 428.80 154.56 418.80 L + C100 + 142.56 418.80 142.56 408.80 L + C100 + 154.56 418.80 154.56 408.80 L + C100 + 142.56 408.80 142.56 398.80 L + C100 + 154.56 408.80 154.56 398.80 L + C100 + 154.56 398.80 154.56 388.80 L + C100 + 142.56 388.80 142.56 378.80 L + C100 + 154.56 388.80 154.56 378.80 L + C100 + 142.56 378.80 142.56 368.80 L + C100 + 154.56 378.80 154.56 368.80 L + C100 + 142.56 368.80 154.56 368.80 L + C100 + 142.56 358.80 142.56 348.80 L + C100 + 154.56 358.80 154.56 348.80 L + C100 + 142.56 358.80 154.56 358.80 L + C100 + 142.56 348.80 154.56 348.80 L + C100 + 142.56 308.80 154.56 308.80 L + C100 + 142.56 218.80 154.56 218.80 L + C100 + 142.56 128.80 154.56 128.80 L + C100 + 142.56 118.80 154.56 118.80 L + C100 + 154.56 48.80 154.56 38.80 L + C100 + 142.56 48.80 154.56 48.80 L + C100 + 142.56 18.80 154.56 18.80 L + C100 + 130.56 488.80 130.56 478.80 L + C100 + 130.56 488.80 142.56 488.80 L + C100 + 130.56 478.80 142.56 478.80 L + C100 + 130.56 398.80 130.56 388.80 L + C100 + 130.56 398.80 142.56 398.80 L + C100 + 130.56 388.80 142.56 388.80 L + C100 + 130.56 358.80 142.56 358.80 L + C100 + 130.56 348.80 142.56 348.80 L + C100 + 130.56 308.80 130.56 298.80 L + C100 + 130.56 308.80 142.56 308.80 L + C100 + 130.56 218.80 142.56 218.80 L + C100 + 130.56 128.80 130.56 118.80 L + C100 + 130.56 128.80 142.56 128.80 L + C100 + 130.56 118.80 142.56 118.80 L + C100 + 130.56 48.80 130.56 38.80 L + C100 + 130.56 48.80 142.56 48.80 L + C100 + 130.56 18.80 142.56 18.80 L + C100 + 118.56 358.80 130.56 358.80 L + C100 + 118.56 348.80 130.56 348.80 L + C100 + 118.56 298.80 130.56 298.80 L + C100 + 118.56 218.80 130.56 218.80 L + C100 + 118.56 38.80 130.56 38.80 L + C100 + 118.56 18.80 130.56 18.80 L + C100 + 106.56 458.80 106.56 448.80 L + C100 + 118.56 458.80 118.56 448.80 L + C100 + 106.56 458.80 118.56 458.80 L + C100 + 106.56 448.80 106.56 438.80 L + C100 + 118.56 448.80 118.56 438.80 L + C100 + 106.56 438.80 118.56 438.80 L + C100 + 106.56 358.80 106.56 348.80 L + C100 + 118.56 358.80 118.56 348.80 L + C100 + 106.56 358.80 118.56 358.80 L + C100 + 106.56 348.80 118.56 348.80 L + C100 + 106.56 298.80 106.56 288.80 L + C100 + 106.56 298.80 118.56 298.80 L + C100 + 106.56 218.80 118.56 218.80 L + C100 + 118.56 48.80 118.56 38.80 L + C100 + 106.56 48.80 118.56 48.80 L + C100 + 106.56 18.80 118.56 18.80 L + C100 + 94.56 718.80 94.56 708.80 L + C100 + 106.56 718.80 106.56 708.80 L + C100 + 94.56 718.80 106.56 718.80 L + C100 + 94.56 708.80 94.56 698.80 L + C100 + 106.56 708.80 106.56 698.80 L + C100 + 94.56 698.80 106.56 698.80 L + C100 + 94.56 568.80 94.56 558.80 L + C100 + 106.56 568.80 106.56 558.80 L + C100 + 94.56 568.80 106.56 568.80 L + C100 + 94.56 558.80 94.56 548.80 L + C100 + 106.56 558.80 106.56 548.80 L + C100 + 94.56 548.80 106.56 548.80 L + C100 + 94.56 288.80 94.56 278.80 L + C100 + 94.56 288.80 106.56 288.80 L + C100 + 94.56 278.80 94.56 268.80 L + C100 + 94.56 268.80 94.56 258.80 L + C100 + 94.56 258.80 94.56 248.80 L + C100 + 94.56 248.80 94.56 238.80 L + C100 + 94.56 238.80 94.56 228.80 L + C100 + 94.56 228.80 94.56 218.80 L + C100 + 94.56 218.80 106.56 218.80 L + C100 + 94.56 128.80 94.56 118.80 L + C100 + 106.56 128.80 106.56 118.80 L + C100 + 94.56 128.80 106.56 128.80 L + C100 + 94.56 118.80 106.56 118.80 L + C100 + 94.56 58.80 94.56 48.80 L + C100 + 106.56 58.80 106.56 48.80 L + C100 + 94.56 58.80 106.56 58.80 L + C100 + 94.56 48.80 94.56 38.80 L + C100 + 94.56 38.80 94.56 28.80 L + C100 + 94.56 28.80 94.56 18.80 L + C100 + 94.56 18.80 106.56 18.80 L + C100 + F6 + 0 0 moveto (Summary Prediction) show +F0 + C100 + F6 + 0 10 moveto ( ) show +F0 + C100 + F6 + 0 20 moveto ( ) show +F0 + C100 + F6 + 0 30 moveto ( ) show +F0 + C100 + F6 + 0 40 moveto ( ) show +F0 + C100 + F6 + 0 50 moveto ( ) show +F0 + C100 + F6 + 0 60 moveto ( ) show +F0 + C100 + F6 + 0 70 moveto (Turn Predictions) show +F0 + C100 + F6 + 0 80 moveto ( ) show +F0 + C100 + F6 + 0 90 moveto ( ) show +F0 + C100 + F6 + 0 100 moveto ( ) show +F0 + C100 + F6 + 0 110 moveto ( ) show +F0 + C100 + F6 + 0 120 moveto ( ) show +F0 + C100 + F6 + 0 130 moveto ( ) show +F0 + C100 + F6 + 0 140 moveto ( ) show +F0 + C100 + F6 + 0 150 moveto ( ) show +F0 + C100 + F6 + 0 160 moveto ( ) show +F0 + C100 + F6 + 0 170 moveto (Sheet Predictions) show +F0 + C100 + F6 + 0 180 moveto ( ) show +F0 + C100 + F6 + 0 190 moveto ( ) show +F0 + C100 + F6 + 0 200 moveto ( ) show +F0 + C100 + F6 + 0 210 moveto ( ) show +F0 + C100 + F6 + 0 220 moveto ( ) show +F0 + C100 + F6 + 0 230 moveto ( ) show +F0 + C100 + F6 + 0 240 moveto ( ) show +F0 + C100 + F6 + 0 250 moveto ( ) show +F0 + C100 + F6 + 0 260 moveto (Helix Predictions) show +F0 + C100 + F6 + 0 270 moveto ( ) show +F0 + C100 + F6 + 0 280 moveto ( ) show +F0 + C100 + F6 + 0 290 moveto ( ) show +F0 + C100 + F6 + 0 300 moveto ( ) show +F0 + C100 + F6 + 0 310 moveto ( ) show +F0 + C100 + F6 + 0 320 moveto ( ) show +F0 + C100 + F6 + 0 330 moveto ( ) show +F0 + C100 + F6 + 0 340 moveto ( ) show +F0 + C100 + F6 + 0 350 moveto (Conservation +) show +F0 + C100 + F6 + 0 360 moveto ( ) show +F0 + C100 + F6 + 0 370 moveto (Annexin VII 3) show +F0 + C100 + F6 + 0 380 moveto (Annexin III R3) show +F0 + C100 + F6 + 0 390 moveto (Annexin III H3) show +F0 + C100 + F6 + 0 400 moveto (Annexin V BH3) show +F0 + C100 + F6 + 0 410 moveto (Annexin IV P3) show +F0 + C100 + F6 + 0 420 moveto (Annexin IV B3) show +F0 + C100 + F6 + 0 430 moveto (Annexin IV H3) show +F0 + C100 + F6 + 0 440 moveto (Annexin VI M3) show +F0 + C100 + F6 + 0 450 moveto (Annexin VI H3) show +F0 + C100 + F6 + 0 460 moveto (Annexin V R3) show +F0 + C100 + F6 + 0 470 moveto (Annexin V H3) show +F0 + C100 + F6 + 0 480 moveto (Annexin V C3) show +F0 + C100 + F6 + 0 490 moveto (Annexin I R3) show +F0 + C100 + F6 + 0 500 moveto (Annexin I M3) show +F0 + C100 + F6 + 0 510 moveto (Annexin I H3) show +F0 + C100 + F6 + 0 520 moveto (Annexin II B3) show +F0 + C100 + F6 + 0 530 moveto (Annexin II H3) show +F0 + C100 + F6 + 0 540 moveto (Annexin II M3) show +F0 + C100 + F6 + 0 550 moveto (Annexin III R4) show +F0 + C100 + F6 + 0 560 moveto (Annexin III H4) show +F0 + C100 + F6 + 0 570 moveto (Annexin VII 4) show +F0 + C100 + F6 + 0 580 moveto (Annexin V BH4) show +F0 + C100 + F6 + 0 590 moveto (Annexin VI M8) show +F0 + C100 + F6 + 0 600 moveto (Annexin VI H8) show +F0 + C100 + F6 + 0 610 moveto (Annexin VI M4) show +F0 + C100 + F6 + 0 620 moveto (Annexin VI H4) show +F0 + C100 + F6 + 0 630 moveto (Annexin IV H4) show +F0 + C100 + F6 + 0 640 moveto (Annexin IV B4) show +F0 + C100 + F6 + 0 650 moveto (Annexin IV P4) show +F0 + C100 + F6 + 0 660 moveto (Annexin II M4) show +F0 + C100 + F6 + 0 670 moveto (Annexin II B4) show +F0 + C100 + F6 + 0 680 moveto (Annexin II H4) show +F0 + C100 + F6 + 0 690 moveto (Annexin V C4) show +F0 + C100 + F6 + 0 700 moveto (Annexin V H4) show +F0 + C100 + F6 + 0 710 moveto (Annexin V R4) show +F0 + C100 + F6 + 0 720 moveto (Annexin I R4) show +F0 + C100 + F6 + 0 730 moveto (Annexin I M4) show +F0 + C100 + F6 + 0 740 moveto (Annexin I H4) show +F0 + C100 + (H) 96 0 P +(H) 108 0 P +(H) 120 0 P +(H) 132 0 P +(H) 144 0 P +(H) 156 0 P +(H) 168 0 P +(H) 180 0 P +(H) 204 0 P +(H) 216 0 P +( +) 228 0 P +(T) 264 0 P +(T) 276 0 P +(T) 288 0 P +(Y) 300 0 P +(H) 312 0 P +(H) 324 0 P +(H) 336 0 P +(H) 348 0 P +(H) 360 0 P +(H) 372 0 P +(H) 384 0 P +(T) 396 0 P +(T) 408 0 P + 108 330 moveto (Helix Pattern) show + 228 330 moveto (Glycine Loop) show + 336 330 moveto (Helix Pattern) show +(7) 108 350 P +(+) 144 350 P +(7) 180 350 P +(+) 252 350 P +(5) 264 350 P +(6) 324 350 P +(5) 336 350 P +(5) 360 350 P +(6) 372 350 P +(6) 384 350 P +(+) 408 350 P + 1.00 setgray +(D) 96 370 P + 0.00 setgray +F1 + (A) 108 370 P +F0 + (Q) 120 370 P +F4 + (R) 132 370 P +F0 + C1 + (L) 144 370 P +C100 + (Y) 156 370 P +(Q) 168 370 P +F1 + (A) 180 370 P +F0 + (G) 192 370 P + 1.00 setgray +(E) 204 370 P + 0.00 setgray +(G) 216 370 P +F4 + (R) 228 370 P +F0 + C1 + (L) 240 370 P +C100 + (G) 252 370 P +(T) 264 370 P + 1.00 setgray +(D) 276 370 P + 0.00 setgray + 1.00 setgray +(E) 288 370 P + 0.00 setgray +F1 + (S) 300 370 P +F0 + (C) 312 370 P +(F) 324 370 P +F1 + (N) 336 370 P +F0 + (M) 348 370 P +F5 + C1 + (I) 360 370 P +F0 + (L) 372 370 P +F1 + C100 + (A) 384 370 P +F0 + (T) 396 370 P +F4 + (R) 408 370 P +F0 + 1.00 setgray +(D) 96 380 P + 0.00 setgray +F1 + (A) 108 380 P +F0 + (Q) 120 380 P +(T) 132 380 P +C1 + (L) 144 380 P +C100 + (Y) 156 380 P + 1.00 setgray +(D) 168 380 P + 0.00 setgray +F1 + (A) 180 380 P +F0 + (G) 192 380 P + 1.00 setgray +(E) 204 380 P + 0.00 setgray +F4 + (K) 216 380 P +F0 + F4 + (K) 228 380 P +F0 + (W) 240 380 P +(G) 252 380 P +(T) 264 380 P + 1.00 setgray +(D) 276 380 P + 0.00 setgray + 1.00 setgray +(E) 288 380 P + 0.00 setgray + 1.00 setgray +(D) 300 380 P + 0.00 setgray +F4 + (K) 312 380 P +F0 + (F) 324 380 P +(T) 336 380 P + 1.00 setgray +(E) 348 380 P + 0.00 setgray +F5 + C1 + (I) 360 380 P +F0 + (L) 372 380 P +C100 + (C) 384 380 P +C1 + (L) 396 380 P +F4 + C100 + (R) 408 380 P +F0 + 1.00 setgray +(D) 96 390 P + 0.00 setgray +F1 + (A) 108 390 P +F0 + (Q) 120 390 P +F5 + C1 + (I) 132 390 P +F0 + (L) 144 390 P +C100 + (Y) 156 390 P +F4 + (K) 168 390 P +F0 + F1 + (A) 180 390 P +F0 + (G) 192 390 P + 1.00 setgray +(E) 204 390 P + 0.00 setgray +F1 + (N) 216 390 P +F0 + F4 + (R) 228 390 P +F0 + (W) 240 390 P +(G) 252 390 P +(T) 264 390 P + 1.00 setgray +(D) 276 390 P + 0.00 setgray + 1.00 setgray +(E) 288 390 P + 0.00 setgray + 1.00 setgray +(D) 300 390 P + 0.00 setgray +F4 + (K) 312 390 P +F0 + (F) 324 390 P +(T) 336 390 P + 1.00 setgray +(E) 348 390 P + 0.00 setgray +F5 + C1 + (I) 360 390 P +F0 + (L) 372 390 P +C100 + (C) 384 390 P +C1 + (L) 396 390 P +F4 + C100 + (R) 408 390 P +F0 + 1.00 setgray +(D) 96 400 P + 0.00 setgray +F1 + (A) 108 400 P +F0 + (Q) 120 400 P + 1.00 setgray +(D) 132 400 P + 0.00 setgray +C1 + (L) 144 400 P +C100 + (Y) 156 400 P +F1 + (A) 168 400 P +F0 + F1 + (A) 180 400 P +F0 + (G) 192 400 P + 1.00 setgray +(E) 204 400 P + 0.00 setgray +F4 + (K) 216 400 P +F0 + F5 + C1 + (I) 228 400 P +F0 + F4 + C100 + (R) 240 400 P +F0 + (G) 252 400 P +(T) 264 400 P + 1.00 setgray +(D) 276 400 P + 0.00 setgray + 1.00 setgray +(E) 288 400 P + 0.00 setgray +(M) 300 400 P +F4 + (K) 312 400 P +F0 + (F) 324 400 P +F5 + C1 + (I) 336 400 P +F0 + C100 + (T) 348 400 P +F5 + C1 + (I) 360 400 P +F0 + (L) 372 400 P +C100 + (C) 384 400 P +(T) 396 400 P +F4 + (R) 408 400 P +F0 + 1.00 setgray +(D) 96 410 P + 0.00 setgray +F1 + (A) 108 410 P +F0 + (Q) 120 410 P + 1.00 setgray +(D) 132 410 P + 0.00 setgray +C1 + (L) 144 410 P +C100 + (Y) 156 410 P + 1.00 setgray +(E) 168 410 P + 0.00 setgray +F1 + (A) 180 410 P +F0 + (G) 192 410 P + 1.00 setgray +(E) 204 410 P + 0.00 setgray +F4 + (K) 216 410 P +F0 + F4 + (K) 228 410 P +F0 + (W) 240 410 P +(G) 252 410 P +(T) 264 410 P + 1.00 setgray +(D) 276 410 P + 0.00 setgray + 1.00 setgray +(E) 288 410 P + 0.00 setgray +F5 + C1 + (V) 300 410 P +F0 + F4 + C100 + (K) 312 410 P +F0 + (F) 324 410 P +C1 + (L) 336 410 P +C100 + (T) 348 410 P +F5 + C1 + (V) 360 410 P +F0 + (L) 372 410 P +C100 + (C) 384 410 P +F1 + (S) 396 410 P +F0 + F4 + (R) 408 410 P +F0 + 1.00 setgray +(D) 96 420 P + 0.00 setgray +F1 + (A) 108 420 P +F0 + (Q) 120 420 P + 1.00 setgray +(D) 132 420 P + 0.00 setgray +C1 + (L) 144 420 P +C100 + (Y) 156 420 P + 1.00 setgray +(E) 168 420 P + 0.00 setgray +F1 + (A) 180 420 P +F0 + (G) 192 420 P + 1.00 setgray +(E) 204 420 P + 0.00 setgray +F4 + (K) 216 420 P +F0 + F4 + (K) 228 420 P +F0 + (W) 240 420 P +(G) 252 420 P +(T) 264 420 P + 1.00 setgray +(D) 276 420 P + 0.00 setgray + 1.00 setgray +(E) 288 420 P + 0.00 setgray +F5 + C1 + (V) 300 420 P +F0 + F4 + C100 + (K) 312 420 P +F0 + (F) 324 420 P +C1 + (L) 336 420 P +C100 + (T) 348 420 P +F5 + C1 + (V) 360 420 P +F0 + (L) 372 420 P +C100 + (C) 384 420 P +F1 + (S) 396 420 P +F0 + F4 + (R) 408 420 P +F0 + 1.00 setgray +(D) 96 430 P + 0.00 setgray +F1 + (A) 108 430 P +F0 + (Q) 120 430 P + 1.00 setgray +(D) 132 430 P + 0.00 setgray +C1 + (L) 144 430 P +C100 + (Y) 156 430 P + 1.00 setgray +(E) 168 430 P + 0.00 setgray +F1 + (A) 180 430 P +F0 + (G) 192 430 P + 1.00 setgray +(E) 204 430 P + 0.00 setgray +F4 + (K) 216 430 P +F0 + F4 + (K) 228 430 P +F0 + (W) 240 430 P +(G) 252 430 P +(T) 264 430 P + 1.00 setgray +(D) 276 430 P + 0.00 setgray + 1.00 setgray +(E) 288 430 P + 0.00 setgray +F5 + C1 + (V) 300 430 P +F0 + F4 + C100 + (K) 312 430 P +F0 + (F) 324 430 P +C1 + (L) 336 430 P +C100 + (T) 348 430 P +F5 + C1 + (V) 360 430 P +F0 + (L) 372 430 P +C100 + (C) 384 430 P +F1 + (S) 396 430 P +F0 + F4 + (R) 408 430 P +F0 + 1.00 setgray +(D) 96 440 P + 0.00 setgray +F5 + C1 + (V) 108 440 P +F0 + C100 + (Q) 120 440 P + 1.00 setgray +(D) 132 440 P + 0.00 setgray +C1 + (L) 144 440 P +C100 + (Y) 156 440 P + 1.00 setgray +(E) 168 440 P + 0.00 setgray +F1 + (A) 180 440 P +F0 + (G) 192 440 P + 1.00 setgray +(E) 204 440 P + 0.00 setgray +C1 + (L) 216 440 P +F4 + C100 + (K) 228 440 P +F0 + (W) 240 440 P +(G) 252 440 P +(T) 264 440 P + 1.00 setgray +(D) 276 440 P + 0.00 setgray + 1.00 setgray +(E) 288 440 P + 0.00 setgray +F1 + (A) 300 440 P +F0 + (Q) 312 440 P +(F) 324 440 P +F5 + C1 + (I) 336 440 P +F0 + C100 + (Y) 348 440 P +F5 + C1 + (I) 360 440 P +F0 + (L) 372 440 P +C100 + (G) 384 440 P +F1 + (N) 396 440 P +F0 + F4 + (R) 408 440 P +F0 + 1.00 setgray +(D) 96 450 P + 0.00 setgray +F5 + C1 + (V) 108 450 P +F0 + C100 + (Q) 120 450 P + 1.00 setgray +(D) 132 450 P + 0.00 setgray +C1 + (L) 144 450 P +C100 + (Y) 156 450 P + 1.00 setgray +(E) 168 450 P + 0.00 setgray +F1 + (A) 180 450 P +F0 + (G) 192 450 P + 1.00 setgray +(E) 204 450 P + 0.00 setgray +C1 + (L) 216 450 P +F4 + C100 + (K) 228 450 P +F0 + (W) 240 450 P +(G) 252 450 P +(T) 264 450 P + 1.00 setgray +(D) 276 450 P + 0.00 setgray + 1.00 setgray +(E) 288 450 P + 0.00 setgray +F1 + (A) 300 450 P +F0 + (Q) 312 450 P +(F) 324 450 P +F5 + C1 + (I) 336 450 P +F0 + C100 + (Y) 348 450 P +F5 + C1 + (I) 360 450 P +F0 + (L) 372 450 P +C100 + (G) 384 450 P +F1 + (N) 396 450 P +F0 + F4 + (R) 408 450 P +F0 + 1.00 setgray +(D) 96 460 P + 0.00 setgray +F1 + (A) 108 460 P +F0 + (Q) 120 460 P +F1 + (A) 132 460 P +F0 + C1 + (L) 144 460 P +C100 + (F) 156 460 P +(Q) 168 460 P +F1 + (A) 180 460 P +F0 + (G) 192 460 P + 1.00 setgray +(E) 204 460 P + 0.00 setgray +C1 + (L) 216 460 P +F4 + C100 + (K) 228 460 P +F0 + (W) 240 460 P +(G) 252 460 P +(T) 264 460 P + 1.00 setgray +(D) 276 460 P + 0.00 setgray + 1.00 setgray +(E) 288 460 P + 0.00 setgray + 1.00 setgray +(E) 300 460 P + 0.00 setgray +F4 + (K) 312 460 P +F0 + (F) 324 460 P +F5 + C1 + (I) 336 460 P +F0 + C100 + (T) 348 460 P +F5 + C1 + (I) 360 460 P +F0 + (L) 372 460 P +C100 + (G) 384 460 P +(T) 396 460 P +F4 + (R) 408 460 P +F0 + 1.00 setgray +(D) 96 470 P + 0.00 setgray +F1 + (A) 108 470 P +F0 + (Q) 120 470 P +F1 + (A) 132 470 P +F0 + C1 + (L) 144 470 P +C100 + (F) 156 470 P +(Q) 168 470 P +F1 + (A) 180 470 P +F0 + (G) 192 470 P + 1.00 setgray +(E) 204 470 P + 0.00 setgray +C1 + (L) 216 470 P +F4 + C100 + (K) 228 470 P +F0 + (W) 240 470 P +(G) 252 470 P +(T) 264 470 P + 1.00 setgray +(D) 276 470 P + 0.00 setgray + 1.00 setgray +(E) 288 470 P + 0.00 setgray + 1.00 setgray +(E) 300 470 P + 0.00 setgray +F4 + (K) 312 470 P +F0 + (F) 324 470 P +F5 + C1 + (I) 336 470 P +F0 + C100 + (T) 348 470 P +F5 + C1 + (I) 360 470 P +F0 + C100 + (F) 372 470 P +(G) 384 470 P +(T) 396 470 P +F4 + (R) 408 470 P +F0 + 1.00 setgray +(D) 96 480 P + 0.00 setgray +F1 + (A) 108 480 P +F0 + (Q) 120 480 P +F5 + C1 + (V) 132 480 P +F0 + (L) 144 480 P +C100 + (F) 156 480 P +F4 + (R) 168 480 P +F0 + F1 + (A) 180 480 P +F0 + (G) 192 480 P + 1.00 setgray +(E) 204 480 P + 0.00 setgray +C1 + (L) 216 480 P +F4 + C100 + (K) 228 480 P +F0 + (W) 240 480 P +(G) 252 480 P +(T) 264 480 P + 1.00 setgray +(D) 276 480 P + 0.00 setgray + 1.00 setgray +(E) 288 480 P + 0.00 setgray + 1.00 setgray +(E) 300 480 P + 0.00 setgray +(T) 312 480 P +(F) 324 480 P +F5 + C1 + (I) 336 480 P +F0 + C100 + (T) 348 480 P +F5 + C1 + (I) 360 480 P +F0 + (L) 372 480 P +C100 + (G) 384 480 P +(T) 396 480 P +F4 + (R) 408 480 P +F0 + 1.00 setgray +(D) 96 490 P + 0.00 setgray +F1 + (A) 108 490 P +F0 + F4 + (R) 120 490 P +F0 + F1 + (A) 132 490 P +F0 + C1 + (L) 144 490 P +C100 + (Y) 156 490 P + 1.00 setgray +(E) 168 490 P + 0.00 setgray +F1 + (A) 180 490 P +F0 + (G) 192 490 P + 1.00 setgray +(E) 204 490 P + 0.00 setgray +F4 + (R) 216 490 P +F0 + F4 + (R) 228 490 P +F0 + F4 + (K) 240 490 P +F0 + (G) 252 490 P +(T) 264 490 P + 1.00 setgray +(D) 276 490 P + 0.00 setgray +F5 + C1 + (V) 288 490 P +F0 + F1 + C100 + (N) 300 490 P +F0 + F5 + C1 + (V) 312 490 P +F0 + C100 + (F) 324 490 P +F1 + (N) 336 490 P +F0 + (T) 348 490 P +F5 + C1 + (I) 360 490 P +F0 + (L) 372 490 P +C100 + (T) 384 490 P +(T) 396 490 P +F4 + (R) 408 490 P +F0 + 1.00 setgray +(D) 96 500 P + 0.00 setgray +F1 + (A) 108 500 P +F0 + F4 + (R) 120 500 P +F0 + F1 + (A) 132 500 P +F0 + C1 + (L) 144 500 P +C100 + (Y) 156 500 P + 1.00 setgray +(E) 168 500 P + 0.00 setgray +F1 + (A) 180 500 P +F0 + (G) 192 500 P + 1.00 setgray +(E) 204 500 P + 0.00 setgray +F4 + (R) 216 500 P +F0 + F4 + (R) 228 500 P +F0 + F4 + (K) 240 500 P +F0 + (G) 252 500 P +(T) 264 500 P + 1.00 setgray +(D) 276 500 P + 0.00 setgray +F5 + C1 + (V) 288 500 P +F0 + F1 + C100 + (N) 300 500 P +F0 + F5 + C1 + (V) 312 500 P +F0 + C100 + (F) 324 500 P +(T) 336 500 P +(T) 348 500 P +F5 + C1 + (I) 360 500 P +F0 + (L) 372 500 P +C100 + (T) 384 500 P +F1 + (S) 396 500 P +F0 + F4 + (R) 408 500 P +F0 + 1.00 setgray +(D) 96 510 P + 0.00 setgray +F1 + (A) 108 510 P +F0 + F4 + (R) 120 510 P +F0 + F1 + (A) 132 510 P +F0 + C1 + (L) 144 510 P +C100 + (Y) 156 510 P + 1.00 setgray +(E) 168 510 P + 0.00 setgray +F1 + (A) 180 510 P +F0 + (G) 192 510 P + 1.00 setgray +(E) 204 510 P + 0.00 setgray +F4 + (R) 216 510 P +F0 + F4 + (R) 228 510 P +F0 + F4 + (K) 240 510 P +F0 + (G) 252 510 P +(T) 264 510 P + 1.00 setgray +(D) 276 510 P + 0.00 setgray +F5 + C1 + (V) 288 510 P +F0 + F1 + C100 + (N) 300 510 P +F0 + F5 + C1 + (V) 312 510 P +F0 + C100 + (F) 324 510 P +F1 + (N) 336 510 P +F0 + (T) 348 510 P +F5 + C1 + (I) 360 510 P +F0 + (L) 372 510 P +C100 + (T) 384 510 P +(T) 396 510 P +F4 + (R) 408 510 P +F0 + 1.00 setgray +(D) 96 520 P + 0.00 setgray +F1 + (A) 108 520 P +F0 + F4 + (R) 120 520 P +F0 + 1.00 setgray +(D) 132 520 P + 0.00 setgray +C1 + (L) 144 520 P +C100 + (Y) 156 520 P + 1.00 setgray +(D) 168 520 P + 0.00 setgray +F1 + (A) 180 520 P +F0 + (G) 192 520 P +F5 + C1 + (V) 204 520 P +F0 + F4 + C100 + (K) 216 520 P +F0 + F4 + (R) 228 520 P +F0 + F4 + (K) 240 520 P +F0 + (G) 252 520 P +(T) 264 520 P + 1.00 setgray +(D) 276 520 P + 0.00 setgray +F5 + C1 + (V) 288 520 P +F0 + C100 + (P) 300 520 P +F4 + (K) 312 520 P +F0 + (W) 324 520 P +F5 + C1 + (I) 336 520 P +F0 + F1 + C100 + (S) 348 520 P +F0 + F5 + C1 + (I) 360 520 P +F0 + C100 + (M) 372 520 P +(T) 384 520 P + 1.00 setgray +(E) 396 520 P + 0.00 setgray +F4 + (R) 408 520 P +F0 + 1.00 setgray +(D) 96 530 P + 0.00 setgray +F1 + (A) 108 530 P +F0 + F4 + (R) 120 530 P +F0 + 1.00 setgray +(D) 132 530 P + 0.00 setgray +C1 + (L) 144 530 P +C100 + (Y) 156 530 P + 1.00 setgray +(D) 168 530 P + 0.00 setgray +F1 + (A) 180 530 P +F0 + (G) 192 530 P +F5 + C1 + (V) 204 530 P +F0 + F4 + C100 + (K) 216 530 P +F0 + F4 + (R) 228 530 P +F0 + F4 + (K) 240 530 P +F0 + (G) 252 530 P +(T) 264 530 P + 1.00 setgray +(D) 276 530 P + 0.00 setgray +F5 + C1 + (V) 288 530 P +F0 + C100 + (P) 300 530 P +F4 + (K) 312 530 P +F0 + (W) 324 530 P +F5 + C1 + (I) 336 530 P +F0 + F1 + C100 + (S) 348 530 P +F0 + F5 + C1 + (I) 360 530 P +F0 + C100 + (M) 372 530 P +(T) 384 530 P + 1.00 setgray +(E) 396 530 P + 0.00 setgray +F4 + (R) 408 530 P +F0 + 1.00 setgray +(D) 96 540 P + 0.00 setgray +F1 + (A) 108 540 P +F0 + F4 + (R) 120 540 P +F0 + 1.00 setgray +(E) 132 540 P + 0.00 setgray +C1 + (L) 144 540 P +C100 + (Y) 156 540 P + 1.00 setgray +(D) 168 540 P + 0.00 setgray +F1 + (A) 180 540 P +F0 + (G) 192 540 P +F5 + C1 + (V) 204 540 P +F0 + F4 + C100 + (K) 216 540 P +F0 + F4 + (R) 228 540 P +F0 + F4 + (K) 240 540 P +F0 + (G) 252 540 P +(T) 264 540 P + 1.00 setgray +(D) 276 540 P + 0.00 setgray +F5 + C1 + (V) 288 540 P +F0 + C100 + (P) 300 540 P +F4 + (K) 312 540 P +F0 + (W) 324 540 P +F5 + C1 + (I) 336 540 P +F0 + F1 + C100 + (S) 348 540 P +F0 + F5 + C1 + (I) 360 540 P +F0 + C100 + (M) 372 540 P +(T) 384 540 P + 1.00 setgray +(E) 396 540 P + 0.00 setgray +F4 + (R) 408 540 P +F0 + C1 + (L) 96 550 P +F1 + C100 + (A) 108 550 P +F0 + (G) 120 550 P +F4 + (R) 132 550 P +F0 + C1 + (L) 144 550 P +C100 + (H) 156 550 P +(Q) 168 550 P +F1 + (A) 180 550 P +F0 + C1 + (L) 204 550 P +F4 + C100 + (K) 216 550 P +F0 + (G) 228 550 P +F1 + (A) 240 550 P +F0 + (G) 252 550 P +(T) 264 550 P + 1.00 setgray +(D) 276 550 P + 0.00 setgray + 1.00 setgray +(E) 288 550 P + 0.00 setgray +(F) 300 550 P +(T) 312 550 P +C1 + (L) 324 550 P +F1 + C100 + (N) 336 550 P +F0 + F4 + (R) 348 550 P +F0 + F5 + C1 + (I) 360 550 P +F0 + C100 + (M) 372 550 P +F5 + C1 + (V) 384 550 P +F0 + F1 + C100 + (S) 396 550 P +F0 + F4 + (R) 408 550 P +F0 + C1 + (L) 96 560 P +F1 + C100 + (A) 108 560 P +F0 + 1.00 setgray +(E) 120 560 P + 0.00 setgray +F4 + (R) 132 560 P +F0 + C1 + (L) 144 560 P +C100 + (H) 156 560 P +F4 + (R) 168 560 P +F0 + F1 + (A) 180 560 P +F0 + C1 + (L) 204 560 P +F4 + C100 + (K) 216 560 P +F0 + (G) 228 560 P +F5 + C1 + (I) 240 560 P +F0 + C100 + (G) 252 560 P +(T) 264 560 P + 1.00 setgray +(D) 276 560 P + 0.00 setgray + 1.00 setgray +(E) 288 560 P + 0.00 setgray +(F) 300 560 P +(T) 312 560 P +C1 + (L) 324 560 P +F1 + C100 + (N) 336 560 P +F0 + F4 + (R) 348 560 P +F0 + F5 + C1 + (I) 360 560 P +F0 + C100 + (M) 372 560 P +F5 + C1 + (V) 384 560 P +F0 + F1 + C100 + (S) 396 560 P +F0 + F4 + (R) 408 560 P +F0 + (F) 96 570 P +F1 + (A) 108 570 P +F0 + 1.00 setgray +(E) 120 570 P + 0.00 setgray +F4 + (R) 132 570 P +F0 + C1 + (L) 144 570 P +C100 + (Y) 156 570 P +(Y) 168 570 P +F1 + (A) 180 570 P +F0 + (M) 204 570 P +F4 + (K) 216 570 P +F0 + (G) 228 570 P +F1 + (A) 240 570 P +F0 + (G) 252 570 P +(T) 264 570 P + 1.00 setgray +(D) 276 570 P + 0.00 setgray + 1.00 setgray +(D) 288 570 P + 0.00 setgray +F1 + (S) 300 570 P +F0 + (T) 312 570 P +C1 + (L) 324 570 P +F5 + (V) 336 570 P +F0 + F4 + C100 + (R) 348 570 P +F0 + F5 + C1 + (I) 360 570 P +F0 + F5 + (V) 372 570 P +F0 + F5 + (V) 384 570 P +F0 + C100 + (T) 396 570 P +F4 + (R) 408 570 P +F0 + (F) 96 580 P +F1 + (A) 108 580 P +F0 + 1.00 setgray +(E) 120 580 P + 0.00 setgray +F4 + (R) 132 580 P +F0 + C1 + (L) 144 580 P +C100 + (Y) 156 580 P +(Y) 168 580 P +F1 + (A) 180 580 P +F0 + (M) 204 580 P +F4 + (K) 216 580 P +F0 + (G) 228 580 P +F1 + (A) 240 580 P +F0 + (G) 252 580 P +(T) 264 580 P +F4 + (R) 276 580 P +F0 + 1.00 setgray +(D) 288 580 P + 0.00 setgray +(G) 300 580 P +(T) 312 580 P +C1 + (L) 324 580 P +F5 + (I) 336 580 P +F0 + F4 + C100 + (R) 348 580 P +F0 + F1 + (N) 360 580 P +F0 + F5 + C1 + (I) 372 580 P +F0 + F5 + (V) 384 580 P +F0 + F1 + C100 + (S) 396 580 P +F0 + F4 + (R) 408 580 P +F0 + (F) 96 590 P +F1 + (A) 108 590 P +F0 + 1.00 setgray +(D) 120 590 P + 0.00 setgray +F4 + (K) 132 590 P +F0 + C1 + (L) 144 590 P +C100 + (Y) 156 590 P +F4 + (K) 168 590 P +F0 + F1 + (S) 180 590 P +F0 + (M) 204 590 P +F4 + (K) 216 590 P +F0 + (G) 228 590 P +F1 + (A) 240 590 P +F0 + (G) 252 590 P +(T) 264 590 P + 1.00 setgray +(D) 276 590 P + 0.00 setgray + 1.00 setgray +(E) 288 590 P + 0.00 setgray +F4 + (K) 300 590 P +F0 + (T) 312 590 P +C1 + (L) 324 590 P +C100 + (T) 336 590 P +F4 + (R) 348 590 P +F0 + F5 + C1 + (V) 360 590 P +F0 + C100 + (M) 372 590 P +F5 + C1 + (V) 384 590 P +F0 + F1 + C100 + (S) 396 590 P +F0 + F4 + (R) 408 590 P +F0 + (F) 96 600 P +F1 + (A) 108 600 P +F0 + 1.00 setgray +(D) 120 600 P + 0.00 setgray +F4 + (K) 132 600 P +F0 + C1 + (L) 144 600 P +C100 + (Y) 156 600 P +F4 + (K) 168 600 P +F0 + F1 + (S) 180 600 P +F0 + (M) 204 600 P +F4 + (K) 216 600 P +F0 + (G) 228 600 P +F1 + (A) 240 600 P +F0 + (G) 252 600 P +(T) 264 600 P + 1.00 setgray +(D) 276 600 P + 0.00 setgray + 1.00 setgray +(E) 288 600 P + 0.00 setgray +F4 + (K) 300 600 P +F0 + (T) 312 600 P +C1 + (L) 324 600 P +C100 + (T) 336 600 P +F4 + (R) 348 600 P +F0 + F5 + C1 + (I) 360 600 P +F0 + C100 + (M) 372 600 P +F5 + C1 + (V) 384 600 P +F0 + F1 + C100 + (S) 396 600 P +F0 + F4 + (R) 408 600 P +F0 + (F) 96 610 P +F1 + (A) 108 610 P +F0 + 1.00 setgray +(E) 120 610 P + 0.00 setgray +F4 + (R) 132 610 P +F0 + C1 + (L) 144 610 P +C100 + (F) 156 610 P +F4 + (K) 168 610 P +F0 + F1 + (A) 180 610 P +F0 + (M) 204 610 P +F4 + (K) 216 610 P +F0 + (G) 228 610 P +C1 + (L) 240 610 P +C100 + (G) 252 610 P +(T) 264 610 P +F4 + (R) 276 610 P +F0 + 1.00 setgray +(D) 288 610 P + 0.00 setgray +F1 + (N) 300 610 P +F0 + (T) 312 610 P +C1 + (L) 324 610 P +F5 + (I) 336 610 P +F0 + F4 + C100 + (R) 348 610 P +F0 + F5 + C1 + (I) 360 610 P +F0 + C100 + (M) 372 610 P +F5 + C1 + (V) 384 610 P +F0 + F1 + C100 + (S) 396 610 P +F0 + F4 + (R) 408 610 P +F0 + (F) 96 620 P +F1 + (A) 108 620 P +F0 + 1.00 setgray +(E) 120 620 P + 0.00 setgray +F4 + (R) 132 620 P +F0 + C1 + (L) 144 620 P +C100 + (F) 156 620 P +F4 + (K) 168 620 P +F0 + F1 + (A) 180 620 P +F0 + (M) 204 620 P +F4 + (K) 216 620 P +F0 + (G) 228 620 P +C1 + (L) 240 620 P +C100 + (G) 252 620 P +(T) 264 620 P +F4 + (R) 276 620 P +F0 + 1.00 setgray +(D) 288 620 P + 0.00 setgray +F1 + (N) 300 620 P +F0 + (T) 312 620 P +C1 + (L) 324 620 P +F5 + (I) 336 620 P +F0 + F4 + C100 + (R) 348 620 P +F0 + F5 + C1 + (I) 360 620 P +F0 + C100 + (M) 372 620 P +F5 + C1 + (V) 384 620 P +F0 + F1 + C100 + (S) 396 620 P +F0 + F4 + (R) 408 620 P +F0 + (F) 96 630 P +F1 + (A) 108 630 P +F0 + 1.00 setgray +(E) 120 630 P + 0.00 setgray +F4 + (K) 132 630 P +F0 + C1 + (L) 144 630 P +C100 + (Y) 156 630 P +F4 + (K) 168 630 P +F0 + F1 + (S) 180 630 P +F0 + (M) 204 630 P +F4 + (K) 216 630 P +F0 + (G) 228 630 P +C1 + (L) 240 630 P +C100 + (G) 252 630 P +(T) 264 630 P + 1.00 setgray +(D) 276 630 P + 0.00 setgray + 1.00 setgray +(D) 288 630 P + 0.00 setgray +F1 + (N) 300 630 P +F0 + (T) 312 630 P +C1 + (L) 324 630 P +F5 + (I) 336 630 P +F0 + F4 + C100 + (R) 348 630 P +F0 + F5 + C1 + (V) 360 630 P +F0 + C100 + (M) 372 630 P +F5 + C1 + (V) 384 630 P +F0 + F1 + C100 + (S) 396 630 P +F0 + F4 + (R) 408 630 P +F0 + (F) 96 640 P +F1 + (A) 108 640 P +F0 + 1.00 setgray +(E) 120 640 P + 0.00 setgray +F4 + (R) 132 640 P +F0 + C1 + (L) 144 640 P +C100 + (Y) 156 640 P +F4 + (K) 168 640 P +F0 + F1 + (S) 180 640 P +F0 + (M) 204 640 P +F4 + (K) 216 640 P +F0 + (G) 228 640 P +C1 + (L) 240 640 P +C100 + (G) 252 640 P +(T) 264 640 P + 1.00 setgray +(D) 276 640 P + 0.00 setgray + 1.00 setgray +(D) 288 640 P + 0.00 setgray + 1.00 setgray +(D) 300 640 P + 0.00 setgray +(T) 312 640 P +C1 + (L) 324 640 P +F5 + (I) 336 640 P +F0 + F4 + C100 + (R) 348 640 P +F0 + F5 + C1 + (V) 360 640 P +F0 + C100 + (M) 372 640 P +F5 + C1 + (V) 384 640 P +F0 + F1 + C100 + (S) 396 640 P +F0 + F4 + (R) 408 640 P +F0 + (F) 96 650 P +F1 + (A) 108 650 P +F0 + 1.00 setgray +(E) 120 650 P + 0.00 setgray +F4 + (R) 132 650 P +F0 + C1 + (L) 144 650 P +C100 + (Y) 156 650 P +F4 + (K) 168 650 P +F0 + F1 + (S) 180 650 P +F0 + (M) 204 650 P +F4 + (K) 216 650 P +F0 + (G) 228 650 P +C1 + (L) 240 650 P +C100 + (G) 252 650 P +(T) 264 650 P + 1.00 setgray +(D) 276 650 P + 0.00 setgray + 1.00 setgray +(D) 288 650 P + 0.00 setgray +F1 + (N) 300 650 P +F0 + (T) 312 650 P +C1 + (L) 324 650 P +F5 + (I) 336 650 P +F0 + F4 + C100 + (R) 348 650 P +F0 + F5 + C1 + (V) 360 650 P +F0 + C100 + (M) 372 650 P +F5 + C1 + (V) 384 650 P +F0 + F1 + C100 + (S) 396 650 P +F0 + F4 + (R) 408 650 P +F0 + (F) 96 660 P +F1 + (A) 108 660 P +F0 + 1.00 setgray +(D) 120 660 P + 0.00 setgray +F4 + (R) 132 660 P +F0 + C1 + (L) 144 660 P +C100 + (Y) 156 660 P + 1.00 setgray +(D) 168 660 P + 0.00 setgray +F1 + (S) 180 660 P +F0 + (M) 204 660 P +F4 + (K) 216 660 P +F0 + (G) 228 660 P +F4 + (K) 240 660 P +F0 + (G) 252 660 P +(T) 264 660 P +F4 + (R) 276 660 P +F0 + 1.00 setgray +(D) 288 660 P + 0.00 setgray +F4 + (K) 300 660 P +F0 + F5 + C1 + (V) 312 660 P +F0 + (L) 324 660 P +F5 + (I) 336 660 P +F0 + F4 + C100 + (R) 348 660 P +F0 + F5 + C1 + (I) 360 660 P +F0 + C100 + (M) 372 660 P +F5 + C1 + (V) 384 660 P +F0 + F1 + C100 + (S) 396 660 P +F0 + F4 + (R) 408 660 P +F0 + (F) 96 670 P +F1 + (A) 108 670 P +F0 + 1.00 setgray +(D) 120 670 P + 0.00 setgray +F4 + (R) 132 670 P +F0 + C1 + (L) 144 670 P +C100 + (Y) 156 670 P + 1.00 setgray +(D) 168 670 P + 0.00 setgray +F1 + (S) 180 670 P +F0 + (M) 204 670 P +F4 + (K) 216 670 P +F0 + (G) 228 670 P +F4 + (K) 240 670 P +F0 + (G) 252 670 P +(T) 264 670 P +F4 + (R) 276 670 P +F0 + 1.00 setgray +(D) 288 670 P + 0.00 setgray +F4 + (K) 300 670 P +F0 + F5 + C1 + (V) 312 670 P +F0 + (L) 324 670 P +F5 + (I) 336 670 P +F0 + F4 + C100 + (R) 348 670 P +F0 + F5 + C1 + (I) 360 670 P +F0 + C100 + (M) 372 670 P +F5 + C1 + (V) 384 670 P +F0 + F1 + C100 + (S) 396 670 P +F0 + F4 + (R) 408 670 P +F0 + (F) 96 680 P +F1 + (A) 108 680 P +F0 + 1.00 setgray +(D) 120 680 P + 0.00 setgray +F4 + (R) 132 680 P +F0 + C1 + (L) 144 680 P +C100 + (Y) 156 680 P + 1.00 setgray +(D) 168 680 P + 0.00 setgray +F1 + (S) 180 680 P +F0 + (M) 204 680 P +F4 + (K) 216 680 P +F0 + (G) 228 680 P +F4 + (K) 240 680 P +F0 + (G) 252 680 P +(T) 264 680 P +F4 + (R) 276 680 P +F0 + 1.00 setgray +(D) 288 680 P + 0.00 setgray +F4 + (K) 300 680 P +F0 + F5 + C1 + (V) 312 680 P +F0 + (L) 324 680 P +F5 + (I) 336 680 P +F0 + F4 + C100 + (R) 348 680 P +F0 + F5 + C1 + (I) 360 680 P +F0 + C100 + (M) 372 680 P +F5 + C1 + (V) 384 680 P +F0 + F1 + C100 + (S) 396 680 P +F0 + F4 + (R) 408 680 P +F0 + (F) 96 690 P +F1 + (A) 108 690 P +F0 + 1.00 setgray +(E) 120 690 P + 0.00 setgray +(T) 132 690 P +C1 + (L) 144 690 P +C100 + (Y) 156 690 P +(Y) 168 690 P +F1 + (S) 180 690 P +F0 + (M) 204 690 P +F4 + (K) 216 690 P +F0 + (G) 228 690 P +F1 + (A) 240 690 P +F0 + (G) 252 690 P +(T) 264 690 P + 1.00 setgray +(D) 276 690 P + 0.00 setgray + 1.00 setgray +(D) 288 690 P + 0.00 setgray + 1.00 setgray +(D) 300 690 P + 0.00 setgray +(T) 312 690 P +C1 + (L) 324 690 P +F5 + (I) 336 690 P +F0 + F4 + C100 + (R) 348 690 P +F0 + F5 + C1 + (V) 360 690 P +F0 + C100 + (M) 372 690 P +F5 + C1 + (V) 384 690 P +F0 + F1 + C100 + (S) 396 690 P +F0 + F4 + (R) 408 690 P +F0 + C1 + (L) 96 700 P +F1 + C100 + (A) 108 700 P +F0 + 1.00 setgray +(E) 120 700 P + 0.00 setgray +(T) 132 700 P +C1 + (L) 144 700 P +C100 + (Y) 156 700 P +(Y) 168 700 P +F1 + (A) 180 700 P +F0 + (M) 204 700 P +F4 + (K) 216 700 P +F0 + (G) 228 700 P +F1 + (A) 240 700 P +F0 + (G) 252 700 P +(T) 264 700 P + 1.00 setgray +(D) 276 700 P + 0.00 setgray + 1.00 setgray +(D) 288 700 P + 0.00 setgray +(H) 300 700 P +(T) 312 700 P +C1 + (L) 324 700 P +F5 + (I) 336 700 P +F0 + F4 + C100 + (R) 348 700 P +F0 + F5 + C1 + (V) 360 700 P +F0 + C100 + (M) 372 700 P +F5 + C1 + (V) 384 700 P +F0 + F1 + C100 + (S) 396 700 P +F0 + F4 + (R) 408 700 P +F0 + C1 + (L) 96 710 P +F1 + C100 + (A) 108 710 P +F0 + 1.00 setgray +(E) 120 710 P + 0.00 setgray +(T) 132 710 P +C1 + (L) 144 710 P +C100 + (Y) 156 710 P +(Y) 168 710 P +F1 + (A) 180 710 P +F0 + (M) 204 710 P +F4 + (K) 216 710 P +F0 + (G) 228 710 P +F1 + (A) 240 710 P +F0 + (G) 252 710 P +(T) 264 710 P + 1.00 setgray +(D) 276 710 P + 0.00 setgray + 1.00 setgray +(D) 288 710 P + 0.00 setgray +(H) 300 710 P +(T) 312 710 P +C1 + (L) 324 710 P +F5 + (I) 336 710 P +F0 + F4 + C100 + (R) 348 710 P +F0 + F5 + C1 + (V) 360 710 P +F0 + F5 + (I) 372 710 P +F0 + F5 + (V) 384 710 P +F0 + F1 + C100 + (S) 396 710 P +F0 + F4 + (R) 408 710 P +F0 + (F) 96 720 P +F1 + (A) 108 720 P +F0 + 1.00 setgray +(E) 120 720 P + 0.00 setgray +F4 + (K) 132 720 P +F0 + C1 + (L) 144 720 P +C100 + (Y) 156 720 P + 1.00 setgray +(E) 168 720 P + 0.00 setgray +F1 + (A) 180 720 P +F0 + (M) 204 720 P +F4 + (K) 216 720 P +F0 + (G) 228 720 P +F1 + (A) 240 720 P +F0 + (G) 252 720 P +(T) 264 720 P +F4 + (R) 276 720 P +F0 + (H) 288 720 P +F4 + (K) 300 720 P +F0 + (T) 312 720 P +C1 + (L) 324 720 P +F5 + (I) 336 720 P +F0 + F4 + C100 + (R) 348 720 P +F0 + F5 + C1 + (I) 360 720 P +F0 + C100 + (M) 372 720 P +F5 + C1 + (V) 384 720 P +F0 + F1 + C100 + (S) 396 720 P +F0 + F4 + (R) 408 720 P +F0 + (F) 96 730 P +F1 + (A) 108 730 P +F0 + 1.00 setgray +(E) 120 730 P + 0.00 setgray +F4 + (K) 132 730 P +F0 + C1 + (L) 144 730 P +C100 + (Y) 156 730 P + 1.00 setgray +(E) 168 730 P + 0.00 setgray +F1 + (A) 180 730 P +F0 + (M) 204 730 P +F4 + (K) 216 730 P +F0 + (G) 228 730 P +F1 + (A) 240 730 P +F0 + (G) 252 730 P +(T) 264 730 P +F4 + (R) 276 730 P +F0 + (H) 288 730 P +F4 + (K) 300 730 P +F0 + F1 + (A) 312 730 P +F0 + C1 + (L) 324 730 P +F5 + (I) 336 730 P +F0 + F4 + C100 + (R) 348 730 P +F0 + F5 + C1 + (I) 360 730 P +F0 + C100 + (M) 372 730 P +F5 + C1 + (V) 384 730 P +F0 + F1 + C100 + (S) 396 730 P +F0 + F4 + (R) 408 730 P +F0 + (F) 96 740 P +F1 + (A) 108 740 P +F0 + 1.00 setgray +(E) 120 740 P + 0.00 setgray +F4 + (K) 132 740 P +F0 + C1 + (L) 144 740 P +C100 + (H) 156 740 P +(Q) 168 740 P +F1 + (A) 180 740 P +F0 + (M) 204 740 P +F4 + (K) 216 740 P +F0 + (G) 228 740 P +F5 + C1 + (V) 240 740 P +F0 + C100 + (G) 252 740 P +(T) 264 740 P +F4 + (R) 276 740 P +F0 + (H) 288 740 P +F4 + (K) 300 740 P +F0 + F1 + (A) 312 740 P +F0 + C1 + (L) 324 740 P +F5 + (I) 336 740 P +F0 + F4 + C100 + (R) 348 740 P +F0 + F5 + C1 + (I) 360 740 P +F0 + C100 + (M) 372 740 P +F5 + C1 + (V) 384 740 P +F0 + F1 + C100 + (S) 396 740 P +F0 + F4 + (R) 408 740 P +F0 + C100 + 96 750 moveto (1) show + 204 750 moveto (10) show + 324 750 moveto (20) show +showpage diff --git a/sources/alscript/examples/demo/example4.als b/sources/alscript/examples/demo/example4.als new file mode 100644 index 0000000..b9a2c77 --- /dev/null +++ b/sources/alscript/examples/demo/example4.als @@ -0,0 +1,192 @@ +# Illustration of ALSCRIPT Command File +# +# Illustrates some of the MASK commands +# +# example 1 # Comment lines begin with the # symbol +# +# +# (A) Input and output files: +# +BLOCK_FILE example1.blc # Define the block file to format +OUTPUT_FILE example4.ps # Where to put the result +# +MAX_SIDE 11 # Fiddle with margins... +Y_OFFSET 50 # This is just to fill the page with the +X_OFFSET 80 # Alignment. Defaults normally work OK +# +# (B) Page Layout and overall spacing: +# +ADD_SEQ 38 1 # Make space after sequence 38 +ADD_SEQ 39 3 # Make space after sequence 39 +ADD_SEQ 69 1 +PORTRAIT # Portrait paper orientation +POINTSIZE 10 # 10 point default pointsize +#NUMBER_SEQS 1 # Set to 1 for numbers at left of plot +IDENT_WIDTH 8 +# +# (C) Font definitions: +# +DEFINE_FONT 0 Helvetica DEFAULT # Set font 0 to be Helvetica at default pointsize +DEFINE_FONT 1 Helvetica REL 0.75 # Set font 1 to be 0.75 times default Helvetica +DEFINE_FONT 3 Helvetica-Bold DEFAULT +DEFINE_FONT 4 Times-Bold DEFAULT +DEFINE_FONT 5 Helvetica-BoldOblique DEFAULT +DEFINE_FONT 6 Times-Roman DEFAULT +SETUP # Tell the program to get on with the formatting +# +# some formatting commands +# +SURROUND_CHARS LIV ALL # Surround all L and Y characters +FONT_CHARS IV ALL 5 # Use font 5 for all I and V characters +FONT_CHARS ASN ALL 1 # Show A and S and N characters in small caps +FONT_CHARS KR ALL 4 # Show K and R in Times-Bold +BOX_REGION 14 1 16 38 # Rectangular box of residues 14-16 +SHADE_CHARS + ALL 0.0 # Shade all + characters black +SURROUND_CHARS 56+789 1 40 27 40 # Box numbers and + on line 40 +LINE TOP 2 40 8 # Draw horizontal lines to +LINE BOTTOM 2 40 8 # Join up surrounded numbers +TEXT 2 42 "Helix Pattern" +TEXT 12 42 "Glycine Loop" # Add text annotations +TEXT 21 42 "Helix Pattern" +SUB_ID 49 "Helix Predictions" +SUB_ID 58 "Sheet Predictions" # Change the identifiers for prediction histograms +SUB_ID 68 "Turn Predictions" +#INVERSE_CHARS DE ALL +#SHADE_CHARS D ALL 0.5 +#SHADE_CHARS E ALL 0.0 +# +# (D) Some formatting commands: to illustrate the use of MASK +# +mask SETUP #setup the mask +sub_chars 1 1 27 38 SPACE . #substitute spaces for dots +mask ILLEGAL "." #. is not to be used in frequency calculation +mask FRE 1 1 27 38 # do the frequency calculation +mask BOX 1 1 27 38 # use the resulting mask to create boxing lines +mask SHADE 1 1 27 38 0.2 # shade +mask INVERSE 1 1 27 38 # inverse - could also alter the font +sub_chars 1 1 27 38 . SPACE # switch the dots back to spaces +# +# (E) Now make the prediction histograms nicer. +# +SURROUND_CHARS H 1 44 27 53 +SHADE_CHARS H 1 44 27 53 0.5 # Shade the Helix predictions 0.5 grey +SUB_CHARS 1 44 27 53 H SPACE # Substitute " " for "H" +# +SURROUND_CHARS E 1 54 27 63 # Surround the Beta Predictions +SHADE_CHARS E 1 54 27 63 0.7 # Shade the Beta Predictions +SUB_CHARS 1 54 27 63 E SPACE # Substitute the E for space in the beta predictions +# +SURROUND_CHARS T 1 64 27 73 # Surround the Turn Predictions +SHADE_CHARS T 1 64 27 73 0.9 # Shade the Turn Predictions +SUB_CHARS 1 64 27 73 T SPACE # Substitute the T for space in the turn predictions +# +SUB_ID 75 "Summary Prediction" # Annotate and shade the summary prediction +SHADE_CHARS HY 1 75 27 75 0.5 +SHADE_CHARS T 1 75 27 75 0.9 +# +# +# Now change the identifier codes +# +ID_FONT ALL 6 +SUB_ID 1 "Annexin I H4" +SUB_ID 2 "Annexin I M4" +SUB_ID 3 "Annexin I R4" +SUB_ID 4 "Annexin V R4" +SUB_ID 5 "Annexin V H4" +SUB_ID 6 "Annexin V C4" +SUB_ID 7 "Annexin II H4" +SUB_ID 8 "Annexin II B4" +SUB_ID 9 "Annexin II M4" +SUB_ID 10 "Annexin IV P4" +SUB_ID 11 "Annexin IV B4" +SUB_ID 12 "Annexin IV H4" +SUB_ID 13 "Annexin VI H4" +SUB_ID 14 "Annexin VI M4" +SUB_ID 15 "Annexin VI H8" +SUB_ID 16 "Annexin VI M8" +SUB_ID 17 "Annexin V BH4" +SUB_ID 18 "Annexin VII 4" +SUB_ID 19 "Annexin III H4" +SUB_ID 20 "Annexin III R4" +SUB_ID 21 "Annexin II M3" +SUB_ID 22 "Annexin II H3" +SUB_ID 23 "Annexin II B3" +SUB_ID 24 "Annexin I H3" +SUB_ID 25 "Annexin I M3" +SUB_ID 26 "Annexin I R3" +SUB_ID 27 "Annexin V C3" +SUB_ID 28 "Annexin V H3" +SUB_ID 29 "Annexin V R3" +SUB_ID 30 "Annexin VI H3" +SUB_ID 31 "Annexin VI M3" +SUB_ID 32 "Annexin IV H3" +SUB_ID 33 "Annexin IV B3" +SUB_ID 34 "Annexin IV P3" +SUB_ID 35 "Annexin V BH3" +SUB_ID 36 "Annexin III H3" +SUB_ID 37 "Annexin III R3" +SUB_ID 38 "Annexin VII 3" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/alscript/examples/demo/ipns.als b/sources/alscript/examples/demo/ipns.als new file mode 100644 index 0000000..bd33cbf --- /dev/null +++ b/sources/alscript/examples/demo/ipns.als @@ -0,0 +1,307 @@ +# +# This is the alscript command file used to create the figure +# published in: Roach P. L. et al (1995), Nature (June) +# +# The figure shows Isopenicillin N synthase with homologues +# secondary structure and other information. It makes use +# of many features of alscript 2.0 +# +# Comments in the file all start with the # sign +# +# +# define the alignment block file +BLOCK_FILE ipns.blc +# define the output file name +OUTPUT_FILE ipns.ps +# select portrait mode - longest paper side is vertical +PORTRAIT +# select point size for characters - this can be any number. +POINTSIZE 6.5 +# +# Define fonts that we will use in the alignment. You give each font +# a unique number. The names of the fonts are standard PostScript +# font names. +# +# This one means call Helvetica at the Default pointsize, font 0 +DEFINE_FONT 0 Helvetica DEFAULT +# This means call Helvetica-Oblique at 70% of the default point size, font 1 +DEFINE_FONT 1 Helvetica-Oblique REL 0.70 +DEFINE_FONT 2 Helvetica-Bold DEFAULT +define_font 5 Symbol REL 1.2 +define_font 6 Helvetica REL 0.7 +# +# Colour definitions +# +# Define the colours that we will use in the alignment. Each colour is given +# a number by which it is referred to later. The three numbers following +# each colour are red,green,blue intensities. +# +# e.g. this defines colour number 1 to be red (1,0,0). +DEFINE_COLOUR 1 1 0 0 +#DEFINE_COLOUR 2 0.8 1 0.8 +DEFINE_COLOUR 2 1 1 0 +DEFINE_COLOUR 3 0 0 1 +DEFINE_COLOUR 4 1 1 1 +DEFINE_COLOUR 5 1 1 1 +DEFINE_COLOUR 6 1 0.5 0 +DEFINE_COLOUR 7 1 0 1 +DEFINE_COLOUR 8 0 0 0 +DEFINE_COLOUR 9 1 1 1 +define_colour 10 0 1 0 +define_colour 11 0 0 0 +# +# The add_seq command adds extra space to the alignment you have read in. +# +# +# Here we are adding space for four more lines after sequence number 8. +add_seq 8 4 +# +# This means don't number the sequences +no_numbers +# +# Alter the width of the space for identifiers at the lhs of the plot. This +# must be set by trial and error - 10 is the default. +ident_width 6 +# +# Only print sequence identifiers on the first line of a multi-line/page +# alignment plot. +id_only_on_first_line +# +# This is some fiddling to reduce the default vertical spacing between +# sequence lines. We did this to improve the appearance of the alignment +# in a single column of Nature. Other features of the display can +# be modified in a similar way - e.g. x_space_factor. +y_space_factor 0.05 +# +# commands above the SETUP are about the overall layout etc. Commands +# after, are giving specific boxing/shading/colouring etc. +# +SETUP +# +# Calcluate conservation values for the complete alignment. Conservation +# values range from 0-10 where 10 is an identity. Values above 5 show +# increasing similarities in physico-chemical properties. Having calculated +# conservation values, we can then colour the plot to highlight conserved +# positions. +# +calcons 1 1 424 8 +# +# set mask for conserved position better than 5 +# +# this clears the MASK array of all previous settings +mask SETUP +# this masks all columns of the alignment for which the conservation +# is > 5. +mask CONSERVATION ALL 5 +# +# Now we box the masked positions and colour the +# text backgrounds yellow (colour 2). Note that this operation could +# be restricted to a subset of the alignment rather than the whole thing. +mask BOX 1 1 424 8 +# +# The SCOL command colours the backgrounds of the character. The CCOL +# command colours the character itself. +mask SCOL 1 1 424 8 2 +# +# This resets the MASK commands ready for another operation. If you don't +# reset, then subsequent mask commands are ADDED to the existing mask +# +mask RESET +# +#now do thw same for identities, only this time in red +#with white lettering +mask CONSERVATION ALL 10 +mask SCOL 1 1 424 8 1 +mask CCOL 1 1 424 8 99 +mask FONT 1 1 424 8 2 +mask RESET +# +# sub_id allows the identifier to be modified. At present it is not possible +# to mix fonts within an ID, but the ID_FONT command can be used to modify the +# font used for individual IDs. +sub_id 1 "ACCO" +sub_id 2 "F3OH" +sub_id 3 "H6H " +sub_id 4 "FOLS" +sub_id 5 "GC20" +sub_id 6 "DAOCS" +sub_id 7 "DAOC/DACS " +sub_id 8 "IPNS" +# +# These are the secondary structure definitions. They were entered by +# hand from an analysis of the IPNS structure. +# +# Secondary structure +# +# Set Numbering relative to IPNS +# +# The x values (sequence position) of any commands that follow a +# relative_to command will be translated into absolute alignment position. +# This takes account of gaps in the alignment. +relative_to 8 +# +# Set the font for the line that will say alpha1, beta2 etc to Symbol font. +# Region commands operate on a region of the alignment - they usually expect +# four numbers to define the region - the numbers are x,y,x1,y1 where y and y1 +# are the sequences and x and x1 are the residue positions. +font_region 1 11 331 11 5 +# +#colour all secondary structures black (colour 11) +# +colour_text_region 1 10 331 10 11 +# +# Now draw all the helices and strands and label and colour them. +# +# For example, Tell ALSCRIPT to draw a strand from 11 to 13 of sequence 10 +strand 11 10 13 +# Now write the text b1 (will be a Greek b because of the +# font_region command above). + text 12 11 "b1" +helix 15 10 18 + text 16 11 "a1" +helix 22 10 37 + text 30 11 "a2" +strand 41 10 45 + text 43 11 "b2" +helix 51 10 64 + text 57 11 "a3" +helix 67 10 73 + text 70 11 "a4" +strand 89 10 91 + text 90 11 "b3" +strand 101 10 105 + text 103 11 "b4" +helix 115 10 118 + text 116 11 "a5" +helix 138 10 163 + text 151 11 "a6" +helix 172 10 174 + text 173 11 "a7" +# +#barrel strand 1 +strand 183 10 189 +# set the colour to green for this strand. + colour_text_region 183 10 189 10 10 + text 186 11 "b5" +# +helix 197 10 199 + text 198 11 "a8" +strand 201 10 202 + text 201 11 "b6" +strand 208 10 209 + text 208 11 "b7" +# +#barrel strands 2-6 +strand 210 10 214 + text 212 11 "b8" + colour_text_region 210 10 214 10 10 +strand 220 10 225 + text 222 11 "b9" + colour_text_region 220 10 225 10 10 +strand 231 10 235 + text 233 11 "b10" + colour_text_region 231 10 235 10 10 +strand 238 10 241 + text 239 11 "b11" + colour_text_region 238 10 241 10 10 +strand 249 10 253 + text 250 11 "b12" + colour_text_region 249 10 253 10 10 +# +helix 255 10 260 + text 257 11 "a9" +# +# +#barrel strands 7-8 +strand 270 10 273 + text 271 11 "b13" + colour_text_region 270 10 273 10 10 +strand 279 10 286 + text 282 11 "b14" + colour_text_region 279 10 286 10 10 +# +# +# +strand 293 10 294 + text 293 11 "b15" +strand 311 10 312 + text 311 11 "b16" +helix 313 10 323 + text 317 11 "a10" +# +#Now add arrows for the residues within 8A of the Mn +# +# The TEXT command normally just writes out the specified text +# at the specified position. However, special TEXT objects +# exist. These all start with the @ symbol. +# +colour_text_region 214 12 214 12 1 +# +# This draws a filled up arrow at position 214,12. +text 214 12 "@fuparrow" +colour_text_region 216 12 216 12 1 +text 216 12 "@fuparrow" +colour_text_region 270 12 270 12 1 +text 270 12 "@fuparrow" +colour_text_region 330 12 330 12 1 +text 330 12 "@fuparrow" +# +text 41 12 "@fuparrow" +text 252 12 "@fuparrow" +text 221 12 "@fuparrow" +text 187 12 "@fuparrow" +text 285 12 "@fuparrow" +text 223 12 "@fuparrow" +text 272 12 "@fuparrow" +text 218 12 "@fuparrow" +text 231 12 "@fuparrow" +# +# +# Now set the sequence numbering back to alignment positions. +relative_to 0 +# +# +# From here to the end of the file was created by the alsnum program +# alsnum creates text commands for numbering a plot relative to a +# specific sequence, rather than the alignment numbers that are +# normally shown. Please see the ALSCRIPT manual for further details. +# +# +# Text commands created for numbering +# Sequence Number: 8 +# Starting Number: 1 +# Interval: 10 +# Position: 9 +TEXT 53 9 "10" +TEXT 65 9 "20" +TEXT 78 9 "30" +TEXT 88 9 "40" +TEXT 101 9 "50" +TEXT 111 9 "60" +TEXT 121 9 "70" +TEXT 131 9 "80" +TEXT 141 9 "90" +TEXT 151 9 "100" +TEXT 161 9 "110" +TEXT 171 9 "120" +TEXT 181 9 "130" +TEXT 191 9 "140" +TEXT 201 9 "150" +TEXT 211 9 "160" +TEXT 221 9 "170" +TEXT 231 9 "180" +TEXT 241 9 "190" +TEXT 251 9 "200" +TEXT 261 9 "210" +TEXT 271 9 "220" +TEXT 281 9 "230" +TEXT 297 9 "240" +TEXT 307 9 "250" +TEXT 317 9 "260" +TEXT 327 9 "270" +TEXT 343 9 "280" +TEXT 353 9 "290" +TEXT 363 9 "300" +TEXT 378 9 "310" +TEXT 388 9 "320" +TEXT 398 9 "330" diff --git a/sources/alscript/examples/demo/ipns.blc b/sources/alscript/examples/demo/ipns.blc new file mode 100644 index 0000000..9b73e92 --- /dev/null +++ b/sources/alscript/examples/demo/ipns.blc @@ -0,0 +1,438 @@ + +Conversion of CLUSTAL NBRF PIR file to AMPS BLOCKFILE format +clus2blc: Geoffrey J. Barton (1992) + +>P1;3_LYCES 3_LYCES 418 bp PROT 0 JAN 1900, 418 bases, 1CE32436 checksum. +>P1;U04434 U04434 428 bp PROT 0 JAN 1900, 428 bases, A5C97FB7 checksum. +>P1;HY6H_HYONI HY6H_HYONI 406 bp PROT 0 JAN 1900, 406 bases, DF93DD1E checksum. +>P1;S67953 S67953 400 bp PROT 0 JAN 1900, 400 bases, 1276A781 checksum. +>P1;X73314 X73314 428 bp PROT 0 JAN 1900, 428 bases, 860E176 checksum. +>P1;CEFE_STRCL CEFE_STRCL 402 bp PROT 0 JAN 1900, 402 bases, 97CFEE75 checksum. +>P1;EXPA_CEPAC EXPA_CEPAC 422 bp PROT 0 JAN 1900, 422 bases, AE896850 checksum. +>P1;IPNS_EMENI IPNS_EMENI 403 bp PROT 0 JAN 1900, 403 bases, 4DADFBBB checksum. +* iteration 1 + M + A + L + N + MG + KK + TV + M AA + A QT + P GE + V VS + S SA + I AP + S TS + A LN + V TL + P MN + F EE + LAVE + PTAM + TFRK + AVVG + ASQE + ENAY + GWIR + ESAP + TTSP + NKLF + VSSG + RVKG + ASCS + SEMD + FSDE + VFTS + RIIK + EAPV + EPSP + DLEE + EQYD + RKIF + PRRI + KASW + VEES + PKNE M + HDEK G + DVQF S + RPPE V + FVAA S +MSGASDTK +EDNTETSA +NEDTLTKN +FVVLLVVV +PPPHPPPP +IVIGVTVK +IVIVLFFI +NSDVDSRD +LLLLVLLV + P + QT +EEQVIADS +KGQPDEDP +LIHVLLLL +ND IE F + G DK G + LF D + RM D + S + G + D +GP DK Q +DR PS A +ER DYQKA +RRHEVQSK +AAHNEGGM +NELKELKR +TILMAHVV +MRVVTQLA +EGQKRDTQ +MRQLLEEQ +IVIIVFLI +KATADRAD +DAKDEREA +AAAAACAA +CCCSCLVS +EEQKRRTR +NDDEQDTD +WWFWHKKT +GGGGGGGG +FILIILIF +FFFFFFFF +EQQQFYYY +LVVLVLLA +VVIIVTTV +NDNNNDEN +HHHHHCSH +GGGGGGGG +IVFIVLLI +PDPPDTV +HAEDIDD +EAEEETD +VLLAMEDN +MVMIMLHV +DALAGKTQ +TDEDRSSR +VMTLVAAL +EAMQHKRS +KREKDDEQ +MLVVCLTK +TACGMVCT +KRKKNIVK +GDEEEDDE +HFFFFFFF +YFFFFFFH +KAAETEKM +KLLHMHNS +CPPVPGGI +MPAPLSST +EEEQDEEP +QDEEVAEE +RKKEKEEE +FLEKQKKK +KRKERRRW +EFFLAAAD +LDKIKVVL +VMPARTTA +ASKKKSLI +SGGTVPAR +KGEPGVDA + A Y + A N + K K + F E + E H + LG Q + PS PRD + LN TNQ + KEDEMAV + KQISRRR + GKEYRRA +GGAGGGGG +LFKYYFFY +EILGTTSY +AVYTNGAL + SVSSLLS + SELFEEI + G FSWP + E GEEG + RSSK + TTK + AAA + FQVV +VHQQAIVE +QLLKSTTS +AQSENNEF +EGNVLTTC +VEEEPGGY +TAEGWSKL +DVFKKYYN +LQLKESSP +DDYGTDDN +WWWWFYYF +ERKVSSST +SEDDLMTP +TITHRCCD +FVLLCYYH +FTAFVSSP +LYHHAMMR +RFGKAGGI +HSCIQTIQ +LYHWNAGA + PPPSDGK + VLPSNNT +PKDSA P +TAQAA T +SRDVH H +NDLND E +IYVYY V +SSNRV N +QRSYLLLV +VWWWDFFW +PPPPTPPP +DDEKLSND +LKKNGGRE +DPPPPDGT + S K + F H +EAAPS P +EAKSH G +YWYYHFFF +RRRRGEEQ +EAEEKRDD +VVVAAIVF +MVVNYWWA +REAEQTQE +DRKEEQDQ +FYYYCYYY +ASSGGFFY +KEVKIDDW +RQERARRD +LLVMLQMV +EMRRNYYF +KAKEETGG +LLLVLAAL +AATVGSAS +ECMDTRKS +ERRRKADA +LLMIIVVL +LLLFVAAL +DGDKERRK +LVYSLEAG +LLILLVVY +CSCSGLLA +EEELLRNL +NAGGSASA +LMLLLTVL +GGGGGGGG +LLLLITAK +EDKESEPE +KTLGRPLE +GEGHEDAN +YAYEY F +LLFMF F +KADIKGGA +NRNENGER +AAEAFVDH +FCLA F +YVSG K +GD IP + EDD + ADD +S GFFFT +K DELVL +G EDDEA +PMQINCCS +NDIVDEDV +FQQYSPPV +GKMLILLL +TVMLLLLI +KVLKRRRR +VVTILFLY +SNNNNRRP +NFYYYYYY +YYYYYFFL +PPPPPPPD +PRPPTQEP +CCCCCVVY +PPPPDPPP +KQDRKEEE +PPPPPHDA +DDSDERRA +LLSLVSVI + AAK + T + A + A + EED + EEG + QET +ITTAVPPK +KLLLLLLL +GGGGGRRS +LLSVTMMF +RKGVGAGE +ARGAPPPW +HHHHHHHH +TTYTTYYE +DDDDDDDD +APGMPLLV +GGNSTSSS +GTLYSMTL +IIIIVVII +ITTTTTTT +LLLIILLV +LLLLLIVL +FLQVHQHY +QQQPQQQQ +DDDNDTTS +DL EPPAN +K CCV +VVLVVAAQ +SGPQSNNN +GGGGGGG + FF + VV + SS +LLLLLLLL +QQQQQQQQ +LAQVVACV +LTLFCEEE +KRIKSVVT +DDVDNGDA +EGKGDGGA + GD + RA +QTTHQAEG +WWWWWFFY +IIIYYTVQ +DTADSDDD +VVVVILLI +PQQKPPPE +PPPYPYTA +MVIINRLD +REPPPPPD +HGTNEDGT +SAAAAAAG +IFFLFVMY +VVVIVLVL +VVVVIVVI +NNNHNFFN +LLLIICCC +GGGGGGGG +DDLDDAAS +QHTQTIVY +LGLVFAGM +EHKETTTA +VLVISLLH +ILILLVAL +TSTSTTTT +NNNNNGGN +GGEGGGGN +KRKKIQKY +YFFYYVVY +KKEKKKKK +SNGSGAAA +VASVCPPP +LDIYIRKI +HHHHHHHH +RQRRRHRR +VAVTAVVV +IVVTVAKK +AVTVVAS + PP + RG + RR + DD +QNDNNQQ +TSPKSIRW +DETDMAVV +GCRKNGGN +TSDTASSA + SSE +RRRRRRRR +MLVMKTTQ +SSSSSSSS +LIIWLSSL +AAAPAVVP +STTVFFFF +FFLFFFFF +YQILLLLV +NNGECRRN +PPPPPPPL +GADPSNKG +SPYSHAPY +DDSEDDDD +AACHKFFS +VTTEVTSV +IVIVVFFI +YYEGRSND +PPPPAVVP +ALAIPPQF +KAKPELQD +T EKEASP +LVLLLRRR +VRLLVEEE +EDNSECWP +KGQEKGGN +EEDASFFG +AANNPDNK +EPPPPVVS +EIP SR + LL LI +SDY +THK +QPPPR +VIYKKDPD +YTSFYGSR +PFYKPEEE +KASTDTRP +FEEKYATL +VMFKKTTS +FYAYWFFY +DRDKPQRG +DRIDMDED +YKYYLWWY +MMLVLILL +KASYEGGQ +LRDCMGGN +YDKKTNNG +AISLQYYL +GEDNKVVV +LLYKRNNS +KADLYIML +FRSPRRRI +QLGQPRRN +AKV DTDK +KKK CSKN +EQP NKPG +PAY TAAQ +RKK L AT +FAI E A +EDN A E +AKV F A +MK K A +KQ T V +AQ W P +MQ V A +EQ Q A +SS E A +DA G P +PN K V +IK A S +AE L T +SF D A +AA T A + D G P + S S I + K T A + P I T + L T + D A + A P + I S + F A + A +* diff --git a/sources/alscript/examples/demo/ipns.ps b/sources/alscript/examples/demo/ipns.ps new file mode 100644 index 0000000..96ab236 --- /dev/null +++ b/sources/alscript/examples/demo/ipns.ps @@ -0,0 +1,22867 @@ +%!PS-Adobe-2.0 +%%Creator: ALSCRIPT Version 2.04 - 28 June 1996 +%%Title: Alscript Output +% Barton, G. J. (1993) +% ALSCRIPT - A Tool to format multiple sequence alignments +% Protein Engineering, 6, 37-40 +% +/P {moveto show} def +/L {moveto lineto stroke} def +/ML {moveto lineto lineto lineto lineto} def +2 setlinecap +/C99 {1.000000 1.000000 1.000000 setrgbcolor } def +/C100 {0.000000 0.000000 0.000000 setrgbcolor } def +120 currentscreen 3 -1 roll pop setscreen +/F0 {/Helvetica findfont 6.50 scalefont setfont } def +/F1 {/Helvetica-Oblique findfont 4.55 scalefont setfont } def +/F2 {/Helvetica-Bold findfont 6.50 scalefont setfont } def +/F5 {/Symbol findfont 7.80 scalefont setfont } def +/F6 {/Helvetica findfont 4.55 scalefont setfont } def +/C1 {1.000000 0.000000 0.000000 setrgbcolor } def +/C2 {1.000000 1.000000 0.000000 setrgbcolor } def +/C3 {0.000000 0.000000 1.000000 setrgbcolor } def +/C4 {1.000000 1.000000 1.000000 setrgbcolor } def +/C5 {1.000000 1.000000 1.000000 setrgbcolor } def +/C6 {1.000000 0.500000 0.000000 setrgbcolor } def +/C7 {1.000000 0.000000 1.000000 setrgbcolor } def +/C8 {0.000000 0.000000 0.000000 setrgbcolor } def +/C9 {1.000000 1.000000 1.000000 setrgbcolor } def +/C10 {0.000000 1.000000 0.000000 setrgbcolor } def +/C11 {0.000000 0.000000 0.000000 setrgbcolor } def +%%Page: ? 1 +40 30 translate +F0 + 0 672 translate +2 setlinecap + 0.33 setlinewidth + newpath +454.16 71.28 454.16 65.28 461.16 65.28 461.16 71.28 454.16 71.28 ML +closepath C99 fill + newpath +454.16 65.28 454.16 59.28 461.16 59.28 461.16 65.28 454.16 65.28 ML +closepath C99 fill + newpath +454.16 59.28 454.16 53.28 461.16 53.28 461.16 59.28 454.16 59.28 ML +closepath C99 fill + newpath +454.16 53.28 454.16 47.28 461.16 47.28 461.16 53.28 454.16 53.28 ML +closepath C99 fill + newpath +454.16 47.28 454.16 41.28 461.16 41.28 461.16 47.28 454.16 47.28 ML +closepath C99 fill + newpath +454.16 41.28 454.16 35.28 461.16 35.28 461.16 41.28 454.16 41.28 ML +closepath C99 fill + newpath +454.16 35.28 454.16 29.28 461.16 29.28 461.16 35.28 454.16 35.28 ML +closepath C99 fill + newpath +454.16 29.28 454.16 23.28 461.16 23.28 461.16 29.28 454.16 29.28 ML +closepath C99 fill + newpath +454.16 23.28 454.16 17.28 461.16 17.28 461.16 23.28 454.16 23.28 ML +closepath C99 fill + newpath +454.16 17.28 454.16 11.28 461.16 11.28 461.16 17.28 454.16 17.28 ML +closepath C99 fill + newpath +454.16 11.28 454.16 5.28 461.16 5.28 461.16 11.28 454.16 11.28 ML +closepath C99 fill + newpath +454.16 5.28 454.16 -0.72 461.16 -0.72 461.16 5.28 454.16 5.28 ML +closepath C99 fill + newpath +447.16 71.28 447.16 65.28 454.16 65.28 454.16 71.28 447.16 71.28 ML +closepath C99 fill + newpath +447.16 65.28 447.16 59.28 454.16 59.28 454.16 65.28 447.16 65.28 ML +closepath C99 fill + newpath +447.16 59.28 447.16 53.28 454.16 53.28 454.16 59.28 447.16 59.28 ML +closepath C99 fill + newpath +447.16 53.28 447.16 47.28 454.16 47.28 454.16 53.28 447.16 53.28 ML +closepath C99 fill + newpath +447.16 47.28 447.16 41.28 454.16 41.28 454.16 47.28 447.16 47.28 ML +closepath C99 fill + newpath +447.16 41.28 447.16 35.28 454.16 35.28 454.16 41.28 447.16 41.28 ML +closepath C99 fill + newpath +447.16 35.28 447.16 29.28 454.16 29.28 454.16 35.28 447.16 35.28 ML +closepath C99 fill + newpath +447.16 29.28 447.16 23.28 454.16 23.28 454.16 29.28 447.16 29.28 ML +closepath C99 fill + newpath +447.16 23.28 447.16 17.28 454.16 17.28 454.16 23.28 447.16 23.28 ML +closepath C99 fill + newpath +447.16 17.28 447.16 11.28 454.16 11.28 454.16 17.28 447.16 17.28 ML +closepath C99 fill + newpath +447.16 11.28 447.16 5.28 454.16 5.28 454.16 11.28 447.16 11.28 ML +closepath C99 fill + newpath +447.16 5.28 447.16 -0.72 454.16 -0.72 454.16 5.28 447.16 5.28 ML +closepath C99 fill + newpath +440.16 71.28 440.16 65.28 447.16 65.28 447.16 71.28 440.16 71.28 ML +closepath C99 fill + newpath +440.16 65.28 440.16 59.28 447.16 59.28 447.16 65.28 440.16 65.28 ML +closepath C99 fill + newpath +440.16 59.28 440.16 53.28 447.16 53.28 447.16 59.28 440.16 59.28 ML +closepath C99 fill + newpath +440.16 53.28 440.16 47.28 447.16 47.28 447.16 53.28 440.16 53.28 ML +closepath C99 fill + newpath +440.16 47.28 440.16 41.28 447.16 41.28 447.16 47.28 440.16 47.28 ML +closepath C99 fill + newpath +440.16 41.28 440.16 35.28 447.16 35.28 447.16 41.28 440.16 41.28 ML +closepath C99 fill + newpath +440.16 35.28 440.16 29.28 447.16 29.28 447.16 35.28 440.16 35.28 ML +closepath C99 fill + newpath +440.16 29.28 440.16 23.28 447.16 23.28 447.16 29.28 440.16 29.28 ML +closepath C99 fill + newpath +440.16 23.28 440.16 17.28 447.16 17.28 447.16 23.28 440.16 23.28 ML +closepath C99 fill + newpath +440.16 17.28 440.16 11.28 447.16 11.28 447.16 17.28 440.16 17.28 ML +closepath C99 fill + newpath +440.16 11.28 440.16 5.28 447.16 5.28 447.16 11.28 440.16 11.28 ML +closepath C99 fill + newpath +440.16 5.28 440.16 -0.72 447.16 -0.72 447.16 5.28 440.16 5.28 ML +closepath C99 fill + newpath +433.16 71.28 433.16 65.28 440.16 65.28 440.16 71.28 433.16 71.28 ML +closepath C2 fill + newpath +433.16 65.28 433.16 59.28 440.16 59.28 440.16 65.28 433.16 65.28 ML +closepath C2 fill + newpath +433.16 59.28 433.16 53.28 440.16 53.28 440.16 59.28 433.16 59.28 ML +closepath C2 fill + newpath +433.16 53.28 433.16 47.28 440.16 47.28 440.16 53.28 433.16 53.28 ML +closepath C2 fill + newpath +433.16 47.28 433.16 41.28 440.16 41.28 440.16 47.28 433.16 47.28 ML +closepath C2 fill + newpath +433.16 41.28 433.16 35.28 440.16 35.28 440.16 41.28 433.16 41.28 ML +closepath C2 fill + newpath +433.16 35.28 433.16 29.28 440.16 29.28 440.16 35.28 433.16 35.28 ML +closepath C2 fill + newpath +433.16 29.28 433.16 23.28 440.16 23.28 440.16 29.28 433.16 29.28 ML +closepath C2 fill + newpath +433.16 23.28 433.16 17.28 440.16 17.28 440.16 23.28 433.16 23.28 ML +closepath C99 fill + newpath +433.16 17.28 433.16 11.28 440.16 11.28 440.16 17.28 433.16 17.28 ML +closepath C99 fill + newpath +433.16 11.28 433.16 5.28 440.16 5.28 440.16 11.28 433.16 11.28 ML +closepath C99 fill + newpath +433.16 5.28 433.16 -0.72 440.16 -0.72 440.16 5.28 433.16 5.28 ML +closepath C99 fill + newpath +426.16 71.28 426.16 65.28 433.16 65.28 433.16 71.28 426.16 71.28 ML +closepath C99 fill + newpath +426.16 65.28 426.16 59.28 433.16 59.28 433.16 65.28 426.16 65.28 ML +closepath C99 fill + newpath +426.16 59.28 426.16 53.28 433.16 53.28 433.16 59.28 426.16 59.28 ML +closepath C99 fill + newpath +426.16 53.28 426.16 47.28 433.16 47.28 433.16 53.28 426.16 53.28 ML +closepath C99 fill + newpath +426.16 47.28 426.16 41.28 433.16 41.28 433.16 47.28 426.16 47.28 ML +closepath C99 fill + newpath +426.16 41.28 426.16 35.28 433.16 35.28 433.16 41.28 426.16 41.28 ML +closepath C99 fill + newpath +426.16 35.28 426.16 29.28 433.16 29.28 433.16 35.28 426.16 35.28 ML +closepath C99 fill + newpath +426.16 29.28 426.16 23.28 433.16 23.28 433.16 29.28 426.16 29.28 ML +closepath C99 fill + newpath +426.16 23.28 426.16 17.28 433.16 17.28 433.16 23.28 426.16 23.28 ML +closepath C99 fill + newpath +426.16 17.28 426.16 11.28 433.16 11.28 433.16 17.28 426.16 17.28 ML +closepath C99 fill + newpath +426.16 11.28 426.16 5.28 433.16 5.28 433.16 11.28 426.16 11.28 ML +closepath C99 fill + newpath +426.16 5.28 426.16 -0.72 433.16 -0.72 433.16 5.28 426.16 5.28 ML +closepath C99 fill + newpath +419.16 71.28 419.16 65.28 426.16 65.28 426.16 71.28 419.16 71.28 ML +closepath C2 fill + newpath +419.16 65.28 419.16 59.28 426.16 59.28 426.16 65.28 419.16 65.28 ML +closepath C2 fill + newpath +419.16 59.28 419.16 53.28 426.16 53.28 426.16 59.28 419.16 59.28 ML +closepath C2 fill + newpath +419.16 53.28 419.16 47.28 426.16 47.28 426.16 53.28 419.16 53.28 ML +closepath C2 fill + newpath +419.16 47.28 419.16 41.28 426.16 41.28 426.16 47.28 419.16 47.28 ML +closepath C2 fill + newpath +419.16 41.28 419.16 35.28 426.16 35.28 426.16 41.28 419.16 41.28 ML +closepath C2 fill + newpath +419.16 35.28 419.16 29.28 426.16 29.28 426.16 35.28 419.16 35.28 ML +closepath C2 fill + newpath +419.16 29.28 419.16 23.28 426.16 23.28 426.16 29.28 419.16 29.28 ML +closepath C2 fill + newpath +419.16 23.28 419.16 17.28 426.16 17.28 426.16 23.28 419.16 23.28 ML +closepath C99 fill + newpath +419.16 17.28 419.16 11.28 426.16 11.28 426.16 17.28 419.16 17.28 ML +closepath C99 fill + newpath +419.16 11.28 419.16 5.28 426.16 5.28 426.16 11.28 419.16 11.28 ML +closepath C99 fill + newpath +419.16 5.28 419.16 -0.72 426.16 -0.72 426.16 5.28 419.16 5.28 ML +closepath C99 fill + newpath +412.16 71.28 412.16 65.28 419.16 65.28 419.16 71.28 412.16 71.28 ML +closepath C99 fill + newpath +412.16 65.28 412.16 59.28 419.16 59.28 419.16 65.28 412.16 65.28 ML +closepath C99 fill + newpath +412.16 59.28 412.16 53.28 419.16 53.28 419.16 59.28 412.16 59.28 ML +closepath C99 fill + newpath +412.16 53.28 412.16 47.28 419.16 47.28 419.16 53.28 412.16 53.28 ML +closepath C99 fill + newpath +412.16 47.28 412.16 41.28 419.16 41.28 419.16 47.28 412.16 47.28 ML +closepath C99 fill + newpath +412.16 41.28 412.16 35.28 419.16 35.28 419.16 41.28 412.16 41.28 ML +closepath C99 fill + newpath +412.16 35.28 412.16 29.28 419.16 29.28 419.16 35.28 412.16 35.28 ML +closepath C99 fill + newpath +412.16 29.28 412.16 23.28 419.16 23.28 419.16 29.28 412.16 29.28 ML +closepath C99 fill + newpath +412.16 23.28 412.16 17.28 419.16 17.28 419.16 23.28 412.16 23.28 ML +closepath C99 fill + newpath +412.16 17.28 412.16 11.28 419.16 11.28 419.16 17.28 412.16 17.28 ML +closepath C99 fill + newpath +412.16 11.28 412.16 5.28 419.16 5.28 419.16 11.28 412.16 11.28 ML +closepath C99 fill + newpath +412.16 5.28 412.16 -0.72 419.16 -0.72 419.16 5.28 412.16 5.28 ML +closepath C99 fill + newpath +405.16 71.28 405.16 65.28 412.16 65.28 412.16 71.28 405.16 71.28 ML +closepath C99 fill + newpath +405.16 65.28 405.16 59.28 412.16 59.28 412.16 65.28 405.16 65.28 ML +closepath C99 fill + newpath +405.16 59.28 405.16 53.28 412.16 53.28 412.16 59.28 405.16 59.28 ML +closepath C99 fill + newpath +405.16 53.28 405.16 47.28 412.16 47.28 412.16 53.28 405.16 53.28 ML +closepath C99 fill + newpath +405.16 47.28 405.16 41.28 412.16 41.28 412.16 47.28 405.16 47.28 ML +closepath C99 fill + newpath +405.16 41.28 405.16 35.28 412.16 35.28 412.16 41.28 405.16 41.28 ML +closepath C99 fill + newpath +405.16 35.28 405.16 29.28 412.16 29.28 412.16 35.28 405.16 35.28 ML +closepath C99 fill + newpath +405.16 29.28 405.16 23.28 412.16 23.28 412.16 29.28 405.16 29.28 ML +closepath C99 fill + newpath +405.16 23.28 405.16 17.28 412.16 17.28 412.16 23.28 405.16 23.28 ML +closepath C99 fill + newpath +405.16 17.28 405.16 11.28 412.16 11.28 412.16 17.28 405.16 17.28 ML +closepath C99 fill + newpath +405.16 11.28 405.16 5.28 412.16 5.28 412.16 11.28 405.16 11.28 ML +closepath C99 fill + newpath +405.16 5.28 405.16 -0.72 412.16 -0.72 412.16 5.28 405.16 5.28 ML +closepath C99 fill + newpath +398.16 71.28 398.16 65.28 405.16 65.28 405.16 71.28 398.16 71.28 ML +closepath C2 fill + newpath +398.16 65.28 398.16 59.28 405.16 59.28 405.16 65.28 398.16 65.28 ML +closepath C2 fill + newpath +398.16 59.28 398.16 53.28 405.16 53.28 405.16 59.28 398.16 59.28 ML +closepath C2 fill + newpath +398.16 53.28 398.16 47.28 405.16 47.28 405.16 53.28 398.16 53.28 ML +closepath C2 fill + newpath +398.16 47.28 398.16 41.28 405.16 41.28 405.16 47.28 398.16 47.28 ML +closepath C2 fill + newpath +398.16 41.28 398.16 35.28 405.16 35.28 405.16 41.28 398.16 41.28 ML +closepath C2 fill + newpath +398.16 35.28 398.16 29.28 405.16 29.28 405.16 35.28 398.16 35.28 ML +closepath C2 fill + newpath +398.16 29.28 398.16 23.28 405.16 23.28 405.16 29.28 398.16 29.28 ML +closepath C2 fill + newpath +398.16 23.28 398.16 17.28 405.16 17.28 405.16 23.28 398.16 23.28 ML +closepath C99 fill + newpath +398.16 17.28 398.16 11.28 405.16 11.28 405.16 17.28 398.16 17.28 ML +closepath C99 fill + newpath +398.16 11.28 398.16 5.28 405.16 5.28 405.16 11.28 398.16 11.28 ML +closepath C99 fill + newpath +398.16 5.28 398.16 -0.72 405.16 -0.72 405.16 5.28 398.16 5.28 ML +closepath C99 fill + newpath +391.16 71.28 391.16 65.28 398.16 65.28 398.16 71.28 391.16 71.28 ML +closepath C99 fill + newpath +391.16 65.28 391.16 59.28 398.16 59.28 398.16 65.28 391.16 65.28 ML +closepath C99 fill + newpath +391.16 59.28 391.16 53.28 398.16 53.28 398.16 59.28 391.16 59.28 ML +closepath C99 fill + newpath +391.16 53.28 391.16 47.28 398.16 47.28 398.16 53.28 391.16 53.28 ML +closepath C99 fill + newpath +391.16 47.28 391.16 41.28 398.16 41.28 398.16 47.28 391.16 47.28 ML +closepath C99 fill + newpath +391.16 41.28 391.16 35.28 398.16 35.28 398.16 41.28 391.16 41.28 ML +closepath C99 fill + newpath +391.16 35.28 391.16 29.28 398.16 29.28 398.16 35.28 391.16 35.28 ML +closepath C99 fill + newpath +391.16 29.28 391.16 23.28 398.16 23.28 398.16 29.28 391.16 29.28 ML +closepath C99 fill + newpath +391.16 23.28 391.16 17.28 398.16 17.28 398.16 23.28 391.16 23.28 ML +closepath C99 fill + newpath +391.16 17.28 391.16 11.28 398.16 11.28 398.16 17.28 391.16 17.28 ML +closepath C99 fill + newpath +391.16 11.28 391.16 5.28 398.16 5.28 398.16 11.28 391.16 11.28 ML +closepath C99 fill + newpath +391.16 5.28 391.16 -0.72 398.16 -0.72 398.16 5.28 391.16 5.28 ML +closepath C99 fill + newpath +384.16 71.28 384.16 65.28 391.16 65.28 391.16 71.28 384.16 71.28 ML +closepath C99 fill + newpath +384.16 65.28 384.16 59.28 391.16 59.28 391.16 65.28 384.16 65.28 ML +closepath C99 fill + newpath +384.16 59.28 384.16 53.28 391.16 53.28 391.16 59.28 384.16 59.28 ML +closepath C99 fill + newpath +384.16 53.28 384.16 47.28 391.16 47.28 391.16 53.28 384.16 53.28 ML +closepath C99 fill + newpath +384.16 47.28 384.16 41.28 391.16 41.28 391.16 47.28 384.16 47.28 ML +closepath C99 fill + newpath +384.16 41.28 384.16 35.28 391.16 35.28 391.16 41.28 384.16 41.28 ML +closepath C99 fill + newpath +384.16 35.28 384.16 29.28 391.16 29.28 391.16 35.28 384.16 35.28 ML +closepath C99 fill + newpath +384.16 29.28 384.16 23.28 391.16 23.28 391.16 29.28 384.16 29.28 ML +closepath C99 fill + newpath +384.16 23.28 384.16 17.28 391.16 17.28 391.16 23.28 384.16 23.28 ML +closepath C99 fill + newpath +384.16 17.28 384.16 11.28 391.16 11.28 391.16 17.28 384.16 17.28 ML +closepath C99 fill + newpath +384.16 11.28 384.16 5.28 391.16 5.28 391.16 11.28 384.16 11.28 ML +closepath C99 fill + newpath +384.16 5.28 384.16 -0.72 391.16 -0.72 391.16 5.28 384.16 5.28 ML +closepath C99 fill + newpath +377.16 71.28 377.16 65.28 384.16 65.28 384.16 71.28 377.16 71.28 ML +closepath C99 fill + newpath +377.16 65.28 377.16 59.28 384.16 59.28 384.16 65.28 377.16 65.28 ML +closepath C99 fill + newpath +377.16 59.28 377.16 53.28 384.16 53.28 384.16 59.28 377.16 59.28 ML +closepath C99 fill + newpath +377.16 53.28 377.16 47.28 384.16 47.28 384.16 53.28 377.16 53.28 ML +closepath C99 fill + newpath +377.16 47.28 377.16 41.28 384.16 41.28 384.16 47.28 377.16 47.28 ML +closepath C99 fill + newpath +377.16 41.28 377.16 35.28 384.16 35.28 384.16 41.28 377.16 41.28 ML +closepath C99 fill + newpath +377.16 35.28 377.16 29.28 384.16 29.28 384.16 35.28 377.16 35.28 ML +closepath C99 fill + newpath +377.16 29.28 377.16 23.28 384.16 23.28 384.16 29.28 377.16 29.28 ML +closepath C99 fill + newpath +377.16 23.28 377.16 17.28 384.16 17.28 384.16 23.28 377.16 23.28 ML +closepath C99 fill + newpath +377.16 17.28 377.16 11.28 384.16 11.28 384.16 17.28 377.16 17.28 ML +closepath C99 fill + newpath +377.16 11.28 377.16 5.28 384.16 5.28 384.16 11.28 377.16 11.28 ML +closepath C99 fill + newpath +377.16 5.28 377.16 -0.72 384.16 -0.72 384.16 5.28 377.16 5.28 ML +closepath C99 fill + newpath +370.16 71.28 370.16 65.28 377.16 65.28 377.16 71.28 370.16 71.28 ML +closepath C99 fill + newpath +370.16 65.28 370.16 59.28 377.16 59.28 377.16 65.28 370.16 65.28 ML +closepath C99 fill + newpath +370.16 59.28 370.16 53.28 377.16 53.28 377.16 59.28 370.16 59.28 ML +closepath C99 fill + newpath +370.16 53.28 370.16 47.28 377.16 47.28 377.16 53.28 370.16 53.28 ML +closepath C99 fill + newpath +370.16 47.28 370.16 41.28 377.16 41.28 377.16 47.28 370.16 47.28 ML +closepath C99 fill + newpath +370.16 41.28 370.16 35.28 377.16 35.28 377.16 41.28 370.16 41.28 ML +closepath C99 fill + newpath +370.16 35.28 370.16 29.28 377.16 29.28 377.16 35.28 370.16 35.28 ML +closepath C99 fill + newpath +370.16 29.28 370.16 23.28 377.16 23.28 377.16 29.28 370.16 29.28 ML +closepath C99 fill + newpath +370.16 23.28 370.16 17.28 377.16 17.28 377.16 23.28 370.16 23.28 ML +closepath C99 fill + newpath +370.16 17.28 370.16 11.28 377.16 11.28 377.16 17.28 370.16 17.28 ML +closepath C99 fill + newpath +370.16 11.28 370.16 5.28 377.16 5.28 377.16 11.28 370.16 11.28 ML +closepath C99 fill + newpath +370.16 5.28 370.16 -0.72 377.16 -0.72 377.16 5.28 370.16 5.28 ML +closepath C99 fill + newpath +363.16 71.28 363.16 65.28 370.16 65.28 370.16 71.28 363.16 71.28 ML +closepath C99 fill + newpath +363.16 65.28 363.16 59.28 370.16 59.28 370.16 65.28 363.16 65.28 ML +closepath C99 fill + newpath +363.16 59.28 363.16 53.28 370.16 53.28 370.16 59.28 363.16 59.28 ML +closepath C99 fill + newpath +363.16 53.28 363.16 47.28 370.16 47.28 370.16 53.28 363.16 53.28 ML +closepath C99 fill + newpath +363.16 47.28 363.16 41.28 370.16 41.28 370.16 47.28 363.16 47.28 ML +closepath C99 fill + newpath +363.16 41.28 363.16 35.28 370.16 35.28 370.16 41.28 363.16 41.28 ML +closepath C99 fill + newpath +363.16 35.28 363.16 29.28 370.16 29.28 370.16 35.28 363.16 35.28 ML +closepath C99 fill + newpath +363.16 29.28 363.16 23.28 370.16 23.28 370.16 29.28 363.16 29.28 ML +closepath C99 fill + newpath +363.16 23.28 363.16 17.28 370.16 17.28 370.16 23.28 363.16 23.28 ML +closepath C99 fill + newpath +363.16 17.28 363.16 11.28 370.16 11.28 370.16 17.28 363.16 17.28 ML +closepath C99 fill + newpath +363.16 11.28 363.16 5.28 370.16 5.28 370.16 11.28 363.16 11.28 ML +closepath C99 fill + newpath +363.16 5.28 363.16 -0.72 370.16 -0.72 370.16 5.28 363.16 5.28 ML +closepath C99 fill + newpath +356.16 71.28 356.16 65.28 363.16 65.28 363.16 71.28 356.16 71.28 ML +closepath C99 fill + newpath +356.16 65.28 356.16 59.28 363.16 59.28 363.16 65.28 356.16 65.28 ML +closepath C99 fill + newpath +356.16 59.28 356.16 53.28 363.16 53.28 363.16 59.28 356.16 59.28 ML +closepath C99 fill + newpath +356.16 53.28 356.16 47.28 363.16 47.28 363.16 53.28 356.16 53.28 ML +closepath C99 fill + newpath +356.16 47.28 356.16 41.28 363.16 41.28 363.16 47.28 356.16 47.28 ML +closepath C99 fill + newpath +356.16 41.28 356.16 35.28 363.16 35.28 363.16 41.28 356.16 41.28 ML +closepath C99 fill + newpath +356.16 35.28 356.16 29.28 363.16 29.28 363.16 35.28 356.16 35.28 ML +closepath C99 fill + newpath +356.16 29.28 356.16 23.28 363.16 23.28 363.16 29.28 356.16 29.28 ML +closepath C99 fill + newpath +356.16 23.28 356.16 17.28 363.16 17.28 363.16 23.28 356.16 23.28 ML +closepath C99 fill + newpath +356.16 17.28 356.16 11.28 363.16 11.28 363.16 17.28 356.16 17.28 ML +closepath C99 fill + newpath +356.16 11.28 356.16 5.28 363.16 5.28 363.16 11.28 356.16 11.28 ML +closepath C99 fill + newpath +356.16 5.28 356.16 -0.72 363.16 -0.72 363.16 5.28 356.16 5.28 ML +closepath C99 fill + newpath +349.16 71.28 349.16 65.28 356.16 65.28 356.16 71.28 349.16 71.28 ML +closepath C99 fill + newpath +349.16 65.28 349.16 59.28 356.16 59.28 356.16 65.28 349.16 65.28 ML +closepath C99 fill + newpath +349.16 59.28 349.16 53.28 356.16 53.28 356.16 59.28 349.16 59.28 ML +closepath C99 fill + newpath +349.16 53.28 349.16 47.28 356.16 47.28 356.16 53.28 349.16 53.28 ML +closepath C99 fill + newpath +349.16 47.28 349.16 41.28 356.16 41.28 356.16 47.28 349.16 47.28 ML +closepath C99 fill + newpath +349.16 41.28 349.16 35.28 356.16 35.28 356.16 41.28 349.16 41.28 ML +closepath C99 fill + newpath +349.16 35.28 349.16 29.28 356.16 29.28 356.16 35.28 349.16 35.28 ML +closepath C99 fill + newpath +349.16 29.28 349.16 23.28 356.16 23.28 356.16 29.28 349.16 29.28 ML +closepath C99 fill + newpath +349.16 23.28 349.16 17.28 356.16 17.28 356.16 23.28 349.16 23.28 ML +closepath C99 fill + newpath +349.16 17.28 349.16 11.28 356.16 11.28 356.16 17.28 349.16 17.28 ML +closepath C99 fill + newpath +349.16 11.28 349.16 5.28 356.16 5.28 356.16 11.28 349.16 11.28 ML +closepath C99 fill + newpath +349.16 5.28 349.16 -0.72 356.16 -0.72 356.16 5.28 349.16 5.28 ML +closepath C99 fill + newpath +342.16 71.28 342.16 65.28 349.16 65.28 349.16 71.28 342.16 71.28 ML +closepath C99 fill + newpath +342.16 65.28 342.16 59.28 349.16 59.28 349.16 65.28 342.16 65.28 ML +closepath C99 fill + newpath +342.16 59.28 342.16 53.28 349.16 53.28 349.16 59.28 342.16 59.28 ML +closepath C99 fill + newpath +342.16 53.28 342.16 47.28 349.16 47.28 349.16 53.28 342.16 53.28 ML +closepath C99 fill + newpath +342.16 47.28 342.16 41.28 349.16 41.28 349.16 47.28 342.16 47.28 ML +closepath C99 fill + newpath +342.16 41.28 342.16 35.28 349.16 35.28 349.16 41.28 342.16 41.28 ML +closepath C99 fill + newpath +342.16 35.28 342.16 29.28 349.16 29.28 349.16 35.28 342.16 35.28 ML +closepath C99 fill + newpath +342.16 29.28 342.16 23.28 349.16 23.28 349.16 29.28 342.16 29.28 ML +closepath C99 fill + newpath +342.16 23.28 342.16 17.28 349.16 17.28 349.16 23.28 342.16 23.28 ML +closepath C99 fill + newpath +342.16 17.28 342.16 11.28 349.16 11.28 349.16 17.28 342.16 17.28 ML +closepath C99 fill + newpath +342.16 11.28 342.16 5.28 349.16 5.28 349.16 11.28 342.16 11.28 ML +closepath C99 fill + newpath +342.16 5.28 342.16 -0.72 349.16 -0.72 349.16 5.28 342.16 5.28 ML +closepath C99 fill + newpath +335.16 71.28 335.16 65.28 342.16 65.28 342.16 71.28 335.16 71.28 ML +closepath C99 fill + newpath +335.16 65.28 335.16 59.28 342.16 59.28 342.16 65.28 335.16 65.28 ML +closepath C99 fill + newpath +335.16 59.28 335.16 53.28 342.16 53.28 342.16 59.28 335.16 59.28 ML +closepath C99 fill + newpath +335.16 53.28 335.16 47.28 342.16 47.28 342.16 53.28 335.16 53.28 ML +closepath C99 fill + newpath +335.16 47.28 335.16 41.28 342.16 41.28 342.16 47.28 335.16 47.28 ML +closepath C99 fill + newpath +335.16 41.28 335.16 35.28 342.16 35.28 342.16 41.28 335.16 41.28 ML +closepath C99 fill + newpath +335.16 35.28 335.16 29.28 342.16 29.28 342.16 35.28 335.16 35.28 ML +closepath C99 fill + newpath +335.16 29.28 335.16 23.28 342.16 23.28 342.16 29.28 335.16 29.28 ML +closepath C99 fill + newpath +335.16 23.28 335.16 17.28 342.16 17.28 342.16 23.28 335.16 23.28 ML +closepath C99 fill + newpath +335.16 17.28 335.16 11.28 342.16 11.28 342.16 17.28 335.16 17.28 ML +closepath C99 fill + newpath +335.16 11.28 335.16 5.28 342.16 5.28 342.16 11.28 335.16 11.28 ML +closepath C99 fill + newpath +335.16 5.28 335.16 -0.72 342.16 -0.72 342.16 5.28 335.16 5.28 ML +closepath C99 fill + newpath +328.16 71.28 328.16 65.28 335.16 65.28 335.16 71.28 328.16 71.28 ML +closepath C99 fill + newpath +328.16 65.28 328.16 59.28 335.16 59.28 335.16 65.28 328.16 65.28 ML +closepath C99 fill + newpath +328.16 59.28 328.16 53.28 335.16 53.28 335.16 59.28 328.16 59.28 ML +closepath C99 fill + newpath +328.16 53.28 328.16 47.28 335.16 47.28 335.16 53.28 328.16 53.28 ML +closepath C99 fill + newpath +328.16 47.28 328.16 41.28 335.16 41.28 335.16 47.28 328.16 47.28 ML +closepath C99 fill + newpath +328.16 41.28 328.16 35.28 335.16 35.28 335.16 41.28 328.16 41.28 ML +closepath C99 fill + newpath +328.16 35.28 328.16 29.28 335.16 29.28 335.16 35.28 328.16 35.28 ML +closepath C99 fill + newpath +328.16 29.28 328.16 23.28 335.16 23.28 335.16 29.28 328.16 29.28 ML +closepath C99 fill + newpath +328.16 23.28 328.16 17.28 335.16 17.28 335.16 23.28 328.16 23.28 ML +closepath C99 fill + newpath +328.16 17.28 328.16 11.28 335.16 11.28 335.16 17.28 328.16 17.28 ML +closepath C99 fill + newpath +328.16 11.28 328.16 5.28 335.16 5.28 335.16 11.28 328.16 11.28 ML +closepath C99 fill + newpath +328.16 5.28 328.16 -0.72 335.16 -0.72 335.16 5.28 328.16 5.28 ML +closepath C99 fill + newpath +321.16 71.28 321.16 65.28 328.16 65.28 328.16 71.28 321.16 71.28 ML +closepath C99 fill + newpath +321.16 65.28 321.16 59.28 328.16 59.28 328.16 65.28 321.16 65.28 ML +closepath C99 fill + newpath +321.16 59.28 321.16 53.28 328.16 53.28 328.16 59.28 321.16 59.28 ML +closepath C99 fill + newpath +321.16 53.28 321.16 47.28 328.16 47.28 328.16 53.28 321.16 53.28 ML +closepath C99 fill + newpath +321.16 47.28 321.16 41.28 328.16 41.28 328.16 47.28 321.16 47.28 ML +closepath C99 fill + newpath +321.16 41.28 321.16 35.28 328.16 35.28 328.16 41.28 321.16 41.28 ML +closepath C99 fill + newpath +321.16 35.28 321.16 29.28 328.16 29.28 328.16 35.28 321.16 35.28 ML +closepath C99 fill + newpath +321.16 29.28 321.16 23.28 328.16 23.28 328.16 29.28 321.16 29.28 ML +closepath C99 fill + newpath +321.16 23.28 321.16 17.28 328.16 17.28 328.16 23.28 321.16 23.28 ML +closepath C99 fill + newpath +321.16 17.28 321.16 11.28 328.16 11.28 328.16 17.28 321.16 17.28 ML +closepath C99 fill + newpath +321.16 11.28 321.16 5.28 328.16 5.28 328.16 11.28 321.16 11.28 ML +closepath C99 fill + newpath +321.16 5.28 321.16 -0.72 328.16 -0.72 328.16 5.28 321.16 5.28 ML +closepath C99 fill + newpath +314.16 71.28 314.16 65.28 321.16 65.28 321.16 71.28 314.16 71.28 ML +closepath C99 fill + newpath +314.16 65.28 314.16 59.28 321.16 59.28 321.16 65.28 314.16 65.28 ML +closepath C99 fill + newpath +314.16 59.28 314.16 53.28 321.16 53.28 321.16 59.28 314.16 59.28 ML +closepath C99 fill + newpath +314.16 53.28 314.16 47.28 321.16 47.28 321.16 53.28 314.16 53.28 ML +closepath C99 fill + newpath +314.16 47.28 314.16 41.28 321.16 41.28 321.16 47.28 314.16 47.28 ML +closepath C99 fill + newpath +314.16 41.28 314.16 35.28 321.16 35.28 321.16 41.28 314.16 41.28 ML +closepath C99 fill + newpath +314.16 35.28 314.16 29.28 321.16 29.28 321.16 35.28 314.16 35.28 ML +closepath C99 fill + newpath +314.16 29.28 314.16 23.28 321.16 23.28 321.16 29.28 314.16 29.28 ML +closepath C99 fill + newpath +314.16 23.28 314.16 17.28 321.16 17.28 321.16 23.28 314.16 23.28 ML +closepath C99 fill + newpath +314.16 17.28 314.16 11.28 321.16 11.28 321.16 17.28 314.16 17.28 ML +closepath C99 fill + newpath +314.16 11.28 314.16 5.28 321.16 5.28 321.16 11.28 314.16 11.28 ML +closepath C99 fill + newpath +314.16 5.28 314.16 -0.72 321.16 -0.72 321.16 5.28 314.16 5.28 ML +closepath C99 fill + newpath +307.16 71.28 307.16 65.28 314.16 65.28 314.16 71.28 307.16 71.28 ML +closepath C99 fill + newpath +307.16 65.28 307.16 59.28 314.16 59.28 314.16 65.28 307.16 65.28 ML +closepath C99 fill + newpath +307.16 59.28 307.16 53.28 314.16 53.28 314.16 59.28 307.16 59.28 ML +closepath C99 fill + newpath +307.16 53.28 307.16 47.28 314.16 47.28 314.16 53.28 307.16 53.28 ML +closepath C99 fill + newpath +307.16 47.28 307.16 41.28 314.16 41.28 314.16 47.28 307.16 47.28 ML +closepath C99 fill + newpath +307.16 41.28 307.16 35.28 314.16 35.28 314.16 41.28 307.16 41.28 ML +closepath C99 fill + newpath +307.16 35.28 307.16 29.28 314.16 29.28 314.16 35.28 307.16 35.28 ML +closepath C99 fill + newpath +307.16 29.28 307.16 23.28 314.16 23.28 314.16 29.28 307.16 29.28 ML +closepath C99 fill + newpath +307.16 23.28 307.16 17.28 314.16 17.28 314.16 23.28 307.16 23.28 ML +closepath C99 fill + newpath +307.16 17.28 307.16 11.28 314.16 11.28 314.16 17.28 307.16 17.28 ML +closepath C99 fill + newpath +307.16 11.28 307.16 5.28 314.16 5.28 314.16 11.28 307.16 11.28 ML +closepath C99 fill + newpath +307.16 5.28 307.16 -0.72 314.16 -0.72 314.16 5.28 307.16 5.28 ML +closepath C99 fill + newpath +300.16 71.28 300.16 65.28 307.16 65.28 307.16 71.28 300.16 71.28 ML +closepath C99 fill + newpath +300.16 65.28 300.16 59.28 307.16 59.28 307.16 65.28 300.16 65.28 ML +closepath C99 fill + newpath +300.16 59.28 300.16 53.28 307.16 53.28 307.16 59.28 300.16 59.28 ML +closepath C99 fill + newpath +300.16 53.28 300.16 47.28 307.16 47.28 307.16 53.28 300.16 53.28 ML +closepath C99 fill + newpath +300.16 47.28 300.16 41.28 307.16 41.28 307.16 47.28 300.16 47.28 ML +closepath C99 fill + newpath +300.16 41.28 300.16 35.28 307.16 35.28 307.16 41.28 300.16 41.28 ML +closepath C99 fill + newpath +300.16 35.28 300.16 29.28 307.16 29.28 307.16 35.28 300.16 35.28 ML +closepath C99 fill + newpath +300.16 29.28 300.16 23.28 307.16 23.28 307.16 29.28 300.16 29.28 ML +closepath C99 fill + newpath +300.16 23.28 300.16 17.28 307.16 17.28 307.16 23.28 300.16 23.28 ML +closepath C99 fill + newpath +300.16 17.28 300.16 11.28 307.16 11.28 307.16 17.28 300.16 17.28 ML +closepath C99 fill + newpath +300.16 11.28 300.16 5.28 307.16 5.28 307.16 11.28 300.16 11.28 ML +closepath C99 fill + newpath +300.16 5.28 300.16 -0.72 307.16 -0.72 307.16 5.28 300.16 5.28 ML +closepath C99 fill + newpath +293.16 71.28 293.16 65.28 300.16 65.28 300.16 71.28 293.16 71.28 ML +closepath C99 fill + newpath +293.16 65.28 293.16 59.28 300.16 59.28 300.16 65.28 293.16 65.28 ML +closepath C99 fill + newpath +293.16 59.28 293.16 53.28 300.16 53.28 300.16 59.28 293.16 59.28 ML +closepath C99 fill + newpath +293.16 53.28 293.16 47.28 300.16 47.28 300.16 53.28 293.16 53.28 ML +closepath C99 fill + newpath +293.16 47.28 293.16 41.28 300.16 41.28 300.16 47.28 293.16 47.28 ML +closepath C99 fill + newpath +293.16 41.28 293.16 35.28 300.16 35.28 300.16 41.28 293.16 41.28 ML +closepath C99 fill + newpath +293.16 35.28 293.16 29.28 300.16 29.28 300.16 35.28 293.16 35.28 ML +closepath C99 fill + newpath +293.16 29.28 293.16 23.28 300.16 23.28 300.16 29.28 293.16 29.28 ML +closepath C99 fill + newpath +293.16 23.28 293.16 17.28 300.16 17.28 300.16 23.28 293.16 23.28 ML +closepath C99 fill + newpath +293.16 17.28 293.16 11.28 300.16 11.28 300.16 17.28 293.16 17.28 ML +closepath C99 fill + newpath +293.16 11.28 293.16 5.28 300.16 5.28 300.16 11.28 293.16 11.28 ML +closepath C99 fill + newpath +293.16 5.28 293.16 -0.72 300.16 -0.72 300.16 5.28 293.16 5.28 ML +closepath C99 fill + newpath +286.16 71.28 286.16 65.28 293.16 65.28 293.16 71.28 286.16 71.28 ML +closepath C99 fill + newpath +286.16 65.28 286.16 59.28 293.16 59.28 293.16 65.28 286.16 65.28 ML +closepath C99 fill + newpath +286.16 59.28 286.16 53.28 293.16 53.28 293.16 59.28 286.16 59.28 ML +closepath C99 fill + newpath +286.16 53.28 286.16 47.28 293.16 47.28 293.16 53.28 286.16 53.28 ML +closepath C99 fill + newpath +286.16 47.28 286.16 41.28 293.16 41.28 293.16 47.28 286.16 47.28 ML +closepath C99 fill + newpath +286.16 41.28 286.16 35.28 293.16 35.28 293.16 41.28 286.16 41.28 ML +closepath C99 fill + newpath +286.16 35.28 286.16 29.28 293.16 29.28 293.16 35.28 286.16 35.28 ML +closepath C99 fill + newpath +286.16 29.28 286.16 23.28 293.16 23.28 293.16 29.28 286.16 29.28 ML +closepath C99 fill + newpath +286.16 23.28 286.16 17.28 293.16 17.28 293.16 23.28 286.16 23.28 ML +closepath C99 fill + newpath +286.16 17.28 286.16 11.28 293.16 11.28 293.16 17.28 286.16 17.28 ML +closepath C99 fill + newpath +286.16 11.28 286.16 5.28 293.16 5.28 293.16 11.28 286.16 11.28 ML +closepath C99 fill + newpath +286.16 5.28 286.16 -0.72 293.16 -0.72 293.16 5.28 286.16 5.28 ML +closepath C99 fill + newpath +279.16 71.28 279.16 65.28 286.16 65.28 286.16 71.28 279.16 71.28 ML +closepath C99 fill + newpath +279.16 65.28 279.16 59.28 286.16 59.28 286.16 65.28 279.16 65.28 ML +closepath C99 fill + newpath +279.16 59.28 279.16 53.28 286.16 53.28 286.16 59.28 279.16 59.28 ML +closepath C99 fill + newpath +279.16 53.28 279.16 47.28 286.16 47.28 286.16 53.28 279.16 53.28 ML +closepath C99 fill + newpath +279.16 47.28 279.16 41.28 286.16 41.28 286.16 47.28 279.16 47.28 ML +closepath C99 fill + newpath +279.16 41.28 279.16 35.28 286.16 35.28 286.16 41.28 279.16 41.28 ML +closepath C99 fill + newpath +279.16 35.28 279.16 29.28 286.16 29.28 286.16 35.28 279.16 35.28 ML +closepath C99 fill + newpath +279.16 29.28 279.16 23.28 286.16 23.28 286.16 29.28 279.16 29.28 ML +closepath C99 fill + newpath +279.16 23.28 279.16 17.28 286.16 17.28 286.16 23.28 279.16 23.28 ML +closepath C99 fill + newpath +279.16 17.28 279.16 11.28 286.16 11.28 286.16 17.28 279.16 17.28 ML +closepath C99 fill + newpath +279.16 11.28 279.16 5.28 286.16 5.28 286.16 11.28 279.16 11.28 ML +closepath C99 fill + newpath +279.16 5.28 279.16 -0.72 286.16 -0.72 286.16 5.28 279.16 5.28 ML +closepath C99 fill + newpath +272.16 71.28 272.16 65.28 279.16 65.28 279.16 71.28 272.16 71.28 ML +closepath C99 fill + newpath +272.16 65.28 272.16 59.28 279.16 59.28 279.16 65.28 272.16 65.28 ML +closepath C99 fill + newpath +272.16 59.28 272.16 53.28 279.16 53.28 279.16 59.28 272.16 59.28 ML +closepath C99 fill + newpath +272.16 53.28 272.16 47.28 279.16 47.28 279.16 53.28 272.16 53.28 ML +closepath C99 fill + newpath +272.16 47.28 272.16 41.28 279.16 41.28 279.16 47.28 272.16 47.28 ML +closepath C99 fill + newpath +272.16 41.28 272.16 35.28 279.16 35.28 279.16 41.28 272.16 41.28 ML +closepath C99 fill + newpath +272.16 35.28 272.16 29.28 279.16 29.28 279.16 35.28 272.16 35.28 ML +closepath C99 fill + newpath +272.16 29.28 272.16 23.28 279.16 23.28 279.16 29.28 272.16 29.28 ML +closepath C99 fill + newpath +272.16 23.28 272.16 17.28 279.16 17.28 279.16 23.28 272.16 23.28 ML +closepath C99 fill + newpath +272.16 17.28 272.16 11.28 279.16 11.28 279.16 17.28 272.16 17.28 ML +closepath C99 fill + newpath +272.16 11.28 272.16 5.28 279.16 5.28 279.16 11.28 272.16 11.28 ML +closepath C99 fill + newpath +272.16 5.28 272.16 -0.72 279.16 -0.72 279.16 5.28 272.16 5.28 ML +closepath C99 fill + newpath +265.16 71.28 265.16 65.28 272.16 65.28 272.16 71.28 265.16 71.28 ML +closepath C99 fill + newpath +265.16 65.28 265.16 59.28 272.16 59.28 272.16 65.28 265.16 65.28 ML +closepath C99 fill + newpath +265.16 59.28 265.16 53.28 272.16 53.28 272.16 59.28 265.16 59.28 ML +closepath C99 fill + newpath +265.16 53.28 265.16 47.28 272.16 47.28 272.16 53.28 265.16 53.28 ML +closepath C99 fill + newpath +265.16 47.28 265.16 41.28 272.16 41.28 272.16 47.28 265.16 47.28 ML +closepath C99 fill + newpath +265.16 41.28 265.16 35.28 272.16 35.28 272.16 41.28 265.16 41.28 ML +closepath C99 fill + newpath +265.16 35.28 265.16 29.28 272.16 29.28 272.16 35.28 265.16 35.28 ML +closepath C99 fill + newpath +265.16 29.28 265.16 23.28 272.16 23.28 272.16 29.28 265.16 29.28 ML +closepath C99 fill + newpath +265.16 23.28 265.16 17.28 272.16 17.28 272.16 23.28 265.16 23.28 ML +closepath C99 fill + newpath +265.16 17.28 265.16 11.28 272.16 11.28 272.16 17.28 265.16 17.28 ML +closepath C99 fill + newpath +265.16 11.28 265.16 5.28 272.16 5.28 272.16 11.28 265.16 11.28 ML +closepath C99 fill + newpath +265.16 5.28 265.16 -0.72 272.16 -0.72 272.16 5.28 265.16 5.28 ML +closepath C99 fill + newpath +258.16 71.28 258.16 65.28 265.16 65.28 265.16 71.28 258.16 71.28 ML +closepath C99 fill + newpath +258.16 65.28 258.16 59.28 265.16 59.28 265.16 65.28 258.16 65.28 ML +closepath C99 fill + newpath +258.16 59.28 258.16 53.28 265.16 53.28 265.16 59.28 258.16 59.28 ML +closepath C99 fill + newpath +258.16 53.28 258.16 47.28 265.16 47.28 265.16 53.28 258.16 53.28 ML +closepath C99 fill + newpath +258.16 47.28 258.16 41.28 265.16 41.28 265.16 47.28 258.16 47.28 ML +closepath C99 fill + newpath +258.16 41.28 258.16 35.28 265.16 35.28 265.16 41.28 258.16 41.28 ML +closepath C99 fill + newpath +258.16 35.28 258.16 29.28 265.16 29.28 265.16 35.28 258.16 35.28 ML +closepath C99 fill + newpath +258.16 29.28 258.16 23.28 265.16 23.28 265.16 29.28 258.16 29.28 ML +closepath C99 fill + newpath +258.16 23.28 258.16 17.28 265.16 17.28 265.16 23.28 258.16 23.28 ML +closepath C99 fill + newpath +258.16 17.28 258.16 11.28 265.16 11.28 265.16 17.28 258.16 17.28 ML +closepath C99 fill + newpath +258.16 11.28 258.16 5.28 265.16 5.28 265.16 11.28 258.16 11.28 ML +closepath C99 fill + newpath +258.16 5.28 258.16 -0.72 265.16 -0.72 265.16 5.28 258.16 5.28 ML +closepath C99 fill + newpath +251.16 71.28 251.16 65.28 258.16 65.28 258.16 71.28 251.16 71.28 ML +closepath C99 fill + newpath +251.16 65.28 251.16 59.28 258.16 59.28 258.16 65.28 251.16 65.28 ML +closepath C99 fill + newpath +251.16 59.28 251.16 53.28 258.16 53.28 258.16 59.28 251.16 59.28 ML +closepath C99 fill + newpath +251.16 53.28 251.16 47.28 258.16 47.28 258.16 53.28 251.16 53.28 ML +closepath C99 fill + newpath +251.16 47.28 251.16 41.28 258.16 41.28 258.16 47.28 251.16 47.28 ML +closepath C99 fill + newpath +251.16 41.28 251.16 35.28 258.16 35.28 258.16 41.28 251.16 41.28 ML +closepath C99 fill + newpath +251.16 35.28 251.16 29.28 258.16 29.28 258.16 35.28 251.16 35.28 ML +closepath C99 fill + newpath +251.16 29.28 251.16 23.28 258.16 23.28 258.16 29.28 251.16 29.28 ML +closepath C99 fill + newpath +251.16 23.28 251.16 17.28 258.16 17.28 258.16 23.28 251.16 23.28 ML +closepath C99 fill + newpath +251.16 17.28 251.16 11.28 258.16 11.28 258.16 17.28 251.16 17.28 ML +closepath C99 fill + newpath +251.16 11.28 251.16 5.28 258.16 5.28 258.16 11.28 251.16 11.28 ML +closepath C99 fill + newpath +251.16 5.28 251.16 -0.72 258.16 -0.72 258.16 5.28 251.16 5.28 ML +closepath C99 fill + newpath +244.16 71.28 244.16 65.28 251.16 65.28 251.16 71.28 244.16 71.28 ML +closepath C99 fill + newpath +244.16 65.28 244.16 59.28 251.16 59.28 251.16 65.28 244.16 65.28 ML +closepath C99 fill + newpath +244.16 59.28 244.16 53.28 251.16 53.28 251.16 59.28 244.16 59.28 ML +closepath C99 fill + newpath +244.16 53.28 244.16 47.28 251.16 47.28 251.16 53.28 244.16 53.28 ML +closepath C99 fill + newpath +244.16 47.28 244.16 41.28 251.16 41.28 251.16 47.28 244.16 47.28 ML +closepath C99 fill + newpath +244.16 41.28 244.16 35.28 251.16 35.28 251.16 41.28 244.16 41.28 ML +closepath C99 fill + newpath +244.16 35.28 244.16 29.28 251.16 29.28 251.16 35.28 244.16 35.28 ML +closepath C99 fill + newpath +244.16 29.28 244.16 23.28 251.16 23.28 251.16 29.28 244.16 29.28 ML +closepath C99 fill + newpath +244.16 23.28 244.16 17.28 251.16 17.28 251.16 23.28 244.16 23.28 ML +closepath C99 fill + newpath +244.16 17.28 244.16 11.28 251.16 11.28 251.16 17.28 244.16 17.28 ML +closepath C99 fill + newpath +244.16 11.28 244.16 5.28 251.16 5.28 251.16 11.28 244.16 11.28 ML +closepath C99 fill + newpath +244.16 5.28 244.16 -0.72 251.16 -0.72 251.16 5.28 244.16 5.28 ML +closepath C99 fill + newpath +237.16 71.28 237.16 65.28 244.16 65.28 244.16 71.28 237.16 71.28 ML +closepath C99 fill + newpath +237.16 65.28 237.16 59.28 244.16 59.28 244.16 65.28 237.16 65.28 ML +closepath C99 fill + newpath +237.16 59.28 237.16 53.28 244.16 53.28 244.16 59.28 237.16 59.28 ML +closepath C99 fill + newpath +237.16 53.28 237.16 47.28 244.16 47.28 244.16 53.28 237.16 53.28 ML +closepath C99 fill + newpath +237.16 47.28 237.16 41.28 244.16 41.28 244.16 47.28 237.16 47.28 ML +closepath C99 fill + newpath +237.16 41.28 237.16 35.28 244.16 35.28 244.16 41.28 237.16 41.28 ML +closepath C99 fill + newpath +237.16 35.28 237.16 29.28 244.16 29.28 244.16 35.28 237.16 35.28 ML +closepath C99 fill + newpath +237.16 29.28 237.16 23.28 244.16 23.28 244.16 29.28 237.16 29.28 ML +closepath C99 fill + newpath +237.16 23.28 237.16 17.28 244.16 17.28 244.16 23.28 237.16 23.28 ML +closepath C99 fill + newpath +237.16 17.28 237.16 11.28 244.16 11.28 244.16 17.28 237.16 17.28 ML +closepath C99 fill + newpath +237.16 11.28 237.16 5.28 244.16 5.28 244.16 11.28 237.16 11.28 ML +closepath C99 fill + newpath +237.16 5.28 237.16 -0.72 244.16 -0.72 244.16 5.28 237.16 5.28 ML +closepath C99 fill + newpath +230.16 71.28 230.16 65.28 237.16 65.28 237.16 71.28 230.16 71.28 ML +closepath C99 fill + newpath +230.16 65.28 230.16 59.28 237.16 59.28 237.16 65.28 230.16 65.28 ML +closepath C99 fill + newpath +230.16 59.28 230.16 53.28 237.16 53.28 237.16 59.28 230.16 59.28 ML +closepath C99 fill + newpath +230.16 53.28 230.16 47.28 237.16 47.28 237.16 53.28 230.16 53.28 ML +closepath C99 fill + newpath +230.16 47.28 230.16 41.28 237.16 41.28 237.16 47.28 230.16 47.28 ML +closepath C99 fill + newpath +230.16 41.28 230.16 35.28 237.16 35.28 237.16 41.28 230.16 41.28 ML +closepath C99 fill + newpath +230.16 35.28 230.16 29.28 237.16 29.28 237.16 35.28 230.16 35.28 ML +closepath C99 fill + newpath +230.16 29.28 230.16 23.28 237.16 23.28 237.16 29.28 230.16 29.28 ML +closepath C99 fill + newpath +230.16 23.28 230.16 17.28 237.16 17.28 237.16 23.28 230.16 23.28 ML +closepath C99 fill + newpath +230.16 17.28 230.16 11.28 237.16 11.28 237.16 17.28 230.16 17.28 ML +closepath C99 fill + newpath +230.16 11.28 230.16 5.28 237.16 5.28 237.16 11.28 230.16 11.28 ML +closepath C99 fill + newpath +230.16 5.28 230.16 -0.72 237.16 -0.72 237.16 5.28 230.16 5.28 ML +closepath C99 fill + newpath +223.16 71.28 223.16 65.28 230.16 65.28 230.16 71.28 223.16 71.28 ML +closepath C99 fill + newpath +223.16 65.28 223.16 59.28 230.16 59.28 230.16 65.28 223.16 65.28 ML +closepath C99 fill + newpath +223.16 59.28 223.16 53.28 230.16 53.28 230.16 59.28 223.16 59.28 ML +closepath C99 fill + newpath +223.16 53.28 223.16 47.28 230.16 47.28 230.16 53.28 223.16 53.28 ML +closepath C99 fill + newpath +223.16 47.28 223.16 41.28 230.16 41.28 230.16 47.28 223.16 47.28 ML +closepath C99 fill + newpath +223.16 41.28 223.16 35.28 230.16 35.28 230.16 41.28 223.16 41.28 ML +closepath C99 fill + newpath +223.16 35.28 223.16 29.28 230.16 29.28 230.16 35.28 223.16 35.28 ML +closepath C99 fill + newpath +223.16 29.28 223.16 23.28 230.16 23.28 230.16 29.28 223.16 29.28 ML +closepath C99 fill + newpath +223.16 23.28 223.16 17.28 230.16 17.28 230.16 23.28 223.16 23.28 ML +closepath C99 fill + newpath +223.16 17.28 223.16 11.28 230.16 11.28 230.16 17.28 223.16 17.28 ML +closepath C99 fill + newpath +223.16 11.28 223.16 5.28 230.16 5.28 230.16 11.28 223.16 11.28 ML +closepath C99 fill + newpath +223.16 5.28 223.16 -0.72 230.16 -0.72 230.16 5.28 223.16 5.28 ML +closepath C99 fill + newpath +216.16 71.28 216.16 65.28 223.16 65.28 223.16 71.28 216.16 71.28 ML +closepath C99 fill + newpath +216.16 65.28 216.16 59.28 223.16 59.28 223.16 65.28 216.16 65.28 ML +closepath C99 fill + newpath +216.16 59.28 216.16 53.28 223.16 53.28 223.16 59.28 216.16 59.28 ML +closepath C99 fill + newpath +216.16 53.28 216.16 47.28 223.16 47.28 223.16 53.28 216.16 53.28 ML +closepath C99 fill + newpath +216.16 47.28 216.16 41.28 223.16 41.28 223.16 47.28 216.16 47.28 ML +closepath C99 fill + newpath +216.16 41.28 216.16 35.28 223.16 35.28 223.16 41.28 216.16 41.28 ML +closepath C99 fill + newpath +216.16 35.28 216.16 29.28 223.16 29.28 223.16 35.28 216.16 35.28 ML +closepath C99 fill + newpath +216.16 29.28 216.16 23.28 223.16 23.28 223.16 29.28 216.16 29.28 ML +closepath C99 fill + newpath +216.16 23.28 216.16 17.28 223.16 17.28 223.16 23.28 216.16 23.28 ML +closepath C99 fill + newpath +216.16 17.28 216.16 11.28 223.16 11.28 223.16 17.28 216.16 17.28 ML +closepath C99 fill + newpath +216.16 11.28 216.16 5.28 223.16 5.28 223.16 11.28 216.16 11.28 ML +closepath C99 fill + newpath +216.16 5.28 216.16 -0.72 223.16 -0.72 223.16 5.28 216.16 5.28 ML +closepath C99 fill + newpath +209.16 71.28 209.16 65.28 216.16 65.28 216.16 71.28 209.16 71.28 ML +closepath C99 fill + newpath +209.16 65.28 209.16 59.28 216.16 59.28 216.16 65.28 209.16 65.28 ML +closepath C99 fill + newpath +209.16 59.28 209.16 53.28 216.16 53.28 216.16 59.28 209.16 59.28 ML +closepath C99 fill + newpath +209.16 53.28 209.16 47.28 216.16 47.28 216.16 53.28 209.16 53.28 ML +closepath C99 fill + newpath +209.16 47.28 209.16 41.28 216.16 41.28 216.16 47.28 209.16 47.28 ML +closepath C99 fill + newpath +209.16 41.28 209.16 35.28 216.16 35.28 216.16 41.28 209.16 41.28 ML +closepath C99 fill + newpath +209.16 35.28 209.16 29.28 216.16 29.28 216.16 35.28 209.16 35.28 ML +closepath C99 fill + newpath +209.16 29.28 209.16 23.28 216.16 23.28 216.16 29.28 209.16 29.28 ML +closepath C99 fill + newpath +209.16 23.28 209.16 17.28 216.16 17.28 216.16 23.28 209.16 23.28 ML +closepath C99 fill + newpath +209.16 17.28 209.16 11.28 216.16 11.28 216.16 17.28 209.16 17.28 ML +closepath C99 fill + newpath +209.16 11.28 209.16 5.28 216.16 5.28 216.16 11.28 209.16 11.28 ML +closepath C99 fill + newpath +209.16 5.28 209.16 -0.72 216.16 -0.72 216.16 5.28 209.16 5.28 ML +closepath C99 fill + newpath +202.16 71.28 202.16 65.28 209.16 65.28 209.16 71.28 202.16 71.28 ML +closepath C99 fill + newpath +202.16 65.28 202.16 59.28 209.16 59.28 209.16 65.28 202.16 65.28 ML +closepath C99 fill + newpath +202.16 59.28 202.16 53.28 209.16 53.28 209.16 59.28 202.16 59.28 ML +closepath C99 fill + newpath +202.16 53.28 202.16 47.28 209.16 47.28 209.16 53.28 202.16 53.28 ML +closepath C99 fill + newpath +202.16 47.28 202.16 41.28 209.16 41.28 209.16 47.28 202.16 47.28 ML +closepath C99 fill + newpath +202.16 41.28 202.16 35.28 209.16 35.28 209.16 41.28 202.16 41.28 ML +closepath C99 fill + newpath +202.16 35.28 202.16 29.28 209.16 29.28 209.16 35.28 202.16 35.28 ML +closepath C99 fill + newpath +202.16 29.28 202.16 23.28 209.16 23.28 209.16 29.28 202.16 29.28 ML +closepath C99 fill + newpath +202.16 23.28 202.16 17.28 209.16 17.28 209.16 23.28 202.16 23.28 ML +closepath C99 fill + newpath +202.16 17.28 202.16 11.28 209.16 11.28 209.16 17.28 202.16 17.28 ML +closepath C99 fill + newpath +202.16 11.28 202.16 5.28 209.16 5.28 209.16 11.28 202.16 11.28 ML +closepath C99 fill + newpath +202.16 5.28 202.16 -0.72 209.16 -0.72 209.16 5.28 202.16 5.28 ML +closepath C99 fill + newpath +195.16 71.28 195.16 65.28 202.16 65.28 202.16 71.28 195.16 71.28 ML +closepath C99 fill + newpath +195.16 65.28 195.16 59.28 202.16 59.28 202.16 65.28 195.16 65.28 ML +closepath C99 fill + newpath +195.16 59.28 195.16 53.28 202.16 53.28 202.16 59.28 195.16 59.28 ML +closepath C99 fill + newpath +195.16 53.28 195.16 47.28 202.16 47.28 202.16 53.28 195.16 53.28 ML +closepath C99 fill + newpath +195.16 47.28 195.16 41.28 202.16 41.28 202.16 47.28 195.16 47.28 ML +closepath C99 fill + newpath +195.16 41.28 195.16 35.28 202.16 35.28 202.16 41.28 195.16 41.28 ML +closepath C99 fill + newpath +195.16 35.28 195.16 29.28 202.16 29.28 202.16 35.28 195.16 35.28 ML +closepath C99 fill + newpath +195.16 29.28 195.16 23.28 202.16 23.28 202.16 29.28 195.16 29.28 ML +closepath C99 fill + newpath +195.16 23.28 195.16 17.28 202.16 17.28 202.16 23.28 195.16 23.28 ML +closepath C99 fill + newpath +195.16 17.28 195.16 11.28 202.16 11.28 202.16 17.28 195.16 17.28 ML +closepath C99 fill + newpath +195.16 11.28 195.16 5.28 202.16 5.28 202.16 11.28 195.16 11.28 ML +closepath C99 fill + newpath +195.16 5.28 195.16 -0.72 202.16 -0.72 202.16 5.28 195.16 5.28 ML +closepath C99 fill + newpath +188.16 71.28 188.16 65.28 195.16 65.28 195.16 71.28 188.16 71.28 ML +closepath C99 fill + newpath +188.16 65.28 188.16 59.28 195.16 59.28 195.16 65.28 188.16 65.28 ML +closepath C99 fill + newpath +188.16 59.28 188.16 53.28 195.16 53.28 195.16 59.28 188.16 59.28 ML +closepath C99 fill + newpath +188.16 53.28 188.16 47.28 195.16 47.28 195.16 53.28 188.16 53.28 ML +closepath C99 fill + newpath +188.16 47.28 188.16 41.28 195.16 41.28 195.16 47.28 188.16 47.28 ML +closepath C99 fill + newpath +188.16 41.28 188.16 35.28 195.16 35.28 195.16 41.28 188.16 41.28 ML +closepath C99 fill + newpath +188.16 35.28 188.16 29.28 195.16 29.28 195.16 35.28 188.16 35.28 ML +closepath C99 fill + newpath +188.16 29.28 188.16 23.28 195.16 23.28 195.16 29.28 188.16 29.28 ML +closepath C99 fill + newpath +188.16 23.28 188.16 17.28 195.16 17.28 195.16 23.28 188.16 23.28 ML +closepath C99 fill + newpath +188.16 17.28 188.16 11.28 195.16 11.28 195.16 17.28 188.16 17.28 ML +closepath C99 fill + newpath +188.16 11.28 188.16 5.28 195.16 5.28 195.16 11.28 188.16 11.28 ML +closepath C99 fill + newpath +188.16 5.28 188.16 -0.72 195.16 -0.72 195.16 5.28 188.16 5.28 ML +closepath C99 fill + newpath +181.16 71.28 181.16 65.28 188.16 65.28 188.16 71.28 181.16 71.28 ML +closepath C99 fill + newpath +181.16 65.28 181.16 59.28 188.16 59.28 188.16 65.28 181.16 65.28 ML +closepath C99 fill + newpath +181.16 59.28 181.16 53.28 188.16 53.28 188.16 59.28 181.16 59.28 ML +closepath C99 fill + newpath +181.16 53.28 181.16 47.28 188.16 47.28 188.16 53.28 181.16 53.28 ML +closepath C99 fill + newpath +181.16 47.28 181.16 41.28 188.16 41.28 188.16 47.28 181.16 47.28 ML +closepath C99 fill + newpath +181.16 41.28 181.16 35.28 188.16 35.28 188.16 41.28 181.16 41.28 ML +closepath C99 fill + newpath +181.16 35.28 181.16 29.28 188.16 29.28 188.16 35.28 181.16 35.28 ML +closepath C99 fill + newpath +181.16 29.28 181.16 23.28 188.16 23.28 188.16 29.28 181.16 29.28 ML +closepath C99 fill + newpath +181.16 23.28 181.16 17.28 188.16 17.28 188.16 23.28 181.16 23.28 ML +closepath C99 fill + newpath +181.16 17.28 181.16 11.28 188.16 11.28 188.16 17.28 181.16 17.28 ML +closepath C99 fill + newpath +181.16 11.28 181.16 5.28 188.16 5.28 188.16 11.28 181.16 11.28 ML +closepath C99 fill + newpath +181.16 5.28 181.16 -0.72 188.16 -0.72 188.16 5.28 181.16 5.28 ML +closepath C99 fill + newpath +174.16 71.28 174.16 65.28 181.16 65.28 181.16 71.28 174.16 71.28 ML +closepath C99 fill + newpath +174.16 65.28 174.16 59.28 181.16 59.28 181.16 65.28 174.16 65.28 ML +closepath C99 fill + newpath +174.16 59.28 174.16 53.28 181.16 53.28 181.16 59.28 174.16 59.28 ML +closepath C99 fill + newpath +174.16 53.28 174.16 47.28 181.16 47.28 181.16 53.28 174.16 53.28 ML +closepath C99 fill + newpath +174.16 47.28 174.16 41.28 181.16 41.28 181.16 47.28 174.16 47.28 ML +closepath C99 fill + newpath +174.16 41.28 174.16 35.28 181.16 35.28 181.16 41.28 174.16 41.28 ML +closepath C99 fill + newpath +174.16 35.28 174.16 29.28 181.16 29.28 181.16 35.28 174.16 35.28 ML +closepath C99 fill + newpath +174.16 29.28 174.16 23.28 181.16 23.28 181.16 29.28 174.16 29.28 ML +closepath C99 fill + newpath +174.16 23.28 174.16 17.28 181.16 17.28 181.16 23.28 174.16 23.28 ML +closepath C99 fill + newpath +174.16 17.28 174.16 11.28 181.16 11.28 181.16 17.28 174.16 17.28 ML +closepath C99 fill + newpath +174.16 11.28 174.16 5.28 181.16 5.28 181.16 11.28 174.16 11.28 ML +closepath C99 fill + newpath +174.16 5.28 174.16 -0.72 181.16 -0.72 181.16 5.28 174.16 5.28 ML +closepath C99 fill + newpath +167.16 71.28 167.16 65.28 174.16 65.28 174.16 71.28 167.16 71.28 ML +closepath C99 fill + newpath +167.16 65.28 167.16 59.28 174.16 59.28 174.16 65.28 167.16 65.28 ML +closepath C99 fill + newpath +167.16 59.28 167.16 53.28 174.16 53.28 174.16 59.28 167.16 59.28 ML +closepath C99 fill + newpath +167.16 53.28 167.16 47.28 174.16 47.28 174.16 53.28 167.16 53.28 ML +closepath C99 fill + newpath +167.16 47.28 167.16 41.28 174.16 41.28 174.16 47.28 167.16 47.28 ML +closepath C99 fill + newpath +167.16 41.28 167.16 35.28 174.16 35.28 174.16 41.28 167.16 41.28 ML +closepath C99 fill + newpath +167.16 35.28 167.16 29.28 174.16 29.28 174.16 35.28 167.16 35.28 ML +closepath C99 fill + newpath +167.16 29.28 167.16 23.28 174.16 23.28 174.16 29.28 167.16 29.28 ML +closepath C99 fill + newpath +167.16 23.28 167.16 17.28 174.16 17.28 174.16 23.28 167.16 23.28 ML +closepath C99 fill + newpath +167.16 17.28 167.16 11.28 174.16 11.28 174.16 17.28 167.16 17.28 ML +closepath C99 fill + newpath +167.16 11.28 167.16 5.28 174.16 5.28 174.16 11.28 167.16 11.28 ML +closepath C99 fill + newpath +167.16 5.28 167.16 -0.72 174.16 -0.72 174.16 5.28 167.16 5.28 ML +closepath C99 fill + newpath +160.16 71.28 160.16 65.28 167.16 65.28 167.16 71.28 160.16 71.28 ML +closepath C99 fill + newpath +160.16 65.28 160.16 59.28 167.16 59.28 167.16 65.28 160.16 65.28 ML +closepath C99 fill + newpath +160.16 59.28 160.16 53.28 167.16 53.28 167.16 59.28 160.16 59.28 ML +closepath C99 fill + newpath +160.16 53.28 160.16 47.28 167.16 47.28 167.16 53.28 160.16 53.28 ML +closepath C99 fill + newpath +160.16 47.28 160.16 41.28 167.16 41.28 167.16 47.28 160.16 47.28 ML +closepath C99 fill + newpath +160.16 41.28 160.16 35.28 167.16 35.28 167.16 41.28 160.16 41.28 ML +closepath C99 fill + newpath +160.16 35.28 160.16 29.28 167.16 29.28 167.16 35.28 160.16 35.28 ML +closepath C99 fill + newpath +160.16 29.28 160.16 23.28 167.16 23.28 167.16 29.28 160.16 29.28 ML +closepath C99 fill + newpath +160.16 23.28 160.16 17.28 167.16 17.28 167.16 23.28 160.16 23.28 ML +closepath C99 fill + newpath +160.16 17.28 160.16 11.28 167.16 11.28 167.16 17.28 160.16 17.28 ML +closepath C99 fill + newpath +160.16 11.28 160.16 5.28 167.16 5.28 167.16 11.28 160.16 11.28 ML +closepath C99 fill + newpath +160.16 5.28 160.16 -0.72 167.16 -0.72 167.16 5.28 160.16 5.28 ML +closepath C99 fill + newpath +153.16 71.28 153.16 65.28 160.16 65.28 160.16 71.28 153.16 71.28 ML +closepath C99 fill + newpath +153.16 65.28 153.16 59.28 160.16 59.28 160.16 65.28 153.16 65.28 ML +closepath C99 fill + newpath +153.16 59.28 153.16 53.28 160.16 53.28 160.16 59.28 153.16 59.28 ML +closepath C99 fill + newpath +153.16 53.28 153.16 47.28 160.16 47.28 160.16 53.28 153.16 53.28 ML +closepath C99 fill + newpath +153.16 47.28 153.16 41.28 160.16 41.28 160.16 47.28 153.16 47.28 ML +closepath C99 fill + newpath +153.16 41.28 153.16 35.28 160.16 35.28 160.16 41.28 153.16 41.28 ML +closepath C99 fill + newpath +153.16 35.28 153.16 29.28 160.16 29.28 160.16 35.28 153.16 35.28 ML +closepath C99 fill + newpath +153.16 29.28 153.16 23.28 160.16 23.28 160.16 29.28 153.16 29.28 ML +closepath C99 fill + newpath +153.16 23.28 153.16 17.28 160.16 17.28 160.16 23.28 153.16 23.28 ML +closepath C99 fill + newpath +153.16 17.28 153.16 11.28 160.16 11.28 160.16 17.28 153.16 17.28 ML +closepath C99 fill + newpath +153.16 11.28 153.16 5.28 160.16 5.28 160.16 11.28 153.16 11.28 ML +closepath C99 fill + newpath +153.16 5.28 153.16 -0.72 160.16 -0.72 160.16 5.28 153.16 5.28 ML +closepath C99 fill + newpath +146.16 71.28 146.16 65.28 153.16 65.28 153.16 71.28 146.16 71.28 ML +closepath C99 fill + newpath +146.16 65.28 146.16 59.28 153.16 59.28 153.16 65.28 146.16 65.28 ML +closepath C99 fill + newpath +146.16 59.28 146.16 53.28 153.16 53.28 153.16 59.28 146.16 59.28 ML +closepath C99 fill + newpath +146.16 53.28 146.16 47.28 153.16 47.28 153.16 53.28 146.16 53.28 ML +closepath C99 fill + newpath +146.16 47.28 146.16 41.28 153.16 41.28 153.16 47.28 146.16 47.28 ML +closepath C99 fill + newpath +146.16 41.28 146.16 35.28 153.16 35.28 153.16 41.28 146.16 41.28 ML +closepath C99 fill + newpath +146.16 35.28 146.16 29.28 153.16 29.28 153.16 35.28 146.16 35.28 ML +closepath C99 fill + newpath +146.16 29.28 146.16 23.28 153.16 23.28 153.16 29.28 146.16 29.28 ML +closepath C99 fill + newpath +146.16 23.28 146.16 17.28 153.16 17.28 153.16 23.28 146.16 23.28 ML +closepath C99 fill + newpath +146.16 17.28 146.16 11.28 153.16 11.28 153.16 17.28 146.16 17.28 ML +closepath C99 fill + newpath +146.16 11.28 146.16 5.28 153.16 5.28 153.16 11.28 146.16 11.28 ML +closepath C99 fill + newpath +146.16 5.28 146.16 -0.72 153.16 -0.72 153.16 5.28 146.16 5.28 ML +closepath C99 fill + newpath +139.16 71.28 139.16 65.28 146.16 65.28 146.16 71.28 139.16 71.28 ML +closepath C99 fill + newpath +139.16 65.28 139.16 59.28 146.16 59.28 146.16 65.28 139.16 65.28 ML +closepath C99 fill + newpath +139.16 59.28 139.16 53.28 146.16 53.28 146.16 59.28 139.16 59.28 ML +closepath C99 fill + newpath +139.16 53.28 139.16 47.28 146.16 47.28 146.16 53.28 139.16 53.28 ML +closepath C99 fill + newpath +139.16 47.28 139.16 41.28 146.16 41.28 146.16 47.28 139.16 47.28 ML +closepath C99 fill + newpath +139.16 41.28 139.16 35.28 146.16 35.28 146.16 41.28 139.16 41.28 ML +closepath C99 fill + newpath +139.16 35.28 139.16 29.28 146.16 29.28 146.16 35.28 139.16 35.28 ML +closepath C99 fill + newpath +139.16 29.28 139.16 23.28 146.16 23.28 146.16 29.28 139.16 29.28 ML +closepath C99 fill + newpath +139.16 23.28 139.16 17.28 146.16 17.28 146.16 23.28 139.16 23.28 ML +closepath C99 fill + newpath +139.16 17.28 139.16 11.28 146.16 11.28 146.16 17.28 139.16 17.28 ML +closepath C99 fill + newpath +139.16 11.28 139.16 5.28 146.16 5.28 146.16 11.28 139.16 11.28 ML +closepath C99 fill + newpath +139.16 5.28 139.16 -0.72 146.16 -0.72 146.16 5.28 139.16 5.28 ML +closepath C99 fill + newpath +132.16 71.28 132.16 65.28 139.16 65.28 139.16 71.28 132.16 71.28 ML +closepath C99 fill + newpath +132.16 65.28 132.16 59.28 139.16 59.28 139.16 65.28 132.16 65.28 ML +closepath C99 fill + newpath +132.16 59.28 132.16 53.28 139.16 53.28 139.16 59.28 132.16 59.28 ML +closepath C99 fill + newpath +132.16 53.28 132.16 47.28 139.16 47.28 139.16 53.28 132.16 53.28 ML +closepath C99 fill + newpath +132.16 47.28 132.16 41.28 139.16 41.28 139.16 47.28 132.16 47.28 ML +closepath C99 fill + newpath +132.16 41.28 132.16 35.28 139.16 35.28 139.16 41.28 132.16 41.28 ML +closepath C99 fill + newpath +132.16 35.28 132.16 29.28 139.16 29.28 139.16 35.28 132.16 35.28 ML +closepath C99 fill + newpath +132.16 29.28 132.16 23.28 139.16 23.28 139.16 29.28 132.16 29.28 ML +closepath C99 fill + newpath +132.16 23.28 132.16 17.28 139.16 17.28 139.16 23.28 132.16 23.28 ML +closepath C99 fill + newpath +132.16 17.28 132.16 11.28 139.16 11.28 139.16 17.28 132.16 17.28 ML +closepath C99 fill + newpath +132.16 11.28 132.16 5.28 139.16 5.28 139.16 11.28 132.16 11.28 ML +closepath C99 fill + newpath +132.16 5.28 132.16 -0.72 139.16 -0.72 139.16 5.28 132.16 5.28 ML +closepath C99 fill + newpath +125.16 71.28 125.16 65.28 132.16 65.28 132.16 71.28 125.16 71.28 ML +closepath C99 fill + newpath +125.16 65.28 125.16 59.28 132.16 59.28 132.16 65.28 125.16 65.28 ML +closepath C99 fill + newpath +125.16 59.28 125.16 53.28 132.16 53.28 132.16 59.28 125.16 59.28 ML +closepath C99 fill + newpath +125.16 53.28 125.16 47.28 132.16 47.28 132.16 53.28 125.16 53.28 ML +closepath C99 fill + newpath +125.16 47.28 125.16 41.28 132.16 41.28 132.16 47.28 125.16 47.28 ML +closepath C99 fill + newpath +125.16 41.28 125.16 35.28 132.16 35.28 132.16 41.28 125.16 41.28 ML +closepath C99 fill + newpath +125.16 35.28 125.16 29.28 132.16 29.28 132.16 35.28 125.16 35.28 ML +closepath C99 fill + newpath +125.16 29.28 125.16 23.28 132.16 23.28 132.16 29.28 125.16 29.28 ML +closepath C99 fill + newpath +125.16 23.28 125.16 17.28 132.16 17.28 132.16 23.28 125.16 23.28 ML +closepath C99 fill + newpath +125.16 17.28 125.16 11.28 132.16 11.28 132.16 17.28 125.16 17.28 ML +closepath C99 fill + newpath +125.16 11.28 125.16 5.28 132.16 5.28 132.16 11.28 125.16 11.28 ML +closepath C99 fill + newpath +125.16 5.28 125.16 -0.72 132.16 -0.72 132.16 5.28 125.16 5.28 ML +closepath C99 fill + newpath +118.16 71.28 118.16 65.28 125.16 65.28 125.16 71.28 118.16 71.28 ML +closepath C99 fill + newpath +118.16 65.28 118.16 59.28 125.16 59.28 125.16 65.28 118.16 65.28 ML +closepath C99 fill + newpath +118.16 59.28 118.16 53.28 125.16 53.28 125.16 59.28 118.16 59.28 ML +closepath C99 fill + newpath +118.16 53.28 118.16 47.28 125.16 47.28 125.16 53.28 118.16 53.28 ML +closepath C99 fill + newpath +118.16 47.28 118.16 41.28 125.16 41.28 125.16 47.28 118.16 47.28 ML +closepath C99 fill + newpath +118.16 41.28 118.16 35.28 125.16 35.28 125.16 41.28 118.16 41.28 ML +closepath C99 fill + newpath +118.16 35.28 118.16 29.28 125.16 29.28 125.16 35.28 118.16 35.28 ML +closepath C99 fill + newpath +118.16 29.28 118.16 23.28 125.16 23.28 125.16 29.28 118.16 29.28 ML +closepath C99 fill + newpath +118.16 23.28 118.16 17.28 125.16 17.28 125.16 23.28 118.16 23.28 ML +closepath C99 fill + newpath +118.16 17.28 118.16 11.28 125.16 11.28 125.16 17.28 118.16 17.28 ML +closepath C99 fill + newpath +118.16 11.28 118.16 5.28 125.16 5.28 125.16 11.28 118.16 11.28 ML +closepath C99 fill + newpath +118.16 5.28 118.16 -0.72 125.16 -0.72 125.16 5.28 118.16 5.28 ML +closepath C99 fill + newpath +111.16 71.28 111.16 65.28 118.16 65.28 118.16 71.28 111.16 71.28 ML +closepath C99 fill + newpath +111.16 65.28 111.16 59.28 118.16 59.28 118.16 65.28 111.16 65.28 ML +closepath C99 fill + newpath +111.16 59.28 111.16 53.28 118.16 53.28 118.16 59.28 111.16 59.28 ML +closepath C99 fill + newpath +111.16 53.28 111.16 47.28 118.16 47.28 118.16 53.28 111.16 53.28 ML +closepath C99 fill + newpath +111.16 47.28 111.16 41.28 118.16 41.28 118.16 47.28 111.16 47.28 ML +closepath C99 fill + newpath +111.16 41.28 111.16 35.28 118.16 35.28 118.16 41.28 111.16 41.28 ML +closepath C99 fill + newpath +111.16 35.28 111.16 29.28 118.16 29.28 118.16 35.28 111.16 35.28 ML +closepath C99 fill + newpath +111.16 29.28 111.16 23.28 118.16 23.28 118.16 29.28 111.16 29.28 ML +closepath C99 fill + newpath +111.16 23.28 111.16 17.28 118.16 17.28 118.16 23.28 111.16 23.28 ML +closepath C99 fill + newpath +111.16 17.28 111.16 11.28 118.16 11.28 118.16 17.28 111.16 17.28 ML +closepath C99 fill + newpath +111.16 11.28 111.16 5.28 118.16 5.28 118.16 11.28 111.16 11.28 ML +closepath C99 fill + newpath +111.16 5.28 111.16 -0.72 118.16 -0.72 118.16 5.28 111.16 5.28 ML +closepath C99 fill + newpath +104.16 71.28 104.16 65.28 111.16 65.28 111.16 71.28 104.16 71.28 ML +closepath C99 fill + newpath +104.16 65.28 104.16 59.28 111.16 59.28 111.16 65.28 104.16 65.28 ML +closepath C99 fill + newpath +104.16 59.28 104.16 53.28 111.16 53.28 111.16 59.28 104.16 59.28 ML +closepath C99 fill + newpath +104.16 53.28 104.16 47.28 111.16 47.28 111.16 53.28 104.16 53.28 ML +closepath C99 fill + newpath +104.16 47.28 104.16 41.28 111.16 41.28 111.16 47.28 104.16 47.28 ML +closepath C99 fill + newpath +104.16 41.28 104.16 35.28 111.16 35.28 111.16 41.28 104.16 41.28 ML +closepath C99 fill + newpath +104.16 35.28 104.16 29.28 111.16 29.28 111.16 35.28 104.16 35.28 ML +closepath C99 fill + newpath +104.16 29.28 104.16 23.28 111.16 23.28 111.16 29.28 104.16 29.28 ML +closepath C99 fill + newpath +104.16 23.28 104.16 17.28 111.16 17.28 111.16 23.28 104.16 23.28 ML +closepath C99 fill + newpath +104.16 17.28 104.16 11.28 111.16 11.28 111.16 17.28 104.16 17.28 ML +closepath C99 fill + newpath +104.16 11.28 104.16 5.28 111.16 5.28 111.16 11.28 104.16 11.28 ML +closepath C99 fill + newpath +104.16 5.28 104.16 -0.72 111.16 -0.72 111.16 5.28 104.16 5.28 ML +closepath C99 fill + newpath +97.16 71.28 97.16 65.28 104.16 65.28 104.16 71.28 97.16 71.28 ML +closepath C99 fill + newpath +97.16 65.28 97.16 59.28 104.16 59.28 104.16 65.28 97.16 65.28 ML +closepath C99 fill + newpath +97.16 59.28 97.16 53.28 104.16 53.28 104.16 59.28 97.16 59.28 ML +closepath C99 fill + newpath +97.16 53.28 97.16 47.28 104.16 47.28 104.16 53.28 97.16 53.28 ML +closepath C99 fill + newpath +97.16 47.28 97.16 41.28 104.16 41.28 104.16 47.28 97.16 47.28 ML +closepath C99 fill + newpath +97.16 41.28 97.16 35.28 104.16 35.28 104.16 41.28 97.16 41.28 ML +closepath C99 fill + newpath +97.16 35.28 97.16 29.28 104.16 29.28 104.16 35.28 97.16 35.28 ML +closepath C99 fill + newpath +97.16 29.28 97.16 23.28 104.16 23.28 104.16 29.28 97.16 29.28 ML +closepath C99 fill + newpath +97.16 23.28 97.16 17.28 104.16 17.28 104.16 23.28 97.16 23.28 ML +closepath C99 fill + newpath +97.16 17.28 97.16 11.28 104.16 11.28 104.16 17.28 97.16 17.28 ML +closepath C99 fill + newpath +97.16 11.28 97.16 5.28 104.16 5.28 104.16 11.28 97.16 11.28 ML +closepath C99 fill + newpath +97.16 5.28 97.16 -0.72 104.16 -0.72 104.16 5.28 97.16 5.28 ML +closepath C99 fill + newpath +90.16 71.28 90.16 65.28 97.16 65.28 97.16 71.28 90.16 71.28 ML +closepath C99 fill + newpath +90.16 65.28 90.16 59.28 97.16 59.28 97.16 65.28 90.16 65.28 ML +closepath C99 fill + newpath +90.16 59.28 90.16 53.28 97.16 53.28 97.16 59.28 90.16 59.28 ML +closepath C99 fill + newpath +90.16 53.28 90.16 47.28 97.16 47.28 97.16 53.28 90.16 53.28 ML +closepath C99 fill + newpath +90.16 47.28 90.16 41.28 97.16 41.28 97.16 47.28 90.16 47.28 ML +closepath C99 fill + newpath +90.16 41.28 90.16 35.28 97.16 35.28 97.16 41.28 90.16 41.28 ML +closepath C99 fill + newpath +90.16 35.28 90.16 29.28 97.16 29.28 97.16 35.28 90.16 35.28 ML +closepath C99 fill + newpath +90.16 29.28 90.16 23.28 97.16 23.28 97.16 29.28 90.16 29.28 ML +closepath C99 fill + newpath +90.16 23.28 90.16 17.28 97.16 17.28 97.16 23.28 90.16 23.28 ML +closepath C99 fill + newpath +90.16 17.28 90.16 11.28 97.16 11.28 97.16 17.28 90.16 17.28 ML +closepath C99 fill + newpath +90.16 11.28 90.16 5.28 97.16 5.28 97.16 11.28 90.16 11.28 ML +closepath C99 fill + newpath +90.16 5.28 90.16 -0.72 97.16 -0.72 97.16 5.28 90.16 5.28 ML +closepath C99 fill + newpath +83.16 71.28 83.16 65.28 90.16 65.28 90.16 71.28 83.16 71.28 ML +closepath C99 fill + newpath +83.16 65.28 83.16 59.28 90.16 59.28 90.16 65.28 83.16 65.28 ML +closepath C99 fill + newpath +83.16 59.28 83.16 53.28 90.16 53.28 90.16 59.28 83.16 59.28 ML +closepath C99 fill + newpath +83.16 53.28 83.16 47.28 90.16 47.28 90.16 53.28 83.16 53.28 ML +closepath C99 fill + newpath +83.16 47.28 83.16 41.28 90.16 41.28 90.16 47.28 83.16 47.28 ML +closepath C99 fill + newpath +83.16 41.28 83.16 35.28 90.16 35.28 90.16 41.28 83.16 41.28 ML +closepath C99 fill + newpath +83.16 35.28 83.16 29.28 90.16 29.28 90.16 35.28 83.16 35.28 ML +closepath C99 fill + newpath +83.16 29.28 83.16 23.28 90.16 23.28 90.16 29.28 83.16 29.28 ML +closepath C99 fill + newpath +83.16 23.28 83.16 17.28 90.16 17.28 90.16 23.28 83.16 23.28 ML +closepath C99 fill + newpath +83.16 17.28 83.16 11.28 90.16 11.28 90.16 17.28 83.16 17.28 ML +closepath C99 fill + newpath +83.16 11.28 83.16 5.28 90.16 5.28 90.16 11.28 83.16 11.28 ML +closepath C99 fill + newpath +83.16 5.28 83.16 -0.72 90.16 -0.72 90.16 5.28 83.16 5.28 ML +closepath C99 fill + newpath +76.16 71.28 76.16 65.28 83.16 65.28 83.16 71.28 76.16 71.28 ML +closepath C99 fill + newpath +76.16 65.28 76.16 59.28 83.16 59.28 83.16 65.28 76.16 65.28 ML +closepath C99 fill + newpath +76.16 59.28 76.16 53.28 83.16 53.28 83.16 59.28 76.16 59.28 ML +closepath C99 fill + newpath +76.16 53.28 76.16 47.28 83.16 47.28 83.16 53.28 76.16 53.28 ML +closepath C99 fill + newpath +76.16 47.28 76.16 41.28 83.16 41.28 83.16 47.28 76.16 47.28 ML +closepath C99 fill + newpath +76.16 41.28 76.16 35.28 83.16 35.28 83.16 41.28 76.16 41.28 ML +closepath C99 fill + newpath +76.16 35.28 76.16 29.28 83.16 29.28 83.16 35.28 76.16 35.28 ML +closepath C99 fill + newpath +76.16 29.28 76.16 23.28 83.16 23.28 83.16 29.28 76.16 29.28 ML +closepath C99 fill + newpath +76.16 23.28 76.16 17.28 83.16 17.28 83.16 23.28 76.16 23.28 ML +closepath C99 fill + newpath +76.16 17.28 76.16 11.28 83.16 11.28 83.16 17.28 76.16 17.28 ML +closepath C99 fill + newpath +76.16 11.28 76.16 5.28 83.16 5.28 83.16 11.28 76.16 11.28 ML +closepath C99 fill + newpath +76.16 5.28 76.16 -0.72 83.16 -0.72 83.16 5.28 76.16 5.28 ML +closepath C99 fill + newpath +69.16 71.28 69.16 65.28 76.16 65.28 76.16 71.28 69.16 71.28 ML +closepath C99 fill + newpath +69.16 65.28 69.16 59.28 76.16 59.28 76.16 65.28 69.16 65.28 ML +closepath C99 fill + newpath +69.16 59.28 69.16 53.28 76.16 53.28 76.16 59.28 69.16 59.28 ML +closepath C99 fill + newpath +69.16 53.28 69.16 47.28 76.16 47.28 76.16 53.28 69.16 53.28 ML +closepath C99 fill + newpath +69.16 47.28 69.16 41.28 76.16 41.28 76.16 47.28 69.16 47.28 ML +closepath C99 fill + newpath +69.16 41.28 69.16 35.28 76.16 35.28 76.16 41.28 69.16 41.28 ML +closepath C99 fill + newpath +69.16 35.28 69.16 29.28 76.16 29.28 76.16 35.28 69.16 35.28 ML +closepath C99 fill + newpath +69.16 29.28 69.16 23.28 76.16 23.28 76.16 29.28 69.16 29.28 ML +closepath C99 fill + newpath +69.16 23.28 69.16 17.28 76.16 17.28 76.16 23.28 69.16 23.28 ML +closepath C99 fill + newpath +69.16 17.28 69.16 11.28 76.16 11.28 76.16 17.28 69.16 17.28 ML +closepath C99 fill + newpath +69.16 11.28 69.16 5.28 76.16 5.28 76.16 11.28 69.16 11.28 ML +closepath C99 fill + newpath +69.16 5.28 69.16 -0.72 76.16 -0.72 76.16 5.28 69.16 5.28 ML +closepath C99 fill + newpath +62.16 71.28 62.16 65.28 69.16 65.28 69.16 71.28 62.16 71.28 ML +closepath C99 fill + newpath +62.16 65.28 62.16 59.28 69.16 59.28 69.16 65.28 62.16 65.28 ML +closepath C99 fill + newpath +62.16 59.28 62.16 53.28 69.16 53.28 69.16 59.28 62.16 59.28 ML +closepath C99 fill + newpath +62.16 53.28 62.16 47.28 69.16 47.28 69.16 53.28 62.16 53.28 ML +closepath C99 fill + newpath +62.16 47.28 62.16 41.28 69.16 41.28 69.16 47.28 62.16 47.28 ML +closepath C99 fill + newpath +62.16 41.28 62.16 35.28 69.16 35.28 69.16 41.28 62.16 41.28 ML +closepath C99 fill + newpath +62.16 35.28 62.16 29.28 69.16 29.28 69.16 35.28 62.16 35.28 ML +closepath C99 fill + newpath +62.16 29.28 62.16 23.28 69.16 23.28 69.16 29.28 62.16 29.28 ML +closepath C99 fill + newpath +62.16 23.28 62.16 17.28 69.16 17.28 69.16 23.28 62.16 23.28 ML +closepath C99 fill + newpath +62.16 17.28 62.16 11.28 69.16 11.28 69.16 17.28 62.16 17.28 ML +closepath C99 fill + newpath +62.16 11.28 62.16 5.28 69.16 5.28 69.16 11.28 62.16 11.28 ML +closepath C99 fill + newpath +62.16 5.28 62.16 -0.72 69.16 -0.72 69.16 5.28 62.16 5.28 ML +closepath C99 fill + newpath +55.16 71.28 55.16 65.28 62.16 65.28 62.16 71.28 55.16 71.28 ML +closepath C99 fill + newpath +55.16 65.28 55.16 59.28 62.16 59.28 62.16 65.28 55.16 65.28 ML +closepath C99 fill + newpath +55.16 59.28 55.16 53.28 62.16 53.28 62.16 59.28 55.16 59.28 ML +closepath C99 fill + newpath +55.16 53.28 55.16 47.28 62.16 47.28 62.16 53.28 55.16 53.28 ML +closepath C99 fill + newpath +55.16 47.28 55.16 41.28 62.16 41.28 62.16 47.28 55.16 47.28 ML +closepath C99 fill + newpath +55.16 41.28 55.16 35.28 62.16 35.28 62.16 41.28 55.16 41.28 ML +closepath C99 fill + newpath +55.16 35.28 55.16 29.28 62.16 29.28 62.16 35.28 55.16 35.28 ML +closepath C99 fill + newpath +55.16 29.28 55.16 23.28 62.16 23.28 62.16 29.28 55.16 29.28 ML +closepath C99 fill + newpath +55.16 23.28 55.16 17.28 62.16 17.28 62.16 23.28 55.16 23.28 ML +closepath C99 fill + newpath +55.16 17.28 55.16 11.28 62.16 11.28 62.16 17.28 55.16 17.28 ML +closepath C99 fill + newpath +55.16 11.28 55.16 5.28 62.16 5.28 62.16 11.28 55.16 11.28 ML +closepath C99 fill + newpath +55.16 5.28 55.16 -0.72 62.16 -0.72 62.16 5.28 55.16 5.28 ML +closepath C99 fill + newpath +48.16 71.28 48.16 65.28 55.16 65.28 55.16 71.28 48.16 71.28 ML +closepath C99 fill + newpath +48.16 65.28 48.16 59.28 55.16 59.28 55.16 65.28 48.16 65.28 ML +closepath C99 fill + newpath +48.16 59.28 48.16 53.28 55.16 53.28 55.16 59.28 48.16 59.28 ML +closepath C99 fill + newpath +48.16 53.28 48.16 47.28 55.16 47.28 55.16 53.28 48.16 53.28 ML +closepath C99 fill + newpath +48.16 47.28 48.16 41.28 55.16 41.28 55.16 47.28 48.16 47.28 ML +closepath C99 fill + newpath +48.16 41.28 48.16 35.28 55.16 35.28 55.16 41.28 48.16 41.28 ML +closepath C99 fill + newpath +48.16 35.28 48.16 29.28 55.16 29.28 55.16 35.28 48.16 35.28 ML +closepath C99 fill + newpath +48.16 29.28 48.16 23.28 55.16 23.28 55.16 29.28 48.16 29.28 ML +closepath C99 fill + newpath +48.16 23.28 48.16 17.28 55.16 17.28 55.16 23.28 48.16 23.28 ML +closepath C99 fill + newpath +48.16 17.28 48.16 11.28 55.16 11.28 55.16 17.28 48.16 17.28 ML +closepath C99 fill + newpath +48.16 11.28 48.16 5.28 55.16 5.28 55.16 11.28 48.16 11.28 ML +closepath C99 fill + newpath +48.16 5.28 48.16 -0.72 55.16 -0.72 55.16 5.28 48.16 5.28 ML +closepath C99 fill + newpath +41.16 71.28 41.16 65.28 48.16 65.28 48.16 71.28 41.16 71.28 ML +closepath C99 fill + newpath +41.16 65.28 41.16 59.28 48.16 59.28 48.16 65.28 41.16 65.28 ML +closepath C99 fill + newpath +41.16 59.28 41.16 53.28 48.16 53.28 48.16 59.28 41.16 59.28 ML +closepath C99 fill + newpath +41.16 53.28 41.16 47.28 48.16 47.28 48.16 53.28 41.16 53.28 ML +closepath C99 fill + newpath +41.16 47.28 41.16 41.28 48.16 41.28 48.16 47.28 41.16 47.28 ML +closepath C99 fill + newpath +41.16 41.28 41.16 35.28 48.16 35.28 48.16 41.28 41.16 41.28 ML +closepath C99 fill + newpath +41.16 35.28 41.16 29.28 48.16 29.28 48.16 35.28 41.16 35.28 ML +closepath C99 fill + newpath +41.16 29.28 41.16 23.28 48.16 23.28 48.16 29.28 41.16 29.28 ML +closepath C99 fill + newpath +41.16 23.28 41.16 17.28 48.16 17.28 48.16 23.28 41.16 23.28 ML +closepath C99 fill + newpath +41.16 17.28 41.16 11.28 48.16 11.28 48.16 17.28 41.16 17.28 ML +closepath C99 fill + newpath +41.16 11.28 41.16 5.28 48.16 5.28 48.16 11.28 41.16 11.28 ML +closepath C99 fill + newpath +41.16 5.28 41.16 -0.72 48.16 -0.72 48.16 5.28 41.16 5.28 ML +closepath C99 fill +C100 + 433.16 71.28 433.16 65.28 L + C100 + 440.16 71.28 440.16 65.28 L + C100 + 433.16 71.28 440.16 71.28 L + C100 + 433.16 65.28 433.16 59.28 L + C100 + 440.16 65.28 440.16 59.28 L + C100 + 433.16 59.28 433.16 53.28 L + C100 + 440.16 59.28 440.16 53.28 L + C100 + 433.16 53.28 433.16 47.28 L + C100 + 440.16 53.28 440.16 47.28 L + C100 + 433.16 47.28 433.16 41.28 L + C100 + 440.16 47.28 440.16 41.28 L + C100 + 433.16 41.28 433.16 35.28 L + C100 + 440.16 41.28 440.16 35.28 L + C100 + 433.16 35.28 433.16 29.28 L + C100 + 440.16 35.28 440.16 29.28 L + C100 + 433.16 29.28 433.16 23.28 L + C100 + 440.16 29.28 440.16 23.28 L + C100 + 433.16 23.28 440.16 23.28 L + C100 + 419.16 71.28 419.16 65.28 L + C100 + 426.16 71.28 426.16 65.28 L + C100 + 419.16 71.28 426.16 71.28 L + C100 + 419.16 65.28 419.16 59.28 L + C100 + 426.16 65.28 426.16 59.28 L + C100 + 419.16 59.28 419.16 53.28 L + C100 + 426.16 59.28 426.16 53.28 L + C100 + 419.16 53.28 419.16 47.28 L + C100 + 426.16 53.28 426.16 47.28 L + C100 + 419.16 47.28 419.16 41.28 L + C100 + 426.16 47.28 426.16 41.28 L + C100 + 419.16 41.28 419.16 35.28 L + C100 + 426.16 41.28 426.16 35.28 L + C100 + 419.16 35.28 419.16 29.28 L + C100 + 426.16 35.28 426.16 29.28 L + C100 + 419.16 29.28 419.16 23.28 L + C100 + 426.16 29.28 426.16 23.28 L + C100 + 419.16 23.28 426.16 23.28 L + C100 + 398.16 71.28 398.16 65.28 L + C100 + 405.16 71.28 405.16 65.28 L + C100 + 398.16 71.28 405.16 71.28 L + C100 + 398.16 65.28 398.16 59.28 L + C100 + 405.16 65.28 405.16 59.28 L + C100 + 398.16 59.28 398.16 53.28 L + C100 + 405.16 59.28 405.16 53.28 L + C100 + 398.16 53.28 398.16 47.28 L + C100 + 405.16 53.28 405.16 47.28 L + C100 + 398.16 47.28 398.16 41.28 L + C100 + 405.16 47.28 405.16 41.28 L + C100 + 398.16 41.28 398.16 35.28 L + C100 + 405.16 41.28 405.16 35.28 L + C100 + 398.16 35.28 398.16 29.28 L + C100 + 405.16 35.28 405.16 29.28 L + C100 + 398.16 29.28 398.16 23.28 L + C100 + 405.16 29.28 405.16 23.28 L + C100 + 398.16 23.28 405.16 23.28 L + C100 + 0 0 moveto ( ) show +C100 + 0 6 moveto ( ) show +C100 + 0 12 moveto ( ) show +C100 + 0 18 moveto ( ) show +C100 + 0 24 moveto (IPNS) show +C100 + 0 30 moveto (DAOC/DACS ) show +C100 + 0 36 moveto (DAOCS) show +C100 + 0 42 moveto (GC20) show +C100 + 0 48 moveto (FOLS) show +C100 + 0 54 moveto (H6H ) show +C100 + 0 60 moveto (F3OH) show +C100 + 0 66 moveto (ACCO) show +F5 + C100 + 420 6 moveto (b1) show +F0 + C11 + 413.00 13.35 420.00 13.35 420.00 16.05 413.00 16.05 413.00 13.35 ML +stroke +413.00 13.35 420.00 13.35 420.00 16.05 413.00 16.05 413.00 13.35 ML +closepath + C11 + fill +C100 + C11 + 420.00 13.35 427.00 13.35 427.00 16.05 420.00 16.05 420.00 13.35 ML +stroke +420.00 13.35 427.00 13.35 427.00 16.05 420.00 16.05 420.00 13.35 ML +closepath + C11 + fill +C100 + C11 + 427.00 12.00 moveto +431.90 14.70 lineto +427.00 17.40 lineto +427.00 12.00 lineto +stroke +427.00 12.00 moveto +431.90 14.70 lineto +427.00 17.40 lineto +427.00 12.00 lineto +closepath + C11 + fill +C100 + C11 + 458.50 12.00 moveto +458.50 17.40 lineto +462.00 17.40 lineto +462.00 12.00 lineto +458.50 12.00 lineto +stroke +458.50 12.00 moveto +458.50 17.40 lineto +462.00 17.40 lineto +462.00 12.00 lineto +458.50 12.00 lineto +closepath + C11 + fill +newpath +458.50 12.00 moveto +456.40 12.00 456.40 17.40 458.50 17.40 curveto +460.60 17.40 460.60 12.00 458.50 12.00 curveto +closepath + C99 + fill +458.50 14.43 moveto +458.50 14.97 lineto +455.00 14.97 lineto +455.00 14.43 lineto +458.50 14.43 lineto +stroke +458.50 14.43 moveto +458.50 14.97 lineto +455.00 14.97 lineto +455.00 14.43 lineto +458.50 14.43 lineto +closepath + C11 + fill +newpath +458.50 12.00 moveto +456.40 12.00 456.40 17.40 458.50 17.40 curveto +460.60 17.40 460.60 12.00 458.50 12.00 curveto +stroke +C100 + 406 18 moveto (10) show +(M) 343 24 P +(G) 350 24 P +(S) 357 24 P +(V) 364 24 P +(S) 371 24 P +(K) 378 24 P +(A) 385 24 P +(N) 392 24 P +(V) 399 24 P +(P) 406 24 P +(K) 413 24 P +(I) 420 24 P +(D) 427 24 P +(V) 434 24 P +(S) 455 24 P +(T) 378 30 P +(S) 385 30 P +(K) 392 30 P +(V) 399 30 P +(P) 406 30 P +(V) 413 30 P +(F) 420 30 P +(R) 427 30 P +(L) 434 30 P +(D) 455 30 P +(D) 378 36 P +(T) 385 36 P +(T) 392 36 P +(V) 399 36 P +(P) 406 36 P +(T) 413 36 P +(F) 420 36 P +(S) 427 36 P +(L) 434 36 P +(A) 455 36 P +(M) 42 42 P +(A) 49 42 P +(L) 56 42 P +(N) 63 42 P +(G) 70 42 P +(K) 77 42 P +(V) 84 42 P +(A) 91 42 P +(T) 98 42 P +(E) 105 42 P +(S) 112 42 P +(A) 119 42 P +(P) 126 42 P +(S) 133 42 P +(N) 140 42 P +(L) 147 42 P +(N) 154 42 P +(E) 161 42 P +(E) 168 42 P +(M) 175 42 P +(K) 182 42 P +(G) 189 42 P +(E) 196 42 P +(Y) 203 42 P +(R) 210 42 P +(P) 217 42 P +(P) 224 42 P +(F) 231 42 P +(G) 238 42 P +(G) 245 42 P +(S) 252 42 P +(D) 259 42 P +(E) 266 42 P +(S) 273 42 P +(K) 280 42 P +(V) 287 42 P +(P) 294 42 P +(E) 301 42 P +(D) 308 42 P +(F) 315 42 P +(I) 322 42 P +(W) 329 42 P +(S) 336 42 P +(E) 343 42 P +(K) 350 42 P +(F) 357 42 P +(E) 364 42 P +(A) 371 42 P +(S) 378 42 P +(E) 385 42 P +(L) 392 42 P +(L) 399 42 P +(P) 406 42 P +(V) 413 42 P +(L) 420 42 P +(D) 427 42 P +(V) 434 42 P +(P) 441 42 P +(T) 448 42 P +(I) 455 42 P +(M) 70 48 P +(K) 77 48 P +(T) 84 48 P +(A) 91 48 P +(Q) 98 48 P +(G) 105 48 P +(V) 112 48 P +(S) 119 48 P +(A) 126 48 P +(T) 133 48 P +(L) 140 48 P +(T) 147 48 P +(M) 154 48 P +(E) 161 48 P +(V) 168 48 P +(A) 175 48 P +(R) 182 48 P +(V) 189 48 P +(Q) 196 48 P +(A) 203 48 P +(I) 210 48 P +(A) 217 48 P +(S) 224 48 P +(L) 231 48 P +(S) 238 48 P +(K) 245 48 P +(C) 252 48 P +(M) 259 48 P +(D) 266 48 P +(T) 273 48 P +(I) 280 48 P +(P) 287 48 P +(S) 294 48 P +(E) 301 48 P +(Y) 308 48 P +(I) 315 48 P +(R) 322 48 P +(S) 329 48 P +(E) 336 48 P +(N) 343 48 P +(E) 350 48 P +(Q) 357 48 P +(P) 364 48 P +(A) 371 48 P +(A) 378 48 P +(T) 385 48 P +(T) 392 48 P +(L) 399 48 P +(H) 406 48 P +(G) 413 48 P +(V) 420 48 P +(V) 427 48 P +(L) 434 48 P +(Q) 448 48 P +(V) 455 48 P +(A) 168 54 P +(T) 175 54 P +(F) 182 54 P +(V) 189 54 P +(S) 196 54 P +(N) 203 54 P +(W) 210 54 P +(S) 217 54 P +(T) 224 54 P +(K) 231 54 P +(S) 238 54 P +(V) 245 54 P +(S) 252 54 P +(E) 259 54 P +(S) 266 54 P +(F) 273 54 P +(I) 280 54 P +(A) 287 54 P +(P) 294 54 P +(L) 301 54 P +(Q) 308 54 P +(K) 315 54 P +(R) 322 54 P +(A) 329 54 P +(E) 336 54 P +(K) 343 54 P +(D) 350 54 P +(V) 357 54 P +(P) 364 54 P +(V) 371 54 P +(G) 378 54 P +(N) 385 54 P +(D) 392 54 P +(V) 399 54 P +(P) 406 54 P +(I) 413 54 P +(I) 420 54 P +(D) 427 54 P +(L) 434 54 P +(Q) 455 54 P +(M) 91 60 P +(A) 98 60 P +(P) 105 60 P +(V) 112 60 P +(S) 119 60 P +(I) 126 60 P +(S) 133 60 P +(A) 140 60 P +(V) 147 60 P +(P) 154 60 P +(F) 161 60 P +(L) 168 60 P +(P) 175 60 P +(T) 182 60 P +(A) 189 60 P +(A) 196 60 P +(E) 203 60 P +(G) 210 60 P +(E) 217 60 P +(T) 224 60 P +(N) 231 60 P +(V) 238 60 P +(R) 245 60 P +(A) 252 60 P +(S) 259 60 P +(F) 266 60 P +(V) 273 60 P +(R) 280 60 P +(E) 287 60 P +(E) 294 60 P +(D) 301 60 P +(E) 308 60 P +(R) 315 60 P +(P) 322 60 P +(K) 329 60 P +(V) 336 60 P +(P) 343 60 P +(H) 350 60 P +(D) 357 60 P +(R) 364 60 P +(F) 371 60 P +(S) 378 60 P +(D) 385 60 P +(E) 392 60 P +(V) 399 60 P +(P) 406 60 P +(V) 413 60 P +(V) 420 60 P +(S) 427 60 P +(L) 434 60 P +(E) 455 60 P +(M) 378 66 P +(E) 385 66 P +(N) 392 66 P +(F) 399 66 P +(P) 406 66 P +(I) 413 66 P +(I) 420 66 P +(N) 427 66 P +(L) 434 66 P +(E) 455 66 P +0 -672 translate +0 588 translate +2 setlinecap + 0.33 setlinewidth + newpath +454.16 71.28 454.16 65.28 461.16 65.28 461.16 71.28 454.16 71.28 ML +closepath C99 fill + newpath +454.16 65.28 454.16 59.28 461.16 59.28 461.16 65.28 454.16 65.28 ML +closepath C99 fill + newpath +454.16 59.28 454.16 53.28 461.16 53.28 461.16 59.28 454.16 59.28 ML +closepath C99 fill + newpath +454.16 53.28 454.16 47.28 461.16 47.28 461.16 53.28 454.16 53.28 ML +closepath C99 fill + newpath +454.16 47.28 454.16 41.28 461.16 41.28 461.16 47.28 454.16 47.28 ML +closepath C99 fill + newpath +454.16 41.28 454.16 35.28 461.16 35.28 461.16 41.28 454.16 41.28 ML +closepath C99 fill + newpath +454.16 35.28 454.16 29.28 461.16 29.28 461.16 35.28 454.16 35.28 ML +closepath C99 fill + newpath +454.16 29.28 454.16 23.28 461.16 23.28 461.16 29.28 454.16 29.28 ML +closepath C99 fill + newpath +454.16 23.28 454.16 17.28 461.16 17.28 461.16 23.28 454.16 23.28 ML +closepath C99 fill + newpath +454.16 17.28 454.16 11.28 461.16 11.28 461.16 17.28 454.16 17.28 ML +closepath C99 fill + newpath +454.16 11.28 454.16 5.28 461.16 5.28 461.16 11.28 454.16 11.28 ML +closepath C99 fill + newpath +454.16 5.28 454.16 -0.72 461.16 -0.72 461.16 5.28 454.16 5.28 ML +closepath C99 fill + newpath +447.16 71.28 447.16 65.28 454.16 65.28 454.16 71.28 447.16 71.28 ML +closepath C99 fill + newpath +447.16 65.28 447.16 59.28 454.16 59.28 454.16 65.28 447.16 65.28 ML +closepath C99 fill + newpath +447.16 59.28 447.16 53.28 454.16 53.28 454.16 59.28 447.16 59.28 ML +closepath C99 fill + newpath +447.16 53.28 447.16 47.28 454.16 47.28 454.16 53.28 447.16 53.28 ML +closepath C99 fill + newpath +447.16 47.28 447.16 41.28 454.16 41.28 454.16 47.28 447.16 47.28 ML +closepath C99 fill + newpath +447.16 41.28 447.16 35.28 454.16 35.28 454.16 41.28 447.16 41.28 ML +closepath C99 fill + newpath +447.16 35.28 447.16 29.28 454.16 29.28 454.16 35.28 447.16 35.28 ML +closepath C99 fill + newpath +447.16 29.28 447.16 23.28 454.16 23.28 454.16 29.28 447.16 29.28 ML +closepath C99 fill + newpath +447.16 23.28 447.16 17.28 454.16 17.28 454.16 23.28 447.16 23.28 ML +closepath C99 fill + newpath +447.16 17.28 447.16 11.28 454.16 11.28 454.16 17.28 447.16 17.28 ML +closepath C99 fill + newpath +447.16 11.28 447.16 5.28 454.16 5.28 454.16 11.28 447.16 11.28 ML +closepath C99 fill + newpath +447.16 5.28 447.16 -0.72 454.16 -0.72 454.16 5.28 447.16 5.28 ML +closepath C99 fill + newpath +440.16 71.28 440.16 65.28 447.16 65.28 447.16 71.28 440.16 71.28 ML +closepath C99 fill + newpath +440.16 65.28 440.16 59.28 447.16 59.28 447.16 65.28 440.16 65.28 ML +closepath C99 fill + newpath +440.16 59.28 440.16 53.28 447.16 53.28 447.16 59.28 440.16 59.28 ML +closepath C99 fill + newpath +440.16 53.28 440.16 47.28 447.16 47.28 447.16 53.28 440.16 53.28 ML +closepath C99 fill + newpath +440.16 47.28 440.16 41.28 447.16 41.28 447.16 47.28 440.16 47.28 ML +closepath C99 fill + newpath +440.16 41.28 440.16 35.28 447.16 35.28 447.16 41.28 440.16 41.28 ML +closepath C99 fill + newpath +440.16 35.28 440.16 29.28 447.16 29.28 447.16 35.28 440.16 35.28 ML +closepath C99 fill + newpath +440.16 29.28 440.16 23.28 447.16 23.28 447.16 29.28 440.16 29.28 ML +closepath C99 fill + newpath +440.16 23.28 440.16 17.28 447.16 17.28 447.16 23.28 440.16 23.28 ML +closepath C99 fill + newpath +440.16 17.28 440.16 11.28 447.16 11.28 447.16 17.28 440.16 17.28 ML +closepath C99 fill + newpath +440.16 11.28 440.16 5.28 447.16 5.28 447.16 11.28 440.16 11.28 ML +closepath C99 fill + newpath +440.16 5.28 440.16 -0.72 447.16 -0.72 447.16 5.28 440.16 5.28 ML +closepath C99 fill + newpath +433.16 71.28 433.16 65.28 440.16 65.28 440.16 71.28 433.16 71.28 ML +closepath C99 fill + newpath +433.16 65.28 433.16 59.28 440.16 59.28 440.16 65.28 433.16 65.28 ML +closepath C99 fill + newpath +433.16 59.28 433.16 53.28 440.16 53.28 440.16 59.28 433.16 59.28 ML +closepath C99 fill + newpath +433.16 53.28 433.16 47.28 440.16 47.28 440.16 53.28 433.16 53.28 ML +closepath C99 fill + newpath +433.16 47.28 433.16 41.28 440.16 41.28 440.16 47.28 433.16 47.28 ML +closepath C99 fill + newpath +433.16 41.28 433.16 35.28 440.16 35.28 440.16 41.28 433.16 41.28 ML +closepath C99 fill + newpath +433.16 35.28 433.16 29.28 440.16 29.28 440.16 35.28 433.16 35.28 ML +closepath C99 fill + newpath +433.16 29.28 433.16 23.28 440.16 23.28 440.16 29.28 433.16 29.28 ML +closepath C99 fill + newpath +433.16 23.28 433.16 17.28 440.16 17.28 440.16 23.28 433.16 23.28 ML +closepath C99 fill + newpath +433.16 17.28 433.16 11.28 440.16 11.28 440.16 17.28 433.16 17.28 ML +closepath C99 fill + newpath +433.16 11.28 433.16 5.28 440.16 5.28 440.16 11.28 433.16 11.28 ML +closepath C99 fill + newpath +433.16 5.28 433.16 -0.72 440.16 -0.72 440.16 5.28 433.16 5.28 ML +closepath C99 fill + newpath +426.16 71.28 426.16 65.28 433.16 65.28 433.16 71.28 426.16 71.28 ML +closepath C99 fill + newpath +426.16 65.28 426.16 59.28 433.16 59.28 433.16 65.28 426.16 65.28 ML +closepath C99 fill + newpath +426.16 59.28 426.16 53.28 433.16 53.28 433.16 59.28 426.16 59.28 ML +closepath C99 fill + newpath +426.16 53.28 426.16 47.28 433.16 47.28 433.16 53.28 426.16 53.28 ML +closepath C99 fill + newpath +426.16 47.28 426.16 41.28 433.16 41.28 433.16 47.28 426.16 47.28 ML +closepath C99 fill + newpath +426.16 41.28 426.16 35.28 433.16 35.28 433.16 41.28 426.16 41.28 ML +closepath C99 fill + newpath +426.16 35.28 426.16 29.28 433.16 29.28 433.16 35.28 426.16 35.28 ML +closepath C99 fill + newpath +426.16 29.28 426.16 23.28 433.16 23.28 433.16 29.28 426.16 29.28 ML +closepath C99 fill + newpath +426.16 23.28 426.16 17.28 433.16 17.28 433.16 23.28 426.16 23.28 ML +closepath C99 fill + newpath +426.16 17.28 426.16 11.28 433.16 11.28 433.16 17.28 426.16 17.28 ML +closepath C99 fill + newpath +426.16 11.28 426.16 5.28 433.16 5.28 433.16 11.28 426.16 11.28 ML +closepath C99 fill + newpath +426.16 5.28 426.16 -0.72 433.16 -0.72 433.16 5.28 426.16 5.28 ML +closepath C99 fill + newpath +419.16 71.28 419.16 65.28 426.16 65.28 426.16 71.28 419.16 71.28 ML +closepath C99 fill + newpath +419.16 65.28 419.16 59.28 426.16 59.28 426.16 65.28 419.16 65.28 ML +closepath C99 fill + newpath +419.16 59.28 419.16 53.28 426.16 53.28 426.16 59.28 419.16 59.28 ML +closepath C99 fill + newpath +419.16 53.28 419.16 47.28 426.16 47.28 426.16 53.28 419.16 53.28 ML +closepath C99 fill + newpath +419.16 47.28 419.16 41.28 426.16 41.28 426.16 47.28 419.16 47.28 ML +closepath C99 fill + newpath +419.16 41.28 419.16 35.28 426.16 35.28 426.16 41.28 419.16 41.28 ML +closepath C99 fill + newpath +419.16 35.28 419.16 29.28 426.16 29.28 426.16 35.28 419.16 35.28 ML +closepath C99 fill + newpath +419.16 29.28 419.16 23.28 426.16 23.28 426.16 29.28 419.16 29.28 ML +closepath C99 fill + newpath +419.16 23.28 419.16 17.28 426.16 17.28 426.16 23.28 419.16 23.28 ML +closepath C99 fill + newpath +419.16 17.28 419.16 11.28 426.16 11.28 426.16 17.28 419.16 17.28 ML +closepath C99 fill + newpath +419.16 11.28 419.16 5.28 426.16 5.28 426.16 11.28 419.16 11.28 ML +closepath C99 fill + newpath +419.16 5.28 419.16 -0.72 426.16 -0.72 426.16 5.28 419.16 5.28 ML +closepath C99 fill + newpath +412.16 71.28 412.16 65.28 419.16 65.28 419.16 71.28 412.16 71.28 ML +closepath C2 fill + newpath +412.16 65.28 412.16 59.28 419.16 59.28 419.16 65.28 412.16 65.28 ML +closepath C2 fill + newpath +412.16 59.28 412.16 53.28 419.16 53.28 419.16 59.28 412.16 59.28 ML +closepath C2 fill + newpath +412.16 53.28 412.16 47.28 419.16 47.28 419.16 53.28 412.16 53.28 ML +closepath C2 fill + newpath +412.16 47.28 412.16 41.28 419.16 41.28 419.16 47.28 412.16 47.28 ML +closepath C2 fill + newpath +412.16 41.28 412.16 35.28 419.16 35.28 419.16 41.28 412.16 41.28 ML +closepath C2 fill + newpath +412.16 35.28 412.16 29.28 419.16 29.28 419.16 35.28 412.16 35.28 ML +closepath C2 fill + newpath +412.16 29.28 412.16 23.28 419.16 23.28 419.16 29.28 412.16 29.28 ML +closepath C2 fill + newpath +412.16 23.28 412.16 17.28 419.16 17.28 419.16 23.28 412.16 23.28 ML +closepath C99 fill + newpath +412.16 17.28 412.16 11.28 419.16 11.28 419.16 17.28 412.16 17.28 ML +closepath C99 fill + newpath +412.16 11.28 412.16 5.28 419.16 5.28 419.16 11.28 412.16 11.28 ML +closepath C99 fill + newpath +412.16 5.28 412.16 -0.72 419.16 -0.72 419.16 5.28 412.16 5.28 ML +closepath C99 fill + newpath +405.16 71.28 405.16 65.28 412.16 65.28 412.16 71.28 405.16 71.28 ML +closepath C99 fill + newpath +405.16 65.28 405.16 59.28 412.16 59.28 412.16 65.28 405.16 65.28 ML +closepath C99 fill + newpath +405.16 59.28 405.16 53.28 412.16 53.28 412.16 59.28 405.16 59.28 ML +closepath C99 fill + newpath +405.16 53.28 405.16 47.28 412.16 47.28 412.16 53.28 405.16 53.28 ML +closepath C99 fill + newpath +405.16 47.28 405.16 41.28 412.16 41.28 412.16 47.28 405.16 47.28 ML +closepath C99 fill + newpath +405.16 41.28 405.16 35.28 412.16 35.28 412.16 41.28 405.16 41.28 ML +closepath C99 fill + newpath +405.16 35.28 405.16 29.28 412.16 29.28 412.16 35.28 405.16 35.28 ML +closepath C99 fill + newpath +405.16 29.28 405.16 23.28 412.16 23.28 412.16 29.28 405.16 29.28 ML +closepath C99 fill + newpath +405.16 23.28 405.16 17.28 412.16 17.28 412.16 23.28 405.16 23.28 ML +closepath C99 fill + newpath +405.16 17.28 405.16 11.28 412.16 11.28 412.16 17.28 405.16 17.28 ML +closepath C99 fill + newpath +405.16 11.28 405.16 5.28 412.16 5.28 412.16 11.28 405.16 11.28 ML +closepath C99 fill + newpath +405.16 5.28 405.16 -0.72 412.16 -0.72 412.16 5.28 405.16 5.28 ML +closepath C99 fill + newpath +398.16 71.28 398.16 65.28 405.16 65.28 405.16 71.28 398.16 71.28 ML +closepath C99 fill + newpath +398.16 65.28 398.16 59.28 405.16 59.28 405.16 65.28 398.16 65.28 ML +closepath C99 fill + newpath +398.16 59.28 398.16 53.28 405.16 53.28 405.16 59.28 398.16 59.28 ML +closepath C99 fill + newpath +398.16 53.28 398.16 47.28 405.16 47.28 405.16 53.28 398.16 53.28 ML +closepath C99 fill + newpath +398.16 47.28 398.16 41.28 405.16 41.28 405.16 47.28 398.16 47.28 ML +closepath C99 fill + newpath +398.16 41.28 398.16 35.28 405.16 35.28 405.16 41.28 398.16 41.28 ML +closepath C99 fill + newpath +398.16 35.28 398.16 29.28 405.16 29.28 405.16 35.28 398.16 35.28 ML +closepath C99 fill + newpath +398.16 29.28 398.16 23.28 405.16 23.28 405.16 29.28 398.16 29.28 ML +closepath C99 fill + newpath +398.16 23.28 398.16 17.28 405.16 17.28 405.16 23.28 398.16 23.28 ML +closepath C99 fill + newpath +398.16 17.28 398.16 11.28 405.16 11.28 405.16 17.28 398.16 17.28 ML +closepath C99 fill + newpath +398.16 11.28 398.16 5.28 405.16 5.28 405.16 11.28 398.16 11.28 ML +closepath C99 fill + newpath +398.16 5.28 398.16 -0.72 405.16 -0.72 405.16 5.28 398.16 5.28 ML +closepath C99 fill + newpath +391.16 71.28 391.16 65.28 398.16 65.28 398.16 71.28 391.16 71.28 ML +closepath C99 fill + newpath +391.16 65.28 391.16 59.28 398.16 59.28 398.16 65.28 391.16 65.28 ML +closepath C99 fill + newpath +391.16 59.28 391.16 53.28 398.16 53.28 398.16 59.28 391.16 59.28 ML +closepath C99 fill + newpath +391.16 53.28 391.16 47.28 398.16 47.28 398.16 53.28 391.16 53.28 ML +closepath C99 fill + newpath +391.16 47.28 391.16 41.28 398.16 41.28 398.16 47.28 391.16 47.28 ML +closepath C99 fill + newpath +391.16 41.28 391.16 35.28 398.16 35.28 398.16 41.28 391.16 41.28 ML +closepath C99 fill + newpath +391.16 35.28 391.16 29.28 398.16 29.28 398.16 35.28 391.16 35.28 ML +closepath C99 fill + newpath +391.16 29.28 391.16 23.28 398.16 23.28 398.16 29.28 391.16 29.28 ML +closepath C99 fill + newpath +391.16 23.28 391.16 17.28 398.16 17.28 398.16 23.28 391.16 23.28 ML +closepath C99 fill + newpath +391.16 17.28 391.16 11.28 398.16 11.28 398.16 17.28 391.16 17.28 ML +closepath C99 fill + newpath +391.16 11.28 391.16 5.28 398.16 5.28 398.16 11.28 391.16 11.28 ML +closepath C99 fill + newpath +391.16 5.28 391.16 -0.72 398.16 -0.72 398.16 5.28 391.16 5.28 ML +closepath C99 fill + newpath +384.16 71.28 384.16 65.28 391.16 65.28 391.16 71.28 384.16 71.28 ML +closepath C99 fill + newpath +384.16 65.28 384.16 59.28 391.16 59.28 391.16 65.28 384.16 65.28 ML +closepath C99 fill + newpath +384.16 59.28 384.16 53.28 391.16 53.28 391.16 59.28 384.16 59.28 ML +closepath C99 fill + newpath +384.16 53.28 384.16 47.28 391.16 47.28 391.16 53.28 384.16 53.28 ML +closepath C99 fill + newpath +384.16 47.28 384.16 41.28 391.16 41.28 391.16 47.28 384.16 47.28 ML +closepath C99 fill + newpath +384.16 41.28 384.16 35.28 391.16 35.28 391.16 41.28 384.16 41.28 ML +closepath C99 fill + newpath +384.16 35.28 384.16 29.28 391.16 29.28 391.16 35.28 384.16 35.28 ML +closepath C99 fill + newpath +384.16 29.28 384.16 23.28 391.16 23.28 391.16 29.28 384.16 29.28 ML +closepath C99 fill + newpath +384.16 23.28 384.16 17.28 391.16 17.28 391.16 23.28 384.16 23.28 ML +closepath C99 fill + newpath +384.16 17.28 384.16 11.28 391.16 11.28 391.16 17.28 384.16 17.28 ML +closepath C99 fill + newpath +384.16 11.28 384.16 5.28 391.16 5.28 391.16 11.28 384.16 11.28 ML +closepath C99 fill + newpath +384.16 5.28 384.16 -0.72 391.16 -0.72 391.16 5.28 384.16 5.28 ML +closepath C99 fill + newpath +377.16 71.28 377.16 65.28 384.16 65.28 384.16 71.28 377.16 71.28 ML +closepath C99 fill + newpath +377.16 65.28 377.16 59.28 384.16 59.28 384.16 65.28 377.16 65.28 ML +closepath C99 fill + newpath +377.16 59.28 377.16 53.28 384.16 53.28 384.16 59.28 377.16 59.28 ML +closepath C99 fill + newpath +377.16 53.28 377.16 47.28 384.16 47.28 384.16 53.28 377.16 53.28 ML +closepath C99 fill + newpath +377.16 47.28 377.16 41.28 384.16 41.28 384.16 47.28 377.16 47.28 ML +closepath C99 fill + newpath +377.16 41.28 377.16 35.28 384.16 35.28 384.16 41.28 377.16 41.28 ML +closepath C99 fill + newpath +377.16 35.28 377.16 29.28 384.16 29.28 384.16 35.28 377.16 35.28 ML +closepath C99 fill + newpath +377.16 29.28 377.16 23.28 384.16 23.28 384.16 29.28 377.16 29.28 ML +closepath C99 fill + newpath +377.16 23.28 377.16 17.28 384.16 17.28 384.16 23.28 377.16 23.28 ML +closepath C99 fill + newpath +377.16 17.28 377.16 11.28 384.16 11.28 384.16 17.28 377.16 17.28 ML +closepath C99 fill + newpath +377.16 11.28 377.16 5.28 384.16 5.28 384.16 11.28 377.16 11.28 ML +closepath C99 fill + newpath +377.16 5.28 377.16 -0.72 384.16 -0.72 384.16 5.28 377.16 5.28 ML +closepath C99 fill + newpath +370.16 71.28 370.16 65.28 377.16 65.28 377.16 71.28 370.16 71.28 ML +closepath C99 fill + newpath +370.16 65.28 370.16 59.28 377.16 59.28 377.16 65.28 370.16 65.28 ML +closepath C99 fill + newpath +370.16 59.28 370.16 53.28 377.16 53.28 377.16 59.28 370.16 59.28 ML +closepath C99 fill + newpath +370.16 53.28 370.16 47.28 377.16 47.28 377.16 53.28 370.16 53.28 ML +closepath C99 fill + newpath +370.16 47.28 370.16 41.28 377.16 41.28 377.16 47.28 370.16 47.28 ML +closepath C99 fill + newpath +370.16 41.28 370.16 35.28 377.16 35.28 377.16 41.28 370.16 41.28 ML +closepath C99 fill + newpath +370.16 35.28 370.16 29.28 377.16 29.28 377.16 35.28 370.16 35.28 ML +closepath C99 fill + newpath +370.16 29.28 370.16 23.28 377.16 23.28 377.16 29.28 370.16 29.28 ML +closepath C99 fill + newpath +370.16 23.28 370.16 17.28 377.16 17.28 377.16 23.28 370.16 23.28 ML +closepath C99 fill + newpath +370.16 17.28 370.16 11.28 377.16 11.28 377.16 17.28 370.16 17.28 ML +closepath C99 fill + newpath +370.16 11.28 370.16 5.28 377.16 5.28 377.16 11.28 370.16 11.28 ML +closepath C99 fill + newpath +370.16 5.28 370.16 -0.72 377.16 -0.72 377.16 5.28 370.16 5.28 ML +closepath C99 fill + newpath +363.16 71.28 363.16 65.28 370.16 65.28 370.16 71.28 363.16 71.28 ML +closepath C2 fill + newpath +363.16 65.28 363.16 59.28 370.16 59.28 370.16 65.28 363.16 65.28 ML +closepath C2 fill + newpath +363.16 59.28 363.16 53.28 370.16 53.28 370.16 59.28 363.16 59.28 ML +closepath C2 fill + newpath +363.16 53.28 363.16 47.28 370.16 47.28 370.16 53.28 363.16 53.28 ML +closepath C2 fill + newpath +363.16 47.28 363.16 41.28 370.16 41.28 370.16 47.28 363.16 47.28 ML +closepath C2 fill + newpath +363.16 41.28 363.16 35.28 370.16 35.28 370.16 41.28 363.16 41.28 ML +closepath C2 fill + newpath +363.16 35.28 363.16 29.28 370.16 29.28 370.16 35.28 363.16 35.28 ML +closepath C2 fill + newpath +363.16 29.28 363.16 23.28 370.16 23.28 370.16 29.28 363.16 29.28 ML +closepath C2 fill + newpath +363.16 23.28 363.16 17.28 370.16 17.28 370.16 23.28 363.16 23.28 ML +closepath C99 fill + newpath +363.16 17.28 363.16 11.28 370.16 11.28 370.16 17.28 363.16 17.28 ML +closepath C99 fill + newpath +363.16 11.28 363.16 5.28 370.16 5.28 370.16 11.28 363.16 11.28 ML +closepath C99 fill + newpath +363.16 5.28 363.16 -0.72 370.16 -0.72 370.16 5.28 363.16 5.28 ML +closepath C99 fill + newpath +356.16 71.28 356.16 65.28 363.16 65.28 363.16 71.28 356.16 71.28 ML +closepath C2 fill + newpath +356.16 65.28 356.16 59.28 363.16 59.28 363.16 65.28 356.16 65.28 ML +closepath C2 fill + newpath +356.16 59.28 356.16 53.28 363.16 53.28 363.16 59.28 356.16 59.28 ML +closepath C2 fill + newpath +356.16 53.28 356.16 47.28 363.16 47.28 363.16 53.28 356.16 53.28 ML +closepath C2 fill + newpath +356.16 47.28 356.16 41.28 363.16 41.28 363.16 47.28 356.16 47.28 ML +closepath C2 fill + newpath +356.16 41.28 356.16 35.28 363.16 35.28 363.16 41.28 356.16 41.28 ML +closepath C2 fill + newpath +356.16 35.28 356.16 29.28 363.16 29.28 363.16 35.28 356.16 35.28 ML +closepath C2 fill + newpath +356.16 29.28 356.16 23.28 363.16 23.28 363.16 29.28 356.16 29.28 ML +closepath C2 fill + newpath +356.16 23.28 356.16 17.28 363.16 17.28 363.16 23.28 356.16 23.28 ML +closepath C99 fill + newpath +356.16 17.28 356.16 11.28 363.16 11.28 363.16 17.28 356.16 17.28 ML +closepath C99 fill + newpath +356.16 11.28 356.16 5.28 363.16 5.28 363.16 11.28 356.16 11.28 ML +closepath C99 fill + newpath +356.16 5.28 356.16 -0.72 363.16 -0.72 363.16 5.28 356.16 5.28 ML +closepath C99 fill + newpath +349.16 71.28 349.16 65.28 356.16 65.28 356.16 71.28 349.16 71.28 ML +closepath C99 fill + newpath +349.16 65.28 349.16 59.28 356.16 59.28 356.16 65.28 349.16 65.28 ML +closepath C99 fill + newpath +349.16 59.28 349.16 53.28 356.16 53.28 356.16 59.28 349.16 59.28 ML +closepath C99 fill + newpath +349.16 53.28 349.16 47.28 356.16 47.28 356.16 53.28 349.16 53.28 ML +closepath C99 fill + newpath +349.16 47.28 349.16 41.28 356.16 41.28 356.16 47.28 349.16 47.28 ML +closepath C99 fill + newpath +349.16 41.28 349.16 35.28 356.16 35.28 356.16 41.28 349.16 41.28 ML +closepath C99 fill + newpath +349.16 35.28 349.16 29.28 356.16 29.28 356.16 35.28 349.16 35.28 ML +closepath C99 fill + newpath +349.16 29.28 349.16 23.28 356.16 23.28 356.16 29.28 349.16 29.28 ML +closepath C99 fill + newpath +349.16 23.28 349.16 17.28 356.16 17.28 356.16 23.28 349.16 23.28 ML +closepath C99 fill + newpath +349.16 17.28 349.16 11.28 356.16 11.28 356.16 17.28 349.16 17.28 ML +closepath C99 fill + newpath +349.16 11.28 349.16 5.28 356.16 5.28 356.16 11.28 349.16 11.28 ML +closepath C99 fill + newpath +349.16 5.28 349.16 -0.72 356.16 -0.72 356.16 5.28 349.16 5.28 ML +closepath C99 fill + newpath +342.16 71.28 342.16 65.28 349.16 65.28 349.16 71.28 342.16 71.28 ML +closepath C99 fill + newpath +342.16 65.28 342.16 59.28 349.16 59.28 349.16 65.28 342.16 65.28 ML +closepath C99 fill + newpath +342.16 59.28 342.16 53.28 349.16 53.28 349.16 59.28 342.16 59.28 ML +closepath C99 fill + newpath +342.16 53.28 342.16 47.28 349.16 47.28 349.16 53.28 342.16 53.28 ML +closepath C99 fill + newpath +342.16 47.28 342.16 41.28 349.16 41.28 349.16 47.28 342.16 47.28 ML +closepath C99 fill + newpath +342.16 41.28 342.16 35.28 349.16 35.28 349.16 41.28 342.16 41.28 ML +closepath C99 fill + newpath +342.16 35.28 342.16 29.28 349.16 29.28 349.16 35.28 342.16 35.28 ML +closepath C99 fill + newpath +342.16 29.28 342.16 23.28 349.16 23.28 349.16 29.28 342.16 29.28 ML +closepath C99 fill + newpath +342.16 23.28 342.16 17.28 349.16 17.28 349.16 23.28 342.16 23.28 ML +closepath C99 fill + newpath +342.16 17.28 342.16 11.28 349.16 11.28 349.16 17.28 342.16 17.28 ML +closepath C99 fill + newpath +342.16 11.28 342.16 5.28 349.16 5.28 349.16 11.28 342.16 11.28 ML +closepath C99 fill + newpath +342.16 5.28 342.16 -0.72 349.16 -0.72 349.16 5.28 342.16 5.28 ML +closepath C99 fill + newpath +335.16 71.28 335.16 65.28 342.16 65.28 342.16 71.28 335.16 71.28 ML +closepath C2 fill + newpath +335.16 65.28 335.16 59.28 342.16 59.28 342.16 65.28 335.16 65.28 ML +closepath C2 fill + newpath +335.16 59.28 335.16 53.28 342.16 53.28 342.16 59.28 335.16 59.28 ML +closepath C2 fill + newpath +335.16 53.28 335.16 47.28 342.16 47.28 342.16 53.28 335.16 53.28 ML +closepath C2 fill + newpath +335.16 47.28 335.16 41.28 342.16 41.28 342.16 47.28 335.16 47.28 ML +closepath C2 fill + newpath +335.16 41.28 335.16 35.28 342.16 35.28 342.16 41.28 335.16 41.28 ML +closepath C2 fill + newpath +335.16 35.28 335.16 29.28 342.16 29.28 342.16 35.28 335.16 35.28 ML +closepath C2 fill + newpath +335.16 29.28 335.16 23.28 342.16 23.28 342.16 29.28 335.16 29.28 ML +closepath C2 fill + newpath +335.16 23.28 335.16 17.28 342.16 17.28 342.16 23.28 335.16 23.28 ML +closepath C99 fill + newpath +335.16 17.28 335.16 11.28 342.16 11.28 342.16 17.28 335.16 17.28 ML +closepath C99 fill + newpath +335.16 11.28 335.16 5.28 342.16 5.28 342.16 11.28 335.16 11.28 ML +closepath C99 fill + newpath +335.16 5.28 335.16 -0.72 342.16 -0.72 342.16 5.28 335.16 5.28 ML +closepath C99 fill + newpath +328.16 71.28 328.16 65.28 335.16 65.28 335.16 71.28 328.16 71.28 ML +closepath C99 fill + newpath +328.16 65.28 328.16 59.28 335.16 59.28 335.16 65.28 328.16 65.28 ML +closepath C99 fill + newpath +328.16 59.28 328.16 53.28 335.16 53.28 335.16 59.28 328.16 59.28 ML +closepath C99 fill + newpath +328.16 53.28 328.16 47.28 335.16 47.28 335.16 53.28 328.16 53.28 ML +closepath C99 fill + newpath +328.16 47.28 328.16 41.28 335.16 41.28 335.16 47.28 328.16 47.28 ML +closepath C99 fill + newpath +328.16 41.28 328.16 35.28 335.16 35.28 335.16 41.28 328.16 41.28 ML +closepath C99 fill + newpath +328.16 35.28 328.16 29.28 335.16 29.28 335.16 35.28 328.16 35.28 ML +closepath C99 fill + newpath +328.16 29.28 328.16 23.28 335.16 23.28 335.16 29.28 328.16 29.28 ML +closepath C99 fill + newpath +328.16 23.28 328.16 17.28 335.16 17.28 335.16 23.28 328.16 23.28 ML +closepath C99 fill + newpath +328.16 17.28 328.16 11.28 335.16 11.28 335.16 17.28 328.16 17.28 ML +closepath C99 fill + newpath +328.16 11.28 328.16 5.28 335.16 5.28 335.16 11.28 328.16 11.28 ML +closepath C99 fill + newpath +328.16 5.28 328.16 -0.72 335.16 -0.72 335.16 5.28 328.16 5.28 ML +closepath C99 fill + newpath +321.16 71.28 321.16 65.28 328.16 65.28 328.16 71.28 321.16 71.28 ML +closepath C99 fill + newpath +321.16 65.28 321.16 59.28 328.16 59.28 328.16 65.28 321.16 65.28 ML +closepath C99 fill + newpath +321.16 59.28 321.16 53.28 328.16 53.28 328.16 59.28 321.16 59.28 ML +closepath C99 fill + newpath +321.16 53.28 321.16 47.28 328.16 47.28 328.16 53.28 321.16 53.28 ML +closepath C99 fill + newpath +321.16 47.28 321.16 41.28 328.16 41.28 328.16 47.28 321.16 47.28 ML +closepath C99 fill + newpath +321.16 41.28 321.16 35.28 328.16 35.28 328.16 41.28 321.16 41.28 ML +closepath C99 fill + newpath +321.16 35.28 321.16 29.28 328.16 29.28 328.16 35.28 321.16 35.28 ML +closepath C99 fill + newpath +321.16 29.28 321.16 23.28 328.16 23.28 328.16 29.28 321.16 29.28 ML +closepath C99 fill + newpath +321.16 23.28 321.16 17.28 328.16 17.28 328.16 23.28 321.16 23.28 ML +closepath C99 fill + newpath +321.16 17.28 321.16 11.28 328.16 11.28 328.16 17.28 321.16 17.28 ML +closepath C99 fill + newpath +321.16 11.28 321.16 5.28 328.16 5.28 328.16 11.28 321.16 11.28 ML +closepath C99 fill + newpath +321.16 5.28 321.16 -0.72 328.16 -0.72 328.16 5.28 321.16 5.28 ML +closepath C99 fill + newpath +314.16 71.28 314.16 65.28 321.16 65.28 321.16 71.28 314.16 71.28 ML +closepath C99 fill + newpath +314.16 65.28 314.16 59.28 321.16 59.28 321.16 65.28 314.16 65.28 ML +closepath C99 fill + newpath +314.16 59.28 314.16 53.28 321.16 53.28 321.16 59.28 314.16 59.28 ML +closepath C99 fill + newpath +314.16 53.28 314.16 47.28 321.16 47.28 321.16 53.28 314.16 53.28 ML +closepath C99 fill + newpath +314.16 47.28 314.16 41.28 321.16 41.28 321.16 47.28 314.16 47.28 ML +closepath C99 fill + newpath +314.16 41.28 314.16 35.28 321.16 35.28 321.16 41.28 314.16 41.28 ML +closepath C99 fill + newpath +314.16 35.28 314.16 29.28 321.16 29.28 321.16 35.28 314.16 35.28 ML +closepath C99 fill + newpath +314.16 29.28 314.16 23.28 321.16 23.28 321.16 29.28 314.16 29.28 ML +closepath C99 fill + newpath +314.16 23.28 314.16 17.28 321.16 17.28 321.16 23.28 314.16 23.28 ML +closepath C99 fill + newpath +314.16 17.28 314.16 11.28 321.16 11.28 321.16 17.28 314.16 17.28 ML +closepath C99 fill + newpath +314.16 11.28 314.16 5.28 321.16 5.28 321.16 11.28 314.16 11.28 ML +closepath C99 fill + newpath +314.16 5.28 314.16 -0.72 321.16 -0.72 321.16 5.28 314.16 5.28 ML +closepath C99 fill + newpath +307.16 71.28 307.16 65.28 314.16 65.28 314.16 71.28 307.16 71.28 ML +closepath C2 fill + newpath +307.16 65.28 307.16 59.28 314.16 59.28 314.16 65.28 307.16 65.28 ML +closepath C2 fill + newpath +307.16 59.28 307.16 53.28 314.16 53.28 314.16 59.28 307.16 59.28 ML +closepath C2 fill + newpath +307.16 53.28 307.16 47.28 314.16 47.28 314.16 53.28 307.16 53.28 ML +closepath C2 fill + newpath +307.16 47.28 307.16 41.28 314.16 41.28 314.16 47.28 307.16 47.28 ML +closepath C2 fill + newpath +307.16 41.28 307.16 35.28 314.16 35.28 314.16 41.28 307.16 41.28 ML +closepath C2 fill + newpath +307.16 35.28 307.16 29.28 314.16 29.28 314.16 35.28 307.16 35.28 ML +closepath C2 fill + newpath +307.16 29.28 307.16 23.28 314.16 23.28 314.16 29.28 307.16 29.28 ML +closepath C2 fill + newpath +307.16 23.28 307.16 17.28 314.16 17.28 314.16 23.28 307.16 23.28 ML +closepath C99 fill + newpath +307.16 17.28 307.16 11.28 314.16 11.28 314.16 17.28 307.16 17.28 ML +closepath C99 fill + newpath +307.16 11.28 307.16 5.28 314.16 5.28 314.16 11.28 307.16 11.28 ML +closepath C99 fill + newpath +307.16 5.28 307.16 -0.72 314.16 -0.72 314.16 5.28 307.16 5.28 ML +closepath C99 fill + newpath +300.16 71.28 300.16 65.28 307.16 65.28 307.16 71.28 300.16 71.28 ML +closepath C99 fill + newpath +300.16 65.28 300.16 59.28 307.16 59.28 307.16 65.28 300.16 65.28 ML +closepath C99 fill + newpath +300.16 59.28 300.16 53.28 307.16 53.28 307.16 59.28 300.16 59.28 ML +closepath C99 fill + newpath +300.16 53.28 300.16 47.28 307.16 47.28 307.16 53.28 300.16 53.28 ML +closepath C99 fill + newpath +300.16 47.28 300.16 41.28 307.16 41.28 307.16 47.28 300.16 47.28 ML +closepath C99 fill + newpath +300.16 41.28 300.16 35.28 307.16 35.28 307.16 41.28 300.16 41.28 ML +closepath C99 fill + newpath +300.16 35.28 300.16 29.28 307.16 29.28 307.16 35.28 300.16 35.28 ML +closepath C99 fill + newpath +300.16 29.28 300.16 23.28 307.16 23.28 307.16 29.28 300.16 29.28 ML +closepath C99 fill + newpath +300.16 23.28 300.16 17.28 307.16 17.28 307.16 23.28 300.16 23.28 ML +closepath C99 fill + newpath +300.16 17.28 300.16 11.28 307.16 11.28 307.16 17.28 300.16 17.28 ML +closepath C99 fill + newpath +300.16 11.28 300.16 5.28 307.16 5.28 307.16 11.28 300.16 11.28 ML +closepath C99 fill + newpath +300.16 5.28 300.16 -0.72 307.16 -0.72 307.16 5.28 300.16 5.28 ML +closepath C99 fill + newpath +293.16 71.28 293.16 65.28 300.16 65.28 300.16 71.28 293.16 71.28 ML +closepath C99 fill + newpath +293.16 65.28 293.16 59.28 300.16 59.28 300.16 65.28 293.16 65.28 ML +closepath C99 fill + newpath +293.16 59.28 293.16 53.28 300.16 53.28 300.16 59.28 293.16 59.28 ML +closepath C99 fill + newpath +293.16 53.28 293.16 47.28 300.16 47.28 300.16 53.28 293.16 53.28 ML +closepath C99 fill + newpath +293.16 47.28 293.16 41.28 300.16 41.28 300.16 47.28 293.16 47.28 ML +closepath C99 fill + newpath +293.16 41.28 293.16 35.28 300.16 35.28 300.16 41.28 293.16 41.28 ML +closepath C99 fill + newpath +293.16 35.28 293.16 29.28 300.16 29.28 300.16 35.28 293.16 35.28 ML +closepath C99 fill + newpath +293.16 29.28 293.16 23.28 300.16 23.28 300.16 29.28 293.16 29.28 ML +closepath C99 fill + newpath +293.16 23.28 293.16 17.28 300.16 17.28 300.16 23.28 293.16 23.28 ML +closepath C99 fill + newpath +293.16 17.28 293.16 11.28 300.16 11.28 300.16 17.28 293.16 17.28 ML +closepath C99 fill + newpath +293.16 11.28 293.16 5.28 300.16 5.28 300.16 11.28 293.16 11.28 ML +closepath C99 fill + newpath +293.16 5.28 293.16 -0.72 300.16 -0.72 300.16 5.28 293.16 5.28 ML +closepath C99 fill + newpath +286.16 71.28 286.16 65.28 293.16 65.28 293.16 71.28 286.16 71.28 ML +closepath C99 fill + newpath +286.16 65.28 286.16 59.28 293.16 59.28 293.16 65.28 286.16 65.28 ML +closepath C99 fill + newpath +286.16 59.28 286.16 53.28 293.16 53.28 293.16 59.28 286.16 59.28 ML +closepath C99 fill + newpath +286.16 53.28 286.16 47.28 293.16 47.28 293.16 53.28 286.16 53.28 ML +closepath C99 fill + newpath +286.16 47.28 286.16 41.28 293.16 41.28 293.16 47.28 286.16 47.28 ML +closepath C99 fill + newpath +286.16 41.28 286.16 35.28 293.16 35.28 293.16 41.28 286.16 41.28 ML +closepath C99 fill + newpath +286.16 35.28 286.16 29.28 293.16 29.28 293.16 35.28 286.16 35.28 ML +closepath C99 fill + newpath +286.16 29.28 286.16 23.28 293.16 23.28 293.16 29.28 286.16 29.28 ML +closepath C99 fill + newpath +286.16 23.28 286.16 17.28 293.16 17.28 293.16 23.28 286.16 23.28 ML +closepath C99 fill + newpath +286.16 17.28 286.16 11.28 293.16 11.28 293.16 17.28 286.16 17.28 ML +closepath C99 fill + newpath +286.16 11.28 286.16 5.28 293.16 5.28 293.16 11.28 286.16 11.28 ML +closepath C99 fill + newpath +286.16 5.28 286.16 -0.72 293.16 -0.72 293.16 5.28 286.16 5.28 ML +closepath C99 fill + newpath +279.16 71.28 279.16 65.28 286.16 65.28 286.16 71.28 279.16 71.28 ML +closepath C99 fill + newpath +279.16 65.28 279.16 59.28 286.16 59.28 286.16 65.28 279.16 65.28 ML +closepath C99 fill + newpath +279.16 59.28 279.16 53.28 286.16 53.28 286.16 59.28 279.16 59.28 ML +closepath C99 fill + newpath +279.16 53.28 279.16 47.28 286.16 47.28 286.16 53.28 279.16 53.28 ML +closepath C99 fill + newpath +279.16 47.28 279.16 41.28 286.16 41.28 286.16 47.28 279.16 47.28 ML +closepath C99 fill + newpath +279.16 41.28 279.16 35.28 286.16 35.28 286.16 41.28 279.16 41.28 ML +closepath C99 fill + newpath +279.16 35.28 279.16 29.28 286.16 29.28 286.16 35.28 279.16 35.28 ML +closepath C99 fill + newpath +279.16 29.28 279.16 23.28 286.16 23.28 286.16 29.28 279.16 29.28 ML +closepath C99 fill + newpath +279.16 23.28 279.16 17.28 286.16 17.28 286.16 23.28 279.16 23.28 ML +closepath C99 fill + newpath +279.16 17.28 279.16 11.28 286.16 11.28 286.16 17.28 279.16 17.28 ML +closepath C99 fill + newpath +279.16 11.28 279.16 5.28 286.16 5.28 286.16 11.28 279.16 11.28 ML +closepath C99 fill + newpath +279.16 5.28 279.16 -0.72 286.16 -0.72 286.16 5.28 279.16 5.28 ML +closepath C99 fill + newpath +272.16 71.28 272.16 65.28 279.16 65.28 279.16 71.28 272.16 71.28 ML +closepath C99 fill + newpath +272.16 65.28 272.16 59.28 279.16 59.28 279.16 65.28 272.16 65.28 ML +closepath C99 fill + newpath +272.16 59.28 272.16 53.28 279.16 53.28 279.16 59.28 272.16 59.28 ML +closepath C99 fill + newpath +272.16 53.28 272.16 47.28 279.16 47.28 279.16 53.28 272.16 53.28 ML +closepath C99 fill + newpath +272.16 47.28 272.16 41.28 279.16 41.28 279.16 47.28 272.16 47.28 ML +closepath C99 fill + newpath +272.16 41.28 272.16 35.28 279.16 35.28 279.16 41.28 272.16 41.28 ML +closepath C99 fill + newpath +272.16 35.28 272.16 29.28 279.16 29.28 279.16 35.28 272.16 35.28 ML +closepath C99 fill + newpath +272.16 29.28 272.16 23.28 279.16 23.28 279.16 29.28 272.16 29.28 ML +closepath C99 fill + newpath +272.16 23.28 272.16 17.28 279.16 17.28 279.16 23.28 272.16 23.28 ML +closepath C99 fill + newpath +272.16 17.28 272.16 11.28 279.16 11.28 279.16 17.28 272.16 17.28 ML +closepath C99 fill + newpath +272.16 11.28 272.16 5.28 279.16 5.28 279.16 11.28 272.16 11.28 ML +closepath C99 fill + newpath +272.16 5.28 272.16 -0.72 279.16 -0.72 279.16 5.28 272.16 5.28 ML +closepath C99 fill + newpath +265.16 71.28 265.16 65.28 272.16 65.28 272.16 71.28 265.16 71.28 ML +closepath C99 fill + newpath +265.16 65.28 265.16 59.28 272.16 59.28 272.16 65.28 265.16 65.28 ML +closepath C99 fill + newpath +265.16 59.28 265.16 53.28 272.16 53.28 272.16 59.28 265.16 59.28 ML +closepath C99 fill + newpath +265.16 53.28 265.16 47.28 272.16 47.28 272.16 53.28 265.16 53.28 ML +closepath C99 fill + newpath +265.16 47.28 265.16 41.28 272.16 41.28 272.16 47.28 265.16 47.28 ML +closepath C99 fill + newpath +265.16 41.28 265.16 35.28 272.16 35.28 272.16 41.28 265.16 41.28 ML +closepath C99 fill + newpath +265.16 35.28 265.16 29.28 272.16 29.28 272.16 35.28 265.16 35.28 ML +closepath C99 fill + newpath +265.16 29.28 265.16 23.28 272.16 23.28 272.16 29.28 265.16 29.28 ML +closepath C99 fill + newpath +265.16 23.28 265.16 17.28 272.16 17.28 272.16 23.28 265.16 23.28 ML +closepath C99 fill + newpath +265.16 17.28 265.16 11.28 272.16 11.28 272.16 17.28 265.16 17.28 ML +closepath C99 fill + newpath +265.16 11.28 265.16 5.28 272.16 5.28 272.16 11.28 265.16 11.28 ML +closepath C99 fill + newpath +265.16 5.28 265.16 -0.72 272.16 -0.72 272.16 5.28 265.16 5.28 ML +closepath C99 fill + newpath +258.16 71.28 258.16 65.28 265.16 65.28 265.16 71.28 258.16 71.28 ML +closepath C99 fill + newpath +258.16 65.28 258.16 59.28 265.16 59.28 265.16 65.28 258.16 65.28 ML +closepath C99 fill + newpath +258.16 59.28 258.16 53.28 265.16 53.28 265.16 59.28 258.16 59.28 ML +closepath C99 fill + newpath +258.16 53.28 258.16 47.28 265.16 47.28 265.16 53.28 258.16 53.28 ML +closepath C99 fill + newpath +258.16 47.28 258.16 41.28 265.16 41.28 265.16 47.28 258.16 47.28 ML +closepath C99 fill + newpath +258.16 41.28 258.16 35.28 265.16 35.28 265.16 41.28 258.16 41.28 ML +closepath C99 fill + newpath +258.16 35.28 258.16 29.28 265.16 29.28 265.16 35.28 258.16 35.28 ML +closepath C99 fill + newpath +258.16 29.28 258.16 23.28 265.16 23.28 265.16 29.28 258.16 29.28 ML +closepath C99 fill + newpath +258.16 23.28 258.16 17.28 265.16 17.28 265.16 23.28 258.16 23.28 ML +closepath C99 fill + newpath +258.16 17.28 258.16 11.28 265.16 11.28 265.16 17.28 258.16 17.28 ML +closepath C99 fill + newpath +258.16 11.28 258.16 5.28 265.16 5.28 265.16 11.28 258.16 11.28 ML +closepath C99 fill + newpath +258.16 5.28 258.16 -0.72 265.16 -0.72 265.16 5.28 258.16 5.28 ML +closepath C99 fill + newpath +251.16 71.28 251.16 65.28 258.16 65.28 258.16 71.28 251.16 71.28 ML +closepath C2 fill + newpath +251.16 65.28 251.16 59.28 258.16 59.28 258.16 65.28 251.16 65.28 ML +closepath C2 fill + newpath +251.16 59.28 251.16 53.28 258.16 53.28 258.16 59.28 251.16 59.28 ML +closepath C2 fill + newpath +251.16 53.28 251.16 47.28 258.16 47.28 258.16 53.28 251.16 53.28 ML +closepath C2 fill + newpath +251.16 47.28 251.16 41.28 258.16 41.28 258.16 47.28 251.16 47.28 ML +closepath C2 fill + newpath +251.16 41.28 251.16 35.28 258.16 35.28 258.16 41.28 251.16 41.28 ML +closepath C2 fill + newpath +251.16 35.28 251.16 29.28 258.16 29.28 258.16 35.28 251.16 35.28 ML +closepath C2 fill + newpath +251.16 29.28 251.16 23.28 258.16 23.28 258.16 29.28 251.16 29.28 ML +closepath C2 fill + newpath +251.16 23.28 251.16 17.28 258.16 17.28 258.16 23.28 251.16 23.28 ML +closepath C99 fill + newpath +251.16 17.28 251.16 11.28 258.16 11.28 258.16 17.28 251.16 17.28 ML +closepath C99 fill + newpath +251.16 11.28 251.16 5.28 258.16 5.28 258.16 11.28 251.16 11.28 ML +closepath C99 fill + newpath +251.16 5.28 251.16 -0.72 258.16 -0.72 258.16 5.28 251.16 5.28 ML +closepath C99 fill + newpath +244.16 71.28 244.16 65.28 251.16 65.28 251.16 71.28 244.16 71.28 ML +closepath C1 fill + newpath +244.16 65.28 244.16 59.28 251.16 59.28 251.16 65.28 244.16 65.28 ML +closepath C1 fill + newpath +244.16 59.28 244.16 53.28 251.16 53.28 251.16 59.28 244.16 59.28 ML +closepath C1 fill + newpath +244.16 53.28 244.16 47.28 251.16 47.28 251.16 53.28 244.16 53.28 ML +closepath C1 fill + newpath +244.16 47.28 244.16 41.28 251.16 41.28 251.16 47.28 244.16 47.28 ML +closepath C1 fill + newpath +244.16 41.28 244.16 35.28 251.16 35.28 251.16 41.28 244.16 41.28 ML +closepath C1 fill + newpath +244.16 35.28 244.16 29.28 251.16 29.28 251.16 35.28 244.16 35.28 ML +closepath C1 fill + newpath +244.16 29.28 244.16 23.28 251.16 23.28 251.16 29.28 244.16 29.28 ML +closepath C1 fill + newpath +244.16 23.28 244.16 17.28 251.16 17.28 251.16 23.28 244.16 23.28 ML +closepath C99 fill + newpath +244.16 17.28 244.16 11.28 251.16 11.28 251.16 17.28 244.16 17.28 ML +closepath C99 fill + newpath +244.16 11.28 244.16 5.28 251.16 5.28 251.16 11.28 244.16 11.28 ML +closepath C99 fill + newpath +244.16 5.28 244.16 -0.72 251.16 -0.72 251.16 5.28 244.16 5.28 ML +closepath C99 fill + newpath +237.16 71.28 237.16 65.28 244.16 65.28 244.16 71.28 237.16 71.28 ML +closepath C99 fill + newpath +237.16 65.28 237.16 59.28 244.16 59.28 244.16 65.28 237.16 65.28 ML +closepath C99 fill + newpath +237.16 59.28 237.16 53.28 244.16 53.28 244.16 59.28 237.16 59.28 ML +closepath C99 fill + newpath +237.16 53.28 237.16 47.28 244.16 47.28 244.16 53.28 237.16 53.28 ML +closepath C99 fill + newpath +237.16 47.28 237.16 41.28 244.16 41.28 244.16 47.28 237.16 47.28 ML +closepath C99 fill + newpath +237.16 41.28 237.16 35.28 244.16 35.28 244.16 41.28 237.16 41.28 ML +closepath C99 fill + newpath +237.16 35.28 237.16 29.28 244.16 29.28 244.16 35.28 237.16 35.28 ML +closepath C99 fill + newpath +237.16 29.28 237.16 23.28 244.16 23.28 244.16 29.28 237.16 29.28 ML +closepath C99 fill + newpath +237.16 23.28 237.16 17.28 244.16 17.28 244.16 23.28 237.16 23.28 ML +closepath C99 fill + newpath +237.16 17.28 237.16 11.28 244.16 11.28 244.16 17.28 237.16 17.28 ML +closepath C99 fill + newpath +237.16 11.28 237.16 5.28 244.16 5.28 244.16 11.28 237.16 11.28 ML +closepath C99 fill + newpath +237.16 5.28 237.16 -0.72 244.16 -0.72 244.16 5.28 237.16 5.28 ML +closepath C99 fill + newpath +230.16 71.28 230.16 65.28 237.16 65.28 237.16 71.28 230.16 71.28 ML +closepath C2 fill + newpath +230.16 65.28 230.16 59.28 237.16 59.28 237.16 65.28 230.16 65.28 ML +closepath C2 fill + newpath +230.16 59.28 230.16 53.28 237.16 53.28 237.16 59.28 230.16 59.28 ML +closepath C2 fill + newpath +230.16 53.28 230.16 47.28 237.16 47.28 237.16 53.28 230.16 53.28 ML +closepath C2 fill + newpath +230.16 47.28 230.16 41.28 237.16 41.28 237.16 47.28 230.16 47.28 ML +closepath C2 fill + newpath +230.16 41.28 230.16 35.28 237.16 35.28 237.16 41.28 230.16 41.28 ML +closepath C2 fill + newpath +230.16 35.28 230.16 29.28 237.16 29.28 237.16 35.28 230.16 35.28 ML +closepath C2 fill + newpath +230.16 29.28 230.16 23.28 237.16 23.28 237.16 29.28 230.16 29.28 ML +closepath C2 fill + newpath +230.16 23.28 230.16 17.28 237.16 17.28 237.16 23.28 230.16 23.28 ML +closepath C99 fill + newpath +230.16 17.28 230.16 11.28 237.16 11.28 237.16 17.28 230.16 17.28 ML +closepath C99 fill + newpath +230.16 11.28 230.16 5.28 237.16 5.28 237.16 11.28 230.16 11.28 ML +closepath C99 fill + newpath +230.16 5.28 230.16 -0.72 237.16 -0.72 237.16 5.28 230.16 5.28 ML +closepath C99 fill + newpath +223.16 71.28 223.16 65.28 230.16 65.28 230.16 71.28 223.16 71.28 ML +closepath C2 fill + newpath +223.16 65.28 223.16 59.28 230.16 59.28 230.16 65.28 223.16 65.28 ML +closepath C2 fill + newpath +223.16 59.28 223.16 53.28 230.16 53.28 230.16 59.28 223.16 59.28 ML +closepath C2 fill + newpath +223.16 53.28 223.16 47.28 230.16 47.28 230.16 53.28 223.16 53.28 ML +closepath C2 fill + newpath +223.16 47.28 223.16 41.28 230.16 41.28 230.16 47.28 223.16 47.28 ML +closepath C2 fill + newpath +223.16 41.28 223.16 35.28 230.16 35.28 230.16 41.28 223.16 41.28 ML +closepath C2 fill + newpath +223.16 35.28 223.16 29.28 230.16 29.28 230.16 35.28 223.16 35.28 ML +closepath C2 fill + newpath +223.16 29.28 223.16 23.28 230.16 23.28 230.16 29.28 223.16 29.28 ML +closepath C2 fill + newpath +223.16 23.28 223.16 17.28 230.16 17.28 230.16 23.28 223.16 23.28 ML +closepath C99 fill + newpath +223.16 17.28 223.16 11.28 230.16 11.28 230.16 17.28 223.16 17.28 ML +closepath C99 fill + newpath +223.16 11.28 223.16 5.28 230.16 5.28 230.16 11.28 223.16 11.28 ML +closepath C99 fill + newpath +223.16 5.28 223.16 -0.72 230.16 -0.72 230.16 5.28 223.16 5.28 ML +closepath C99 fill + newpath +216.16 71.28 216.16 65.28 223.16 65.28 223.16 71.28 216.16 71.28 ML +closepath C2 fill + newpath +216.16 65.28 216.16 59.28 223.16 59.28 223.16 65.28 216.16 65.28 ML +closepath C2 fill + newpath +216.16 59.28 216.16 53.28 223.16 53.28 223.16 59.28 216.16 59.28 ML +closepath C2 fill + newpath +216.16 53.28 216.16 47.28 223.16 47.28 223.16 53.28 216.16 53.28 ML +closepath C2 fill + newpath +216.16 47.28 216.16 41.28 223.16 41.28 223.16 47.28 216.16 47.28 ML +closepath C2 fill + newpath +216.16 41.28 216.16 35.28 223.16 35.28 223.16 41.28 216.16 41.28 ML +closepath C2 fill + newpath +216.16 35.28 216.16 29.28 223.16 29.28 223.16 35.28 216.16 35.28 ML +closepath C2 fill + newpath +216.16 29.28 216.16 23.28 223.16 23.28 223.16 29.28 216.16 29.28 ML +closepath C2 fill + newpath +216.16 23.28 216.16 17.28 223.16 17.28 223.16 23.28 216.16 23.28 ML +closepath C99 fill + newpath +216.16 17.28 216.16 11.28 223.16 11.28 223.16 17.28 216.16 17.28 ML +closepath C99 fill + newpath +216.16 11.28 216.16 5.28 223.16 5.28 223.16 11.28 216.16 11.28 ML +closepath C99 fill + newpath +216.16 5.28 216.16 -0.72 223.16 -0.72 223.16 5.28 216.16 5.28 ML +closepath C99 fill + newpath +209.16 71.28 209.16 65.28 216.16 65.28 216.16 71.28 209.16 71.28 ML +closepath C99 fill + newpath +209.16 65.28 209.16 59.28 216.16 59.28 216.16 65.28 209.16 65.28 ML +closepath C99 fill + newpath +209.16 59.28 209.16 53.28 216.16 53.28 216.16 59.28 209.16 59.28 ML +closepath C99 fill + newpath +209.16 53.28 209.16 47.28 216.16 47.28 216.16 53.28 209.16 53.28 ML +closepath C99 fill + newpath +209.16 47.28 209.16 41.28 216.16 41.28 216.16 47.28 209.16 47.28 ML +closepath C99 fill + newpath +209.16 41.28 209.16 35.28 216.16 35.28 216.16 41.28 209.16 41.28 ML +closepath C99 fill + newpath +209.16 35.28 209.16 29.28 216.16 29.28 216.16 35.28 209.16 35.28 ML +closepath C99 fill + newpath +209.16 29.28 209.16 23.28 216.16 23.28 216.16 29.28 209.16 29.28 ML +closepath C99 fill + newpath +209.16 23.28 209.16 17.28 216.16 17.28 216.16 23.28 209.16 23.28 ML +closepath C99 fill + newpath +209.16 17.28 209.16 11.28 216.16 11.28 216.16 17.28 209.16 17.28 ML +closepath C99 fill + newpath +209.16 11.28 209.16 5.28 216.16 5.28 216.16 11.28 209.16 11.28 ML +closepath C99 fill + newpath +209.16 5.28 209.16 -0.72 216.16 -0.72 216.16 5.28 209.16 5.28 ML +closepath C99 fill + newpath +202.16 71.28 202.16 65.28 209.16 65.28 209.16 71.28 202.16 71.28 ML +closepath C1 fill + newpath +202.16 65.28 202.16 59.28 209.16 59.28 209.16 65.28 202.16 65.28 ML +closepath C1 fill + newpath +202.16 59.28 202.16 53.28 209.16 53.28 209.16 59.28 202.16 59.28 ML +closepath C1 fill + newpath +202.16 53.28 202.16 47.28 209.16 47.28 209.16 53.28 202.16 53.28 ML +closepath C1 fill + newpath +202.16 47.28 202.16 41.28 209.16 41.28 209.16 47.28 202.16 47.28 ML +closepath C1 fill + newpath +202.16 41.28 202.16 35.28 209.16 35.28 209.16 41.28 202.16 41.28 ML +closepath C1 fill + newpath +202.16 35.28 202.16 29.28 209.16 29.28 209.16 35.28 202.16 35.28 ML +closepath C1 fill + newpath +202.16 29.28 202.16 23.28 209.16 23.28 209.16 29.28 202.16 29.28 ML +closepath C1 fill + newpath +202.16 23.28 202.16 17.28 209.16 17.28 209.16 23.28 202.16 23.28 ML +closepath C99 fill + newpath +202.16 17.28 202.16 11.28 209.16 11.28 209.16 17.28 202.16 17.28 ML +closepath C99 fill + newpath +202.16 11.28 202.16 5.28 209.16 5.28 209.16 11.28 202.16 11.28 ML +closepath C99 fill + newpath +202.16 5.28 202.16 -0.72 209.16 -0.72 209.16 5.28 202.16 5.28 ML +closepath C99 fill + newpath +195.16 71.28 195.16 65.28 202.16 65.28 202.16 71.28 195.16 71.28 ML +closepath C2 fill + newpath +195.16 65.28 195.16 59.28 202.16 59.28 202.16 65.28 195.16 65.28 ML +closepath C2 fill + newpath +195.16 59.28 195.16 53.28 202.16 53.28 202.16 59.28 195.16 59.28 ML +closepath C2 fill + newpath +195.16 53.28 195.16 47.28 202.16 47.28 202.16 53.28 195.16 53.28 ML +closepath C2 fill + newpath +195.16 47.28 195.16 41.28 202.16 41.28 202.16 47.28 195.16 47.28 ML +closepath C2 fill + newpath +195.16 41.28 195.16 35.28 202.16 35.28 202.16 41.28 195.16 41.28 ML +closepath C2 fill + newpath +195.16 35.28 195.16 29.28 202.16 29.28 202.16 35.28 195.16 35.28 ML +closepath C2 fill + newpath +195.16 29.28 195.16 23.28 202.16 23.28 202.16 29.28 195.16 29.28 ML +closepath C2 fill + newpath +195.16 23.28 195.16 17.28 202.16 17.28 202.16 23.28 195.16 23.28 ML +closepath C99 fill + newpath +195.16 17.28 195.16 11.28 202.16 11.28 202.16 17.28 195.16 17.28 ML +closepath C99 fill + newpath +195.16 11.28 195.16 5.28 202.16 5.28 202.16 11.28 195.16 11.28 ML +closepath C99 fill + newpath +195.16 5.28 195.16 -0.72 202.16 -0.72 202.16 5.28 195.16 5.28 ML +closepath C99 fill + newpath +188.16 71.28 188.16 65.28 195.16 65.28 195.16 71.28 188.16 71.28 ML +closepath C1 fill + newpath +188.16 65.28 188.16 59.28 195.16 59.28 195.16 65.28 188.16 65.28 ML +closepath C1 fill + newpath +188.16 59.28 188.16 53.28 195.16 53.28 195.16 59.28 188.16 59.28 ML +closepath C1 fill + newpath +188.16 53.28 188.16 47.28 195.16 47.28 195.16 53.28 188.16 53.28 ML +closepath C1 fill + newpath +188.16 47.28 188.16 41.28 195.16 41.28 195.16 47.28 188.16 47.28 ML +closepath C1 fill + newpath +188.16 41.28 188.16 35.28 195.16 35.28 195.16 41.28 188.16 41.28 ML +closepath C1 fill + newpath +188.16 35.28 188.16 29.28 195.16 29.28 195.16 35.28 188.16 35.28 ML +closepath C1 fill + newpath +188.16 29.28 188.16 23.28 195.16 23.28 195.16 29.28 188.16 29.28 ML +closepath C1 fill + newpath +188.16 23.28 188.16 17.28 195.16 17.28 195.16 23.28 188.16 23.28 ML +closepath C99 fill + newpath +188.16 17.28 188.16 11.28 195.16 11.28 195.16 17.28 188.16 17.28 ML +closepath C99 fill + newpath +188.16 11.28 188.16 5.28 195.16 5.28 195.16 11.28 188.16 11.28 ML +closepath C99 fill + newpath +188.16 5.28 188.16 -0.72 195.16 -0.72 195.16 5.28 188.16 5.28 ML +closepath C99 fill + newpath +181.16 71.28 181.16 65.28 188.16 65.28 188.16 71.28 181.16 71.28 ML +closepath C99 fill + newpath +181.16 65.28 181.16 59.28 188.16 59.28 188.16 65.28 181.16 65.28 ML +closepath C99 fill + newpath +181.16 59.28 181.16 53.28 188.16 53.28 188.16 59.28 181.16 59.28 ML +closepath C99 fill + newpath +181.16 53.28 181.16 47.28 188.16 47.28 188.16 53.28 181.16 53.28 ML +closepath C99 fill + newpath +181.16 47.28 181.16 41.28 188.16 41.28 188.16 47.28 181.16 47.28 ML +closepath C99 fill + newpath +181.16 41.28 181.16 35.28 188.16 35.28 188.16 41.28 181.16 41.28 ML +closepath C99 fill + newpath +181.16 35.28 181.16 29.28 188.16 29.28 188.16 35.28 181.16 35.28 ML +closepath C99 fill + newpath +181.16 29.28 181.16 23.28 188.16 23.28 188.16 29.28 181.16 29.28 ML +closepath C99 fill + newpath +181.16 23.28 181.16 17.28 188.16 17.28 188.16 23.28 181.16 23.28 ML +closepath C99 fill + newpath +181.16 17.28 181.16 11.28 188.16 11.28 188.16 17.28 181.16 17.28 ML +closepath C99 fill + newpath +181.16 11.28 181.16 5.28 188.16 5.28 188.16 11.28 181.16 11.28 ML +closepath C99 fill + newpath +181.16 5.28 181.16 -0.72 188.16 -0.72 188.16 5.28 181.16 5.28 ML +closepath C99 fill + newpath +174.16 71.28 174.16 65.28 181.16 65.28 181.16 71.28 174.16 71.28 ML +closepath C2 fill + newpath +174.16 65.28 174.16 59.28 181.16 59.28 181.16 65.28 174.16 65.28 ML +closepath C2 fill + newpath +174.16 59.28 174.16 53.28 181.16 53.28 181.16 59.28 174.16 59.28 ML +closepath C2 fill + newpath +174.16 53.28 174.16 47.28 181.16 47.28 181.16 53.28 174.16 53.28 ML +closepath C2 fill + newpath +174.16 47.28 174.16 41.28 181.16 41.28 181.16 47.28 174.16 47.28 ML +closepath C2 fill + newpath +174.16 41.28 174.16 35.28 181.16 35.28 181.16 41.28 174.16 41.28 ML +closepath C2 fill + newpath +174.16 35.28 174.16 29.28 181.16 29.28 181.16 35.28 174.16 35.28 ML +closepath C2 fill + newpath +174.16 29.28 174.16 23.28 181.16 23.28 181.16 29.28 174.16 29.28 ML +closepath C2 fill + newpath +174.16 23.28 174.16 17.28 181.16 17.28 181.16 23.28 174.16 23.28 ML +closepath C99 fill + newpath +174.16 17.28 174.16 11.28 181.16 11.28 181.16 17.28 174.16 17.28 ML +closepath C99 fill + newpath +174.16 11.28 174.16 5.28 181.16 5.28 181.16 11.28 174.16 11.28 ML +closepath C99 fill + newpath +174.16 5.28 174.16 -0.72 181.16 -0.72 181.16 5.28 174.16 5.28 ML +closepath C99 fill + newpath +167.16 71.28 167.16 65.28 174.16 65.28 174.16 71.28 167.16 71.28 ML +closepath C99 fill + newpath +167.16 65.28 167.16 59.28 174.16 59.28 174.16 65.28 167.16 65.28 ML +closepath C99 fill + newpath +167.16 59.28 167.16 53.28 174.16 53.28 174.16 59.28 167.16 59.28 ML +closepath C99 fill + newpath +167.16 53.28 167.16 47.28 174.16 47.28 174.16 53.28 167.16 53.28 ML +closepath C99 fill + newpath +167.16 47.28 167.16 41.28 174.16 41.28 174.16 47.28 167.16 47.28 ML +closepath C99 fill + newpath +167.16 41.28 167.16 35.28 174.16 35.28 174.16 41.28 167.16 41.28 ML +closepath C99 fill + newpath +167.16 35.28 167.16 29.28 174.16 29.28 174.16 35.28 167.16 35.28 ML +closepath C99 fill + newpath +167.16 29.28 167.16 23.28 174.16 23.28 174.16 29.28 167.16 29.28 ML +closepath C99 fill + newpath +167.16 23.28 167.16 17.28 174.16 17.28 174.16 23.28 167.16 23.28 ML +closepath C99 fill + newpath +167.16 17.28 167.16 11.28 174.16 11.28 174.16 17.28 167.16 17.28 ML +closepath C99 fill + newpath +167.16 11.28 167.16 5.28 174.16 5.28 174.16 11.28 167.16 11.28 ML +closepath C99 fill + newpath +167.16 5.28 167.16 -0.72 174.16 -0.72 174.16 5.28 167.16 5.28 ML +closepath C99 fill + newpath +160.16 71.28 160.16 65.28 167.16 65.28 167.16 71.28 160.16 71.28 ML +closepath C99 fill + newpath +160.16 65.28 160.16 59.28 167.16 59.28 167.16 65.28 160.16 65.28 ML +closepath C99 fill + newpath +160.16 59.28 160.16 53.28 167.16 53.28 167.16 59.28 160.16 59.28 ML +closepath C99 fill + newpath +160.16 53.28 160.16 47.28 167.16 47.28 167.16 53.28 160.16 53.28 ML +closepath C99 fill + newpath +160.16 47.28 160.16 41.28 167.16 41.28 167.16 47.28 160.16 47.28 ML +closepath C99 fill + newpath +160.16 41.28 160.16 35.28 167.16 35.28 167.16 41.28 160.16 41.28 ML +closepath C99 fill + newpath +160.16 35.28 160.16 29.28 167.16 29.28 167.16 35.28 160.16 35.28 ML +closepath C99 fill + newpath +160.16 29.28 160.16 23.28 167.16 23.28 167.16 29.28 160.16 29.28 ML +closepath C99 fill + newpath +160.16 23.28 160.16 17.28 167.16 17.28 167.16 23.28 160.16 23.28 ML +closepath C99 fill + newpath +160.16 17.28 160.16 11.28 167.16 11.28 167.16 17.28 160.16 17.28 ML +closepath C99 fill + newpath +160.16 11.28 160.16 5.28 167.16 5.28 167.16 11.28 160.16 11.28 ML +closepath C99 fill + newpath +160.16 5.28 160.16 -0.72 167.16 -0.72 167.16 5.28 160.16 5.28 ML +closepath C99 fill + newpath +153.16 71.28 153.16 65.28 160.16 65.28 160.16 71.28 153.16 71.28 ML +closepath C2 fill + newpath +153.16 65.28 153.16 59.28 160.16 59.28 160.16 65.28 153.16 65.28 ML +closepath C2 fill + newpath +153.16 59.28 153.16 53.28 160.16 53.28 160.16 59.28 153.16 59.28 ML +closepath C2 fill + newpath +153.16 53.28 153.16 47.28 160.16 47.28 160.16 53.28 153.16 53.28 ML +closepath C2 fill + newpath +153.16 47.28 153.16 41.28 160.16 41.28 160.16 47.28 153.16 47.28 ML +closepath C2 fill + newpath +153.16 41.28 153.16 35.28 160.16 35.28 160.16 41.28 153.16 41.28 ML +closepath C2 fill + newpath +153.16 35.28 153.16 29.28 160.16 29.28 160.16 35.28 153.16 35.28 ML +closepath C2 fill + newpath +153.16 29.28 153.16 23.28 160.16 23.28 160.16 29.28 153.16 29.28 ML +closepath C2 fill + newpath +153.16 23.28 153.16 17.28 160.16 17.28 160.16 23.28 153.16 23.28 ML +closepath C99 fill + newpath +153.16 17.28 153.16 11.28 160.16 11.28 160.16 17.28 153.16 17.28 ML +closepath C99 fill + newpath +153.16 11.28 153.16 5.28 160.16 5.28 160.16 11.28 153.16 11.28 ML +closepath C99 fill + newpath +153.16 5.28 153.16 -0.72 160.16 -0.72 160.16 5.28 153.16 5.28 ML +closepath C99 fill + newpath +146.16 71.28 146.16 65.28 153.16 65.28 153.16 71.28 146.16 71.28 ML +closepath C99 fill + newpath +146.16 65.28 146.16 59.28 153.16 59.28 153.16 65.28 146.16 65.28 ML +closepath C99 fill + newpath +146.16 59.28 146.16 53.28 153.16 53.28 153.16 59.28 146.16 59.28 ML +closepath C99 fill + newpath +146.16 53.28 146.16 47.28 153.16 47.28 153.16 53.28 146.16 53.28 ML +closepath C99 fill + newpath +146.16 47.28 146.16 41.28 153.16 41.28 153.16 47.28 146.16 47.28 ML +closepath C99 fill + newpath +146.16 41.28 146.16 35.28 153.16 35.28 153.16 41.28 146.16 41.28 ML +closepath C99 fill + newpath +146.16 35.28 146.16 29.28 153.16 29.28 153.16 35.28 146.16 35.28 ML +closepath C99 fill + newpath +146.16 29.28 146.16 23.28 153.16 23.28 153.16 29.28 146.16 29.28 ML +closepath C99 fill + newpath +146.16 23.28 146.16 17.28 153.16 17.28 153.16 23.28 146.16 23.28 ML +closepath C99 fill + newpath +146.16 17.28 146.16 11.28 153.16 11.28 153.16 17.28 146.16 17.28 ML +closepath C99 fill + newpath +146.16 11.28 146.16 5.28 153.16 5.28 153.16 11.28 146.16 11.28 ML +closepath C99 fill + newpath +146.16 5.28 146.16 -0.72 153.16 -0.72 153.16 5.28 146.16 5.28 ML +closepath C99 fill + newpath +139.16 71.28 139.16 65.28 146.16 65.28 146.16 71.28 139.16 71.28 ML +closepath C99 fill + newpath +139.16 65.28 139.16 59.28 146.16 59.28 146.16 65.28 139.16 65.28 ML +closepath C99 fill + newpath +139.16 59.28 139.16 53.28 146.16 53.28 146.16 59.28 139.16 59.28 ML +closepath C99 fill + newpath +139.16 53.28 139.16 47.28 146.16 47.28 146.16 53.28 139.16 53.28 ML +closepath C99 fill + newpath +139.16 47.28 139.16 41.28 146.16 41.28 146.16 47.28 139.16 47.28 ML +closepath C99 fill + newpath +139.16 41.28 139.16 35.28 146.16 35.28 146.16 41.28 139.16 41.28 ML +closepath C99 fill + newpath +139.16 35.28 139.16 29.28 146.16 29.28 146.16 35.28 139.16 35.28 ML +closepath C99 fill + newpath +139.16 29.28 139.16 23.28 146.16 23.28 146.16 29.28 139.16 29.28 ML +closepath C99 fill + newpath +139.16 23.28 139.16 17.28 146.16 17.28 146.16 23.28 139.16 23.28 ML +closepath C99 fill + newpath +139.16 17.28 139.16 11.28 146.16 11.28 146.16 17.28 139.16 17.28 ML +closepath C99 fill + newpath +139.16 11.28 139.16 5.28 146.16 5.28 146.16 11.28 139.16 11.28 ML +closepath C99 fill + newpath +139.16 5.28 139.16 -0.72 146.16 -0.72 146.16 5.28 139.16 5.28 ML +closepath C99 fill + newpath +132.16 71.28 132.16 65.28 139.16 65.28 139.16 71.28 132.16 71.28 ML +closepath C2 fill + newpath +132.16 65.28 132.16 59.28 139.16 59.28 139.16 65.28 132.16 65.28 ML +closepath C2 fill + newpath +132.16 59.28 132.16 53.28 139.16 53.28 139.16 59.28 132.16 59.28 ML +closepath C2 fill + newpath +132.16 53.28 132.16 47.28 139.16 47.28 139.16 53.28 132.16 53.28 ML +closepath C2 fill + newpath +132.16 47.28 132.16 41.28 139.16 41.28 139.16 47.28 132.16 47.28 ML +closepath C2 fill + newpath +132.16 41.28 132.16 35.28 139.16 35.28 139.16 41.28 132.16 41.28 ML +closepath C2 fill + newpath +132.16 35.28 132.16 29.28 139.16 29.28 139.16 35.28 132.16 35.28 ML +closepath C2 fill + newpath +132.16 29.28 132.16 23.28 139.16 23.28 139.16 29.28 132.16 29.28 ML +closepath C2 fill + newpath +132.16 23.28 132.16 17.28 139.16 17.28 139.16 23.28 132.16 23.28 ML +closepath C99 fill + newpath +132.16 17.28 132.16 11.28 139.16 11.28 139.16 17.28 132.16 17.28 ML +closepath C99 fill + newpath +132.16 11.28 132.16 5.28 139.16 5.28 139.16 11.28 132.16 11.28 ML +closepath C99 fill + newpath +132.16 5.28 132.16 -0.72 139.16 -0.72 139.16 5.28 132.16 5.28 ML +closepath C99 fill + newpath +125.16 71.28 125.16 65.28 132.16 65.28 132.16 71.28 125.16 71.28 ML +closepath C99 fill + newpath +125.16 65.28 125.16 59.28 132.16 59.28 132.16 65.28 125.16 65.28 ML +closepath C99 fill + newpath +125.16 59.28 125.16 53.28 132.16 53.28 132.16 59.28 125.16 59.28 ML +closepath C99 fill + newpath +125.16 53.28 125.16 47.28 132.16 47.28 132.16 53.28 125.16 53.28 ML +closepath C99 fill + newpath +125.16 47.28 125.16 41.28 132.16 41.28 132.16 47.28 125.16 47.28 ML +closepath C99 fill + newpath +125.16 41.28 125.16 35.28 132.16 35.28 132.16 41.28 125.16 41.28 ML +closepath C99 fill + newpath +125.16 35.28 125.16 29.28 132.16 29.28 132.16 35.28 125.16 35.28 ML +closepath C99 fill + newpath +125.16 29.28 125.16 23.28 132.16 23.28 132.16 29.28 125.16 29.28 ML +closepath C99 fill + newpath +125.16 23.28 125.16 17.28 132.16 17.28 132.16 23.28 125.16 23.28 ML +closepath C99 fill + newpath +125.16 17.28 125.16 11.28 132.16 11.28 132.16 17.28 125.16 17.28 ML +closepath C99 fill + newpath +125.16 11.28 125.16 5.28 132.16 5.28 132.16 11.28 125.16 11.28 ML +closepath C99 fill + newpath +125.16 5.28 125.16 -0.72 132.16 -0.72 132.16 5.28 125.16 5.28 ML +closepath C99 fill + newpath +118.16 71.28 118.16 65.28 125.16 65.28 125.16 71.28 118.16 71.28 ML +closepath C99 fill + newpath +118.16 65.28 118.16 59.28 125.16 59.28 125.16 65.28 118.16 65.28 ML +closepath C99 fill + newpath +118.16 59.28 118.16 53.28 125.16 53.28 125.16 59.28 118.16 59.28 ML +closepath C99 fill + newpath +118.16 53.28 118.16 47.28 125.16 47.28 125.16 53.28 118.16 53.28 ML +closepath C99 fill + newpath +118.16 47.28 118.16 41.28 125.16 41.28 125.16 47.28 118.16 47.28 ML +closepath C99 fill + newpath +118.16 41.28 118.16 35.28 125.16 35.28 125.16 41.28 118.16 41.28 ML +closepath C99 fill + newpath +118.16 35.28 118.16 29.28 125.16 29.28 125.16 35.28 118.16 35.28 ML +closepath C99 fill + newpath +118.16 29.28 118.16 23.28 125.16 23.28 125.16 29.28 118.16 29.28 ML +closepath C99 fill + newpath +118.16 23.28 118.16 17.28 125.16 17.28 125.16 23.28 118.16 23.28 ML +closepath C99 fill + newpath +118.16 17.28 118.16 11.28 125.16 11.28 125.16 17.28 118.16 17.28 ML +closepath C99 fill + newpath +118.16 11.28 118.16 5.28 125.16 5.28 125.16 11.28 118.16 11.28 ML +closepath C99 fill + newpath +118.16 5.28 118.16 -0.72 125.16 -0.72 125.16 5.28 118.16 5.28 ML +closepath C99 fill + newpath +111.16 71.28 111.16 65.28 118.16 65.28 118.16 71.28 111.16 71.28 ML +closepath C99 fill + newpath +111.16 65.28 111.16 59.28 118.16 59.28 118.16 65.28 111.16 65.28 ML +closepath C99 fill + newpath +111.16 59.28 111.16 53.28 118.16 53.28 118.16 59.28 111.16 59.28 ML +closepath C99 fill + newpath +111.16 53.28 111.16 47.28 118.16 47.28 118.16 53.28 111.16 53.28 ML +closepath C99 fill + newpath +111.16 47.28 111.16 41.28 118.16 41.28 118.16 47.28 111.16 47.28 ML +closepath C99 fill + newpath +111.16 41.28 111.16 35.28 118.16 35.28 118.16 41.28 111.16 41.28 ML +closepath C99 fill + newpath +111.16 35.28 111.16 29.28 118.16 29.28 118.16 35.28 111.16 35.28 ML +closepath C99 fill + newpath +111.16 29.28 111.16 23.28 118.16 23.28 118.16 29.28 111.16 29.28 ML +closepath C99 fill + newpath +111.16 23.28 111.16 17.28 118.16 17.28 118.16 23.28 111.16 23.28 ML +closepath C99 fill + newpath +111.16 17.28 111.16 11.28 118.16 11.28 118.16 17.28 111.16 17.28 ML +closepath C99 fill + newpath +111.16 11.28 111.16 5.28 118.16 5.28 118.16 11.28 111.16 11.28 ML +closepath C99 fill + newpath +111.16 5.28 111.16 -0.72 118.16 -0.72 118.16 5.28 111.16 5.28 ML +closepath C99 fill + newpath +104.16 71.28 104.16 65.28 111.16 65.28 111.16 71.28 104.16 71.28 ML +closepath C99 fill + newpath +104.16 65.28 104.16 59.28 111.16 59.28 111.16 65.28 104.16 65.28 ML +closepath C99 fill + newpath +104.16 59.28 104.16 53.28 111.16 53.28 111.16 59.28 104.16 59.28 ML +closepath C99 fill + newpath +104.16 53.28 104.16 47.28 111.16 47.28 111.16 53.28 104.16 53.28 ML +closepath C99 fill + newpath +104.16 47.28 104.16 41.28 111.16 41.28 111.16 47.28 104.16 47.28 ML +closepath C99 fill + newpath +104.16 41.28 104.16 35.28 111.16 35.28 111.16 41.28 104.16 41.28 ML +closepath C99 fill + newpath +104.16 35.28 104.16 29.28 111.16 29.28 111.16 35.28 104.16 35.28 ML +closepath C99 fill + newpath +104.16 29.28 104.16 23.28 111.16 23.28 111.16 29.28 104.16 29.28 ML +closepath C99 fill + newpath +104.16 23.28 104.16 17.28 111.16 17.28 111.16 23.28 104.16 23.28 ML +closepath C99 fill + newpath +104.16 17.28 104.16 11.28 111.16 11.28 111.16 17.28 104.16 17.28 ML +closepath C99 fill + newpath +104.16 11.28 104.16 5.28 111.16 5.28 111.16 11.28 104.16 11.28 ML +closepath C99 fill + newpath +104.16 5.28 104.16 -0.72 111.16 -0.72 111.16 5.28 104.16 5.28 ML +closepath C99 fill + newpath +97.16 71.28 97.16 65.28 104.16 65.28 104.16 71.28 97.16 71.28 ML +closepath C99 fill + newpath +97.16 65.28 97.16 59.28 104.16 59.28 104.16 65.28 97.16 65.28 ML +closepath C99 fill + newpath +97.16 59.28 97.16 53.28 104.16 53.28 104.16 59.28 97.16 59.28 ML +closepath C99 fill + newpath +97.16 53.28 97.16 47.28 104.16 47.28 104.16 53.28 97.16 53.28 ML +closepath C99 fill + newpath +97.16 47.28 97.16 41.28 104.16 41.28 104.16 47.28 97.16 47.28 ML +closepath C99 fill + newpath +97.16 41.28 97.16 35.28 104.16 35.28 104.16 41.28 97.16 41.28 ML +closepath C99 fill + newpath +97.16 35.28 97.16 29.28 104.16 29.28 104.16 35.28 97.16 35.28 ML +closepath C99 fill + newpath +97.16 29.28 97.16 23.28 104.16 23.28 104.16 29.28 97.16 29.28 ML +closepath C99 fill + newpath +97.16 23.28 97.16 17.28 104.16 17.28 104.16 23.28 97.16 23.28 ML +closepath C99 fill + newpath +97.16 17.28 97.16 11.28 104.16 11.28 104.16 17.28 97.16 17.28 ML +closepath C99 fill + newpath +97.16 11.28 97.16 5.28 104.16 5.28 104.16 11.28 97.16 11.28 ML +closepath C99 fill + newpath +97.16 5.28 97.16 -0.72 104.16 -0.72 104.16 5.28 97.16 5.28 ML +closepath C99 fill + newpath +90.16 71.28 90.16 65.28 97.16 65.28 97.16 71.28 90.16 71.28 ML +closepath C99 fill + newpath +90.16 65.28 90.16 59.28 97.16 59.28 97.16 65.28 90.16 65.28 ML +closepath C99 fill + newpath +90.16 59.28 90.16 53.28 97.16 53.28 97.16 59.28 90.16 59.28 ML +closepath C99 fill + newpath +90.16 53.28 90.16 47.28 97.16 47.28 97.16 53.28 90.16 53.28 ML +closepath C99 fill + newpath +90.16 47.28 90.16 41.28 97.16 41.28 97.16 47.28 90.16 47.28 ML +closepath C99 fill + newpath +90.16 41.28 90.16 35.28 97.16 35.28 97.16 41.28 90.16 41.28 ML +closepath C99 fill + newpath +90.16 35.28 90.16 29.28 97.16 29.28 97.16 35.28 90.16 35.28 ML +closepath C99 fill + newpath +90.16 29.28 90.16 23.28 97.16 23.28 97.16 29.28 90.16 29.28 ML +closepath C99 fill + newpath +90.16 23.28 90.16 17.28 97.16 17.28 97.16 23.28 90.16 23.28 ML +closepath C99 fill + newpath +90.16 17.28 90.16 11.28 97.16 11.28 97.16 17.28 90.16 17.28 ML +closepath C99 fill + newpath +90.16 11.28 90.16 5.28 97.16 5.28 97.16 11.28 90.16 11.28 ML +closepath C99 fill + newpath +90.16 5.28 90.16 -0.72 97.16 -0.72 97.16 5.28 90.16 5.28 ML +closepath C99 fill + newpath +83.16 71.28 83.16 65.28 90.16 65.28 90.16 71.28 83.16 71.28 ML +closepath C99 fill + newpath +83.16 65.28 83.16 59.28 90.16 59.28 90.16 65.28 83.16 65.28 ML +closepath C99 fill + newpath +83.16 59.28 83.16 53.28 90.16 53.28 90.16 59.28 83.16 59.28 ML +closepath C99 fill + newpath +83.16 53.28 83.16 47.28 90.16 47.28 90.16 53.28 83.16 53.28 ML +closepath C99 fill + newpath +83.16 47.28 83.16 41.28 90.16 41.28 90.16 47.28 83.16 47.28 ML +closepath C99 fill + newpath +83.16 41.28 83.16 35.28 90.16 35.28 90.16 41.28 83.16 41.28 ML +closepath C99 fill + newpath +83.16 35.28 83.16 29.28 90.16 29.28 90.16 35.28 83.16 35.28 ML +closepath C99 fill + newpath +83.16 29.28 83.16 23.28 90.16 23.28 90.16 29.28 83.16 29.28 ML +closepath C99 fill + newpath +83.16 23.28 83.16 17.28 90.16 17.28 90.16 23.28 83.16 23.28 ML +closepath C99 fill + newpath +83.16 17.28 83.16 11.28 90.16 11.28 90.16 17.28 83.16 17.28 ML +closepath C99 fill + newpath +83.16 11.28 83.16 5.28 90.16 5.28 90.16 11.28 83.16 11.28 ML +closepath C99 fill + newpath +83.16 5.28 83.16 -0.72 90.16 -0.72 90.16 5.28 83.16 5.28 ML +closepath C99 fill + newpath +76.16 71.28 76.16 65.28 83.16 65.28 83.16 71.28 76.16 71.28 ML +closepath C99 fill + newpath +76.16 65.28 76.16 59.28 83.16 59.28 83.16 65.28 76.16 65.28 ML +closepath C99 fill + newpath +76.16 59.28 76.16 53.28 83.16 53.28 83.16 59.28 76.16 59.28 ML +closepath C99 fill + newpath +76.16 53.28 76.16 47.28 83.16 47.28 83.16 53.28 76.16 53.28 ML +closepath C99 fill + newpath +76.16 47.28 76.16 41.28 83.16 41.28 83.16 47.28 76.16 47.28 ML +closepath C99 fill + newpath +76.16 41.28 76.16 35.28 83.16 35.28 83.16 41.28 76.16 41.28 ML +closepath C99 fill + newpath +76.16 35.28 76.16 29.28 83.16 29.28 83.16 35.28 76.16 35.28 ML +closepath C99 fill + newpath +76.16 29.28 76.16 23.28 83.16 23.28 83.16 29.28 76.16 29.28 ML +closepath C99 fill + newpath +76.16 23.28 76.16 17.28 83.16 17.28 83.16 23.28 76.16 23.28 ML +closepath C99 fill + newpath +76.16 17.28 76.16 11.28 83.16 11.28 83.16 17.28 76.16 17.28 ML +closepath C99 fill + newpath +76.16 11.28 76.16 5.28 83.16 5.28 83.16 11.28 76.16 11.28 ML +closepath C99 fill + newpath +76.16 5.28 76.16 -0.72 83.16 -0.72 83.16 5.28 76.16 5.28 ML +closepath C99 fill + newpath +69.16 71.28 69.16 65.28 76.16 65.28 76.16 71.28 69.16 71.28 ML +closepath C99 fill + newpath +69.16 65.28 69.16 59.28 76.16 59.28 76.16 65.28 69.16 65.28 ML +closepath C99 fill + newpath +69.16 59.28 69.16 53.28 76.16 53.28 76.16 59.28 69.16 59.28 ML +closepath C99 fill + newpath +69.16 53.28 69.16 47.28 76.16 47.28 76.16 53.28 69.16 53.28 ML +closepath C99 fill + newpath +69.16 47.28 69.16 41.28 76.16 41.28 76.16 47.28 69.16 47.28 ML +closepath C99 fill + newpath +69.16 41.28 69.16 35.28 76.16 35.28 76.16 41.28 69.16 41.28 ML +closepath C99 fill + newpath +69.16 35.28 69.16 29.28 76.16 29.28 76.16 35.28 69.16 35.28 ML +closepath C99 fill + newpath +69.16 29.28 69.16 23.28 76.16 23.28 76.16 29.28 69.16 29.28 ML +closepath C99 fill + newpath +69.16 23.28 69.16 17.28 76.16 17.28 76.16 23.28 69.16 23.28 ML +closepath C99 fill + newpath +69.16 17.28 69.16 11.28 76.16 11.28 76.16 17.28 69.16 17.28 ML +closepath C99 fill + newpath +69.16 11.28 69.16 5.28 76.16 5.28 76.16 11.28 69.16 11.28 ML +closepath C99 fill + newpath +69.16 5.28 69.16 -0.72 76.16 -0.72 76.16 5.28 69.16 5.28 ML +closepath C99 fill + newpath +62.16 71.28 62.16 65.28 69.16 65.28 69.16 71.28 62.16 71.28 ML +closepath C99 fill + newpath +62.16 65.28 62.16 59.28 69.16 59.28 69.16 65.28 62.16 65.28 ML +closepath C99 fill + newpath +62.16 59.28 62.16 53.28 69.16 53.28 69.16 59.28 62.16 59.28 ML +closepath C99 fill + newpath +62.16 53.28 62.16 47.28 69.16 47.28 69.16 53.28 62.16 53.28 ML +closepath C99 fill + newpath +62.16 47.28 62.16 41.28 69.16 41.28 69.16 47.28 62.16 47.28 ML +closepath C99 fill + newpath +62.16 41.28 62.16 35.28 69.16 35.28 69.16 41.28 62.16 41.28 ML +closepath C99 fill + newpath +62.16 35.28 62.16 29.28 69.16 29.28 69.16 35.28 62.16 35.28 ML +closepath C99 fill + newpath +62.16 29.28 62.16 23.28 69.16 23.28 69.16 29.28 62.16 29.28 ML +closepath C99 fill + newpath +62.16 23.28 62.16 17.28 69.16 17.28 69.16 23.28 62.16 23.28 ML +closepath C99 fill + newpath +62.16 17.28 62.16 11.28 69.16 11.28 69.16 17.28 62.16 17.28 ML +closepath C99 fill + newpath +62.16 11.28 62.16 5.28 69.16 5.28 69.16 11.28 62.16 11.28 ML +closepath C99 fill + newpath +62.16 5.28 62.16 -0.72 69.16 -0.72 69.16 5.28 62.16 5.28 ML +closepath C99 fill + newpath +55.16 71.28 55.16 65.28 62.16 65.28 62.16 71.28 55.16 71.28 ML +closepath C99 fill + newpath +55.16 65.28 55.16 59.28 62.16 59.28 62.16 65.28 55.16 65.28 ML +closepath C99 fill + newpath +55.16 59.28 55.16 53.28 62.16 53.28 62.16 59.28 55.16 59.28 ML +closepath C99 fill + newpath +55.16 53.28 55.16 47.28 62.16 47.28 62.16 53.28 55.16 53.28 ML +closepath C99 fill + newpath +55.16 47.28 55.16 41.28 62.16 41.28 62.16 47.28 55.16 47.28 ML +closepath C99 fill + newpath +55.16 41.28 55.16 35.28 62.16 35.28 62.16 41.28 55.16 41.28 ML +closepath C99 fill + newpath +55.16 35.28 55.16 29.28 62.16 29.28 62.16 35.28 55.16 35.28 ML +closepath C99 fill + newpath +55.16 29.28 55.16 23.28 62.16 23.28 62.16 29.28 55.16 29.28 ML +closepath C99 fill + newpath +55.16 23.28 55.16 17.28 62.16 17.28 62.16 23.28 55.16 23.28 ML +closepath C99 fill + newpath +55.16 17.28 55.16 11.28 62.16 11.28 62.16 17.28 55.16 17.28 ML +closepath C99 fill + newpath +55.16 11.28 55.16 5.28 62.16 5.28 62.16 11.28 55.16 11.28 ML +closepath C99 fill + newpath +55.16 5.28 55.16 -0.72 62.16 -0.72 62.16 5.28 55.16 5.28 ML +closepath C99 fill + newpath +48.16 71.28 48.16 65.28 55.16 65.28 55.16 71.28 48.16 71.28 ML +closepath C99 fill + newpath +48.16 65.28 48.16 59.28 55.16 59.28 55.16 65.28 48.16 65.28 ML +closepath C99 fill + newpath +48.16 59.28 48.16 53.28 55.16 53.28 55.16 59.28 48.16 59.28 ML +closepath C99 fill + newpath +48.16 53.28 48.16 47.28 55.16 47.28 55.16 53.28 48.16 53.28 ML +closepath C99 fill + newpath +48.16 47.28 48.16 41.28 55.16 41.28 55.16 47.28 48.16 47.28 ML +closepath C99 fill + newpath +48.16 41.28 48.16 35.28 55.16 35.28 55.16 41.28 48.16 41.28 ML +closepath C99 fill + newpath +48.16 35.28 48.16 29.28 55.16 29.28 55.16 35.28 48.16 35.28 ML +closepath C99 fill + newpath +48.16 29.28 48.16 23.28 55.16 23.28 55.16 29.28 48.16 29.28 ML +closepath C99 fill + newpath +48.16 23.28 48.16 17.28 55.16 17.28 55.16 23.28 48.16 23.28 ML +closepath C99 fill + newpath +48.16 17.28 48.16 11.28 55.16 11.28 55.16 17.28 48.16 17.28 ML +closepath C99 fill + newpath +48.16 11.28 48.16 5.28 55.16 5.28 55.16 11.28 48.16 11.28 ML +closepath C99 fill + newpath +48.16 5.28 48.16 -0.72 55.16 -0.72 55.16 5.28 48.16 5.28 ML +closepath C99 fill + newpath +41.16 71.28 41.16 65.28 48.16 65.28 48.16 71.28 41.16 71.28 ML +closepath C99 fill + newpath +41.16 65.28 41.16 59.28 48.16 59.28 48.16 65.28 41.16 65.28 ML +closepath C99 fill + newpath +41.16 59.28 41.16 53.28 48.16 53.28 48.16 59.28 41.16 59.28 ML +closepath C99 fill + newpath +41.16 53.28 41.16 47.28 48.16 47.28 48.16 53.28 41.16 53.28 ML +closepath C99 fill + newpath +41.16 47.28 41.16 41.28 48.16 41.28 48.16 47.28 41.16 47.28 ML +closepath C99 fill + newpath +41.16 41.28 41.16 35.28 48.16 35.28 48.16 41.28 41.16 41.28 ML +closepath C99 fill + newpath +41.16 35.28 41.16 29.28 48.16 29.28 48.16 35.28 41.16 35.28 ML +closepath C99 fill + newpath +41.16 29.28 41.16 23.28 48.16 23.28 48.16 29.28 41.16 29.28 ML +closepath C99 fill + newpath +41.16 23.28 41.16 17.28 48.16 17.28 48.16 23.28 41.16 23.28 ML +closepath C99 fill + newpath +41.16 17.28 41.16 11.28 48.16 11.28 48.16 17.28 41.16 17.28 ML +closepath C99 fill + newpath +41.16 11.28 41.16 5.28 48.16 5.28 48.16 11.28 41.16 11.28 ML +closepath C99 fill + newpath +41.16 5.28 41.16 -0.72 48.16 -0.72 48.16 5.28 41.16 5.28 ML +closepath C99 fill + newpath +34.16 71.28 34.16 65.28 41.16 65.28 41.16 71.28 34.16 71.28 ML +closepath C99 fill + newpath +34.16 65.28 34.16 59.28 41.16 59.28 41.16 65.28 34.16 65.28 ML +closepath C99 fill + newpath +34.16 59.28 34.16 53.28 41.16 53.28 41.16 59.28 34.16 59.28 ML +closepath C99 fill + newpath +34.16 53.28 34.16 47.28 41.16 47.28 41.16 53.28 34.16 53.28 ML +closepath C99 fill + newpath +34.16 47.28 34.16 41.28 41.16 41.28 41.16 47.28 34.16 47.28 ML +closepath C99 fill + newpath +34.16 41.28 34.16 35.28 41.16 35.28 41.16 41.28 34.16 41.28 ML +closepath C99 fill + newpath +34.16 35.28 34.16 29.28 41.16 29.28 41.16 35.28 34.16 35.28 ML +closepath C99 fill + newpath +34.16 29.28 34.16 23.28 41.16 23.28 41.16 29.28 34.16 29.28 ML +closepath C99 fill + newpath +34.16 23.28 34.16 17.28 41.16 17.28 41.16 23.28 34.16 23.28 ML +closepath C99 fill + newpath +34.16 17.28 34.16 11.28 41.16 11.28 41.16 17.28 34.16 17.28 ML +closepath C99 fill + newpath +34.16 11.28 34.16 5.28 41.16 5.28 41.16 11.28 34.16 11.28 ML +closepath C99 fill + newpath +34.16 5.28 34.16 -0.72 41.16 -0.72 41.16 5.28 34.16 5.28 ML +closepath C99 fill + newpath +27.16 71.28 27.16 65.28 34.16 65.28 34.16 71.28 27.16 71.28 ML +closepath C99 fill + newpath +27.16 65.28 27.16 59.28 34.16 59.28 34.16 65.28 27.16 65.28 ML +closepath C99 fill + newpath +27.16 59.28 27.16 53.28 34.16 53.28 34.16 59.28 27.16 59.28 ML +closepath C99 fill + newpath +27.16 53.28 27.16 47.28 34.16 47.28 34.16 53.28 27.16 53.28 ML +closepath C99 fill + newpath +27.16 47.28 27.16 41.28 34.16 41.28 34.16 47.28 27.16 47.28 ML +closepath C99 fill + newpath +27.16 41.28 27.16 35.28 34.16 35.28 34.16 41.28 27.16 41.28 ML +closepath C99 fill + newpath +27.16 35.28 27.16 29.28 34.16 29.28 34.16 35.28 27.16 35.28 ML +closepath C99 fill + newpath +27.16 29.28 27.16 23.28 34.16 23.28 34.16 29.28 27.16 29.28 ML +closepath C99 fill + newpath +27.16 23.28 27.16 17.28 34.16 17.28 34.16 23.28 27.16 23.28 ML +closepath C99 fill + newpath +27.16 17.28 27.16 11.28 34.16 11.28 34.16 17.28 27.16 17.28 ML +closepath C99 fill + newpath +27.16 11.28 27.16 5.28 34.16 5.28 34.16 11.28 27.16 11.28 ML +closepath C99 fill + newpath +27.16 5.28 27.16 -0.72 34.16 -0.72 34.16 5.28 27.16 5.28 ML +closepath C99 fill + newpath +20.16 71.28 20.16 65.28 27.16 65.28 27.16 71.28 20.16 71.28 ML +closepath C99 fill + newpath +20.16 65.28 20.16 59.28 27.16 59.28 27.16 65.28 20.16 65.28 ML +closepath C99 fill + newpath +20.16 59.28 20.16 53.28 27.16 53.28 27.16 59.28 20.16 59.28 ML +closepath C99 fill + newpath +20.16 53.28 20.16 47.28 27.16 47.28 27.16 53.28 20.16 53.28 ML +closepath C99 fill + newpath +20.16 47.28 20.16 41.28 27.16 41.28 27.16 47.28 20.16 47.28 ML +closepath C99 fill + newpath +20.16 41.28 20.16 35.28 27.16 35.28 27.16 41.28 20.16 41.28 ML +closepath C99 fill + newpath +20.16 35.28 20.16 29.28 27.16 29.28 27.16 35.28 20.16 35.28 ML +closepath C99 fill + newpath +20.16 29.28 20.16 23.28 27.16 23.28 27.16 29.28 20.16 29.28 ML +closepath C99 fill + newpath +20.16 23.28 20.16 17.28 27.16 17.28 27.16 23.28 20.16 23.28 ML +closepath C99 fill + newpath +20.16 17.28 20.16 11.28 27.16 11.28 27.16 17.28 20.16 17.28 ML +closepath C99 fill + newpath +20.16 11.28 20.16 5.28 27.16 5.28 27.16 11.28 20.16 11.28 ML +closepath C99 fill + newpath +20.16 5.28 20.16 -0.72 27.16 -0.72 27.16 5.28 20.16 5.28 ML +closepath C99 fill + newpath +13.16 71.28 13.16 65.28 20.16 65.28 20.16 71.28 13.16 71.28 ML +closepath C99 fill + newpath +13.16 65.28 13.16 59.28 20.16 59.28 20.16 65.28 13.16 65.28 ML +closepath C99 fill + newpath +13.16 59.28 13.16 53.28 20.16 53.28 20.16 59.28 13.16 59.28 ML +closepath C99 fill + newpath +13.16 53.28 13.16 47.28 20.16 47.28 20.16 53.28 13.16 53.28 ML +closepath C99 fill + newpath +13.16 47.28 13.16 41.28 20.16 41.28 20.16 47.28 13.16 47.28 ML +closepath C99 fill + newpath +13.16 41.28 13.16 35.28 20.16 35.28 20.16 41.28 13.16 41.28 ML +closepath C99 fill + newpath +13.16 35.28 13.16 29.28 20.16 29.28 20.16 35.28 13.16 35.28 ML +closepath C99 fill + newpath +13.16 29.28 13.16 23.28 20.16 23.28 20.16 29.28 13.16 29.28 ML +closepath C99 fill + newpath +13.16 23.28 13.16 17.28 20.16 17.28 20.16 23.28 13.16 23.28 ML +closepath C99 fill + newpath +13.16 17.28 13.16 11.28 20.16 11.28 20.16 17.28 13.16 17.28 ML +closepath C99 fill + newpath +13.16 11.28 13.16 5.28 20.16 5.28 20.16 11.28 13.16 11.28 ML +closepath C99 fill + newpath +13.16 5.28 13.16 -0.72 20.16 -0.72 20.16 5.28 13.16 5.28 ML +closepath C99 fill + newpath +6.16 71.28 6.16 65.28 13.16 65.28 13.16 71.28 6.16 71.28 ML +closepath C99 fill + newpath +6.16 65.28 6.16 59.28 13.16 59.28 13.16 65.28 6.16 65.28 ML +closepath C99 fill + newpath +6.16 59.28 6.16 53.28 13.16 53.28 13.16 59.28 6.16 59.28 ML +closepath C99 fill + newpath +6.16 53.28 6.16 47.28 13.16 47.28 13.16 53.28 6.16 53.28 ML +closepath C99 fill + newpath +6.16 47.28 6.16 41.28 13.16 41.28 13.16 47.28 6.16 47.28 ML +closepath C99 fill + newpath +6.16 41.28 6.16 35.28 13.16 35.28 13.16 41.28 6.16 41.28 ML +closepath C99 fill + newpath +6.16 35.28 6.16 29.28 13.16 29.28 13.16 35.28 6.16 35.28 ML +closepath C99 fill + newpath +6.16 29.28 6.16 23.28 13.16 23.28 13.16 29.28 6.16 29.28 ML +closepath C99 fill + newpath +6.16 23.28 6.16 17.28 13.16 17.28 13.16 23.28 6.16 23.28 ML +closepath C99 fill + newpath +6.16 17.28 6.16 11.28 13.16 11.28 13.16 17.28 6.16 17.28 ML +closepath C99 fill + newpath +6.16 11.28 6.16 5.28 13.16 5.28 13.16 11.28 6.16 11.28 ML +closepath C99 fill + newpath +6.16 5.28 6.16 -0.72 13.16 -0.72 13.16 5.28 6.16 5.28 ML +closepath C99 fill + newpath +-0.84 71.28 -0.84 65.28 6.16 65.28 6.16 71.28 -0.84 71.28 ML +closepath C99 fill + newpath +-0.84 65.28 -0.84 59.28 6.16 59.28 6.16 65.28 -0.84 65.28 ML +closepath C99 fill + newpath +-0.84 59.28 -0.84 53.28 6.16 53.28 6.16 59.28 -0.84 59.28 ML +closepath C99 fill + newpath +-0.84 53.28 -0.84 47.28 6.16 47.28 6.16 53.28 -0.84 53.28 ML +closepath C99 fill + newpath +-0.84 47.28 -0.84 41.28 6.16 41.28 6.16 47.28 -0.84 47.28 ML +closepath C99 fill + newpath +-0.84 41.28 -0.84 35.28 6.16 35.28 6.16 41.28 -0.84 41.28 ML +closepath C99 fill + newpath +-0.84 35.28 -0.84 29.28 6.16 29.28 6.16 35.28 -0.84 35.28 ML +closepath C99 fill + newpath +-0.84 29.28 -0.84 23.28 6.16 23.28 6.16 29.28 -0.84 29.28 ML +closepath C99 fill + newpath +-0.84 23.28 -0.84 17.28 6.16 17.28 6.16 23.28 -0.84 23.28 ML +closepath C99 fill + newpath +-0.84 17.28 -0.84 11.28 6.16 11.28 6.16 17.28 -0.84 17.28 ML +closepath C99 fill + newpath +-0.84 11.28 -0.84 5.28 6.16 5.28 6.16 11.28 -0.84 11.28 ML +closepath C99 fill + newpath +-0.84 5.28 -0.84 -0.72 6.16 -0.72 6.16 5.28 -0.84 5.28 ML +closepath C99 fill +C100 + 412.16 71.28 412.16 65.28 L + C100 + 419.16 71.28 419.16 65.28 L + C100 + 412.16 71.28 419.16 71.28 L + C100 + 412.16 65.28 412.16 59.28 L + C100 + 419.16 65.28 419.16 59.28 L + C100 + 412.16 59.28 412.16 53.28 L + C100 + 419.16 59.28 419.16 53.28 L + C100 + 412.16 53.28 412.16 47.28 L + C100 + 419.16 53.28 419.16 47.28 L + C100 + 412.16 47.28 412.16 41.28 L + C100 + 419.16 47.28 419.16 41.28 L + C100 + 412.16 41.28 412.16 35.28 L + C100 + 419.16 41.28 419.16 35.28 L + C100 + 412.16 35.28 412.16 29.28 L + C100 + 419.16 35.28 419.16 29.28 L + C100 + 412.16 29.28 412.16 23.28 L + C100 + 419.16 29.28 419.16 23.28 L + C100 + 412.16 23.28 419.16 23.28 L + C100 + 370.16 71.28 370.16 65.28 L + C100 + 363.16 71.28 370.16 71.28 L + C100 + 370.16 65.28 370.16 59.28 L + C100 + 370.16 59.28 370.16 53.28 L + C100 + 370.16 53.28 370.16 47.28 L + C100 + 370.16 47.28 370.16 41.28 L + C100 + 370.16 41.28 370.16 35.28 L + C100 + 370.16 35.28 370.16 29.28 L + C100 + 370.16 29.28 370.16 23.28 L + C100 + 363.16 23.28 370.16 23.28 L + C100 + 356.16 71.28 356.16 65.28 L + C100 + 356.16 71.28 363.16 71.28 L + C100 + 356.16 65.28 356.16 59.28 L + C100 + 356.16 59.28 356.16 53.28 L + C100 + 356.16 53.28 356.16 47.28 L + C100 + 356.16 47.28 356.16 41.28 L + C100 + 356.16 41.28 356.16 35.28 L + C100 + 356.16 35.28 356.16 29.28 L + C100 + 356.16 29.28 356.16 23.28 L + C100 + 356.16 23.28 363.16 23.28 L + C100 + 335.16 71.28 335.16 65.28 L + C100 + 342.16 71.28 342.16 65.28 L + C100 + 335.16 71.28 342.16 71.28 L + C100 + 335.16 65.28 335.16 59.28 L + C100 + 342.16 65.28 342.16 59.28 L + C100 + 335.16 59.28 335.16 53.28 L + C100 + 342.16 59.28 342.16 53.28 L + C100 + 335.16 53.28 335.16 47.28 L + C100 + 342.16 53.28 342.16 47.28 L + C100 + 335.16 47.28 335.16 41.28 L + C100 + 342.16 47.28 342.16 41.28 L + C100 + 335.16 41.28 335.16 35.28 L + C100 + 342.16 41.28 342.16 35.28 L + C100 + 335.16 35.28 335.16 29.28 L + C100 + 342.16 35.28 342.16 29.28 L + C100 + 335.16 29.28 335.16 23.28 L + C100 + 342.16 29.28 342.16 23.28 L + C100 + 335.16 23.28 342.16 23.28 L + C100 + 307.16 71.28 307.16 65.28 L + C100 + 314.16 71.28 314.16 65.28 L + C100 + 307.16 71.28 314.16 71.28 L + C100 + 307.16 65.28 307.16 59.28 L + C100 + 314.16 65.28 314.16 59.28 L + C100 + 307.16 59.28 307.16 53.28 L + C100 + 314.16 59.28 314.16 53.28 L + C100 + 307.16 53.28 307.16 47.28 L + C100 + 314.16 53.28 314.16 47.28 L + C100 + 307.16 47.28 307.16 41.28 L + C100 + 314.16 47.28 314.16 41.28 L + C100 + 307.16 41.28 307.16 35.28 L + C100 + 314.16 41.28 314.16 35.28 L + C100 + 307.16 35.28 307.16 29.28 L + C100 + 314.16 35.28 314.16 29.28 L + C100 + 307.16 29.28 307.16 23.28 L + C100 + 314.16 29.28 314.16 23.28 L + C100 + 307.16 23.28 314.16 23.28 L + C100 + 258.16 71.28 258.16 65.28 L + C100 + 251.16 71.28 258.16 71.28 L + C100 + 258.16 65.28 258.16 59.28 L + C100 + 258.16 59.28 258.16 53.28 L + C100 + 258.16 53.28 258.16 47.28 L + C100 + 258.16 47.28 258.16 41.28 L + C100 + 258.16 41.28 258.16 35.28 L + C100 + 258.16 35.28 258.16 29.28 L + C100 + 258.16 29.28 258.16 23.28 L + C100 + 251.16 23.28 258.16 23.28 L + C100 + 244.16 71.28 244.16 65.28 L + C100 + 244.16 71.28 251.16 71.28 L + C100 + 244.16 65.28 244.16 59.28 L + C100 + 244.16 59.28 244.16 53.28 L + C100 + 244.16 53.28 244.16 47.28 L + C100 + 244.16 47.28 244.16 41.28 L + C100 + 244.16 41.28 244.16 35.28 L + C100 + 244.16 35.28 244.16 29.28 L + C100 + 244.16 29.28 244.16 23.28 L + C100 + 244.16 23.28 251.16 23.28 L + C100 + 237.16 71.28 237.16 65.28 L + C100 + 230.16 71.28 237.16 71.28 L + C100 + 237.16 65.28 237.16 59.28 L + C100 + 237.16 59.28 237.16 53.28 L + C100 + 237.16 53.28 237.16 47.28 L + C100 + 237.16 47.28 237.16 41.28 L + C100 + 237.16 41.28 237.16 35.28 L + C100 + 237.16 35.28 237.16 29.28 L + C100 + 237.16 29.28 237.16 23.28 L + C100 + 230.16 23.28 237.16 23.28 L + C100 + 223.16 71.28 230.16 71.28 L + C100 + 223.16 23.28 230.16 23.28 L + C100 + 216.16 71.28 216.16 65.28 L + C100 + 216.16 71.28 223.16 71.28 L + C100 + 216.16 65.28 216.16 59.28 L + C100 + 216.16 59.28 216.16 53.28 L + C100 + 216.16 53.28 216.16 47.28 L + C100 + 216.16 47.28 216.16 41.28 L + C100 + 216.16 41.28 216.16 35.28 L + C100 + 216.16 35.28 216.16 29.28 L + C100 + 216.16 29.28 216.16 23.28 L + C100 + 216.16 23.28 223.16 23.28 L + C100 + 209.16 71.28 209.16 65.28 L + C100 + 202.16 71.28 209.16 71.28 L + C100 + 209.16 65.28 209.16 59.28 L + C100 + 209.16 59.28 209.16 53.28 L + C100 + 209.16 53.28 209.16 47.28 L + C100 + 209.16 47.28 209.16 41.28 L + C100 + 209.16 41.28 209.16 35.28 L + C100 + 209.16 35.28 209.16 29.28 L + C100 + 209.16 29.28 209.16 23.28 L + C100 + 202.16 23.28 209.16 23.28 L + C100 + 195.16 71.28 202.16 71.28 L + C100 + 195.16 23.28 202.16 23.28 L + C100 + 188.16 71.28 188.16 65.28 L + C100 + 188.16 71.28 195.16 71.28 L + C100 + 188.16 65.28 188.16 59.28 L + C100 + 188.16 59.28 188.16 53.28 L + C100 + 188.16 53.28 188.16 47.28 L + C100 + 188.16 47.28 188.16 41.28 L + C100 + 188.16 41.28 188.16 35.28 L + C100 + 188.16 35.28 188.16 29.28 L + C100 + 188.16 29.28 188.16 23.28 L + C100 + 188.16 23.28 195.16 23.28 L + C100 + 174.16 71.28 174.16 65.28 L + C100 + 181.16 71.28 181.16 65.28 L + C100 + 174.16 71.28 181.16 71.28 L + C100 + 174.16 65.28 174.16 59.28 L + C100 + 181.16 65.28 181.16 59.28 L + C100 + 174.16 59.28 174.16 53.28 L + C100 + 181.16 59.28 181.16 53.28 L + C100 + 174.16 53.28 174.16 47.28 L + C100 + 181.16 53.28 181.16 47.28 L + C100 + 174.16 47.28 174.16 41.28 L + C100 + 181.16 47.28 181.16 41.28 L + C100 + 174.16 41.28 174.16 35.28 L + C100 + 181.16 41.28 181.16 35.28 L + C100 + 174.16 35.28 174.16 29.28 L + C100 + 181.16 35.28 181.16 29.28 L + C100 + 174.16 29.28 174.16 23.28 L + C100 + 181.16 29.28 181.16 23.28 L + C100 + 174.16 23.28 181.16 23.28 L + C100 + 153.16 71.28 153.16 65.28 L + C100 + 160.16 71.28 160.16 65.28 L + C100 + 153.16 71.28 160.16 71.28 L + C100 + 153.16 65.28 153.16 59.28 L + C100 + 160.16 65.28 160.16 59.28 L + C100 + 153.16 59.28 153.16 53.28 L + C100 + 160.16 59.28 160.16 53.28 L + C100 + 153.16 53.28 153.16 47.28 L + C100 + 160.16 53.28 160.16 47.28 L + C100 + 153.16 47.28 153.16 41.28 L + C100 + 160.16 47.28 160.16 41.28 L + C100 + 153.16 41.28 153.16 35.28 L + C100 + 160.16 41.28 160.16 35.28 L + C100 + 153.16 35.28 153.16 29.28 L + C100 + 160.16 35.28 160.16 29.28 L + C100 + 153.16 29.28 153.16 23.28 L + C100 + 160.16 29.28 160.16 23.28 L + C100 + 153.16 23.28 160.16 23.28 L + C100 + 132.16 71.28 132.16 65.28 L + C100 + 139.16 71.28 139.16 65.28 L + C100 + 132.16 71.28 139.16 71.28 L + C100 + 132.16 65.28 132.16 59.28 L + C100 + 139.16 65.28 139.16 59.28 L + C100 + 132.16 59.28 132.16 53.28 L + C100 + 139.16 59.28 139.16 53.28 L + C100 + 132.16 53.28 132.16 47.28 L + C100 + 139.16 53.28 139.16 47.28 L + C100 + 132.16 47.28 132.16 41.28 L + C100 + 139.16 47.28 139.16 41.28 L + C100 + 132.16 41.28 132.16 35.28 L + C100 + 139.16 41.28 139.16 35.28 L + C100 + 132.16 35.28 132.16 29.28 L + C100 + 139.16 35.28 139.16 29.28 L + C100 + 132.16 29.28 132.16 23.28 L + C100 + 139.16 29.28 139.16 23.28 L + C100 + 132.16 23.28 139.16 23.28 L + C100 + 196.00 0.00 moveto +203.00 0.00 lineto +199.50 5.40 lineto +196.00 0.00 lineto +stroke +196.00 0.00 moveto +203.00 0.00 lineto +199.50 5.40 lineto +196.00 0.00 lineto +closepath + C100 + fill +F5 + 0 6 moveto (a1) show +F0 + F5 + 119 6 moveto (a2) show +F0 + F5 + 210 6 moveto (b2) show +F0 + F5 + 329 6 moveto (a3) show +F0 + F5 + 420 6 moveto (a4) show +F0 + C11 + 0.00 12.00 7.00 12.00 7.00 17.40 0.00 17.40 0.00 12.00 ML +stroke +0.00 12.00 7.00 12.00 7.00 17.40 0.00 17.40 0.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 7.00 12.00 14.00 12.00 14.00 17.40 7.00 17.40 7.00 12.00 ML +stroke +7.00 12.00 14.00 12.00 14.00 17.40 7.00 17.40 7.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 17.50 12.00 moveto +17.50 17.40 lineto +14.00 17.40 lineto +14.00 12.00 lineto +17.50 12.00 lineto +stroke +17.50 12.00 moveto +17.50 17.40 lineto +14.00 17.40 lineto +14.00 12.00 lineto +17.50 12.00 lineto +closepath + C11 + fill +newpath +17.50 12.00 moveto +15.40 12.00 15.40 17.40 17.50 17.40 curveto +19.60 17.40 19.60 12.00 17.50 12.00 curveto +stroke +newpath +17.50 12.00 moveto +15.40 12.00 15.40 17.40 17.50 17.40 curveto +19.60 17.40 19.60 12.00 17.50 12.00 curveto +closepath + C11 + fill +17.50 14.43 moveto +17.50 14.97 lineto +21.00 14.97 lineto +21.00 14.43 lineto +17.50 14.43 lineto +stroke +17.50 14.43 moveto +17.50 14.97 lineto +21.00 14.97 lineto +21.00 14.43 lineto +17.50 14.43 lineto +closepath + C11 + fill +C100 + C11 + 66.50 12.00 moveto +66.50 17.40 lineto +70.00 17.40 lineto +70.00 12.00 lineto +66.50 12.00 lineto +stroke +66.50 12.00 moveto +66.50 17.40 lineto +70.00 17.40 lineto +70.00 12.00 lineto +66.50 12.00 lineto +closepath + C11 + fill +newpath +66.50 12.00 moveto +64.40 12.00 64.40 17.40 66.50 17.40 curveto +68.60 17.40 68.60 12.00 66.50 12.00 curveto +closepath + C99 + fill +66.50 14.43 moveto +66.50 14.97 lineto +63.00 14.97 lineto +63.00 14.43 lineto +66.50 14.43 lineto +stroke +66.50 14.43 moveto +66.50 14.97 lineto +63.00 14.97 lineto +63.00 14.43 lineto +66.50 14.43 lineto +closepath + C11 + fill +newpath +66.50 12.00 moveto +64.40 12.00 64.40 17.40 66.50 17.40 curveto +68.60 17.40 68.60 12.00 66.50 12.00 curveto +stroke +C100 + C11 + 70.00 12.00 77.00 12.00 77.00 17.40 70.00 17.40 70.00 12.00 ML +stroke +70.00 12.00 77.00 12.00 77.00 17.40 70.00 17.40 70.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 77.00 12.00 84.00 12.00 84.00 17.40 77.00 17.40 77.00 12.00 ML +stroke +77.00 12.00 84.00 12.00 84.00 17.40 77.00 17.40 77.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 84.00 12.00 91.00 12.00 91.00 17.40 84.00 17.40 84.00 12.00 ML +stroke +84.00 12.00 91.00 12.00 91.00 17.40 84.00 17.40 84.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 91.00 12.00 98.00 12.00 98.00 17.40 91.00 17.40 91.00 12.00 ML +stroke +91.00 12.00 98.00 12.00 98.00 17.40 91.00 17.40 91.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 98.00 12.00 105.00 12.00 105.00 17.40 98.00 17.40 98.00 12.00 ML +stroke +98.00 12.00 105.00 12.00 105.00 17.40 98.00 17.40 98.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 105.00 12.00 112.00 12.00 112.00 17.40 105.00 17.40 105.00 12.00 ML +stroke +105.00 12.00 112.00 12.00 112.00 17.40 105.00 17.40 105.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 112.00 12.00 119.00 12.00 119.00 17.40 112.00 17.40 112.00 12.00 ML +stroke +112.00 12.00 119.00 12.00 119.00 17.40 112.00 17.40 112.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 119.00 12.00 126.00 12.00 126.00 17.40 119.00 17.40 119.00 12.00 ML +stroke +119.00 12.00 126.00 12.00 126.00 17.40 119.00 17.40 119.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 126.00 12.00 133.00 12.00 133.00 17.40 126.00 17.40 126.00 12.00 ML +stroke +126.00 12.00 133.00 12.00 133.00 17.40 126.00 17.40 126.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 133.00 12.00 140.00 12.00 140.00 17.40 133.00 17.40 133.00 12.00 ML +stroke +133.00 12.00 140.00 12.00 140.00 17.40 133.00 17.40 133.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 140.00 12.00 147.00 12.00 147.00 17.40 140.00 17.40 140.00 12.00 ML +stroke +140.00 12.00 147.00 12.00 147.00 17.40 140.00 17.40 140.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 147.00 12.00 154.00 12.00 154.00 17.40 147.00 17.40 147.00 12.00 ML +stroke +147.00 12.00 154.00 12.00 154.00 17.40 147.00 17.40 147.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 154.00 12.00 161.00 12.00 161.00 17.40 154.00 17.40 154.00 12.00 ML +stroke +154.00 12.00 161.00 12.00 161.00 17.40 154.00 17.40 154.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 161.00 12.00 168.00 12.00 168.00 17.40 161.00 17.40 161.00 12.00 ML +stroke +161.00 12.00 168.00 12.00 168.00 17.40 161.00 17.40 161.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 171.50 12.00 moveto +171.50 17.40 lineto +168.00 17.40 lineto +168.00 12.00 lineto +171.50 12.00 lineto +stroke +171.50 12.00 moveto +171.50 17.40 lineto +168.00 17.40 lineto +168.00 12.00 lineto +171.50 12.00 lineto +closepath + C11 + fill +newpath +171.50 12.00 moveto +169.40 12.00 169.40 17.40 171.50 17.40 curveto +173.60 17.40 173.60 12.00 171.50 12.00 curveto +stroke +newpath +171.50 12.00 moveto +169.40 12.00 169.40 17.40 171.50 17.40 curveto +173.60 17.40 173.60 12.00 171.50 12.00 curveto +closepath + C11 + fill +171.50 14.43 moveto +171.50 14.97 lineto +175.00 14.97 lineto +175.00 14.43 lineto +171.50 14.43 lineto +stroke +171.50 14.43 moveto +171.50 14.97 lineto +175.00 14.97 lineto +175.00 14.43 lineto +171.50 14.43 lineto +closepath + C11 + fill +C100 + C11 + 196.00 13.35 203.00 13.35 203.00 16.05 196.00 16.05 196.00 13.35 ML +stroke +196.00 13.35 203.00 13.35 203.00 16.05 196.00 16.05 196.00 13.35 ML +closepath + C11 + fill +C100 + C11 + 203.00 13.35 210.00 13.35 210.00 16.05 203.00 16.05 203.00 13.35 ML +stroke +203.00 13.35 210.00 13.35 210.00 16.05 203.00 16.05 203.00 13.35 ML +closepath + C11 + fill +C100 + C11 + 210.00 13.35 217.00 13.35 217.00 16.05 210.00 16.05 210.00 13.35 ML +stroke +210.00 13.35 217.00 13.35 217.00 16.05 210.00 16.05 210.00 13.35 ML +closepath + C11 + fill +C100 + C11 + 217.00 13.35 224.00 13.35 224.00 16.05 217.00 16.05 217.00 13.35 ML +stroke +217.00 13.35 224.00 13.35 224.00 16.05 217.00 16.05 217.00 13.35 ML +closepath + C11 + fill +C100 + C11 + 224.00 12.00 moveto +228.90 14.70 lineto +224.00 17.40 lineto +224.00 12.00 lineto +stroke +224.00 12.00 moveto +228.90 14.70 lineto +224.00 17.40 lineto +224.00 12.00 lineto +closepath + C11 + fill +C100 + C11 + 290.50 12.00 moveto +290.50 17.40 lineto +294.00 17.40 lineto +294.00 12.00 lineto +290.50 12.00 lineto +stroke +290.50 12.00 moveto +290.50 17.40 lineto +294.00 17.40 lineto +294.00 12.00 lineto +290.50 12.00 lineto +closepath + C11 + fill +newpath +290.50 12.00 moveto +288.40 12.00 288.40 17.40 290.50 17.40 curveto +292.60 17.40 292.60 12.00 290.50 12.00 curveto +closepath + C99 + fill +290.50 14.43 moveto +290.50 14.97 lineto +287.00 14.97 lineto +287.00 14.43 lineto +290.50 14.43 lineto +stroke +290.50 14.43 moveto +290.50 14.97 lineto +287.00 14.97 lineto +287.00 14.43 lineto +290.50 14.43 lineto +closepath + C11 + fill +newpath +290.50 12.00 moveto +288.40 12.00 288.40 17.40 290.50 17.40 curveto +292.60 17.40 292.60 12.00 290.50 12.00 curveto +stroke +C100 + C11 + 294.00 12.00 301.00 12.00 301.00 17.40 294.00 17.40 294.00 12.00 ML +stroke +294.00 12.00 301.00 12.00 301.00 17.40 294.00 17.40 294.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 301.00 12.00 308.00 12.00 308.00 17.40 301.00 17.40 301.00 12.00 ML +stroke +301.00 12.00 308.00 12.00 308.00 17.40 301.00 17.40 301.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 308.00 12.00 315.00 12.00 315.00 17.40 308.00 17.40 308.00 12.00 ML +stroke +308.00 12.00 315.00 12.00 315.00 17.40 308.00 17.40 308.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 315.00 12.00 322.00 12.00 322.00 17.40 315.00 17.40 315.00 12.00 ML +stroke +315.00 12.00 322.00 12.00 322.00 17.40 315.00 17.40 315.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 322.00 12.00 329.00 12.00 329.00 17.40 322.00 17.40 322.00 12.00 ML +stroke +322.00 12.00 329.00 12.00 329.00 17.40 322.00 17.40 322.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 329.00 12.00 336.00 12.00 336.00 17.40 329.00 17.40 329.00 12.00 ML +stroke +329.00 12.00 336.00 12.00 336.00 17.40 329.00 17.40 329.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 336.00 12.00 343.00 12.00 343.00 17.40 336.00 17.40 336.00 12.00 ML +stroke +336.00 12.00 343.00 12.00 343.00 17.40 336.00 17.40 336.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 343.00 12.00 350.00 12.00 350.00 17.40 343.00 17.40 343.00 12.00 ML +stroke +343.00 12.00 350.00 12.00 350.00 17.40 343.00 17.40 343.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 350.00 12.00 357.00 12.00 357.00 17.40 350.00 17.40 350.00 12.00 ML +stroke +350.00 12.00 357.00 12.00 357.00 17.40 350.00 17.40 350.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 357.00 12.00 364.00 12.00 364.00 17.40 357.00 17.40 357.00 12.00 ML +stroke +357.00 12.00 364.00 12.00 364.00 17.40 357.00 17.40 357.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 364.00 12.00 371.00 12.00 371.00 17.40 364.00 17.40 364.00 12.00 ML +stroke +364.00 12.00 371.00 12.00 371.00 17.40 364.00 17.40 364.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 371.00 12.00 378.00 12.00 378.00 17.40 371.00 17.40 371.00 12.00 ML +stroke +371.00 12.00 378.00 12.00 378.00 17.40 371.00 17.40 371.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 381.50 12.00 moveto +381.50 17.40 lineto +378.00 17.40 lineto +378.00 12.00 lineto +381.50 12.00 lineto +stroke +381.50 12.00 moveto +381.50 17.40 lineto +378.00 17.40 lineto +378.00 12.00 lineto +381.50 12.00 lineto +closepath + C11 + fill +newpath +381.50 12.00 moveto +379.40 12.00 379.40 17.40 381.50 17.40 curveto +383.60 17.40 383.60 12.00 381.50 12.00 curveto +stroke +newpath +381.50 12.00 moveto +379.40 12.00 379.40 17.40 381.50 17.40 curveto +383.60 17.40 383.60 12.00 381.50 12.00 curveto +closepath + C11 + fill +381.50 14.43 moveto +381.50 14.97 lineto +385.00 14.97 lineto +385.00 14.43 lineto +381.50 14.43 lineto +stroke +381.50 14.43 moveto +381.50 14.97 lineto +385.00 14.97 lineto +385.00 14.43 lineto +381.50 14.43 lineto +closepath + C11 + fill +C100 + C11 + 402.50 12.00 moveto +402.50 17.40 lineto +406.00 17.40 lineto +406.00 12.00 lineto +402.50 12.00 lineto +stroke +402.50 12.00 moveto +402.50 17.40 lineto +406.00 17.40 lineto +406.00 12.00 lineto +402.50 12.00 lineto +closepath + C11 + fill +newpath +402.50 12.00 moveto +400.40 12.00 400.40 17.40 402.50 17.40 curveto +404.60 17.40 404.60 12.00 402.50 12.00 curveto +closepath + C99 + fill +402.50 14.43 moveto +402.50 14.97 lineto +399.00 14.97 lineto +399.00 14.43 lineto +402.50 14.43 lineto +stroke +402.50 14.43 moveto +402.50 14.97 lineto +399.00 14.97 lineto +399.00 14.43 lineto +402.50 14.43 lineto +closepath + C11 + fill +newpath +402.50 12.00 moveto +400.40 12.00 400.40 17.40 402.50 17.40 curveto +404.60 17.40 404.60 12.00 402.50 12.00 curveto +stroke +C100 + C11 + 406.00 12.00 413.00 12.00 413.00 17.40 406.00 17.40 406.00 12.00 ML +stroke +406.00 12.00 413.00 12.00 413.00 17.40 406.00 17.40 406.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 413.00 12.00 420.00 12.00 420.00 17.40 413.00 17.40 413.00 12.00 ML +stroke +413.00 12.00 420.00 12.00 420.00 17.40 413.00 17.40 413.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 420.00 12.00 427.00 12.00 427.00 17.40 420.00 17.40 420.00 12.00 ML +stroke +420.00 12.00 427.00 12.00 427.00 17.40 420.00 17.40 420.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 427.00 12.00 434.00 12.00 434.00 17.40 427.00 17.40 427.00 12.00 ML +stroke +427.00 12.00 434.00 12.00 434.00 17.40 427.00 17.40 427.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 434.00 12.00 441.00 12.00 441.00 17.40 434.00 17.40 434.00 12.00 ML +stroke +434.00 12.00 441.00 12.00 441.00 17.40 434.00 17.40 434.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 444.50 12.00 moveto +444.50 17.40 lineto +441.00 17.40 lineto +441.00 12.00 lineto +444.50 12.00 lineto +stroke +444.50 12.00 moveto +444.50 17.40 lineto +441.00 17.40 lineto +441.00 12.00 lineto +444.50 12.00 lineto +closepath + C11 + fill +newpath +444.50 12.00 moveto +442.40 12.00 442.40 17.40 444.50 17.40 curveto +446.60 17.40 446.60 12.00 444.50 12.00 curveto +stroke +newpath +444.50 12.00 moveto +442.40 12.00 442.40 17.40 444.50 17.40 curveto +446.60 17.40 446.60 12.00 444.50 12.00 curveto +closepath + C11 + fill +444.50 14.43 moveto +444.50 14.97 lineto +448.00 14.97 lineto +448.00 14.43 lineto +444.50 14.43 lineto +stroke +444.50 14.43 moveto +444.50 14.97 lineto +448.00 14.97 lineto +448.00 14.43 lineto +444.50 14.43 lineto +closepath + C11 + fill +C100 + 28 18 moveto (20) show + 119 18 moveto (30) show + 189 18 moveto (40) show + 280 18 moveto (50) show + 350 18 moveto (60) show + 420 18 moveto (70) show +(P) 0 24 P +(L) 7 24 P +(F) 14 24 P +(G) 21 24 P +(D) 28 24 P +(D) 35 24 P +(Q) 63 24 P +(A) 70 24 P +(A) 77 24 P +(K) 84 24 P +(M) 91 24 P +(R) 98 24 P +(V) 105 24 P +(A) 112 24 P +(Q) 119 24 P +(Q) 126 24 P +(I) 133 24 P +(D) 140 24 P +(A) 147 24 P +(A) 154 24 P +(S) 161 24 P +(R) 168 24 P +(D) 175 24 P +(T) 182 24 P +F2 + C99 + (G) 189 24 P +F0 + C100 + (F) 196 24 P +F2 + C99 + (F) 203 24 P +F0 + C100 + (Y) 210 24 P +(A) 217 24 P +(V) 224 24 P +(N) 231 24 P +(H) 238 24 P +F2 + C99 + (G) 245 24 P +F0 + C100 + (I) 252 24 P +(N) 280 24 P +(V) 287 24 P +(Q) 294 24 P +(R) 301 24 P +(L) 308 24 P +(S) 315 24 P +(Q) 322 24 P +(K) 329 24 P +(T) 336 24 P +(K) 343 24 P +(E) 350 24 P +(F) 357 24 P +(H) 364 24 P +(M) 371 24 P +(S) 378 24 P +(I) 385 24 P +(T) 392 24 P +(P) 399 24 P +(E) 406 24 P +(E) 413 24 P +(K) 420 24 P +(W) 427 24 P +(D) 434 24 P +(L) 441 24 P +(A) 448 24 P +(I) 455 24 P +(D) 0 30 P +(L) 7 30 P +(K) 77 30 P +(S) 84 30 P +(G) 91 30 P +(K) 98 30 P +(V) 105 30 P +(L) 112 30 P +(T) 119 30 P +(E) 126 30 P +(L) 133 30 P +(A) 140 30 P +(E) 147 30 P +(A) 154 30 P +(V) 161 30 P +(T) 168 30 P +(T) 175 30 P +(K) 182 30 P +F2 + C99 + (G) 189 30 P +F0 + C100 + (I) 196 30 P +F2 + C99 + (F) 203 30 P +F0 + C100 + (Y) 210 30 P +(L) 217 30 P +(T) 224 30 P +(E) 231 30 P +(S) 238 30 P +F2 + C99 + (G) 245 30 P +F0 + C100 + (L) 252 30 P +(V) 259 30 P +(D) 266 30 P +(D) 273 30 P +(D) 280 30 P +(H) 287 30 P +(T) 294 30 P +(S) 301 30 P +(A) 308 30 P +(R) 315 30 P +(E) 322 30 P +(T) 329 30 P +(C) 336 30 P +(V) 343 30 P +(D) 350 30 P +(F) 357 30 P +(F) 364 30 P +(K) 371 30 P +(N) 378 30 P +(G) 385 30 P +(S) 392 30 P +(E) 399 30 P +(E) 406 30 P +(E) 413 30 P +(K) 420 30 P +(R) 427 30 P +(A) 434 30 P +(V) 441 30 P +(T) 448 30 P +(L) 455 30 P +(E) 0 36 P +(L) 7 36 P +(Q) 77 36 P +(Q) 84 36 P +(G) 91 36 P +(L) 98 36 P +(H) 105 36 P +(Q) 112 36 P +(D) 119 36 P +(E) 126 36 P +(F) 133 36 P +(R) 140 36 P +(R) 147 36 P +(C) 154 36 P +(L) 161 36 P +(R) 168 36 P +(D) 175 36 P +(K) 182 36 P +F2 + C99 + (G) 189 36 P +F0 + C100 + (L) 196 36 P +F2 + C99 + (F) 203 36 P +F0 + C100 + (Y) 210 36 P +(L) 217 36 P +(T) 224 36 P +(D) 231 36 P +(C) 238 36 P +F2 + C99 + (G) 245 36 P +F0 + C100 + (L) 252 36 P +(T) 259 36 P +(D) 266 36 P +(T) 273 36 P +(E) 280 36 P +(L) 287 36 P +(K) 294 36 P +(S) 301 36 P +(A) 308 36 P +(K) 315 36 P +(D) 322 36 P +(L) 329 36 P +(V) 336 36 P +(I) 343 36 P +(D) 350 36 P +(F) 357 36 P +(F) 364 36 P +(E) 371 36 P +(H) 378 36 P +(G) 385 36 P +(S) 392 36 P +(E) 399 36 P +(A) 406 36 P +(E) 413 36 P +(K) 420 36 P +(R) 427 36 P +(A) 434 36 P +(V) 441 36 P +(T) 448 36 P +(S) 455 36 P +(D) 0 42 P +(L) 7 42 P +(E) 14 42 P +(K) 21 42 P +(F) 28 42 P +(M) 35 42 P +(S) 42 42 P +(G) 49 42 P +(D) 56 42 P +(K) 63 42 P +(S) 70 42 P +(Y) 77 42 P +(V) 84 42 P +(E) 91 42 P +(E) 98 42 P +(A) 105 42 P +(T) 112 42 P +(R) 119 42 P +(L) 126 42 P +(V) 133 42 P +(D) 140 42 P +(E) 147 42 P +(A) 154 42 P +(C) 161 42 P +(R) 168 42 P +(Q) 175 42 P +(H) 182 42 P +F2 + C99 + (G) 189 42 P +F0 + C100 + (I) 196 42 P +F2 + C99 + (F) 203 42 P +F0 + C100 + (F) 210 42 P +(V) 217 42 P +(V) 224 42 P +(N) 231 42 P +(H) 238 42 P +F2 + C99 + (G) 245 42 P +F0 + C100 + (V) 252 42 P +(D) 259 42 P +(I) 266 42 P +(E) 273 42 P +(M) 280 42 P +(M) 287 42 P +(G) 294 42 P +(R) 301 42 P +(V) 308 42 P +(H) 315 42 P +(D) 322 42 P +(C) 329 42 P +(M) 336 42 P +(N) 343 42 P +(E) 350 42 P +(F) 357 42 P +(F) 364 42 P +(T) 371 42 P +(M) 378 42 P +(P) 385 42 P +(L) 392 42 P +(D) 399 42 P +(V) 406 42 P +(K) 413 42 P +(Q) 420 42 P +(R) 427 42 P +(A) 434 42 P +(K) 441 42 P +(R) 448 42 P +(K) 455 42 P +(P) 0 48 P +(V) 7 48 P +(I) 14 48 P +(D) 21 48 P +(L) 28 48 P +(R) 35 48 P +(D) 63 48 P +(P) 70 48 P +(D) 77 48 P +(E) 84 48 P +(N) 91 48 P +(K) 98 48 P +(M) 105 48 P +(V) 112 48 P +(K) 119 48 P +(L) 126 48 P +(I) 133 48 P +(A) 140 48 P +(D) 147 48 P +(A) 154 48 P +(S) 161 48 P +(K) 168 48 P +(E) 175 48 P +(W) 182 48 P +F2 + C99 + (G) 189 48 P +F0 + C100 + (I) 196 48 P +F2 + C99 + (F) 203 48 P +F0 + C100 + (Q) 210 48 P +(L) 217 48 P +(I) 224 48 P +(N) 231 48 P +(H) 238 48 P +F2 + C99 + (G) 245 48 P +F0 + C100 + (I) 252 48 P +(P) 259 48 P +(D) 266 48 P +(E) 273 48 P +(A) 280 48 P +(I) 287 48 P +(A) 294 48 P +(D) 301 48 P +(L) 308 48 P +(Q) 315 48 P +(K) 322 48 P +(V) 329 48 P +(G) 336 48 P +(K) 343 48 P +(E) 350 48 P +(F) 357 48 P +(F) 364 48 P +(E) 371 48 P +(H) 378 48 P +(V) 385 48 P +(P) 392 48 P +(Q) 399 48 P +(E) 406 48 P +(E) 413 48 P +(K) 420 48 P +(E) 427 48 P +(L) 434 48 P +(I) 441 48 P +(A) 448 48 P +(K) 455 48 P +(Q) 0 54 P +(H) 7 54 P +(H) 84 54 P +(H) 91 54 P +(L) 98 54 P +(L) 105 54 P +(V) 112 54 P +(Q) 119 54 P +(Q) 126 54 P +(I) 133 54 P +(T) 140 54 P +(K) 147 54 P +(A) 154 54 P +(C) 161 54 P +(Q) 168 54 P +(D) 175 54 P +(F) 182 54 P +F2 + C99 + (G) 189 54 P +F0 + C100 + (L) 196 54 P +F2 + C99 + (F) 203 54 P +F0 + C100 + (Q) 210 54 P +(V) 217 54 P +(I) 224 54 P +(N) 231 54 P +(H) 238 54 P +F2 + C99 + (G) 245 54 P +F0 + C100 + (F) 252 54 P +(P) 259 54 P +(E) 266 54 P +(E) 273 54 P +(L) 280 54 P +(M) 287 54 P +(L) 294 54 P +(E) 301 54 P +(T) 308 54 P +(M) 315 54 P +(E) 322 54 P +(V) 329 54 P +(C) 336 54 P +(K) 343 54 P +(E) 350 54 P +(F) 357 54 P +(F) 364 54 P +(A) 371 54 P +(L) 378 54 P +(P) 385 54 P +(A) 392 54 P +(E) 399 54 P +(E) 406 54 P +(K) 413 54 P +(E) 420 54 P +(K) 427 54 P +(F) 434 54 P +(K) 441 54 P +(P) 448 54 P +(K) 455 54 P +(G) 0 60 P +(I) 7 60 P +(D) 14 60 P +(G) 21 60 P +(P) 63 60 P +(R) 70 60 P +(R) 77 60 P +(R) 84 60 P +(A) 91 60 P +(E) 98 60 P +(I) 105 60 P +(R) 112 60 P +(G) 119 60 P +(R) 126 60 P +(V) 133 60 P +(A) 140 60 P +(A) 147 60 P +(A) 154 60 P +(C) 161 60 P +(E) 168 60 P +(D) 175 60 P +(W) 182 60 P +F2 + C99 + (G) 189 60 P +F0 + C100 + (I) 196 60 P +F2 + C99 + (F) 203 60 P +F0 + C100 + (Q) 210 60 P +(V) 217 60 P +(V) 224 60 P +(D) 231 60 P +(H) 238 60 P +F2 + C99 + (G) 245 60 P +F0 + C100 + (V) 252 60 P +(D) 259 60 P +(A) 266 60 P +(A) 273 60 P +(L) 280 60 P +(V) 287 60 P +(A) 294 60 P +(D) 301 60 P +(M) 308 60 P +(A) 315 60 P +(R) 322 60 P +(L) 329 60 P +(A) 336 60 P +(R) 343 60 P +(D) 350 60 P +(F) 357 60 P +(F) 364 60 P +(A) 371 60 P +(L) 378 60 P +(P) 385 60 P +(P) 392 60 P +(E) 399 60 P +(D) 406 60 P +(K) 413 60 P +(L) 420 60 P +(R) 427 60 P +(F) 434 60 P +(D) 441 60 P +(M) 448 60 P +(S) 455 60 P +(K) 0 66 P +(L) 7 66 P +(N) 14 66 P +(G) 63 66 P +(D) 70 66 P +(E) 77 66 P +(R) 84 66 P +(A) 91 66 P +(N) 98 66 P +(T) 105 66 P +(M) 112 66 P +(E) 119 66 P +(M) 126 66 P +(I) 133 66 P +(K) 140 66 P +(D) 147 66 P +(A) 154 66 P +(C) 161 66 P +(E) 168 66 P +(N) 175 66 P +(W) 182 66 P +F2 + C99 + (G) 189 66 P +F0 + C100 + (F) 196 66 P +F2 + C99 + (F) 203 66 P +F0 + C100 + (E) 210 66 P +(L) 217 66 P +(V) 224 66 P +(N) 231 66 P +(H) 238 66 P +F2 + C99 + (G) 245 66 P +F0 + C100 + (I) 252 66 P +(P) 259 66 P +(H) 266 66 P +(E) 273 66 P +(V) 280 66 P +(M) 287 66 P +(D) 294 66 P +(T) 301 66 P +(V) 308 66 P +(E) 315 66 P +(K) 322 66 P +(M) 329 66 P +(T) 336 66 P +(K) 343 66 P +(G) 350 66 P +(H) 357 66 P +(Y) 364 66 P +(K) 371 66 P +(K) 378 66 P +(C) 385 66 P +(M) 392 66 P +(E) 399 66 P +(Q) 406 66 P +(R) 413 66 P +(F) 420 66 P +(K) 427 66 P +(E) 434 66 P +(L) 441 66 P +(V) 448 66 P +(A) 455 66 P +0 -588 translate +0 504 translate +2 setlinecap + 0.33 setlinewidth + newpath +454.16 71.28 454.16 65.28 461.16 65.28 461.16 71.28 454.16 71.28 ML +closepath C2 fill + newpath +454.16 65.28 454.16 59.28 461.16 59.28 461.16 65.28 454.16 65.28 ML +closepath C2 fill + newpath +454.16 59.28 454.16 53.28 461.16 53.28 461.16 59.28 454.16 59.28 ML +closepath C2 fill + newpath +454.16 53.28 454.16 47.28 461.16 47.28 461.16 53.28 454.16 53.28 ML +closepath C2 fill + newpath +454.16 47.28 454.16 41.28 461.16 41.28 461.16 47.28 454.16 47.28 ML +closepath C2 fill + newpath +454.16 41.28 454.16 35.28 461.16 35.28 461.16 41.28 454.16 41.28 ML +closepath C2 fill + newpath +454.16 35.28 454.16 29.28 461.16 29.28 461.16 35.28 454.16 35.28 ML +closepath C2 fill + newpath +454.16 29.28 454.16 23.28 461.16 23.28 461.16 29.28 454.16 29.28 ML +closepath C2 fill + newpath +454.16 23.28 454.16 17.28 461.16 17.28 461.16 23.28 454.16 23.28 ML +closepath C99 fill + newpath +454.16 17.28 454.16 11.28 461.16 11.28 461.16 17.28 454.16 17.28 ML +closepath C99 fill + newpath +454.16 11.28 454.16 5.28 461.16 5.28 461.16 11.28 454.16 11.28 ML +closepath C99 fill + newpath +454.16 5.28 454.16 -0.72 461.16 -0.72 461.16 5.28 454.16 5.28 ML +closepath C99 fill + newpath +447.16 71.28 447.16 65.28 454.16 65.28 454.16 71.28 447.16 71.28 ML +closepath C99 fill + newpath +447.16 65.28 447.16 59.28 454.16 59.28 454.16 65.28 447.16 65.28 ML +closepath C99 fill + newpath +447.16 59.28 447.16 53.28 454.16 53.28 454.16 59.28 447.16 59.28 ML +closepath C99 fill + newpath +447.16 53.28 447.16 47.28 454.16 47.28 454.16 53.28 447.16 53.28 ML +closepath C99 fill + newpath +447.16 47.28 447.16 41.28 454.16 41.28 454.16 47.28 447.16 47.28 ML +closepath C99 fill + newpath +447.16 41.28 447.16 35.28 454.16 35.28 454.16 41.28 447.16 41.28 ML +closepath C99 fill + newpath +447.16 35.28 447.16 29.28 454.16 29.28 454.16 35.28 447.16 35.28 ML +closepath C99 fill + newpath +447.16 29.28 447.16 23.28 454.16 23.28 454.16 29.28 447.16 29.28 ML +closepath C99 fill + newpath +447.16 23.28 447.16 17.28 454.16 17.28 454.16 23.28 447.16 23.28 ML +closepath C99 fill + newpath +447.16 17.28 447.16 11.28 454.16 11.28 454.16 17.28 447.16 17.28 ML +closepath C99 fill + newpath +447.16 11.28 447.16 5.28 454.16 5.28 454.16 11.28 447.16 11.28 ML +closepath C99 fill + newpath +447.16 5.28 447.16 -0.72 454.16 -0.72 454.16 5.28 447.16 5.28 ML +closepath C99 fill + newpath +440.16 71.28 440.16 65.28 447.16 65.28 447.16 71.28 440.16 71.28 ML +closepath C99 fill + newpath +440.16 65.28 440.16 59.28 447.16 59.28 447.16 65.28 440.16 65.28 ML +closepath C99 fill + newpath +440.16 59.28 440.16 53.28 447.16 53.28 447.16 59.28 440.16 59.28 ML +closepath C99 fill + newpath +440.16 53.28 440.16 47.28 447.16 47.28 447.16 53.28 440.16 53.28 ML +closepath C99 fill + newpath +440.16 47.28 440.16 41.28 447.16 41.28 447.16 47.28 440.16 47.28 ML +closepath C99 fill + newpath +440.16 41.28 440.16 35.28 447.16 35.28 447.16 41.28 440.16 41.28 ML +closepath C99 fill + newpath +440.16 35.28 440.16 29.28 447.16 29.28 447.16 35.28 440.16 35.28 ML +closepath C99 fill + newpath +440.16 29.28 440.16 23.28 447.16 23.28 447.16 29.28 440.16 29.28 ML +closepath C99 fill + newpath +440.16 23.28 440.16 17.28 447.16 17.28 447.16 23.28 440.16 23.28 ML +closepath C99 fill + newpath +440.16 17.28 440.16 11.28 447.16 11.28 447.16 17.28 440.16 17.28 ML +closepath C99 fill + newpath +440.16 11.28 440.16 5.28 447.16 5.28 447.16 11.28 440.16 11.28 ML +closepath C99 fill + newpath +440.16 5.28 440.16 -0.72 447.16 -0.72 447.16 5.28 440.16 5.28 ML +closepath C99 fill + newpath +433.16 71.28 433.16 65.28 440.16 65.28 440.16 71.28 433.16 71.28 ML +closepath C2 fill + newpath +433.16 65.28 433.16 59.28 440.16 59.28 440.16 65.28 433.16 65.28 ML +closepath C2 fill + newpath +433.16 59.28 433.16 53.28 440.16 53.28 440.16 59.28 433.16 59.28 ML +closepath C2 fill + newpath +433.16 53.28 433.16 47.28 440.16 47.28 440.16 53.28 433.16 53.28 ML +closepath C2 fill + newpath +433.16 47.28 433.16 41.28 440.16 41.28 440.16 47.28 433.16 47.28 ML +closepath C2 fill + newpath +433.16 41.28 433.16 35.28 440.16 35.28 440.16 41.28 433.16 41.28 ML +closepath C2 fill + newpath +433.16 35.28 433.16 29.28 440.16 29.28 440.16 35.28 433.16 35.28 ML +closepath C2 fill + newpath +433.16 29.28 433.16 23.28 440.16 23.28 440.16 29.28 433.16 29.28 ML +closepath C2 fill + newpath +433.16 23.28 433.16 17.28 440.16 17.28 440.16 23.28 433.16 23.28 ML +closepath C99 fill + newpath +433.16 17.28 433.16 11.28 440.16 11.28 440.16 17.28 433.16 17.28 ML +closepath C99 fill + newpath +433.16 11.28 433.16 5.28 440.16 5.28 440.16 11.28 433.16 11.28 ML +closepath C99 fill + newpath +433.16 5.28 433.16 -0.72 440.16 -0.72 440.16 5.28 433.16 5.28 ML +closepath C99 fill + newpath +426.16 71.28 426.16 65.28 433.16 65.28 433.16 71.28 426.16 71.28 ML +closepath C99 fill + newpath +426.16 65.28 426.16 59.28 433.16 59.28 433.16 65.28 426.16 65.28 ML +closepath C99 fill + newpath +426.16 59.28 426.16 53.28 433.16 53.28 433.16 59.28 426.16 59.28 ML +closepath C99 fill + newpath +426.16 53.28 426.16 47.28 433.16 47.28 433.16 53.28 426.16 53.28 ML +closepath C99 fill + newpath +426.16 47.28 426.16 41.28 433.16 41.28 433.16 47.28 426.16 47.28 ML +closepath C99 fill + newpath +426.16 41.28 426.16 35.28 433.16 35.28 433.16 41.28 426.16 41.28 ML +closepath C99 fill + newpath +426.16 35.28 426.16 29.28 433.16 29.28 433.16 35.28 426.16 35.28 ML +closepath C99 fill + newpath +426.16 29.28 426.16 23.28 433.16 23.28 433.16 29.28 426.16 29.28 ML +closepath C99 fill + newpath +426.16 23.28 426.16 17.28 433.16 17.28 433.16 23.28 426.16 23.28 ML +closepath C99 fill + newpath +426.16 17.28 426.16 11.28 433.16 11.28 433.16 17.28 426.16 17.28 ML +closepath C99 fill + newpath +426.16 11.28 426.16 5.28 433.16 5.28 433.16 11.28 426.16 11.28 ML +closepath C99 fill + newpath +426.16 5.28 426.16 -0.72 433.16 -0.72 433.16 5.28 426.16 5.28 ML +closepath C99 fill + newpath +419.16 71.28 419.16 65.28 426.16 65.28 426.16 71.28 419.16 71.28 ML +closepath C99 fill + newpath +419.16 65.28 419.16 59.28 426.16 59.28 426.16 65.28 419.16 65.28 ML +closepath C99 fill + newpath +419.16 59.28 419.16 53.28 426.16 53.28 426.16 59.28 419.16 59.28 ML +closepath C99 fill + newpath +419.16 53.28 419.16 47.28 426.16 47.28 426.16 53.28 419.16 53.28 ML +closepath C99 fill + newpath +419.16 47.28 419.16 41.28 426.16 41.28 426.16 47.28 419.16 47.28 ML +closepath C99 fill + newpath +419.16 41.28 419.16 35.28 426.16 35.28 426.16 41.28 419.16 41.28 ML +closepath C99 fill + newpath +419.16 35.28 419.16 29.28 426.16 29.28 426.16 35.28 419.16 35.28 ML +closepath C99 fill + newpath +419.16 29.28 419.16 23.28 426.16 23.28 426.16 29.28 419.16 29.28 ML +closepath C99 fill + newpath +419.16 23.28 419.16 17.28 426.16 17.28 426.16 23.28 419.16 23.28 ML +closepath C99 fill + newpath +419.16 17.28 419.16 11.28 426.16 11.28 426.16 17.28 419.16 17.28 ML +closepath C99 fill + newpath +419.16 11.28 419.16 5.28 426.16 5.28 426.16 11.28 419.16 11.28 ML +closepath C99 fill + newpath +419.16 5.28 419.16 -0.72 426.16 -0.72 426.16 5.28 419.16 5.28 ML +closepath C99 fill + newpath +412.16 71.28 412.16 65.28 419.16 65.28 419.16 71.28 412.16 71.28 ML +closepath C99 fill + newpath +412.16 65.28 412.16 59.28 419.16 59.28 419.16 65.28 412.16 65.28 ML +closepath C99 fill + newpath +412.16 59.28 412.16 53.28 419.16 53.28 419.16 59.28 412.16 59.28 ML +closepath C99 fill + newpath +412.16 53.28 412.16 47.28 419.16 47.28 419.16 53.28 412.16 53.28 ML +closepath C99 fill + newpath +412.16 47.28 412.16 41.28 419.16 41.28 419.16 47.28 412.16 47.28 ML +closepath C99 fill + newpath +412.16 41.28 412.16 35.28 419.16 35.28 419.16 41.28 412.16 41.28 ML +closepath C99 fill + newpath +412.16 35.28 412.16 29.28 419.16 29.28 419.16 35.28 412.16 35.28 ML +closepath C99 fill + newpath +412.16 29.28 412.16 23.28 419.16 23.28 419.16 29.28 412.16 29.28 ML +closepath C99 fill + newpath +412.16 23.28 412.16 17.28 419.16 17.28 419.16 23.28 412.16 23.28 ML +closepath C99 fill + newpath +412.16 17.28 412.16 11.28 419.16 11.28 419.16 17.28 412.16 17.28 ML +closepath C99 fill + newpath +412.16 11.28 412.16 5.28 419.16 5.28 419.16 11.28 412.16 11.28 ML +closepath C99 fill + newpath +412.16 5.28 412.16 -0.72 419.16 -0.72 419.16 5.28 412.16 5.28 ML +closepath C99 fill + newpath +405.16 71.28 405.16 65.28 412.16 65.28 412.16 71.28 405.16 71.28 ML +closepath C99 fill + newpath +405.16 65.28 405.16 59.28 412.16 59.28 412.16 65.28 405.16 65.28 ML +closepath C99 fill + newpath +405.16 59.28 405.16 53.28 412.16 53.28 412.16 59.28 405.16 59.28 ML +closepath C99 fill + newpath +405.16 53.28 405.16 47.28 412.16 47.28 412.16 53.28 405.16 53.28 ML +closepath C99 fill + newpath +405.16 47.28 405.16 41.28 412.16 41.28 412.16 47.28 405.16 47.28 ML +closepath C99 fill + newpath +405.16 41.28 405.16 35.28 412.16 35.28 412.16 41.28 405.16 41.28 ML +closepath C99 fill + newpath +405.16 35.28 405.16 29.28 412.16 29.28 412.16 35.28 405.16 35.28 ML +closepath C99 fill + newpath +405.16 29.28 405.16 23.28 412.16 23.28 412.16 29.28 405.16 29.28 ML +closepath C99 fill + newpath +405.16 23.28 405.16 17.28 412.16 17.28 412.16 23.28 405.16 23.28 ML +closepath C99 fill + newpath +405.16 17.28 405.16 11.28 412.16 11.28 412.16 17.28 405.16 17.28 ML +closepath C99 fill + newpath +405.16 11.28 405.16 5.28 412.16 5.28 412.16 11.28 405.16 11.28 ML +closepath C99 fill + newpath +405.16 5.28 405.16 -0.72 412.16 -0.72 412.16 5.28 405.16 5.28 ML +closepath C99 fill + newpath +398.16 71.28 398.16 65.28 405.16 65.28 405.16 71.28 398.16 71.28 ML +closepath C99 fill + newpath +398.16 65.28 398.16 59.28 405.16 59.28 405.16 65.28 398.16 65.28 ML +closepath C99 fill + newpath +398.16 59.28 398.16 53.28 405.16 53.28 405.16 59.28 398.16 59.28 ML +closepath C99 fill + newpath +398.16 53.28 398.16 47.28 405.16 47.28 405.16 53.28 398.16 53.28 ML +closepath C99 fill + newpath +398.16 47.28 398.16 41.28 405.16 41.28 405.16 47.28 398.16 47.28 ML +closepath C99 fill + newpath +398.16 41.28 398.16 35.28 405.16 35.28 405.16 41.28 398.16 41.28 ML +closepath C99 fill + newpath +398.16 35.28 398.16 29.28 405.16 29.28 405.16 35.28 398.16 35.28 ML +closepath C99 fill + newpath +398.16 29.28 398.16 23.28 405.16 23.28 405.16 29.28 398.16 29.28 ML +closepath C99 fill + newpath +398.16 23.28 398.16 17.28 405.16 17.28 405.16 23.28 398.16 23.28 ML +closepath C99 fill + newpath +398.16 17.28 398.16 11.28 405.16 11.28 405.16 17.28 398.16 17.28 ML +closepath C99 fill + newpath +398.16 11.28 398.16 5.28 405.16 5.28 405.16 11.28 398.16 11.28 ML +closepath C99 fill + newpath +398.16 5.28 398.16 -0.72 405.16 -0.72 405.16 5.28 398.16 5.28 ML +closepath C99 fill + newpath +391.16 71.28 391.16 65.28 398.16 65.28 398.16 71.28 391.16 71.28 ML +closepath C99 fill + newpath +391.16 65.28 391.16 59.28 398.16 59.28 398.16 65.28 391.16 65.28 ML +closepath C99 fill + newpath +391.16 59.28 391.16 53.28 398.16 53.28 398.16 59.28 391.16 59.28 ML +closepath C99 fill + newpath +391.16 53.28 391.16 47.28 398.16 47.28 398.16 53.28 391.16 53.28 ML +closepath C99 fill + newpath +391.16 47.28 391.16 41.28 398.16 41.28 398.16 47.28 391.16 47.28 ML +closepath C99 fill + newpath +391.16 41.28 391.16 35.28 398.16 35.28 398.16 41.28 391.16 41.28 ML +closepath C99 fill + newpath +391.16 35.28 391.16 29.28 398.16 29.28 398.16 35.28 391.16 35.28 ML +closepath C99 fill + newpath +391.16 29.28 391.16 23.28 398.16 23.28 398.16 29.28 391.16 29.28 ML +closepath C99 fill + newpath +391.16 23.28 391.16 17.28 398.16 17.28 398.16 23.28 391.16 23.28 ML +closepath C99 fill + newpath +391.16 17.28 391.16 11.28 398.16 11.28 398.16 17.28 391.16 17.28 ML +closepath C99 fill + newpath +391.16 11.28 391.16 5.28 398.16 5.28 398.16 11.28 391.16 11.28 ML +closepath C99 fill + newpath +391.16 5.28 391.16 -0.72 398.16 -0.72 398.16 5.28 391.16 5.28 ML +closepath C99 fill + newpath +384.16 71.28 384.16 65.28 391.16 65.28 391.16 71.28 384.16 71.28 ML +closepath C99 fill + newpath +384.16 65.28 384.16 59.28 391.16 59.28 391.16 65.28 384.16 65.28 ML +closepath C99 fill + newpath +384.16 59.28 384.16 53.28 391.16 53.28 391.16 59.28 384.16 59.28 ML +closepath C99 fill + newpath +384.16 53.28 384.16 47.28 391.16 47.28 391.16 53.28 384.16 53.28 ML +closepath C99 fill + newpath +384.16 47.28 384.16 41.28 391.16 41.28 391.16 47.28 384.16 47.28 ML +closepath C99 fill + newpath +384.16 41.28 384.16 35.28 391.16 35.28 391.16 41.28 384.16 41.28 ML +closepath C99 fill + newpath +384.16 35.28 384.16 29.28 391.16 29.28 391.16 35.28 384.16 35.28 ML +closepath C99 fill + newpath +384.16 29.28 384.16 23.28 391.16 23.28 391.16 29.28 384.16 29.28 ML +closepath C99 fill + newpath +384.16 23.28 384.16 17.28 391.16 17.28 391.16 23.28 384.16 23.28 ML +closepath C99 fill + newpath +384.16 17.28 384.16 11.28 391.16 11.28 391.16 17.28 384.16 17.28 ML +closepath C99 fill + newpath +384.16 11.28 384.16 5.28 391.16 5.28 391.16 11.28 384.16 11.28 ML +closepath C99 fill + newpath +384.16 5.28 384.16 -0.72 391.16 -0.72 391.16 5.28 384.16 5.28 ML +closepath C99 fill + newpath +377.16 71.28 377.16 65.28 384.16 65.28 384.16 71.28 377.16 71.28 ML +closepath C2 fill + newpath +377.16 65.28 377.16 59.28 384.16 59.28 384.16 65.28 377.16 65.28 ML +closepath C2 fill + newpath +377.16 59.28 377.16 53.28 384.16 53.28 384.16 59.28 377.16 59.28 ML +closepath C2 fill + newpath +377.16 53.28 377.16 47.28 384.16 47.28 384.16 53.28 377.16 53.28 ML +closepath C2 fill + newpath +377.16 47.28 377.16 41.28 384.16 41.28 384.16 47.28 377.16 47.28 ML +closepath C2 fill + newpath +377.16 41.28 377.16 35.28 384.16 35.28 384.16 41.28 377.16 41.28 ML +closepath C2 fill + newpath +377.16 35.28 377.16 29.28 384.16 29.28 384.16 35.28 377.16 35.28 ML +closepath C2 fill + newpath +377.16 29.28 377.16 23.28 384.16 23.28 384.16 29.28 377.16 29.28 ML +closepath C2 fill + newpath +377.16 23.28 377.16 17.28 384.16 17.28 384.16 23.28 377.16 23.28 ML +closepath C99 fill + newpath +377.16 17.28 377.16 11.28 384.16 11.28 384.16 17.28 377.16 17.28 ML +closepath C99 fill + newpath +377.16 11.28 377.16 5.28 384.16 5.28 384.16 11.28 377.16 11.28 ML +closepath C99 fill + newpath +377.16 5.28 377.16 -0.72 384.16 -0.72 384.16 5.28 377.16 5.28 ML +closepath C99 fill + newpath +370.16 71.28 370.16 65.28 377.16 65.28 377.16 71.28 370.16 71.28 ML +closepath C99 fill + newpath +370.16 65.28 370.16 59.28 377.16 59.28 377.16 65.28 370.16 65.28 ML +closepath C99 fill + newpath +370.16 59.28 370.16 53.28 377.16 53.28 377.16 59.28 370.16 59.28 ML +closepath C99 fill + newpath +370.16 53.28 370.16 47.28 377.16 47.28 377.16 53.28 370.16 53.28 ML +closepath C99 fill + newpath +370.16 47.28 370.16 41.28 377.16 41.28 377.16 47.28 370.16 47.28 ML +closepath C99 fill + newpath +370.16 41.28 370.16 35.28 377.16 35.28 377.16 41.28 370.16 41.28 ML +closepath C99 fill + newpath +370.16 35.28 370.16 29.28 377.16 29.28 377.16 35.28 370.16 35.28 ML +closepath C99 fill + newpath +370.16 29.28 370.16 23.28 377.16 23.28 377.16 29.28 370.16 29.28 ML +closepath C99 fill + newpath +370.16 23.28 370.16 17.28 377.16 17.28 377.16 23.28 370.16 23.28 ML +closepath C99 fill + newpath +370.16 17.28 370.16 11.28 377.16 11.28 377.16 17.28 370.16 17.28 ML +closepath C99 fill + newpath +370.16 11.28 370.16 5.28 377.16 5.28 377.16 11.28 370.16 11.28 ML +closepath C99 fill + newpath +370.16 5.28 370.16 -0.72 377.16 -0.72 377.16 5.28 370.16 5.28 ML +closepath C99 fill + newpath +363.16 71.28 363.16 65.28 370.16 65.28 370.16 71.28 363.16 71.28 ML +closepath C99 fill + newpath +363.16 65.28 363.16 59.28 370.16 59.28 370.16 65.28 363.16 65.28 ML +closepath C99 fill + newpath +363.16 59.28 363.16 53.28 370.16 53.28 370.16 59.28 363.16 59.28 ML +closepath C99 fill + newpath +363.16 53.28 363.16 47.28 370.16 47.28 370.16 53.28 363.16 53.28 ML +closepath C99 fill + newpath +363.16 47.28 363.16 41.28 370.16 41.28 370.16 47.28 363.16 47.28 ML +closepath C99 fill + newpath +363.16 41.28 363.16 35.28 370.16 35.28 370.16 41.28 363.16 41.28 ML +closepath C99 fill + newpath +363.16 35.28 363.16 29.28 370.16 29.28 370.16 35.28 363.16 35.28 ML +closepath C99 fill + newpath +363.16 29.28 363.16 23.28 370.16 23.28 370.16 29.28 363.16 29.28 ML +closepath C99 fill + newpath +363.16 23.28 363.16 17.28 370.16 17.28 370.16 23.28 363.16 23.28 ML +closepath C99 fill + newpath +363.16 17.28 363.16 11.28 370.16 11.28 370.16 17.28 363.16 17.28 ML +closepath C99 fill + newpath +363.16 11.28 363.16 5.28 370.16 5.28 370.16 11.28 363.16 11.28 ML +closepath C99 fill + newpath +363.16 5.28 363.16 -0.72 370.16 -0.72 370.16 5.28 363.16 5.28 ML +closepath C99 fill + newpath +356.16 71.28 356.16 65.28 363.16 65.28 363.16 71.28 356.16 71.28 ML +closepath C99 fill + newpath +356.16 65.28 356.16 59.28 363.16 59.28 363.16 65.28 356.16 65.28 ML +closepath C99 fill + newpath +356.16 59.28 356.16 53.28 363.16 53.28 363.16 59.28 356.16 59.28 ML +closepath C99 fill + newpath +356.16 53.28 356.16 47.28 363.16 47.28 363.16 53.28 356.16 53.28 ML +closepath C99 fill + newpath +356.16 47.28 356.16 41.28 363.16 41.28 363.16 47.28 356.16 47.28 ML +closepath C99 fill + newpath +356.16 41.28 356.16 35.28 363.16 35.28 363.16 41.28 356.16 41.28 ML +closepath C99 fill + newpath +356.16 35.28 356.16 29.28 363.16 29.28 363.16 35.28 356.16 35.28 ML +closepath C99 fill + newpath +356.16 29.28 356.16 23.28 363.16 23.28 363.16 29.28 356.16 29.28 ML +closepath C99 fill + newpath +356.16 23.28 356.16 17.28 363.16 17.28 363.16 23.28 356.16 23.28 ML +closepath C99 fill + newpath +356.16 17.28 356.16 11.28 363.16 11.28 363.16 17.28 356.16 17.28 ML +closepath C99 fill + newpath +356.16 11.28 356.16 5.28 363.16 5.28 363.16 11.28 356.16 11.28 ML +closepath C99 fill + newpath +356.16 5.28 356.16 -0.72 363.16 -0.72 363.16 5.28 356.16 5.28 ML +closepath C99 fill + newpath +349.16 71.28 349.16 65.28 356.16 65.28 356.16 71.28 349.16 71.28 ML +closepath C99 fill + newpath +349.16 65.28 349.16 59.28 356.16 59.28 356.16 65.28 349.16 65.28 ML +closepath C99 fill + newpath +349.16 59.28 349.16 53.28 356.16 53.28 356.16 59.28 349.16 59.28 ML +closepath C99 fill + newpath +349.16 53.28 349.16 47.28 356.16 47.28 356.16 53.28 349.16 53.28 ML +closepath C99 fill + newpath +349.16 47.28 349.16 41.28 356.16 41.28 356.16 47.28 349.16 47.28 ML +closepath C99 fill + newpath +349.16 41.28 349.16 35.28 356.16 35.28 356.16 41.28 349.16 41.28 ML +closepath C99 fill + newpath +349.16 35.28 349.16 29.28 356.16 29.28 356.16 35.28 349.16 35.28 ML +closepath C99 fill + newpath +349.16 29.28 349.16 23.28 356.16 23.28 356.16 29.28 349.16 29.28 ML +closepath C99 fill + newpath +349.16 23.28 349.16 17.28 356.16 17.28 356.16 23.28 349.16 23.28 ML +closepath C99 fill + newpath +349.16 17.28 349.16 11.28 356.16 11.28 356.16 17.28 349.16 17.28 ML +closepath C99 fill + newpath +349.16 11.28 349.16 5.28 356.16 5.28 356.16 11.28 349.16 11.28 ML +closepath C99 fill + newpath +349.16 5.28 349.16 -0.72 356.16 -0.72 356.16 5.28 349.16 5.28 ML +closepath C99 fill + newpath +342.16 71.28 342.16 65.28 349.16 65.28 349.16 71.28 342.16 71.28 ML +closepath C99 fill + newpath +342.16 65.28 342.16 59.28 349.16 59.28 349.16 65.28 342.16 65.28 ML +closepath C99 fill + newpath +342.16 59.28 342.16 53.28 349.16 53.28 349.16 59.28 342.16 59.28 ML +closepath C99 fill + newpath +342.16 53.28 342.16 47.28 349.16 47.28 349.16 53.28 342.16 53.28 ML +closepath C99 fill + newpath +342.16 47.28 342.16 41.28 349.16 41.28 349.16 47.28 342.16 47.28 ML +closepath C99 fill + newpath +342.16 41.28 342.16 35.28 349.16 35.28 349.16 41.28 342.16 41.28 ML +closepath C99 fill + newpath +342.16 35.28 342.16 29.28 349.16 29.28 349.16 35.28 342.16 35.28 ML +closepath C99 fill + newpath +342.16 29.28 342.16 23.28 349.16 23.28 349.16 29.28 342.16 29.28 ML +closepath C99 fill + newpath +342.16 23.28 342.16 17.28 349.16 17.28 349.16 23.28 342.16 23.28 ML +closepath C99 fill + newpath +342.16 17.28 342.16 11.28 349.16 11.28 349.16 17.28 342.16 17.28 ML +closepath C99 fill + newpath +342.16 11.28 342.16 5.28 349.16 5.28 349.16 11.28 342.16 11.28 ML +closepath C99 fill + newpath +342.16 5.28 342.16 -0.72 349.16 -0.72 349.16 5.28 342.16 5.28 ML +closepath C99 fill + newpath +335.16 71.28 335.16 65.28 342.16 65.28 342.16 71.28 335.16 71.28 ML +closepath C99 fill + newpath +335.16 65.28 335.16 59.28 342.16 59.28 342.16 65.28 335.16 65.28 ML +closepath C99 fill + newpath +335.16 59.28 335.16 53.28 342.16 53.28 342.16 59.28 335.16 59.28 ML +closepath C99 fill + newpath +335.16 53.28 335.16 47.28 342.16 47.28 342.16 53.28 335.16 53.28 ML +closepath C99 fill + newpath +335.16 47.28 335.16 41.28 342.16 41.28 342.16 47.28 335.16 47.28 ML +closepath C99 fill + newpath +335.16 41.28 335.16 35.28 342.16 35.28 342.16 41.28 335.16 41.28 ML +closepath C99 fill + newpath +335.16 35.28 335.16 29.28 342.16 29.28 342.16 35.28 335.16 35.28 ML +closepath C99 fill + newpath +335.16 29.28 335.16 23.28 342.16 23.28 342.16 29.28 335.16 29.28 ML +closepath C99 fill + newpath +335.16 23.28 335.16 17.28 342.16 17.28 342.16 23.28 335.16 23.28 ML +closepath C99 fill + newpath +335.16 17.28 335.16 11.28 342.16 11.28 342.16 17.28 335.16 17.28 ML +closepath C99 fill + newpath +335.16 11.28 335.16 5.28 342.16 5.28 342.16 11.28 335.16 11.28 ML +closepath C99 fill + newpath +335.16 5.28 335.16 -0.72 342.16 -0.72 342.16 5.28 335.16 5.28 ML +closepath C99 fill + newpath +328.16 71.28 328.16 65.28 335.16 65.28 335.16 71.28 328.16 71.28 ML +closepath C99 fill + newpath +328.16 65.28 328.16 59.28 335.16 59.28 335.16 65.28 328.16 65.28 ML +closepath C99 fill + newpath +328.16 59.28 328.16 53.28 335.16 53.28 335.16 59.28 328.16 59.28 ML +closepath C99 fill + newpath +328.16 53.28 328.16 47.28 335.16 47.28 335.16 53.28 328.16 53.28 ML +closepath C99 fill + newpath +328.16 47.28 328.16 41.28 335.16 41.28 335.16 47.28 328.16 47.28 ML +closepath C99 fill + newpath +328.16 41.28 328.16 35.28 335.16 35.28 335.16 41.28 328.16 41.28 ML +closepath C99 fill + newpath +328.16 35.28 328.16 29.28 335.16 29.28 335.16 35.28 328.16 35.28 ML +closepath C99 fill + newpath +328.16 29.28 328.16 23.28 335.16 23.28 335.16 29.28 328.16 29.28 ML +closepath C99 fill + newpath +328.16 23.28 328.16 17.28 335.16 17.28 335.16 23.28 328.16 23.28 ML +closepath C99 fill + newpath +328.16 17.28 328.16 11.28 335.16 11.28 335.16 17.28 328.16 17.28 ML +closepath C99 fill + newpath +328.16 11.28 328.16 5.28 335.16 5.28 335.16 11.28 328.16 11.28 ML +closepath C99 fill + newpath +328.16 5.28 328.16 -0.72 335.16 -0.72 335.16 5.28 328.16 5.28 ML +closepath C99 fill + newpath +321.16 71.28 321.16 65.28 328.16 65.28 328.16 71.28 321.16 71.28 ML +closepath C99 fill + newpath +321.16 65.28 321.16 59.28 328.16 59.28 328.16 65.28 321.16 65.28 ML +closepath C99 fill + newpath +321.16 59.28 321.16 53.28 328.16 53.28 328.16 59.28 321.16 59.28 ML +closepath C99 fill + newpath +321.16 53.28 321.16 47.28 328.16 47.28 328.16 53.28 321.16 53.28 ML +closepath C99 fill + newpath +321.16 47.28 321.16 41.28 328.16 41.28 328.16 47.28 321.16 47.28 ML +closepath C99 fill + newpath +321.16 41.28 321.16 35.28 328.16 35.28 328.16 41.28 321.16 41.28 ML +closepath C99 fill + newpath +321.16 35.28 321.16 29.28 328.16 29.28 328.16 35.28 321.16 35.28 ML +closepath C99 fill + newpath +321.16 29.28 321.16 23.28 328.16 23.28 328.16 29.28 321.16 29.28 ML +closepath C99 fill + newpath +321.16 23.28 321.16 17.28 328.16 17.28 328.16 23.28 321.16 23.28 ML +closepath C99 fill + newpath +321.16 17.28 321.16 11.28 328.16 11.28 328.16 17.28 321.16 17.28 ML +closepath C99 fill + newpath +321.16 11.28 321.16 5.28 328.16 5.28 328.16 11.28 321.16 11.28 ML +closepath C99 fill + newpath +321.16 5.28 321.16 -0.72 328.16 -0.72 328.16 5.28 321.16 5.28 ML +closepath C99 fill + newpath +314.16 71.28 314.16 65.28 321.16 65.28 321.16 71.28 314.16 71.28 ML +closepath C99 fill + newpath +314.16 65.28 314.16 59.28 321.16 59.28 321.16 65.28 314.16 65.28 ML +closepath C99 fill + newpath +314.16 59.28 314.16 53.28 321.16 53.28 321.16 59.28 314.16 59.28 ML +closepath C99 fill + newpath +314.16 53.28 314.16 47.28 321.16 47.28 321.16 53.28 314.16 53.28 ML +closepath C99 fill + newpath +314.16 47.28 314.16 41.28 321.16 41.28 321.16 47.28 314.16 47.28 ML +closepath C99 fill + newpath +314.16 41.28 314.16 35.28 321.16 35.28 321.16 41.28 314.16 41.28 ML +closepath C99 fill + newpath +314.16 35.28 314.16 29.28 321.16 29.28 321.16 35.28 314.16 35.28 ML +closepath C99 fill + newpath +314.16 29.28 314.16 23.28 321.16 23.28 321.16 29.28 314.16 29.28 ML +closepath C99 fill + newpath +314.16 23.28 314.16 17.28 321.16 17.28 321.16 23.28 314.16 23.28 ML +closepath C99 fill + newpath +314.16 17.28 314.16 11.28 321.16 11.28 321.16 17.28 314.16 17.28 ML +closepath C99 fill + newpath +314.16 11.28 314.16 5.28 321.16 5.28 321.16 11.28 314.16 11.28 ML +closepath C99 fill + newpath +314.16 5.28 314.16 -0.72 321.16 -0.72 321.16 5.28 314.16 5.28 ML +closepath C99 fill + newpath +307.16 71.28 307.16 65.28 314.16 65.28 314.16 71.28 307.16 71.28 ML +closepath C99 fill + newpath +307.16 65.28 307.16 59.28 314.16 59.28 314.16 65.28 307.16 65.28 ML +closepath C99 fill + newpath +307.16 59.28 307.16 53.28 314.16 53.28 314.16 59.28 307.16 59.28 ML +closepath C99 fill + newpath +307.16 53.28 307.16 47.28 314.16 47.28 314.16 53.28 307.16 53.28 ML +closepath C99 fill + newpath +307.16 47.28 307.16 41.28 314.16 41.28 314.16 47.28 307.16 47.28 ML +closepath C99 fill + newpath +307.16 41.28 307.16 35.28 314.16 35.28 314.16 41.28 307.16 41.28 ML +closepath C99 fill + newpath +307.16 35.28 307.16 29.28 314.16 29.28 314.16 35.28 307.16 35.28 ML +closepath C99 fill + newpath +307.16 29.28 307.16 23.28 314.16 23.28 314.16 29.28 307.16 29.28 ML +closepath C99 fill + newpath +307.16 23.28 307.16 17.28 314.16 17.28 314.16 23.28 307.16 23.28 ML +closepath C99 fill + newpath +307.16 17.28 307.16 11.28 314.16 11.28 314.16 17.28 307.16 17.28 ML +closepath C99 fill + newpath +307.16 11.28 307.16 5.28 314.16 5.28 314.16 11.28 307.16 11.28 ML +closepath C99 fill + newpath +307.16 5.28 307.16 -0.72 314.16 -0.72 314.16 5.28 307.16 5.28 ML +closepath C99 fill + newpath +300.16 71.28 300.16 65.28 307.16 65.28 307.16 71.28 300.16 71.28 ML +closepath C99 fill + newpath +300.16 65.28 300.16 59.28 307.16 59.28 307.16 65.28 300.16 65.28 ML +closepath C99 fill + newpath +300.16 59.28 300.16 53.28 307.16 53.28 307.16 59.28 300.16 59.28 ML +closepath C99 fill + newpath +300.16 53.28 300.16 47.28 307.16 47.28 307.16 53.28 300.16 53.28 ML +closepath C99 fill + newpath +300.16 47.28 300.16 41.28 307.16 41.28 307.16 47.28 300.16 47.28 ML +closepath C99 fill + newpath +300.16 41.28 300.16 35.28 307.16 35.28 307.16 41.28 300.16 41.28 ML +closepath C99 fill + newpath +300.16 35.28 300.16 29.28 307.16 29.28 307.16 35.28 300.16 35.28 ML +closepath C99 fill + newpath +300.16 29.28 300.16 23.28 307.16 23.28 307.16 29.28 300.16 29.28 ML +closepath C99 fill + newpath +300.16 23.28 300.16 17.28 307.16 17.28 307.16 23.28 300.16 23.28 ML +closepath C99 fill + newpath +300.16 17.28 300.16 11.28 307.16 11.28 307.16 17.28 300.16 17.28 ML +closepath C99 fill + newpath +300.16 11.28 300.16 5.28 307.16 5.28 307.16 11.28 300.16 11.28 ML +closepath C99 fill + newpath +300.16 5.28 300.16 -0.72 307.16 -0.72 307.16 5.28 300.16 5.28 ML +closepath C99 fill + newpath +293.16 71.28 293.16 65.28 300.16 65.28 300.16 71.28 293.16 71.28 ML +closepath C99 fill + newpath +293.16 65.28 293.16 59.28 300.16 59.28 300.16 65.28 293.16 65.28 ML +closepath C99 fill + newpath +293.16 59.28 293.16 53.28 300.16 53.28 300.16 59.28 293.16 59.28 ML +closepath C99 fill + newpath +293.16 53.28 293.16 47.28 300.16 47.28 300.16 53.28 293.16 53.28 ML +closepath C99 fill + newpath +293.16 47.28 293.16 41.28 300.16 41.28 300.16 47.28 293.16 47.28 ML +closepath C99 fill + newpath +293.16 41.28 293.16 35.28 300.16 35.28 300.16 41.28 293.16 41.28 ML +closepath C99 fill + newpath +293.16 35.28 293.16 29.28 300.16 29.28 300.16 35.28 293.16 35.28 ML +closepath C99 fill + newpath +293.16 29.28 293.16 23.28 300.16 23.28 300.16 29.28 293.16 29.28 ML +closepath C99 fill + newpath +293.16 23.28 293.16 17.28 300.16 17.28 300.16 23.28 293.16 23.28 ML +closepath C99 fill + newpath +293.16 17.28 293.16 11.28 300.16 11.28 300.16 17.28 293.16 17.28 ML +closepath C99 fill + newpath +293.16 11.28 293.16 5.28 300.16 5.28 300.16 11.28 293.16 11.28 ML +closepath C99 fill + newpath +293.16 5.28 293.16 -0.72 300.16 -0.72 300.16 5.28 293.16 5.28 ML +closepath C99 fill + newpath +286.16 71.28 286.16 65.28 293.16 65.28 293.16 71.28 286.16 71.28 ML +closepath C99 fill + newpath +286.16 65.28 286.16 59.28 293.16 59.28 293.16 65.28 286.16 65.28 ML +closepath C99 fill + newpath +286.16 59.28 286.16 53.28 293.16 53.28 293.16 59.28 286.16 59.28 ML +closepath C99 fill + newpath +286.16 53.28 286.16 47.28 293.16 47.28 293.16 53.28 286.16 53.28 ML +closepath C99 fill + newpath +286.16 47.28 286.16 41.28 293.16 41.28 293.16 47.28 286.16 47.28 ML +closepath C99 fill + newpath +286.16 41.28 286.16 35.28 293.16 35.28 293.16 41.28 286.16 41.28 ML +closepath C99 fill + newpath +286.16 35.28 286.16 29.28 293.16 29.28 293.16 35.28 286.16 35.28 ML +closepath C99 fill + newpath +286.16 29.28 286.16 23.28 293.16 23.28 293.16 29.28 286.16 29.28 ML +closepath C99 fill + newpath +286.16 23.28 286.16 17.28 293.16 17.28 293.16 23.28 286.16 23.28 ML +closepath C99 fill + newpath +286.16 17.28 286.16 11.28 293.16 11.28 293.16 17.28 286.16 17.28 ML +closepath C99 fill + newpath +286.16 11.28 286.16 5.28 293.16 5.28 293.16 11.28 286.16 11.28 ML +closepath C99 fill + newpath +286.16 5.28 286.16 -0.72 293.16 -0.72 293.16 5.28 286.16 5.28 ML +closepath C99 fill + newpath +279.16 71.28 279.16 65.28 286.16 65.28 286.16 71.28 279.16 71.28 ML +closepath C99 fill + newpath +279.16 65.28 279.16 59.28 286.16 59.28 286.16 65.28 279.16 65.28 ML +closepath C99 fill + newpath +279.16 59.28 279.16 53.28 286.16 53.28 286.16 59.28 279.16 59.28 ML +closepath C99 fill + newpath +279.16 53.28 279.16 47.28 286.16 47.28 286.16 53.28 279.16 53.28 ML +closepath C99 fill + newpath +279.16 47.28 279.16 41.28 286.16 41.28 286.16 47.28 279.16 47.28 ML +closepath C99 fill + newpath +279.16 41.28 279.16 35.28 286.16 35.28 286.16 41.28 279.16 41.28 ML +closepath C99 fill + newpath +279.16 35.28 279.16 29.28 286.16 29.28 286.16 35.28 279.16 35.28 ML +closepath C99 fill + newpath +279.16 29.28 279.16 23.28 286.16 23.28 286.16 29.28 279.16 29.28 ML +closepath C99 fill + newpath +279.16 23.28 279.16 17.28 286.16 17.28 286.16 23.28 279.16 23.28 ML +closepath C99 fill + newpath +279.16 17.28 279.16 11.28 286.16 11.28 286.16 17.28 279.16 17.28 ML +closepath C99 fill + newpath +279.16 11.28 279.16 5.28 286.16 5.28 286.16 11.28 279.16 11.28 ML +closepath C99 fill + newpath +279.16 5.28 279.16 -0.72 286.16 -0.72 286.16 5.28 279.16 5.28 ML +closepath C99 fill + newpath +272.16 71.28 272.16 65.28 279.16 65.28 279.16 71.28 272.16 71.28 ML +closepath C99 fill + newpath +272.16 65.28 272.16 59.28 279.16 59.28 279.16 65.28 272.16 65.28 ML +closepath C99 fill + newpath +272.16 59.28 272.16 53.28 279.16 53.28 279.16 59.28 272.16 59.28 ML +closepath C99 fill + newpath +272.16 53.28 272.16 47.28 279.16 47.28 279.16 53.28 272.16 53.28 ML +closepath C99 fill + newpath +272.16 47.28 272.16 41.28 279.16 41.28 279.16 47.28 272.16 47.28 ML +closepath C99 fill + newpath +272.16 41.28 272.16 35.28 279.16 35.28 279.16 41.28 272.16 41.28 ML +closepath C99 fill + newpath +272.16 35.28 272.16 29.28 279.16 29.28 279.16 35.28 272.16 35.28 ML +closepath C99 fill + newpath +272.16 29.28 272.16 23.28 279.16 23.28 279.16 29.28 272.16 29.28 ML +closepath C99 fill + newpath +272.16 23.28 272.16 17.28 279.16 17.28 279.16 23.28 272.16 23.28 ML +closepath C99 fill + newpath +272.16 17.28 272.16 11.28 279.16 11.28 279.16 17.28 272.16 17.28 ML +closepath C99 fill + newpath +272.16 11.28 272.16 5.28 279.16 5.28 279.16 11.28 272.16 11.28 ML +closepath C99 fill + newpath +272.16 5.28 272.16 -0.72 279.16 -0.72 279.16 5.28 272.16 5.28 ML +closepath C99 fill + newpath +265.16 71.28 265.16 65.28 272.16 65.28 272.16 71.28 265.16 71.28 ML +closepath C99 fill + newpath +265.16 65.28 265.16 59.28 272.16 59.28 272.16 65.28 265.16 65.28 ML +closepath C99 fill + newpath +265.16 59.28 265.16 53.28 272.16 53.28 272.16 59.28 265.16 59.28 ML +closepath C99 fill + newpath +265.16 53.28 265.16 47.28 272.16 47.28 272.16 53.28 265.16 53.28 ML +closepath C99 fill + newpath +265.16 47.28 265.16 41.28 272.16 41.28 272.16 47.28 265.16 47.28 ML +closepath C99 fill + newpath +265.16 41.28 265.16 35.28 272.16 35.28 272.16 41.28 265.16 41.28 ML +closepath C99 fill + newpath +265.16 35.28 265.16 29.28 272.16 29.28 272.16 35.28 265.16 35.28 ML +closepath C99 fill + newpath +265.16 29.28 265.16 23.28 272.16 23.28 272.16 29.28 265.16 29.28 ML +closepath C99 fill + newpath +265.16 23.28 265.16 17.28 272.16 17.28 272.16 23.28 265.16 23.28 ML +closepath C99 fill + newpath +265.16 17.28 265.16 11.28 272.16 11.28 272.16 17.28 265.16 17.28 ML +closepath C99 fill + newpath +265.16 11.28 265.16 5.28 272.16 5.28 272.16 11.28 265.16 11.28 ML +closepath C99 fill + newpath +265.16 5.28 265.16 -0.72 272.16 -0.72 272.16 5.28 265.16 5.28 ML +closepath C99 fill + newpath +258.16 71.28 258.16 65.28 265.16 65.28 265.16 71.28 258.16 71.28 ML +closepath C99 fill + newpath +258.16 65.28 258.16 59.28 265.16 59.28 265.16 65.28 258.16 65.28 ML +closepath C99 fill + newpath +258.16 59.28 258.16 53.28 265.16 53.28 265.16 59.28 258.16 59.28 ML +closepath C99 fill + newpath +258.16 53.28 258.16 47.28 265.16 47.28 265.16 53.28 258.16 53.28 ML +closepath C99 fill + newpath +258.16 47.28 258.16 41.28 265.16 41.28 265.16 47.28 258.16 47.28 ML +closepath C99 fill + newpath +258.16 41.28 258.16 35.28 265.16 35.28 265.16 41.28 258.16 41.28 ML +closepath C99 fill + newpath +258.16 35.28 258.16 29.28 265.16 29.28 265.16 35.28 258.16 35.28 ML +closepath C99 fill + newpath +258.16 29.28 258.16 23.28 265.16 23.28 265.16 29.28 258.16 29.28 ML +closepath C99 fill + newpath +258.16 23.28 258.16 17.28 265.16 17.28 265.16 23.28 258.16 23.28 ML +closepath C99 fill + newpath +258.16 17.28 258.16 11.28 265.16 11.28 265.16 17.28 258.16 17.28 ML +closepath C99 fill + newpath +258.16 11.28 258.16 5.28 265.16 5.28 265.16 11.28 258.16 11.28 ML +closepath C99 fill + newpath +258.16 5.28 258.16 -0.72 265.16 -0.72 265.16 5.28 258.16 5.28 ML +closepath C99 fill + newpath +251.16 71.28 251.16 65.28 258.16 65.28 258.16 71.28 251.16 71.28 ML +closepath C99 fill + newpath +251.16 65.28 251.16 59.28 258.16 59.28 258.16 65.28 251.16 65.28 ML +closepath C99 fill + newpath +251.16 59.28 251.16 53.28 258.16 53.28 258.16 59.28 251.16 59.28 ML +closepath C99 fill + newpath +251.16 53.28 251.16 47.28 258.16 47.28 258.16 53.28 251.16 53.28 ML +closepath C99 fill + newpath +251.16 47.28 251.16 41.28 258.16 41.28 258.16 47.28 251.16 47.28 ML +closepath C99 fill + newpath +251.16 41.28 251.16 35.28 258.16 35.28 258.16 41.28 251.16 41.28 ML +closepath C99 fill + newpath +251.16 35.28 251.16 29.28 258.16 29.28 258.16 35.28 251.16 35.28 ML +closepath C99 fill + newpath +251.16 29.28 251.16 23.28 258.16 23.28 258.16 29.28 251.16 29.28 ML +closepath C99 fill + newpath +251.16 23.28 251.16 17.28 258.16 17.28 258.16 23.28 251.16 23.28 ML +closepath C99 fill + newpath +251.16 17.28 251.16 11.28 258.16 11.28 258.16 17.28 251.16 17.28 ML +closepath C99 fill + newpath +251.16 11.28 251.16 5.28 258.16 5.28 258.16 11.28 251.16 11.28 ML +closepath C99 fill + newpath +251.16 5.28 251.16 -0.72 258.16 -0.72 258.16 5.28 251.16 5.28 ML +closepath C99 fill + newpath +244.16 71.28 244.16 65.28 251.16 65.28 251.16 71.28 244.16 71.28 ML +closepath C99 fill + newpath +244.16 65.28 244.16 59.28 251.16 59.28 251.16 65.28 244.16 65.28 ML +closepath C99 fill + newpath +244.16 59.28 244.16 53.28 251.16 53.28 251.16 59.28 244.16 59.28 ML +closepath C99 fill + newpath +244.16 53.28 244.16 47.28 251.16 47.28 251.16 53.28 244.16 53.28 ML +closepath C99 fill + newpath +244.16 47.28 244.16 41.28 251.16 41.28 251.16 47.28 244.16 47.28 ML +closepath C99 fill + newpath +244.16 41.28 244.16 35.28 251.16 35.28 251.16 41.28 244.16 41.28 ML +closepath C99 fill + newpath +244.16 35.28 244.16 29.28 251.16 29.28 251.16 35.28 244.16 35.28 ML +closepath C99 fill + newpath +244.16 29.28 244.16 23.28 251.16 23.28 251.16 29.28 244.16 29.28 ML +closepath C99 fill + newpath +244.16 23.28 244.16 17.28 251.16 17.28 251.16 23.28 244.16 23.28 ML +closepath C99 fill + newpath +244.16 17.28 244.16 11.28 251.16 11.28 251.16 17.28 244.16 17.28 ML +closepath C99 fill + newpath +244.16 11.28 244.16 5.28 251.16 5.28 251.16 11.28 244.16 11.28 ML +closepath C99 fill + newpath +244.16 5.28 244.16 -0.72 251.16 -0.72 251.16 5.28 244.16 5.28 ML +closepath C99 fill + newpath +237.16 71.28 237.16 65.28 244.16 65.28 244.16 71.28 237.16 71.28 ML +closepath C2 fill + newpath +237.16 65.28 237.16 59.28 244.16 59.28 244.16 65.28 237.16 65.28 ML +closepath C2 fill + newpath +237.16 59.28 237.16 53.28 244.16 53.28 244.16 59.28 237.16 59.28 ML +closepath C2 fill + newpath +237.16 53.28 237.16 47.28 244.16 47.28 244.16 53.28 237.16 53.28 ML +closepath C2 fill + newpath +237.16 47.28 237.16 41.28 244.16 41.28 244.16 47.28 237.16 47.28 ML +closepath C2 fill + newpath +237.16 41.28 237.16 35.28 244.16 35.28 244.16 41.28 237.16 41.28 ML +closepath C2 fill + newpath +237.16 35.28 237.16 29.28 244.16 29.28 244.16 35.28 237.16 35.28 ML +closepath C2 fill + newpath +237.16 29.28 237.16 23.28 244.16 23.28 244.16 29.28 237.16 29.28 ML +closepath C2 fill + newpath +237.16 23.28 237.16 17.28 244.16 17.28 244.16 23.28 237.16 23.28 ML +closepath C99 fill + newpath +237.16 17.28 237.16 11.28 244.16 11.28 244.16 17.28 237.16 17.28 ML +closepath C99 fill + newpath +237.16 11.28 237.16 5.28 244.16 5.28 244.16 11.28 237.16 11.28 ML +closepath C99 fill + newpath +237.16 5.28 237.16 -0.72 244.16 -0.72 244.16 5.28 237.16 5.28 ML +closepath C99 fill + newpath +230.16 71.28 230.16 65.28 237.16 65.28 237.16 71.28 230.16 71.28 ML +closepath C99 fill + newpath +230.16 65.28 230.16 59.28 237.16 59.28 237.16 65.28 230.16 65.28 ML +closepath C99 fill + newpath +230.16 59.28 230.16 53.28 237.16 53.28 237.16 59.28 230.16 59.28 ML +closepath C99 fill + newpath +230.16 53.28 230.16 47.28 237.16 47.28 237.16 53.28 230.16 53.28 ML +closepath C99 fill + newpath +230.16 47.28 230.16 41.28 237.16 41.28 237.16 47.28 230.16 47.28 ML +closepath C99 fill + newpath +230.16 41.28 230.16 35.28 237.16 35.28 237.16 41.28 230.16 41.28 ML +closepath C99 fill + newpath +230.16 35.28 230.16 29.28 237.16 29.28 237.16 35.28 230.16 35.28 ML +closepath C99 fill + newpath +230.16 29.28 230.16 23.28 237.16 23.28 237.16 29.28 230.16 29.28 ML +closepath C99 fill + newpath +230.16 23.28 230.16 17.28 237.16 17.28 237.16 23.28 230.16 23.28 ML +closepath C99 fill + newpath +230.16 17.28 230.16 11.28 237.16 11.28 237.16 17.28 230.16 17.28 ML +closepath C99 fill + newpath +230.16 11.28 230.16 5.28 237.16 5.28 237.16 11.28 230.16 11.28 ML +closepath C99 fill + newpath +230.16 5.28 230.16 -0.72 237.16 -0.72 237.16 5.28 230.16 5.28 ML +closepath C99 fill + newpath +223.16 71.28 223.16 65.28 230.16 65.28 230.16 71.28 223.16 71.28 ML +closepath C99 fill + newpath +223.16 65.28 223.16 59.28 230.16 59.28 230.16 65.28 223.16 65.28 ML +closepath C99 fill + newpath +223.16 59.28 223.16 53.28 230.16 53.28 230.16 59.28 223.16 59.28 ML +closepath C99 fill + newpath +223.16 53.28 223.16 47.28 230.16 47.28 230.16 53.28 223.16 53.28 ML +closepath C99 fill + newpath +223.16 47.28 223.16 41.28 230.16 41.28 230.16 47.28 223.16 47.28 ML +closepath C99 fill + newpath +223.16 41.28 223.16 35.28 230.16 35.28 230.16 41.28 223.16 41.28 ML +closepath C99 fill + newpath +223.16 35.28 223.16 29.28 230.16 29.28 230.16 35.28 223.16 35.28 ML +closepath C99 fill + newpath +223.16 29.28 223.16 23.28 230.16 23.28 230.16 29.28 223.16 29.28 ML +closepath C99 fill + newpath +223.16 23.28 223.16 17.28 230.16 17.28 230.16 23.28 223.16 23.28 ML +closepath C99 fill + newpath +223.16 17.28 223.16 11.28 230.16 11.28 230.16 17.28 223.16 17.28 ML +closepath C99 fill + newpath +223.16 11.28 223.16 5.28 230.16 5.28 230.16 11.28 223.16 11.28 ML +closepath C99 fill + newpath +223.16 5.28 223.16 -0.72 230.16 -0.72 230.16 5.28 223.16 5.28 ML +closepath C99 fill + newpath +216.16 71.28 216.16 65.28 223.16 65.28 223.16 71.28 216.16 71.28 ML +closepath C99 fill + newpath +216.16 65.28 216.16 59.28 223.16 59.28 223.16 65.28 216.16 65.28 ML +closepath C99 fill + newpath +216.16 59.28 216.16 53.28 223.16 53.28 223.16 59.28 216.16 59.28 ML +closepath C99 fill + newpath +216.16 53.28 216.16 47.28 223.16 47.28 223.16 53.28 216.16 53.28 ML +closepath C99 fill + newpath +216.16 47.28 216.16 41.28 223.16 41.28 223.16 47.28 216.16 47.28 ML +closepath C99 fill + newpath +216.16 41.28 216.16 35.28 223.16 35.28 223.16 41.28 216.16 41.28 ML +closepath C99 fill + newpath +216.16 35.28 216.16 29.28 223.16 29.28 223.16 35.28 216.16 35.28 ML +closepath C99 fill + newpath +216.16 29.28 216.16 23.28 223.16 23.28 223.16 29.28 216.16 29.28 ML +closepath C99 fill + newpath +216.16 23.28 216.16 17.28 223.16 17.28 223.16 23.28 216.16 23.28 ML +closepath C99 fill + newpath +216.16 17.28 216.16 11.28 223.16 11.28 223.16 17.28 216.16 17.28 ML +closepath C99 fill + newpath +216.16 11.28 216.16 5.28 223.16 5.28 223.16 11.28 216.16 11.28 ML +closepath C99 fill + newpath +216.16 5.28 216.16 -0.72 223.16 -0.72 223.16 5.28 216.16 5.28 ML +closepath C99 fill + newpath +209.16 71.28 209.16 65.28 216.16 65.28 216.16 71.28 209.16 71.28 ML +closepath C99 fill + newpath +209.16 65.28 209.16 59.28 216.16 59.28 216.16 65.28 209.16 65.28 ML +closepath C99 fill + newpath +209.16 59.28 209.16 53.28 216.16 53.28 216.16 59.28 209.16 59.28 ML +closepath C99 fill + newpath +209.16 53.28 209.16 47.28 216.16 47.28 216.16 53.28 209.16 53.28 ML +closepath C99 fill + newpath +209.16 47.28 209.16 41.28 216.16 41.28 216.16 47.28 209.16 47.28 ML +closepath C99 fill + newpath +209.16 41.28 209.16 35.28 216.16 35.28 216.16 41.28 209.16 41.28 ML +closepath C99 fill + newpath +209.16 35.28 209.16 29.28 216.16 29.28 216.16 35.28 209.16 35.28 ML +closepath C99 fill + newpath +209.16 29.28 209.16 23.28 216.16 23.28 216.16 29.28 209.16 29.28 ML +closepath C99 fill + newpath +209.16 23.28 209.16 17.28 216.16 17.28 216.16 23.28 209.16 23.28 ML +closepath C99 fill + newpath +209.16 17.28 209.16 11.28 216.16 11.28 216.16 17.28 209.16 17.28 ML +closepath C99 fill + newpath +209.16 11.28 209.16 5.28 216.16 5.28 216.16 11.28 209.16 11.28 ML +closepath C99 fill + newpath +209.16 5.28 209.16 -0.72 216.16 -0.72 216.16 5.28 209.16 5.28 ML +closepath C99 fill + newpath +202.16 71.28 202.16 65.28 209.16 65.28 209.16 71.28 202.16 71.28 ML +closepath C99 fill + newpath +202.16 65.28 202.16 59.28 209.16 59.28 209.16 65.28 202.16 65.28 ML +closepath C99 fill + newpath +202.16 59.28 202.16 53.28 209.16 53.28 209.16 59.28 202.16 59.28 ML +closepath C99 fill + newpath +202.16 53.28 202.16 47.28 209.16 47.28 209.16 53.28 202.16 53.28 ML +closepath C99 fill + newpath +202.16 47.28 202.16 41.28 209.16 41.28 209.16 47.28 202.16 47.28 ML +closepath C99 fill + newpath +202.16 41.28 202.16 35.28 209.16 35.28 209.16 41.28 202.16 41.28 ML +closepath C99 fill + newpath +202.16 35.28 202.16 29.28 209.16 29.28 209.16 35.28 202.16 35.28 ML +closepath C99 fill + newpath +202.16 29.28 202.16 23.28 209.16 23.28 209.16 29.28 202.16 29.28 ML +closepath C99 fill + newpath +202.16 23.28 202.16 17.28 209.16 17.28 209.16 23.28 202.16 23.28 ML +closepath C99 fill + newpath +202.16 17.28 202.16 11.28 209.16 11.28 209.16 17.28 202.16 17.28 ML +closepath C99 fill + newpath +202.16 11.28 202.16 5.28 209.16 5.28 209.16 11.28 202.16 11.28 ML +closepath C99 fill + newpath +202.16 5.28 202.16 -0.72 209.16 -0.72 209.16 5.28 202.16 5.28 ML +closepath C99 fill + newpath +195.16 71.28 195.16 65.28 202.16 65.28 202.16 71.28 195.16 71.28 ML +closepath C99 fill + newpath +195.16 65.28 195.16 59.28 202.16 59.28 202.16 65.28 195.16 65.28 ML +closepath C99 fill + newpath +195.16 59.28 195.16 53.28 202.16 53.28 202.16 59.28 195.16 59.28 ML +closepath C99 fill + newpath +195.16 53.28 195.16 47.28 202.16 47.28 202.16 53.28 195.16 53.28 ML +closepath C99 fill + newpath +195.16 47.28 195.16 41.28 202.16 41.28 202.16 47.28 195.16 47.28 ML +closepath C99 fill + newpath +195.16 41.28 195.16 35.28 202.16 35.28 202.16 41.28 195.16 41.28 ML +closepath C99 fill + newpath +195.16 35.28 195.16 29.28 202.16 29.28 202.16 35.28 195.16 35.28 ML +closepath C99 fill + newpath +195.16 29.28 195.16 23.28 202.16 23.28 202.16 29.28 195.16 29.28 ML +closepath C99 fill + newpath +195.16 23.28 195.16 17.28 202.16 17.28 202.16 23.28 195.16 23.28 ML +closepath C99 fill + newpath +195.16 17.28 195.16 11.28 202.16 11.28 202.16 17.28 195.16 17.28 ML +closepath C99 fill + newpath +195.16 11.28 195.16 5.28 202.16 5.28 202.16 11.28 195.16 11.28 ML +closepath C99 fill + newpath +195.16 5.28 195.16 -0.72 202.16 -0.72 202.16 5.28 195.16 5.28 ML +closepath C99 fill + newpath +188.16 71.28 188.16 65.28 195.16 65.28 195.16 71.28 188.16 71.28 ML +closepath C99 fill + newpath +188.16 65.28 188.16 59.28 195.16 59.28 195.16 65.28 188.16 65.28 ML +closepath C99 fill + newpath +188.16 59.28 188.16 53.28 195.16 53.28 195.16 59.28 188.16 59.28 ML +closepath C99 fill + newpath +188.16 53.28 188.16 47.28 195.16 47.28 195.16 53.28 188.16 53.28 ML +closepath C99 fill + newpath +188.16 47.28 188.16 41.28 195.16 41.28 195.16 47.28 188.16 47.28 ML +closepath C99 fill + newpath +188.16 41.28 188.16 35.28 195.16 35.28 195.16 41.28 188.16 41.28 ML +closepath C99 fill + newpath +188.16 35.28 188.16 29.28 195.16 29.28 195.16 35.28 188.16 35.28 ML +closepath C99 fill + newpath +188.16 29.28 188.16 23.28 195.16 23.28 195.16 29.28 188.16 29.28 ML +closepath C99 fill + newpath +188.16 23.28 188.16 17.28 195.16 17.28 195.16 23.28 188.16 23.28 ML +closepath C99 fill + newpath +188.16 17.28 188.16 11.28 195.16 11.28 195.16 17.28 188.16 17.28 ML +closepath C99 fill + newpath +188.16 11.28 188.16 5.28 195.16 5.28 195.16 11.28 188.16 11.28 ML +closepath C99 fill + newpath +188.16 5.28 188.16 -0.72 195.16 -0.72 195.16 5.28 188.16 5.28 ML +closepath C99 fill + newpath +181.16 71.28 181.16 65.28 188.16 65.28 188.16 71.28 181.16 71.28 ML +closepath C99 fill + newpath +181.16 65.28 181.16 59.28 188.16 59.28 188.16 65.28 181.16 65.28 ML +closepath C99 fill + newpath +181.16 59.28 181.16 53.28 188.16 53.28 188.16 59.28 181.16 59.28 ML +closepath C99 fill + newpath +181.16 53.28 181.16 47.28 188.16 47.28 188.16 53.28 181.16 53.28 ML +closepath C99 fill + newpath +181.16 47.28 181.16 41.28 188.16 41.28 188.16 47.28 181.16 47.28 ML +closepath C99 fill + newpath +181.16 41.28 181.16 35.28 188.16 35.28 188.16 41.28 181.16 41.28 ML +closepath C99 fill + newpath +181.16 35.28 181.16 29.28 188.16 29.28 188.16 35.28 181.16 35.28 ML +closepath C99 fill + newpath +181.16 29.28 181.16 23.28 188.16 23.28 188.16 29.28 181.16 29.28 ML +closepath C99 fill + newpath +181.16 23.28 181.16 17.28 188.16 17.28 188.16 23.28 181.16 23.28 ML +closepath C99 fill + newpath +181.16 17.28 181.16 11.28 188.16 11.28 188.16 17.28 181.16 17.28 ML +closepath C99 fill + newpath +181.16 11.28 181.16 5.28 188.16 5.28 188.16 11.28 181.16 11.28 ML +closepath C99 fill + newpath +181.16 5.28 181.16 -0.72 188.16 -0.72 188.16 5.28 181.16 5.28 ML +closepath C99 fill + newpath +174.16 71.28 174.16 65.28 181.16 65.28 181.16 71.28 174.16 71.28 ML +closepath C99 fill + newpath +174.16 65.28 174.16 59.28 181.16 59.28 181.16 65.28 174.16 65.28 ML +closepath C99 fill + newpath +174.16 59.28 174.16 53.28 181.16 53.28 181.16 59.28 174.16 59.28 ML +closepath C99 fill + newpath +174.16 53.28 174.16 47.28 181.16 47.28 181.16 53.28 174.16 53.28 ML +closepath C99 fill + newpath +174.16 47.28 174.16 41.28 181.16 41.28 181.16 47.28 174.16 47.28 ML +closepath C99 fill + newpath +174.16 41.28 174.16 35.28 181.16 35.28 181.16 41.28 174.16 41.28 ML +closepath C99 fill + newpath +174.16 35.28 174.16 29.28 181.16 29.28 181.16 35.28 174.16 35.28 ML +closepath C99 fill + newpath +174.16 29.28 174.16 23.28 181.16 23.28 181.16 29.28 174.16 29.28 ML +closepath C99 fill + newpath +174.16 23.28 174.16 17.28 181.16 17.28 181.16 23.28 174.16 23.28 ML +closepath C99 fill + newpath +174.16 17.28 174.16 11.28 181.16 11.28 181.16 17.28 174.16 17.28 ML +closepath C99 fill + newpath +174.16 11.28 174.16 5.28 181.16 5.28 181.16 11.28 174.16 11.28 ML +closepath C99 fill + newpath +174.16 5.28 174.16 -0.72 181.16 -0.72 181.16 5.28 174.16 5.28 ML +closepath C99 fill + newpath +167.16 71.28 167.16 65.28 174.16 65.28 174.16 71.28 167.16 71.28 ML +closepath C99 fill + newpath +167.16 65.28 167.16 59.28 174.16 59.28 174.16 65.28 167.16 65.28 ML +closepath C99 fill + newpath +167.16 59.28 167.16 53.28 174.16 53.28 174.16 59.28 167.16 59.28 ML +closepath C99 fill + newpath +167.16 53.28 167.16 47.28 174.16 47.28 174.16 53.28 167.16 53.28 ML +closepath C99 fill + newpath +167.16 47.28 167.16 41.28 174.16 41.28 174.16 47.28 167.16 47.28 ML +closepath C99 fill + newpath +167.16 41.28 167.16 35.28 174.16 35.28 174.16 41.28 167.16 41.28 ML +closepath C99 fill + newpath +167.16 35.28 167.16 29.28 174.16 29.28 174.16 35.28 167.16 35.28 ML +closepath C99 fill + newpath +167.16 29.28 167.16 23.28 174.16 23.28 174.16 29.28 167.16 29.28 ML +closepath C99 fill + newpath +167.16 23.28 167.16 17.28 174.16 17.28 174.16 23.28 167.16 23.28 ML +closepath C99 fill + newpath +167.16 17.28 167.16 11.28 174.16 11.28 174.16 17.28 167.16 17.28 ML +closepath C99 fill + newpath +167.16 11.28 167.16 5.28 174.16 5.28 174.16 11.28 167.16 11.28 ML +closepath C99 fill + newpath +167.16 5.28 167.16 -0.72 174.16 -0.72 174.16 5.28 167.16 5.28 ML +closepath C99 fill + newpath +160.16 71.28 160.16 65.28 167.16 65.28 167.16 71.28 160.16 71.28 ML +closepath C99 fill + newpath +160.16 65.28 160.16 59.28 167.16 59.28 167.16 65.28 160.16 65.28 ML +closepath C99 fill + newpath +160.16 59.28 160.16 53.28 167.16 53.28 167.16 59.28 160.16 59.28 ML +closepath C99 fill + newpath +160.16 53.28 160.16 47.28 167.16 47.28 167.16 53.28 160.16 53.28 ML +closepath C99 fill + newpath +160.16 47.28 160.16 41.28 167.16 41.28 167.16 47.28 160.16 47.28 ML +closepath C99 fill + newpath +160.16 41.28 160.16 35.28 167.16 35.28 167.16 41.28 160.16 41.28 ML +closepath C99 fill + newpath +160.16 35.28 160.16 29.28 167.16 29.28 167.16 35.28 160.16 35.28 ML +closepath C99 fill + newpath +160.16 29.28 160.16 23.28 167.16 23.28 167.16 29.28 160.16 29.28 ML +closepath C99 fill + newpath +160.16 23.28 160.16 17.28 167.16 17.28 167.16 23.28 160.16 23.28 ML +closepath C99 fill + newpath +160.16 17.28 160.16 11.28 167.16 11.28 167.16 17.28 160.16 17.28 ML +closepath C99 fill + newpath +160.16 11.28 160.16 5.28 167.16 5.28 167.16 11.28 160.16 11.28 ML +closepath C99 fill + newpath +160.16 5.28 160.16 -0.72 167.16 -0.72 167.16 5.28 160.16 5.28 ML +closepath C99 fill + newpath +153.16 71.28 153.16 65.28 160.16 65.28 160.16 71.28 153.16 71.28 ML +closepath C99 fill + newpath +153.16 65.28 153.16 59.28 160.16 59.28 160.16 65.28 153.16 65.28 ML +closepath C99 fill + newpath +153.16 59.28 153.16 53.28 160.16 53.28 160.16 59.28 153.16 59.28 ML +closepath C99 fill + newpath +153.16 53.28 153.16 47.28 160.16 47.28 160.16 53.28 153.16 53.28 ML +closepath C99 fill + newpath +153.16 47.28 153.16 41.28 160.16 41.28 160.16 47.28 153.16 47.28 ML +closepath C99 fill + newpath +153.16 41.28 153.16 35.28 160.16 35.28 160.16 41.28 153.16 41.28 ML +closepath C99 fill + newpath +153.16 35.28 153.16 29.28 160.16 29.28 160.16 35.28 153.16 35.28 ML +closepath C99 fill + newpath +153.16 29.28 153.16 23.28 160.16 23.28 160.16 29.28 153.16 29.28 ML +closepath C99 fill + newpath +153.16 23.28 153.16 17.28 160.16 17.28 160.16 23.28 153.16 23.28 ML +closepath C99 fill + newpath +153.16 17.28 153.16 11.28 160.16 11.28 160.16 17.28 153.16 17.28 ML +closepath C99 fill + newpath +153.16 11.28 153.16 5.28 160.16 5.28 160.16 11.28 153.16 11.28 ML +closepath C99 fill + newpath +153.16 5.28 153.16 -0.72 160.16 -0.72 160.16 5.28 153.16 5.28 ML +closepath C99 fill + newpath +146.16 71.28 146.16 65.28 153.16 65.28 153.16 71.28 146.16 71.28 ML +closepath C99 fill + newpath +146.16 65.28 146.16 59.28 153.16 59.28 153.16 65.28 146.16 65.28 ML +closepath C99 fill + newpath +146.16 59.28 146.16 53.28 153.16 53.28 153.16 59.28 146.16 59.28 ML +closepath C99 fill + newpath +146.16 53.28 146.16 47.28 153.16 47.28 153.16 53.28 146.16 53.28 ML +closepath C99 fill + newpath +146.16 47.28 146.16 41.28 153.16 41.28 153.16 47.28 146.16 47.28 ML +closepath C99 fill + newpath +146.16 41.28 146.16 35.28 153.16 35.28 153.16 41.28 146.16 41.28 ML +closepath C99 fill + newpath +146.16 35.28 146.16 29.28 153.16 29.28 153.16 35.28 146.16 35.28 ML +closepath C99 fill + newpath +146.16 29.28 146.16 23.28 153.16 23.28 153.16 29.28 146.16 29.28 ML +closepath C99 fill + newpath +146.16 23.28 146.16 17.28 153.16 17.28 153.16 23.28 146.16 23.28 ML +closepath C99 fill + newpath +146.16 17.28 146.16 11.28 153.16 11.28 153.16 17.28 146.16 17.28 ML +closepath C99 fill + newpath +146.16 11.28 146.16 5.28 153.16 5.28 153.16 11.28 146.16 11.28 ML +closepath C99 fill + newpath +146.16 5.28 146.16 -0.72 153.16 -0.72 153.16 5.28 146.16 5.28 ML +closepath C99 fill + newpath +139.16 71.28 139.16 65.28 146.16 65.28 146.16 71.28 139.16 71.28 ML +closepath C99 fill + newpath +139.16 65.28 139.16 59.28 146.16 59.28 146.16 65.28 139.16 65.28 ML +closepath C99 fill + newpath +139.16 59.28 139.16 53.28 146.16 53.28 146.16 59.28 139.16 59.28 ML +closepath C99 fill + newpath +139.16 53.28 139.16 47.28 146.16 47.28 146.16 53.28 139.16 53.28 ML +closepath C99 fill + newpath +139.16 47.28 139.16 41.28 146.16 41.28 146.16 47.28 139.16 47.28 ML +closepath C99 fill + newpath +139.16 41.28 139.16 35.28 146.16 35.28 146.16 41.28 139.16 41.28 ML +closepath C99 fill + newpath +139.16 35.28 139.16 29.28 146.16 29.28 146.16 35.28 139.16 35.28 ML +closepath C99 fill + newpath +139.16 29.28 139.16 23.28 146.16 23.28 146.16 29.28 139.16 29.28 ML +closepath C99 fill + newpath +139.16 23.28 139.16 17.28 146.16 17.28 146.16 23.28 139.16 23.28 ML +closepath C99 fill + newpath +139.16 17.28 139.16 11.28 146.16 11.28 146.16 17.28 139.16 17.28 ML +closepath C99 fill + newpath +139.16 11.28 139.16 5.28 146.16 5.28 146.16 11.28 139.16 11.28 ML +closepath C99 fill + newpath +139.16 5.28 139.16 -0.72 146.16 -0.72 146.16 5.28 139.16 5.28 ML +closepath C99 fill + newpath +132.16 71.28 132.16 65.28 139.16 65.28 139.16 71.28 132.16 71.28 ML +closepath C99 fill + newpath +132.16 65.28 132.16 59.28 139.16 59.28 139.16 65.28 132.16 65.28 ML +closepath C99 fill + newpath +132.16 59.28 132.16 53.28 139.16 53.28 139.16 59.28 132.16 59.28 ML +closepath C99 fill + newpath +132.16 53.28 132.16 47.28 139.16 47.28 139.16 53.28 132.16 53.28 ML +closepath C99 fill + newpath +132.16 47.28 132.16 41.28 139.16 41.28 139.16 47.28 132.16 47.28 ML +closepath C99 fill + newpath +132.16 41.28 132.16 35.28 139.16 35.28 139.16 41.28 132.16 41.28 ML +closepath C99 fill + newpath +132.16 35.28 132.16 29.28 139.16 29.28 139.16 35.28 132.16 35.28 ML +closepath C99 fill + newpath +132.16 29.28 132.16 23.28 139.16 23.28 139.16 29.28 132.16 29.28 ML +closepath C99 fill + newpath +132.16 23.28 132.16 17.28 139.16 17.28 139.16 23.28 132.16 23.28 ML +closepath C99 fill + newpath +132.16 17.28 132.16 11.28 139.16 11.28 139.16 17.28 132.16 17.28 ML +closepath C99 fill + newpath +132.16 11.28 132.16 5.28 139.16 5.28 139.16 11.28 132.16 11.28 ML +closepath C99 fill + newpath +132.16 5.28 132.16 -0.72 139.16 -0.72 139.16 5.28 132.16 5.28 ML +closepath C99 fill + newpath +125.16 71.28 125.16 65.28 132.16 65.28 132.16 71.28 125.16 71.28 ML +closepath C99 fill + newpath +125.16 65.28 125.16 59.28 132.16 59.28 132.16 65.28 125.16 65.28 ML +closepath C99 fill + newpath +125.16 59.28 125.16 53.28 132.16 53.28 132.16 59.28 125.16 59.28 ML +closepath C99 fill + newpath +125.16 53.28 125.16 47.28 132.16 47.28 132.16 53.28 125.16 53.28 ML +closepath C99 fill + newpath +125.16 47.28 125.16 41.28 132.16 41.28 132.16 47.28 125.16 47.28 ML +closepath C99 fill + newpath +125.16 41.28 125.16 35.28 132.16 35.28 132.16 41.28 125.16 41.28 ML +closepath C99 fill + newpath +125.16 35.28 125.16 29.28 132.16 29.28 132.16 35.28 125.16 35.28 ML +closepath C99 fill + newpath +125.16 29.28 125.16 23.28 132.16 23.28 132.16 29.28 125.16 29.28 ML +closepath C99 fill + newpath +125.16 23.28 125.16 17.28 132.16 17.28 132.16 23.28 125.16 23.28 ML +closepath C99 fill + newpath +125.16 17.28 125.16 11.28 132.16 11.28 132.16 17.28 125.16 17.28 ML +closepath C99 fill + newpath +125.16 11.28 125.16 5.28 132.16 5.28 132.16 11.28 125.16 11.28 ML +closepath C99 fill + newpath +125.16 5.28 125.16 -0.72 132.16 -0.72 132.16 5.28 125.16 5.28 ML +closepath C99 fill + newpath +118.16 71.28 118.16 65.28 125.16 65.28 125.16 71.28 118.16 71.28 ML +closepath C99 fill + newpath +118.16 65.28 118.16 59.28 125.16 59.28 125.16 65.28 118.16 65.28 ML +closepath C99 fill + newpath +118.16 59.28 118.16 53.28 125.16 53.28 125.16 59.28 118.16 59.28 ML +closepath C99 fill + newpath +118.16 53.28 118.16 47.28 125.16 47.28 125.16 53.28 118.16 53.28 ML +closepath C99 fill + newpath +118.16 47.28 118.16 41.28 125.16 41.28 125.16 47.28 118.16 47.28 ML +closepath C99 fill + newpath +118.16 41.28 118.16 35.28 125.16 35.28 125.16 41.28 118.16 41.28 ML +closepath C99 fill + newpath +118.16 35.28 118.16 29.28 125.16 29.28 125.16 35.28 118.16 35.28 ML +closepath C99 fill + newpath +118.16 29.28 118.16 23.28 125.16 23.28 125.16 29.28 118.16 29.28 ML +closepath C99 fill + newpath +118.16 23.28 118.16 17.28 125.16 17.28 125.16 23.28 118.16 23.28 ML +closepath C99 fill + newpath +118.16 17.28 118.16 11.28 125.16 11.28 125.16 17.28 118.16 17.28 ML +closepath C99 fill + newpath +118.16 11.28 118.16 5.28 125.16 5.28 125.16 11.28 118.16 11.28 ML +closepath C99 fill + newpath +118.16 5.28 118.16 -0.72 125.16 -0.72 125.16 5.28 118.16 5.28 ML +closepath C99 fill + newpath +111.16 71.28 111.16 65.28 118.16 65.28 118.16 71.28 111.16 71.28 ML +closepath C99 fill + newpath +111.16 65.28 111.16 59.28 118.16 59.28 118.16 65.28 111.16 65.28 ML +closepath C99 fill + newpath +111.16 59.28 111.16 53.28 118.16 53.28 118.16 59.28 111.16 59.28 ML +closepath C99 fill + newpath +111.16 53.28 111.16 47.28 118.16 47.28 118.16 53.28 111.16 53.28 ML +closepath C99 fill + newpath +111.16 47.28 111.16 41.28 118.16 41.28 118.16 47.28 111.16 47.28 ML +closepath C99 fill + newpath +111.16 41.28 111.16 35.28 118.16 35.28 118.16 41.28 111.16 41.28 ML +closepath C99 fill + newpath +111.16 35.28 111.16 29.28 118.16 29.28 118.16 35.28 111.16 35.28 ML +closepath C99 fill + newpath +111.16 29.28 111.16 23.28 118.16 23.28 118.16 29.28 111.16 29.28 ML +closepath C99 fill + newpath +111.16 23.28 111.16 17.28 118.16 17.28 118.16 23.28 111.16 23.28 ML +closepath C99 fill + newpath +111.16 17.28 111.16 11.28 118.16 11.28 118.16 17.28 111.16 17.28 ML +closepath C99 fill + newpath +111.16 11.28 111.16 5.28 118.16 5.28 118.16 11.28 111.16 11.28 ML +closepath C99 fill + newpath +111.16 5.28 111.16 -0.72 118.16 -0.72 118.16 5.28 111.16 5.28 ML +closepath C99 fill + newpath +104.16 71.28 104.16 65.28 111.16 65.28 111.16 71.28 104.16 71.28 ML +closepath C99 fill + newpath +104.16 65.28 104.16 59.28 111.16 59.28 111.16 65.28 104.16 65.28 ML +closepath C99 fill + newpath +104.16 59.28 104.16 53.28 111.16 53.28 111.16 59.28 104.16 59.28 ML +closepath C99 fill + newpath +104.16 53.28 104.16 47.28 111.16 47.28 111.16 53.28 104.16 53.28 ML +closepath C99 fill + newpath +104.16 47.28 104.16 41.28 111.16 41.28 111.16 47.28 104.16 47.28 ML +closepath C99 fill + newpath +104.16 41.28 104.16 35.28 111.16 35.28 111.16 41.28 104.16 41.28 ML +closepath C99 fill + newpath +104.16 35.28 104.16 29.28 111.16 29.28 111.16 35.28 104.16 35.28 ML +closepath C99 fill + newpath +104.16 29.28 104.16 23.28 111.16 23.28 111.16 29.28 104.16 29.28 ML +closepath C99 fill + newpath +104.16 23.28 104.16 17.28 111.16 17.28 111.16 23.28 104.16 23.28 ML +closepath C99 fill + newpath +104.16 17.28 104.16 11.28 111.16 11.28 111.16 17.28 104.16 17.28 ML +closepath C99 fill + newpath +104.16 11.28 104.16 5.28 111.16 5.28 111.16 11.28 104.16 11.28 ML +closepath C99 fill + newpath +104.16 5.28 104.16 -0.72 111.16 -0.72 111.16 5.28 104.16 5.28 ML +closepath C99 fill + newpath +97.16 71.28 97.16 65.28 104.16 65.28 104.16 71.28 97.16 71.28 ML +closepath C99 fill + newpath +97.16 65.28 97.16 59.28 104.16 59.28 104.16 65.28 97.16 65.28 ML +closepath C99 fill + newpath +97.16 59.28 97.16 53.28 104.16 53.28 104.16 59.28 97.16 59.28 ML +closepath C99 fill + newpath +97.16 53.28 97.16 47.28 104.16 47.28 104.16 53.28 97.16 53.28 ML +closepath C99 fill + newpath +97.16 47.28 97.16 41.28 104.16 41.28 104.16 47.28 97.16 47.28 ML +closepath C99 fill + newpath +97.16 41.28 97.16 35.28 104.16 35.28 104.16 41.28 97.16 41.28 ML +closepath C99 fill + newpath +97.16 35.28 97.16 29.28 104.16 29.28 104.16 35.28 97.16 35.28 ML +closepath C99 fill + newpath +97.16 29.28 97.16 23.28 104.16 23.28 104.16 29.28 97.16 29.28 ML +closepath C99 fill + newpath +97.16 23.28 97.16 17.28 104.16 17.28 104.16 23.28 97.16 23.28 ML +closepath C99 fill + newpath +97.16 17.28 97.16 11.28 104.16 11.28 104.16 17.28 97.16 17.28 ML +closepath C99 fill + newpath +97.16 11.28 97.16 5.28 104.16 5.28 104.16 11.28 97.16 11.28 ML +closepath C99 fill + newpath +97.16 5.28 97.16 -0.72 104.16 -0.72 104.16 5.28 97.16 5.28 ML +closepath C99 fill + newpath +90.16 71.28 90.16 65.28 97.16 65.28 97.16 71.28 90.16 71.28 ML +closepath C2 fill + newpath +90.16 65.28 90.16 59.28 97.16 59.28 97.16 65.28 90.16 65.28 ML +closepath C2 fill + newpath +90.16 59.28 90.16 53.28 97.16 53.28 97.16 59.28 90.16 59.28 ML +closepath C2 fill + newpath +90.16 53.28 90.16 47.28 97.16 47.28 97.16 53.28 90.16 53.28 ML +closepath C2 fill + newpath +90.16 47.28 90.16 41.28 97.16 41.28 97.16 47.28 90.16 47.28 ML +closepath C2 fill + newpath +90.16 41.28 90.16 35.28 97.16 35.28 97.16 41.28 90.16 41.28 ML +closepath C2 fill + newpath +90.16 35.28 90.16 29.28 97.16 29.28 97.16 35.28 90.16 35.28 ML +closepath C2 fill + newpath +90.16 29.28 90.16 23.28 97.16 23.28 97.16 29.28 90.16 29.28 ML +closepath C2 fill + newpath +90.16 23.28 90.16 17.28 97.16 17.28 97.16 23.28 90.16 23.28 ML +closepath C99 fill + newpath +90.16 17.28 90.16 11.28 97.16 11.28 97.16 17.28 90.16 17.28 ML +closepath C99 fill + newpath +90.16 11.28 90.16 5.28 97.16 5.28 97.16 11.28 90.16 11.28 ML +closepath C99 fill + newpath +90.16 5.28 90.16 -0.72 97.16 -0.72 97.16 5.28 90.16 5.28 ML +closepath C99 fill + newpath +83.16 71.28 83.16 65.28 90.16 65.28 90.16 71.28 83.16 71.28 ML +closepath C99 fill + newpath +83.16 65.28 83.16 59.28 90.16 59.28 90.16 65.28 83.16 65.28 ML +closepath C99 fill + newpath +83.16 59.28 83.16 53.28 90.16 53.28 90.16 59.28 83.16 59.28 ML +closepath C99 fill + newpath +83.16 53.28 83.16 47.28 90.16 47.28 90.16 53.28 83.16 53.28 ML +closepath C99 fill + newpath +83.16 47.28 83.16 41.28 90.16 41.28 90.16 47.28 83.16 47.28 ML +closepath C99 fill + newpath +83.16 41.28 83.16 35.28 90.16 35.28 90.16 41.28 83.16 41.28 ML +closepath C99 fill + newpath +83.16 35.28 83.16 29.28 90.16 29.28 90.16 35.28 83.16 35.28 ML +closepath C99 fill + newpath +83.16 29.28 83.16 23.28 90.16 23.28 90.16 29.28 83.16 29.28 ML +closepath C99 fill + newpath +83.16 23.28 83.16 17.28 90.16 17.28 90.16 23.28 83.16 23.28 ML +closepath C99 fill + newpath +83.16 17.28 83.16 11.28 90.16 11.28 90.16 17.28 83.16 17.28 ML +closepath C99 fill + newpath +83.16 11.28 83.16 5.28 90.16 5.28 90.16 11.28 83.16 11.28 ML +closepath C99 fill + newpath +83.16 5.28 83.16 -0.72 90.16 -0.72 90.16 5.28 83.16 5.28 ML +closepath C99 fill + newpath +76.16 71.28 76.16 65.28 83.16 65.28 83.16 71.28 76.16 71.28 ML +closepath C99 fill + newpath +76.16 65.28 76.16 59.28 83.16 59.28 83.16 65.28 76.16 65.28 ML +closepath C99 fill + newpath +76.16 59.28 76.16 53.28 83.16 53.28 83.16 59.28 76.16 59.28 ML +closepath C99 fill + newpath +76.16 53.28 76.16 47.28 83.16 47.28 83.16 53.28 76.16 53.28 ML +closepath C99 fill + newpath +76.16 47.28 76.16 41.28 83.16 41.28 83.16 47.28 76.16 47.28 ML +closepath C99 fill + newpath +76.16 41.28 76.16 35.28 83.16 35.28 83.16 41.28 76.16 41.28 ML +closepath C99 fill + newpath +76.16 35.28 76.16 29.28 83.16 29.28 83.16 35.28 76.16 35.28 ML +closepath C99 fill + newpath +76.16 29.28 76.16 23.28 83.16 23.28 83.16 29.28 76.16 29.28 ML +closepath C99 fill + newpath +76.16 23.28 76.16 17.28 83.16 17.28 83.16 23.28 76.16 23.28 ML +closepath C99 fill + newpath +76.16 17.28 76.16 11.28 83.16 11.28 83.16 17.28 76.16 17.28 ML +closepath C99 fill + newpath +76.16 11.28 76.16 5.28 83.16 5.28 83.16 11.28 76.16 11.28 ML +closepath C99 fill + newpath +76.16 5.28 76.16 -0.72 83.16 -0.72 83.16 5.28 76.16 5.28 ML +closepath C99 fill + newpath +69.16 71.28 69.16 65.28 76.16 65.28 76.16 71.28 69.16 71.28 ML +closepath C99 fill + newpath +69.16 65.28 69.16 59.28 76.16 59.28 76.16 65.28 69.16 65.28 ML +closepath C99 fill + newpath +69.16 59.28 69.16 53.28 76.16 53.28 76.16 59.28 69.16 59.28 ML +closepath C99 fill + newpath +69.16 53.28 69.16 47.28 76.16 47.28 76.16 53.28 69.16 53.28 ML +closepath C99 fill + newpath +69.16 47.28 69.16 41.28 76.16 41.28 76.16 47.28 69.16 47.28 ML +closepath C99 fill + newpath +69.16 41.28 69.16 35.28 76.16 35.28 76.16 41.28 69.16 41.28 ML +closepath C99 fill + newpath +69.16 35.28 69.16 29.28 76.16 29.28 76.16 35.28 69.16 35.28 ML +closepath C99 fill + newpath +69.16 29.28 69.16 23.28 76.16 23.28 76.16 29.28 69.16 29.28 ML +closepath C99 fill + newpath +69.16 23.28 69.16 17.28 76.16 17.28 76.16 23.28 69.16 23.28 ML +closepath C99 fill + newpath +69.16 17.28 69.16 11.28 76.16 11.28 76.16 17.28 69.16 17.28 ML +closepath C99 fill + newpath +69.16 11.28 69.16 5.28 76.16 5.28 76.16 11.28 69.16 11.28 ML +closepath C99 fill + newpath +69.16 5.28 69.16 -0.72 76.16 -0.72 76.16 5.28 69.16 5.28 ML +closepath C99 fill + newpath +62.16 71.28 62.16 65.28 69.16 65.28 69.16 71.28 62.16 71.28 ML +closepath C99 fill + newpath +62.16 65.28 62.16 59.28 69.16 59.28 69.16 65.28 62.16 65.28 ML +closepath C99 fill + newpath +62.16 59.28 62.16 53.28 69.16 53.28 69.16 59.28 62.16 59.28 ML +closepath C99 fill + newpath +62.16 53.28 62.16 47.28 69.16 47.28 69.16 53.28 62.16 53.28 ML +closepath C99 fill + newpath +62.16 47.28 62.16 41.28 69.16 41.28 69.16 47.28 62.16 47.28 ML +closepath C99 fill + newpath +62.16 41.28 62.16 35.28 69.16 35.28 69.16 41.28 62.16 41.28 ML +closepath C99 fill + newpath +62.16 35.28 62.16 29.28 69.16 29.28 69.16 35.28 62.16 35.28 ML +closepath C99 fill + newpath +62.16 29.28 62.16 23.28 69.16 23.28 69.16 29.28 62.16 29.28 ML +closepath C99 fill + newpath +62.16 23.28 62.16 17.28 69.16 17.28 69.16 23.28 62.16 23.28 ML +closepath C99 fill + newpath +62.16 17.28 62.16 11.28 69.16 11.28 69.16 17.28 62.16 17.28 ML +closepath C99 fill + newpath +62.16 11.28 62.16 5.28 69.16 5.28 69.16 11.28 62.16 11.28 ML +closepath C99 fill + newpath +62.16 5.28 62.16 -0.72 69.16 -0.72 69.16 5.28 62.16 5.28 ML +closepath C99 fill + newpath +55.16 71.28 55.16 65.28 62.16 65.28 62.16 71.28 55.16 71.28 ML +closepath C99 fill + newpath +55.16 65.28 55.16 59.28 62.16 59.28 62.16 65.28 55.16 65.28 ML +closepath C99 fill + newpath +55.16 59.28 55.16 53.28 62.16 53.28 62.16 59.28 55.16 59.28 ML +closepath C99 fill + newpath +55.16 53.28 55.16 47.28 62.16 47.28 62.16 53.28 55.16 53.28 ML +closepath C99 fill + newpath +55.16 47.28 55.16 41.28 62.16 41.28 62.16 47.28 55.16 47.28 ML +closepath C99 fill + newpath +55.16 41.28 55.16 35.28 62.16 35.28 62.16 41.28 55.16 41.28 ML +closepath C99 fill + newpath +55.16 35.28 55.16 29.28 62.16 29.28 62.16 35.28 55.16 35.28 ML +closepath C99 fill + newpath +55.16 29.28 55.16 23.28 62.16 23.28 62.16 29.28 55.16 29.28 ML +closepath C99 fill + newpath +55.16 23.28 55.16 17.28 62.16 17.28 62.16 23.28 55.16 23.28 ML +closepath C99 fill + newpath +55.16 17.28 55.16 11.28 62.16 11.28 62.16 17.28 55.16 17.28 ML +closepath C99 fill + newpath +55.16 11.28 55.16 5.28 62.16 5.28 62.16 11.28 55.16 11.28 ML +closepath C99 fill + newpath +55.16 5.28 55.16 -0.72 62.16 -0.72 62.16 5.28 55.16 5.28 ML +closepath C99 fill + newpath +48.16 71.28 48.16 65.28 55.16 65.28 55.16 71.28 48.16 71.28 ML +closepath C99 fill + newpath +48.16 65.28 48.16 59.28 55.16 59.28 55.16 65.28 48.16 65.28 ML +closepath C99 fill + newpath +48.16 59.28 48.16 53.28 55.16 53.28 55.16 59.28 48.16 59.28 ML +closepath C99 fill + newpath +48.16 53.28 48.16 47.28 55.16 47.28 55.16 53.28 48.16 53.28 ML +closepath C99 fill + newpath +48.16 47.28 48.16 41.28 55.16 41.28 55.16 47.28 48.16 47.28 ML +closepath C99 fill + newpath +48.16 41.28 48.16 35.28 55.16 35.28 55.16 41.28 48.16 41.28 ML +closepath C99 fill + newpath +48.16 35.28 48.16 29.28 55.16 29.28 55.16 35.28 48.16 35.28 ML +closepath C99 fill + newpath +48.16 29.28 48.16 23.28 55.16 23.28 55.16 29.28 48.16 29.28 ML +closepath C99 fill + newpath +48.16 23.28 48.16 17.28 55.16 17.28 55.16 23.28 48.16 23.28 ML +closepath C99 fill + newpath +48.16 17.28 48.16 11.28 55.16 11.28 55.16 17.28 48.16 17.28 ML +closepath C99 fill + newpath +48.16 11.28 48.16 5.28 55.16 5.28 55.16 11.28 48.16 11.28 ML +closepath C99 fill + newpath +48.16 5.28 48.16 -0.72 55.16 -0.72 55.16 5.28 48.16 5.28 ML +closepath C99 fill + newpath +41.16 71.28 41.16 65.28 48.16 65.28 48.16 71.28 41.16 71.28 ML +closepath C99 fill + newpath +41.16 65.28 41.16 59.28 48.16 59.28 48.16 65.28 41.16 65.28 ML +closepath C99 fill + newpath +41.16 59.28 41.16 53.28 48.16 53.28 48.16 59.28 41.16 59.28 ML +closepath C99 fill + newpath +41.16 53.28 41.16 47.28 48.16 47.28 48.16 53.28 41.16 53.28 ML +closepath C99 fill + newpath +41.16 47.28 41.16 41.28 48.16 41.28 48.16 47.28 41.16 47.28 ML +closepath C99 fill + newpath +41.16 41.28 41.16 35.28 48.16 35.28 48.16 41.28 41.16 41.28 ML +closepath C99 fill + newpath +41.16 35.28 41.16 29.28 48.16 29.28 48.16 35.28 41.16 35.28 ML +closepath C99 fill + newpath +41.16 29.28 41.16 23.28 48.16 23.28 48.16 29.28 41.16 29.28 ML +closepath C99 fill + newpath +41.16 23.28 41.16 17.28 48.16 17.28 48.16 23.28 41.16 23.28 ML +closepath C99 fill + newpath +41.16 17.28 41.16 11.28 48.16 11.28 48.16 17.28 41.16 17.28 ML +closepath C99 fill + newpath +41.16 11.28 41.16 5.28 48.16 5.28 48.16 11.28 41.16 11.28 ML +closepath C99 fill + newpath +41.16 5.28 41.16 -0.72 48.16 -0.72 48.16 5.28 41.16 5.28 ML +closepath C99 fill + newpath +34.16 71.28 34.16 65.28 41.16 65.28 41.16 71.28 34.16 71.28 ML +closepath C99 fill + newpath +34.16 65.28 34.16 59.28 41.16 59.28 41.16 65.28 34.16 65.28 ML +closepath C99 fill + newpath +34.16 59.28 34.16 53.28 41.16 53.28 41.16 59.28 34.16 59.28 ML +closepath C99 fill + newpath +34.16 53.28 34.16 47.28 41.16 47.28 41.16 53.28 34.16 53.28 ML +closepath C99 fill + newpath +34.16 47.28 34.16 41.28 41.16 41.28 41.16 47.28 34.16 47.28 ML +closepath C99 fill + newpath +34.16 41.28 34.16 35.28 41.16 35.28 41.16 41.28 34.16 41.28 ML +closepath C99 fill + newpath +34.16 35.28 34.16 29.28 41.16 29.28 41.16 35.28 34.16 35.28 ML +closepath C99 fill + newpath +34.16 29.28 34.16 23.28 41.16 23.28 41.16 29.28 34.16 29.28 ML +closepath C99 fill + newpath +34.16 23.28 34.16 17.28 41.16 17.28 41.16 23.28 34.16 23.28 ML +closepath C99 fill + newpath +34.16 17.28 34.16 11.28 41.16 11.28 41.16 17.28 34.16 17.28 ML +closepath C99 fill + newpath +34.16 11.28 34.16 5.28 41.16 5.28 41.16 11.28 34.16 11.28 ML +closepath C99 fill + newpath +34.16 5.28 34.16 -0.72 41.16 -0.72 41.16 5.28 34.16 5.28 ML +closepath C99 fill + newpath +27.16 71.28 27.16 65.28 34.16 65.28 34.16 71.28 27.16 71.28 ML +closepath C99 fill + newpath +27.16 65.28 27.16 59.28 34.16 59.28 34.16 65.28 27.16 65.28 ML +closepath C99 fill + newpath +27.16 59.28 27.16 53.28 34.16 53.28 34.16 59.28 27.16 59.28 ML +closepath C99 fill + newpath +27.16 53.28 27.16 47.28 34.16 47.28 34.16 53.28 27.16 53.28 ML +closepath C99 fill + newpath +27.16 47.28 27.16 41.28 34.16 41.28 34.16 47.28 27.16 47.28 ML +closepath C99 fill + newpath +27.16 41.28 27.16 35.28 34.16 35.28 34.16 41.28 27.16 41.28 ML +closepath C99 fill + newpath +27.16 35.28 27.16 29.28 34.16 29.28 34.16 35.28 27.16 35.28 ML +closepath C99 fill + newpath +27.16 29.28 27.16 23.28 34.16 23.28 34.16 29.28 27.16 29.28 ML +closepath C99 fill + newpath +27.16 23.28 27.16 17.28 34.16 17.28 34.16 23.28 27.16 23.28 ML +closepath C99 fill + newpath +27.16 17.28 27.16 11.28 34.16 11.28 34.16 17.28 27.16 17.28 ML +closepath C99 fill + newpath +27.16 11.28 27.16 5.28 34.16 5.28 34.16 11.28 27.16 11.28 ML +closepath C99 fill + newpath +27.16 5.28 27.16 -0.72 34.16 -0.72 34.16 5.28 27.16 5.28 ML +closepath C99 fill + newpath +20.16 71.28 20.16 65.28 27.16 65.28 27.16 71.28 20.16 71.28 ML +closepath C99 fill + newpath +20.16 65.28 20.16 59.28 27.16 59.28 27.16 65.28 20.16 65.28 ML +closepath C99 fill + newpath +20.16 59.28 20.16 53.28 27.16 53.28 27.16 59.28 20.16 59.28 ML +closepath C99 fill + newpath +20.16 53.28 20.16 47.28 27.16 47.28 27.16 53.28 20.16 53.28 ML +closepath C99 fill + newpath +20.16 47.28 20.16 41.28 27.16 41.28 27.16 47.28 20.16 47.28 ML +closepath C99 fill + newpath +20.16 41.28 20.16 35.28 27.16 35.28 27.16 41.28 20.16 41.28 ML +closepath C99 fill + newpath +20.16 35.28 20.16 29.28 27.16 29.28 27.16 35.28 20.16 35.28 ML +closepath C99 fill + newpath +20.16 29.28 20.16 23.28 27.16 23.28 27.16 29.28 20.16 29.28 ML +closepath C99 fill + newpath +20.16 23.28 20.16 17.28 27.16 17.28 27.16 23.28 20.16 23.28 ML +closepath C99 fill + newpath +20.16 17.28 20.16 11.28 27.16 11.28 27.16 17.28 20.16 17.28 ML +closepath C99 fill + newpath +20.16 11.28 20.16 5.28 27.16 5.28 27.16 11.28 20.16 11.28 ML +closepath C99 fill + newpath +20.16 5.28 20.16 -0.72 27.16 -0.72 27.16 5.28 20.16 5.28 ML +closepath C99 fill + newpath +13.16 71.28 13.16 65.28 20.16 65.28 20.16 71.28 13.16 71.28 ML +closepath C99 fill + newpath +13.16 65.28 13.16 59.28 20.16 59.28 20.16 65.28 13.16 65.28 ML +closepath C99 fill + newpath +13.16 59.28 13.16 53.28 20.16 53.28 20.16 59.28 13.16 59.28 ML +closepath C99 fill + newpath +13.16 53.28 13.16 47.28 20.16 47.28 20.16 53.28 13.16 53.28 ML +closepath C99 fill + newpath +13.16 47.28 13.16 41.28 20.16 41.28 20.16 47.28 13.16 47.28 ML +closepath C99 fill + newpath +13.16 41.28 13.16 35.28 20.16 35.28 20.16 41.28 13.16 41.28 ML +closepath C99 fill + newpath +13.16 35.28 13.16 29.28 20.16 29.28 20.16 35.28 13.16 35.28 ML +closepath C99 fill + newpath +13.16 29.28 13.16 23.28 20.16 23.28 20.16 29.28 13.16 29.28 ML +closepath C99 fill + newpath +13.16 23.28 13.16 17.28 20.16 17.28 20.16 23.28 13.16 23.28 ML +closepath C99 fill + newpath +13.16 17.28 13.16 11.28 20.16 11.28 20.16 17.28 13.16 17.28 ML +closepath C99 fill + newpath +13.16 11.28 13.16 5.28 20.16 5.28 20.16 11.28 13.16 11.28 ML +closepath C99 fill + newpath +13.16 5.28 13.16 -0.72 20.16 -0.72 20.16 5.28 13.16 5.28 ML +closepath C99 fill + newpath +6.16 71.28 6.16 65.28 13.16 65.28 13.16 71.28 6.16 71.28 ML +closepath C99 fill + newpath +6.16 65.28 6.16 59.28 13.16 59.28 13.16 65.28 6.16 65.28 ML +closepath C99 fill + newpath +6.16 59.28 6.16 53.28 13.16 53.28 13.16 59.28 6.16 59.28 ML +closepath C99 fill + newpath +6.16 53.28 6.16 47.28 13.16 47.28 13.16 53.28 6.16 53.28 ML +closepath C99 fill + newpath +6.16 47.28 6.16 41.28 13.16 41.28 13.16 47.28 6.16 47.28 ML +closepath C99 fill + newpath +6.16 41.28 6.16 35.28 13.16 35.28 13.16 41.28 6.16 41.28 ML +closepath C99 fill + newpath +6.16 35.28 6.16 29.28 13.16 29.28 13.16 35.28 6.16 35.28 ML +closepath C99 fill + newpath +6.16 29.28 6.16 23.28 13.16 23.28 13.16 29.28 6.16 29.28 ML +closepath C99 fill + newpath +6.16 23.28 6.16 17.28 13.16 17.28 13.16 23.28 6.16 23.28 ML +closepath C99 fill + newpath +6.16 17.28 6.16 11.28 13.16 11.28 13.16 17.28 6.16 17.28 ML +closepath C99 fill + newpath +6.16 11.28 6.16 5.28 13.16 5.28 13.16 11.28 6.16 11.28 ML +closepath C99 fill + newpath +6.16 5.28 6.16 -0.72 13.16 -0.72 13.16 5.28 6.16 5.28 ML +closepath C99 fill + newpath +-0.84 71.28 -0.84 65.28 6.16 65.28 6.16 71.28 -0.84 71.28 ML +closepath C99 fill + newpath +-0.84 65.28 -0.84 59.28 6.16 59.28 6.16 65.28 -0.84 65.28 ML +closepath C99 fill + newpath +-0.84 59.28 -0.84 53.28 6.16 53.28 6.16 59.28 -0.84 59.28 ML +closepath C99 fill + newpath +-0.84 53.28 -0.84 47.28 6.16 47.28 6.16 53.28 -0.84 53.28 ML +closepath C99 fill + newpath +-0.84 47.28 -0.84 41.28 6.16 41.28 6.16 47.28 -0.84 47.28 ML +closepath C99 fill + newpath +-0.84 41.28 -0.84 35.28 6.16 35.28 6.16 41.28 -0.84 41.28 ML +closepath C99 fill + newpath +-0.84 35.28 -0.84 29.28 6.16 29.28 6.16 35.28 -0.84 35.28 ML +closepath C99 fill + newpath +-0.84 29.28 -0.84 23.28 6.16 23.28 6.16 29.28 -0.84 29.28 ML +closepath C99 fill + newpath +-0.84 23.28 -0.84 17.28 6.16 17.28 6.16 23.28 -0.84 23.28 ML +closepath C99 fill + newpath +-0.84 17.28 -0.84 11.28 6.16 11.28 6.16 17.28 -0.84 17.28 ML +closepath C99 fill + newpath +-0.84 11.28 -0.84 5.28 6.16 5.28 6.16 11.28 -0.84 11.28 ML +closepath C99 fill + newpath +-0.84 5.28 -0.84 -0.72 6.16 -0.72 6.16 5.28 -0.84 5.28 ML +closepath C99 fill +C100 + 454.16 71.28 454.16 65.28 L + C100 + 461.16 71.28 461.16 65.28 L + C100 + 454.16 71.28 461.16 71.28 L + C100 + 454.16 65.28 454.16 59.28 L + C100 + 461.16 65.28 461.16 59.28 L + C100 + 454.16 59.28 454.16 53.28 L + C100 + 461.16 59.28 461.16 53.28 L + C100 + 454.16 53.28 454.16 47.28 L + C100 + 461.16 53.28 461.16 47.28 L + C100 + 454.16 47.28 454.16 41.28 L + C100 + 461.16 47.28 461.16 41.28 L + C100 + 454.16 41.28 454.16 35.28 L + C100 + 461.16 41.28 461.16 35.28 L + C100 + 454.16 35.28 454.16 29.28 L + C100 + 461.16 35.28 461.16 29.28 L + C100 + 454.16 29.28 454.16 23.28 L + C100 + 461.16 29.28 461.16 23.28 L + C100 + 454.16 23.28 461.16 23.28 L + C100 + 433.16 71.28 433.16 65.28 L + C100 + 440.16 71.28 440.16 65.28 L + C100 + 433.16 71.28 440.16 71.28 L + C100 + 433.16 65.28 433.16 59.28 L + C100 + 440.16 65.28 440.16 59.28 L + C100 + 433.16 59.28 433.16 53.28 L + C100 + 440.16 59.28 440.16 53.28 L + C100 + 433.16 53.28 433.16 47.28 L + C100 + 440.16 53.28 440.16 47.28 L + C100 + 433.16 47.28 433.16 41.28 L + C100 + 440.16 47.28 440.16 41.28 L + C100 + 433.16 41.28 433.16 35.28 L + C100 + 440.16 41.28 440.16 35.28 L + C100 + 433.16 35.28 433.16 29.28 L + C100 + 440.16 35.28 440.16 29.28 L + C100 + 433.16 29.28 433.16 23.28 L + C100 + 440.16 29.28 440.16 23.28 L + C100 + 433.16 23.28 440.16 23.28 L + C100 + 377.16 71.28 377.16 65.28 L + C100 + 384.16 71.28 384.16 65.28 L + C100 + 377.16 71.28 384.16 71.28 L + C100 + 377.16 65.28 377.16 59.28 L + C100 + 384.16 65.28 384.16 59.28 L + C100 + 377.16 59.28 377.16 53.28 L + C100 + 384.16 59.28 384.16 53.28 L + C100 + 377.16 53.28 377.16 47.28 L + C100 + 384.16 53.28 384.16 47.28 L + C100 + 377.16 47.28 377.16 41.28 L + C100 + 384.16 47.28 384.16 41.28 L + C100 + 377.16 41.28 377.16 35.28 L + C100 + 384.16 41.28 384.16 35.28 L + C100 + 377.16 35.28 377.16 29.28 L + C100 + 384.16 35.28 384.16 29.28 L + C100 + 377.16 29.28 377.16 23.28 L + C100 + 384.16 29.28 384.16 23.28 L + C100 + 377.16 23.28 384.16 23.28 L + C100 + 237.16 71.28 237.16 65.28 L + C100 + 244.16 71.28 244.16 65.28 L + C100 + 237.16 71.28 244.16 71.28 L + C100 + 237.16 65.28 237.16 59.28 L + C100 + 244.16 65.28 244.16 59.28 L + C100 + 237.16 59.28 237.16 53.28 L + C100 + 244.16 59.28 244.16 53.28 L + C100 + 237.16 53.28 237.16 47.28 L + C100 + 244.16 53.28 244.16 47.28 L + C100 + 237.16 47.28 237.16 41.28 L + C100 + 244.16 47.28 244.16 41.28 L + C100 + 237.16 41.28 237.16 35.28 L + C100 + 244.16 41.28 244.16 35.28 L + C100 + 237.16 35.28 237.16 29.28 L + C100 + 244.16 35.28 244.16 29.28 L + C100 + 237.16 29.28 237.16 23.28 L + C100 + 244.16 29.28 244.16 23.28 L + C100 + 237.16 23.28 244.16 23.28 L + C100 + 90.16 71.28 90.16 65.28 L + C100 + 97.16 71.28 97.16 65.28 L + C100 + 90.16 71.28 97.16 71.28 L + C100 + 90.16 65.28 90.16 59.28 L + C100 + 97.16 65.28 97.16 59.28 L + C100 + 90.16 59.28 90.16 53.28 L + C100 + 97.16 59.28 97.16 53.28 L + C100 + 90.16 53.28 90.16 47.28 L + C100 + 97.16 53.28 97.16 47.28 L + C100 + 90.16 47.28 90.16 41.28 L + C100 + 97.16 47.28 97.16 41.28 L + C100 + 90.16 41.28 90.16 35.28 L + C100 + 97.16 41.28 97.16 35.28 L + C100 + 90.16 35.28 90.16 29.28 L + C100 + 97.16 35.28 97.16 29.28 L + C100 + 90.16 29.28 90.16 23.28 L + C100 + 97.16 29.28 97.16 23.28 L + C100 + 90.16 23.28 97.16 23.28 L + F5 + C100 + 98 6 moveto (b3) show +F0 + F5 + 189 6 moveto (b4) show +F0 + F5 + 280 6 moveto (a5) show +F0 + C11 + 91.00 13.35 98.00 13.35 98.00 16.05 91.00 16.05 91.00 13.35 ML +stroke +91.00 13.35 98.00 13.35 98.00 16.05 91.00 16.05 91.00 13.35 ML +closepath + C11 + fill +C100 + C11 + 98.00 13.35 105.00 13.35 105.00 16.05 98.00 16.05 98.00 13.35 ML +stroke +98.00 13.35 105.00 13.35 105.00 16.05 98.00 16.05 98.00 13.35 ML +closepath + C11 + fill +C100 + C11 + 105.00 12.00 moveto +109.90 14.70 lineto +105.00 17.40 lineto +105.00 12.00 lineto +stroke +105.00 12.00 moveto +109.90 14.70 lineto +105.00 17.40 lineto +105.00 12.00 lineto +closepath + C11 + fill +C100 + C11 + 175.00 13.35 182.00 13.35 182.00 16.05 175.00 16.05 175.00 13.35 ML +stroke +175.00 13.35 182.00 13.35 182.00 16.05 175.00 16.05 175.00 13.35 ML +closepath + C11 + fill +C100 + C11 + 182.00 13.35 189.00 13.35 189.00 16.05 182.00 16.05 182.00 13.35 ML +stroke +182.00 13.35 189.00 13.35 189.00 16.05 182.00 16.05 182.00 13.35 ML +closepath + C11 + fill +C100 + C11 + 189.00 13.35 196.00 13.35 196.00 16.05 189.00 16.05 189.00 13.35 ML +stroke +189.00 13.35 196.00 13.35 196.00 16.05 189.00 16.05 189.00 13.35 ML +closepath + C11 + fill +C100 + C11 + 196.00 13.35 203.00 13.35 203.00 16.05 196.00 16.05 196.00 13.35 ML +stroke +196.00 13.35 203.00 13.35 203.00 16.05 196.00 16.05 196.00 13.35 ML +closepath + C11 + fill +C100 + C11 + 203.00 12.00 moveto +207.90 14.70 lineto +203.00 17.40 lineto +203.00 12.00 lineto +stroke +203.00 12.00 moveto +207.90 14.70 lineto +203.00 17.40 lineto +203.00 12.00 lineto +closepath + C11 + fill +C100 + C11 + 276.50 12.00 moveto +276.50 17.40 lineto +280.00 17.40 lineto +280.00 12.00 lineto +276.50 12.00 lineto +stroke +276.50 12.00 moveto +276.50 17.40 lineto +280.00 17.40 lineto +280.00 12.00 lineto +276.50 12.00 lineto +closepath + C11 + fill +newpath +276.50 12.00 moveto +274.40 12.00 274.40 17.40 276.50 17.40 curveto +278.60 17.40 278.60 12.00 276.50 12.00 curveto +closepath + C99 + fill +276.50 14.43 moveto +276.50 14.97 lineto +273.00 14.97 lineto +273.00 14.43 lineto +276.50 14.43 lineto +stroke +276.50 14.43 moveto +276.50 14.97 lineto +273.00 14.97 lineto +273.00 14.43 lineto +276.50 14.43 lineto +closepath + C11 + fill +newpath +276.50 12.00 moveto +274.40 12.00 274.40 17.40 276.50 17.40 curveto +278.60 17.40 278.60 12.00 276.50 12.00 curveto +stroke +C100 + C11 + 280.00 12.00 287.00 12.00 287.00 17.40 280.00 17.40 280.00 12.00 ML +stroke +280.00 12.00 287.00 12.00 287.00 17.40 280.00 17.40 280.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 287.00 12.00 294.00 12.00 294.00 17.40 287.00 17.40 287.00 12.00 ML +stroke +287.00 12.00 294.00 12.00 294.00 17.40 287.00 17.40 287.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 297.50 12.00 moveto +297.50 17.40 lineto +294.00 17.40 lineto +294.00 12.00 lineto +297.50 12.00 lineto +stroke +297.50 12.00 moveto +297.50 17.40 lineto +294.00 17.40 lineto +294.00 12.00 lineto +297.50 12.00 lineto +closepath + C11 + fill +newpath +297.50 12.00 moveto +295.40 12.00 295.40 17.40 297.50 17.40 curveto +299.60 17.40 299.60 12.00 297.50 12.00 curveto +stroke +newpath +297.50 12.00 moveto +295.40 12.00 295.40 17.40 297.50 17.40 curveto +299.60 17.40 299.60 12.00 297.50 12.00 curveto +closepath + C11 + fill +297.50 14.43 moveto +297.50 14.97 lineto +301.00 14.97 lineto +301.00 14.43 lineto +297.50 14.43 lineto +stroke +297.50 14.43 moveto +297.50 14.97 lineto +301.00 14.97 lineto +301.00 14.43 lineto +297.50 14.43 lineto +closepath + C11 + fill +C100 + C11 + 437.50 12.00 moveto +437.50 17.40 lineto +441.00 17.40 lineto +441.00 12.00 lineto +437.50 12.00 lineto +stroke +437.50 12.00 moveto +437.50 17.40 lineto +441.00 17.40 lineto +441.00 12.00 lineto +437.50 12.00 lineto +closepath + C11 + fill +newpath +437.50 12.00 moveto +435.40 12.00 435.40 17.40 437.50 17.40 curveto +439.60 17.40 439.60 12.00 437.50 12.00 curveto +closepath + C99 + fill +437.50 14.43 moveto +437.50 14.97 lineto +434.00 14.97 lineto +434.00 14.43 lineto +437.50 14.43 lineto +stroke +437.50 14.43 moveto +437.50 14.97 lineto +434.00 14.97 lineto +434.00 14.43 lineto +437.50 14.43 lineto +closepath + C11 + fill +newpath +437.50 12.00 moveto +435.40 12.00 435.40 17.40 437.50 17.40 curveto +439.60 17.40 439.60 12.00 437.50 12.00 curveto +stroke +C100 + C11 + 441.00 12.00 448.00 12.00 448.00 17.40 441.00 17.40 441.00 12.00 ML +stroke +441.00 12.00 448.00 12.00 448.00 17.40 441.00 17.40 441.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 448.00 12.00 455.00 12.00 455.00 17.40 448.00 17.40 448.00 12.00 ML +stroke +448.00 12.00 455.00 12.00 455.00 17.40 448.00 17.40 448.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 455.00 12.00 462.00 12.00 462.00 17.40 455.00 17.40 455.00 12.00 ML +stroke +455.00 12.00 462.00 12.00 462.00 17.40 455.00 17.40 455.00 12.00 ML +closepath + C11 + fill +C100 + 28 18 moveto (80) show + 98 18 moveto (90) show + 168 18 moveto (100) show + 238 18 moveto (110) show + 308 18 moveto (120) show + 378 18 moveto (130) show + 448 18 moveto (140) show +(R) 0 24 P +(A) 7 24 P +(Y) 14 24 P +(N) 21 24 P +(K) 28 24 P +(E) 35 24 P +(H) 42 24 P +(Q) 49 24 P +(D) 56 24 P +(Q) 63 24 P +(V) 70 24 P +(R) 77 24 P +(A) 84 24 P +(G) 91 24 P +(Y) 98 24 P +(Y) 105 24 P +(L) 112 24 P +(S) 119 24 P +(I) 126 24 P +(P) 133 24 P +(G) 140 24 P +(K) 147 24 P +(K) 154 24 P +(A) 161 24 P +(V) 168 24 P +(E) 175 24 P +(S) 182 24 P +(F) 189 24 P +(C) 196 24 P +(Y) 203 24 P +(L) 210 24 P +(N) 217 24 P +(P) 224 24 P +(N) 231 24 P +(F) 238 24 P +(T) 245 24 P +(P) 252 24 P +(D) 259 24 P +(H) 266 24 P +(P) 273 24 P +(R) 280 24 P +(I) 287 24 P +(Q) 294 24 P +(A) 301 24 P +(K) 308 24 P +(T) 315 24 P +(P) 322 24 P +(T) 329 24 P +(H) 336 24 P +(E) 343 24 P +(V) 350 24 P +(N) 357 24 P +(V) 364 24 P +(W) 371 24 P +(P) 378 24 P +(D) 385 24 P +(E) 392 24 P +(T) 399 24 P +(K) 406 24 P +(H) 413 24 P +(P) 420 24 P +(G) 427 24 P +(F) 434 24 P +(Q) 441 24 P +(D) 448 24 P +(F) 455 24 P +(A) 0 30 P +(D) 7 30 P +(R) 56 30 P +(N) 63 30 P +(A) 70 30 P +(R) 77 30 P +(R) 84 30 P +(G) 91 30 P +(F) 98 30 P +(S) 105 30 P +(A) 112 30 P +(L) 119 30 P +(E) 126 30 P +(W) 133 30 P +(E) 140 30 P +(S) 147 30 P +(T) 154 30 P +(A) 161 30 P +(V) 168 30 P +(V) 175 30 P +(T) 182 30 P +(E) 189 30 P +(T) 196 30 P +(G) 203 30 P +(K) 210 30 P +(Y) 217 30 P +(S) 224 30 P +(D) 231 30 P +(Y) 238 30 P +(S) 245 30 P +(T) 252 30 P +(C) 259 30 P +(Y) 266 30 P +(S) 273 30 P +(M) 280 30 P +(G) 287 30 P +(I) 294 30 P +(G) 301 30 P +(G) 308 30 P +(N) 315 30 P +(L) 364 30 P +(F) 371 30 P +(P) 378 30 P +(N) 385 30 P +(R) 392 30 P +(G) 399 30 P +(F) 434 30 P +(E) 441 30 P +(D) 448 30 P +(V) 455 30 P +(P) 0 36 P +(V) 7 36 P +(P) 56 36 P +(T) 63 36 P +(M) 70 36 P +(R) 77 36 P +(R) 84 36 P +(G) 91 36 P +(F) 98 36 P +(T) 105 36 P +(G) 112 36 P +(L) 119 36 P +(E) 126 36 P +(S) 133 36 P +(E) 140 36 P +(S) 147 36 P +(T) 154 36 P +(A) 161 36 P +(Q) 168 36 P +(I) 175 36 P +(T) 182 36 P +(N) 189 36 P +(T) 196 36 P +(G) 203 36 P +(S) 210 36 P +(Y) 217 36 P +(S) 224 36 P +(D) 231 36 P +(Y) 238 36 P +(S) 245 36 P +(M) 252 36 P +(C) 259 36 P +(Y) 266 36 P +(S) 273 36 P +(M) 280 36 P +(G) 287 36 P +(T) 294 36 P +(A) 301 36 P +(D) 308 36 P +(N) 315 36 P +(L) 364 36 P +(F) 371 36 P +(P) 378 36 P +(S) 385 36 P +(G) 392 36 P +(D) 399 36 P +(F) 434 36 P +(E) 441 36 P +(R) 448 36 P +(I) 455 36 P +(V) 0 42 P +(G) 7 42 P +(E) 70 42 P +(S) 77 42 P +(Y) 84 42 P +(G) 91 42 P +(Y) 98 42 P +(T) 105 42 P +(N) 112 42 P +(S) 119 42 P +(F) 126 42 P +(F) 133 42 P +(G) 140 42 P +(R) 147 42 P +(F) 168 42 P +(A) 175 42 P +(S) 182 42 P +(N) 189 42 P +(L) 196 42 P +(P) 203 42 P +(W) 210 42 P +(K) 217 42 P +(E) 224 42 P +(T) 231 42 P +(F) 238 42 P +(S) 245 42 P +(L) 252 42 P +(R) 259 42 P +(C) 266 42 P +(V) 273 42 P +(A) 280 42 P +(A) 287 42 P +(Q) 294 42 P +(N) 301 42 P +(S) 308 42 P +(S) 315 42 P +(A) 322 42 P +(A) 329 42 P +(H) 336 42 P +(D) 343 42 P +(Y) 350 42 P +(V) 357 42 P +(L) 364 42 P +(D) 371 42 P +(T) 378 42 P +(L) 385 42 P +(G) 392 42 P +(P) 399 42 P +(S) 406 42 P +(F) 413 42 P +(S) 420 42 P +(H) 427 42 P +(H) 434 42 P +(G) 441 42 P +(K) 448 42 P +(A) 455 42 P +(T) 0 48 P +(P) 7 48 P +(G) 49 48 P +(S) 56 48 P +(N) 63 48 P +(D) 70 48 P +(I) 77 48 P +(E) 84 48 P +(G) 91 48 P +(Y) 98 48 P +(G) 105 48 P +(T) 112 48 P +(S) 119 48 P +(L) 126 48 P +(Q) 175 48 P +(K) 182 48 P +(E) 189 48 P +(V) 196 48 P +(E) 203 48 P +(G) 210 48 P +(K) 217 48 P +(K) 224 48 P +(G) 231 48 P +(W) 238 48 P +(V) 245 48 P +(D) 252 48 P +(H) 259 48 P +(L) 266 48 P +(F) 273 48 P +(H) 280 48 P +(K) 287 48 P +(I) 294 48 P +(W) 301 48 P +(P) 308 48 P +(P) 315 48 P +(S) 322 48 P +(A) 329 48 P +(V) 336 48 P +(N) 343 48 P +(Y) 350 48 P +(R) 357 48 P +(Y) 364 48 P +(W) 371 48 P +(P) 378 48 P +(K) 385 48 P +(N) 392 48 P +(P) 399 48 P +(P) 420 48 P +(S) 427 48 P +(Y) 434 48 P +(R) 441 48 P +(E) 448 48 P +(A) 455 48 P +(G) 0 54 P +(E) 7 54 P +(A) 14 54 P +(A) 21 54 P +(K) 28 54 P +(F) 35 54 P +(E) 42 54 P +(L) 49 54 P +(P) 56 54 P +(L) 63 54 P +(E) 70 54 P +(Q) 77 54 P +(K) 84 54 P +(A) 91 54 P +(K) 98 54 P +(L) 105 54 P +(Y) 112 54 P +(V) 119 54 P +(E) 126 54 P +(G) 133 54 P +(E) 140 54 P +(Q) 175 54 P +(L) 182 54 P +(S) 189 54 P +(N) 196 54 P +(E) 203 54 P +(E) 210 54 P +(F) 217 54 P +(L) 224 54 P +(Y) 231 54 P +(W) 238 54 P +(K) 245 54 P +(D) 252 54 P +(T) 259 54 P +(L) 266 54 P +(A) 273 54 P +(H) 280 54 P +(G) 287 54 P +(C) 294 54 P +(H) 301 54 P +(P) 308 54 P +(L) 315 54 P +(D) 322 54 P +(Q) 329 54 P +(D) 336 54 P +(L) 343 54 P +(V) 350 54 P +(N) 357 54 P +(S) 364 54 P +(W) 371 54 P +(P) 378 54 P +(E) 385 54 P +(K) 392 54 P +(P) 399 54 P +(A) 420 54 P +(K) 427 54 P +(Y) 434 54 P +(R) 441 54 P +(E) 448 54 P +(V) 455 54 P +(G) 0 60 P +(G) 7 60 P +(K) 70 60 P +(K) 77 60 P +(G) 84 60 P +(G) 91 60 P +(F) 98 60 P +(I) 105 60 P +(V) 112 60 P +(S) 119 60 P +(S) 126 60 P +(H) 175 60 P +(L) 182 60 P +(Q) 189 60 P +(G) 196 60 P +(E) 203 60 P +(A) 210 60 P +(V) 217 60 P +(Q) 224 60 P +(D) 231 60 P +(W) 238 60 P +(R) 245 60 P +(E) 252 60 P +(I) 259 60 P +(V) 266 60 P +(T) 273 60 P +(Y) 280 60 P +(F) 287 60 P +(S) 294 60 P +(Y) 301 60 P +(P) 308 60 P +(V) 315 60 P +(K) 322 60 P +(A) 329 60 P +(R) 336 60 P +(D) 343 60 P +(Y) 350 60 P +(S) 357 60 P +(R) 364 60 P +(W) 371 60 P +(P) 378 60 P +(D) 385 60 P +(K) 392 60 P +(P) 399 60 P +(A) 420 60 P +(A) 427 60 P +(W) 434 60 P +(R) 441 60 P +(A) 448 60 P +(V) 455 60 P +(S) 0 66 P +(K) 7 66 P +(G) 91 66 P +(L) 98 66 P +(E) 105 66 P +(A) 112 66 P +(V) 175 66 P +(Q) 182 66 P +(A) 189 66 P +(E) 196 66 P +(V) 203 66 P +(T) 210 66 P +(D) 217 66 P +(L) 224 66 P +(D) 231 66 P +(W) 238 66 P +(E) 245 66 P +(S) 252 66 P +(T) 259 66 P +(F) 266 66 P +(F) 273 66 P +(L) 280 66 P +(R) 287 66 P +(H) 294 66 P +(L) 301 66 P +(P) 322 66 P +(T) 329 66 P +(S) 336 66 P +(N) 343 66 P +(I) 350 66 P +(S) 357 66 P +(Q) 364 66 P +(V) 371 66 P +(P) 378 66 P +(D) 385 66 P +(L) 392 66 P +(D) 399 66 P +(E) 420 66 P +(E) 427 66 P +(Y) 434 66 P +(R) 441 66 P +(E) 448 66 P +(V) 455 66 P +0 -504 translate +0 420 translate +2 setlinecap + 0.33 setlinewidth + newpath +454.16 71.28 454.16 65.28 461.16 65.28 461.16 71.28 454.16 71.28 ML +closepath C99 fill + newpath +454.16 65.28 454.16 59.28 461.16 59.28 461.16 65.28 454.16 65.28 ML +closepath C99 fill + newpath +454.16 59.28 454.16 53.28 461.16 53.28 461.16 59.28 454.16 59.28 ML +closepath C99 fill + newpath +454.16 53.28 454.16 47.28 461.16 47.28 461.16 53.28 454.16 53.28 ML +closepath C99 fill + newpath +454.16 47.28 454.16 41.28 461.16 41.28 461.16 47.28 454.16 47.28 ML +closepath C99 fill + newpath +454.16 41.28 454.16 35.28 461.16 35.28 461.16 41.28 454.16 41.28 ML +closepath C99 fill + newpath +454.16 35.28 454.16 29.28 461.16 29.28 461.16 35.28 454.16 35.28 ML +closepath C99 fill + newpath +454.16 29.28 454.16 23.28 461.16 23.28 461.16 29.28 454.16 29.28 ML +closepath C99 fill + newpath +454.16 23.28 454.16 17.28 461.16 17.28 461.16 23.28 454.16 23.28 ML +closepath C99 fill + newpath +454.16 17.28 454.16 11.28 461.16 11.28 461.16 17.28 454.16 17.28 ML +closepath C99 fill + newpath +454.16 11.28 454.16 5.28 461.16 5.28 461.16 11.28 454.16 11.28 ML +closepath C99 fill + newpath +454.16 5.28 454.16 -0.72 461.16 -0.72 461.16 5.28 454.16 5.28 ML +closepath C99 fill + newpath +447.16 71.28 447.16 65.28 454.16 65.28 454.16 71.28 447.16 71.28 ML +closepath C99 fill + newpath +447.16 65.28 447.16 59.28 454.16 59.28 454.16 65.28 447.16 65.28 ML +closepath C99 fill + newpath +447.16 59.28 447.16 53.28 454.16 53.28 454.16 59.28 447.16 59.28 ML +closepath C99 fill + newpath +447.16 53.28 447.16 47.28 454.16 47.28 454.16 53.28 447.16 53.28 ML +closepath C99 fill + newpath +447.16 47.28 447.16 41.28 454.16 41.28 454.16 47.28 447.16 47.28 ML +closepath C99 fill + newpath +447.16 41.28 447.16 35.28 454.16 35.28 454.16 41.28 447.16 41.28 ML +closepath C99 fill + newpath +447.16 35.28 447.16 29.28 454.16 29.28 454.16 35.28 447.16 35.28 ML +closepath C99 fill + newpath +447.16 29.28 447.16 23.28 454.16 23.28 454.16 29.28 447.16 29.28 ML +closepath C99 fill + newpath +447.16 23.28 447.16 17.28 454.16 17.28 454.16 23.28 447.16 23.28 ML +closepath C99 fill + newpath +447.16 17.28 447.16 11.28 454.16 11.28 454.16 17.28 447.16 17.28 ML +closepath C99 fill + newpath +447.16 11.28 447.16 5.28 454.16 5.28 454.16 11.28 447.16 11.28 ML +closepath C99 fill + newpath +447.16 5.28 447.16 -0.72 454.16 -0.72 454.16 5.28 447.16 5.28 ML +closepath C99 fill + newpath +440.16 71.28 440.16 65.28 447.16 65.28 447.16 71.28 440.16 71.28 ML +closepath C99 fill + newpath +440.16 65.28 440.16 59.28 447.16 59.28 447.16 65.28 440.16 65.28 ML +closepath C99 fill + newpath +440.16 59.28 440.16 53.28 447.16 53.28 447.16 59.28 440.16 59.28 ML +closepath C99 fill + newpath +440.16 53.28 440.16 47.28 447.16 47.28 447.16 53.28 440.16 53.28 ML +closepath C99 fill + newpath +440.16 47.28 440.16 41.28 447.16 41.28 447.16 47.28 440.16 47.28 ML +closepath C99 fill + newpath +440.16 41.28 440.16 35.28 447.16 35.28 447.16 41.28 440.16 41.28 ML +closepath C99 fill + newpath +440.16 35.28 440.16 29.28 447.16 29.28 447.16 35.28 440.16 35.28 ML +closepath C99 fill + newpath +440.16 29.28 440.16 23.28 447.16 23.28 447.16 29.28 440.16 29.28 ML +closepath C99 fill + newpath +440.16 23.28 440.16 17.28 447.16 17.28 447.16 23.28 440.16 23.28 ML +closepath C99 fill + newpath +440.16 17.28 440.16 11.28 447.16 11.28 447.16 17.28 440.16 17.28 ML +closepath C99 fill + newpath +440.16 11.28 440.16 5.28 447.16 5.28 447.16 11.28 440.16 11.28 ML +closepath C99 fill + newpath +440.16 5.28 440.16 -0.72 447.16 -0.72 447.16 5.28 440.16 5.28 ML +closepath C99 fill + newpath +433.16 71.28 433.16 65.28 440.16 65.28 440.16 71.28 433.16 71.28 ML +closepath C99 fill + newpath +433.16 65.28 433.16 59.28 440.16 59.28 440.16 65.28 433.16 65.28 ML +closepath C99 fill + newpath +433.16 59.28 433.16 53.28 440.16 53.28 440.16 59.28 433.16 59.28 ML +closepath C99 fill + newpath +433.16 53.28 433.16 47.28 440.16 47.28 440.16 53.28 433.16 53.28 ML +closepath C99 fill + newpath +433.16 47.28 433.16 41.28 440.16 41.28 440.16 47.28 433.16 47.28 ML +closepath C99 fill + newpath +433.16 41.28 433.16 35.28 440.16 35.28 440.16 41.28 433.16 41.28 ML +closepath C99 fill + newpath +433.16 35.28 433.16 29.28 440.16 29.28 440.16 35.28 433.16 35.28 ML +closepath C99 fill + newpath +433.16 29.28 433.16 23.28 440.16 23.28 440.16 29.28 433.16 29.28 ML +closepath C99 fill + newpath +433.16 23.28 433.16 17.28 440.16 17.28 440.16 23.28 433.16 23.28 ML +closepath C99 fill + newpath +433.16 17.28 433.16 11.28 440.16 11.28 440.16 17.28 433.16 17.28 ML +closepath C99 fill + newpath +433.16 11.28 433.16 5.28 440.16 5.28 440.16 11.28 433.16 11.28 ML +closepath C99 fill + newpath +433.16 5.28 433.16 -0.72 440.16 -0.72 440.16 5.28 433.16 5.28 ML +closepath C99 fill + newpath +426.16 71.28 426.16 65.28 433.16 65.28 433.16 71.28 426.16 71.28 ML +closepath C99 fill + newpath +426.16 65.28 426.16 59.28 433.16 59.28 433.16 65.28 426.16 65.28 ML +closepath C99 fill + newpath +426.16 59.28 426.16 53.28 433.16 53.28 433.16 59.28 426.16 59.28 ML +closepath C99 fill + newpath +426.16 53.28 426.16 47.28 433.16 47.28 433.16 53.28 426.16 53.28 ML +closepath C99 fill + newpath +426.16 47.28 426.16 41.28 433.16 41.28 433.16 47.28 426.16 47.28 ML +closepath C99 fill + newpath +426.16 41.28 426.16 35.28 433.16 35.28 433.16 41.28 426.16 41.28 ML +closepath C99 fill + newpath +426.16 35.28 426.16 29.28 433.16 29.28 433.16 35.28 426.16 35.28 ML +closepath C99 fill + newpath +426.16 29.28 426.16 23.28 433.16 23.28 433.16 29.28 426.16 29.28 ML +closepath C99 fill + newpath +426.16 23.28 426.16 17.28 433.16 17.28 433.16 23.28 426.16 23.28 ML +closepath C99 fill + newpath +426.16 17.28 426.16 11.28 433.16 11.28 433.16 17.28 426.16 17.28 ML +closepath C99 fill + newpath +426.16 11.28 426.16 5.28 433.16 5.28 433.16 11.28 426.16 11.28 ML +closepath C99 fill + newpath +426.16 5.28 426.16 -0.72 433.16 -0.72 433.16 5.28 426.16 5.28 ML +closepath C99 fill + newpath +419.16 71.28 419.16 65.28 426.16 65.28 426.16 71.28 419.16 71.28 ML +closepath C99 fill + newpath +419.16 65.28 419.16 59.28 426.16 59.28 426.16 65.28 419.16 65.28 ML +closepath C99 fill + newpath +419.16 59.28 419.16 53.28 426.16 53.28 426.16 59.28 419.16 59.28 ML +closepath C99 fill + newpath +419.16 53.28 419.16 47.28 426.16 47.28 426.16 53.28 419.16 53.28 ML +closepath C99 fill + newpath +419.16 47.28 419.16 41.28 426.16 41.28 426.16 47.28 419.16 47.28 ML +closepath C99 fill + newpath +419.16 41.28 419.16 35.28 426.16 35.28 426.16 41.28 419.16 41.28 ML +closepath C99 fill + newpath +419.16 35.28 419.16 29.28 426.16 29.28 426.16 35.28 419.16 35.28 ML +closepath C99 fill + newpath +419.16 29.28 419.16 23.28 426.16 23.28 426.16 29.28 419.16 29.28 ML +closepath C99 fill + newpath +419.16 23.28 419.16 17.28 426.16 17.28 426.16 23.28 419.16 23.28 ML +closepath C99 fill + newpath +419.16 17.28 419.16 11.28 426.16 11.28 426.16 17.28 419.16 17.28 ML +closepath C99 fill + newpath +419.16 11.28 419.16 5.28 426.16 5.28 426.16 11.28 419.16 11.28 ML +closepath C99 fill + newpath +419.16 5.28 419.16 -0.72 426.16 -0.72 426.16 5.28 419.16 5.28 ML +closepath C99 fill + newpath +412.16 71.28 412.16 65.28 419.16 65.28 419.16 71.28 412.16 71.28 ML +closepath C99 fill + newpath +412.16 65.28 412.16 59.28 419.16 59.28 419.16 65.28 412.16 65.28 ML +closepath C99 fill + newpath +412.16 59.28 412.16 53.28 419.16 53.28 419.16 59.28 412.16 59.28 ML +closepath C99 fill + newpath +412.16 53.28 412.16 47.28 419.16 47.28 419.16 53.28 412.16 53.28 ML +closepath C99 fill + newpath +412.16 47.28 412.16 41.28 419.16 41.28 419.16 47.28 412.16 47.28 ML +closepath C99 fill + newpath +412.16 41.28 412.16 35.28 419.16 35.28 419.16 41.28 412.16 41.28 ML +closepath C99 fill + newpath +412.16 35.28 412.16 29.28 419.16 29.28 419.16 35.28 412.16 35.28 ML +closepath C99 fill + newpath +412.16 29.28 412.16 23.28 419.16 23.28 419.16 29.28 412.16 29.28 ML +closepath C99 fill + newpath +412.16 23.28 412.16 17.28 419.16 17.28 419.16 23.28 412.16 23.28 ML +closepath C99 fill + newpath +412.16 17.28 412.16 11.28 419.16 11.28 419.16 17.28 412.16 17.28 ML +closepath C99 fill + newpath +412.16 11.28 412.16 5.28 419.16 5.28 419.16 11.28 412.16 11.28 ML +closepath C99 fill + newpath +412.16 5.28 412.16 -0.72 419.16 -0.72 419.16 5.28 412.16 5.28 ML +closepath C99 fill + newpath +405.16 71.28 405.16 65.28 412.16 65.28 412.16 71.28 405.16 71.28 ML +closepath C99 fill + newpath +405.16 65.28 405.16 59.28 412.16 59.28 412.16 65.28 405.16 65.28 ML +closepath C99 fill + newpath +405.16 59.28 405.16 53.28 412.16 53.28 412.16 59.28 405.16 59.28 ML +closepath C99 fill + newpath +405.16 53.28 405.16 47.28 412.16 47.28 412.16 53.28 405.16 53.28 ML +closepath C99 fill + newpath +405.16 47.28 405.16 41.28 412.16 41.28 412.16 47.28 405.16 47.28 ML +closepath C99 fill + newpath +405.16 41.28 405.16 35.28 412.16 35.28 412.16 41.28 405.16 41.28 ML +closepath C99 fill + newpath +405.16 35.28 405.16 29.28 412.16 29.28 412.16 35.28 405.16 35.28 ML +closepath C99 fill + newpath +405.16 29.28 405.16 23.28 412.16 23.28 412.16 29.28 405.16 29.28 ML +closepath C99 fill + newpath +405.16 23.28 405.16 17.28 412.16 17.28 412.16 23.28 405.16 23.28 ML +closepath C99 fill + newpath +405.16 17.28 405.16 11.28 412.16 11.28 412.16 17.28 405.16 17.28 ML +closepath C99 fill + newpath +405.16 11.28 405.16 5.28 412.16 5.28 412.16 11.28 405.16 11.28 ML +closepath C99 fill + newpath +405.16 5.28 405.16 -0.72 412.16 -0.72 412.16 5.28 405.16 5.28 ML +closepath C99 fill + newpath +398.16 71.28 398.16 65.28 405.16 65.28 405.16 71.28 398.16 71.28 ML +closepath C99 fill + newpath +398.16 65.28 398.16 59.28 405.16 59.28 405.16 65.28 398.16 65.28 ML +closepath C99 fill + newpath +398.16 59.28 398.16 53.28 405.16 53.28 405.16 59.28 398.16 59.28 ML +closepath C99 fill + newpath +398.16 53.28 398.16 47.28 405.16 47.28 405.16 53.28 398.16 53.28 ML +closepath C99 fill + newpath +398.16 47.28 398.16 41.28 405.16 41.28 405.16 47.28 398.16 47.28 ML +closepath C99 fill + newpath +398.16 41.28 398.16 35.28 405.16 35.28 405.16 41.28 398.16 41.28 ML +closepath C99 fill + newpath +398.16 35.28 398.16 29.28 405.16 29.28 405.16 35.28 398.16 35.28 ML +closepath C99 fill + newpath +398.16 29.28 398.16 23.28 405.16 23.28 405.16 29.28 398.16 29.28 ML +closepath C99 fill + newpath +398.16 23.28 398.16 17.28 405.16 17.28 405.16 23.28 398.16 23.28 ML +closepath C99 fill + newpath +398.16 17.28 398.16 11.28 405.16 11.28 405.16 17.28 398.16 17.28 ML +closepath C99 fill + newpath +398.16 11.28 398.16 5.28 405.16 5.28 405.16 11.28 398.16 11.28 ML +closepath C99 fill + newpath +398.16 5.28 398.16 -0.72 405.16 -0.72 405.16 5.28 398.16 5.28 ML +closepath C99 fill + newpath +391.16 71.28 391.16 65.28 398.16 65.28 398.16 71.28 391.16 71.28 ML +closepath C99 fill + newpath +391.16 65.28 391.16 59.28 398.16 59.28 398.16 65.28 391.16 65.28 ML +closepath C99 fill + newpath +391.16 59.28 391.16 53.28 398.16 53.28 398.16 59.28 391.16 59.28 ML +closepath C99 fill + newpath +391.16 53.28 391.16 47.28 398.16 47.28 398.16 53.28 391.16 53.28 ML +closepath C99 fill + newpath +391.16 47.28 391.16 41.28 398.16 41.28 398.16 47.28 391.16 47.28 ML +closepath C99 fill + newpath +391.16 41.28 391.16 35.28 398.16 35.28 398.16 41.28 391.16 41.28 ML +closepath C99 fill + newpath +391.16 35.28 391.16 29.28 398.16 29.28 398.16 35.28 391.16 35.28 ML +closepath C99 fill + newpath +391.16 29.28 391.16 23.28 398.16 23.28 398.16 29.28 391.16 29.28 ML +closepath C99 fill + newpath +391.16 23.28 391.16 17.28 398.16 17.28 398.16 23.28 391.16 23.28 ML +closepath C99 fill + newpath +391.16 17.28 391.16 11.28 398.16 11.28 398.16 17.28 391.16 17.28 ML +closepath C99 fill + newpath +391.16 11.28 391.16 5.28 398.16 5.28 398.16 11.28 391.16 11.28 ML +closepath C99 fill + newpath +391.16 5.28 391.16 -0.72 398.16 -0.72 398.16 5.28 391.16 5.28 ML +closepath C99 fill + newpath +384.16 71.28 384.16 65.28 391.16 65.28 391.16 71.28 384.16 71.28 ML +closepath C99 fill + newpath +384.16 65.28 384.16 59.28 391.16 59.28 391.16 65.28 384.16 65.28 ML +closepath C99 fill + newpath +384.16 59.28 384.16 53.28 391.16 53.28 391.16 59.28 384.16 59.28 ML +closepath C99 fill + newpath +384.16 53.28 384.16 47.28 391.16 47.28 391.16 53.28 384.16 53.28 ML +closepath C99 fill + newpath +384.16 47.28 384.16 41.28 391.16 41.28 391.16 47.28 384.16 47.28 ML +closepath C99 fill + newpath +384.16 41.28 384.16 35.28 391.16 35.28 391.16 41.28 384.16 41.28 ML +closepath C99 fill + newpath +384.16 35.28 384.16 29.28 391.16 29.28 391.16 35.28 384.16 35.28 ML +closepath C99 fill + newpath +384.16 29.28 384.16 23.28 391.16 23.28 391.16 29.28 384.16 29.28 ML +closepath C99 fill + newpath +384.16 23.28 384.16 17.28 391.16 17.28 391.16 23.28 384.16 23.28 ML +closepath C99 fill + newpath +384.16 17.28 384.16 11.28 391.16 11.28 391.16 17.28 384.16 17.28 ML +closepath C99 fill + newpath +384.16 11.28 384.16 5.28 391.16 5.28 391.16 11.28 384.16 11.28 ML +closepath C99 fill + newpath +384.16 5.28 384.16 -0.72 391.16 -0.72 391.16 5.28 384.16 5.28 ML +closepath C99 fill + newpath +377.16 71.28 377.16 65.28 384.16 65.28 384.16 71.28 377.16 71.28 ML +closepath C2 fill + newpath +377.16 65.28 377.16 59.28 384.16 59.28 384.16 65.28 377.16 65.28 ML +closepath C2 fill + newpath +377.16 59.28 377.16 53.28 384.16 53.28 384.16 59.28 377.16 59.28 ML +closepath C2 fill + newpath +377.16 53.28 377.16 47.28 384.16 47.28 384.16 53.28 377.16 53.28 ML +closepath C2 fill + newpath +377.16 47.28 377.16 41.28 384.16 41.28 384.16 47.28 377.16 47.28 ML +closepath C2 fill + newpath +377.16 41.28 377.16 35.28 384.16 35.28 384.16 41.28 377.16 41.28 ML +closepath C2 fill + newpath +377.16 35.28 377.16 29.28 384.16 29.28 384.16 35.28 377.16 35.28 ML +closepath C2 fill + newpath +377.16 29.28 377.16 23.28 384.16 23.28 384.16 29.28 377.16 29.28 ML +closepath C2 fill + newpath +377.16 23.28 377.16 17.28 384.16 17.28 384.16 23.28 377.16 23.28 ML +closepath C99 fill + newpath +377.16 17.28 377.16 11.28 384.16 11.28 384.16 17.28 377.16 17.28 ML +closepath C99 fill + newpath +377.16 11.28 377.16 5.28 384.16 5.28 384.16 11.28 377.16 11.28 ML +closepath C99 fill + newpath +377.16 5.28 377.16 -0.72 384.16 -0.72 384.16 5.28 377.16 5.28 ML +closepath C99 fill + newpath +370.16 71.28 370.16 65.28 377.16 65.28 377.16 71.28 370.16 71.28 ML +closepath C2 fill + newpath +370.16 65.28 370.16 59.28 377.16 59.28 377.16 65.28 370.16 65.28 ML +closepath C2 fill + newpath +370.16 59.28 370.16 53.28 377.16 53.28 377.16 59.28 370.16 59.28 ML +closepath C2 fill + newpath +370.16 53.28 370.16 47.28 377.16 47.28 377.16 53.28 370.16 53.28 ML +closepath C2 fill + newpath +370.16 47.28 370.16 41.28 377.16 41.28 377.16 47.28 370.16 47.28 ML +closepath C2 fill + newpath +370.16 41.28 370.16 35.28 377.16 35.28 377.16 41.28 370.16 41.28 ML +closepath C2 fill + newpath +370.16 35.28 370.16 29.28 377.16 29.28 377.16 35.28 370.16 35.28 ML +closepath C2 fill + newpath +370.16 29.28 370.16 23.28 377.16 23.28 377.16 29.28 370.16 29.28 ML +closepath C2 fill + newpath +370.16 23.28 370.16 17.28 377.16 17.28 377.16 23.28 370.16 23.28 ML +closepath C99 fill + newpath +370.16 17.28 370.16 11.28 377.16 11.28 377.16 17.28 370.16 17.28 ML +closepath C99 fill + newpath +370.16 11.28 370.16 5.28 377.16 5.28 377.16 11.28 370.16 11.28 ML +closepath C99 fill + newpath +370.16 5.28 370.16 -0.72 377.16 -0.72 377.16 5.28 370.16 5.28 ML +closepath C99 fill + newpath +363.16 71.28 363.16 65.28 370.16 65.28 370.16 71.28 363.16 71.28 ML +closepath C99 fill + newpath +363.16 65.28 363.16 59.28 370.16 59.28 370.16 65.28 363.16 65.28 ML +closepath C99 fill + newpath +363.16 59.28 363.16 53.28 370.16 53.28 370.16 59.28 363.16 59.28 ML +closepath C99 fill + newpath +363.16 53.28 363.16 47.28 370.16 47.28 370.16 53.28 363.16 53.28 ML +closepath C99 fill + newpath +363.16 47.28 363.16 41.28 370.16 41.28 370.16 47.28 363.16 47.28 ML +closepath C99 fill + newpath +363.16 41.28 363.16 35.28 370.16 35.28 370.16 41.28 363.16 41.28 ML +closepath C99 fill + newpath +363.16 35.28 363.16 29.28 370.16 29.28 370.16 35.28 363.16 35.28 ML +closepath C99 fill + newpath +363.16 29.28 363.16 23.28 370.16 23.28 370.16 29.28 363.16 29.28 ML +closepath C99 fill + newpath +363.16 23.28 363.16 17.28 370.16 17.28 370.16 23.28 363.16 23.28 ML +closepath C99 fill + newpath +363.16 17.28 363.16 11.28 370.16 11.28 370.16 17.28 363.16 17.28 ML +closepath C99 fill + newpath +363.16 11.28 363.16 5.28 370.16 5.28 370.16 11.28 363.16 11.28 ML +closepath C99 fill + newpath +363.16 5.28 363.16 -0.72 370.16 -0.72 370.16 5.28 363.16 5.28 ML +closepath C99 fill + newpath +356.16 71.28 356.16 65.28 363.16 65.28 363.16 71.28 356.16 71.28 ML +closepath C2 fill + newpath +356.16 65.28 356.16 59.28 363.16 59.28 363.16 65.28 356.16 65.28 ML +closepath C2 fill + newpath +356.16 59.28 356.16 53.28 363.16 53.28 363.16 59.28 356.16 59.28 ML +closepath C2 fill + newpath +356.16 53.28 356.16 47.28 363.16 47.28 363.16 53.28 356.16 53.28 ML +closepath C2 fill + newpath +356.16 47.28 356.16 41.28 363.16 41.28 363.16 47.28 356.16 47.28 ML +closepath C2 fill + newpath +356.16 41.28 356.16 35.28 363.16 35.28 363.16 41.28 356.16 41.28 ML +closepath C2 fill + newpath +356.16 35.28 356.16 29.28 363.16 29.28 363.16 35.28 356.16 35.28 ML +closepath C2 fill + newpath +356.16 29.28 356.16 23.28 363.16 23.28 363.16 29.28 356.16 29.28 ML +closepath C2 fill + newpath +356.16 23.28 356.16 17.28 363.16 17.28 363.16 23.28 356.16 23.28 ML +closepath C99 fill + newpath +356.16 17.28 356.16 11.28 363.16 11.28 363.16 17.28 356.16 17.28 ML +closepath C99 fill + newpath +356.16 11.28 356.16 5.28 363.16 5.28 363.16 11.28 356.16 11.28 ML +closepath C99 fill + newpath +356.16 5.28 356.16 -0.72 363.16 -0.72 363.16 5.28 356.16 5.28 ML +closepath C99 fill + newpath +349.16 71.28 349.16 65.28 356.16 65.28 356.16 71.28 349.16 71.28 ML +closepath C2 fill + newpath +349.16 65.28 349.16 59.28 356.16 59.28 356.16 65.28 349.16 65.28 ML +closepath C2 fill + newpath +349.16 59.28 349.16 53.28 356.16 53.28 356.16 59.28 349.16 59.28 ML +closepath C2 fill + newpath +349.16 53.28 349.16 47.28 356.16 47.28 356.16 53.28 349.16 53.28 ML +closepath C2 fill + newpath +349.16 47.28 349.16 41.28 356.16 41.28 356.16 47.28 349.16 47.28 ML +closepath C2 fill + newpath +349.16 41.28 349.16 35.28 356.16 35.28 356.16 41.28 349.16 41.28 ML +closepath C2 fill + newpath +349.16 35.28 349.16 29.28 356.16 29.28 356.16 35.28 349.16 35.28 ML +closepath C2 fill + newpath +349.16 29.28 349.16 23.28 356.16 23.28 356.16 29.28 349.16 29.28 ML +closepath C2 fill + newpath +349.16 23.28 349.16 17.28 356.16 17.28 356.16 23.28 349.16 23.28 ML +closepath C99 fill + newpath +349.16 17.28 349.16 11.28 356.16 11.28 356.16 17.28 349.16 17.28 ML +closepath C99 fill + newpath +349.16 11.28 349.16 5.28 356.16 5.28 356.16 11.28 349.16 11.28 ML +closepath C99 fill + newpath +349.16 5.28 349.16 -0.72 356.16 -0.72 356.16 5.28 349.16 5.28 ML +closepath C99 fill + newpath +342.16 71.28 342.16 65.28 349.16 65.28 349.16 71.28 342.16 71.28 ML +closepath C2 fill + newpath +342.16 65.28 342.16 59.28 349.16 59.28 349.16 65.28 342.16 65.28 ML +closepath C2 fill + newpath +342.16 59.28 342.16 53.28 349.16 53.28 349.16 59.28 342.16 59.28 ML +closepath C2 fill + newpath +342.16 53.28 342.16 47.28 349.16 47.28 349.16 53.28 342.16 53.28 ML +closepath C2 fill + newpath +342.16 47.28 342.16 41.28 349.16 41.28 349.16 47.28 342.16 47.28 ML +closepath C2 fill + newpath +342.16 41.28 342.16 35.28 349.16 35.28 349.16 41.28 342.16 41.28 ML +closepath C2 fill + newpath +342.16 35.28 342.16 29.28 349.16 29.28 349.16 35.28 342.16 35.28 ML +closepath C2 fill + newpath +342.16 29.28 342.16 23.28 349.16 23.28 349.16 29.28 342.16 29.28 ML +closepath C2 fill + newpath +342.16 23.28 342.16 17.28 349.16 17.28 349.16 23.28 342.16 23.28 ML +closepath C99 fill + newpath +342.16 17.28 342.16 11.28 349.16 11.28 349.16 17.28 342.16 17.28 ML +closepath C99 fill + newpath +342.16 11.28 342.16 5.28 349.16 5.28 349.16 11.28 342.16 11.28 ML +closepath C99 fill + newpath +342.16 5.28 342.16 -0.72 349.16 -0.72 349.16 5.28 342.16 5.28 ML +closepath C99 fill + newpath +335.16 71.28 335.16 65.28 342.16 65.28 342.16 71.28 335.16 71.28 ML +closepath C99 fill + newpath +335.16 65.28 335.16 59.28 342.16 59.28 342.16 65.28 335.16 65.28 ML +closepath C99 fill + newpath +335.16 59.28 335.16 53.28 342.16 53.28 342.16 59.28 335.16 59.28 ML +closepath C99 fill + newpath +335.16 53.28 335.16 47.28 342.16 47.28 342.16 53.28 335.16 53.28 ML +closepath C99 fill + newpath +335.16 47.28 335.16 41.28 342.16 41.28 342.16 47.28 335.16 47.28 ML +closepath C99 fill + newpath +335.16 41.28 335.16 35.28 342.16 35.28 342.16 41.28 335.16 41.28 ML +closepath C99 fill + newpath +335.16 35.28 335.16 29.28 342.16 29.28 342.16 35.28 335.16 35.28 ML +closepath C99 fill + newpath +335.16 29.28 335.16 23.28 342.16 23.28 342.16 29.28 335.16 29.28 ML +closepath C99 fill + newpath +335.16 23.28 335.16 17.28 342.16 17.28 342.16 23.28 335.16 23.28 ML +closepath C99 fill + newpath +335.16 17.28 335.16 11.28 342.16 11.28 342.16 17.28 335.16 17.28 ML +closepath C99 fill + newpath +335.16 11.28 335.16 5.28 342.16 5.28 342.16 11.28 335.16 11.28 ML +closepath C99 fill + newpath +335.16 5.28 335.16 -0.72 342.16 -0.72 342.16 5.28 335.16 5.28 ML +closepath C99 fill + newpath +328.16 71.28 328.16 65.28 335.16 65.28 335.16 71.28 328.16 71.28 ML +closepath C2 fill + newpath +328.16 65.28 328.16 59.28 335.16 59.28 335.16 65.28 328.16 65.28 ML +closepath C2 fill + newpath +328.16 59.28 328.16 53.28 335.16 53.28 335.16 59.28 328.16 59.28 ML +closepath C2 fill + newpath +328.16 53.28 328.16 47.28 335.16 47.28 335.16 53.28 328.16 53.28 ML +closepath C2 fill + newpath +328.16 47.28 328.16 41.28 335.16 41.28 335.16 47.28 328.16 47.28 ML +closepath C2 fill + newpath +328.16 41.28 328.16 35.28 335.16 35.28 335.16 41.28 328.16 41.28 ML +closepath C2 fill + newpath +328.16 35.28 328.16 29.28 335.16 29.28 335.16 35.28 328.16 35.28 ML +closepath C2 fill + newpath +328.16 29.28 328.16 23.28 335.16 23.28 335.16 29.28 328.16 29.28 ML +closepath C2 fill + newpath +328.16 23.28 328.16 17.28 335.16 17.28 335.16 23.28 328.16 23.28 ML +closepath C99 fill + newpath +328.16 17.28 328.16 11.28 335.16 11.28 335.16 17.28 328.16 17.28 ML +closepath C99 fill + newpath +328.16 11.28 328.16 5.28 335.16 5.28 335.16 11.28 328.16 11.28 ML +closepath C99 fill + newpath +328.16 5.28 328.16 -0.72 335.16 -0.72 335.16 5.28 328.16 5.28 ML +closepath C99 fill + newpath +321.16 71.28 321.16 65.28 328.16 65.28 328.16 71.28 321.16 71.28 ML +closepath C99 fill + newpath +321.16 65.28 321.16 59.28 328.16 59.28 328.16 65.28 321.16 65.28 ML +closepath C99 fill + newpath +321.16 59.28 321.16 53.28 328.16 53.28 328.16 59.28 321.16 59.28 ML +closepath C99 fill + newpath +321.16 53.28 321.16 47.28 328.16 47.28 328.16 53.28 321.16 53.28 ML +closepath C99 fill + newpath +321.16 47.28 321.16 41.28 328.16 41.28 328.16 47.28 321.16 47.28 ML +closepath C99 fill + newpath +321.16 41.28 321.16 35.28 328.16 35.28 328.16 41.28 321.16 41.28 ML +closepath C99 fill + newpath +321.16 35.28 321.16 29.28 328.16 29.28 328.16 35.28 321.16 35.28 ML +closepath C99 fill + newpath +321.16 29.28 321.16 23.28 328.16 23.28 328.16 29.28 321.16 29.28 ML +closepath C99 fill + newpath +321.16 23.28 321.16 17.28 328.16 17.28 328.16 23.28 321.16 23.28 ML +closepath C99 fill + newpath +321.16 17.28 321.16 11.28 328.16 11.28 328.16 17.28 321.16 17.28 ML +closepath C99 fill + newpath +321.16 11.28 321.16 5.28 328.16 5.28 328.16 11.28 321.16 11.28 ML +closepath C99 fill + newpath +321.16 5.28 321.16 -0.72 328.16 -0.72 328.16 5.28 321.16 5.28 ML +closepath C99 fill + newpath +314.16 71.28 314.16 65.28 321.16 65.28 321.16 71.28 314.16 71.28 ML +closepath C2 fill + newpath +314.16 65.28 314.16 59.28 321.16 59.28 321.16 65.28 314.16 65.28 ML +closepath C2 fill + newpath +314.16 59.28 314.16 53.28 321.16 53.28 321.16 59.28 314.16 59.28 ML +closepath C2 fill + newpath +314.16 53.28 314.16 47.28 321.16 47.28 321.16 53.28 314.16 53.28 ML +closepath C2 fill + newpath +314.16 47.28 314.16 41.28 321.16 41.28 321.16 47.28 314.16 47.28 ML +closepath C2 fill + newpath +314.16 41.28 314.16 35.28 321.16 35.28 321.16 41.28 314.16 41.28 ML +closepath C2 fill + newpath +314.16 35.28 314.16 29.28 321.16 29.28 321.16 35.28 314.16 35.28 ML +closepath C2 fill + newpath +314.16 29.28 314.16 23.28 321.16 23.28 321.16 29.28 314.16 29.28 ML +closepath C2 fill + newpath +314.16 23.28 314.16 17.28 321.16 17.28 321.16 23.28 314.16 23.28 ML +closepath C99 fill + newpath +314.16 17.28 314.16 11.28 321.16 11.28 321.16 17.28 314.16 17.28 ML +closepath C99 fill + newpath +314.16 11.28 314.16 5.28 321.16 5.28 321.16 11.28 314.16 11.28 ML +closepath C99 fill + newpath +314.16 5.28 314.16 -0.72 321.16 -0.72 321.16 5.28 314.16 5.28 ML +closepath C99 fill + newpath +307.16 71.28 307.16 65.28 314.16 65.28 314.16 71.28 307.16 71.28 ML +closepath C99 fill + newpath +307.16 65.28 307.16 59.28 314.16 59.28 314.16 65.28 307.16 65.28 ML +closepath C99 fill + newpath +307.16 59.28 307.16 53.28 314.16 53.28 314.16 59.28 307.16 59.28 ML +closepath C99 fill + newpath +307.16 53.28 307.16 47.28 314.16 47.28 314.16 53.28 307.16 53.28 ML +closepath C99 fill + newpath +307.16 47.28 307.16 41.28 314.16 41.28 314.16 47.28 307.16 47.28 ML +closepath C99 fill + newpath +307.16 41.28 307.16 35.28 314.16 35.28 314.16 41.28 307.16 41.28 ML +closepath C99 fill + newpath +307.16 35.28 307.16 29.28 314.16 29.28 314.16 35.28 307.16 35.28 ML +closepath C99 fill + newpath +307.16 29.28 307.16 23.28 314.16 23.28 314.16 29.28 307.16 29.28 ML +closepath C99 fill + newpath +307.16 23.28 307.16 17.28 314.16 17.28 314.16 23.28 307.16 23.28 ML +closepath C99 fill + newpath +307.16 17.28 307.16 11.28 314.16 11.28 314.16 17.28 307.16 17.28 ML +closepath C99 fill + newpath +307.16 11.28 307.16 5.28 314.16 5.28 314.16 11.28 307.16 11.28 ML +closepath C99 fill + newpath +307.16 5.28 307.16 -0.72 314.16 -0.72 314.16 5.28 307.16 5.28 ML +closepath C99 fill + newpath +300.16 71.28 300.16 65.28 307.16 65.28 307.16 71.28 300.16 71.28 ML +closepath C99 fill + newpath +300.16 65.28 300.16 59.28 307.16 59.28 307.16 65.28 300.16 65.28 ML +closepath C99 fill + newpath +300.16 59.28 300.16 53.28 307.16 53.28 307.16 59.28 300.16 59.28 ML +closepath C99 fill + newpath +300.16 53.28 300.16 47.28 307.16 47.28 307.16 53.28 300.16 53.28 ML +closepath C99 fill + newpath +300.16 47.28 300.16 41.28 307.16 41.28 307.16 47.28 300.16 47.28 ML +closepath C99 fill + newpath +300.16 41.28 300.16 35.28 307.16 35.28 307.16 41.28 300.16 41.28 ML +closepath C99 fill + newpath +300.16 35.28 300.16 29.28 307.16 29.28 307.16 35.28 300.16 35.28 ML +closepath C99 fill + newpath +300.16 29.28 300.16 23.28 307.16 23.28 307.16 29.28 300.16 29.28 ML +closepath C99 fill + newpath +300.16 23.28 300.16 17.28 307.16 17.28 307.16 23.28 300.16 23.28 ML +closepath C99 fill + newpath +300.16 17.28 300.16 11.28 307.16 11.28 307.16 17.28 300.16 17.28 ML +closepath C99 fill + newpath +300.16 11.28 300.16 5.28 307.16 5.28 307.16 11.28 300.16 11.28 ML +closepath C99 fill + newpath +300.16 5.28 300.16 -0.72 307.16 -0.72 307.16 5.28 300.16 5.28 ML +closepath C99 fill + newpath +293.16 71.28 293.16 65.28 300.16 65.28 300.16 71.28 293.16 71.28 ML +closepath C99 fill + newpath +293.16 65.28 293.16 59.28 300.16 59.28 300.16 65.28 293.16 65.28 ML +closepath C99 fill + newpath +293.16 59.28 293.16 53.28 300.16 53.28 300.16 59.28 293.16 59.28 ML +closepath C99 fill + newpath +293.16 53.28 293.16 47.28 300.16 47.28 300.16 53.28 293.16 53.28 ML +closepath C99 fill + newpath +293.16 47.28 293.16 41.28 300.16 41.28 300.16 47.28 293.16 47.28 ML +closepath C99 fill + newpath +293.16 41.28 293.16 35.28 300.16 35.28 300.16 41.28 293.16 41.28 ML +closepath C99 fill + newpath +293.16 35.28 293.16 29.28 300.16 29.28 300.16 35.28 293.16 35.28 ML +closepath C99 fill + newpath +293.16 29.28 293.16 23.28 300.16 23.28 300.16 29.28 293.16 29.28 ML +closepath C99 fill + newpath +293.16 23.28 293.16 17.28 300.16 17.28 300.16 23.28 293.16 23.28 ML +closepath C99 fill + newpath +293.16 17.28 293.16 11.28 300.16 11.28 300.16 17.28 293.16 17.28 ML +closepath C99 fill + newpath +293.16 11.28 293.16 5.28 300.16 5.28 300.16 11.28 293.16 11.28 ML +closepath C99 fill + newpath +293.16 5.28 293.16 -0.72 300.16 -0.72 300.16 5.28 293.16 5.28 ML +closepath C99 fill + newpath +286.16 71.28 286.16 65.28 293.16 65.28 293.16 71.28 286.16 71.28 ML +closepath C99 fill + newpath +286.16 65.28 286.16 59.28 293.16 59.28 293.16 65.28 286.16 65.28 ML +closepath C99 fill + newpath +286.16 59.28 286.16 53.28 293.16 53.28 293.16 59.28 286.16 59.28 ML +closepath C99 fill + newpath +286.16 53.28 286.16 47.28 293.16 47.28 293.16 53.28 286.16 53.28 ML +closepath C99 fill + newpath +286.16 47.28 286.16 41.28 293.16 41.28 293.16 47.28 286.16 47.28 ML +closepath C99 fill + newpath +286.16 41.28 286.16 35.28 293.16 35.28 293.16 41.28 286.16 41.28 ML +closepath C99 fill + newpath +286.16 35.28 286.16 29.28 293.16 29.28 293.16 35.28 286.16 35.28 ML +closepath C99 fill + newpath +286.16 29.28 286.16 23.28 293.16 23.28 293.16 29.28 286.16 29.28 ML +closepath C99 fill + newpath +286.16 23.28 286.16 17.28 293.16 17.28 293.16 23.28 286.16 23.28 ML +closepath C99 fill + newpath +286.16 17.28 286.16 11.28 293.16 11.28 293.16 17.28 286.16 17.28 ML +closepath C99 fill + newpath +286.16 11.28 286.16 5.28 293.16 5.28 293.16 11.28 286.16 11.28 ML +closepath C99 fill + newpath +286.16 5.28 286.16 -0.72 293.16 -0.72 293.16 5.28 286.16 5.28 ML +closepath C99 fill + newpath +279.16 71.28 279.16 65.28 286.16 65.28 286.16 71.28 279.16 71.28 ML +closepath C99 fill + newpath +279.16 65.28 279.16 59.28 286.16 59.28 286.16 65.28 279.16 65.28 ML +closepath C99 fill + newpath +279.16 59.28 279.16 53.28 286.16 53.28 286.16 59.28 279.16 59.28 ML +closepath C99 fill + newpath +279.16 53.28 279.16 47.28 286.16 47.28 286.16 53.28 279.16 53.28 ML +closepath C99 fill + newpath +279.16 47.28 279.16 41.28 286.16 41.28 286.16 47.28 279.16 47.28 ML +closepath C99 fill + newpath +279.16 41.28 279.16 35.28 286.16 35.28 286.16 41.28 279.16 41.28 ML +closepath C99 fill + newpath +279.16 35.28 279.16 29.28 286.16 29.28 286.16 35.28 279.16 35.28 ML +closepath C99 fill + newpath +279.16 29.28 279.16 23.28 286.16 23.28 286.16 29.28 279.16 29.28 ML +closepath C99 fill + newpath +279.16 23.28 279.16 17.28 286.16 17.28 286.16 23.28 279.16 23.28 ML +closepath C99 fill + newpath +279.16 17.28 279.16 11.28 286.16 11.28 286.16 17.28 279.16 17.28 ML +closepath C99 fill + newpath +279.16 11.28 279.16 5.28 286.16 5.28 286.16 11.28 279.16 11.28 ML +closepath C99 fill + newpath +279.16 5.28 279.16 -0.72 286.16 -0.72 286.16 5.28 279.16 5.28 ML +closepath C99 fill + newpath +272.16 71.28 272.16 65.28 279.16 65.28 279.16 71.28 272.16 71.28 ML +closepath C99 fill + newpath +272.16 65.28 272.16 59.28 279.16 59.28 279.16 65.28 272.16 65.28 ML +closepath C99 fill + newpath +272.16 59.28 272.16 53.28 279.16 53.28 279.16 59.28 272.16 59.28 ML +closepath C99 fill + newpath +272.16 53.28 272.16 47.28 279.16 47.28 279.16 53.28 272.16 53.28 ML +closepath C99 fill + newpath +272.16 47.28 272.16 41.28 279.16 41.28 279.16 47.28 272.16 47.28 ML +closepath C99 fill + newpath +272.16 41.28 272.16 35.28 279.16 35.28 279.16 41.28 272.16 41.28 ML +closepath C99 fill + newpath +272.16 35.28 272.16 29.28 279.16 29.28 279.16 35.28 272.16 35.28 ML +closepath C99 fill + newpath +272.16 29.28 272.16 23.28 279.16 23.28 279.16 29.28 272.16 29.28 ML +closepath C99 fill + newpath +272.16 23.28 272.16 17.28 279.16 17.28 279.16 23.28 272.16 23.28 ML +closepath C99 fill + newpath +272.16 17.28 272.16 11.28 279.16 11.28 279.16 17.28 272.16 17.28 ML +closepath C99 fill + newpath +272.16 11.28 272.16 5.28 279.16 5.28 279.16 11.28 272.16 11.28 ML +closepath C99 fill + newpath +272.16 5.28 272.16 -0.72 279.16 -0.72 279.16 5.28 272.16 5.28 ML +closepath C99 fill + newpath +265.16 71.28 265.16 65.28 272.16 65.28 272.16 71.28 265.16 71.28 ML +closepath C99 fill + newpath +265.16 65.28 265.16 59.28 272.16 59.28 272.16 65.28 265.16 65.28 ML +closepath C99 fill + newpath +265.16 59.28 265.16 53.28 272.16 53.28 272.16 59.28 265.16 59.28 ML +closepath C99 fill + newpath +265.16 53.28 265.16 47.28 272.16 47.28 272.16 53.28 265.16 53.28 ML +closepath C99 fill + newpath +265.16 47.28 265.16 41.28 272.16 41.28 272.16 47.28 265.16 47.28 ML +closepath C99 fill + newpath +265.16 41.28 265.16 35.28 272.16 35.28 272.16 41.28 265.16 41.28 ML +closepath C99 fill + newpath +265.16 35.28 265.16 29.28 272.16 29.28 272.16 35.28 265.16 35.28 ML +closepath C99 fill + newpath +265.16 29.28 265.16 23.28 272.16 23.28 272.16 29.28 265.16 29.28 ML +closepath C99 fill + newpath +265.16 23.28 265.16 17.28 272.16 17.28 272.16 23.28 265.16 23.28 ML +closepath C99 fill + newpath +265.16 17.28 265.16 11.28 272.16 11.28 272.16 17.28 265.16 17.28 ML +closepath C99 fill + newpath +265.16 11.28 265.16 5.28 272.16 5.28 272.16 11.28 265.16 11.28 ML +closepath C99 fill + newpath +265.16 5.28 265.16 -0.72 272.16 -0.72 272.16 5.28 265.16 5.28 ML +closepath C99 fill + newpath +258.16 71.28 258.16 65.28 265.16 65.28 265.16 71.28 258.16 71.28 ML +closepath C99 fill + newpath +258.16 65.28 258.16 59.28 265.16 59.28 265.16 65.28 258.16 65.28 ML +closepath C99 fill + newpath +258.16 59.28 258.16 53.28 265.16 53.28 265.16 59.28 258.16 59.28 ML +closepath C99 fill + newpath +258.16 53.28 258.16 47.28 265.16 47.28 265.16 53.28 258.16 53.28 ML +closepath C99 fill + newpath +258.16 47.28 258.16 41.28 265.16 41.28 265.16 47.28 258.16 47.28 ML +closepath C99 fill + newpath +258.16 41.28 258.16 35.28 265.16 35.28 265.16 41.28 258.16 41.28 ML +closepath C99 fill + newpath +258.16 35.28 258.16 29.28 265.16 29.28 265.16 35.28 258.16 35.28 ML +closepath C99 fill + newpath +258.16 29.28 258.16 23.28 265.16 23.28 265.16 29.28 258.16 29.28 ML +closepath C99 fill + newpath +258.16 23.28 258.16 17.28 265.16 17.28 265.16 23.28 258.16 23.28 ML +closepath C99 fill + newpath +258.16 17.28 258.16 11.28 265.16 11.28 265.16 17.28 258.16 17.28 ML +closepath C99 fill + newpath +258.16 11.28 258.16 5.28 265.16 5.28 265.16 11.28 258.16 11.28 ML +closepath C99 fill + newpath +258.16 5.28 258.16 -0.72 265.16 -0.72 265.16 5.28 258.16 5.28 ML +closepath C99 fill + newpath +251.16 71.28 251.16 65.28 258.16 65.28 258.16 71.28 251.16 71.28 ML +closepath C99 fill + newpath +251.16 65.28 251.16 59.28 258.16 59.28 258.16 65.28 251.16 65.28 ML +closepath C99 fill + newpath +251.16 59.28 251.16 53.28 258.16 53.28 258.16 59.28 251.16 59.28 ML +closepath C99 fill + newpath +251.16 53.28 251.16 47.28 258.16 47.28 258.16 53.28 251.16 53.28 ML +closepath C99 fill + newpath +251.16 47.28 251.16 41.28 258.16 41.28 258.16 47.28 251.16 47.28 ML +closepath C99 fill + newpath +251.16 41.28 251.16 35.28 258.16 35.28 258.16 41.28 251.16 41.28 ML +closepath C99 fill + newpath +251.16 35.28 251.16 29.28 258.16 29.28 258.16 35.28 251.16 35.28 ML +closepath C99 fill + newpath +251.16 29.28 251.16 23.28 258.16 23.28 258.16 29.28 251.16 29.28 ML +closepath C99 fill + newpath +251.16 23.28 251.16 17.28 258.16 17.28 258.16 23.28 251.16 23.28 ML +closepath C99 fill + newpath +251.16 17.28 251.16 11.28 258.16 11.28 258.16 17.28 251.16 17.28 ML +closepath C99 fill + newpath +251.16 11.28 251.16 5.28 258.16 5.28 258.16 11.28 251.16 11.28 ML +closepath C99 fill + newpath +251.16 5.28 251.16 -0.72 258.16 -0.72 258.16 5.28 251.16 5.28 ML +closepath C99 fill + newpath +244.16 71.28 244.16 65.28 251.16 65.28 251.16 71.28 244.16 71.28 ML +closepath C99 fill + newpath +244.16 65.28 244.16 59.28 251.16 59.28 251.16 65.28 244.16 65.28 ML +closepath C99 fill + newpath +244.16 59.28 244.16 53.28 251.16 53.28 251.16 59.28 244.16 59.28 ML +closepath C99 fill + newpath +244.16 53.28 244.16 47.28 251.16 47.28 251.16 53.28 244.16 53.28 ML +closepath C99 fill + newpath +244.16 47.28 244.16 41.28 251.16 41.28 251.16 47.28 244.16 47.28 ML +closepath C99 fill + newpath +244.16 41.28 244.16 35.28 251.16 35.28 251.16 41.28 244.16 41.28 ML +closepath C99 fill + newpath +244.16 35.28 244.16 29.28 251.16 29.28 251.16 35.28 244.16 35.28 ML +closepath C99 fill + newpath +244.16 29.28 244.16 23.28 251.16 23.28 251.16 29.28 244.16 29.28 ML +closepath C99 fill + newpath +244.16 23.28 244.16 17.28 251.16 17.28 251.16 23.28 244.16 23.28 ML +closepath C99 fill + newpath +244.16 17.28 244.16 11.28 251.16 11.28 251.16 17.28 244.16 17.28 ML +closepath C99 fill + newpath +244.16 11.28 244.16 5.28 251.16 5.28 251.16 11.28 244.16 11.28 ML +closepath C99 fill + newpath +244.16 5.28 244.16 -0.72 251.16 -0.72 251.16 5.28 244.16 5.28 ML +closepath C99 fill + newpath +237.16 71.28 237.16 65.28 244.16 65.28 244.16 71.28 237.16 71.28 ML +closepath C99 fill + newpath +237.16 65.28 237.16 59.28 244.16 59.28 244.16 65.28 237.16 65.28 ML +closepath C99 fill + newpath +237.16 59.28 237.16 53.28 244.16 53.28 244.16 59.28 237.16 59.28 ML +closepath C99 fill + newpath +237.16 53.28 237.16 47.28 244.16 47.28 244.16 53.28 237.16 53.28 ML +closepath C99 fill + newpath +237.16 47.28 237.16 41.28 244.16 41.28 244.16 47.28 237.16 47.28 ML +closepath C99 fill + newpath +237.16 41.28 237.16 35.28 244.16 35.28 244.16 41.28 237.16 41.28 ML +closepath C99 fill + newpath +237.16 35.28 237.16 29.28 244.16 29.28 244.16 35.28 237.16 35.28 ML +closepath C99 fill + newpath +237.16 29.28 237.16 23.28 244.16 23.28 244.16 29.28 237.16 29.28 ML +closepath C99 fill + newpath +237.16 23.28 237.16 17.28 244.16 17.28 244.16 23.28 237.16 23.28 ML +closepath C99 fill + newpath +237.16 17.28 237.16 11.28 244.16 11.28 244.16 17.28 237.16 17.28 ML +closepath C99 fill + newpath +237.16 11.28 237.16 5.28 244.16 5.28 244.16 11.28 237.16 11.28 ML +closepath C99 fill + newpath +237.16 5.28 237.16 -0.72 244.16 -0.72 244.16 5.28 237.16 5.28 ML +closepath C99 fill + newpath +230.16 71.28 230.16 65.28 237.16 65.28 237.16 71.28 230.16 71.28 ML +closepath C99 fill + newpath +230.16 65.28 230.16 59.28 237.16 59.28 237.16 65.28 230.16 65.28 ML +closepath C99 fill + newpath +230.16 59.28 230.16 53.28 237.16 53.28 237.16 59.28 230.16 59.28 ML +closepath C99 fill + newpath +230.16 53.28 230.16 47.28 237.16 47.28 237.16 53.28 230.16 53.28 ML +closepath C99 fill + newpath +230.16 47.28 230.16 41.28 237.16 41.28 237.16 47.28 230.16 47.28 ML +closepath C99 fill + newpath +230.16 41.28 230.16 35.28 237.16 35.28 237.16 41.28 230.16 41.28 ML +closepath C99 fill + newpath +230.16 35.28 230.16 29.28 237.16 29.28 237.16 35.28 230.16 35.28 ML +closepath C99 fill + newpath +230.16 29.28 230.16 23.28 237.16 23.28 237.16 29.28 230.16 29.28 ML +closepath C99 fill + newpath +230.16 23.28 230.16 17.28 237.16 17.28 237.16 23.28 230.16 23.28 ML +closepath C99 fill + newpath +230.16 17.28 230.16 11.28 237.16 11.28 237.16 17.28 230.16 17.28 ML +closepath C99 fill + newpath +230.16 11.28 230.16 5.28 237.16 5.28 237.16 11.28 230.16 11.28 ML +closepath C99 fill + newpath +230.16 5.28 230.16 -0.72 237.16 -0.72 237.16 5.28 230.16 5.28 ML +closepath C99 fill + newpath +223.16 71.28 223.16 65.28 230.16 65.28 230.16 71.28 223.16 71.28 ML +closepath C99 fill + newpath +223.16 65.28 223.16 59.28 230.16 59.28 230.16 65.28 223.16 65.28 ML +closepath C99 fill + newpath +223.16 59.28 223.16 53.28 230.16 53.28 230.16 59.28 223.16 59.28 ML +closepath C99 fill + newpath +223.16 53.28 223.16 47.28 230.16 47.28 230.16 53.28 223.16 53.28 ML +closepath C99 fill + newpath +223.16 47.28 223.16 41.28 230.16 41.28 230.16 47.28 223.16 47.28 ML +closepath C99 fill + newpath +223.16 41.28 223.16 35.28 230.16 35.28 230.16 41.28 223.16 41.28 ML +closepath C99 fill + newpath +223.16 35.28 223.16 29.28 230.16 29.28 230.16 35.28 223.16 35.28 ML +closepath C99 fill + newpath +223.16 29.28 223.16 23.28 230.16 23.28 230.16 29.28 223.16 29.28 ML +closepath C99 fill + newpath +223.16 23.28 223.16 17.28 230.16 17.28 230.16 23.28 223.16 23.28 ML +closepath C99 fill + newpath +223.16 17.28 223.16 11.28 230.16 11.28 230.16 17.28 223.16 17.28 ML +closepath C99 fill + newpath +223.16 11.28 223.16 5.28 230.16 5.28 230.16 11.28 223.16 11.28 ML +closepath C99 fill + newpath +223.16 5.28 223.16 -0.72 230.16 -0.72 230.16 5.28 223.16 5.28 ML +closepath C99 fill + newpath +216.16 71.28 216.16 65.28 223.16 65.28 223.16 71.28 216.16 71.28 ML +closepath C99 fill + newpath +216.16 65.28 216.16 59.28 223.16 59.28 223.16 65.28 216.16 65.28 ML +closepath C99 fill + newpath +216.16 59.28 216.16 53.28 223.16 53.28 223.16 59.28 216.16 59.28 ML +closepath C99 fill + newpath +216.16 53.28 216.16 47.28 223.16 47.28 223.16 53.28 216.16 53.28 ML +closepath C99 fill + newpath +216.16 47.28 216.16 41.28 223.16 41.28 223.16 47.28 216.16 47.28 ML +closepath C99 fill + newpath +216.16 41.28 216.16 35.28 223.16 35.28 223.16 41.28 216.16 41.28 ML +closepath C99 fill + newpath +216.16 35.28 216.16 29.28 223.16 29.28 223.16 35.28 216.16 35.28 ML +closepath C99 fill + newpath +216.16 29.28 216.16 23.28 223.16 23.28 223.16 29.28 216.16 29.28 ML +closepath C99 fill + newpath +216.16 23.28 216.16 17.28 223.16 17.28 223.16 23.28 216.16 23.28 ML +closepath C99 fill + newpath +216.16 17.28 216.16 11.28 223.16 11.28 223.16 17.28 216.16 17.28 ML +closepath C99 fill + newpath +216.16 11.28 216.16 5.28 223.16 5.28 223.16 11.28 216.16 11.28 ML +closepath C99 fill + newpath +216.16 5.28 216.16 -0.72 223.16 -0.72 223.16 5.28 216.16 5.28 ML +closepath C99 fill + newpath +209.16 71.28 209.16 65.28 216.16 65.28 216.16 71.28 209.16 71.28 ML +closepath C99 fill + newpath +209.16 65.28 209.16 59.28 216.16 59.28 216.16 65.28 209.16 65.28 ML +closepath C99 fill + newpath +209.16 59.28 209.16 53.28 216.16 53.28 216.16 59.28 209.16 59.28 ML +closepath C99 fill + newpath +209.16 53.28 209.16 47.28 216.16 47.28 216.16 53.28 209.16 53.28 ML +closepath C99 fill + newpath +209.16 47.28 209.16 41.28 216.16 41.28 216.16 47.28 209.16 47.28 ML +closepath C99 fill + newpath +209.16 41.28 209.16 35.28 216.16 35.28 216.16 41.28 209.16 41.28 ML +closepath C99 fill + newpath +209.16 35.28 209.16 29.28 216.16 29.28 216.16 35.28 209.16 35.28 ML +closepath C99 fill + newpath +209.16 29.28 209.16 23.28 216.16 23.28 216.16 29.28 209.16 29.28 ML +closepath C99 fill + newpath +209.16 23.28 209.16 17.28 216.16 17.28 216.16 23.28 209.16 23.28 ML +closepath C99 fill + newpath +209.16 17.28 209.16 11.28 216.16 11.28 216.16 17.28 209.16 17.28 ML +closepath C99 fill + newpath +209.16 11.28 209.16 5.28 216.16 5.28 216.16 11.28 209.16 11.28 ML +closepath C99 fill + newpath +209.16 5.28 209.16 -0.72 216.16 -0.72 216.16 5.28 209.16 5.28 ML +closepath C99 fill + newpath +202.16 71.28 202.16 65.28 209.16 65.28 209.16 71.28 202.16 71.28 ML +closepath C99 fill + newpath +202.16 65.28 202.16 59.28 209.16 59.28 209.16 65.28 202.16 65.28 ML +closepath C99 fill + newpath +202.16 59.28 202.16 53.28 209.16 53.28 209.16 59.28 202.16 59.28 ML +closepath C99 fill + newpath +202.16 53.28 202.16 47.28 209.16 47.28 209.16 53.28 202.16 53.28 ML +closepath C99 fill + newpath +202.16 47.28 202.16 41.28 209.16 41.28 209.16 47.28 202.16 47.28 ML +closepath C99 fill + newpath +202.16 41.28 202.16 35.28 209.16 35.28 209.16 41.28 202.16 41.28 ML +closepath C99 fill + newpath +202.16 35.28 202.16 29.28 209.16 29.28 209.16 35.28 202.16 35.28 ML +closepath C99 fill + newpath +202.16 29.28 202.16 23.28 209.16 23.28 209.16 29.28 202.16 29.28 ML +closepath C99 fill + newpath +202.16 23.28 202.16 17.28 209.16 17.28 209.16 23.28 202.16 23.28 ML +closepath C99 fill + newpath +202.16 17.28 202.16 11.28 209.16 11.28 209.16 17.28 202.16 17.28 ML +closepath C99 fill + newpath +202.16 11.28 202.16 5.28 209.16 5.28 209.16 11.28 202.16 11.28 ML +closepath C99 fill + newpath +202.16 5.28 202.16 -0.72 209.16 -0.72 209.16 5.28 202.16 5.28 ML +closepath C99 fill + newpath +195.16 71.28 195.16 65.28 202.16 65.28 202.16 71.28 195.16 71.28 ML +closepath C99 fill + newpath +195.16 65.28 195.16 59.28 202.16 59.28 202.16 65.28 195.16 65.28 ML +closepath C99 fill + newpath +195.16 59.28 195.16 53.28 202.16 53.28 202.16 59.28 195.16 59.28 ML +closepath C99 fill + newpath +195.16 53.28 195.16 47.28 202.16 47.28 202.16 53.28 195.16 53.28 ML +closepath C99 fill + newpath +195.16 47.28 195.16 41.28 202.16 41.28 202.16 47.28 195.16 47.28 ML +closepath C99 fill + newpath +195.16 41.28 195.16 35.28 202.16 35.28 202.16 41.28 195.16 41.28 ML +closepath C99 fill + newpath +195.16 35.28 195.16 29.28 202.16 29.28 202.16 35.28 195.16 35.28 ML +closepath C99 fill + newpath +195.16 29.28 195.16 23.28 202.16 23.28 202.16 29.28 195.16 29.28 ML +closepath C99 fill + newpath +195.16 23.28 195.16 17.28 202.16 17.28 202.16 23.28 195.16 23.28 ML +closepath C99 fill + newpath +195.16 17.28 195.16 11.28 202.16 11.28 202.16 17.28 195.16 17.28 ML +closepath C99 fill + newpath +195.16 11.28 195.16 5.28 202.16 5.28 202.16 11.28 195.16 11.28 ML +closepath C99 fill + newpath +195.16 5.28 195.16 -0.72 202.16 -0.72 202.16 5.28 195.16 5.28 ML +closepath C99 fill + newpath +188.16 71.28 188.16 65.28 195.16 65.28 195.16 71.28 188.16 71.28 ML +closepath C99 fill + newpath +188.16 65.28 188.16 59.28 195.16 59.28 195.16 65.28 188.16 65.28 ML +closepath C99 fill + newpath +188.16 59.28 188.16 53.28 195.16 53.28 195.16 59.28 188.16 59.28 ML +closepath C99 fill + newpath +188.16 53.28 188.16 47.28 195.16 47.28 195.16 53.28 188.16 53.28 ML +closepath C99 fill + newpath +188.16 47.28 188.16 41.28 195.16 41.28 195.16 47.28 188.16 47.28 ML +closepath C99 fill + newpath +188.16 41.28 188.16 35.28 195.16 35.28 195.16 41.28 188.16 41.28 ML +closepath C99 fill + newpath +188.16 35.28 188.16 29.28 195.16 29.28 195.16 35.28 188.16 35.28 ML +closepath C99 fill + newpath +188.16 29.28 188.16 23.28 195.16 23.28 195.16 29.28 188.16 29.28 ML +closepath C99 fill + newpath +188.16 23.28 188.16 17.28 195.16 17.28 195.16 23.28 188.16 23.28 ML +closepath C99 fill + newpath +188.16 17.28 188.16 11.28 195.16 11.28 195.16 17.28 188.16 17.28 ML +closepath C99 fill + newpath +188.16 11.28 188.16 5.28 195.16 5.28 195.16 11.28 188.16 11.28 ML +closepath C99 fill + newpath +188.16 5.28 188.16 -0.72 195.16 -0.72 195.16 5.28 188.16 5.28 ML +closepath C99 fill + newpath +181.16 71.28 181.16 65.28 188.16 65.28 188.16 71.28 181.16 71.28 ML +closepath C99 fill + newpath +181.16 65.28 181.16 59.28 188.16 59.28 188.16 65.28 181.16 65.28 ML +closepath C99 fill + newpath +181.16 59.28 181.16 53.28 188.16 53.28 188.16 59.28 181.16 59.28 ML +closepath C99 fill + newpath +181.16 53.28 181.16 47.28 188.16 47.28 188.16 53.28 181.16 53.28 ML +closepath C99 fill + newpath +181.16 47.28 181.16 41.28 188.16 41.28 188.16 47.28 181.16 47.28 ML +closepath C99 fill + newpath +181.16 41.28 181.16 35.28 188.16 35.28 188.16 41.28 181.16 41.28 ML +closepath C99 fill + newpath +181.16 35.28 181.16 29.28 188.16 29.28 188.16 35.28 181.16 35.28 ML +closepath C99 fill + newpath +181.16 29.28 181.16 23.28 188.16 23.28 188.16 29.28 181.16 29.28 ML +closepath C99 fill + newpath +181.16 23.28 181.16 17.28 188.16 17.28 188.16 23.28 181.16 23.28 ML +closepath C99 fill + newpath +181.16 17.28 181.16 11.28 188.16 11.28 188.16 17.28 181.16 17.28 ML +closepath C99 fill + newpath +181.16 11.28 181.16 5.28 188.16 5.28 188.16 11.28 181.16 11.28 ML +closepath C99 fill + newpath +181.16 5.28 181.16 -0.72 188.16 -0.72 188.16 5.28 181.16 5.28 ML +closepath C99 fill + newpath +174.16 71.28 174.16 65.28 181.16 65.28 181.16 71.28 174.16 71.28 ML +closepath C99 fill + newpath +174.16 65.28 174.16 59.28 181.16 59.28 181.16 65.28 174.16 65.28 ML +closepath C99 fill + newpath +174.16 59.28 174.16 53.28 181.16 53.28 181.16 59.28 174.16 59.28 ML +closepath C99 fill + newpath +174.16 53.28 174.16 47.28 181.16 47.28 181.16 53.28 174.16 53.28 ML +closepath C99 fill + newpath +174.16 47.28 174.16 41.28 181.16 41.28 181.16 47.28 174.16 47.28 ML +closepath C99 fill + newpath +174.16 41.28 174.16 35.28 181.16 35.28 181.16 41.28 174.16 41.28 ML +closepath C99 fill + newpath +174.16 35.28 174.16 29.28 181.16 29.28 181.16 35.28 174.16 35.28 ML +closepath C99 fill + newpath +174.16 29.28 174.16 23.28 181.16 23.28 181.16 29.28 174.16 29.28 ML +closepath C99 fill + newpath +174.16 23.28 174.16 17.28 181.16 17.28 181.16 23.28 174.16 23.28 ML +closepath C99 fill + newpath +174.16 17.28 174.16 11.28 181.16 11.28 181.16 17.28 174.16 17.28 ML +closepath C99 fill + newpath +174.16 11.28 174.16 5.28 181.16 5.28 181.16 11.28 174.16 11.28 ML +closepath C99 fill + newpath +174.16 5.28 174.16 -0.72 181.16 -0.72 181.16 5.28 174.16 5.28 ML +closepath C99 fill + newpath +167.16 71.28 167.16 65.28 174.16 65.28 174.16 71.28 167.16 71.28 ML +closepath C99 fill + newpath +167.16 65.28 167.16 59.28 174.16 59.28 174.16 65.28 167.16 65.28 ML +closepath C99 fill + newpath +167.16 59.28 167.16 53.28 174.16 53.28 174.16 59.28 167.16 59.28 ML +closepath C99 fill + newpath +167.16 53.28 167.16 47.28 174.16 47.28 174.16 53.28 167.16 53.28 ML +closepath C99 fill + newpath +167.16 47.28 167.16 41.28 174.16 41.28 174.16 47.28 167.16 47.28 ML +closepath C99 fill + newpath +167.16 41.28 167.16 35.28 174.16 35.28 174.16 41.28 167.16 41.28 ML +closepath C99 fill + newpath +167.16 35.28 167.16 29.28 174.16 29.28 174.16 35.28 167.16 35.28 ML +closepath C99 fill + newpath +167.16 29.28 167.16 23.28 174.16 23.28 174.16 29.28 167.16 29.28 ML +closepath C99 fill + newpath +167.16 23.28 167.16 17.28 174.16 17.28 174.16 23.28 167.16 23.28 ML +closepath C99 fill + newpath +167.16 17.28 167.16 11.28 174.16 11.28 174.16 17.28 167.16 17.28 ML +closepath C99 fill + newpath +167.16 11.28 167.16 5.28 174.16 5.28 174.16 11.28 167.16 11.28 ML +closepath C99 fill + newpath +167.16 5.28 167.16 -0.72 174.16 -0.72 174.16 5.28 167.16 5.28 ML +closepath C99 fill + newpath +160.16 71.28 160.16 65.28 167.16 65.28 167.16 71.28 160.16 71.28 ML +closepath C1 fill + newpath +160.16 65.28 160.16 59.28 167.16 59.28 167.16 65.28 160.16 65.28 ML +closepath C1 fill + newpath +160.16 59.28 160.16 53.28 167.16 53.28 167.16 59.28 160.16 59.28 ML +closepath C1 fill + newpath +160.16 53.28 160.16 47.28 167.16 47.28 167.16 53.28 160.16 53.28 ML +closepath C1 fill + newpath +160.16 47.28 160.16 41.28 167.16 41.28 167.16 47.28 160.16 47.28 ML +closepath C1 fill + newpath +160.16 41.28 160.16 35.28 167.16 35.28 167.16 41.28 160.16 41.28 ML +closepath C1 fill + newpath +160.16 35.28 160.16 29.28 167.16 29.28 167.16 35.28 160.16 35.28 ML +closepath C1 fill + newpath +160.16 29.28 160.16 23.28 167.16 23.28 167.16 29.28 160.16 29.28 ML +closepath C1 fill + newpath +160.16 23.28 160.16 17.28 167.16 17.28 167.16 23.28 160.16 23.28 ML +closepath C99 fill + newpath +160.16 17.28 160.16 11.28 167.16 11.28 167.16 17.28 160.16 17.28 ML +closepath C99 fill + newpath +160.16 11.28 160.16 5.28 167.16 5.28 167.16 11.28 160.16 11.28 ML +closepath C99 fill + newpath +160.16 5.28 160.16 -0.72 167.16 -0.72 167.16 5.28 160.16 5.28 ML +closepath C99 fill + newpath +153.16 71.28 153.16 65.28 160.16 65.28 160.16 71.28 153.16 71.28 ML +closepath C2 fill + newpath +153.16 65.28 153.16 59.28 160.16 59.28 160.16 65.28 153.16 65.28 ML +closepath C2 fill + newpath +153.16 59.28 153.16 53.28 160.16 53.28 160.16 59.28 153.16 59.28 ML +closepath C2 fill + newpath +153.16 53.28 153.16 47.28 160.16 47.28 160.16 53.28 153.16 53.28 ML +closepath C2 fill + newpath +153.16 47.28 153.16 41.28 160.16 41.28 160.16 47.28 153.16 47.28 ML +closepath C2 fill + newpath +153.16 41.28 153.16 35.28 160.16 35.28 160.16 41.28 153.16 41.28 ML +closepath C2 fill + newpath +153.16 35.28 153.16 29.28 160.16 29.28 160.16 35.28 153.16 35.28 ML +closepath C2 fill + newpath +153.16 29.28 153.16 23.28 160.16 23.28 160.16 29.28 153.16 29.28 ML +closepath C2 fill + newpath +153.16 23.28 153.16 17.28 160.16 17.28 160.16 23.28 153.16 23.28 ML +closepath C99 fill + newpath +153.16 17.28 153.16 11.28 160.16 11.28 160.16 17.28 153.16 17.28 ML +closepath C99 fill + newpath +153.16 11.28 153.16 5.28 160.16 5.28 160.16 11.28 153.16 11.28 ML +closepath C99 fill + newpath +153.16 5.28 153.16 -0.72 160.16 -0.72 160.16 5.28 153.16 5.28 ML +closepath C99 fill + newpath +146.16 71.28 146.16 65.28 153.16 65.28 153.16 71.28 146.16 71.28 ML +closepath C2 fill + newpath +146.16 65.28 146.16 59.28 153.16 59.28 153.16 65.28 146.16 65.28 ML +closepath C2 fill + newpath +146.16 59.28 146.16 53.28 153.16 53.28 153.16 59.28 146.16 59.28 ML +closepath C2 fill + newpath +146.16 53.28 146.16 47.28 153.16 47.28 153.16 53.28 146.16 53.28 ML +closepath C2 fill + newpath +146.16 47.28 146.16 41.28 153.16 41.28 153.16 47.28 146.16 47.28 ML +closepath C2 fill + newpath +146.16 41.28 146.16 35.28 153.16 35.28 153.16 41.28 146.16 41.28 ML +closepath C2 fill + newpath +146.16 35.28 146.16 29.28 153.16 29.28 153.16 35.28 146.16 35.28 ML +closepath C2 fill + newpath +146.16 29.28 146.16 23.28 153.16 23.28 153.16 29.28 146.16 29.28 ML +closepath C2 fill + newpath +146.16 23.28 146.16 17.28 153.16 17.28 153.16 23.28 146.16 23.28 ML +closepath C99 fill + newpath +146.16 17.28 146.16 11.28 153.16 11.28 153.16 17.28 146.16 17.28 ML +closepath C99 fill + newpath +146.16 11.28 146.16 5.28 153.16 5.28 153.16 11.28 146.16 11.28 ML +closepath C99 fill + newpath +146.16 5.28 146.16 -0.72 153.16 -0.72 153.16 5.28 146.16 5.28 ML +closepath C99 fill + newpath +139.16 71.28 139.16 65.28 146.16 65.28 146.16 71.28 139.16 71.28 ML +closepath C99 fill + newpath +139.16 65.28 139.16 59.28 146.16 59.28 146.16 65.28 139.16 65.28 ML +closepath C99 fill + newpath +139.16 59.28 139.16 53.28 146.16 53.28 146.16 59.28 139.16 59.28 ML +closepath C99 fill + newpath +139.16 53.28 139.16 47.28 146.16 47.28 146.16 53.28 139.16 53.28 ML +closepath C99 fill + newpath +139.16 47.28 139.16 41.28 146.16 41.28 146.16 47.28 139.16 47.28 ML +closepath C99 fill + newpath +139.16 41.28 139.16 35.28 146.16 35.28 146.16 41.28 139.16 41.28 ML +closepath C99 fill + newpath +139.16 35.28 139.16 29.28 146.16 29.28 146.16 35.28 139.16 35.28 ML +closepath C99 fill + newpath +139.16 29.28 139.16 23.28 146.16 23.28 146.16 29.28 139.16 29.28 ML +closepath C99 fill + newpath +139.16 23.28 139.16 17.28 146.16 17.28 146.16 23.28 139.16 23.28 ML +closepath C99 fill + newpath +139.16 17.28 139.16 11.28 146.16 11.28 146.16 17.28 139.16 17.28 ML +closepath C99 fill + newpath +139.16 11.28 139.16 5.28 146.16 5.28 146.16 11.28 139.16 11.28 ML +closepath C99 fill + newpath +139.16 5.28 139.16 -0.72 146.16 -0.72 146.16 5.28 139.16 5.28 ML +closepath C99 fill + newpath +132.16 71.28 132.16 65.28 139.16 65.28 139.16 71.28 132.16 71.28 ML +closepath C99 fill + newpath +132.16 65.28 132.16 59.28 139.16 59.28 139.16 65.28 132.16 65.28 ML +closepath C99 fill + newpath +132.16 59.28 132.16 53.28 139.16 53.28 139.16 59.28 132.16 59.28 ML +closepath C99 fill + newpath +132.16 53.28 132.16 47.28 139.16 47.28 139.16 53.28 132.16 53.28 ML +closepath C99 fill + newpath +132.16 47.28 132.16 41.28 139.16 41.28 139.16 47.28 132.16 47.28 ML +closepath C99 fill + newpath +132.16 41.28 132.16 35.28 139.16 35.28 139.16 41.28 132.16 41.28 ML +closepath C99 fill + newpath +132.16 35.28 132.16 29.28 139.16 29.28 139.16 35.28 132.16 35.28 ML +closepath C99 fill + newpath +132.16 29.28 132.16 23.28 139.16 23.28 139.16 29.28 132.16 29.28 ML +closepath C99 fill + newpath +132.16 23.28 132.16 17.28 139.16 17.28 139.16 23.28 132.16 23.28 ML +closepath C99 fill + newpath +132.16 17.28 132.16 11.28 139.16 11.28 139.16 17.28 132.16 17.28 ML +closepath C99 fill + newpath +132.16 11.28 132.16 5.28 139.16 5.28 139.16 11.28 132.16 11.28 ML +closepath C99 fill + newpath +132.16 5.28 132.16 -0.72 139.16 -0.72 139.16 5.28 132.16 5.28 ML +closepath C99 fill + newpath +125.16 71.28 125.16 65.28 132.16 65.28 132.16 71.28 125.16 71.28 ML +closepath C2 fill + newpath +125.16 65.28 125.16 59.28 132.16 59.28 132.16 65.28 125.16 65.28 ML +closepath C2 fill + newpath +125.16 59.28 125.16 53.28 132.16 53.28 132.16 59.28 125.16 59.28 ML +closepath C2 fill + newpath +125.16 53.28 125.16 47.28 132.16 47.28 132.16 53.28 125.16 53.28 ML +closepath C2 fill + newpath +125.16 47.28 125.16 41.28 132.16 41.28 132.16 47.28 125.16 47.28 ML +closepath C2 fill + newpath +125.16 41.28 125.16 35.28 132.16 35.28 132.16 41.28 125.16 41.28 ML +closepath C2 fill + newpath +125.16 35.28 125.16 29.28 132.16 29.28 132.16 35.28 125.16 35.28 ML +closepath C2 fill + newpath +125.16 29.28 125.16 23.28 132.16 23.28 132.16 29.28 125.16 29.28 ML +closepath C2 fill + newpath +125.16 23.28 125.16 17.28 132.16 17.28 132.16 23.28 125.16 23.28 ML +closepath C99 fill + newpath +125.16 17.28 125.16 11.28 132.16 11.28 132.16 17.28 125.16 17.28 ML +closepath C99 fill + newpath +125.16 11.28 125.16 5.28 132.16 5.28 132.16 11.28 125.16 11.28 ML +closepath C99 fill + newpath +125.16 5.28 125.16 -0.72 132.16 -0.72 132.16 5.28 125.16 5.28 ML +closepath C99 fill + newpath +118.16 71.28 118.16 65.28 125.16 65.28 125.16 71.28 118.16 71.28 ML +closepath C99 fill + newpath +118.16 65.28 118.16 59.28 125.16 59.28 125.16 65.28 118.16 65.28 ML +closepath C99 fill + newpath +118.16 59.28 118.16 53.28 125.16 53.28 125.16 59.28 118.16 59.28 ML +closepath C99 fill + newpath +118.16 53.28 118.16 47.28 125.16 47.28 125.16 53.28 118.16 53.28 ML +closepath C99 fill + newpath +118.16 47.28 118.16 41.28 125.16 41.28 125.16 47.28 118.16 47.28 ML +closepath C99 fill + newpath +118.16 41.28 118.16 35.28 125.16 35.28 125.16 41.28 118.16 41.28 ML +closepath C99 fill + newpath +118.16 35.28 118.16 29.28 125.16 29.28 125.16 35.28 118.16 35.28 ML +closepath C99 fill + newpath +118.16 29.28 118.16 23.28 125.16 23.28 125.16 29.28 118.16 29.28 ML +closepath C99 fill + newpath +118.16 23.28 118.16 17.28 125.16 17.28 125.16 23.28 118.16 23.28 ML +closepath C99 fill + newpath +118.16 17.28 118.16 11.28 125.16 11.28 125.16 17.28 118.16 17.28 ML +closepath C99 fill + newpath +118.16 11.28 118.16 5.28 125.16 5.28 125.16 11.28 118.16 11.28 ML +closepath C99 fill + newpath +118.16 5.28 118.16 -0.72 125.16 -0.72 125.16 5.28 118.16 5.28 ML +closepath C99 fill + newpath +111.16 71.28 111.16 65.28 118.16 65.28 118.16 71.28 111.16 71.28 ML +closepath C99 fill + newpath +111.16 65.28 111.16 59.28 118.16 59.28 118.16 65.28 111.16 65.28 ML +closepath C99 fill + newpath +111.16 59.28 111.16 53.28 118.16 53.28 118.16 59.28 111.16 59.28 ML +closepath C99 fill + newpath +111.16 53.28 111.16 47.28 118.16 47.28 118.16 53.28 111.16 53.28 ML +closepath C99 fill + newpath +111.16 47.28 111.16 41.28 118.16 41.28 118.16 47.28 111.16 47.28 ML +closepath C99 fill + newpath +111.16 41.28 111.16 35.28 118.16 35.28 118.16 41.28 111.16 41.28 ML +closepath C99 fill + newpath +111.16 35.28 111.16 29.28 118.16 29.28 118.16 35.28 111.16 35.28 ML +closepath C99 fill + newpath +111.16 29.28 111.16 23.28 118.16 23.28 118.16 29.28 111.16 29.28 ML +closepath C99 fill + newpath +111.16 23.28 111.16 17.28 118.16 17.28 118.16 23.28 111.16 23.28 ML +closepath C99 fill + newpath +111.16 17.28 111.16 11.28 118.16 11.28 118.16 17.28 111.16 17.28 ML +closepath C99 fill + newpath +111.16 11.28 111.16 5.28 118.16 5.28 118.16 11.28 111.16 11.28 ML +closepath C99 fill + newpath +111.16 5.28 111.16 -0.72 118.16 -0.72 118.16 5.28 111.16 5.28 ML +closepath C99 fill + newpath +104.16 71.28 104.16 65.28 111.16 65.28 111.16 71.28 104.16 71.28 ML +closepath C2 fill + newpath +104.16 65.28 104.16 59.28 111.16 59.28 111.16 65.28 104.16 65.28 ML +closepath C2 fill + newpath +104.16 59.28 104.16 53.28 111.16 53.28 111.16 59.28 104.16 59.28 ML +closepath C2 fill + newpath +104.16 53.28 104.16 47.28 111.16 47.28 111.16 53.28 104.16 53.28 ML +closepath C2 fill + newpath +104.16 47.28 104.16 41.28 111.16 41.28 111.16 47.28 104.16 47.28 ML +closepath C2 fill + newpath +104.16 41.28 104.16 35.28 111.16 35.28 111.16 41.28 104.16 41.28 ML +closepath C2 fill + newpath +104.16 35.28 104.16 29.28 111.16 29.28 111.16 35.28 104.16 35.28 ML +closepath C2 fill + newpath +104.16 29.28 104.16 23.28 111.16 23.28 111.16 29.28 104.16 29.28 ML +closepath C2 fill + newpath +104.16 23.28 104.16 17.28 111.16 17.28 111.16 23.28 104.16 23.28 ML +closepath C99 fill + newpath +104.16 17.28 104.16 11.28 111.16 11.28 111.16 17.28 104.16 17.28 ML +closepath C99 fill + newpath +104.16 11.28 104.16 5.28 111.16 5.28 111.16 11.28 104.16 11.28 ML +closepath C99 fill + newpath +104.16 5.28 104.16 -0.72 111.16 -0.72 111.16 5.28 104.16 5.28 ML +closepath C99 fill + newpath +97.16 71.28 97.16 65.28 104.16 65.28 104.16 71.28 97.16 71.28 ML +closepath C2 fill + newpath +97.16 65.28 97.16 59.28 104.16 59.28 104.16 65.28 97.16 65.28 ML +closepath C2 fill + newpath +97.16 59.28 97.16 53.28 104.16 53.28 104.16 59.28 97.16 59.28 ML +closepath C2 fill + newpath +97.16 53.28 97.16 47.28 104.16 47.28 104.16 53.28 97.16 53.28 ML +closepath C2 fill + newpath +97.16 47.28 97.16 41.28 104.16 41.28 104.16 47.28 97.16 47.28 ML +closepath C2 fill + newpath +97.16 41.28 97.16 35.28 104.16 35.28 104.16 41.28 97.16 41.28 ML +closepath C2 fill + newpath +97.16 35.28 97.16 29.28 104.16 29.28 104.16 35.28 97.16 35.28 ML +closepath C2 fill + newpath +97.16 29.28 97.16 23.28 104.16 23.28 104.16 29.28 97.16 29.28 ML +closepath C2 fill + newpath +97.16 23.28 97.16 17.28 104.16 17.28 104.16 23.28 97.16 23.28 ML +closepath C99 fill + newpath +97.16 17.28 97.16 11.28 104.16 11.28 104.16 17.28 97.16 17.28 ML +closepath C99 fill + newpath +97.16 11.28 97.16 5.28 104.16 5.28 104.16 11.28 97.16 11.28 ML +closepath C99 fill + newpath +97.16 5.28 97.16 -0.72 104.16 -0.72 104.16 5.28 97.16 5.28 ML +closepath C99 fill + newpath +90.16 71.28 90.16 65.28 97.16 65.28 97.16 71.28 90.16 71.28 ML +closepath C99 fill + newpath +90.16 65.28 90.16 59.28 97.16 59.28 97.16 65.28 90.16 65.28 ML +closepath C99 fill + newpath +90.16 59.28 90.16 53.28 97.16 53.28 97.16 59.28 90.16 59.28 ML +closepath C99 fill + newpath +90.16 53.28 90.16 47.28 97.16 47.28 97.16 53.28 90.16 53.28 ML +closepath C99 fill + newpath +90.16 47.28 90.16 41.28 97.16 41.28 97.16 47.28 90.16 47.28 ML +closepath C99 fill + newpath +90.16 41.28 90.16 35.28 97.16 35.28 97.16 41.28 90.16 41.28 ML +closepath C99 fill + newpath +90.16 35.28 90.16 29.28 97.16 29.28 97.16 35.28 90.16 35.28 ML +closepath C99 fill + newpath +90.16 29.28 90.16 23.28 97.16 23.28 97.16 29.28 90.16 29.28 ML +closepath C99 fill + newpath +90.16 23.28 90.16 17.28 97.16 17.28 97.16 23.28 90.16 23.28 ML +closepath C99 fill + newpath +90.16 17.28 90.16 11.28 97.16 11.28 97.16 17.28 90.16 17.28 ML +closepath C99 fill + newpath +90.16 11.28 90.16 5.28 97.16 5.28 97.16 11.28 90.16 11.28 ML +closepath C99 fill + newpath +90.16 5.28 90.16 -0.72 97.16 -0.72 97.16 5.28 90.16 5.28 ML +closepath C99 fill + newpath +83.16 71.28 83.16 65.28 90.16 65.28 90.16 71.28 83.16 71.28 ML +closepath C99 fill + newpath +83.16 65.28 83.16 59.28 90.16 59.28 90.16 65.28 83.16 65.28 ML +closepath C99 fill + newpath +83.16 59.28 83.16 53.28 90.16 53.28 90.16 59.28 83.16 59.28 ML +closepath C99 fill + newpath +83.16 53.28 83.16 47.28 90.16 47.28 90.16 53.28 83.16 53.28 ML +closepath C99 fill + newpath +83.16 47.28 83.16 41.28 90.16 41.28 90.16 47.28 83.16 47.28 ML +closepath C99 fill + newpath +83.16 41.28 83.16 35.28 90.16 35.28 90.16 41.28 83.16 41.28 ML +closepath C99 fill + newpath +83.16 35.28 83.16 29.28 90.16 29.28 90.16 35.28 83.16 35.28 ML +closepath C99 fill + newpath +83.16 29.28 83.16 23.28 90.16 23.28 90.16 29.28 83.16 29.28 ML +closepath C99 fill + newpath +83.16 23.28 83.16 17.28 90.16 17.28 90.16 23.28 83.16 23.28 ML +closepath C99 fill + newpath +83.16 17.28 83.16 11.28 90.16 11.28 90.16 17.28 83.16 17.28 ML +closepath C99 fill + newpath +83.16 11.28 83.16 5.28 90.16 5.28 90.16 11.28 83.16 11.28 ML +closepath C99 fill + newpath +83.16 5.28 83.16 -0.72 90.16 -0.72 90.16 5.28 83.16 5.28 ML +closepath C99 fill + newpath +76.16 71.28 76.16 65.28 83.16 65.28 83.16 71.28 76.16 71.28 ML +closepath C2 fill + newpath +76.16 65.28 76.16 59.28 83.16 59.28 83.16 65.28 76.16 65.28 ML +closepath C2 fill + newpath +76.16 59.28 76.16 53.28 83.16 53.28 83.16 59.28 76.16 59.28 ML +closepath C2 fill + newpath +76.16 53.28 76.16 47.28 83.16 47.28 83.16 53.28 76.16 53.28 ML +closepath C2 fill + newpath +76.16 47.28 76.16 41.28 83.16 41.28 83.16 47.28 76.16 47.28 ML +closepath C2 fill + newpath +76.16 41.28 76.16 35.28 83.16 35.28 83.16 41.28 76.16 41.28 ML +closepath C2 fill + newpath +76.16 35.28 76.16 29.28 83.16 29.28 83.16 35.28 76.16 35.28 ML +closepath C2 fill + newpath +76.16 29.28 76.16 23.28 83.16 23.28 83.16 29.28 76.16 29.28 ML +closepath C2 fill + newpath +76.16 23.28 76.16 17.28 83.16 17.28 83.16 23.28 76.16 23.28 ML +closepath C99 fill + newpath +76.16 17.28 76.16 11.28 83.16 11.28 83.16 17.28 76.16 17.28 ML +closepath C99 fill + newpath +76.16 11.28 76.16 5.28 83.16 5.28 83.16 11.28 76.16 11.28 ML +closepath C99 fill + newpath +76.16 5.28 76.16 -0.72 83.16 -0.72 83.16 5.28 76.16 5.28 ML +closepath C99 fill + newpath +69.16 71.28 69.16 65.28 76.16 65.28 76.16 71.28 69.16 71.28 ML +closepath C2 fill + newpath +69.16 65.28 69.16 59.28 76.16 59.28 76.16 65.28 69.16 65.28 ML +closepath C2 fill + newpath +69.16 59.28 69.16 53.28 76.16 53.28 76.16 59.28 69.16 59.28 ML +closepath C2 fill + newpath +69.16 53.28 69.16 47.28 76.16 47.28 76.16 53.28 69.16 53.28 ML +closepath C2 fill + newpath +69.16 47.28 69.16 41.28 76.16 41.28 76.16 47.28 69.16 47.28 ML +closepath C2 fill + newpath +69.16 41.28 69.16 35.28 76.16 35.28 76.16 41.28 69.16 41.28 ML +closepath C2 fill + newpath +69.16 35.28 69.16 29.28 76.16 29.28 76.16 35.28 69.16 35.28 ML +closepath C2 fill + newpath +69.16 29.28 69.16 23.28 76.16 23.28 76.16 29.28 69.16 29.28 ML +closepath C2 fill + newpath +69.16 23.28 69.16 17.28 76.16 17.28 76.16 23.28 69.16 23.28 ML +closepath C99 fill + newpath +69.16 17.28 69.16 11.28 76.16 11.28 76.16 17.28 69.16 17.28 ML +closepath C99 fill + newpath +69.16 11.28 69.16 5.28 76.16 5.28 76.16 11.28 69.16 11.28 ML +closepath C99 fill + newpath +69.16 5.28 69.16 -0.72 76.16 -0.72 76.16 5.28 69.16 5.28 ML +closepath C99 fill + newpath +62.16 71.28 62.16 65.28 69.16 65.28 69.16 71.28 62.16 71.28 ML +closepath C99 fill + newpath +62.16 65.28 62.16 59.28 69.16 59.28 69.16 65.28 62.16 65.28 ML +closepath C99 fill + newpath +62.16 59.28 62.16 53.28 69.16 53.28 69.16 59.28 62.16 59.28 ML +closepath C99 fill + newpath +62.16 53.28 62.16 47.28 69.16 47.28 69.16 53.28 62.16 53.28 ML +closepath C99 fill + newpath +62.16 47.28 62.16 41.28 69.16 41.28 69.16 47.28 62.16 47.28 ML +closepath C99 fill + newpath +62.16 41.28 62.16 35.28 69.16 35.28 69.16 41.28 62.16 41.28 ML +closepath C99 fill + newpath +62.16 35.28 62.16 29.28 69.16 29.28 69.16 35.28 62.16 35.28 ML +closepath C99 fill + newpath +62.16 29.28 62.16 23.28 69.16 23.28 69.16 29.28 62.16 29.28 ML +closepath C99 fill + newpath +62.16 23.28 62.16 17.28 69.16 17.28 69.16 23.28 62.16 23.28 ML +closepath C99 fill + newpath +62.16 17.28 62.16 11.28 69.16 11.28 69.16 17.28 62.16 17.28 ML +closepath C99 fill + newpath +62.16 11.28 62.16 5.28 69.16 5.28 69.16 11.28 62.16 11.28 ML +closepath C99 fill + newpath +62.16 5.28 62.16 -0.72 69.16 -0.72 69.16 5.28 62.16 5.28 ML +closepath C99 fill + newpath +55.16 71.28 55.16 65.28 62.16 65.28 62.16 71.28 55.16 71.28 ML +closepath C99 fill + newpath +55.16 65.28 55.16 59.28 62.16 59.28 62.16 65.28 55.16 65.28 ML +closepath C99 fill + newpath +55.16 59.28 55.16 53.28 62.16 53.28 62.16 59.28 55.16 59.28 ML +closepath C99 fill + newpath +55.16 53.28 55.16 47.28 62.16 47.28 62.16 53.28 55.16 53.28 ML +closepath C99 fill + newpath +55.16 47.28 55.16 41.28 62.16 41.28 62.16 47.28 55.16 47.28 ML +closepath C99 fill + newpath +55.16 41.28 55.16 35.28 62.16 35.28 62.16 41.28 55.16 41.28 ML +closepath C99 fill + newpath +55.16 35.28 55.16 29.28 62.16 29.28 62.16 35.28 55.16 35.28 ML +closepath C99 fill + newpath +55.16 29.28 55.16 23.28 62.16 23.28 62.16 29.28 55.16 29.28 ML +closepath C99 fill + newpath +55.16 23.28 55.16 17.28 62.16 17.28 62.16 23.28 55.16 23.28 ML +closepath C99 fill + newpath +55.16 17.28 55.16 11.28 62.16 11.28 62.16 17.28 55.16 17.28 ML +closepath C99 fill + newpath +55.16 11.28 55.16 5.28 62.16 5.28 62.16 11.28 55.16 11.28 ML +closepath C99 fill + newpath +55.16 5.28 55.16 -0.72 62.16 -0.72 62.16 5.28 55.16 5.28 ML +closepath C99 fill + newpath +48.16 71.28 48.16 65.28 55.16 65.28 55.16 71.28 48.16 71.28 ML +closepath C2 fill + newpath +48.16 65.28 48.16 59.28 55.16 59.28 55.16 65.28 48.16 65.28 ML +closepath C2 fill + newpath +48.16 59.28 48.16 53.28 55.16 53.28 55.16 59.28 48.16 59.28 ML +closepath C2 fill + newpath +48.16 53.28 48.16 47.28 55.16 47.28 55.16 53.28 48.16 53.28 ML +closepath C2 fill + newpath +48.16 47.28 48.16 41.28 55.16 41.28 55.16 47.28 48.16 47.28 ML +closepath C2 fill + newpath +48.16 41.28 48.16 35.28 55.16 35.28 55.16 41.28 48.16 41.28 ML +closepath C2 fill + newpath +48.16 35.28 48.16 29.28 55.16 29.28 55.16 35.28 48.16 35.28 ML +closepath C2 fill + newpath +48.16 29.28 48.16 23.28 55.16 23.28 55.16 29.28 48.16 29.28 ML +closepath C2 fill + newpath +48.16 23.28 48.16 17.28 55.16 17.28 55.16 23.28 48.16 23.28 ML +closepath C99 fill + newpath +48.16 17.28 48.16 11.28 55.16 11.28 55.16 17.28 48.16 17.28 ML +closepath C99 fill + newpath +48.16 11.28 48.16 5.28 55.16 5.28 55.16 11.28 48.16 11.28 ML +closepath C99 fill + newpath +48.16 5.28 48.16 -0.72 55.16 -0.72 55.16 5.28 48.16 5.28 ML +closepath C99 fill + newpath +41.16 71.28 41.16 65.28 48.16 65.28 48.16 71.28 41.16 71.28 ML +closepath C99 fill + newpath +41.16 65.28 41.16 59.28 48.16 59.28 48.16 65.28 41.16 65.28 ML +closepath C99 fill + newpath +41.16 59.28 41.16 53.28 48.16 53.28 48.16 59.28 41.16 59.28 ML +closepath C99 fill + newpath +41.16 53.28 41.16 47.28 48.16 47.28 48.16 53.28 41.16 53.28 ML +closepath C99 fill + newpath +41.16 47.28 41.16 41.28 48.16 41.28 48.16 47.28 41.16 47.28 ML +closepath C99 fill + newpath +41.16 41.28 41.16 35.28 48.16 35.28 48.16 41.28 41.16 41.28 ML +closepath C99 fill + newpath +41.16 35.28 41.16 29.28 48.16 29.28 48.16 35.28 41.16 35.28 ML +closepath C99 fill + newpath +41.16 29.28 41.16 23.28 48.16 23.28 48.16 29.28 41.16 29.28 ML +closepath C99 fill + newpath +41.16 23.28 41.16 17.28 48.16 17.28 48.16 23.28 41.16 23.28 ML +closepath C99 fill + newpath +41.16 17.28 41.16 11.28 48.16 11.28 48.16 17.28 41.16 17.28 ML +closepath C99 fill + newpath +41.16 11.28 41.16 5.28 48.16 5.28 48.16 11.28 41.16 11.28 ML +closepath C99 fill + newpath +41.16 5.28 41.16 -0.72 48.16 -0.72 48.16 5.28 41.16 5.28 ML +closepath C99 fill + newpath +34.16 71.28 34.16 65.28 41.16 65.28 41.16 71.28 34.16 71.28 ML +closepath C99 fill + newpath +34.16 65.28 34.16 59.28 41.16 59.28 41.16 65.28 34.16 65.28 ML +closepath C99 fill + newpath +34.16 59.28 34.16 53.28 41.16 53.28 41.16 59.28 34.16 59.28 ML +closepath C99 fill + newpath +34.16 53.28 34.16 47.28 41.16 47.28 41.16 53.28 34.16 53.28 ML +closepath C99 fill + newpath +34.16 47.28 34.16 41.28 41.16 41.28 41.16 47.28 34.16 47.28 ML +closepath C99 fill + newpath +34.16 41.28 34.16 35.28 41.16 35.28 41.16 41.28 34.16 41.28 ML +closepath C99 fill + newpath +34.16 35.28 34.16 29.28 41.16 29.28 41.16 35.28 34.16 35.28 ML +closepath C99 fill + newpath +34.16 29.28 34.16 23.28 41.16 23.28 41.16 29.28 34.16 29.28 ML +closepath C99 fill + newpath +34.16 23.28 34.16 17.28 41.16 17.28 41.16 23.28 34.16 23.28 ML +closepath C99 fill + newpath +34.16 17.28 34.16 11.28 41.16 11.28 41.16 17.28 34.16 17.28 ML +closepath C99 fill + newpath +34.16 11.28 34.16 5.28 41.16 5.28 41.16 11.28 34.16 11.28 ML +closepath C99 fill + newpath +34.16 5.28 34.16 -0.72 41.16 -0.72 41.16 5.28 34.16 5.28 ML +closepath C99 fill + newpath +27.16 71.28 27.16 65.28 34.16 65.28 34.16 71.28 27.16 71.28 ML +closepath C99 fill + newpath +27.16 65.28 27.16 59.28 34.16 59.28 34.16 65.28 27.16 65.28 ML +closepath C99 fill + newpath +27.16 59.28 27.16 53.28 34.16 53.28 34.16 59.28 27.16 59.28 ML +closepath C99 fill + newpath +27.16 53.28 27.16 47.28 34.16 47.28 34.16 53.28 27.16 53.28 ML +closepath C99 fill + newpath +27.16 47.28 27.16 41.28 34.16 41.28 34.16 47.28 27.16 47.28 ML +closepath C99 fill + newpath +27.16 41.28 27.16 35.28 34.16 35.28 34.16 41.28 27.16 41.28 ML +closepath C99 fill + newpath +27.16 35.28 27.16 29.28 34.16 29.28 34.16 35.28 27.16 35.28 ML +closepath C99 fill + newpath +27.16 29.28 27.16 23.28 34.16 23.28 34.16 29.28 27.16 29.28 ML +closepath C99 fill + newpath +27.16 23.28 27.16 17.28 34.16 17.28 34.16 23.28 27.16 23.28 ML +closepath C99 fill + newpath +27.16 17.28 27.16 11.28 34.16 11.28 34.16 17.28 27.16 17.28 ML +closepath C99 fill + newpath +27.16 11.28 27.16 5.28 34.16 5.28 34.16 11.28 27.16 11.28 ML +closepath C99 fill + newpath +27.16 5.28 27.16 -0.72 34.16 -0.72 34.16 5.28 27.16 5.28 ML +closepath C99 fill + newpath +20.16 71.28 20.16 65.28 27.16 65.28 27.16 71.28 20.16 71.28 ML +closepath C2 fill + newpath +20.16 65.28 20.16 59.28 27.16 59.28 27.16 65.28 20.16 65.28 ML +closepath C2 fill + newpath +20.16 59.28 20.16 53.28 27.16 53.28 27.16 59.28 20.16 59.28 ML +closepath C2 fill + newpath +20.16 53.28 20.16 47.28 27.16 47.28 27.16 53.28 20.16 53.28 ML +closepath C2 fill + newpath +20.16 47.28 20.16 41.28 27.16 41.28 27.16 47.28 20.16 47.28 ML +closepath C2 fill + newpath +20.16 41.28 20.16 35.28 27.16 35.28 27.16 41.28 20.16 41.28 ML +closepath C2 fill + newpath +20.16 35.28 20.16 29.28 27.16 29.28 27.16 35.28 20.16 35.28 ML +closepath C2 fill + newpath +20.16 29.28 20.16 23.28 27.16 23.28 27.16 29.28 20.16 29.28 ML +closepath C2 fill + newpath +20.16 23.28 20.16 17.28 27.16 17.28 27.16 23.28 20.16 23.28 ML +closepath C99 fill + newpath +20.16 17.28 20.16 11.28 27.16 11.28 27.16 17.28 20.16 17.28 ML +closepath C99 fill + newpath +20.16 11.28 20.16 5.28 27.16 5.28 27.16 11.28 20.16 11.28 ML +closepath C99 fill + newpath +20.16 5.28 20.16 -0.72 27.16 -0.72 27.16 5.28 20.16 5.28 ML +closepath C99 fill + newpath +13.16 71.28 13.16 65.28 20.16 65.28 20.16 71.28 13.16 71.28 ML +closepath C99 fill + newpath +13.16 65.28 13.16 59.28 20.16 59.28 20.16 65.28 13.16 65.28 ML +closepath C99 fill + newpath +13.16 59.28 13.16 53.28 20.16 53.28 20.16 59.28 13.16 59.28 ML +closepath C99 fill + newpath +13.16 53.28 13.16 47.28 20.16 47.28 20.16 53.28 13.16 53.28 ML +closepath C99 fill + newpath +13.16 47.28 13.16 41.28 20.16 41.28 20.16 47.28 13.16 47.28 ML +closepath C99 fill + newpath +13.16 41.28 13.16 35.28 20.16 35.28 20.16 41.28 13.16 41.28 ML +closepath C99 fill + newpath +13.16 35.28 13.16 29.28 20.16 29.28 20.16 35.28 13.16 35.28 ML +closepath C99 fill + newpath +13.16 29.28 13.16 23.28 20.16 23.28 20.16 29.28 13.16 29.28 ML +closepath C99 fill + newpath +13.16 23.28 13.16 17.28 20.16 17.28 20.16 23.28 13.16 23.28 ML +closepath C99 fill + newpath +13.16 17.28 13.16 11.28 20.16 11.28 20.16 17.28 13.16 17.28 ML +closepath C99 fill + newpath +13.16 11.28 13.16 5.28 20.16 5.28 20.16 11.28 13.16 11.28 ML +closepath C99 fill + newpath +13.16 5.28 13.16 -0.72 20.16 -0.72 20.16 5.28 13.16 5.28 ML +closepath C99 fill + newpath +6.16 71.28 6.16 65.28 13.16 65.28 13.16 71.28 6.16 71.28 ML +closepath C99 fill + newpath +6.16 65.28 6.16 59.28 13.16 59.28 13.16 65.28 6.16 65.28 ML +closepath C99 fill + newpath +6.16 59.28 6.16 53.28 13.16 53.28 13.16 59.28 6.16 59.28 ML +closepath C99 fill + newpath +6.16 53.28 6.16 47.28 13.16 47.28 13.16 53.28 6.16 53.28 ML +closepath C99 fill + newpath +6.16 47.28 6.16 41.28 13.16 41.28 13.16 47.28 6.16 47.28 ML +closepath C99 fill + newpath +6.16 41.28 6.16 35.28 13.16 35.28 13.16 41.28 6.16 41.28 ML +closepath C99 fill + newpath +6.16 35.28 6.16 29.28 13.16 29.28 13.16 35.28 6.16 35.28 ML +closepath C99 fill + newpath +6.16 29.28 6.16 23.28 13.16 23.28 13.16 29.28 6.16 29.28 ML +closepath C99 fill + newpath +6.16 23.28 6.16 17.28 13.16 17.28 13.16 23.28 6.16 23.28 ML +closepath C99 fill + newpath +6.16 17.28 6.16 11.28 13.16 11.28 13.16 17.28 6.16 17.28 ML +closepath C99 fill + newpath +6.16 11.28 6.16 5.28 13.16 5.28 13.16 11.28 6.16 11.28 ML +closepath C99 fill + newpath +6.16 5.28 6.16 -0.72 13.16 -0.72 13.16 5.28 6.16 5.28 ML +closepath C99 fill + newpath +-0.84 71.28 -0.84 65.28 6.16 65.28 6.16 71.28 -0.84 71.28 ML +closepath C99 fill + newpath +-0.84 65.28 -0.84 59.28 6.16 59.28 6.16 65.28 -0.84 65.28 ML +closepath C99 fill + newpath +-0.84 59.28 -0.84 53.28 6.16 53.28 6.16 59.28 -0.84 59.28 ML +closepath C99 fill + newpath +-0.84 53.28 -0.84 47.28 6.16 47.28 6.16 53.28 -0.84 53.28 ML +closepath C99 fill + newpath +-0.84 47.28 -0.84 41.28 6.16 41.28 6.16 47.28 -0.84 47.28 ML +closepath C99 fill + newpath +-0.84 41.28 -0.84 35.28 6.16 35.28 6.16 41.28 -0.84 41.28 ML +closepath C99 fill + newpath +-0.84 35.28 -0.84 29.28 6.16 29.28 6.16 35.28 -0.84 35.28 ML +closepath C99 fill + newpath +-0.84 29.28 -0.84 23.28 6.16 23.28 6.16 29.28 -0.84 29.28 ML +closepath C99 fill + newpath +-0.84 23.28 -0.84 17.28 6.16 17.28 6.16 23.28 -0.84 23.28 ML +closepath C99 fill + newpath +-0.84 17.28 -0.84 11.28 6.16 11.28 6.16 17.28 -0.84 17.28 ML +closepath C99 fill + newpath +-0.84 11.28 -0.84 5.28 6.16 5.28 6.16 11.28 -0.84 11.28 ML +closepath C99 fill + newpath +-0.84 5.28 -0.84 -0.72 6.16 -0.72 6.16 5.28 -0.84 5.28 ML +closepath C99 fill +C100 + 384.16 71.28 384.16 65.28 L + C100 + 377.16 71.28 384.16 71.28 L + C100 + 384.16 65.28 384.16 59.28 L + C100 + 384.16 59.28 384.16 53.28 L + C100 + 384.16 53.28 384.16 47.28 L + C100 + 384.16 47.28 384.16 41.28 L + C100 + 384.16 41.28 384.16 35.28 L + C100 + 384.16 35.28 384.16 29.28 L + C100 + 384.16 29.28 384.16 23.28 L + C100 + 377.16 23.28 384.16 23.28 L + C100 + 370.16 71.28 370.16 65.28 L + C100 + 370.16 71.28 377.16 71.28 L + C100 + 370.16 65.28 370.16 59.28 L + C100 + 370.16 59.28 370.16 53.28 L + C100 + 370.16 53.28 370.16 47.28 L + C100 + 370.16 47.28 370.16 41.28 L + C100 + 370.16 41.28 370.16 35.28 L + C100 + 370.16 35.28 370.16 29.28 L + C100 + 370.16 29.28 370.16 23.28 L + C100 + 370.16 23.28 377.16 23.28 L + C100 + 363.16 71.28 363.16 65.28 L + C100 + 356.16 71.28 363.16 71.28 L + C100 + 363.16 65.28 363.16 59.28 L + C100 + 363.16 59.28 363.16 53.28 L + C100 + 363.16 53.28 363.16 47.28 L + C100 + 363.16 47.28 363.16 41.28 L + C100 + 363.16 41.28 363.16 35.28 L + C100 + 363.16 35.28 363.16 29.28 L + C100 + 363.16 29.28 363.16 23.28 L + C100 + 356.16 23.28 363.16 23.28 L + C100 + 349.16 71.28 356.16 71.28 L + C100 + 349.16 23.28 356.16 23.28 L + C100 + 342.16 71.28 342.16 65.28 L + C100 + 342.16 71.28 349.16 71.28 L + C100 + 342.16 65.28 342.16 59.28 L + C100 + 342.16 59.28 342.16 53.28 L + C100 + 342.16 53.28 342.16 47.28 L + C100 + 342.16 47.28 342.16 41.28 L + C100 + 342.16 41.28 342.16 35.28 L + C100 + 342.16 35.28 342.16 29.28 L + C100 + 342.16 29.28 342.16 23.28 L + C100 + 342.16 23.28 349.16 23.28 L + C100 + 328.16 71.28 328.16 65.28 L + C100 + 335.16 71.28 335.16 65.28 L + C100 + 328.16 71.28 335.16 71.28 L + C100 + 328.16 65.28 328.16 59.28 L + C100 + 335.16 65.28 335.16 59.28 L + C100 + 328.16 59.28 328.16 53.28 L + C100 + 335.16 59.28 335.16 53.28 L + C100 + 328.16 53.28 328.16 47.28 L + C100 + 335.16 53.28 335.16 47.28 L + C100 + 328.16 47.28 328.16 41.28 L + C100 + 335.16 47.28 335.16 41.28 L + C100 + 328.16 41.28 328.16 35.28 L + C100 + 335.16 41.28 335.16 35.28 L + C100 + 328.16 35.28 328.16 29.28 L + C100 + 335.16 35.28 335.16 29.28 L + C100 + 328.16 29.28 328.16 23.28 L + C100 + 335.16 29.28 335.16 23.28 L + C100 + 328.16 23.28 335.16 23.28 L + C100 + 314.16 71.28 314.16 65.28 L + C100 + 321.16 71.28 321.16 65.28 L + C100 + 314.16 71.28 321.16 71.28 L + C100 + 314.16 65.28 314.16 59.28 L + C100 + 321.16 65.28 321.16 59.28 L + C100 + 314.16 59.28 314.16 53.28 L + C100 + 321.16 59.28 321.16 53.28 L + C100 + 314.16 53.28 314.16 47.28 L + C100 + 321.16 53.28 321.16 47.28 L + C100 + 314.16 47.28 314.16 41.28 L + C100 + 321.16 47.28 321.16 41.28 L + C100 + 314.16 41.28 314.16 35.28 L + C100 + 321.16 41.28 321.16 35.28 L + C100 + 314.16 35.28 314.16 29.28 L + C100 + 321.16 35.28 321.16 29.28 L + C100 + 314.16 29.28 314.16 23.28 L + C100 + 321.16 29.28 321.16 23.28 L + C100 + 314.16 23.28 321.16 23.28 L + C100 + 167.16 71.28 167.16 65.28 L + C100 + 160.16 71.28 167.16 71.28 L + C100 + 167.16 65.28 167.16 59.28 L + C100 + 167.16 59.28 167.16 53.28 L + C100 + 167.16 53.28 167.16 47.28 L + C100 + 167.16 47.28 167.16 41.28 L + C100 + 167.16 41.28 167.16 35.28 L + C100 + 167.16 35.28 167.16 29.28 L + C100 + 167.16 29.28 167.16 23.28 L + C100 + 160.16 23.28 167.16 23.28 L + C100 + 153.16 71.28 160.16 71.28 L + C100 + 153.16 23.28 160.16 23.28 L + C100 + 146.16 71.28 146.16 65.28 L + C100 + 146.16 71.28 153.16 71.28 L + C100 + 146.16 65.28 146.16 59.28 L + C100 + 146.16 59.28 146.16 53.28 L + C100 + 146.16 53.28 146.16 47.28 L + C100 + 146.16 47.28 146.16 41.28 L + C100 + 146.16 41.28 146.16 35.28 L + C100 + 146.16 35.28 146.16 29.28 L + C100 + 146.16 29.28 146.16 23.28 L + C100 + 146.16 23.28 153.16 23.28 L + C100 + 125.16 71.28 125.16 65.28 L + C100 + 132.16 71.28 132.16 65.28 L + C100 + 125.16 71.28 132.16 71.28 L + C100 + 125.16 65.28 125.16 59.28 L + C100 + 132.16 65.28 132.16 59.28 L + C100 + 125.16 59.28 125.16 53.28 L + C100 + 132.16 59.28 132.16 53.28 L + C100 + 125.16 53.28 125.16 47.28 L + C100 + 132.16 53.28 132.16 47.28 L + C100 + 125.16 47.28 125.16 41.28 L + C100 + 132.16 47.28 132.16 41.28 L + C100 + 125.16 41.28 125.16 35.28 L + C100 + 132.16 41.28 132.16 35.28 L + C100 + 125.16 35.28 125.16 29.28 L + C100 + 132.16 35.28 132.16 29.28 L + C100 + 125.16 29.28 125.16 23.28 L + C100 + 132.16 29.28 132.16 23.28 L + C100 + 125.16 23.28 132.16 23.28 L + C100 + 111.16 71.28 111.16 65.28 L + C100 + 104.16 71.28 111.16 71.28 L + C100 + 111.16 65.28 111.16 59.28 L + C100 + 111.16 59.28 111.16 53.28 L + C100 + 111.16 53.28 111.16 47.28 L + C100 + 111.16 47.28 111.16 41.28 L + C100 + 111.16 41.28 111.16 35.28 L + C100 + 111.16 35.28 111.16 29.28 L + C100 + 111.16 29.28 111.16 23.28 L + C100 + 104.16 23.28 111.16 23.28 L + C100 + 97.16 71.28 97.16 65.28 L + C100 + 97.16 71.28 104.16 71.28 L + C100 + 97.16 65.28 97.16 59.28 L + C100 + 97.16 59.28 97.16 53.28 L + C100 + 97.16 53.28 97.16 47.28 L + C100 + 97.16 47.28 97.16 41.28 L + C100 + 97.16 41.28 97.16 35.28 L + C100 + 97.16 35.28 97.16 29.28 L + C100 + 97.16 29.28 97.16 23.28 L + C100 + 97.16 23.28 104.16 23.28 L + C100 + 83.16 71.28 83.16 65.28 L + C100 + 76.16 71.28 83.16 71.28 L + C100 + 83.16 65.28 83.16 59.28 L + C100 + 83.16 59.28 83.16 53.28 L + C100 + 83.16 53.28 83.16 47.28 L + C100 + 83.16 47.28 83.16 41.28 L + C100 + 83.16 41.28 83.16 35.28 L + C100 + 83.16 35.28 83.16 29.28 L + C100 + 83.16 29.28 83.16 23.28 L + C100 + 76.16 23.28 83.16 23.28 L + C100 + 69.16 71.28 69.16 65.28 L + C100 + 69.16 71.28 76.16 71.28 L + C100 + 69.16 65.28 69.16 59.28 L + C100 + 69.16 59.28 69.16 53.28 L + C100 + 69.16 53.28 69.16 47.28 L + C100 + 69.16 47.28 69.16 41.28 L + C100 + 69.16 41.28 69.16 35.28 L + C100 + 69.16 35.28 69.16 29.28 L + C100 + 69.16 29.28 69.16 23.28 L + C100 + 69.16 23.28 76.16 23.28 L + C100 + 48.16 71.28 48.16 65.28 L + C100 + 55.16 71.28 55.16 65.28 L + C100 + 48.16 71.28 55.16 71.28 L + C100 + 48.16 65.28 48.16 59.28 L + C100 + 55.16 65.28 55.16 59.28 L + C100 + 48.16 59.28 48.16 53.28 L + C100 + 55.16 59.28 55.16 53.28 L + C100 + 48.16 53.28 48.16 47.28 L + C100 + 55.16 53.28 55.16 47.28 L + C100 + 48.16 47.28 48.16 41.28 L + C100 + 55.16 47.28 55.16 41.28 L + C100 + 48.16 41.28 48.16 35.28 L + C100 + 55.16 41.28 55.16 35.28 L + C100 + 48.16 35.28 48.16 29.28 L + C100 + 55.16 35.28 55.16 29.28 L + C100 + 48.16 29.28 48.16 23.28 L + C100 + 55.16 29.28 55.16 23.28 L + C100 + 48.16 23.28 55.16 23.28 L + C100 + 20.16 71.28 20.16 65.28 L + C100 + 27.16 71.28 27.16 65.28 L + C100 + 20.16 71.28 27.16 71.28 L + C100 + 20.16 65.28 20.16 59.28 L + C100 + 27.16 65.28 27.16 59.28 L + C100 + 20.16 59.28 20.16 53.28 L + C100 + 27.16 59.28 27.16 53.28 L + C100 + 20.16 53.28 20.16 47.28 L + C100 + 27.16 53.28 27.16 47.28 L + C100 + 20.16 47.28 20.16 41.28 L + C100 + 27.16 47.28 27.16 41.28 L + C100 + 20.16 41.28 20.16 35.28 L + C100 + 27.16 41.28 27.16 35.28 L + C100 + 20.16 35.28 20.16 29.28 L + C100 + 27.16 35.28 27.16 29.28 L + C100 + 20.16 29.28 20.16 23.28 L + C100 + 27.16 29.28 27.16 23.28 L + C100 + 20.16 23.28 27.16 23.28 L + C100 + 315.00 0.00 moveto +322.00 0.00 lineto +318.50 5.40 lineto +315.00 0.00 lineto +stroke +315.00 0.00 moveto +322.00 0.00 lineto +318.50 5.40 lineto +315.00 0.00 lineto +closepath + C100 + fill +F5 + 63 6 moveto (a6) show +F0 + F5 + 217 6 moveto (a7) show +F0 + F5 + 308 6 moveto (b5) show +F0 + F5 + 392 6 moveto (a8) show +F0 + F5 + 413 6 moveto (b6) show +F0 + C11 + 0.00 12.00 7.00 12.00 7.00 17.40 0.00 17.40 0.00 12.00 ML +stroke +0.00 12.00 7.00 12.00 7.00 17.40 0.00 17.40 0.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 7.00 12.00 14.00 12.00 14.00 17.40 7.00 17.40 7.00 12.00 ML +stroke +7.00 12.00 14.00 12.00 14.00 17.40 7.00 17.40 7.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 14.00 12.00 21.00 12.00 21.00 17.40 14.00 17.40 14.00 12.00 ML +stroke +14.00 12.00 21.00 12.00 21.00 17.40 14.00 17.40 14.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 21.00 12.00 28.00 12.00 28.00 17.40 21.00 17.40 21.00 12.00 ML +stroke +21.00 12.00 28.00 12.00 28.00 17.40 21.00 17.40 21.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 28.00 12.00 35.00 12.00 35.00 17.40 28.00 17.40 28.00 12.00 ML +stroke +28.00 12.00 35.00 12.00 35.00 17.40 28.00 17.40 28.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 35.00 12.00 42.00 12.00 42.00 17.40 35.00 17.40 35.00 12.00 ML +stroke +35.00 12.00 42.00 12.00 42.00 17.40 35.00 17.40 35.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 42.00 12.00 49.00 12.00 49.00 17.40 42.00 17.40 42.00 12.00 ML +stroke +42.00 12.00 49.00 12.00 49.00 17.40 42.00 17.40 42.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 49.00 12.00 56.00 12.00 56.00 17.40 49.00 17.40 49.00 12.00 ML +stroke +49.00 12.00 56.00 12.00 56.00 17.40 49.00 17.40 49.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 56.00 12.00 63.00 12.00 63.00 17.40 56.00 17.40 56.00 12.00 ML +stroke +56.00 12.00 63.00 12.00 63.00 17.40 56.00 17.40 56.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 63.00 12.00 70.00 12.00 70.00 17.40 63.00 17.40 63.00 12.00 ML +stroke +63.00 12.00 70.00 12.00 70.00 17.40 63.00 17.40 63.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 70.00 12.00 77.00 12.00 77.00 17.40 70.00 17.40 70.00 12.00 ML +stroke +70.00 12.00 77.00 12.00 77.00 17.40 70.00 17.40 70.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 77.00 12.00 84.00 12.00 84.00 17.40 77.00 17.40 77.00 12.00 ML +stroke +77.00 12.00 84.00 12.00 84.00 17.40 77.00 17.40 77.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 84.00 12.00 91.00 12.00 91.00 17.40 84.00 17.40 84.00 12.00 ML +stroke +84.00 12.00 91.00 12.00 91.00 17.40 84.00 17.40 84.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 91.00 12.00 98.00 12.00 98.00 17.40 91.00 17.40 91.00 12.00 ML +stroke +91.00 12.00 98.00 12.00 98.00 17.40 91.00 17.40 91.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 98.00 12.00 105.00 12.00 105.00 17.40 98.00 17.40 98.00 12.00 ML +stroke +98.00 12.00 105.00 12.00 105.00 17.40 98.00 17.40 98.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 105.00 12.00 112.00 12.00 112.00 17.40 105.00 17.40 105.00 12.00 ML +stroke +105.00 12.00 112.00 12.00 112.00 17.40 105.00 17.40 105.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 112.00 12.00 119.00 12.00 119.00 17.40 112.00 17.40 112.00 12.00 ML +stroke +112.00 12.00 119.00 12.00 119.00 17.40 112.00 17.40 112.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 119.00 12.00 126.00 12.00 126.00 17.40 119.00 17.40 119.00 12.00 ML +stroke +119.00 12.00 126.00 12.00 126.00 17.40 119.00 17.40 119.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 126.00 12.00 133.00 12.00 133.00 17.40 126.00 17.40 126.00 12.00 ML +stroke +126.00 12.00 133.00 12.00 133.00 17.40 126.00 17.40 126.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 133.00 12.00 140.00 12.00 140.00 17.40 133.00 17.40 133.00 12.00 ML +stroke +133.00 12.00 140.00 12.00 140.00 17.40 133.00 17.40 133.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 140.00 12.00 147.00 12.00 147.00 17.40 140.00 17.40 140.00 12.00 ML +stroke +140.00 12.00 147.00 12.00 147.00 17.40 140.00 17.40 140.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 150.50 12.00 moveto +150.50 17.40 lineto +147.00 17.40 lineto +147.00 12.00 lineto +150.50 12.00 lineto +stroke +150.50 12.00 moveto +150.50 17.40 lineto +147.00 17.40 lineto +147.00 12.00 lineto +150.50 12.00 lineto +closepath + C11 + fill +newpath +150.50 12.00 moveto +148.40 12.00 148.40 17.40 150.50 17.40 curveto +152.60 17.40 152.60 12.00 150.50 12.00 curveto +stroke +newpath +150.50 12.00 moveto +148.40 12.00 148.40 17.40 150.50 17.40 curveto +152.60 17.40 152.60 12.00 150.50 12.00 curveto +closepath + C11 + fill +150.50 14.43 moveto +150.50 14.97 lineto +154.00 14.97 lineto +154.00 14.43 lineto +150.50 14.43 lineto +stroke +150.50 14.43 moveto +150.50 14.97 lineto +154.00 14.97 lineto +154.00 14.43 lineto +150.50 14.43 lineto +closepath + C11 + fill +C100 + C11 + 213.50 12.00 moveto +213.50 17.40 lineto +217.00 17.40 lineto +217.00 12.00 lineto +213.50 12.00 lineto +stroke +213.50 12.00 moveto +213.50 17.40 lineto +217.00 17.40 lineto +217.00 12.00 lineto +213.50 12.00 lineto +closepath + C11 + fill +newpath +213.50 12.00 moveto +211.40 12.00 211.40 17.40 213.50 17.40 curveto +215.60 17.40 215.60 12.00 213.50 12.00 curveto +closepath + C99 + fill +213.50 14.43 moveto +213.50 14.97 lineto +210.00 14.97 lineto +210.00 14.43 lineto +213.50 14.43 lineto +stroke +213.50 14.43 moveto +213.50 14.97 lineto +210.00 14.97 lineto +210.00 14.43 lineto +213.50 14.43 lineto +closepath + C11 + fill +newpath +213.50 12.00 moveto +211.40 12.00 211.40 17.40 213.50 17.40 curveto +215.60 17.40 215.60 12.00 213.50 12.00 curveto +stroke +C100 + C11 + 217.00 12.00 224.00 12.00 224.00 17.40 217.00 17.40 217.00 12.00 ML +stroke +217.00 12.00 224.00 12.00 224.00 17.40 217.00 17.40 217.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 227.50 12.00 moveto +227.50 17.40 lineto +224.00 17.40 lineto +224.00 12.00 lineto +227.50 12.00 lineto +stroke +227.50 12.00 moveto +227.50 17.40 lineto +224.00 17.40 lineto +224.00 12.00 lineto +227.50 12.00 lineto +closepath + C11 + fill +newpath +227.50 12.00 moveto +225.40 12.00 225.40 17.40 227.50 17.40 curveto +229.60 17.40 229.60 12.00 227.50 12.00 curveto +stroke +newpath +227.50 12.00 moveto +225.40 12.00 225.40 17.40 227.50 17.40 curveto +229.60 17.40 229.60 12.00 227.50 12.00 curveto +closepath + C11 + fill +227.50 14.43 moveto +227.50 14.97 lineto +231.00 14.97 lineto +231.00 14.43 lineto +227.50 14.43 lineto +stroke +227.50 14.43 moveto +227.50 14.97 lineto +231.00 14.97 lineto +231.00 14.43 lineto +227.50 14.43 lineto +closepath + C11 + fill +C100 + C10 + 287.00 13.35 294.00 13.35 294.00 16.05 287.00 16.05 287.00 13.35 ML +stroke +287.00 13.35 294.00 13.35 294.00 16.05 287.00 16.05 287.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 294.00 13.35 301.00 13.35 301.00 16.05 294.00 16.05 294.00 13.35 ML +stroke +294.00 13.35 301.00 13.35 301.00 16.05 294.00 16.05 294.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 301.00 13.35 308.00 13.35 308.00 16.05 301.00 16.05 301.00 13.35 ML +stroke +301.00 13.35 308.00 13.35 308.00 16.05 301.00 16.05 301.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 308.00 13.35 315.00 13.35 315.00 16.05 308.00 16.05 308.00 13.35 ML +stroke +308.00 13.35 315.00 13.35 315.00 16.05 308.00 16.05 308.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 315.00 13.35 322.00 13.35 322.00 16.05 315.00 16.05 315.00 13.35 ML +stroke +315.00 13.35 322.00 13.35 322.00 16.05 315.00 16.05 315.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 322.00 13.35 329.00 13.35 329.00 16.05 322.00 16.05 322.00 13.35 ML +stroke +322.00 13.35 329.00 13.35 329.00 16.05 322.00 16.05 322.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 329.00 12.00 moveto +333.90 14.70 lineto +329.00 17.40 lineto +329.00 12.00 lineto +stroke +329.00 12.00 moveto +333.90 14.70 lineto +329.00 17.40 lineto +329.00 12.00 lineto +closepath + C10 + fill +C100 + C11 + 388.50 12.00 moveto +388.50 17.40 lineto +392.00 17.40 lineto +392.00 12.00 lineto +388.50 12.00 lineto +stroke +388.50 12.00 moveto +388.50 17.40 lineto +392.00 17.40 lineto +392.00 12.00 lineto +388.50 12.00 lineto +closepath + C11 + fill +newpath +388.50 12.00 moveto +386.40 12.00 386.40 17.40 388.50 17.40 curveto +390.60 17.40 390.60 12.00 388.50 12.00 curveto +closepath + C99 + fill +388.50 14.43 moveto +388.50 14.97 lineto +385.00 14.97 lineto +385.00 14.43 lineto +388.50 14.43 lineto +stroke +388.50 14.43 moveto +388.50 14.97 lineto +385.00 14.97 lineto +385.00 14.43 lineto +388.50 14.43 lineto +closepath + C11 + fill +newpath +388.50 12.00 moveto +386.40 12.00 386.40 17.40 388.50 17.40 curveto +390.60 17.40 390.60 12.00 388.50 12.00 curveto +stroke +C100 + C11 + 392.00 12.00 399.00 12.00 399.00 17.40 392.00 17.40 392.00 12.00 ML +stroke +392.00 12.00 399.00 12.00 399.00 17.40 392.00 17.40 392.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 402.50 12.00 moveto +402.50 17.40 lineto +399.00 17.40 lineto +399.00 12.00 lineto +402.50 12.00 lineto +stroke +402.50 12.00 moveto +402.50 17.40 lineto +399.00 17.40 lineto +399.00 12.00 lineto +402.50 12.00 lineto +closepath + C11 + fill +newpath +402.50 12.00 moveto +400.40 12.00 400.40 17.40 402.50 17.40 curveto +404.60 17.40 404.60 12.00 402.50 12.00 curveto +stroke +newpath +402.50 12.00 moveto +400.40 12.00 400.40 17.40 402.50 17.40 curveto +404.60 17.40 404.60 12.00 402.50 12.00 curveto +closepath + C11 + fill +402.50 14.43 moveto +402.50 14.97 lineto +406.00 14.97 lineto +406.00 14.43 lineto +402.50 14.43 lineto +stroke +402.50 14.43 moveto +402.50 14.97 lineto +406.00 14.97 lineto +406.00 14.43 lineto +402.50 14.43 lineto +closepath + C11 + fill +C100 + C11 + 413.00 13.35 420.00 13.35 420.00 16.05 413.00 16.05 413.00 13.35 ML +stroke +413.00 13.35 420.00 13.35 420.00 16.05 413.00 16.05 413.00 13.35 ML +closepath + C11 + fill +C100 + C11 + 420.00 12.00 moveto +424.90 14.70 lineto +420.00 17.40 lineto +420.00 12.00 lineto +stroke +420.00 12.00 moveto +424.90 14.70 lineto +420.00 17.40 lineto +420.00 12.00 lineto +closepath + C11 + fill +C100 + 56 18 moveto (150) show + 126 18 moveto (160) show + 196 18 moveto (170) show + 266 18 moveto (180) show + 336 18 moveto (190) show + 406 18 moveto (200) show +(A) 0 24 P +(E) 7 24 P +(Q) 14 24 P +(Y) 21 24 P +(Y) 28 24 P +(W) 35 24 P +(D) 42 24 P +(V) 49 24 P +(F) 56 24 P +(G) 63 24 P +(L) 70 24 P +(S) 77 24 P +(S) 84 24 P +(A) 91 24 P +(L) 98 24 P +(L) 105 24 P +(K) 112 24 P +(G) 119 24 P +(Y) 126 24 P +(A) 133 24 P +(L) 140 24 P +(A) 147 24 P +(L) 154 24 P +F2 + C99 + (G) 161 24 P +F0 + C100 + (K) 168 24 P +(E) 175 24 P +(E) 182 24 P +(N) 189 24 P +(F) 196 24 P +(F) 203 24 P +(A) 210 24 P +(R) 217 24 P +(H) 224 24 P +(F) 231 24 P +(K) 238 24 P +(P) 245 24 P +(D) 252 24 P +(D) 259 24 P +(T) 266 24 P +(L) 273 24 P +(A) 280 24 P +(S) 287 24 P +(V) 294 24 P +(V) 301 24 P +(L) 308 24 P +(I) 315 24 P +(R) 322 24 P +(Y) 329 24 P +(P) 336 24 P +(Y) 343 24 P +(L) 350 24 P +(D) 357 24 P +(P) 364 24 P +(Y) 371 24 P +(P) 378 24 P +(E) 385 24 P +(A) 392 24 P +(A) 399 24 P +(I) 406 24 P +(K) 413 24 P +(T) 420 24 P +(A) 427 24 P +(A) 434 24 P +(D) 441 24 P +(G) 448 24 P +(T) 455 24 P +(W) 0 30 P +(Q) 7 30 P +(D) 14 30 P +(Y) 21 30 P +(F) 28 30 P +(D) 35 30 P +(R) 42 30 P +(M) 49 30 P +(Y) 56 30 P +(G) 63 30 P +(A) 70 30 P +(A) 77 30 P +(K) 84 30 P +(D) 91 30 P +(V) 98 30 P +(A) 105 30 P +(R) 112 30 P +(A) 119 30 P +(V) 126 30 P +(L) 133 30 P +(N) 140 30 P +(S) 147 30 P +(V) 154 30 P +F2 + C99 + (G) 161 30 P +F0 + C100 + (A) 168 30 P +(P) 175 30 P +(L) 182 30 P +(A) 189 30 P +(G) 210 30 P +(E) 217 30 P +(D) 224 30 P +(I) 245 30 P +(D) 252 30 P +(D) 259 30 P +(F) 266 30 P +(V) 273 30 P +(E) 280 30 P +(C) 287 30 P +(D) 294 30 P +(P) 301 30 P +(L) 308 30 P +(L) 315 30 P +(R) 322 30 P +(L) 329 30 P +(R) 336 30 P +(Y) 343 30 P +(F) 350 30 P +(P) 357 30 P +(E) 364 30 P +(V) 371 30 P +(P) 378 30 P +(E) 385 30 P +(D) 392 30 P +(R) 399 30 P +(V) 406 30 P +(A) 413 30 P +(E) 441 30 P +(E) 448 30 P +(E) 455 30 P +(W) 0 36 P +(T) 7 36 P +(Q) 14 36 P +(Y) 21 36 P +(F) 28 36 P +(D) 35 36 P +(R) 42 36 P +(Q) 49 36 P +(Y) 56 36 P +(T) 63 36 P +(A) 70 36 P +(S) 77 36 P +(R) 84 36 P +(A) 91 36 P +(V) 98 36 P +(A) 105 36 P +(R) 112 36 P +(E) 119 36 P +(V) 126 36 P +(L) 133 36 P +(R) 140 36 P +(A) 147 36 P +(T) 154 36 P +F2 + C99 + (G) 161 36 P +F0 + C100 + (T) 168 36 P +(E) 175 36 P +(P) 182 36 P +(D) 189 36 P +(G) 210 36 P +(G) 217 36 P +(V) 224 36 P +(E) 252 36 P +(A) 259 36 P +(F) 266 36 P +(L) 273 36 P +(D) 280 36 P +(C) 287 36 P +(E) 294 36 P +(P) 301 36 P +(L) 308 36 P +(L) 315 36 P +(R) 322 36 P +(F) 329 36 P +(R) 336 36 P +(Y) 343 36 P +(F) 350 36 P +(P) 357 36 P +(Q) 364 36 P +(V) 371 36 P +(P) 378 36 P +(E) 385 36 P +(H) 392 36 P +(R) 399 36 P +(S) 406 36 P +(A) 413 36 P +(E) 441 36 P +(E) 448 36 P +(Q) 455 36 P +(Y) 0 42 P +(Q) 7 42 P +(E) 14 42 P +(C) 21 42 P +(G) 28 42 P +(I) 35 42 P +(A) 42 42 P +(L) 49 42 P +(N) 56 42 P +(E) 63 42 P +(L) 70 42 P +(G) 77 42 P +(T) 84 42 P +(K) 91 42 P +(I) 98 42 P +(V) 105 42 P +(E) 112 42 P +(L) 119 42 P +(L) 126 42 P +(G) 133 42 P +(L) 140 42 P +(S) 147 42 P +(L) 154 42 P +F2 + C99 + (G) 161 42 P +F0 + C100 + (I) 168 42 P +(S) 175 42 P +(R) 182 42 P +(E) 189 42 P +(Y) 196 42 P +(F) 203 42 P +(K) 210 42 P +(N) 217 42 P +(F) 224 42 P +(F) 266 42 P +(E) 273 42 P +(D) 280 42 P +(N) 287 42 P +(D) 294 42 P +(S) 301 42 P +(I) 308 42 P +(L) 315 42 P +(R) 322 42 P +(L) 329 42 P +(N) 336 42 P +(Y) 343 42 P +(Y) 350 42 P +(P) 357 42 P +(T) 364 42 P +(C) 371 42 P +(D) 378 42 P +(K) 385 42 P +(P) 392 42 P +(E) 399 42 P +(V) 406 42 P +(N) 0 48 P +(E) 7 48 P +(E) 14 48 P +(Y) 21 48 P +(G) 28 48 P +(K) 35 48 P +(R) 42 48 P +(M) 49 48 P +(R) 56 48 P +(E) 63 48 P +(V) 70 48 P +(V) 77 48 P +(D) 84 48 P +(R) 91 48 P +(I) 98 48 P +(F) 105 48 P +(K) 112 48 P +(S) 119 48 P +(L) 126 48 P +(S) 133 48 P +(L) 140 48 P +(G) 147 48 P +(L) 154 48 P +F2 + C99 + (G) 161 48 P +F0 + C100 + (L) 168 48 P +(E) 175 48 P +(G) 182 48 P +(H) 189 48 P +(E) 196 48 P +(M) 203 48 P +(I) 210 48 P +(E) 217 48 P +(A) 224 48 P +(A) 231 48 P +(G) 238 48 P +(G) 266 48 P +(D) 273 48 P +(E) 280 48 P +(I) 287 48 P +(V) 294 48 P +(Y) 301 48 P +(L) 308 48 P +(L) 315 48 P +(K) 322 48 P +(I) 329 48 P +(N) 336 48 P +(Y) 343 48 P +(Y) 350 48 P +(P) 357 48 P +(P) 364 48 P +(C) 371 48 P +(P) 378 48 P +(R) 385 48 P +(P) 392 48 P +(D) 399 48 P +(L) 406 48 P +(V) 0 54 P +(A) 7 54 P +(K) 14 54 P +(Y) 21 54 P +(S) 28 54 P +(V) 35 54 P +(E) 42 54 P +(V) 49 54 P +(R) 56 54 P +(K) 63 54 P +(L) 70 54 P +(T) 77 54 P +(M) 84 54 P +(R) 91 54 P +(M) 98 54 P +(L) 105 54 P +(D) 112 54 P +(Y) 119 54 P +(I) 126 54 P +(C) 133 54 P +(E) 140 54 P +(G) 147 54 P +(L) 154 54 P +F2 + C99 + (G) 161 54 P +F0 + C100 + (L) 168 54 P +(K) 175 54 P +(L) 182 54 P +(G) 189 54 P +(Y) 196 54 P +(F) 203 54 P +(D) 210 54 P +(N) 217 54 P +(E) 224 54 P +(L) 231 54 P +(S) 238 54 P +(Q) 287 54 P +(I) 294 54 P +(Q) 301 54 P +(M) 308 54 P +(M) 315 54 P +(L) 322 54 P +(T) 329 54 P +(N) 336 54 P +(Y) 343 54 P +(Y) 350 54 P +(P) 357 54 P +(P) 364 54 P +(C) 371 54 P +(P) 378 54 P +(D) 385 54 P +(P) 392 54 P +(S) 399 54 P +(S) 406 54 P +(V) 0 60 P +(E) 7 60 P +(R) 14 60 P +(Y) 21 60 P +(S) 28 60 P +(E) 35 60 P +(Q) 42 60 P +(L) 49 60 P +(M) 56 60 P +(A) 63 60 P +(L) 70 60 P +(A) 77 60 P +(C) 84 60 P +(R) 91 60 P +(L) 98 60 P +(L) 105 60 P +(G) 112 60 P +(V) 119 60 P +(L) 126 60 P +(S) 133 60 P +(E) 140 60 P +(A) 147 60 P +(M) 154 60 P +F2 + C99 + (G) 161 60 P +F0 + C100 + (L) 168 60 P +(D) 175 60 P +(T) 182 60 P +(E) 189 60 P +(A) 196 60 P +(L) 203 60 P +(A) 210 60 P +(R) 217 60 P +(A) 224 60 P +(C) 231 60 P +(V) 238 60 P +(D) 245 60 P +(M) 287 60 P +(D) 294 60 P +(Q) 301 60 P +(K) 308 60 P +(V) 315 60 P +(V) 322 60 P +(V) 329 60 P +(N) 336 60 P +(F) 343 60 P +(Y) 350 60 P +(P) 357 60 P +(R) 364 60 P +(C) 371 60 P +(P) 378 60 P +(Q) 385 60 P +(P) 392 60 P +(D) 399 60 P +(L) 406 60 P +(M) 0 66 P +(R) 7 66 P +(D) 14 66 P +(F) 21 66 P +(A) 28 66 P +(K) 35 66 P +(R) 42 66 P +(L) 49 66 P +(E) 56 66 P +(K) 63 66 P +(L) 70 66 P +(A) 77 66 P +(E) 84 66 P +(E) 91 66 P +(L) 98 66 P +(L) 105 66 P +(D) 112 66 P +(L) 119 66 P +(L) 126 66 P +(C) 133 66 P +(E) 140 66 P +(N) 147 66 P +(L) 154 66 P +F2 + C99 + (G) 161 66 P +F0 + C100 + (L) 168 66 P +(E) 175 66 P +(K) 182 66 P +(G) 189 66 P +(Y) 196 66 P +(L) 203 66 P +(K) 210 66 P +(N) 217 66 P +(A) 224 66 P +(F) 231 66 P +(Y) 238 66 P +(G) 245 66 P +(S) 266 66 P +(K) 273 66 P +(G) 280 66 P +(P) 287 66 P +(N) 294 66 P +(F) 301 66 P +(G) 308 66 P +(T) 315 66 P +(K) 322 66 P +(V) 329 66 P +(S) 336 66 P +(N) 343 66 P +(Y) 350 66 P +(P) 357 66 P +(P) 364 66 P +(C) 371 66 P +(P) 378 66 P +(K) 385 66 P +(P) 392 66 P +(D) 399 66 P +(L) 406 66 P +0 -420 translate +0 336 translate +2 setlinecap + 0.33 setlinewidth + newpath +454.16 71.28 454.16 65.28 461.16 65.28 461.16 71.28 454.16 71.28 ML +closepath C2 fill + newpath +454.16 65.28 454.16 59.28 461.16 59.28 461.16 65.28 454.16 65.28 ML +closepath C2 fill + newpath +454.16 59.28 454.16 53.28 461.16 53.28 461.16 59.28 454.16 59.28 ML +closepath C2 fill + newpath +454.16 53.28 454.16 47.28 461.16 47.28 461.16 53.28 454.16 53.28 ML +closepath C2 fill + newpath +454.16 47.28 454.16 41.28 461.16 41.28 461.16 47.28 454.16 47.28 ML +closepath C2 fill + newpath +454.16 41.28 454.16 35.28 461.16 35.28 461.16 41.28 454.16 41.28 ML +closepath C2 fill + newpath +454.16 35.28 454.16 29.28 461.16 29.28 461.16 35.28 454.16 35.28 ML +closepath C2 fill + newpath +454.16 29.28 454.16 23.28 461.16 23.28 461.16 29.28 454.16 29.28 ML +closepath C2 fill + newpath +454.16 23.28 454.16 17.28 461.16 17.28 461.16 23.28 454.16 23.28 ML +closepath C99 fill + newpath +454.16 17.28 454.16 11.28 461.16 11.28 461.16 17.28 454.16 17.28 ML +closepath C99 fill + newpath +454.16 11.28 454.16 5.28 461.16 5.28 461.16 11.28 454.16 11.28 ML +closepath C99 fill + newpath +454.16 5.28 454.16 -0.72 461.16 -0.72 461.16 5.28 454.16 5.28 ML +closepath C99 fill + newpath +447.16 71.28 447.16 65.28 454.16 65.28 454.16 71.28 447.16 71.28 ML +closepath C2 fill + newpath +447.16 65.28 447.16 59.28 454.16 59.28 454.16 65.28 447.16 65.28 ML +closepath C2 fill + newpath +447.16 59.28 447.16 53.28 454.16 53.28 454.16 59.28 447.16 59.28 ML +closepath C2 fill + newpath +447.16 53.28 447.16 47.28 454.16 47.28 454.16 53.28 447.16 53.28 ML +closepath C2 fill + newpath +447.16 47.28 447.16 41.28 454.16 41.28 454.16 47.28 447.16 47.28 ML +closepath C2 fill + newpath +447.16 41.28 447.16 35.28 454.16 35.28 454.16 41.28 447.16 41.28 ML +closepath C2 fill + newpath +447.16 35.28 447.16 29.28 454.16 29.28 454.16 35.28 447.16 35.28 ML +closepath C2 fill + newpath +447.16 29.28 447.16 23.28 454.16 23.28 454.16 29.28 447.16 29.28 ML +closepath C2 fill + newpath +447.16 23.28 447.16 17.28 454.16 17.28 454.16 23.28 447.16 23.28 ML +closepath C99 fill + newpath +447.16 17.28 447.16 11.28 454.16 11.28 454.16 17.28 447.16 17.28 ML +closepath C99 fill + newpath +447.16 11.28 447.16 5.28 454.16 5.28 454.16 11.28 447.16 11.28 ML +closepath C99 fill + newpath +447.16 5.28 447.16 -0.72 454.16 -0.72 454.16 5.28 447.16 5.28 ML +closepath C99 fill + newpath +440.16 71.28 440.16 65.28 447.16 65.28 447.16 71.28 440.16 71.28 ML +closepath C2 fill + newpath +440.16 65.28 440.16 59.28 447.16 59.28 447.16 65.28 440.16 65.28 ML +closepath C2 fill + newpath +440.16 59.28 440.16 53.28 447.16 53.28 447.16 59.28 440.16 59.28 ML +closepath C2 fill + newpath +440.16 53.28 440.16 47.28 447.16 47.28 447.16 53.28 440.16 53.28 ML +closepath C2 fill + newpath +440.16 47.28 440.16 41.28 447.16 41.28 447.16 47.28 440.16 47.28 ML +closepath C2 fill + newpath +440.16 41.28 440.16 35.28 447.16 35.28 447.16 41.28 440.16 41.28 ML +closepath C2 fill + newpath +440.16 35.28 440.16 29.28 447.16 29.28 447.16 35.28 440.16 35.28 ML +closepath C2 fill + newpath +440.16 29.28 440.16 23.28 447.16 23.28 447.16 29.28 440.16 29.28 ML +closepath C2 fill + newpath +440.16 23.28 440.16 17.28 447.16 17.28 447.16 23.28 440.16 23.28 ML +closepath C99 fill + newpath +440.16 17.28 440.16 11.28 447.16 11.28 447.16 17.28 440.16 17.28 ML +closepath C99 fill + newpath +440.16 11.28 440.16 5.28 447.16 5.28 447.16 11.28 440.16 11.28 ML +closepath C99 fill + newpath +440.16 5.28 440.16 -0.72 447.16 -0.72 447.16 5.28 440.16 5.28 ML +closepath C99 fill + newpath +433.16 71.28 433.16 65.28 440.16 65.28 440.16 71.28 433.16 71.28 ML +closepath C99 fill + newpath +433.16 65.28 433.16 59.28 440.16 59.28 440.16 65.28 433.16 65.28 ML +closepath C99 fill + newpath +433.16 59.28 433.16 53.28 440.16 53.28 440.16 59.28 433.16 59.28 ML +closepath C99 fill + newpath +433.16 53.28 433.16 47.28 440.16 47.28 440.16 53.28 433.16 53.28 ML +closepath C99 fill + newpath +433.16 47.28 433.16 41.28 440.16 41.28 440.16 47.28 433.16 47.28 ML +closepath C99 fill + newpath +433.16 41.28 433.16 35.28 440.16 35.28 440.16 41.28 433.16 41.28 ML +closepath C99 fill + newpath +433.16 35.28 433.16 29.28 440.16 29.28 440.16 35.28 433.16 35.28 ML +closepath C99 fill + newpath +433.16 29.28 433.16 23.28 440.16 23.28 440.16 29.28 433.16 29.28 ML +closepath C99 fill + newpath +433.16 23.28 433.16 17.28 440.16 17.28 440.16 23.28 433.16 23.28 ML +closepath C99 fill + newpath +433.16 17.28 433.16 11.28 440.16 11.28 440.16 17.28 433.16 17.28 ML +closepath C99 fill + newpath +433.16 11.28 433.16 5.28 440.16 5.28 440.16 11.28 433.16 11.28 ML +closepath C99 fill + newpath +433.16 5.28 433.16 -0.72 440.16 -0.72 440.16 5.28 433.16 5.28 ML +closepath C99 fill + newpath +426.16 71.28 426.16 65.28 433.16 65.28 433.16 71.28 426.16 71.28 ML +closepath C99 fill + newpath +426.16 65.28 426.16 59.28 433.16 59.28 433.16 65.28 426.16 65.28 ML +closepath C99 fill + newpath +426.16 59.28 426.16 53.28 433.16 53.28 433.16 59.28 426.16 59.28 ML +closepath C99 fill + newpath +426.16 53.28 426.16 47.28 433.16 47.28 433.16 53.28 426.16 53.28 ML +closepath C99 fill + newpath +426.16 47.28 426.16 41.28 433.16 41.28 433.16 47.28 426.16 47.28 ML +closepath C99 fill + newpath +426.16 41.28 426.16 35.28 433.16 35.28 433.16 41.28 426.16 41.28 ML +closepath C99 fill + newpath +426.16 35.28 426.16 29.28 433.16 29.28 433.16 35.28 426.16 35.28 ML +closepath C99 fill + newpath +426.16 29.28 426.16 23.28 433.16 23.28 433.16 29.28 426.16 29.28 ML +closepath C99 fill + newpath +426.16 23.28 426.16 17.28 433.16 17.28 433.16 23.28 426.16 23.28 ML +closepath C99 fill + newpath +426.16 17.28 426.16 11.28 433.16 11.28 433.16 17.28 426.16 17.28 ML +closepath C99 fill + newpath +426.16 11.28 426.16 5.28 433.16 5.28 433.16 11.28 426.16 11.28 ML +closepath C99 fill + newpath +426.16 5.28 426.16 -0.72 433.16 -0.72 433.16 5.28 426.16 5.28 ML +closepath C99 fill + newpath +419.16 71.28 419.16 65.28 426.16 65.28 426.16 71.28 419.16 71.28 ML +closepath C2 fill + newpath +419.16 65.28 419.16 59.28 426.16 59.28 426.16 65.28 419.16 65.28 ML +closepath C2 fill + newpath +419.16 59.28 419.16 53.28 426.16 53.28 426.16 59.28 419.16 59.28 ML +closepath C2 fill + newpath +419.16 53.28 419.16 47.28 426.16 47.28 426.16 53.28 419.16 53.28 ML +closepath C2 fill + newpath +419.16 47.28 419.16 41.28 426.16 41.28 426.16 47.28 419.16 47.28 ML +closepath C2 fill + newpath +419.16 41.28 419.16 35.28 426.16 35.28 426.16 41.28 419.16 41.28 ML +closepath C2 fill + newpath +419.16 35.28 419.16 29.28 426.16 29.28 426.16 35.28 419.16 35.28 ML +closepath C2 fill + newpath +419.16 29.28 419.16 23.28 426.16 23.28 426.16 29.28 419.16 29.28 ML +closepath C2 fill + newpath +419.16 23.28 419.16 17.28 426.16 17.28 426.16 23.28 419.16 23.28 ML +closepath C99 fill + newpath +419.16 17.28 419.16 11.28 426.16 11.28 426.16 17.28 419.16 17.28 ML +closepath C99 fill + newpath +419.16 11.28 419.16 5.28 426.16 5.28 426.16 11.28 419.16 11.28 ML +closepath C99 fill + newpath +419.16 5.28 419.16 -0.72 426.16 -0.72 426.16 5.28 419.16 5.28 ML +closepath C99 fill + newpath +412.16 71.28 412.16 65.28 419.16 65.28 419.16 71.28 412.16 71.28 ML +closepath C2 fill + newpath +412.16 65.28 412.16 59.28 419.16 59.28 419.16 65.28 412.16 65.28 ML +closepath C2 fill + newpath +412.16 59.28 412.16 53.28 419.16 53.28 419.16 59.28 412.16 59.28 ML +closepath C2 fill + newpath +412.16 53.28 412.16 47.28 419.16 47.28 419.16 53.28 412.16 53.28 ML +closepath C2 fill + newpath +412.16 47.28 412.16 41.28 419.16 41.28 419.16 47.28 412.16 47.28 ML +closepath C2 fill + newpath +412.16 41.28 412.16 35.28 419.16 35.28 419.16 41.28 412.16 41.28 ML +closepath C2 fill + newpath +412.16 35.28 412.16 29.28 419.16 29.28 419.16 35.28 412.16 35.28 ML +closepath C2 fill + newpath +412.16 29.28 412.16 23.28 419.16 23.28 419.16 29.28 412.16 29.28 ML +closepath C2 fill + newpath +412.16 23.28 412.16 17.28 419.16 17.28 419.16 23.28 412.16 23.28 ML +closepath C99 fill + newpath +412.16 17.28 412.16 11.28 419.16 11.28 419.16 17.28 412.16 17.28 ML +closepath C99 fill + newpath +412.16 11.28 412.16 5.28 419.16 5.28 419.16 11.28 412.16 11.28 ML +closepath C99 fill + newpath +412.16 5.28 412.16 -0.72 419.16 -0.72 419.16 5.28 412.16 5.28 ML +closepath C99 fill + newpath +405.16 71.28 405.16 65.28 412.16 65.28 412.16 71.28 405.16 71.28 ML +closepath C2 fill + newpath +405.16 65.28 405.16 59.28 412.16 59.28 412.16 65.28 405.16 65.28 ML +closepath C2 fill + newpath +405.16 59.28 405.16 53.28 412.16 53.28 412.16 59.28 405.16 59.28 ML +closepath C2 fill + newpath +405.16 53.28 405.16 47.28 412.16 47.28 412.16 53.28 405.16 53.28 ML +closepath C2 fill + newpath +405.16 47.28 405.16 41.28 412.16 41.28 412.16 47.28 405.16 47.28 ML +closepath C2 fill + newpath +405.16 41.28 405.16 35.28 412.16 35.28 412.16 41.28 405.16 41.28 ML +closepath C2 fill + newpath +405.16 35.28 405.16 29.28 412.16 29.28 412.16 35.28 405.16 35.28 ML +closepath C2 fill + newpath +405.16 29.28 405.16 23.28 412.16 23.28 412.16 29.28 405.16 29.28 ML +closepath C2 fill + newpath +405.16 23.28 405.16 17.28 412.16 17.28 412.16 23.28 405.16 23.28 ML +closepath C99 fill + newpath +405.16 17.28 405.16 11.28 412.16 11.28 412.16 17.28 405.16 17.28 ML +closepath C99 fill + newpath +405.16 11.28 405.16 5.28 412.16 5.28 412.16 11.28 405.16 11.28 ML +closepath C99 fill + newpath +405.16 5.28 405.16 -0.72 412.16 -0.72 412.16 5.28 405.16 5.28 ML +closepath C99 fill + newpath +398.16 71.28 398.16 65.28 405.16 65.28 405.16 71.28 398.16 71.28 ML +closepath C99 fill + newpath +398.16 65.28 398.16 59.28 405.16 59.28 405.16 65.28 398.16 65.28 ML +closepath C99 fill + newpath +398.16 59.28 398.16 53.28 405.16 53.28 405.16 59.28 398.16 59.28 ML +closepath C99 fill + newpath +398.16 53.28 398.16 47.28 405.16 47.28 405.16 53.28 398.16 53.28 ML +closepath C99 fill + newpath +398.16 47.28 398.16 41.28 405.16 41.28 405.16 47.28 398.16 47.28 ML +closepath C99 fill + newpath +398.16 41.28 398.16 35.28 405.16 35.28 405.16 41.28 398.16 41.28 ML +closepath C99 fill + newpath +398.16 35.28 398.16 29.28 405.16 29.28 405.16 35.28 398.16 35.28 ML +closepath C99 fill + newpath +398.16 29.28 398.16 23.28 405.16 23.28 405.16 29.28 398.16 29.28 ML +closepath C99 fill + newpath +398.16 23.28 398.16 17.28 405.16 17.28 405.16 23.28 398.16 23.28 ML +closepath C99 fill + newpath +398.16 17.28 398.16 11.28 405.16 11.28 405.16 17.28 398.16 17.28 ML +closepath C99 fill + newpath +398.16 11.28 398.16 5.28 405.16 5.28 405.16 11.28 398.16 11.28 ML +closepath C99 fill + newpath +398.16 5.28 398.16 -0.72 405.16 -0.72 405.16 5.28 398.16 5.28 ML +closepath C99 fill + newpath +391.16 71.28 391.16 65.28 398.16 65.28 398.16 71.28 391.16 71.28 ML +closepath C99 fill + newpath +391.16 65.28 391.16 59.28 398.16 59.28 398.16 65.28 391.16 65.28 ML +closepath C99 fill + newpath +391.16 59.28 391.16 53.28 398.16 53.28 398.16 59.28 391.16 59.28 ML +closepath C99 fill + newpath +391.16 53.28 391.16 47.28 398.16 47.28 398.16 53.28 391.16 53.28 ML +closepath C99 fill + newpath +391.16 47.28 391.16 41.28 398.16 41.28 398.16 47.28 391.16 47.28 ML +closepath C99 fill + newpath +391.16 41.28 391.16 35.28 398.16 35.28 398.16 41.28 391.16 41.28 ML +closepath C99 fill + newpath +391.16 35.28 391.16 29.28 398.16 29.28 398.16 35.28 391.16 35.28 ML +closepath C99 fill + newpath +391.16 29.28 391.16 23.28 398.16 23.28 398.16 29.28 391.16 29.28 ML +closepath C99 fill + newpath +391.16 23.28 391.16 17.28 398.16 17.28 398.16 23.28 391.16 23.28 ML +closepath C99 fill + newpath +391.16 17.28 391.16 11.28 398.16 11.28 398.16 17.28 391.16 17.28 ML +closepath C99 fill + newpath +391.16 11.28 391.16 5.28 398.16 5.28 398.16 11.28 391.16 11.28 ML +closepath C99 fill + newpath +391.16 5.28 391.16 -0.72 398.16 -0.72 398.16 5.28 391.16 5.28 ML +closepath C99 fill + newpath +384.16 71.28 384.16 65.28 391.16 65.28 391.16 71.28 384.16 71.28 ML +closepath C2 fill + newpath +384.16 65.28 384.16 59.28 391.16 59.28 391.16 65.28 384.16 65.28 ML +closepath C2 fill + newpath +384.16 59.28 384.16 53.28 391.16 53.28 391.16 59.28 384.16 59.28 ML +closepath C2 fill + newpath +384.16 53.28 384.16 47.28 391.16 47.28 391.16 53.28 384.16 53.28 ML +closepath C2 fill + newpath +384.16 47.28 384.16 41.28 391.16 41.28 391.16 47.28 384.16 47.28 ML +closepath C2 fill + newpath +384.16 41.28 384.16 35.28 391.16 35.28 391.16 41.28 384.16 41.28 ML +closepath C2 fill + newpath +384.16 35.28 384.16 29.28 391.16 29.28 391.16 35.28 384.16 35.28 ML +closepath C2 fill + newpath +384.16 29.28 384.16 23.28 391.16 23.28 391.16 29.28 384.16 29.28 ML +closepath C2 fill + newpath +384.16 23.28 384.16 17.28 391.16 17.28 391.16 23.28 384.16 23.28 ML +closepath C99 fill + newpath +384.16 17.28 384.16 11.28 391.16 11.28 391.16 17.28 384.16 17.28 ML +closepath C99 fill + newpath +384.16 11.28 384.16 5.28 391.16 5.28 391.16 11.28 384.16 11.28 ML +closepath C99 fill + newpath +384.16 5.28 384.16 -0.72 391.16 -0.72 391.16 5.28 384.16 5.28 ML +closepath C99 fill + newpath +377.16 71.28 377.16 65.28 384.16 65.28 384.16 71.28 377.16 71.28 ML +closepath C99 fill + newpath +377.16 65.28 377.16 59.28 384.16 59.28 384.16 65.28 377.16 65.28 ML +closepath C99 fill + newpath +377.16 59.28 377.16 53.28 384.16 53.28 384.16 59.28 377.16 59.28 ML +closepath C99 fill + newpath +377.16 53.28 377.16 47.28 384.16 47.28 384.16 53.28 377.16 53.28 ML +closepath C99 fill + newpath +377.16 47.28 377.16 41.28 384.16 41.28 384.16 47.28 377.16 47.28 ML +closepath C99 fill + newpath +377.16 41.28 377.16 35.28 384.16 35.28 384.16 41.28 377.16 41.28 ML +closepath C99 fill + newpath +377.16 35.28 377.16 29.28 384.16 29.28 384.16 35.28 377.16 35.28 ML +closepath C99 fill + newpath +377.16 29.28 377.16 23.28 384.16 23.28 384.16 29.28 377.16 29.28 ML +closepath C99 fill + newpath +377.16 23.28 377.16 17.28 384.16 17.28 384.16 23.28 377.16 23.28 ML +closepath C99 fill + newpath +377.16 17.28 377.16 11.28 384.16 11.28 384.16 17.28 377.16 17.28 ML +closepath C99 fill + newpath +377.16 11.28 377.16 5.28 384.16 5.28 384.16 11.28 377.16 11.28 ML +closepath C99 fill + newpath +377.16 5.28 377.16 -0.72 384.16 -0.72 384.16 5.28 377.16 5.28 ML +closepath C99 fill + newpath +370.16 71.28 370.16 65.28 377.16 65.28 377.16 71.28 370.16 71.28 ML +closepath C99 fill + newpath +370.16 65.28 370.16 59.28 377.16 59.28 377.16 65.28 370.16 65.28 ML +closepath C99 fill + newpath +370.16 59.28 370.16 53.28 377.16 53.28 377.16 59.28 370.16 59.28 ML +closepath C99 fill + newpath +370.16 53.28 370.16 47.28 377.16 47.28 377.16 53.28 370.16 53.28 ML +closepath C99 fill + newpath +370.16 47.28 370.16 41.28 377.16 41.28 377.16 47.28 370.16 47.28 ML +closepath C99 fill + newpath +370.16 41.28 370.16 35.28 377.16 35.28 377.16 41.28 370.16 41.28 ML +closepath C99 fill + newpath +370.16 35.28 370.16 29.28 377.16 29.28 377.16 35.28 370.16 35.28 ML +closepath C99 fill + newpath +370.16 29.28 370.16 23.28 377.16 23.28 377.16 29.28 370.16 29.28 ML +closepath C99 fill + newpath +370.16 23.28 370.16 17.28 377.16 17.28 377.16 23.28 370.16 23.28 ML +closepath C99 fill + newpath +370.16 17.28 370.16 11.28 377.16 11.28 377.16 17.28 370.16 17.28 ML +closepath C99 fill + newpath +370.16 11.28 370.16 5.28 377.16 5.28 377.16 11.28 370.16 11.28 ML +closepath C99 fill + newpath +370.16 5.28 370.16 -0.72 377.16 -0.72 377.16 5.28 370.16 5.28 ML +closepath C99 fill + newpath +363.16 71.28 363.16 65.28 370.16 65.28 370.16 71.28 363.16 71.28 ML +closepath C1 fill + newpath +363.16 65.28 363.16 59.28 370.16 59.28 370.16 65.28 363.16 65.28 ML +closepath C1 fill + newpath +363.16 59.28 363.16 53.28 370.16 53.28 370.16 59.28 363.16 59.28 ML +closepath C1 fill + newpath +363.16 53.28 363.16 47.28 370.16 47.28 370.16 53.28 363.16 53.28 ML +closepath C1 fill + newpath +363.16 47.28 363.16 41.28 370.16 41.28 370.16 47.28 363.16 47.28 ML +closepath C1 fill + newpath +363.16 41.28 363.16 35.28 370.16 35.28 370.16 41.28 363.16 41.28 ML +closepath C1 fill + newpath +363.16 35.28 363.16 29.28 370.16 29.28 370.16 35.28 363.16 35.28 ML +closepath C1 fill + newpath +363.16 29.28 363.16 23.28 370.16 23.28 370.16 29.28 363.16 29.28 ML +closepath C1 fill + newpath +363.16 23.28 363.16 17.28 370.16 17.28 370.16 23.28 363.16 23.28 ML +closepath C99 fill + newpath +363.16 17.28 363.16 11.28 370.16 11.28 370.16 17.28 363.16 17.28 ML +closepath C99 fill + newpath +363.16 11.28 363.16 5.28 370.16 5.28 370.16 11.28 363.16 11.28 ML +closepath C99 fill + newpath +363.16 5.28 363.16 -0.72 370.16 -0.72 370.16 5.28 363.16 5.28 ML +closepath C99 fill + newpath +356.16 71.28 356.16 65.28 363.16 65.28 363.16 71.28 356.16 71.28 ML +closepath C2 fill + newpath +356.16 65.28 356.16 59.28 363.16 59.28 363.16 65.28 356.16 65.28 ML +closepath C2 fill + newpath +356.16 59.28 356.16 53.28 363.16 53.28 363.16 59.28 356.16 59.28 ML +closepath C2 fill + newpath +356.16 53.28 356.16 47.28 363.16 47.28 363.16 53.28 356.16 53.28 ML +closepath C2 fill + newpath +356.16 47.28 356.16 41.28 363.16 41.28 363.16 47.28 356.16 47.28 ML +closepath C2 fill + newpath +356.16 41.28 356.16 35.28 363.16 35.28 363.16 41.28 356.16 41.28 ML +closepath C2 fill + newpath +356.16 35.28 356.16 29.28 363.16 29.28 363.16 35.28 356.16 35.28 ML +closepath C2 fill + newpath +356.16 29.28 356.16 23.28 363.16 23.28 363.16 29.28 356.16 29.28 ML +closepath C2 fill + newpath +356.16 23.28 356.16 17.28 363.16 17.28 363.16 23.28 356.16 23.28 ML +closepath C99 fill + newpath +356.16 17.28 356.16 11.28 363.16 11.28 363.16 17.28 356.16 17.28 ML +closepath C99 fill + newpath +356.16 11.28 356.16 5.28 363.16 5.28 363.16 11.28 356.16 11.28 ML +closepath C99 fill + newpath +356.16 5.28 356.16 -0.72 363.16 -0.72 363.16 5.28 356.16 5.28 ML +closepath C99 fill + newpath +349.16 71.28 349.16 65.28 356.16 65.28 356.16 71.28 349.16 71.28 ML +closepath C99 fill + newpath +349.16 65.28 349.16 59.28 356.16 59.28 356.16 65.28 349.16 65.28 ML +closepath C99 fill + newpath +349.16 59.28 349.16 53.28 356.16 53.28 356.16 59.28 349.16 59.28 ML +closepath C99 fill + newpath +349.16 53.28 349.16 47.28 356.16 47.28 356.16 53.28 349.16 53.28 ML +closepath C99 fill + newpath +349.16 47.28 349.16 41.28 356.16 41.28 356.16 47.28 349.16 47.28 ML +closepath C99 fill + newpath +349.16 41.28 349.16 35.28 356.16 35.28 356.16 41.28 349.16 41.28 ML +closepath C99 fill + newpath +349.16 35.28 349.16 29.28 356.16 29.28 356.16 35.28 349.16 35.28 ML +closepath C99 fill + newpath +349.16 29.28 349.16 23.28 356.16 23.28 356.16 29.28 349.16 29.28 ML +closepath C99 fill + newpath +349.16 23.28 349.16 17.28 356.16 17.28 356.16 23.28 349.16 23.28 ML +closepath C99 fill + newpath +349.16 17.28 349.16 11.28 356.16 11.28 356.16 17.28 349.16 17.28 ML +closepath C99 fill + newpath +349.16 11.28 349.16 5.28 356.16 5.28 356.16 11.28 349.16 11.28 ML +closepath C99 fill + newpath +349.16 5.28 349.16 -0.72 356.16 -0.72 356.16 5.28 349.16 5.28 ML +closepath C99 fill + newpath +342.16 71.28 342.16 65.28 349.16 65.28 349.16 71.28 342.16 71.28 ML +closepath C2 fill + newpath +342.16 65.28 342.16 59.28 349.16 59.28 349.16 65.28 342.16 65.28 ML +closepath C2 fill + newpath +342.16 59.28 342.16 53.28 349.16 53.28 349.16 59.28 342.16 59.28 ML +closepath C2 fill + newpath +342.16 53.28 342.16 47.28 349.16 47.28 349.16 53.28 342.16 53.28 ML +closepath C2 fill + newpath +342.16 47.28 342.16 41.28 349.16 41.28 349.16 47.28 342.16 47.28 ML +closepath C2 fill + newpath +342.16 41.28 342.16 35.28 349.16 35.28 349.16 41.28 342.16 41.28 ML +closepath C2 fill + newpath +342.16 35.28 342.16 29.28 349.16 29.28 349.16 35.28 342.16 35.28 ML +closepath C2 fill + newpath +342.16 29.28 342.16 23.28 349.16 23.28 349.16 29.28 342.16 29.28 ML +closepath C2 fill + newpath +342.16 23.28 342.16 17.28 349.16 17.28 349.16 23.28 342.16 23.28 ML +closepath C99 fill + newpath +342.16 17.28 342.16 11.28 349.16 11.28 349.16 17.28 342.16 17.28 ML +closepath C99 fill + newpath +342.16 11.28 342.16 5.28 349.16 5.28 349.16 11.28 342.16 11.28 ML +closepath C99 fill + newpath +342.16 5.28 342.16 -0.72 349.16 -0.72 349.16 5.28 342.16 5.28 ML +closepath C99 fill + newpath +335.16 71.28 335.16 65.28 342.16 65.28 342.16 71.28 335.16 71.28 ML +closepath C2 fill + newpath +335.16 65.28 335.16 59.28 342.16 59.28 342.16 65.28 335.16 65.28 ML +closepath C2 fill + newpath +335.16 59.28 335.16 53.28 342.16 53.28 342.16 59.28 335.16 59.28 ML +closepath C2 fill + newpath +335.16 53.28 335.16 47.28 342.16 47.28 342.16 53.28 335.16 53.28 ML +closepath C2 fill + newpath +335.16 47.28 335.16 41.28 342.16 41.28 342.16 47.28 335.16 47.28 ML +closepath C2 fill + newpath +335.16 41.28 335.16 35.28 342.16 35.28 342.16 41.28 335.16 41.28 ML +closepath C2 fill + newpath +335.16 35.28 335.16 29.28 342.16 29.28 342.16 35.28 335.16 35.28 ML +closepath C2 fill + newpath +335.16 29.28 335.16 23.28 342.16 23.28 342.16 29.28 335.16 29.28 ML +closepath C2 fill + newpath +335.16 23.28 335.16 17.28 342.16 17.28 342.16 23.28 335.16 23.28 ML +closepath C99 fill + newpath +335.16 17.28 335.16 11.28 342.16 11.28 342.16 17.28 335.16 17.28 ML +closepath C99 fill + newpath +335.16 11.28 335.16 5.28 342.16 5.28 342.16 11.28 335.16 11.28 ML +closepath C99 fill + newpath +335.16 5.28 335.16 -0.72 342.16 -0.72 342.16 5.28 335.16 5.28 ML +closepath C99 fill + newpath +328.16 71.28 328.16 65.28 335.16 65.28 335.16 71.28 328.16 71.28 ML +closepath C2 fill + newpath +328.16 65.28 328.16 59.28 335.16 59.28 335.16 65.28 328.16 65.28 ML +closepath C2 fill + newpath +328.16 59.28 328.16 53.28 335.16 53.28 335.16 59.28 328.16 59.28 ML +closepath C2 fill + newpath +328.16 53.28 328.16 47.28 335.16 47.28 335.16 53.28 328.16 53.28 ML +closepath C2 fill + newpath +328.16 47.28 328.16 41.28 335.16 41.28 335.16 47.28 328.16 47.28 ML +closepath C2 fill + newpath +328.16 41.28 328.16 35.28 335.16 35.28 335.16 41.28 328.16 41.28 ML +closepath C2 fill + newpath +328.16 35.28 328.16 29.28 335.16 29.28 335.16 35.28 328.16 35.28 ML +closepath C2 fill + newpath +328.16 29.28 328.16 23.28 335.16 23.28 335.16 29.28 328.16 29.28 ML +closepath C2 fill + newpath +328.16 23.28 328.16 17.28 335.16 17.28 335.16 23.28 328.16 23.28 ML +closepath C99 fill + newpath +328.16 17.28 328.16 11.28 335.16 11.28 335.16 17.28 328.16 17.28 ML +closepath C99 fill + newpath +328.16 11.28 328.16 5.28 335.16 5.28 335.16 11.28 328.16 11.28 ML +closepath C99 fill + newpath +328.16 5.28 328.16 -0.72 335.16 -0.72 335.16 5.28 328.16 5.28 ML +closepath C99 fill + newpath +321.16 71.28 321.16 65.28 328.16 65.28 328.16 71.28 321.16 71.28 ML +closepath C2 fill + newpath +321.16 65.28 321.16 59.28 328.16 59.28 328.16 65.28 321.16 65.28 ML +closepath C2 fill + newpath +321.16 59.28 321.16 53.28 328.16 53.28 328.16 59.28 321.16 59.28 ML +closepath C2 fill + newpath +321.16 53.28 321.16 47.28 328.16 47.28 328.16 53.28 321.16 53.28 ML +closepath C2 fill + newpath +321.16 47.28 321.16 41.28 328.16 41.28 328.16 47.28 321.16 47.28 ML +closepath C2 fill + newpath +321.16 41.28 321.16 35.28 328.16 35.28 328.16 41.28 321.16 41.28 ML +closepath C2 fill + newpath +321.16 35.28 321.16 29.28 328.16 29.28 328.16 35.28 321.16 35.28 ML +closepath C2 fill + newpath +321.16 29.28 321.16 23.28 328.16 23.28 328.16 29.28 321.16 29.28 ML +closepath C2 fill + newpath +321.16 23.28 321.16 17.28 328.16 17.28 328.16 23.28 321.16 23.28 ML +closepath C99 fill + newpath +321.16 17.28 321.16 11.28 328.16 11.28 328.16 17.28 321.16 17.28 ML +closepath C99 fill + newpath +321.16 11.28 321.16 5.28 328.16 5.28 328.16 11.28 321.16 11.28 ML +closepath C99 fill + newpath +321.16 5.28 321.16 -0.72 328.16 -0.72 328.16 5.28 321.16 5.28 ML +closepath C99 fill + newpath +314.16 71.28 314.16 65.28 321.16 65.28 321.16 71.28 314.16 71.28 ML +closepath C99 fill + newpath +314.16 65.28 314.16 59.28 321.16 59.28 321.16 65.28 314.16 65.28 ML +closepath C99 fill + newpath +314.16 59.28 314.16 53.28 321.16 53.28 321.16 59.28 314.16 59.28 ML +closepath C99 fill + newpath +314.16 53.28 314.16 47.28 321.16 47.28 321.16 53.28 314.16 53.28 ML +closepath C99 fill + newpath +314.16 47.28 314.16 41.28 321.16 41.28 321.16 47.28 314.16 47.28 ML +closepath C99 fill + newpath +314.16 41.28 314.16 35.28 321.16 35.28 321.16 41.28 314.16 41.28 ML +closepath C99 fill + newpath +314.16 35.28 314.16 29.28 321.16 29.28 321.16 35.28 314.16 35.28 ML +closepath C99 fill + newpath +314.16 29.28 314.16 23.28 321.16 23.28 321.16 29.28 314.16 29.28 ML +closepath C99 fill + newpath +314.16 23.28 314.16 17.28 321.16 17.28 321.16 23.28 314.16 23.28 ML +closepath C99 fill + newpath +314.16 17.28 314.16 11.28 321.16 11.28 321.16 17.28 314.16 17.28 ML +closepath C99 fill + newpath +314.16 11.28 314.16 5.28 321.16 5.28 321.16 11.28 314.16 11.28 ML +closepath C99 fill + newpath +314.16 5.28 314.16 -0.72 321.16 -0.72 321.16 5.28 314.16 5.28 ML +closepath C99 fill + newpath +307.16 71.28 307.16 65.28 314.16 65.28 314.16 71.28 307.16 71.28 ML +closepath C99 fill + newpath +307.16 65.28 307.16 59.28 314.16 59.28 314.16 65.28 307.16 65.28 ML +closepath C99 fill + newpath +307.16 59.28 307.16 53.28 314.16 53.28 314.16 59.28 307.16 59.28 ML +closepath C99 fill + newpath +307.16 53.28 307.16 47.28 314.16 47.28 314.16 53.28 307.16 53.28 ML +closepath C99 fill + newpath +307.16 47.28 307.16 41.28 314.16 41.28 314.16 47.28 307.16 47.28 ML +closepath C99 fill + newpath +307.16 41.28 307.16 35.28 314.16 35.28 314.16 41.28 307.16 41.28 ML +closepath C99 fill + newpath +307.16 35.28 307.16 29.28 314.16 29.28 314.16 35.28 307.16 35.28 ML +closepath C99 fill + newpath +307.16 29.28 307.16 23.28 314.16 23.28 314.16 29.28 307.16 29.28 ML +closepath C99 fill + newpath +307.16 23.28 307.16 17.28 314.16 17.28 314.16 23.28 307.16 23.28 ML +closepath C99 fill + newpath +307.16 17.28 307.16 11.28 314.16 11.28 314.16 17.28 307.16 17.28 ML +closepath C99 fill + newpath +307.16 11.28 307.16 5.28 314.16 5.28 314.16 11.28 307.16 11.28 ML +closepath C99 fill + newpath +307.16 5.28 307.16 -0.72 314.16 -0.72 314.16 5.28 307.16 5.28 ML +closepath C99 fill + newpath +300.16 71.28 300.16 65.28 307.16 65.28 307.16 71.28 300.16 71.28 ML +closepath C99 fill + newpath +300.16 65.28 300.16 59.28 307.16 59.28 307.16 65.28 300.16 65.28 ML +closepath C99 fill + newpath +300.16 59.28 300.16 53.28 307.16 53.28 307.16 59.28 300.16 59.28 ML +closepath C99 fill + newpath +300.16 53.28 300.16 47.28 307.16 47.28 307.16 53.28 300.16 53.28 ML +closepath C99 fill + newpath +300.16 47.28 300.16 41.28 307.16 41.28 307.16 47.28 300.16 47.28 ML +closepath C99 fill + newpath +300.16 41.28 300.16 35.28 307.16 35.28 307.16 41.28 300.16 41.28 ML +closepath C99 fill + newpath +300.16 35.28 300.16 29.28 307.16 29.28 307.16 35.28 300.16 35.28 ML +closepath C99 fill + newpath +300.16 29.28 300.16 23.28 307.16 23.28 307.16 29.28 300.16 29.28 ML +closepath C99 fill + newpath +300.16 23.28 300.16 17.28 307.16 17.28 307.16 23.28 300.16 23.28 ML +closepath C99 fill + newpath +300.16 17.28 300.16 11.28 307.16 11.28 307.16 17.28 300.16 17.28 ML +closepath C99 fill + newpath +300.16 11.28 300.16 5.28 307.16 5.28 307.16 11.28 300.16 11.28 ML +closepath C99 fill + newpath +300.16 5.28 300.16 -0.72 307.16 -0.72 307.16 5.28 300.16 5.28 ML +closepath C99 fill + newpath +293.16 71.28 293.16 65.28 300.16 65.28 300.16 71.28 293.16 71.28 ML +closepath C99 fill + newpath +293.16 65.28 293.16 59.28 300.16 59.28 300.16 65.28 293.16 65.28 ML +closepath C99 fill + newpath +293.16 59.28 293.16 53.28 300.16 53.28 300.16 59.28 293.16 59.28 ML +closepath C99 fill + newpath +293.16 53.28 293.16 47.28 300.16 47.28 300.16 53.28 293.16 53.28 ML +closepath C99 fill + newpath +293.16 47.28 293.16 41.28 300.16 41.28 300.16 47.28 293.16 47.28 ML +closepath C99 fill + newpath +293.16 41.28 293.16 35.28 300.16 35.28 300.16 41.28 293.16 41.28 ML +closepath C99 fill + newpath +293.16 35.28 293.16 29.28 300.16 29.28 300.16 35.28 293.16 35.28 ML +closepath C99 fill + newpath +293.16 29.28 293.16 23.28 300.16 23.28 300.16 29.28 293.16 29.28 ML +closepath C99 fill + newpath +293.16 23.28 293.16 17.28 300.16 17.28 300.16 23.28 293.16 23.28 ML +closepath C99 fill + newpath +293.16 17.28 293.16 11.28 300.16 11.28 300.16 17.28 293.16 17.28 ML +closepath C99 fill + newpath +293.16 11.28 293.16 5.28 300.16 5.28 300.16 11.28 293.16 11.28 ML +closepath C99 fill + newpath +293.16 5.28 293.16 -0.72 300.16 -0.72 300.16 5.28 293.16 5.28 ML +closepath C99 fill + newpath +286.16 71.28 286.16 65.28 293.16 65.28 293.16 71.28 286.16 71.28 ML +closepath C99 fill + newpath +286.16 65.28 286.16 59.28 293.16 59.28 293.16 65.28 286.16 65.28 ML +closepath C99 fill + newpath +286.16 59.28 286.16 53.28 293.16 53.28 293.16 59.28 286.16 59.28 ML +closepath C99 fill + newpath +286.16 53.28 286.16 47.28 293.16 47.28 293.16 53.28 286.16 53.28 ML +closepath C99 fill + newpath +286.16 47.28 286.16 41.28 293.16 41.28 293.16 47.28 286.16 47.28 ML +closepath C99 fill + newpath +286.16 41.28 286.16 35.28 293.16 35.28 293.16 41.28 286.16 41.28 ML +closepath C99 fill + newpath +286.16 35.28 286.16 29.28 293.16 29.28 293.16 35.28 286.16 35.28 ML +closepath C99 fill + newpath +286.16 29.28 286.16 23.28 293.16 23.28 293.16 29.28 286.16 29.28 ML +closepath C99 fill + newpath +286.16 23.28 286.16 17.28 293.16 17.28 293.16 23.28 286.16 23.28 ML +closepath C99 fill + newpath +286.16 17.28 286.16 11.28 293.16 11.28 293.16 17.28 286.16 17.28 ML +closepath C99 fill + newpath +286.16 11.28 286.16 5.28 293.16 5.28 293.16 11.28 286.16 11.28 ML +closepath C99 fill + newpath +286.16 5.28 286.16 -0.72 293.16 -0.72 293.16 5.28 286.16 5.28 ML +closepath C99 fill + newpath +279.16 71.28 279.16 65.28 286.16 65.28 286.16 71.28 279.16 71.28 ML +closepath C2 fill + newpath +279.16 65.28 279.16 59.28 286.16 59.28 286.16 65.28 279.16 65.28 ML +closepath C2 fill + newpath +279.16 59.28 279.16 53.28 286.16 53.28 286.16 59.28 279.16 59.28 ML +closepath C2 fill + newpath +279.16 53.28 279.16 47.28 286.16 47.28 286.16 53.28 279.16 53.28 ML +closepath C2 fill + newpath +279.16 47.28 279.16 41.28 286.16 41.28 286.16 47.28 279.16 47.28 ML +closepath C2 fill + newpath +279.16 41.28 279.16 35.28 286.16 35.28 286.16 41.28 279.16 41.28 ML +closepath C2 fill + newpath +279.16 35.28 279.16 29.28 286.16 29.28 286.16 35.28 279.16 35.28 ML +closepath C2 fill + newpath +279.16 29.28 279.16 23.28 286.16 23.28 286.16 29.28 279.16 29.28 ML +closepath C2 fill + newpath +279.16 23.28 279.16 17.28 286.16 17.28 286.16 23.28 279.16 23.28 ML +closepath C99 fill + newpath +279.16 17.28 279.16 11.28 286.16 11.28 286.16 17.28 279.16 17.28 ML +closepath C99 fill + newpath +279.16 11.28 279.16 5.28 286.16 5.28 286.16 11.28 279.16 11.28 ML +closepath C99 fill + newpath +279.16 5.28 279.16 -0.72 286.16 -0.72 286.16 5.28 279.16 5.28 ML +closepath C99 fill + newpath +272.16 71.28 272.16 65.28 279.16 65.28 279.16 71.28 272.16 71.28 ML +closepath C99 fill + newpath +272.16 65.28 272.16 59.28 279.16 59.28 279.16 65.28 272.16 65.28 ML +closepath C99 fill + newpath +272.16 59.28 272.16 53.28 279.16 53.28 279.16 59.28 272.16 59.28 ML +closepath C99 fill + newpath +272.16 53.28 272.16 47.28 279.16 47.28 279.16 53.28 272.16 53.28 ML +closepath C99 fill + newpath +272.16 47.28 272.16 41.28 279.16 41.28 279.16 47.28 272.16 47.28 ML +closepath C99 fill + newpath +272.16 41.28 272.16 35.28 279.16 35.28 279.16 41.28 272.16 41.28 ML +closepath C99 fill + newpath +272.16 35.28 272.16 29.28 279.16 29.28 279.16 35.28 272.16 35.28 ML +closepath C99 fill + newpath +272.16 29.28 272.16 23.28 279.16 23.28 279.16 29.28 272.16 29.28 ML +closepath C99 fill + newpath +272.16 23.28 272.16 17.28 279.16 17.28 279.16 23.28 272.16 23.28 ML +closepath C99 fill + newpath +272.16 17.28 272.16 11.28 279.16 11.28 279.16 17.28 272.16 17.28 ML +closepath C99 fill + newpath +272.16 11.28 272.16 5.28 279.16 5.28 279.16 11.28 272.16 11.28 ML +closepath C99 fill + newpath +272.16 5.28 272.16 -0.72 279.16 -0.72 279.16 5.28 272.16 5.28 ML +closepath C99 fill + newpath +265.16 71.28 265.16 65.28 272.16 65.28 272.16 71.28 265.16 71.28 ML +closepath C99 fill + newpath +265.16 65.28 265.16 59.28 272.16 59.28 272.16 65.28 265.16 65.28 ML +closepath C99 fill + newpath +265.16 59.28 265.16 53.28 272.16 53.28 272.16 59.28 265.16 59.28 ML +closepath C99 fill + newpath +265.16 53.28 265.16 47.28 272.16 47.28 272.16 53.28 265.16 53.28 ML +closepath C99 fill + newpath +265.16 47.28 265.16 41.28 272.16 41.28 272.16 47.28 265.16 47.28 ML +closepath C99 fill + newpath +265.16 41.28 265.16 35.28 272.16 35.28 272.16 41.28 265.16 41.28 ML +closepath C99 fill + newpath +265.16 35.28 265.16 29.28 272.16 29.28 272.16 35.28 265.16 35.28 ML +closepath C99 fill + newpath +265.16 29.28 265.16 23.28 272.16 23.28 272.16 29.28 265.16 29.28 ML +closepath C99 fill + newpath +265.16 23.28 265.16 17.28 272.16 17.28 272.16 23.28 265.16 23.28 ML +closepath C99 fill + newpath +265.16 17.28 265.16 11.28 272.16 11.28 272.16 17.28 265.16 17.28 ML +closepath C99 fill + newpath +265.16 11.28 265.16 5.28 272.16 5.28 272.16 11.28 265.16 11.28 ML +closepath C99 fill + newpath +265.16 5.28 265.16 -0.72 272.16 -0.72 272.16 5.28 265.16 5.28 ML +closepath C99 fill + newpath +258.16 71.28 258.16 65.28 265.16 65.28 265.16 71.28 258.16 71.28 ML +closepath C2 fill + newpath +258.16 65.28 258.16 59.28 265.16 59.28 265.16 65.28 258.16 65.28 ML +closepath C2 fill + newpath +258.16 59.28 258.16 53.28 265.16 53.28 265.16 59.28 258.16 59.28 ML +closepath C2 fill + newpath +258.16 53.28 258.16 47.28 265.16 47.28 265.16 53.28 258.16 53.28 ML +closepath C2 fill + newpath +258.16 47.28 258.16 41.28 265.16 41.28 265.16 47.28 258.16 47.28 ML +closepath C2 fill + newpath +258.16 41.28 258.16 35.28 265.16 35.28 265.16 41.28 258.16 41.28 ML +closepath C2 fill + newpath +258.16 35.28 258.16 29.28 265.16 29.28 265.16 35.28 258.16 35.28 ML +closepath C2 fill + newpath +258.16 29.28 258.16 23.28 265.16 23.28 265.16 29.28 258.16 29.28 ML +closepath C2 fill + newpath +258.16 23.28 258.16 17.28 265.16 17.28 265.16 23.28 258.16 23.28 ML +closepath C99 fill + newpath +258.16 17.28 258.16 11.28 265.16 11.28 265.16 17.28 258.16 17.28 ML +closepath C99 fill + newpath +258.16 11.28 258.16 5.28 265.16 5.28 265.16 11.28 258.16 11.28 ML +closepath C99 fill + newpath +258.16 5.28 258.16 -0.72 265.16 -0.72 265.16 5.28 258.16 5.28 ML +closepath C99 fill + newpath +251.16 71.28 251.16 65.28 258.16 65.28 258.16 71.28 251.16 71.28 ML +closepath C99 fill + newpath +251.16 65.28 251.16 59.28 258.16 59.28 258.16 65.28 251.16 65.28 ML +closepath C99 fill + newpath +251.16 59.28 251.16 53.28 258.16 53.28 258.16 59.28 251.16 59.28 ML +closepath C99 fill + newpath +251.16 53.28 251.16 47.28 258.16 47.28 258.16 53.28 251.16 53.28 ML +closepath C99 fill + newpath +251.16 47.28 251.16 41.28 258.16 41.28 258.16 47.28 251.16 47.28 ML +closepath C99 fill + newpath +251.16 41.28 251.16 35.28 258.16 35.28 258.16 41.28 251.16 41.28 ML +closepath C99 fill + newpath +251.16 35.28 251.16 29.28 258.16 29.28 258.16 35.28 251.16 35.28 ML +closepath C99 fill + newpath +251.16 29.28 251.16 23.28 258.16 23.28 258.16 29.28 251.16 29.28 ML +closepath C99 fill + newpath +251.16 23.28 251.16 17.28 258.16 17.28 258.16 23.28 251.16 23.28 ML +closepath C99 fill + newpath +251.16 17.28 251.16 11.28 258.16 11.28 258.16 17.28 251.16 17.28 ML +closepath C99 fill + newpath +251.16 11.28 251.16 5.28 258.16 5.28 258.16 11.28 251.16 11.28 ML +closepath C99 fill + newpath +251.16 5.28 251.16 -0.72 258.16 -0.72 258.16 5.28 251.16 5.28 ML +closepath C99 fill + newpath +244.16 71.28 244.16 65.28 251.16 65.28 251.16 71.28 244.16 71.28 ML +closepath C99 fill + newpath +244.16 65.28 244.16 59.28 251.16 59.28 251.16 65.28 244.16 65.28 ML +closepath C99 fill + newpath +244.16 59.28 244.16 53.28 251.16 53.28 251.16 59.28 244.16 59.28 ML +closepath C99 fill + newpath +244.16 53.28 244.16 47.28 251.16 47.28 251.16 53.28 244.16 53.28 ML +closepath C99 fill + newpath +244.16 47.28 244.16 41.28 251.16 41.28 251.16 47.28 244.16 47.28 ML +closepath C99 fill + newpath +244.16 41.28 244.16 35.28 251.16 35.28 251.16 41.28 244.16 41.28 ML +closepath C99 fill + newpath +244.16 35.28 244.16 29.28 251.16 29.28 251.16 35.28 244.16 35.28 ML +closepath C99 fill + newpath +244.16 29.28 244.16 23.28 251.16 23.28 251.16 29.28 244.16 29.28 ML +closepath C99 fill + newpath +244.16 23.28 244.16 17.28 251.16 17.28 251.16 23.28 244.16 23.28 ML +closepath C99 fill + newpath +244.16 17.28 244.16 11.28 251.16 11.28 251.16 17.28 244.16 17.28 ML +closepath C99 fill + newpath +244.16 11.28 244.16 5.28 251.16 5.28 251.16 11.28 244.16 11.28 ML +closepath C99 fill + newpath +244.16 5.28 244.16 -0.72 251.16 -0.72 251.16 5.28 244.16 5.28 ML +closepath C99 fill + newpath +237.16 71.28 237.16 65.28 244.16 65.28 244.16 71.28 237.16 71.28 ML +closepath C99 fill + newpath +237.16 65.28 237.16 59.28 244.16 59.28 244.16 65.28 237.16 65.28 ML +closepath C99 fill + newpath +237.16 59.28 237.16 53.28 244.16 53.28 244.16 59.28 237.16 59.28 ML +closepath C99 fill + newpath +237.16 53.28 237.16 47.28 244.16 47.28 244.16 53.28 237.16 53.28 ML +closepath C99 fill + newpath +237.16 47.28 237.16 41.28 244.16 41.28 244.16 47.28 237.16 47.28 ML +closepath C99 fill + newpath +237.16 41.28 237.16 35.28 244.16 35.28 244.16 41.28 237.16 41.28 ML +closepath C99 fill + newpath +237.16 35.28 237.16 29.28 244.16 29.28 244.16 35.28 237.16 35.28 ML +closepath C99 fill + newpath +237.16 29.28 237.16 23.28 244.16 23.28 244.16 29.28 237.16 29.28 ML +closepath C99 fill + newpath +237.16 23.28 237.16 17.28 244.16 17.28 244.16 23.28 237.16 23.28 ML +closepath C99 fill + newpath +237.16 17.28 237.16 11.28 244.16 11.28 244.16 17.28 237.16 17.28 ML +closepath C99 fill + newpath +237.16 11.28 237.16 5.28 244.16 5.28 244.16 11.28 237.16 11.28 ML +closepath C99 fill + newpath +237.16 5.28 237.16 -0.72 244.16 -0.72 244.16 5.28 237.16 5.28 ML +closepath C99 fill + newpath +230.16 71.28 230.16 65.28 237.16 65.28 237.16 71.28 230.16 71.28 ML +closepath C99 fill + newpath +230.16 65.28 230.16 59.28 237.16 59.28 237.16 65.28 230.16 65.28 ML +closepath C99 fill + newpath +230.16 59.28 230.16 53.28 237.16 53.28 237.16 59.28 230.16 59.28 ML +closepath C99 fill + newpath +230.16 53.28 230.16 47.28 237.16 47.28 237.16 53.28 230.16 53.28 ML +closepath C99 fill + newpath +230.16 47.28 230.16 41.28 237.16 41.28 237.16 47.28 230.16 47.28 ML +closepath C99 fill + newpath +230.16 41.28 230.16 35.28 237.16 35.28 237.16 41.28 230.16 41.28 ML +closepath C99 fill + newpath +230.16 35.28 230.16 29.28 237.16 29.28 237.16 35.28 230.16 35.28 ML +closepath C99 fill + newpath +230.16 29.28 230.16 23.28 237.16 23.28 237.16 29.28 230.16 29.28 ML +closepath C99 fill + newpath +230.16 23.28 230.16 17.28 237.16 17.28 237.16 23.28 230.16 23.28 ML +closepath C99 fill + newpath +230.16 17.28 230.16 11.28 237.16 11.28 237.16 17.28 230.16 17.28 ML +closepath C99 fill + newpath +230.16 11.28 230.16 5.28 237.16 5.28 237.16 11.28 230.16 11.28 ML +closepath C99 fill + newpath +230.16 5.28 230.16 -0.72 237.16 -0.72 237.16 5.28 230.16 5.28 ML +closepath C99 fill + newpath +223.16 71.28 223.16 65.28 230.16 65.28 230.16 71.28 223.16 71.28 ML +closepath C99 fill + newpath +223.16 65.28 223.16 59.28 230.16 59.28 230.16 65.28 223.16 65.28 ML +closepath C99 fill + newpath +223.16 59.28 223.16 53.28 230.16 53.28 230.16 59.28 223.16 59.28 ML +closepath C99 fill + newpath +223.16 53.28 223.16 47.28 230.16 47.28 230.16 53.28 223.16 53.28 ML +closepath C99 fill + newpath +223.16 47.28 223.16 41.28 230.16 41.28 230.16 47.28 223.16 47.28 ML +closepath C99 fill + newpath +223.16 41.28 223.16 35.28 230.16 35.28 230.16 41.28 223.16 41.28 ML +closepath C99 fill + newpath +223.16 35.28 223.16 29.28 230.16 29.28 230.16 35.28 223.16 35.28 ML +closepath C99 fill + newpath +223.16 29.28 223.16 23.28 230.16 23.28 230.16 29.28 223.16 29.28 ML +closepath C99 fill + newpath +223.16 23.28 223.16 17.28 230.16 17.28 230.16 23.28 223.16 23.28 ML +closepath C99 fill + newpath +223.16 17.28 223.16 11.28 230.16 11.28 230.16 17.28 223.16 17.28 ML +closepath C99 fill + newpath +223.16 11.28 223.16 5.28 230.16 5.28 230.16 11.28 223.16 11.28 ML +closepath C99 fill + newpath +223.16 5.28 223.16 -0.72 230.16 -0.72 230.16 5.28 223.16 5.28 ML +closepath C99 fill + newpath +216.16 71.28 216.16 65.28 223.16 65.28 223.16 71.28 216.16 71.28 ML +closepath C99 fill + newpath +216.16 65.28 216.16 59.28 223.16 59.28 223.16 65.28 216.16 65.28 ML +closepath C99 fill + newpath +216.16 59.28 216.16 53.28 223.16 53.28 223.16 59.28 216.16 59.28 ML +closepath C99 fill + newpath +216.16 53.28 216.16 47.28 223.16 47.28 223.16 53.28 216.16 53.28 ML +closepath C99 fill + newpath +216.16 47.28 216.16 41.28 223.16 41.28 223.16 47.28 216.16 47.28 ML +closepath C99 fill + newpath +216.16 41.28 216.16 35.28 223.16 35.28 223.16 41.28 216.16 41.28 ML +closepath C99 fill + newpath +216.16 35.28 216.16 29.28 223.16 29.28 223.16 35.28 216.16 35.28 ML +closepath C99 fill + newpath +216.16 29.28 216.16 23.28 223.16 23.28 223.16 29.28 216.16 29.28 ML +closepath C99 fill + newpath +216.16 23.28 216.16 17.28 223.16 17.28 223.16 23.28 216.16 23.28 ML +closepath C99 fill + newpath +216.16 17.28 216.16 11.28 223.16 11.28 223.16 17.28 216.16 17.28 ML +closepath C99 fill + newpath +216.16 11.28 216.16 5.28 223.16 5.28 223.16 11.28 216.16 11.28 ML +closepath C99 fill + newpath +216.16 5.28 216.16 -0.72 223.16 -0.72 223.16 5.28 216.16 5.28 ML +closepath C99 fill + newpath +209.16 71.28 209.16 65.28 216.16 65.28 216.16 71.28 209.16 71.28 ML +closepath C99 fill + newpath +209.16 65.28 209.16 59.28 216.16 59.28 216.16 65.28 209.16 65.28 ML +closepath C99 fill + newpath +209.16 59.28 209.16 53.28 216.16 53.28 216.16 59.28 209.16 59.28 ML +closepath C99 fill + newpath +209.16 53.28 209.16 47.28 216.16 47.28 216.16 53.28 209.16 53.28 ML +closepath C99 fill + newpath +209.16 47.28 209.16 41.28 216.16 41.28 216.16 47.28 209.16 47.28 ML +closepath C99 fill + newpath +209.16 41.28 209.16 35.28 216.16 35.28 216.16 41.28 209.16 41.28 ML +closepath C99 fill + newpath +209.16 35.28 209.16 29.28 216.16 29.28 216.16 35.28 209.16 35.28 ML +closepath C99 fill + newpath +209.16 29.28 209.16 23.28 216.16 23.28 216.16 29.28 209.16 29.28 ML +closepath C99 fill + newpath +209.16 23.28 209.16 17.28 216.16 17.28 216.16 23.28 209.16 23.28 ML +closepath C99 fill + newpath +209.16 17.28 209.16 11.28 216.16 11.28 216.16 17.28 209.16 17.28 ML +closepath C99 fill + newpath +209.16 11.28 209.16 5.28 216.16 5.28 216.16 11.28 209.16 11.28 ML +closepath C99 fill + newpath +209.16 5.28 209.16 -0.72 216.16 -0.72 216.16 5.28 209.16 5.28 ML +closepath C99 fill + newpath +202.16 71.28 202.16 65.28 209.16 65.28 209.16 71.28 202.16 71.28 ML +closepath C99 fill + newpath +202.16 65.28 202.16 59.28 209.16 59.28 209.16 65.28 202.16 65.28 ML +closepath C99 fill + newpath +202.16 59.28 202.16 53.28 209.16 53.28 209.16 59.28 202.16 59.28 ML +closepath C99 fill + newpath +202.16 53.28 202.16 47.28 209.16 47.28 209.16 53.28 202.16 53.28 ML +closepath C99 fill + newpath +202.16 47.28 202.16 41.28 209.16 41.28 209.16 47.28 202.16 47.28 ML +closepath C99 fill + newpath +202.16 41.28 202.16 35.28 209.16 35.28 209.16 41.28 202.16 41.28 ML +closepath C99 fill + newpath +202.16 35.28 202.16 29.28 209.16 29.28 209.16 35.28 202.16 35.28 ML +closepath C99 fill + newpath +202.16 29.28 202.16 23.28 209.16 23.28 209.16 29.28 202.16 29.28 ML +closepath C99 fill + newpath +202.16 23.28 202.16 17.28 209.16 17.28 209.16 23.28 202.16 23.28 ML +closepath C99 fill + newpath +202.16 17.28 202.16 11.28 209.16 11.28 209.16 17.28 202.16 17.28 ML +closepath C99 fill + newpath +202.16 11.28 202.16 5.28 209.16 5.28 209.16 11.28 202.16 11.28 ML +closepath C99 fill + newpath +202.16 5.28 202.16 -0.72 209.16 -0.72 209.16 5.28 202.16 5.28 ML +closepath C99 fill + newpath +195.16 71.28 195.16 65.28 202.16 65.28 202.16 71.28 195.16 71.28 ML +closepath C1 fill + newpath +195.16 65.28 195.16 59.28 202.16 59.28 202.16 65.28 195.16 65.28 ML +closepath C1 fill + newpath +195.16 59.28 195.16 53.28 202.16 53.28 202.16 59.28 195.16 59.28 ML +closepath C1 fill + newpath +195.16 53.28 195.16 47.28 202.16 47.28 202.16 53.28 195.16 53.28 ML +closepath C1 fill + newpath +195.16 47.28 195.16 41.28 202.16 41.28 202.16 47.28 195.16 47.28 ML +closepath C1 fill + newpath +195.16 41.28 195.16 35.28 202.16 35.28 202.16 41.28 195.16 41.28 ML +closepath C1 fill + newpath +195.16 35.28 195.16 29.28 202.16 29.28 202.16 35.28 195.16 35.28 ML +closepath C1 fill + newpath +195.16 29.28 195.16 23.28 202.16 23.28 202.16 29.28 195.16 29.28 ML +closepath C1 fill + newpath +195.16 23.28 195.16 17.28 202.16 17.28 202.16 23.28 195.16 23.28 ML +closepath C99 fill + newpath +195.16 17.28 195.16 11.28 202.16 11.28 202.16 17.28 195.16 17.28 ML +closepath C99 fill + newpath +195.16 11.28 195.16 5.28 202.16 5.28 202.16 11.28 195.16 11.28 ML +closepath C99 fill + newpath +195.16 5.28 195.16 -0.72 202.16 -0.72 202.16 5.28 195.16 5.28 ML +closepath C99 fill + newpath +188.16 71.28 188.16 65.28 195.16 65.28 195.16 71.28 188.16 71.28 ML +closepath C1 fill + newpath +188.16 65.28 188.16 59.28 195.16 59.28 195.16 65.28 188.16 65.28 ML +closepath C1 fill + newpath +188.16 59.28 188.16 53.28 195.16 53.28 195.16 59.28 188.16 59.28 ML +closepath C1 fill + newpath +188.16 53.28 188.16 47.28 195.16 47.28 195.16 53.28 188.16 53.28 ML +closepath C1 fill + newpath +188.16 47.28 188.16 41.28 195.16 41.28 195.16 47.28 188.16 47.28 ML +closepath C1 fill + newpath +188.16 41.28 188.16 35.28 195.16 35.28 195.16 41.28 188.16 41.28 ML +closepath C1 fill + newpath +188.16 35.28 188.16 29.28 195.16 29.28 195.16 35.28 188.16 35.28 ML +closepath C1 fill + newpath +188.16 29.28 188.16 23.28 195.16 23.28 195.16 29.28 188.16 29.28 ML +closepath C1 fill + newpath +188.16 23.28 188.16 17.28 195.16 17.28 195.16 23.28 188.16 23.28 ML +closepath C99 fill + newpath +188.16 17.28 188.16 11.28 195.16 11.28 195.16 17.28 188.16 17.28 ML +closepath C99 fill + newpath +188.16 11.28 188.16 5.28 195.16 5.28 195.16 11.28 188.16 11.28 ML +closepath C99 fill + newpath +188.16 5.28 188.16 -0.72 195.16 -0.72 195.16 5.28 188.16 5.28 ML +closepath C99 fill + newpath +181.16 71.28 181.16 65.28 188.16 65.28 188.16 71.28 181.16 71.28 ML +closepath C99 fill + newpath +181.16 65.28 181.16 59.28 188.16 59.28 188.16 65.28 181.16 65.28 ML +closepath C99 fill + newpath +181.16 59.28 181.16 53.28 188.16 53.28 188.16 59.28 181.16 59.28 ML +closepath C99 fill + newpath +181.16 53.28 181.16 47.28 188.16 47.28 188.16 53.28 181.16 53.28 ML +closepath C99 fill + newpath +181.16 47.28 181.16 41.28 188.16 41.28 188.16 47.28 181.16 47.28 ML +closepath C99 fill + newpath +181.16 41.28 181.16 35.28 188.16 35.28 188.16 41.28 181.16 41.28 ML +closepath C99 fill + newpath +181.16 35.28 181.16 29.28 188.16 29.28 188.16 35.28 181.16 35.28 ML +closepath C99 fill + newpath +181.16 29.28 181.16 23.28 188.16 23.28 188.16 29.28 181.16 29.28 ML +closepath C99 fill + newpath +181.16 23.28 181.16 17.28 188.16 17.28 188.16 23.28 181.16 23.28 ML +closepath C99 fill + newpath +181.16 17.28 181.16 11.28 188.16 11.28 188.16 17.28 181.16 17.28 ML +closepath C99 fill + newpath +181.16 11.28 181.16 5.28 188.16 5.28 188.16 11.28 181.16 11.28 ML +closepath C99 fill + newpath +181.16 5.28 181.16 -0.72 188.16 -0.72 188.16 5.28 181.16 5.28 ML +closepath C99 fill + newpath +174.16 71.28 174.16 65.28 181.16 65.28 181.16 71.28 174.16 71.28 ML +closepath C99 fill + newpath +174.16 65.28 174.16 59.28 181.16 59.28 181.16 65.28 174.16 65.28 ML +closepath C99 fill + newpath +174.16 59.28 174.16 53.28 181.16 53.28 181.16 59.28 174.16 59.28 ML +closepath C99 fill + newpath +174.16 53.28 174.16 47.28 181.16 47.28 181.16 53.28 174.16 53.28 ML +closepath C99 fill + newpath +174.16 47.28 174.16 41.28 181.16 41.28 181.16 47.28 174.16 47.28 ML +closepath C99 fill + newpath +174.16 41.28 174.16 35.28 181.16 35.28 181.16 41.28 174.16 41.28 ML +closepath C99 fill + newpath +174.16 35.28 174.16 29.28 181.16 29.28 181.16 35.28 174.16 35.28 ML +closepath C99 fill + newpath +174.16 29.28 174.16 23.28 181.16 23.28 181.16 29.28 174.16 29.28 ML +closepath C99 fill + newpath +174.16 23.28 174.16 17.28 181.16 17.28 181.16 23.28 174.16 23.28 ML +closepath C99 fill + newpath +174.16 17.28 174.16 11.28 181.16 11.28 181.16 17.28 174.16 17.28 ML +closepath C99 fill + newpath +174.16 11.28 174.16 5.28 181.16 5.28 181.16 11.28 174.16 11.28 ML +closepath C99 fill + newpath +174.16 5.28 174.16 -0.72 181.16 -0.72 181.16 5.28 174.16 5.28 ML +closepath C99 fill + newpath +167.16 71.28 167.16 65.28 174.16 65.28 174.16 71.28 167.16 71.28 ML +closepath C99 fill + newpath +167.16 65.28 167.16 59.28 174.16 59.28 174.16 65.28 167.16 65.28 ML +closepath C99 fill + newpath +167.16 59.28 167.16 53.28 174.16 53.28 174.16 59.28 167.16 59.28 ML +closepath C99 fill + newpath +167.16 53.28 167.16 47.28 174.16 47.28 174.16 53.28 167.16 53.28 ML +closepath C99 fill + newpath +167.16 47.28 167.16 41.28 174.16 41.28 174.16 47.28 167.16 47.28 ML +closepath C99 fill + newpath +167.16 41.28 167.16 35.28 174.16 35.28 174.16 41.28 167.16 41.28 ML +closepath C99 fill + newpath +167.16 35.28 167.16 29.28 174.16 29.28 174.16 35.28 167.16 35.28 ML +closepath C99 fill + newpath +167.16 29.28 167.16 23.28 174.16 23.28 174.16 29.28 167.16 29.28 ML +closepath C99 fill + newpath +167.16 23.28 167.16 17.28 174.16 17.28 174.16 23.28 167.16 23.28 ML +closepath C99 fill + newpath +167.16 17.28 167.16 11.28 174.16 11.28 174.16 17.28 167.16 17.28 ML +closepath C99 fill + newpath +167.16 11.28 167.16 5.28 174.16 5.28 174.16 11.28 167.16 11.28 ML +closepath C99 fill + newpath +167.16 5.28 167.16 -0.72 174.16 -0.72 174.16 5.28 167.16 5.28 ML +closepath C99 fill + newpath +160.16 71.28 160.16 65.28 167.16 65.28 167.16 71.28 160.16 71.28 ML +closepath C99 fill + newpath +160.16 65.28 160.16 59.28 167.16 59.28 167.16 65.28 160.16 65.28 ML +closepath C99 fill + newpath +160.16 59.28 160.16 53.28 167.16 53.28 167.16 59.28 160.16 59.28 ML +closepath C99 fill + newpath +160.16 53.28 160.16 47.28 167.16 47.28 167.16 53.28 160.16 53.28 ML +closepath C99 fill + newpath +160.16 47.28 160.16 41.28 167.16 41.28 167.16 47.28 160.16 47.28 ML +closepath C99 fill + newpath +160.16 41.28 160.16 35.28 167.16 35.28 167.16 41.28 160.16 41.28 ML +closepath C99 fill + newpath +160.16 35.28 160.16 29.28 167.16 29.28 167.16 35.28 160.16 35.28 ML +closepath C99 fill + newpath +160.16 29.28 160.16 23.28 167.16 23.28 167.16 29.28 160.16 29.28 ML +closepath C99 fill + newpath +160.16 23.28 160.16 17.28 167.16 17.28 167.16 23.28 160.16 23.28 ML +closepath C99 fill + newpath +160.16 17.28 160.16 11.28 167.16 11.28 167.16 17.28 160.16 17.28 ML +closepath C99 fill + newpath +160.16 11.28 160.16 5.28 167.16 5.28 167.16 11.28 160.16 11.28 ML +closepath C99 fill + newpath +160.16 5.28 160.16 -0.72 167.16 -0.72 167.16 5.28 160.16 5.28 ML +closepath C99 fill + newpath +153.16 71.28 153.16 65.28 160.16 65.28 160.16 71.28 153.16 71.28 ML +closepath C99 fill + newpath +153.16 65.28 153.16 59.28 160.16 59.28 160.16 65.28 153.16 65.28 ML +closepath C99 fill + newpath +153.16 59.28 153.16 53.28 160.16 53.28 160.16 59.28 153.16 59.28 ML +closepath C99 fill + newpath +153.16 53.28 153.16 47.28 160.16 47.28 160.16 53.28 153.16 53.28 ML +closepath C99 fill + newpath +153.16 47.28 153.16 41.28 160.16 41.28 160.16 47.28 153.16 47.28 ML +closepath C99 fill + newpath +153.16 41.28 153.16 35.28 160.16 35.28 160.16 41.28 153.16 41.28 ML +closepath C99 fill + newpath +153.16 35.28 153.16 29.28 160.16 29.28 160.16 35.28 153.16 35.28 ML +closepath C99 fill + newpath +153.16 29.28 153.16 23.28 160.16 23.28 160.16 29.28 153.16 29.28 ML +closepath C99 fill + newpath +153.16 23.28 153.16 17.28 160.16 17.28 160.16 23.28 153.16 23.28 ML +closepath C99 fill + newpath +153.16 17.28 153.16 11.28 160.16 11.28 160.16 17.28 153.16 17.28 ML +closepath C99 fill + newpath +153.16 11.28 153.16 5.28 160.16 5.28 160.16 11.28 153.16 11.28 ML +closepath C99 fill + newpath +153.16 5.28 153.16 -0.72 160.16 -0.72 160.16 5.28 153.16 5.28 ML +closepath C99 fill + newpath +146.16 71.28 146.16 65.28 153.16 65.28 153.16 71.28 146.16 71.28 ML +closepath C99 fill + newpath +146.16 65.28 146.16 59.28 153.16 59.28 153.16 65.28 146.16 65.28 ML +closepath C99 fill + newpath +146.16 59.28 146.16 53.28 153.16 53.28 153.16 59.28 146.16 59.28 ML +closepath C99 fill + newpath +146.16 53.28 146.16 47.28 153.16 47.28 153.16 53.28 146.16 53.28 ML +closepath C99 fill + newpath +146.16 47.28 146.16 41.28 153.16 41.28 153.16 47.28 146.16 47.28 ML +closepath C99 fill + newpath +146.16 41.28 146.16 35.28 153.16 35.28 153.16 41.28 146.16 41.28 ML +closepath C99 fill + newpath +146.16 35.28 146.16 29.28 153.16 29.28 153.16 35.28 146.16 35.28 ML +closepath C99 fill + newpath +146.16 29.28 146.16 23.28 153.16 23.28 153.16 29.28 146.16 29.28 ML +closepath C99 fill + newpath +146.16 23.28 146.16 17.28 153.16 17.28 153.16 23.28 146.16 23.28 ML +closepath C99 fill + newpath +146.16 17.28 146.16 11.28 153.16 11.28 153.16 17.28 146.16 17.28 ML +closepath C99 fill + newpath +146.16 11.28 146.16 5.28 153.16 5.28 153.16 11.28 146.16 11.28 ML +closepath C99 fill + newpath +146.16 5.28 146.16 -0.72 153.16 -0.72 153.16 5.28 146.16 5.28 ML +closepath C99 fill + newpath +139.16 71.28 139.16 65.28 146.16 65.28 146.16 71.28 139.16 71.28 ML +closepath C99 fill + newpath +139.16 65.28 139.16 59.28 146.16 59.28 146.16 65.28 139.16 65.28 ML +closepath C99 fill + newpath +139.16 59.28 139.16 53.28 146.16 53.28 146.16 59.28 139.16 59.28 ML +closepath C99 fill + newpath +139.16 53.28 139.16 47.28 146.16 47.28 146.16 53.28 139.16 53.28 ML +closepath C99 fill + newpath +139.16 47.28 139.16 41.28 146.16 41.28 146.16 47.28 139.16 47.28 ML +closepath C99 fill + newpath +139.16 41.28 139.16 35.28 146.16 35.28 146.16 41.28 139.16 41.28 ML +closepath C99 fill + newpath +139.16 35.28 139.16 29.28 146.16 29.28 146.16 35.28 139.16 35.28 ML +closepath C99 fill + newpath +139.16 29.28 139.16 23.28 146.16 23.28 146.16 29.28 139.16 29.28 ML +closepath C99 fill + newpath +139.16 23.28 139.16 17.28 146.16 17.28 146.16 23.28 139.16 23.28 ML +closepath C99 fill + newpath +139.16 17.28 139.16 11.28 146.16 11.28 146.16 17.28 139.16 17.28 ML +closepath C99 fill + newpath +139.16 11.28 139.16 5.28 146.16 5.28 146.16 11.28 139.16 11.28 ML +closepath C99 fill + newpath +139.16 5.28 139.16 -0.72 146.16 -0.72 146.16 5.28 139.16 5.28 ML +closepath C99 fill + newpath +132.16 71.28 132.16 65.28 139.16 65.28 139.16 71.28 132.16 71.28 ML +closepath C99 fill + newpath +132.16 65.28 132.16 59.28 139.16 59.28 139.16 65.28 132.16 65.28 ML +closepath C99 fill + newpath +132.16 59.28 132.16 53.28 139.16 53.28 139.16 59.28 132.16 59.28 ML +closepath C99 fill + newpath +132.16 53.28 132.16 47.28 139.16 47.28 139.16 53.28 132.16 53.28 ML +closepath C99 fill + newpath +132.16 47.28 132.16 41.28 139.16 41.28 139.16 47.28 132.16 47.28 ML +closepath C99 fill + newpath +132.16 41.28 132.16 35.28 139.16 35.28 139.16 41.28 132.16 41.28 ML +closepath C99 fill + newpath +132.16 35.28 132.16 29.28 139.16 29.28 139.16 35.28 132.16 35.28 ML +closepath C99 fill + newpath +132.16 29.28 132.16 23.28 139.16 23.28 139.16 29.28 132.16 29.28 ML +closepath C99 fill + newpath +132.16 23.28 132.16 17.28 139.16 17.28 139.16 23.28 132.16 23.28 ML +closepath C99 fill + newpath +132.16 17.28 132.16 11.28 139.16 11.28 139.16 17.28 132.16 17.28 ML +closepath C99 fill + newpath +132.16 11.28 132.16 5.28 139.16 5.28 139.16 11.28 132.16 11.28 ML +closepath C99 fill + newpath +132.16 5.28 132.16 -0.72 139.16 -0.72 139.16 5.28 132.16 5.28 ML +closepath C99 fill + newpath +125.16 71.28 125.16 65.28 132.16 65.28 132.16 71.28 125.16 71.28 ML +closepath C2 fill + newpath +125.16 65.28 125.16 59.28 132.16 59.28 132.16 65.28 125.16 65.28 ML +closepath C2 fill + newpath +125.16 59.28 125.16 53.28 132.16 53.28 132.16 59.28 125.16 59.28 ML +closepath C2 fill + newpath +125.16 53.28 125.16 47.28 132.16 47.28 132.16 53.28 125.16 53.28 ML +closepath C2 fill + newpath +125.16 47.28 125.16 41.28 132.16 41.28 132.16 47.28 125.16 47.28 ML +closepath C2 fill + newpath +125.16 41.28 125.16 35.28 132.16 35.28 132.16 41.28 125.16 41.28 ML +closepath C2 fill + newpath +125.16 35.28 125.16 29.28 132.16 29.28 132.16 35.28 125.16 35.28 ML +closepath C2 fill + newpath +125.16 29.28 125.16 23.28 132.16 23.28 132.16 29.28 125.16 29.28 ML +closepath C2 fill + newpath +125.16 23.28 125.16 17.28 132.16 17.28 132.16 23.28 125.16 23.28 ML +closepath C99 fill + newpath +125.16 17.28 125.16 11.28 132.16 11.28 132.16 17.28 125.16 17.28 ML +closepath C99 fill + newpath +125.16 11.28 125.16 5.28 132.16 5.28 132.16 11.28 125.16 11.28 ML +closepath C99 fill + newpath +125.16 5.28 125.16 -0.72 132.16 -0.72 132.16 5.28 125.16 5.28 ML +closepath C99 fill + newpath +118.16 71.28 118.16 65.28 125.16 65.28 125.16 71.28 118.16 71.28 ML +closepath C2 fill + newpath +118.16 65.28 118.16 59.28 125.16 59.28 125.16 65.28 118.16 65.28 ML +closepath C2 fill + newpath +118.16 59.28 118.16 53.28 125.16 53.28 125.16 59.28 118.16 59.28 ML +closepath C2 fill + newpath +118.16 53.28 118.16 47.28 125.16 47.28 125.16 53.28 118.16 53.28 ML +closepath C2 fill + newpath +118.16 47.28 118.16 41.28 125.16 41.28 125.16 47.28 118.16 47.28 ML +closepath C2 fill + newpath +118.16 41.28 118.16 35.28 125.16 35.28 125.16 41.28 118.16 41.28 ML +closepath C2 fill + newpath +118.16 35.28 118.16 29.28 125.16 29.28 125.16 35.28 118.16 35.28 ML +closepath C2 fill + newpath +118.16 29.28 118.16 23.28 125.16 23.28 125.16 29.28 118.16 29.28 ML +closepath C2 fill + newpath +118.16 23.28 118.16 17.28 125.16 17.28 125.16 23.28 118.16 23.28 ML +closepath C99 fill + newpath +118.16 17.28 118.16 11.28 125.16 11.28 125.16 17.28 118.16 17.28 ML +closepath C99 fill + newpath +118.16 11.28 118.16 5.28 125.16 5.28 125.16 11.28 118.16 11.28 ML +closepath C99 fill + newpath +118.16 5.28 118.16 -0.72 125.16 -0.72 125.16 5.28 118.16 5.28 ML +closepath C99 fill + newpath +111.16 71.28 111.16 65.28 118.16 65.28 118.16 71.28 111.16 71.28 ML +closepath C99 fill + newpath +111.16 65.28 111.16 59.28 118.16 59.28 118.16 65.28 111.16 65.28 ML +closepath C99 fill + newpath +111.16 59.28 111.16 53.28 118.16 53.28 118.16 59.28 111.16 59.28 ML +closepath C99 fill + newpath +111.16 53.28 111.16 47.28 118.16 47.28 118.16 53.28 111.16 53.28 ML +closepath C99 fill + newpath +111.16 47.28 111.16 41.28 118.16 41.28 118.16 47.28 111.16 47.28 ML +closepath C99 fill + newpath +111.16 41.28 111.16 35.28 118.16 35.28 118.16 41.28 111.16 41.28 ML +closepath C99 fill + newpath +111.16 35.28 111.16 29.28 118.16 29.28 118.16 35.28 111.16 35.28 ML +closepath C99 fill + newpath +111.16 29.28 111.16 23.28 118.16 23.28 118.16 29.28 111.16 29.28 ML +closepath C99 fill + newpath +111.16 23.28 111.16 17.28 118.16 17.28 118.16 23.28 111.16 23.28 ML +closepath C99 fill + newpath +111.16 17.28 111.16 11.28 118.16 11.28 118.16 17.28 111.16 17.28 ML +closepath C99 fill + newpath +111.16 11.28 111.16 5.28 118.16 5.28 118.16 11.28 111.16 11.28 ML +closepath C99 fill + newpath +111.16 5.28 111.16 -0.72 118.16 -0.72 118.16 5.28 111.16 5.28 ML +closepath C99 fill + newpath +104.16 71.28 104.16 65.28 111.16 65.28 111.16 71.28 104.16 71.28 ML +closepath C2 fill + newpath +104.16 65.28 104.16 59.28 111.16 59.28 111.16 65.28 104.16 65.28 ML +closepath C2 fill + newpath +104.16 59.28 104.16 53.28 111.16 53.28 111.16 59.28 104.16 59.28 ML +closepath C2 fill + newpath +104.16 53.28 104.16 47.28 111.16 47.28 111.16 53.28 104.16 53.28 ML +closepath C2 fill + newpath +104.16 47.28 104.16 41.28 111.16 41.28 111.16 47.28 104.16 47.28 ML +closepath C2 fill + newpath +104.16 41.28 104.16 35.28 111.16 35.28 111.16 41.28 104.16 41.28 ML +closepath C2 fill + newpath +104.16 35.28 104.16 29.28 111.16 29.28 111.16 35.28 104.16 35.28 ML +closepath C2 fill + newpath +104.16 29.28 104.16 23.28 111.16 23.28 111.16 29.28 104.16 29.28 ML +closepath C2 fill + newpath +104.16 23.28 104.16 17.28 111.16 17.28 111.16 23.28 104.16 23.28 ML +closepath C99 fill + newpath +104.16 17.28 104.16 11.28 111.16 11.28 111.16 17.28 104.16 17.28 ML +closepath C99 fill + newpath +104.16 11.28 104.16 5.28 111.16 5.28 111.16 11.28 104.16 11.28 ML +closepath C99 fill + newpath +104.16 5.28 104.16 -0.72 111.16 -0.72 111.16 5.28 104.16 5.28 ML +closepath C99 fill + newpath +97.16 71.28 97.16 65.28 104.16 65.28 104.16 71.28 97.16 71.28 ML +closepath C2 fill + newpath +97.16 65.28 97.16 59.28 104.16 59.28 104.16 65.28 97.16 65.28 ML +closepath C2 fill + newpath +97.16 59.28 97.16 53.28 104.16 53.28 104.16 59.28 97.16 59.28 ML +closepath C2 fill + newpath +97.16 53.28 97.16 47.28 104.16 47.28 104.16 53.28 97.16 53.28 ML +closepath C2 fill + newpath +97.16 47.28 97.16 41.28 104.16 41.28 104.16 47.28 97.16 47.28 ML +closepath C2 fill + newpath +97.16 41.28 97.16 35.28 104.16 35.28 104.16 41.28 97.16 41.28 ML +closepath C2 fill + newpath +97.16 35.28 97.16 29.28 104.16 29.28 104.16 35.28 97.16 35.28 ML +closepath C2 fill + newpath +97.16 29.28 97.16 23.28 104.16 23.28 104.16 29.28 97.16 29.28 ML +closepath C2 fill + newpath +97.16 23.28 97.16 17.28 104.16 17.28 104.16 23.28 97.16 23.28 ML +closepath C99 fill + newpath +97.16 17.28 97.16 11.28 104.16 11.28 104.16 17.28 97.16 17.28 ML +closepath C99 fill + newpath +97.16 11.28 97.16 5.28 104.16 5.28 104.16 11.28 97.16 11.28 ML +closepath C99 fill + newpath +97.16 5.28 97.16 -0.72 104.16 -0.72 104.16 5.28 97.16 5.28 ML +closepath C99 fill + newpath +90.16 71.28 90.16 65.28 97.16 65.28 97.16 71.28 90.16 71.28 ML +closepath C2 fill + newpath +90.16 65.28 90.16 59.28 97.16 59.28 97.16 65.28 90.16 65.28 ML +closepath C2 fill + newpath +90.16 59.28 90.16 53.28 97.16 53.28 97.16 59.28 90.16 59.28 ML +closepath C2 fill + newpath +90.16 53.28 90.16 47.28 97.16 47.28 97.16 53.28 90.16 53.28 ML +closepath C2 fill + newpath +90.16 47.28 90.16 41.28 97.16 41.28 97.16 47.28 90.16 47.28 ML +closepath C2 fill + newpath +90.16 41.28 90.16 35.28 97.16 35.28 97.16 41.28 90.16 41.28 ML +closepath C2 fill + newpath +90.16 35.28 90.16 29.28 97.16 29.28 97.16 35.28 90.16 35.28 ML +closepath C2 fill + newpath +90.16 29.28 90.16 23.28 97.16 23.28 97.16 29.28 90.16 29.28 ML +closepath C2 fill + newpath +90.16 23.28 90.16 17.28 97.16 17.28 97.16 23.28 90.16 23.28 ML +closepath C99 fill + newpath +90.16 17.28 90.16 11.28 97.16 11.28 97.16 17.28 90.16 17.28 ML +closepath C99 fill + newpath +90.16 11.28 90.16 5.28 97.16 5.28 97.16 11.28 90.16 11.28 ML +closepath C99 fill + newpath +90.16 5.28 90.16 -0.72 97.16 -0.72 97.16 5.28 90.16 5.28 ML +closepath C99 fill + newpath +83.16 71.28 83.16 65.28 90.16 65.28 90.16 71.28 83.16 71.28 ML +closepath C2 fill + newpath +83.16 65.28 83.16 59.28 90.16 59.28 90.16 65.28 83.16 65.28 ML +closepath C2 fill + newpath +83.16 59.28 83.16 53.28 90.16 53.28 90.16 59.28 83.16 59.28 ML +closepath C2 fill + newpath +83.16 53.28 83.16 47.28 90.16 47.28 90.16 53.28 83.16 53.28 ML +closepath C2 fill + newpath +83.16 47.28 83.16 41.28 90.16 41.28 90.16 47.28 83.16 47.28 ML +closepath C2 fill + newpath +83.16 41.28 83.16 35.28 90.16 35.28 90.16 41.28 83.16 41.28 ML +closepath C2 fill + newpath +83.16 35.28 83.16 29.28 90.16 29.28 90.16 35.28 83.16 35.28 ML +closepath C2 fill + newpath +83.16 29.28 83.16 23.28 90.16 23.28 90.16 29.28 83.16 29.28 ML +closepath C2 fill + newpath +83.16 23.28 83.16 17.28 90.16 17.28 90.16 23.28 83.16 23.28 ML +closepath C99 fill + newpath +83.16 17.28 83.16 11.28 90.16 11.28 90.16 17.28 83.16 17.28 ML +closepath C99 fill + newpath +83.16 11.28 83.16 5.28 90.16 5.28 90.16 11.28 83.16 11.28 ML +closepath C99 fill + newpath +83.16 5.28 83.16 -0.72 90.16 -0.72 90.16 5.28 83.16 5.28 ML +closepath C99 fill + newpath +76.16 71.28 76.16 65.28 83.16 65.28 83.16 71.28 76.16 71.28 ML +closepath C99 fill + newpath +76.16 65.28 76.16 59.28 83.16 59.28 83.16 65.28 76.16 65.28 ML +closepath C99 fill + newpath +76.16 59.28 76.16 53.28 83.16 53.28 83.16 59.28 76.16 59.28 ML +closepath C99 fill + newpath +76.16 53.28 76.16 47.28 83.16 47.28 83.16 53.28 76.16 53.28 ML +closepath C99 fill + newpath +76.16 47.28 76.16 41.28 83.16 41.28 83.16 47.28 76.16 47.28 ML +closepath C99 fill + newpath +76.16 41.28 76.16 35.28 83.16 35.28 83.16 41.28 76.16 41.28 ML +closepath C99 fill + newpath +76.16 35.28 76.16 29.28 83.16 29.28 83.16 35.28 76.16 35.28 ML +closepath C99 fill + newpath +76.16 29.28 76.16 23.28 83.16 23.28 83.16 29.28 76.16 29.28 ML +closepath C99 fill + newpath +76.16 23.28 76.16 17.28 83.16 17.28 83.16 23.28 76.16 23.28 ML +closepath C99 fill + newpath +76.16 17.28 76.16 11.28 83.16 11.28 83.16 17.28 76.16 17.28 ML +closepath C99 fill + newpath +76.16 11.28 76.16 5.28 83.16 5.28 83.16 11.28 76.16 11.28 ML +closepath C99 fill + newpath +76.16 5.28 76.16 -0.72 83.16 -0.72 83.16 5.28 76.16 5.28 ML +closepath C99 fill + newpath +69.16 71.28 69.16 65.28 76.16 65.28 76.16 71.28 69.16 71.28 ML +closepath C2 fill + newpath +69.16 65.28 69.16 59.28 76.16 59.28 76.16 65.28 69.16 65.28 ML +closepath C2 fill + newpath +69.16 59.28 69.16 53.28 76.16 53.28 76.16 59.28 69.16 59.28 ML +closepath C2 fill + newpath +69.16 53.28 69.16 47.28 76.16 47.28 76.16 53.28 69.16 53.28 ML +closepath C2 fill + newpath +69.16 47.28 69.16 41.28 76.16 41.28 76.16 47.28 69.16 47.28 ML +closepath C2 fill + newpath +69.16 41.28 69.16 35.28 76.16 35.28 76.16 41.28 69.16 41.28 ML +closepath C2 fill + newpath +69.16 35.28 69.16 29.28 76.16 29.28 76.16 35.28 69.16 35.28 ML +closepath C2 fill + newpath +69.16 29.28 69.16 23.28 76.16 23.28 76.16 29.28 69.16 29.28 ML +closepath C2 fill + newpath +69.16 23.28 69.16 17.28 76.16 17.28 76.16 23.28 69.16 23.28 ML +closepath C99 fill + newpath +69.16 17.28 69.16 11.28 76.16 11.28 76.16 17.28 69.16 17.28 ML +closepath C99 fill + newpath +69.16 11.28 69.16 5.28 76.16 5.28 76.16 11.28 69.16 11.28 ML +closepath C99 fill + newpath +69.16 5.28 69.16 -0.72 76.16 -0.72 76.16 5.28 69.16 5.28 ML +closepath C99 fill + newpath +62.16 71.28 62.16 65.28 69.16 65.28 69.16 71.28 62.16 71.28 ML +closepath C99 fill + newpath +62.16 65.28 62.16 59.28 69.16 59.28 69.16 65.28 62.16 65.28 ML +closepath C99 fill + newpath +62.16 59.28 62.16 53.28 69.16 53.28 69.16 59.28 62.16 59.28 ML +closepath C99 fill + newpath +62.16 53.28 62.16 47.28 69.16 47.28 69.16 53.28 62.16 53.28 ML +closepath C99 fill + newpath +62.16 47.28 62.16 41.28 69.16 41.28 69.16 47.28 62.16 47.28 ML +closepath C99 fill + newpath +62.16 41.28 62.16 35.28 69.16 35.28 69.16 41.28 62.16 41.28 ML +closepath C99 fill + newpath +62.16 35.28 62.16 29.28 69.16 29.28 69.16 35.28 62.16 35.28 ML +closepath C99 fill + newpath +62.16 29.28 62.16 23.28 69.16 23.28 69.16 29.28 62.16 29.28 ML +closepath C99 fill + newpath +62.16 23.28 62.16 17.28 69.16 17.28 69.16 23.28 62.16 23.28 ML +closepath C99 fill + newpath +62.16 17.28 62.16 11.28 69.16 11.28 69.16 17.28 62.16 17.28 ML +closepath C99 fill + newpath +62.16 11.28 62.16 5.28 69.16 5.28 69.16 11.28 62.16 11.28 ML +closepath C99 fill + newpath +62.16 5.28 62.16 -0.72 69.16 -0.72 69.16 5.28 62.16 5.28 ML +closepath C99 fill + newpath +55.16 71.28 55.16 65.28 62.16 65.28 62.16 71.28 55.16 71.28 ML +closepath C1 fill + newpath +55.16 65.28 55.16 59.28 62.16 59.28 62.16 65.28 55.16 65.28 ML +closepath C1 fill + newpath +55.16 59.28 55.16 53.28 62.16 53.28 62.16 59.28 55.16 59.28 ML +closepath C1 fill + newpath +55.16 53.28 55.16 47.28 62.16 47.28 62.16 53.28 55.16 53.28 ML +closepath C1 fill + newpath +55.16 47.28 55.16 41.28 62.16 41.28 62.16 47.28 55.16 47.28 ML +closepath C1 fill + newpath +55.16 41.28 55.16 35.28 62.16 35.28 62.16 41.28 55.16 41.28 ML +closepath C1 fill + newpath +55.16 35.28 55.16 29.28 62.16 29.28 62.16 35.28 55.16 35.28 ML +closepath C1 fill + newpath +55.16 29.28 55.16 23.28 62.16 23.28 62.16 29.28 55.16 29.28 ML +closepath C1 fill + newpath +55.16 23.28 55.16 17.28 62.16 17.28 62.16 23.28 55.16 23.28 ML +closepath C99 fill + newpath +55.16 17.28 55.16 11.28 62.16 11.28 62.16 17.28 55.16 17.28 ML +closepath C99 fill + newpath +55.16 11.28 55.16 5.28 62.16 5.28 62.16 11.28 55.16 11.28 ML +closepath C99 fill + newpath +55.16 5.28 55.16 -0.72 62.16 -0.72 62.16 5.28 55.16 5.28 ML +closepath C99 fill + newpath +48.16 71.28 48.16 65.28 55.16 65.28 55.16 71.28 48.16 71.28 ML +closepath C99 fill + newpath +48.16 65.28 48.16 59.28 55.16 59.28 55.16 65.28 48.16 65.28 ML +closepath C99 fill + newpath +48.16 59.28 48.16 53.28 55.16 53.28 55.16 59.28 48.16 59.28 ML +closepath C99 fill + newpath +48.16 53.28 48.16 47.28 55.16 47.28 55.16 53.28 48.16 53.28 ML +closepath C99 fill + newpath +48.16 47.28 48.16 41.28 55.16 41.28 55.16 47.28 48.16 47.28 ML +closepath C99 fill + newpath +48.16 41.28 48.16 35.28 55.16 35.28 55.16 41.28 48.16 41.28 ML +closepath C99 fill + newpath +48.16 35.28 48.16 29.28 55.16 29.28 55.16 35.28 48.16 35.28 ML +closepath C99 fill + newpath +48.16 29.28 48.16 23.28 55.16 23.28 55.16 29.28 48.16 29.28 ML +closepath C99 fill + newpath +48.16 23.28 48.16 17.28 55.16 17.28 55.16 23.28 48.16 23.28 ML +closepath C99 fill + newpath +48.16 17.28 48.16 11.28 55.16 11.28 55.16 17.28 48.16 17.28 ML +closepath C99 fill + newpath +48.16 11.28 48.16 5.28 55.16 5.28 55.16 11.28 48.16 11.28 ML +closepath C99 fill + newpath +48.16 5.28 48.16 -0.72 55.16 -0.72 55.16 5.28 48.16 5.28 ML +closepath C99 fill + newpath +41.16 71.28 41.16 65.28 48.16 65.28 48.16 71.28 41.16 71.28 ML +closepath C1 fill + newpath +41.16 65.28 41.16 59.28 48.16 59.28 48.16 65.28 41.16 65.28 ML +closepath C1 fill + newpath +41.16 59.28 41.16 53.28 48.16 53.28 48.16 59.28 41.16 59.28 ML +closepath C1 fill + newpath +41.16 53.28 41.16 47.28 48.16 47.28 48.16 53.28 41.16 53.28 ML +closepath C1 fill + newpath +41.16 47.28 41.16 41.28 48.16 41.28 48.16 47.28 41.16 47.28 ML +closepath C1 fill + newpath +41.16 41.28 41.16 35.28 48.16 35.28 48.16 41.28 41.16 41.28 ML +closepath C1 fill + newpath +41.16 35.28 41.16 29.28 48.16 29.28 48.16 35.28 41.16 35.28 ML +closepath C1 fill + newpath +41.16 29.28 41.16 23.28 48.16 23.28 48.16 29.28 41.16 29.28 ML +closepath C1 fill + newpath +41.16 23.28 41.16 17.28 48.16 17.28 48.16 23.28 41.16 23.28 ML +closepath C99 fill + newpath +41.16 17.28 41.16 11.28 48.16 11.28 48.16 17.28 41.16 17.28 ML +closepath C99 fill + newpath +41.16 11.28 41.16 5.28 48.16 5.28 48.16 11.28 41.16 11.28 ML +closepath C99 fill + newpath +41.16 5.28 41.16 -0.72 48.16 -0.72 48.16 5.28 41.16 5.28 ML +closepath C99 fill + newpath +34.16 71.28 34.16 65.28 41.16 65.28 41.16 71.28 34.16 71.28 ML +closepath C99 fill + newpath +34.16 65.28 34.16 59.28 41.16 59.28 41.16 65.28 34.16 65.28 ML +closepath C99 fill + newpath +34.16 59.28 34.16 53.28 41.16 53.28 41.16 59.28 34.16 59.28 ML +closepath C99 fill + newpath +34.16 53.28 34.16 47.28 41.16 47.28 41.16 53.28 34.16 53.28 ML +closepath C99 fill + newpath +34.16 47.28 34.16 41.28 41.16 41.28 41.16 47.28 34.16 47.28 ML +closepath C99 fill + newpath +34.16 41.28 34.16 35.28 41.16 35.28 41.16 41.28 34.16 41.28 ML +closepath C99 fill + newpath +34.16 35.28 34.16 29.28 41.16 29.28 41.16 35.28 34.16 35.28 ML +closepath C99 fill + newpath +34.16 29.28 34.16 23.28 41.16 23.28 41.16 29.28 34.16 29.28 ML +closepath C99 fill + newpath +34.16 23.28 34.16 17.28 41.16 17.28 41.16 23.28 34.16 23.28 ML +closepath C99 fill + newpath +34.16 17.28 34.16 11.28 41.16 11.28 41.16 17.28 34.16 17.28 ML +closepath C99 fill + newpath +34.16 11.28 34.16 5.28 41.16 5.28 41.16 11.28 34.16 11.28 ML +closepath C99 fill + newpath +34.16 5.28 34.16 -0.72 41.16 -0.72 41.16 5.28 34.16 5.28 ML +closepath C99 fill + newpath +27.16 71.28 27.16 65.28 34.16 65.28 34.16 71.28 27.16 71.28 ML +closepath C99 fill + newpath +27.16 65.28 27.16 59.28 34.16 59.28 34.16 65.28 27.16 65.28 ML +closepath C99 fill + newpath +27.16 59.28 27.16 53.28 34.16 53.28 34.16 59.28 27.16 59.28 ML +closepath C99 fill + newpath +27.16 53.28 27.16 47.28 34.16 47.28 34.16 53.28 27.16 53.28 ML +closepath C99 fill + newpath +27.16 47.28 27.16 41.28 34.16 41.28 34.16 47.28 27.16 47.28 ML +closepath C99 fill + newpath +27.16 41.28 27.16 35.28 34.16 35.28 34.16 41.28 27.16 41.28 ML +closepath C99 fill + newpath +27.16 35.28 27.16 29.28 34.16 29.28 34.16 35.28 27.16 35.28 ML +closepath C99 fill + newpath +27.16 29.28 27.16 23.28 34.16 23.28 34.16 29.28 27.16 29.28 ML +closepath C99 fill + newpath +27.16 23.28 27.16 17.28 34.16 17.28 34.16 23.28 27.16 23.28 ML +closepath C99 fill + newpath +27.16 17.28 27.16 11.28 34.16 11.28 34.16 17.28 27.16 17.28 ML +closepath C99 fill + newpath +27.16 11.28 27.16 5.28 34.16 5.28 34.16 11.28 27.16 11.28 ML +closepath C99 fill + newpath +27.16 5.28 27.16 -0.72 34.16 -0.72 34.16 5.28 27.16 5.28 ML +closepath C99 fill + newpath +20.16 71.28 20.16 65.28 27.16 65.28 27.16 71.28 20.16 71.28 ML +closepath C99 fill + newpath +20.16 65.28 20.16 59.28 27.16 59.28 27.16 65.28 20.16 65.28 ML +closepath C99 fill + newpath +20.16 59.28 20.16 53.28 27.16 53.28 27.16 59.28 20.16 59.28 ML +closepath C99 fill + newpath +20.16 53.28 20.16 47.28 27.16 47.28 27.16 53.28 20.16 53.28 ML +closepath C99 fill + newpath +20.16 47.28 20.16 41.28 27.16 41.28 27.16 47.28 20.16 47.28 ML +closepath C99 fill + newpath +20.16 41.28 20.16 35.28 27.16 35.28 27.16 41.28 20.16 41.28 ML +closepath C99 fill + newpath +20.16 35.28 20.16 29.28 27.16 29.28 27.16 35.28 20.16 35.28 ML +closepath C99 fill + newpath +20.16 29.28 20.16 23.28 27.16 23.28 27.16 29.28 20.16 29.28 ML +closepath C99 fill + newpath +20.16 23.28 20.16 17.28 27.16 17.28 27.16 23.28 20.16 23.28 ML +closepath C99 fill + newpath +20.16 17.28 20.16 11.28 27.16 11.28 27.16 17.28 20.16 17.28 ML +closepath C99 fill + newpath +20.16 11.28 20.16 5.28 27.16 5.28 27.16 11.28 20.16 11.28 ML +closepath C99 fill + newpath +20.16 5.28 20.16 -0.72 27.16 -0.72 27.16 5.28 20.16 5.28 ML +closepath C99 fill + newpath +13.16 71.28 13.16 65.28 20.16 65.28 20.16 71.28 13.16 71.28 ML +closepath C99 fill + newpath +13.16 65.28 13.16 59.28 20.16 59.28 20.16 65.28 13.16 65.28 ML +closepath C99 fill + newpath +13.16 59.28 13.16 53.28 20.16 53.28 20.16 59.28 13.16 59.28 ML +closepath C99 fill + newpath +13.16 53.28 13.16 47.28 20.16 47.28 20.16 53.28 13.16 53.28 ML +closepath C99 fill + newpath +13.16 47.28 13.16 41.28 20.16 41.28 20.16 47.28 13.16 47.28 ML +closepath C99 fill + newpath +13.16 41.28 13.16 35.28 20.16 35.28 20.16 41.28 13.16 41.28 ML +closepath C99 fill + newpath +13.16 35.28 13.16 29.28 20.16 29.28 20.16 35.28 13.16 35.28 ML +closepath C99 fill + newpath +13.16 29.28 13.16 23.28 20.16 23.28 20.16 29.28 13.16 29.28 ML +closepath C99 fill + newpath +13.16 23.28 13.16 17.28 20.16 17.28 20.16 23.28 13.16 23.28 ML +closepath C99 fill + newpath +13.16 17.28 13.16 11.28 20.16 11.28 20.16 17.28 13.16 17.28 ML +closepath C99 fill + newpath +13.16 11.28 13.16 5.28 20.16 5.28 20.16 11.28 13.16 11.28 ML +closepath C99 fill + newpath +13.16 5.28 13.16 -0.72 20.16 -0.72 20.16 5.28 13.16 5.28 ML +closepath C99 fill + newpath +6.16 71.28 6.16 65.28 13.16 65.28 13.16 71.28 6.16 71.28 ML +closepath C2 fill + newpath +6.16 65.28 6.16 59.28 13.16 59.28 13.16 65.28 6.16 65.28 ML +closepath C2 fill + newpath +6.16 59.28 6.16 53.28 13.16 53.28 13.16 59.28 6.16 59.28 ML +closepath C2 fill + newpath +6.16 53.28 6.16 47.28 13.16 47.28 13.16 53.28 6.16 53.28 ML +closepath C2 fill + newpath +6.16 47.28 6.16 41.28 13.16 41.28 13.16 47.28 6.16 47.28 ML +closepath C2 fill + newpath +6.16 41.28 6.16 35.28 13.16 35.28 13.16 41.28 6.16 41.28 ML +closepath C2 fill + newpath +6.16 35.28 6.16 29.28 13.16 29.28 13.16 35.28 6.16 35.28 ML +closepath C2 fill + newpath +6.16 29.28 6.16 23.28 13.16 23.28 13.16 29.28 6.16 29.28 ML +closepath C2 fill + newpath +6.16 23.28 6.16 17.28 13.16 17.28 13.16 23.28 6.16 23.28 ML +closepath C99 fill + newpath +6.16 17.28 6.16 11.28 13.16 11.28 13.16 17.28 6.16 17.28 ML +closepath C99 fill + newpath +6.16 11.28 6.16 5.28 13.16 5.28 13.16 11.28 6.16 11.28 ML +closepath C99 fill + newpath +6.16 5.28 6.16 -0.72 13.16 -0.72 13.16 5.28 6.16 5.28 ML +closepath C99 fill + newpath +-0.84 71.28 -0.84 65.28 6.16 65.28 6.16 71.28 -0.84 71.28 ML +closepath C99 fill + newpath +-0.84 65.28 -0.84 59.28 6.16 59.28 6.16 65.28 -0.84 65.28 ML +closepath C99 fill + newpath +-0.84 59.28 -0.84 53.28 6.16 53.28 6.16 59.28 -0.84 59.28 ML +closepath C99 fill + newpath +-0.84 53.28 -0.84 47.28 6.16 47.28 6.16 53.28 -0.84 53.28 ML +closepath C99 fill + newpath +-0.84 47.28 -0.84 41.28 6.16 41.28 6.16 47.28 -0.84 47.28 ML +closepath C99 fill + newpath +-0.84 41.28 -0.84 35.28 6.16 35.28 6.16 41.28 -0.84 41.28 ML +closepath C99 fill + newpath +-0.84 35.28 -0.84 29.28 6.16 29.28 6.16 35.28 -0.84 35.28 ML +closepath C99 fill + newpath +-0.84 29.28 -0.84 23.28 6.16 23.28 6.16 29.28 -0.84 29.28 ML +closepath C99 fill + newpath +-0.84 23.28 -0.84 17.28 6.16 17.28 6.16 23.28 -0.84 23.28 ML +closepath C99 fill + newpath +-0.84 17.28 -0.84 11.28 6.16 11.28 6.16 17.28 -0.84 17.28 ML +closepath C99 fill + newpath +-0.84 11.28 -0.84 5.28 6.16 5.28 6.16 11.28 -0.84 11.28 ML +closepath C99 fill + newpath +-0.84 5.28 -0.84 -0.72 6.16 -0.72 6.16 5.28 -0.84 5.28 ML +closepath C99 fill +C100 + 461.16 71.28 461.16 65.28 L + C100 + 454.16 71.28 461.16 71.28 L + C100 + 461.16 65.28 461.16 59.28 L + C100 + 461.16 59.28 461.16 53.28 L + C100 + 461.16 53.28 461.16 47.28 L + C100 + 461.16 47.28 461.16 41.28 L + C100 + 461.16 41.28 461.16 35.28 L + C100 + 461.16 35.28 461.16 29.28 L + C100 + 461.16 29.28 461.16 23.28 L + C100 + 454.16 23.28 461.16 23.28 L + C100 + 447.16 71.28 454.16 71.28 L + C100 + 447.16 23.28 454.16 23.28 L + C100 + 440.16 71.28 440.16 65.28 L + C100 + 440.16 71.28 447.16 71.28 L + C100 + 440.16 65.28 440.16 59.28 L + C100 + 440.16 59.28 440.16 53.28 L + C100 + 440.16 53.28 440.16 47.28 L + C100 + 440.16 47.28 440.16 41.28 L + C100 + 440.16 41.28 440.16 35.28 L + C100 + 440.16 35.28 440.16 29.28 L + C100 + 440.16 29.28 440.16 23.28 L + C100 + 440.16 23.28 447.16 23.28 L + C100 + 426.16 71.28 426.16 65.28 L + C100 + 419.16 71.28 426.16 71.28 L + C100 + 426.16 65.28 426.16 59.28 L + C100 + 426.16 59.28 426.16 53.28 L + C100 + 426.16 53.28 426.16 47.28 L + C100 + 426.16 47.28 426.16 41.28 L + C100 + 426.16 41.28 426.16 35.28 L + C100 + 426.16 35.28 426.16 29.28 L + C100 + 426.16 29.28 426.16 23.28 L + C100 + 419.16 23.28 426.16 23.28 L + C100 + 412.16 71.28 419.16 71.28 L + C100 + 412.16 23.28 419.16 23.28 L + C100 + 405.16 71.28 405.16 65.28 L + C100 + 405.16 71.28 412.16 71.28 L + C100 + 405.16 65.28 405.16 59.28 L + C100 + 405.16 59.28 405.16 53.28 L + C100 + 405.16 53.28 405.16 47.28 L + C100 + 405.16 47.28 405.16 41.28 L + C100 + 405.16 41.28 405.16 35.28 L + C100 + 405.16 35.28 405.16 29.28 L + C100 + 405.16 29.28 405.16 23.28 L + C100 + 405.16 23.28 412.16 23.28 L + C100 + 384.16 71.28 384.16 65.28 L + C100 + 391.16 71.28 391.16 65.28 L + C100 + 384.16 71.28 391.16 71.28 L + C100 + 384.16 65.28 384.16 59.28 L + C100 + 391.16 65.28 391.16 59.28 L + C100 + 384.16 59.28 384.16 53.28 L + C100 + 391.16 59.28 391.16 53.28 L + C100 + 384.16 53.28 384.16 47.28 L + C100 + 391.16 53.28 391.16 47.28 L + C100 + 384.16 47.28 384.16 41.28 L + C100 + 391.16 47.28 391.16 41.28 L + C100 + 384.16 41.28 384.16 35.28 L + C100 + 391.16 41.28 391.16 35.28 L + C100 + 384.16 35.28 384.16 29.28 L + C100 + 391.16 35.28 391.16 29.28 L + C100 + 384.16 29.28 384.16 23.28 L + C100 + 391.16 29.28 391.16 23.28 L + C100 + 384.16 23.28 391.16 23.28 L + C100 + 370.16 71.28 370.16 65.28 L + C100 + 363.16 71.28 370.16 71.28 L + C100 + 370.16 65.28 370.16 59.28 L + C100 + 370.16 59.28 370.16 53.28 L + C100 + 370.16 53.28 370.16 47.28 L + C100 + 370.16 47.28 370.16 41.28 L + C100 + 370.16 41.28 370.16 35.28 L + C100 + 370.16 35.28 370.16 29.28 L + C100 + 370.16 29.28 370.16 23.28 L + C100 + 363.16 23.28 370.16 23.28 L + C100 + 356.16 71.28 356.16 65.28 L + C100 + 356.16 71.28 363.16 71.28 L + C100 + 356.16 65.28 356.16 59.28 L + C100 + 356.16 59.28 356.16 53.28 L + C100 + 356.16 53.28 356.16 47.28 L + C100 + 356.16 47.28 356.16 41.28 L + C100 + 356.16 41.28 356.16 35.28 L + C100 + 356.16 35.28 356.16 29.28 L + C100 + 356.16 29.28 356.16 23.28 L + C100 + 356.16 23.28 363.16 23.28 L + C100 + 349.16 71.28 349.16 65.28 L + C100 + 342.16 71.28 349.16 71.28 L + C100 + 349.16 65.28 349.16 59.28 L + C100 + 349.16 59.28 349.16 53.28 L + C100 + 349.16 53.28 349.16 47.28 L + C100 + 349.16 47.28 349.16 41.28 L + C100 + 349.16 41.28 349.16 35.28 L + C100 + 349.16 35.28 349.16 29.28 L + C100 + 349.16 29.28 349.16 23.28 L + C100 + 342.16 23.28 349.16 23.28 L + C100 + 335.16 71.28 342.16 71.28 L + C100 + 335.16 23.28 342.16 23.28 L + C100 + 328.16 71.28 335.16 71.28 L + C100 + 328.16 23.28 335.16 23.28 L + C100 + 321.16 71.28 321.16 65.28 L + C100 + 321.16 71.28 328.16 71.28 L + C100 + 321.16 65.28 321.16 59.28 L + C100 + 321.16 59.28 321.16 53.28 L + C100 + 321.16 53.28 321.16 47.28 L + C100 + 321.16 47.28 321.16 41.28 L + C100 + 321.16 41.28 321.16 35.28 L + C100 + 321.16 35.28 321.16 29.28 L + C100 + 321.16 29.28 321.16 23.28 L + C100 + 321.16 23.28 328.16 23.28 L + C100 + 279.16 71.28 279.16 65.28 L + C100 + 286.16 71.28 286.16 65.28 L + C100 + 279.16 71.28 286.16 71.28 L + C100 + 279.16 65.28 279.16 59.28 L + C100 + 286.16 65.28 286.16 59.28 L + C100 + 279.16 59.28 279.16 53.28 L + C100 + 286.16 59.28 286.16 53.28 L + C100 + 279.16 53.28 279.16 47.28 L + C100 + 286.16 53.28 286.16 47.28 L + C100 + 279.16 47.28 279.16 41.28 L + C100 + 286.16 47.28 286.16 41.28 L + C100 + 279.16 41.28 279.16 35.28 L + C100 + 286.16 41.28 286.16 35.28 L + C100 + 279.16 35.28 279.16 29.28 L + C100 + 286.16 35.28 286.16 29.28 L + C100 + 279.16 29.28 279.16 23.28 L + C100 + 286.16 29.28 286.16 23.28 L + C100 + 279.16 23.28 286.16 23.28 L + C100 + 258.16 71.28 258.16 65.28 L + C100 + 265.16 71.28 265.16 65.28 L + C100 + 258.16 71.28 265.16 71.28 L + C100 + 258.16 65.28 258.16 59.28 L + C100 + 265.16 65.28 265.16 59.28 L + C100 + 258.16 59.28 258.16 53.28 L + C100 + 265.16 59.28 265.16 53.28 L + C100 + 258.16 53.28 258.16 47.28 L + C100 + 265.16 53.28 265.16 47.28 L + C100 + 258.16 47.28 258.16 41.28 L + C100 + 265.16 47.28 265.16 41.28 L + C100 + 258.16 41.28 258.16 35.28 L + C100 + 265.16 41.28 265.16 35.28 L + C100 + 258.16 35.28 258.16 29.28 L + C100 + 265.16 35.28 265.16 29.28 L + C100 + 258.16 29.28 258.16 23.28 L + C100 + 265.16 29.28 265.16 23.28 L + C100 + 258.16 23.28 265.16 23.28 L + C100 + 202.16 71.28 202.16 65.28 L + C100 + 195.16 71.28 202.16 71.28 L + C100 + 202.16 65.28 202.16 59.28 L + C100 + 202.16 59.28 202.16 53.28 L + C100 + 202.16 53.28 202.16 47.28 L + C100 + 202.16 47.28 202.16 41.28 L + C100 + 202.16 41.28 202.16 35.28 L + C100 + 202.16 35.28 202.16 29.28 L + C100 + 202.16 29.28 202.16 23.28 L + C100 + 195.16 23.28 202.16 23.28 L + C100 + 188.16 71.28 188.16 65.28 L + C100 + 188.16 71.28 195.16 71.28 L + C100 + 188.16 65.28 188.16 59.28 L + C100 + 188.16 59.28 188.16 53.28 L + C100 + 188.16 53.28 188.16 47.28 L + C100 + 188.16 47.28 188.16 41.28 L + C100 + 188.16 41.28 188.16 35.28 L + C100 + 188.16 35.28 188.16 29.28 L + C100 + 188.16 29.28 188.16 23.28 L + C100 + 188.16 23.28 195.16 23.28 L + C100 + 132.16 71.28 132.16 65.28 L + C100 + 125.16 71.28 132.16 71.28 L + C100 + 132.16 65.28 132.16 59.28 L + C100 + 132.16 59.28 132.16 53.28 L + C100 + 132.16 53.28 132.16 47.28 L + C100 + 132.16 47.28 132.16 41.28 L + C100 + 132.16 41.28 132.16 35.28 L + C100 + 132.16 35.28 132.16 29.28 L + C100 + 132.16 29.28 132.16 23.28 L + C100 + 125.16 23.28 132.16 23.28 L + C100 + 118.16 71.28 118.16 65.28 L + C100 + 118.16 71.28 125.16 71.28 L + C100 + 118.16 65.28 118.16 59.28 L + C100 + 118.16 59.28 118.16 53.28 L + C100 + 118.16 53.28 118.16 47.28 L + C100 + 118.16 47.28 118.16 41.28 L + C100 + 118.16 41.28 118.16 35.28 L + C100 + 118.16 35.28 118.16 29.28 L + C100 + 118.16 29.28 118.16 23.28 L + C100 + 118.16 23.28 125.16 23.28 L + C100 + 111.16 71.28 111.16 65.28 L + C100 + 104.16 71.28 111.16 71.28 L + C100 + 111.16 65.28 111.16 59.28 L + C100 + 111.16 59.28 111.16 53.28 L + C100 + 111.16 53.28 111.16 47.28 L + C100 + 111.16 47.28 111.16 41.28 L + C100 + 111.16 41.28 111.16 35.28 L + C100 + 111.16 35.28 111.16 29.28 L + C100 + 111.16 29.28 111.16 23.28 L + C100 + 104.16 23.28 111.16 23.28 L + C100 + 97.16 71.28 104.16 71.28 L + C100 + 97.16 23.28 104.16 23.28 L + C100 + 90.16 71.28 97.16 71.28 L + C100 + 90.16 23.28 97.16 23.28 L + C100 + 83.16 71.28 83.16 65.28 L + C100 + 83.16 71.28 90.16 71.28 L + C100 + 83.16 65.28 83.16 59.28 L + C100 + 83.16 59.28 83.16 53.28 L + C100 + 83.16 53.28 83.16 47.28 L + C100 + 83.16 47.28 83.16 41.28 L + C100 + 83.16 41.28 83.16 35.28 L + C100 + 83.16 35.28 83.16 29.28 L + C100 + 83.16 29.28 83.16 23.28 L + C100 + 83.16 23.28 90.16 23.28 L + C100 + 69.16 71.28 69.16 65.28 L + C100 + 76.16 71.28 76.16 65.28 L + C100 + 69.16 71.28 76.16 71.28 L + C100 + 69.16 65.28 69.16 59.28 L + C100 + 76.16 65.28 76.16 59.28 L + C100 + 69.16 59.28 69.16 53.28 L + C100 + 76.16 59.28 76.16 53.28 L + C100 + 69.16 53.28 69.16 47.28 L + C100 + 76.16 53.28 76.16 47.28 L + C100 + 69.16 47.28 69.16 41.28 L + C100 + 76.16 47.28 76.16 41.28 L + C100 + 69.16 41.28 69.16 35.28 L + C100 + 76.16 41.28 76.16 35.28 L + C100 + 69.16 35.28 69.16 29.28 L + C100 + 76.16 35.28 76.16 29.28 L + C100 + 69.16 29.28 69.16 23.28 L + C100 + 76.16 29.28 76.16 23.28 L + C100 + 69.16 23.28 76.16 23.28 L + C100 + 55.16 71.28 55.16 65.28 L + C100 + 62.16 71.28 62.16 65.28 L + C100 + 55.16 71.28 62.16 71.28 L + C100 + 55.16 65.28 55.16 59.28 L + C100 + 62.16 65.28 62.16 59.28 L + C100 + 55.16 59.28 55.16 53.28 L + C100 + 62.16 59.28 62.16 53.28 L + C100 + 55.16 53.28 55.16 47.28 L + C100 + 62.16 53.28 62.16 47.28 L + C100 + 55.16 47.28 55.16 41.28 L + C100 + 62.16 47.28 62.16 41.28 L + C100 + 55.16 41.28 55.16 35.28 L + C100 + 62.16 41.28 62.16 35.28 L + C100 + 55.16 35.28 55.16 29.28 L + C100 + 62.16 35.28 62.16 29.28 L + C100 + 55.16 29.28 55.16 23.28 L + C100 + 62.16 29.28 62.16 23.28 L + C100 + 55.16 23.28 62.16 23.28 L + C100 + 41.16 71.28 41.16 65.28 L + C100 + 48.16 71.28 48.16 65.28 L + C100 + 41.16 71.28 48.16 71.28 L + C100 + 41.16 65.28 41.16 59.28 L + C100 + 48.16 65.28 48.16 59.28 L + C100 + 41.16 59.28 41.16 53.28 L + C100 + 48.16 59.28 48.16 53.28 L + C100 + 41.16 53.28 41.16 47.28 L + C100 + 48.16 53.28 48.16 47.28 L + C100 + 41.16 47.28 41.16 41.28 L + C100 + 48.16 47.28 48.16 41.28 L + C100 + 41.16 41.28 41.16 35.28 L + C100 + 48.16 41.28 48.16 35.28 L + C100 + 41.16 35.28 41.16 29.28 L + C100 + 48.16 35.28 48.16 29.28 L + C100 + 41.16 29.28 41.16 23.28 L + C100 + 48.16 29.28 48.16 23.28 L + C100 + 41.16 23.28 48.16 23.28 L + C100 + 6.16 71.28 6.16 65.28 L + C100 + 13.16 71.28 13.16 65.28 L + C100 + 6.16 71.28 13.16 71.28 L + C100 + 6.16 65.28 6.16 59.28 L + C100 + 13.16 65.28 13.16 59.28 L + C100 + 6.16 59.28 6.16 53.28 L + C100 + 13.16 59.28 13.16 53.28 L + C100 + 6.16 53.28 6.16 47.28 L + C100 + 13.16 53.28 13.16 47.28 L + C100 + 6.16 47.28 6.16 41.28 L + C100 + 13.16 47.28 13.16 41.28 L + C100 + 6.16 41.28 6.16 35.28 L + C100 + 13.16 41.28 13.16 35.28 L + C100 + 6.16 35.28 6.16 29.28 L + C100 + 13.16 35.28 13.16 29.28 L + C100 + 6.16 29.28 6.16 23.28 L + C100 + 13.16 29.28 13.16 23.28 L + C100 + 6.16 23.28 13.16 23.28 L + C100 + C1 + 42.00 0.00 moveto +49.00 0.00 lineto +45.50 5.40 lineto +42.00 0.00 lineto +stroke +42.00 0.00 moveto +49.00 0.00 lineto +45.50 5.40 lineto +42.00 0.00 lineto +closepath + C1 + fill +C100 + C1 + 56.00 0.00 moveto +63.00 0.00 lineto +59.50 5.40 lineto +56.00 0.00 lineto +stroke +56.00 0.00 moveto +63.00 0.00 lineto +59.50 5.40 lineto +56.00 0.00 lineto +closepath + C1 + fill +C100 + 70.00 0.00 moveto +77.00 0.00 lineto +73.50 5.40 lineto +70.00 0.00 lineto +stroke +70.00 0.00 moveto +77.00 0.00 lineto +73.50 5.40 lineto +70.00 0.00 lineto +closepath + C100 + fill +91.00 0.00 moveto +98.00 0.00 lineto +94.50 5.40 lineto +91.00 0.00 lineto +stroke +91.00 0.00 moveto +98.00 0.00 lineto +94.50 5.40 lineto +91.00 0.00 lineto +closepath + C100 + fill +105.00 0.00 moveto +112.00 0.00 lineto +108.50 5.40 lineto +105.00 0.00 lineto +stroke +105.00 0.00 moveto +112.00 0.00 lineto +108.50 5.40 lineto +105.00 0.00 lineto +closepath + C100 + fill +189.00 0.00 moveto +196.00 0.00 lineto +192.50 5.40 lineto +189.00 0.00 lineto +stroke +189.00 0.00 moveto +196.00 0.00 lineto +192.50 5.40 lineto +189.00 0.00 lineto +closepath + C100 + fill +350.00 0.00 moveto +357.00 0.00 lineto +353.50 5.40 lineto +350.00 0.00 lineto +stroke +350.00 0.00 moveto +357.00 0.00 lineto +353.50 5.40 lineto +350.00 0.00 lineto +closepath + C100 + fill +F5 + 0 6 moveto (b7) show +F0 + F5 + 28 6 moveto (b8) show +F0 + F5 + 98 6 moveto (b9) show +F0 + F5 + 203 6 moveto (b10) show +F0 + F5 + 259 6 moveto (b11) show +F0 + F5 + 336 6 moveto (b12) show +F0 + F5 + 385 6 moveto (a9) show +F0 + C11 + 0.00 13.35 7.00 13.35 7.00 16.05 0.00 16.05 0.00 13.35 ML +stroke +0.00 13.35 7.00 13.35 7.00 16.05 0.00 16.05 0.00 13.35 ML +closepath + C11 + fill +C100 + C11 + 7.00 12.00 moveto +11.90 14.70 lineto +7.00 17.40 lineto +7.00 12.00 lineto +stroke +7.00 12.00 moveto +11.90 14.70 lineto +7.00 17.40 lineto +7.00 12.00 lineto +closepath + C11 + fill +C100 + C10 + 14.00 13.35 21.00 13.35 21.00 16.05 14.00 16.05 14.00 13.35 ML +stroke +14.00 13.35 21.00 13.35 21.00 16.05 14.00 16.05 14.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 21.00 13.35 28.00 13.35 28.00 16.05 21.00 16.05 21.00 13.35 ML +stroke +21.00 13.35 28.00 13.35 28.00 16.05 21.00 16.05 21.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 28.00 13.35 35.00 13.35 35.00 16.05 28.00 16.05 28.00 13.35 ML +stroke +28.00 13.35 35.00 13.35 35.00 16.05 28.00 16.05 28.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 35.00 13.35 42.00 13.35 42.00 16.05 35.00 16.05 35.00 13.35 ML +stroke +35.00 13.35 42.00 13.35 42.00 16.05 35.00 16.05 35.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 42.00 12.00 moveto +46.90 14.70 lineto +42.00 17.40 lineto +42.00 12.00 lineto +stroke +42.00 12.00 moveto +46.90 14.70 lineto +42.00 17.40 lineto +42.00 12.00 lineto +closepath + C10 + fill +C100 + C10 + 84.00 13.35 91.00 13.35 91.00 16.05 84.00 16.05 84.00 13.35 ML +stroke +84.00 13.35 91.00 13.35 91.00 16.05 84.00 16.05 84.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 91.00 13.35 98.00 13.35 98.00 16.05 91.00 16.05 91.00 13.35 ML +stroke +91.00 13.35 98.00 13.35 98.00 16.05 91.00 16.05 91.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 98.00 13.35 105.00 13.35 105.00 16.05 98.00 16.05 98.00 13.35 ML +stroke +98.00 13.35 105.00 13.35 105.00 16.05 98.00 16.05 98.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 105.00 13.35 112.00 13.35 112.00 16.05 105.00 16.05 105.00 13.35 ML +stroke +105.00 13.35 112.00 13.35 112.00 16.05 105.00 16.05 105.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 112.00 13.35 119.00 13.35 119.00 16.05 112.00 16.05 112.00 13.35 ML +stroke +112.00 13.35 119.00 13.35 119.00 16.05 112.00 16.05 112.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 119.00 12.00 moveto +123.90 14.70 lineto +119.00 17.40 lineto +119.00 12.00 lineto +stroke +119.00 12.00 moveto +123.90 14.70 lineto +119.00 17.40 lineto +119.00 12.00 lineto +closepath + C10 + fill +C100 + C10 + 189.00 13.35 196.00 13.35 196.00 16.05 189.00 16.05 189.00 13.35 ML +stroke +189.00 13.35 196.00 13.35 196.00 16.05 189.00 16.05 189.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 196.00 13.35 203.00 13.35 203.00 16.05 196.00 16.05 196.00 13.35 ML +stroke +196.00 13.35 203.00 13.35 203.00 16.05 196.00 16.05 196.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 203.00 13.35 210.00 13.35 210.00 16.05 203.00 16.05 203.00 13.35 ML +stroke +203.00 13.35 210.00 13.35 210.00 16.05 203.00 16.05 203.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 210.00 13.35 217.00 13.35 217.00 16.05 210.00 16.05 210.00 13.35 ML +stroke +210.00 13.35 217.00 13.35 217.00 16.05 210.00 16.05 210.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 217.00 12.00 moveto +221.90 14.70 lineto +217.00 17.40 lineto +217.00 12.00 lineto +stroke +217.00 12.00 moveto +221.90 14.70 lineto +217.00 17.40 lineto +217.00 12.00 lineto +closepath + C10 + fill +C100 + C10 + 252.00 13.35 259.00 13.35 259.00 16.05 252.00 16.05 252.00 13.35 ML +stroke +252.00 13.35 259.00 13.35 259.00 16.05 252.00 16.05 252.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 259.00 13.35 266.00 13.35 266.00 16.05 259.00 16.05 259.00 13.35 ML +stroke +259.00 13.35 266.00 13.35 266.00 16.05 259.00 16.05 259.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 266.00 13.35 273.00 13.35 273.00 16.05 266.00 16.05 266.00 13.35 ML +stroke +266.00 13.35 273.00 13.35 273.00 16.05 266.00 16.05 266.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 273.00 12.00 moveto +277.90 14.70 lineto +273.00 17.40 lineto +273.00 12.00 lineto +stroke +273.00 12.00 moveto +277.90 14.70 lineto +273.00 17.40 lineto +273.00 12.00 lineto +closepath + C10 + fill +C100 + C10 + 329.00 13.35 336.00 13.35 336.00 16.05 329.00 16.05 329.00 13.35 ML +stroke +329.00 13.35 336.00 13.35 336.00 16.05 329.00 16.05 329.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 336.00 13.35 343.00 13.35 343.00 16.05 336.00 16.05 336.00 13.35 ML +stroke +336.00 13.35 343.00 13.35 343.00 16.05 336.00 16.05 336.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 343.00 13.35 350.00 13.35 350.00 16.05 343.00 16.05 343.00 13.35 ML +stroke +343.00 13.35 350.00 13.35 350.00 16.05 343.00 16.05 343.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 350.00 13.35 357.00 13.35 357.00 16.05 350.00 16.05 350.00 13.35 ML +stroke +350.00 13.35 357.00 13.35 357.00 16.05 350.00 16.05 350.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 357.00 12.00 moveto +361.90 14.70 lineto +357.00 17.40 lineto +357.00 12.00 lineto +stroke +357.00 12.00 moveto +361.90 14.70 lineto +357.00 17.40 lineto +357.00 12.00 lineto +closepath + C10 + fill +C100 + C11 + 374.50 12.00 moveto +374.50 17.40 lineto +378.00 17.40 lineto +378.00 12.00 lineto +374.50 12.00 lineto +stroke +374.50 12.00 moveto +374.50 17.40 lineto +378.00 17.40 lineto +378.00 12.00 lineto +374.50 12.00 lineto +closepath + C11 + fill +newpath +374.50 12.00 moveto +372.40 12.00 372.40 17.40 374.50 17.40 curveto +376.60 17.40 376.60 12.00 374.50 12.00 curveto +closepath + C99 + fill +374.50 14.43 moveto +374.50 14.97 lineto +371.00 14.97 lineto +371.00 14.43 lineto +374.50 14.43 lineto +stroke +374.50 14.43 moveto +374.50 14.97 lineto +371.00 14.97 lineto +371.00 14.43 lineto +374.50 14.43 lineto +closepath + C11 + fill +newpath +374.50 12.00 moveto +372.40 12.00 372.40 17.40 374.50 17.40 curveto +376.60 17.40 376.60 12.00 374.50 12.00 curveto +stroke +C100 + C11 + 378.00 12.00 385.00 12.00 385.00 17.40 378.00 17.40 378.00 12.00 ML +stroke +378.00 12.00 385.00 12.00 385.00 17.40 378.00 17.40 378.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 385.00 12.00 392.00 12.00 392.00 17.40 385.00 17.40 385.00 12.00 ML +stroke +385.00 12.00 392.00 12.00 392.00 17.40 385.00 17.40 385.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 392.00 12.00 399.00 12.00 399.00 17.40 392.00 17.40 392.00 12.00 ML +stroke +392.00 12.00 399.00 12.00 399.00 17.40 392.00 17.40 392.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 399.00 12.00 406.00 12.00 406.00 17.40 399.00 17.40 399.00 12.00 ML +stroke +399.00 12.00 406.00 12.00 406.00 17.40 399.00 17.40 399.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 409.50 12.00 moveto +409.50 17.40 lineto +406.00 17.40 lineto +406.00 12.00 lineto +409.50 12.00 lineto +stroke +409.50 12.00 moveto +409.50 17.40 lineto +406.00 17.40 lineto +406.00 12.00 lineto +409.50 12.00 lineto +closepath + C11 + fill +newpath +409.50 12.00 moveto +407.40 12.00 407.40 17.40 409.50 17.40 curveto +411.60 17.40 411.60 12.00 409.50 12.00 curveto +stroke +newpath +409.50 12.00 moveto +407.40 12.00 407.40 17.40 409.50 17.40 curveto +411.60 17.40 411.60 12.00 409.50 12.00 curveto +closepath + C11 + fill +409.50 14.43 moveto +409.50 14.97 lineto +413.00 14.97 lineto +413.00 14.43 lineto +409.50 14.43 lineto +stroke +409.50 14.43 moveto +409.50 14.97 lineto +413.00 14.97 lineto +413.00 14.43 lineto +409.50 14.43 lineto +closepath + C11 + fill +C100 + 14 18 moveto (210) show + 84 18 moveto (220) show + 154 18 moveto (230) show + 266 18 moveto (240) show + 336 18 moveto (250) show + 406 18 moveto (260) show +(K) 0 24 P +(L) 7 24 P +(S) 14 24 P +(F) 21 24 P +(E) 28 24 P +(W) 35 24 P +F2 + C99 + (H) 42 24 P +F0 + C100 + (E) 49 24 P +F2 + C99 + (D) 56 24 P +F0 + C100 + (V) 63 24 P +(S) 70 24 P +(L) 77 24 P +(I) 84 24 P +(T) 91 24 P +(V) 98 24 P +(L) 105 24 P +(Y) 112 24 P +(Q) 119 24 P +(S) 126 24 P +(N) 133 24 P +(V) 140 24 P +(Q) 147 24 P +(N) 154 24 P +F2 + C99 + (L) 189 24 P +F0 + F2 + (Q) 196 24 P +F0 + C100 + (V) 203 24 P +(E) 210 24 P +(T) 217 24 P +(A) 224 24 P +(A) 231 24 P +(G) 252 24 P +(Y) 259 24 P +(Q) 266 24 P +(D) 273 24 P +(I) 280 24 P +(E) 287 24 P +(A) 294 24 P +(D) 301 24 P +(D) 308 24 P +(T) 315 24 P +(G) 322 24 P +(Y) 329 24 P +(L) 336 24 P +(I) 343 24 P +(N) 350 24 P +(C) 357 24 P +F2 + C99 + (G) 364 24 P +F0 + C100 + (S) 371 24 P +(Y) 378 24 P +(M) 385 24 P +(A) 392 24 P +(H) 399 24 P +(L) 406 24 P +(T) 413 24 P +(N) 420 24 P +(N) 427 24 P +(Y) 434 24 P +(Y) 441 24 P +(K) 448 24 P +(A) 455 24 P +(P) 0 30 P +(L) 7 30 P +(R) 14 30 P +(M) 21 30 P +(G) 28 30 P +(P) 35 30 P +F2 + C99 + (H) 42 30 P +F0 + C100 + (Y) 49 30 P +F2 + C99 + (D) 56 30 P +F0 + C100 + (L) 63 30 P +(S) 70 30 P +(T) 77 30 P +(I) 84 30 P +(T) 91 30 P +(L) 98 30 P +(V) 105 30 P +(H) 112 30 P +(Q) 119 30 P +(T) 126 30 P +(A) 133 30 P +(C) 140 30 P +(A) 147 30 P +(N) 154 30 P +(G) 161 30 P +(F) 168 30 P +(V) 175 30 P +(S) 182 30 P +F2 + C99 + (L) 189 30 P +F0 + F2 + (Q) 196 30 P +F0 + C100 + (C) 203 30 P +(E) 210 30 P +(V) 217 30 P +(D) 224 30 P +(G) 231 30 P +(E) 252 30 P +(F) 259 30 P +(V) 266 30 P +(D) 273 30 P +(L) 280 30 P +(P) 287 30 P +(T) 294 30 P +(L) 301 30 P +(P) 308 30 P +(G) 315 30 P +(A) 322 30 P +(M) 329 30 P +(V) 336 30 P +(V) 343 30 P +(F) 350 30 P +(C) 357 30 P +F2 + C99 + (G) 364 30 P +F0 + C100 + (A) 371 30 P +(V) 378 30 P +(G) 385 30 P +(T) 392 30 P +(L) 399 30 P +(A) 406 30 P +(T) 413 30 P +(G) 420 30 P +(G) 427 30 P +(K) 434 30 P +(V) 441 30 P +(K) 448 30 P +(A) 455 30 P +(P) 0 36 P +(L) 7 36 P +(R) 14 36 P +(M) 21 36 P +(A) 28 36 P +(P) 35 36 P +F2 + C99 + (H) 42 36 P +F0 + C100 + (Y) 49 36 P +F2 + C99 + (D) 56 36 P +F0 + C100 + (L) 63 36 P +(S) 70 36 P +(M) 77 36 P +(V) 84 36 P +(T) 91 36 P +(L) 98 36 P +(I) 105 36 P +(Q) 112 36 P +(Q) 119 36 P +(T) 126 36 P +(P) 133 36 P +(C) 140 36 P +(A) 147 36 P +(N) 154 36 P +(G) 161 36 P +(F) 168 36 P +(V) 175 36 P +(S) 182 36 P +F2 + C99 + (L) 189 36 P +F0 + F2 + (Q) 196 36 P +F0 + C100 + (A) 203 36 P +(E) 210 36 P +(V) 217 36 P +(G) 224 36 P +(G) 231 36 P +(A) 252 36 P +(F) 259 36 P +(T) 266 36 P +(D) 273 36 P +(L) 280 36 P +(P) 287 36 P +(Y) 294 36 P +(R) 301 36 P +(P) 308 36 P +(D) 315 36 P +(A) 322 36 P +(V) 329 36 P +(L) 336 36 P +(V) 343 36 P +(F) 350 36 P +(C) 357 36 P +F2 + C99 + (G) 364 36 P +F0 + C100 + (A) 371 36 P +(I) 378 36 P +(A) 385 36 P +(T) 392 36 P +(L) 399 36 P +(V) 406 36 P +(T) 413 36 P +(G) 420 36 P +(G) 427 36 P +(Q) 434 36 P +(V) 441 36 P +(K) 448 36 P +(A) 455 36 P +(V) 0 42 P +(L) 7 42 P +(G) 14 42 P +(T) 21 42 P +(G) 28 42 P +(P) 35 42 P +F2 + C99 + (H) 42 42 P +F0 + C100 + (T) 49 42 P +F2 + C99 + (D) 56 42 P +F0 + C100 + (P) 63 42 P +(T) 70 42 P +(S) 77 42 P +(V) 84 42 P +(T) 91 42 P +(I) 98 42 P +(L) 105 42 P +(H) 112 42 P +(Q) 119 42 P +(D) 126 42 P +(P) 133 42 P +(V) 147 42 P +(S) 154 42 P +(G) 161 42 P +F2 + C99 + (L) 189 42 P +F0 + F2 + (Q) 196 42 P +F0 + C100 + (V) 203 42 P +(C) 210 42 P +(S) 217 42 P +(N) 224 42 P +(D) 231 42 P +(Q) 252 42 P +(W) 259 42 P +(Y) 266 42 P +(S) 273 42 P +(I) 280 42 P +(P) 287 42 P +(P) 294 42 P +(N) 301 42 P +(P) 308 42 P +(E) 315 42 P +(A) 322 42 P +(F) 329 42 P +(V) 336 42 P +(I) 343 42 P +(N) 350 42 P +(I) 357 42 P +F2 + C99 + (G) 364 42 P +F0 + C100 + (D) 371 42 P +(T) 378 42 P +(F) 385 42 P +(T) 392 42 P +(S) 399 42 P +(L) 406 42 P +(T) 413 42 P +(N) 420 42 P +(G) 427 42 P +(I) 434 42 P +(Y) 441 42 P +(K) 448 42 P +(G) 455 42 P +(A) 0 48 P +(L) 7 48 P +(G) 14 48 P +(V) 21 48 P +(V) 28 48 P +(A) 35 48 P +F2 + C99 + (H) 42 48 P +F0 + C100 + (T) 49 48 P +F2 + C99 + (D) 56 48 P +F0 + C100 + (M) 63 48 P +(S) 70 48 P +(Y) 77 48 P +(I) 84 48 P +(T) 91 48 P +(I) 98 48 P +(L) 105 48 P +(V) 112 48 P +(P) 119 48 P +(N) 126 48 P +(E) 133 48 P +(V) 147 48 P +(Q) 154 48 P +(G) 161 48 P +F2 + C99 + (L) 189 48 P +F0 + F2 + (Q) 196 48 P +F0 + C100 + (V) 203 48 P +(F) 210 48 P +(K) 217 48 P +(D) 224 48 P +(G) 231 48 P +(H) 252 48 P +(W) 259 48 P +(Y) 266 48 P +(D) 273 48 P +(V) 280 48 P +(K) 287 48 P +(Y) 294 48 P +(I) 301 48 P +(P) 308 48 P +(N) 315 48 P +(A) 322 48 P +(L) 329 48 P +(I) 336 48 P +(V) 343 48 P +(H) 350 48 P +(I) 357 48 P +F2 + C99 + (G) 364 48 P +F0 + C100 + (D) 371 48 P +(Q) 378 48 P +(V) 385 48 P +(E) 392 48 P +(I) 399 48 P +(L) 406 48 P +(S) 413 48 P +(N) 420 48 P +(G) 427 48 P +(K) 434 48 P +(Y) 441 48 P +(K) 448 48 P +(S) 455 48 P +(T) 0 54 P +(L) 7 54 P +(G) 14 54 P +(S) 21 54 P +(G) 28 54 P +(G) 35 54 P +F2 + C99 + (H) 42 54 P +F0 + C100 + (Y) 49 54 P +F2 + C99 + (D) 56 54 P +F0 + C100 + (G) 63 54 P +(N) 70 54 P +(L) 77 54 P +(I) 84 54 P +(T) 91 54 P +(L) 98 54 P +(L) 105 54 P +(Q) 112 54 P +(Q) 119 54 P +(D) 126 54 P +(L) 147 54 P +(P) 154 54 P +(G) 161 54 P +F2 + C99 + (L) 189 54 P +F0 + F2 + (Q) 196 54 P +F0 + C100 + (Q) 203 54 P +(L) 210 54 P +(I) 217 54 P +(V) 224 54 P +(K) 231 54 P +(D) 238 54 P +(A) 245 54 P +(T) 252 54 P +(W) 259 54 P +(I) 266 54 P +(A) 273 54 P +(V) 280 54 P +(Q) 287 54 P +(P) 294 54 P +(I) 301 54 P +(P) 308 54 P +(T) 315 54 P +(A) 322 54 P +(F) 329 54 P +(V) 336 54 P +(V) 343 54 P +(N) 350 54 P +(L) 357 54 P +F2 + C99 + (G) 364 54 P +F0 + C100 + (L) 371 54 P +(T) 378 54 P +(L) 385 54 P +(K) 392 54 P +(V) 399 54 P +(I) 406 54 P +(T) 413 54 P +(N) 420 54 P +(E) 427 54 P +(K) 434 54 P +(F) 441 54 P +(E) 448 54 P +(G) 455 54 P +(T) 0 60 P +(L) 7 60 P +(G) 14 60 P +(L) 21 60 P +(K) 28 60 P +(R) 35 60 P +F2 + C99 + (H) 42 60 P +F0 + C100 + (T) 49 60 P +F2 + C99 + (D) 56 60 P +F0 + C100 + (P) 63 60 P +(G) 70 60 P +(T) 77 60 P +(I) 84 60 P +(T) 91 60 P +(L) 98 60 P +(L) 105 60 P +(L) 112 60 P +(Q) 119 60 P +(D) 126 60 P +(L) 133 60 P +(V) 147 60 P +(G) 154 60 P +(G) 161 60 P +F2 + C99 + (L) 189 60 P +F0 + F2 + (Q) 196 60 P +F0 + C100 + (A) 203 60 P +(T) 210 60 P +(R) 217 60 P +(D) 224 60 P +(G) 231 60 P +(G) 238 60 P +(R) 245 60 P +(T) 252 60 P +(W) 259 60 P +(I) 266 60 P +(T) 273 60 P +(V) 280 60 P +(Q) 287 60 P +(P) 294 60 P +(V) 301 60 P +(E) 308 60 P +(G) 315 60 P +(A) 322 60 P +(F) 329 60 P +(V) 336 60 P +(V) 343 60 P +(N) 350 60 P +(L) 357 60 P +F2 + C99 + (G) 364 60 P +F0 + C100 + (D) 371 60 P +(H) 378 60 P +(G) 385 60 P +(H) 392 60 P +(L) 399 60 P +(L) 406 60 P +(S) 413 60 P +(N) 420 60 P +(G) 427 60 P +(R) 434 60 P +(F) 441 60 P +(K) 448 60 P +(N) 455 60 P +(I) 0 66 P +(K) 7 66 P +(G) 14 66 P +(L) 21 66 P +(R) 28 66 P +(A) 35 66 P +F2 + C99 + (H) 42 66 P +F0 + C100 + (T) 49 66 P +F2 + C99 + (D) 56 66 P +F0 + C100 + (A) 63 66 P +(G) 70 66 P +(G) 77 66 P +(I) 84 66 P +(I) 91 66 P +(L) 98 66 P +(L) 105 66 P +(F) 112 66 P +(Q) 119 66 P +(D) 126 66 P +(D) 133 66 P +(K) 140 66 P +(V) 147 66 P +(S) 154 66 P +(G) 161 66 P +F2 + C99 + (L) 189 66 P +F0 + F2 + (Q) 196 66 P +F0 + C100 + (L) 203 66 P +(L) 210 66 P +(K) 217 66 P +(D) 224 66 P +(E) 231 66 P +(Q) 252 66 P +(W) 259 66 P +(I) 266 66 P +(D) 273 66 P +(V) 280 66 P +(P) 287 66 P +(P) 294 66 P +(M) 301 66 P +(R) 308 66 P +(H) 315 66 P +(S) 322 66 P +(I) 329 66 P +(V) 336 66 P +(V) 343 66 P +(N) 350 66 P +(L) 357 66 P +F2 + C99 + (G) 364 66 P +F0 + C100 + (D) 371 66 P +(Q) 378 66 P +(L) 385 66 P +(E) 392 66 P +(V) 399 66 P +(I) 406 66 P +(T) 413 66 P +(N) 420 66 P +(G) 427 66 P +(K) 434 66 P +(Y) 441 66 P +(K) 448 66 P +(S) 455 66 P +0 -336 translate +0 252 translate +2 setlinecap + 0.33 setlinewidth + newpath +454.16 71.28 454.16 65.28 461.16 65.28 461.16 71.28 454.16 71.28 ML +closepath C99 fill + newpath +454.16 65.28 454.16 59.28 461.16 59.28 461.16 65.28 454.16 65.28 ML +closepath C99 fill + newpath +454.16 59.28 454.16 53.28 461.16 53.28 461.16 59.28 454.16 59.28 ML +closepath C99 fill + newpath +454.16 53.28 454.16 47.28 461.16 47.28 461.16 53.28 454.16 53.28 ML +closepath C99 fill + newpath +454.16 47.28 454.16 41.28 461.16 41.28 461.16 47.28 454.16 47.28 ML +closepath C99 fill + newpath +454.16 41.28 454.16 35.28 461.16 35.28 461.16 41.28 454.16 41.28 ML +closepath C99 fill + newpath +454.16 35.28 454.16 29.28 461.16 29.28 461.16 35.28 454.16 35.28 ML +closepath C99 fill + newpath +454.16 29.28 454.16 23.28 461.16 23.28 461.16 29.28 454.16 29.28 ML +closepath C99 fill + newpath +454.16 23.28 454.16 17.28 461.16 17.28 461.16 23.28 454.16 23.28 ML +closepath C99 fill + newpath +454.16 17.28 454.16 11.28 461.16 11.28 461.16 17.28 454.16 17.28 ML +closepath C99 fill + newpath +454.16 11.28 454.16 5.28 461.16 5.28 461.16 11.28 454.16 11.28 ML +closepath C99 fill + newpath +454.16 5.28 454.16 -0.72 461.16 -0.72 461.16 5.28 454.16 5.28 ML +closepath C99 fill + newpath +447.16 71.28 447.16 65.28 454.16 65.28 454.16 71.28 447.16 71.28 ML +closepath C99 fill + newpath +447.16 65.28 447.16 59.28 454.16 59.28 454.16 65.28 447.16 65.28 ML +closepath C99 fill + newpath +447.16 59.28 447.16 53.28 454.16 53.28 454.16 59.28 447.16 59.28 ML +closepath C99 fill + newpath +447.16 53.28 447.16 47.28 454.16 47.28 454.16 53.28 447.16 53.28 ML +closepath C99 fill + newpath +447.16 47.28 447.16 41.28 454.16 41.28 454.16 47.28 447.16 47.28 ML +closepath C99 fill + newpath +447.16 41.28 447.16 35.28 454.16 35.28 454.16 41.28 447.16 41.28 ML +closepath C99 fill + newpath +447.16 35.28 447.16 29.28 454.16 29.28 454.16 35.28 447.16 35.28 ML +closepath C99 fill + newpath +447.16 29.28 447.16 23.28 454.16 23.28 454.16 29.28 447.16 29.28 ML +closepath C99 fill + newpath +447.16 23.28 447.16 17.28 454.16 17.28 454.16 23.28 447.16 23.28 ML +closepath C99 fill + newpath +447.16 17.28 447.16 11.28 454.16 11.28 454.16 17.28 447.16 17.28 ML +closepath C99 fill + newpath +447.16 11.28 447.16 5.28 454.16 5.28 454.16 11.28 447.16 11.28 ML +closepath C99 fill + newpath +447.16 5.28 447.16 -0.72 454.16 -0.72 454.16 5.28 447.16 5.28 ML +closepath C99 fill + newpath +440.16 71.28 440.16 65.28 447.16 65.28 447.16 71.28 440.16 71.28 ML +closepath C99 fill + newpath +440.16 65.28 440.16 59.28 447.16 59.28 447.16 65.28 440.16 65.28 ML +closepath C99 fill + newpath +440.16 59.28 440.16 53.28 447.16 53.28 447.16 59.28 440.16 59.28 ML +closepath C99 fill + newpath +440.16 53.28 440.16 47.28 447.16 47.28 447.16 53.28 440.16 53.28 ML +closepath C99 fill + newpath +440.16 47.28 440.16 41.28 447.16 41.28 447.16 47.28 440.16 47.28 ML +closepath C99 fill + newpath +440.16 41.28 440.16 35.28 447.16 35.28 447.16 41.28 440.16 41.28 ML +closepath C99 fill + newpath +440.16 35.28 440.16 29.28 447.16 29.28 447.16 35.28 440.16 35.28 ML +closepath C99 fill + newpath +440.16 29.28 440.16 23.28 447.16 23.28 447.16 29.28 440.16 29.28 ML +closepath C99 fill + newpath +440.16 23.28 440.16 17.28 447.16 17.28 447.16 23.28 440.16 23.28 ML +closepath C99 fill + newpath +440.16 17.28 440.16 11.28 447.16 11.28 447.16 17.28 440.16 17.28 ML +closepath C99 fill + newpath +440.16 11.28 440.16 5.28 447.16 5.28 447.16 11.28 440.16 11.28 ML +closepath C99 fill + newpath +440.16 5.28 440.16 -0.72 447.16 -0.72 447.16 5.28 440.16 5.28 ML +closepath C99 fill + newpath +433.16 71.28 433.16 65.28 440.16 65.28 440.16 71.28 433.16 71.28 ML +closepath C99 fill + newpath +433.16 65.28 433.16 59.28 440.16 59.28 440.16 65.28 433.16 65.28 ML +closepath C99 fill + newpath +433.16 59.28 433.16 53.28 440.16 53.28 440.16 59.28 433.16 59.28 ML +closepath C99 fill + newpath +433.16 53.28 433.16 47.28 440.16 47.28 440.16 53.28 433.16 53.28 ML +closepath C99 fill + newpath +433.16 47.28 433.16 41.28 440.16 41.28 440.16 47.28 433.16 47.28 ML +closepath C99 fill + newpath +433.16 41.28 433.16 35.28 440.16 35.28 440.16 41.28 433.16 41.28 ML +closepath C99 fill + newpath +433.16 35.28 433.16 29.28 440.16 29.28 440.16 35.28 433.16 35.28 ML +closepath C99 fill + newpath +433.16 29.28 433.16 23.28 440.16 23.28 440.16 29.28 433.16 29.28 ML +closepath C99 fill + newpath +433.16 23.28 433.16 17.28 440.16 17.28 440.16 23.28 433.16 23.28 ML +closepath C99 fill + newpath +433.16 17.28 433.16 11.28 440.16 11.28 440.16 17.28 433.16 17.28 ML +closepath C99 fill + newpath +433.16 11.28 433.16 5.28 440.16 5.28 440.16 11.28 433.16 11.28 ML +closepath C99 fill + newpath +433.16 5.28 433.16 -0.72 440.16 -0.72 440.16 5.28 433.16 5.28 ML +closepath C99 fill + newpath +426.16 71.28 426.16 65.28 433.16 65.28 433.16 71.28 426.16 71.28 ML +closepath C99 fill + newpath +426.16 65.28 426.16 59.28 433.16 59.28 433.16 65.28 426.16 65.28 ML +closepath C99 fill + newpath +426.16 59.28 426.16 53.28 433.16 53.28 433.16 59.28 426.16 59.28 ML +closepath C99 fill + newpath +426.16 53.28 426.16 47.28 433.16 47.28 433.16 53.28 426.16 53.28 ML +closepath C99 fill + newpath +426.16 47.28 426.16 41.28 433.16 41.28 433.16 47.28 426.16 47.28 ML +closepath C99 fill + newpath +426.16 41.28 426.16 35.28 433.16 35.28 433.16 41.28 426.16 41.28 ML +closepath C99 fill + newpath +426.16 35.28 426.16 29.28 433.16 29.28 433.16 35.28 426.16 35.28 ML +closepath C99 fill + newpath +426.16 29.28 426.16 23.28 433.16 23.28 433.16 29.28 426.16 29.28 ML +closepath C99 fill + newpath +426.16 23.28 426.16 17.28 433.16 17.28 433.16 23.28 426.16 23.28 ML +closepath C99 fill + newpath +426.16 17.28 426.16 11.28 433.16 11.28 433.16 17.28 426.16 17.28 ML +closepath C99 fill + newpath +426.16 11.28 426.16 5.28 433.16 5.28 433.16 11.28 426.16 11.28 ML +closepath C99 fill + newpath +426.16 5.28 426.16 -0.72 433.16 -0.72 433.16 5.28 426.16 5.28 ML +closepath C99 fill + newpath +419.16 71.28 419.16 65.28 426.16 65.28 426.16 71.28 419.16 71.28 ML +closepath C2 fill + newpath +419.16 65.28 419.16 59.28 426.16 59.28 426.16 65.28 419.16 65.28 ML +closepath C2 fill + newpath +419.16 59.28 419.16 53.28 426.16 53.28 426.16 59.28 419.16 59.28 ML +closepath C2 fill + newpath +419.16 53.28 419.16 47.28 426.16 47.28 426.16 53.28 419.16 53.28 ML +closepath C2 fill + newpath +419.16 47.28 419.16 41.28 426.16 41.28 426.16 47.28 419.16 47.28 ML +closepath C2 fill + newpath +419.16 41.28 419.16 35.28 426.16 35.28 426.16 41.28 419.16 41.28 ML +closepath C2 fill + newpath +419.16 35.28 419.16 29.28 426.16 29.28 426.16 35.28 419.16 35.28 ML +closepath C2 fill + newpath +419.16 29.28 419.16 23.28 426.16 23.28 426.16 29.28 419.16 29.28 ML +closepath C2 fill + newpath +419.16 23.28 419.16 17.28 426.16 17.28 426.16 23.28 419.16 23.28 ML +closepath C99 fill + newpath +419.16 17.28 419.16 11.28 426.16 11.28 426.16 17.28 419.16 17.28 ML +closepath C99 fill + newpath +419.16 11.28 419.16 5.28 426.16 5.28 426.16 11.28 419.16 11.28 ML +closepath C99 fill + newpath +419.16 5.28 419.16 -0.72 426.16 -0.72 426.16 5.28 419.16 5.28 ML +closepath C99 fill + newpath +412.16 71.28 412.16 65.28 419.16 65.28 419.16 71.28 412.16 71.28 ML +closepath C99 fill + newpath +412.16 65.28 412.16 59.28 419.16 59.28 419.16 65.28 412.16 65.28 ML +closepath C99 fill + newpath +412.16 59.28 412.16 53.28 419.16 53.28 419.16 59.28 412.16 59.28 ML +closepath C99 fill + newpath +412.16 53.28 412.16 47.28 419.16 47.28 419.16 53.28 412.16 53.28 ML +closepath C99 fill + newpath +412.16 47.28 412.16 41.28 419.16 41.28 419.16 47.28 412.16 47.28 ML +closepath C99 fill + newpath +412.16 41.28 412.16 35.28 419.16 35.28 419.16 41.28 412.16 41.28 ML +closepath C99 fill + newpath +412.16 35.28 412.16 29.28 419.16 29.28 419.16 35.28 412.16 35.28 ML +closepath C99 fill + newpath +412.16 29.28 412.16 23.28 419.16 23.28 419.16 29.28 412.16 29.28 ML +closepath C99 fill + newpath +412.16 23.28 412.16 17.28 419.16 17.28 419.16 23.28 412.16 23.28 ML +closepath C99 fill + newpath +412.16 17.28 412.16 11.28 419.16 11.28 419.16 17.28 412.16 17.28 ML +closepath C99 fill + newpath +412.16 11.28 412.16 5.28 419.16 5.28 419.16 11.28 412.16 11.28 ML +closepath C99 fill + newpath +412.16 5.28 412.16 -0.72 419.16 -0.72 419.16 5.28 412.16 5.28 ML +closepath C99 fill + newpath +405.16 71.28 405.16 65.28 412.16 65.28 412.16 71.28 405.16 71.28 ML +closepath C99 fill + newpath +405.16 65.28 405.16 59.28 412.16 59.28 412.16 65.28 405.16 65.28 ML +closepath C99 fill + newpath +405.16 59.28 405.16 53.28 412.16 53.28 412.16 59.28 405.16 59.28 ML +closepath C99 fill + newpath +405.16 53.28 405.16 47.28 412.16 47.28 412.16 53.28 405.16 53.28 ML +closepath C99 fill + newpath +405.16 47.28 405.16 41.28 412.16 41.28 412.16 47.28 405.16 47.28 ML +closepath C99 fill + newpath +405.16 41.28 405.16 35.28 412.16 35.28 412.16 41.28 405.16 41.28 ML +closepath C99 fill + newpath +405.16 35.28 405.16 29.28 412.16 29.28 412.16 35.28 405.16 35.28 ML +closepath C99 fill + newpath +405.16 29.28 405.16 23.28 412.16 23.28 412.16 29.28 405.16 29.28 ML +closepath C99 fill + newpath +405.16 23.28 405.16 17.28 412.16 17.28 412.16 23.28 405.16 23.28 ML +closepath C99 fill + newpath +405.16 17.28 405.16 11.28 412.16 11.28 412.16 17.28 405.16 17.28 ML +closepath C99 fill + newpath +405.16 11.28 405.16 5.28 412.16 5.28 412.16 11.28 405.16 11.28 ML +closepath C99 fill + newpath +405.16 5.28 405.16 -0.72 412.16 -0.72 412.16 5.28 405.16 5.28 ML +closepath C99 fill + newpath +398.16 71.28 398.16 65.28 405.16 65.28 405.16 71.28 398.16 71.28 ML +closepath C99 fill + newpath +398.16 65.28 398.16 59.28 405.16 59.28 405.16 65.28 398.16 65.28 ML +closepath C99 fill + newpath +398.16 59.28 398.16 53.28 405.16 53.28 405.16 59.28 398.16 59.28 ML +closepath C99 fill + newpath +398.16 53.28 398.16 47.28 405.16 47.28 405.16 53.28 398.16 53.28 ML +closepath C99 fill + newpath +398.16 47.28 398.16 41.28 405.16 41.28 405.16 47.28 398.16 47.28 ML +closepath C99 fill + newpath +398.16 41.28 398.16 35.28 405.16 35.28 405.16 41.28 398.16 41.28 ML +closepath C99 fill + newpath +398.16 35.28 398.16 29.28 405.16 29.28 405.16 35.28 398.16 35.28 ML +closepath C99 fill + newpath +398.16 29.28 398.16 23.28 405.16 23.28 405.16 29.28 398.16 29.28 ML +closepath C99 fill + newpath +398.16 23.28 398.16 17.28 405.16 17.28 405.16 23.28 398.16 23.28 ML +closepath C99 fill + newpath +398.16 17.28 398.16 11.28 405.16 11.28 405.16 17.28 398.16 17.28 ML +closepath C99 fill + newpath +398.16 11.28 398.16 5.28 405.16 5.28 405.16 11.28 398.16 11.28 ML +closepath C99 fill + newpath +398.16 5.28 398.16 -0.72 405.16 -0.72 405.16 5.28 398.16 5.28 ML +closepath C99 fill + newpath +391.16 71.28 391.16 65.28 398.16 65.28 398.16 71.28 391.16 71.28 ML +closepath C2 fill + newpath +391.16 65.28 391.16 59.28 398.16 59.28 398.16 65.28 391.16 65.28 ML +closepath C2 fill + newpath +391.16 59.28 391.16 53.28 398.16 53.28 398.16 59.28 391.16 59.28 ML +closepath C2 fill + newpath +391.16 53.28 391.16 47.28 398.16 47.28 398.16 53.28 391.16 53.28 ML +closepath C2 fill + newpath +391.16 47.28 391.16 41.28 398.16 41.28 398.16 47.28 391.16 47.28 ML +closepath C2 fill + newpath +391.16 41.28 391.16 35.28 398.16 35.28 398.16 41.28 391.16 41.28 ML +closepath C2 fill + newpath +391.16 35.28 391.16 29.28 398.16 29.28 398.16 35.28 391.16 35.28 ML +closepath C2 fill + newpath +391.16 29.28 391.16 23.28 398.16 23.28 398.16 29.28 391.16 29.28 ML +closepath C2 fill + newpath +391.16 23.28 391.16 17.28 398.16 17.28 398.16 23.28 391.16 23.28 ML +closepath C99 fill + newpath +391.16 17.28 391.16 11.28 398.16 11.28 398.16 17.28 391.16 17.28 ML +closepath C99 fill + newpath +391.16 11.28 391.16 5.28 398.16 5.28 398.16 11.28 391.16 11.28 ML +closepath C99 fill + newpath +391.16 5.28 391.16 -0.72 398.16 -0.72 398.16 5.28 391.16 5.28 ML +closepath C99 fill + newpath +384.16 71.28 384.16 65.28 391.16 65.28 391.16 71.28 384.16 71.28 ML +closepath C99 fill + newpath +384.16 65.28 384.16 59.28 391.16 59.28 391.16 65.28 384.16 65.28 ML +closepath C99 fill + newpath +384.16 59.28 384.16 53.28 391.16 53.28 391.16 59.28 384.16 59.28 ML +closepath C99 fill + newpath +384.16 53.28 384.16 47.28 391.16 47.28 391.16 53.28 384.16 53.28 ML +closepath C99 fill + newpath +384.16 47.28 384.16 41.28 391.16 41.28 391.16 47.28 384.16 47.28 ML +closepath C99 fill + newpath +384.16 41.28 384.16 35.28 391.16 35.28 391.16 41.28 384.16 41.28 ML +closepath C99 fill + newpath +384.16 35.28 384.16 29.28 391.16 29.28 391.16 35.28 384.16 35.28 ML +closepath C99 fill + newpath +384.16 29.28 384.16 23.28 391.16 23.28 391.16 29.28 384.16 29.28 ML +closepath C99 fill + newpath +384.16 23.28 384.16 17.28 391.16 17.28 391.16 23.28 384.16 23.28 ML +closepath C99 fill + newpath +384.16 17.28 384.16 11.28 391.16 11.28 391.16 17.28 384.16 17.28 ML +closepath C99 fill + newpath +384.16 11.28 384.16 5.28 391.16 5.28 391.16 11.28 384.16 11.28 ML +closepath C99 fill + newpath +384.16 5.28 384.16 -0.72 391.16 -0.72 391.16 5.28 384.16 5.28 ML +closepath C99 fill + newpath +377.16 71.28 377.16 65.28 384.16 65.28 384.16 71.28 377.16 71.28 ML +closepath C99 fill + newpath +377.16 65.28 377.16 59.28 384.16 59.28 384.16 65.28 377.16 65.28 ML +closepath C99 fill + newpath +377.16 59.28 377.16 53.28 384.16 53.28 384.16 59.28 377.16 59.28 ML +closepath C99 fill + newpath +377.16 53.28 377.16 47.28 384.16 47.28 384.16 53.28 377.16 53.28 ML +closepath C99 fill + newpath +377.16 47.28 377.16 41.28 384.16 41.28 384.16 47.28 377.16 47.28 ML +closepath C99 fill + newpath +377.16 41.28 377.16 35.28 384.16 35.28 384.16 41.28 377.16 41.28 ML +closepath C99 fill + newpath +377.16 35.28 377.16 29.28 384.16 29.28 384.16 35.28 377.16 35.28 ML +closepath C99 fill + newpath +377.16 29.28 377.16 23.28 384.16 23.28 384.16 29.28 377.16 29.28 ML +closepath C99 fill + newpath +377.16 23.28 377.16 17.28 384.16 17.28 384.16 23.28 377.16 23.28 ML +closepath C99 fill + newpath +377.16 17.28 377.16 11.28 384.16 11.28 384.16 17.28 377.16 17.28 ML +closepath C99 fill + newpath +377.16 11.28 377.16 5.28 384.16 5.28 384.16 11.28 377.16 11.28 ML +closepath C99 fill + newpath +377.16 5.28 377.16 -0.72 384.16 -0.72 384.16 5.28 377.16 5.28 ML +closepath C99 fill + newpath +370.16 71.28 370.16 65.28 377.16 65.28 377.16 71.28 370.16 71.28 ML +closepath C99 fill + newpath +370.16 65.28 370.16 59.28 377.16 59.28 377.16 65.28 370.16 65.28 ML +closepath C99 fill + newpath +370.16 59.28 370.16 53.28 377.16 53.28 377.16 59.28 370.16 59.28 ML +closepath C99 fill + newpath +370.16 53.28 370.16 47.28 377.16 47.28 377.16 53.28 370.16 53.28 ML +closepath C99 fill + newpath +370.16 47.28 370.16 41.28 377.16 41.28 377.16 47.28 370.16 47.28 ML +closepath C99 fill + newpath +370.16 41.28 370.16 35.28 377.16 35.28 377.16 41.28 370.16 41.28 ML +closepath C99 fill + newpath +370.16 35.28 370.16 29.28 377.16 29.28 377.16 35.28 370.16 35.28 ML +closepath C99 fill + newpath +370.16 29.28 370.16 23.28 377.16 23.28 377.16 29.28 370.16 29.28 ML +closepath C99 fill + newpath +370.16 23.28 370.16 17.28 377.16 17.28 377.16 23.28 370.16 23.28 ML +closepath C99 fill + newpath +370.16 17.28 370.16 11.28 377.16 11.28 377.16 17.28 370.16 17.28 ML +closepath C99 fill + newpath +370.16 11.28 370.16 5.28 377.16 5.28 377.16 11.28 370.16 11.28 ML +closepath C99 fill + newpath +370.16 5.28 370.16 -0.72 377.16 -0.72 377.16 5.28 370.16 5.28 ML +closepath C99 fill + newpath +363.16 71.28 363.16 65.28 370.16 65.28 370.16 71.28 363.16 71.28 ML +closepath C99 fill + newpath +363.16 65.28 363.16 59.28 370.16 59.28 370.16 65.28 363.16 65.28 ML +closepath C99 fill + newpath +363.16 59.28 363.16 53.28 370.16 53.28 370.16 59.28 363.16 59.28 ML +closepath C99 fill + newpath +363.16 53.28 363.16 47.28 370.16 47.28 370.16 53.28 363.16 53.28 ML +closepath C99 fill + newpath +363.16 47.28 363.16 41.28 370.16 41.28 370.16 47.28 363.16 47.28 ML +closepath C99 fill + newpath +363.16 41.28 363.16 35.28 370.16 35.28 370.16 41.28 363.16 41.28 ML +closepath C99 fill + newpath +363.16 35.28 363.16 29.28 370.16 29.28 370.16 35.28 363.16 35.28 ML +closepath C99 fill + newpath +363.16 29.28 363.16 23.28 370.16 23.28 370.16 29.28 363.16 29.28 ML +closepath C99 fill + newpath +363.16 23.28 363.16 17.28 370.16 17.28 370.16 23.28 363.16 23.28 ML +closepath C99 fill + newpath +363.16 17.28 363.16 11.28 370.16 11.28 370.16 17.28 363.16 17.28 ML +closepath C99 fill + newpath +363.16 11.28 363.16 5.28 370.16 5.28 370.16 11.28 363.16 11.28 ML +closepath C99 fill + newpath +363.16 5.28 363.16 -0.72 370.16 -0.72 370.16 5.28 363.16 5.28 ML +closepath C99 fill + newpath +356.16 71.28 356.16 65.28 363.16 65.28 363.16 71.28 356.16 71.28 ML +closepath C99 fill + newpath +356.16 65.28 356.16 59.28 363.16 59.28 363.16 65.28 356.16 65.28 ML +closepath C99 fill + newpath +356.16 59.28 356.16 53.28 363.16 53.28 363.16 59.28 356.16 59.28 ML +closepath C99 fill + newpath +356.16 53.28 356.16 47.28 363.16 47.28 363.16 53.28 356.16 53.28 ML +closepath C99 fill + newpath +356.16 47.28 356.16 41.28 363.16 41.28 363.16 47.28 356.16 47.28 ML +closepath C99 fill + newpath +356.16 41.28 356.16 35.28 363.16 35.28 363.16 41.28 356.16 41.28 ML +closepath C99 fill + newpath +356.16 35.28 356.16 29.28 363.16 29.28 363.16 35.28 356.16 35.28 ML +closepath C99 fill + newpath +356.16 29.28 356.16 23.28 363.16 23.28 363.16 29.28 356.16 29.28 ML +closepath C99 fill + newpath +356.16 23.28 356.16 17.28 363.16 17.28 363.16 23.28 356.16 23.28 ML +closepath C99 fill + newpath +356.16 17.28 356.16 11.28 363.16 11.28 363.16 17.28 356.16 17.28 ML +closepath C99 fill + newpath +356.16 11.28 356.16 5.28 363.16 5.28 363.16 11.28 356.16 11.28 ML +closepath C99 fill + newpath +356.16 5.28 356.16 -0.72 363.16 -0.72 363.16 5.28 356.16 5.28 ML +closepath C99 fill + newpath +349.16 71.28 349.16 65.28 356.16 65.28 356.16 71.28 349.16 71.28 ML +closepath C99 fill + newpath +349.16 65.28 349.16 59.28 356.16 59.28 356.16 65.28 349.16 65.28 ML +closepath C99 fill + newpath +349.16 59.28 349.16 53.28 356.16 53.28 356.16 59.28 349.16 59.28 ML +closepath C99 fill + newpath +349.16 53.28 349.16 47.28 356.16 47.28 356.16 53.28 349.16 53.28 ML +closepath C99 fill + newpath +349.16 47.28 349.16 41.28 356.16 41.28 356.16 47.28 349.16 47.28 ML +closepath C99 fill + newpath +349.16 41.28 349.16 35.28 356.16 35.28 356.16 41.28 349.16 41.28 ML +closepath C99 fill + newpath +349.16 35.28 349.16 29.28 356.16 29.28 356.16 35.28 349.16 35.28 ML +closepath C99 fill + newpath +349.16 29.28 349.16 23.28 356.16 23.28 356.16 29.28 349.16 29.28 ML +closepath C99 fill + newpath +349.16 23.28 349.16 17.28 356.16 17.28 356.16 23.28 349.16 23.28 ML +closepath C99 fill + newpath +349.16 17.28 349.16 11.28 356.16 11.28 356.16 17.28 349.16 17.28 ML +closepath C99 fill + newpath +349.16 11.28 349.16 5.28 356.16 5.28 356.16 11.28 349.16 11.28 ML +closepath C99 fill + newpath +349.16 5.28 349.16 -0.72 356.16 -0.72 356.16 5.28 349.16 5.28 ML +closepath C99 fill + newpath +342.16 71.28 342.16 65.28 349.16 65.28 349.16 71.28 342.16 71.28 ML +closepath C99 fill + newpath +342.16 65.28 342.16 59.28 349.16 59.28 349.16 65.28 342.16 65.28 ML +closepath C99 fill + newpath +342.16 59.28 342.16 53.28 349.16 53.28 349.16 59.28 342.16 59.28 ML +closepath C99 fill + newpath +342.16 53.28 342.16 47.28 349.16 47.28 349.16 53.28 342.16 53.28 ML +closepath C99 fill + newpath +342.16 47.28 342.16 41.28 349.16 41.28 349.16 47.28 342.16 47.28 ML +closepath C99 fill + newpath +342.16 41.28 342.16 35.28 349.16 35.28 349.16 41.28 342.16 41.28 ML +closepath C99 fill + newpath +342.16 35.28 342.16 29.28 349.16 29.28 349.16 35.28 342.16 35.28 ML +closepath C99 fill + newpath +342.16 29.28 342.16 23.28 349.16 23.28 349.16 29.28 342.16 29.28 ML +closepath C99 fill + newpath +342.16 23.28 342.16 17.28 349.16 17.28 349.16 23.28 342.16 23.28 ML +closepath C99 fill + newpath +342.16 17.28 342.16 11.28 349.16 11.28 349.16 17.28 342.16 17.28 ML +closepath C99 fill + newpath +342.16 11.28 342.16 5.28 349.16 5.28 349.16 11.28 342.16 11.28 ML +closepath C99 fill + newpath +342.16 5.28 342.16 -0.72 349.16 -0.72 349.16 5.28 342.16 5.28 ML +closepath C99 fill + newpath +335.16 71.28 335.16 65.28 342.16 65.28 342.16 71.28 335.16 71.28 ML +closepath C99 fill + newpath +335.16 65.28 335.16 59.28 342.16 59.28 342.16 65.28 335.16 65.28 ML +closepath C99 fill + newpath +335.16 59.28 335.16 53.28 342.16 53.28 342.16 59.28 335.16 59.28 ML +closepath C99 fill + newpath +335.16 53.28 335.16 47.28 342.16 47.28 342.16 53.28 335.16 53.28 ML +closepath C99 fill + newpath +335.16 47.28 335.16 41.28 342.16 41.28 342.16 47.28 335.16 47.28 ML +closepath C99 fill + newpath +335.16 41.28 335.16 35.28 342.16 35.28 342.16 41.28 335.16 41.28 ML +closepath C99 fill + newpath +335.16 35.28 335.16 29.28 342.16 29.28 342.16 35.28 335.16 35.28 ML +closepath C99 fill + newpath +335.16 29.28 335.16 23.28 342.16 23.28 342.16 29.28 335.16 29.28 ML +closepath C99 fill + newpath +335.16 23.28 335.16 17.28 342.16 17.28 342.16 23.28 335.16 23.28 ML +closepath C99 fill + newpath +335.16 17.28 335.16 11.28 342.16 11.28 342.16 17.28 335.16 17.28 ML +closepath C99 fill + newpath +335.16 11.28 335.16 5.28 342.16 5.28 342.16 11.28 335.16 11.28 ML +closepath C99 fill + newpath +335.16 5.28 335.16 -0.72 342.16 -0.72 342.16 5.28 335.16 5.28 ML +closepath C99 fill + newpath +328.16 71.28 328.16 65.28 335.16 65.28 335.16 71.28 328.16 71.28 ML +closepath C99 fill + newpath +328.16 65.28 328.16 59.28 335.16 59.28 335.16 65.28 328.16 65.28 ML +closepath C99 fill + newpath +328.16 59.28 328.16 53.28 335.16 53.28 335.16 59.28 328.16 59.28 ML +closepath C99 fill + newpath +328.16 53.28 328.16 47.28 335.16 47.28 335.16 53.28 328.16 53.28 ML +closepath C99 fill + newpath +328.16 47.28 328.16 41.28 335.16 41.28 335.16 47.28 328.16 47.28 ML +closepath C99 fill + newpath +328.16 41.28 328.16 35.28 335.16 35.28 335.16 41.28 328.16 41.28 ML +closepath C99 fill + newpath +328.16 35.28 328.16 29.28 335.16 29.28 335.16 35.28 328.16 35.28 ML +closepath C99 fill + newpath +328.16 29.28 328.16 23.28 335.16 23.28 335.16 29.28 328.16 29.28 ML +closepath C99 fill + newpath +328.16 23.28 328.16 17.28 335.16 17.28 335.16 23.28 328.16 23.28 ML +closepath C99 fill + newpath +328.16 17.28 328.16 11.28 335.16 11.28 335.16 17.28 328.16 17.28 ML +closepath C99 fill + newpath +328.16 11.28 328.16 5.28 335.16 5.28 335.16 11.28 328.16 11.28 ML +closepath C99 fill + newpath +328.16 5.28 328.16 -0.72 335.16 -0.72 335.16 5.28 328.16 5.28 ML +closepath C99 fill + newpath +321.16 71.28 321.16 65.28 328.16 65.28 328.16 71.28 321.16 71.28 ML +closepath C99 fill + newpath +321.16 65.28 321.16 59.28 328.16 59.28 328.16 65.28 321.16 65.28 ML +closepath C99 fill + newpath +321.16 59.28 321.16 53.28 328.16 53.28 328.16 59.28 321.16 59.28 ML +closepath C99 fill + newpath +321.16 53.28 321.16 47.28 328.16 47.28 328.16 53.28 321.16 53.28 ML +closepath C99 fill + newpath +321.16 47.28 321.16 41.28 328.16 41.28 328.16 47.28 321.16 47.28 ML +closepath C99 fill + newpath +321.16 41.28 321.16 35.28 328.16 35.28 328.16 41.28 321.16 41.28 ML +closepath C99 fill + newpath +321.16 35.28 321.16 29.28 328.16 29.28 328.16 35.28 321.16 35.28 ML +closepath C99 fill + newpath +321.16 29.28 321.16 23.28 328.16 23.28 328.16 29.28 321.16 29.28 ML +closepath C99 fill + newpath +321.16 23.28 321.16 17.28 328.16 17.28 328.16 23.28 321.16 23.28 ML +closepath C99 fill + newpath +321.16 17.28 321.16 11.28 328.16 11.28 328.16 17.28 321.16 17.28 ML +closepath C99 fill + newpath +321.16 11.28 321.16 5.28 328.16 5.28 328.16 11.28 321.16 11.28 ML +closepath C99 fill + newpath +321.16 5.28 321.16 -0.72 328.16 -0.72 328.16 5.28 321.16 5.28 ML +closepath C99 fill + newpath +314.16 71.28 314.16 65.28 321.16 65.28 321.16 71.28 314.16 71.28 ML +closepath C99 fill + newpath +314.16 65.28 314.16 59.28 321.16 59.28 321.16 65.28 314.16 65.28 ML +closepath C99 fill + newpath +314.16 59.28 314.16 53.28 321.16 53.28 321.16 59.28 314.16 59.28 ML +closepath C99 fill + newpath +314.16 53.28 314.16 47.28 321.16 47.28 321.16 53.28 314.16 53.28 ML +closepath C99 fill + newpath +314.16 47.28 314.16 41.28 321.16 41.28 321.16 47.28 314.16 47.28 ML +closepath C99 fill + newpath +314.16 41.28 314.16 35.28 321.16 35.28 321.16 41.28 314.16 41.28 ML +closepath C99 fill + newpath +314.16 35.28 314.16 29.28 321.16 29.28 321.16 35.28 314.16 35.28 ML +closepath C99 fill + newpath +314.16 29.28 314.16 23.28 321.16 23.28 321.16 29.28 314.16 29.28 ML +closepath C99 fill + newpath +314.16 23.28 314.16 17.28 321.16 17.28 321.16 23.28 314.16 23.28 ML +closepath C99 fill + newpath +314.16 17.28 314.16 11.28 321.16 11.28 321.16 17.28 314.16 17.28 ML +closepath C99 fill + newpath +314.16 11.28 314.16 5.28 321.16 5.28 321.16 11.28 314.16 11.28 ML +closepath C99 fill + newpath +314.16 5.28 314.16 -0.72 321.16 -0.72 321.16 5.28 314.16 5.28 ML +closepath C99 fill + newpath +307.16 71.28 307.16 65.28 314.16 65.28 314.16 71.28 307.16 71.28 ML +closepath C99 fill + newpath +307.16 65.28 307.16 59.28 314.16 59.28 314.16 65.28 307.16 65.28 ML +closepath C99 fill + newpath +307.16 59.28 307.16 53.28 314.16 53.28 314.16 59.28 307.16 59.28 ML +closepath C99 fill + newpath +307.16 53.28 307.16 47.28 314.16 47.28 314.16 53.28 307.16 53.28 ML +closepath C99 fill + newpath +307.16 47.28 307.16 41.28 314.16 41.28 314.16 47.28 307.16 47.28 ML +closepath C99 fill + newpath +307.16 41.28 307.16 35.28 314.16 35.28 314.16 41.28 307.16 41.28 ML +closepath C99 fill + newpath +307.16 35.28 307.16 29.28 314.16 29.28 314.16 35.28 307.16 35.28 ML +closepath C99 fill + newpath +307.16 29.28 307.16 23.28 314.16 23.28 314.16 29.28 307.16 29.28 ML +closepath C99 fill + newpath +307.16 23.28 307.16 17.28 314.16 17.28 314.16 23.28 307.16 23.28 ML +closepath C99 fill + newpath +307.16 17.28 307.16 11.28 314.16 11.28 314.16 17.28 307.16 17.28 ML +closepath C99 fill + newpath +307.16 11.28 307.16 5.28 314.16 5.28 314.16 11.28 307.16 11.28 ML +closepath C99 fill + newpath +307.16 5.28 307.16 -0.72 314.16 -0.72 314.16 5.28 307.16 5.28 ML +closepath C99 fill + newpath +300.16 71.28 300.16 65.28 307.16 65.28 307.16 71.28 300.16 71.28 ML +closepath C99 fill + newpath +300.16 65.28 300.16 59.28 307.16 59.28 307.16 65.28 300.16 65.28 ML +closepath C99 fill + newpath +300.16 59.28 300.16 53.28 307.16 53.28 307.16 59.28 300.16 59.28 ML +closepath C99 fill + newpath +300.16 53.28 300.16 47.28 307.16 47.28 307.16 53.28 300.16 53.28 ML +closepath C99 fill + newpath +300.16 47.28 300.16 41.28 307.16 41.28 307.16 47.28 300.16 47.28 ML +closepath C99 fill + newpath +300.16 41.28 300.16 35.28 307.16 35.28 307.16 41.28 300.16 41.28 ML +closepath C99 fill + newpath +300.16 35.28 300.16 29.28 307.16 29.28 307.16 35.28 300.16 35.28 ML +closepath C99 fill + newpath +300.16 29.28 300.16 23.28 307.16 23.28 307.16 29.28 300.16 29.28 ML +closepath C99 fill + newpath +300.16 23.28 300.16 17.28 307.16 17.28 307.16 23.28 300.16 23.28 ML +closepath C99 fill + newpath +300.16 17.28 300.16 11.28 307.16 11.28 307.16 17.28 300.16 17.28 ML +closepath C99 fill + newpath +300.16 11.28 300.16 5.28 307.16 5.28 307.16 11.28 300.16 11.28 ML +closepath C99 fill + newpath +300.16 5.28 300.16 -0.72 307.16 -0.72 307.16 5.28 300.16 5.28 ML +closepath C99 fill + newpath +293.16 71.28 293.16 65.28 300.16 65.28 300.16 71.28 293.16 71.28 ML +closepath C99 fill + newpath +293.16 65.28 293.16 59.28 300.16 59.28 300.16 65.28 293.16 65.28 ML +closepath C99 fill + newpath +293.16 59.28 293.16 53.28 300.16 53.28 300.16 59.28 293.16 59.28 ML +closepath C99 fill + newpath +293.16 53.28 293.16 47.28 300.16 47.28 300.16 53.28 293.16 53.28 ML +closepath C99 fill + newpath +293.16 47.28 293.16 41.28 300.16 41.28 300.16 47.28 293.16 47.28 ML +closepath C99 fill + newpath +293.16 41.28 293.16 35.28 300.16 35.28 300.16 41.28 293.16 41.28 ML +closepath C99 fill + newpath +293.16 35.28 293.16 29.28 300.16 29.28 300.16 35.28 293.16 35.28 ML +closepath C99 fill + newpath +293.16 29.28 293.16 23.28 300.16 23.28 300.16 29.28 293.16 29.28 ML +closepath C99 fill + newpath +293.16 23.28 293.16 17.28 300.16 17.28 300.16 23.28 293.16 23.28 ML +closepath C99 fill + newpath +293.16 17.28 293.16 11.28 300.16 11.28 300.16 17.28 293.16 17.28 ML +closepath C99 fill + newpath +293.16 11.28 293.16 5.28 300.16 5.28 300.16 11.28 293.16 11.28 ML +closepath C99 fill + newpath +293.16 5.28 293.16 -0.72 300.16 -0.72 300.16 5.28 293.16 5.28 ML +closepath C99 fill + newpath +286.16 71.28 286.16 65.28 293.16 65.28 293.16 71.28 286.16 71.28 ML +closepath C99 fill + newpath +286.16 65.28 286.16 59.28 293.16 59.28 293.16 65.28 286.16 65.28 ML +closepath C99 fill + newpath +286.16 59.28 286.16 53.28 293.16 53.28 293.16 59.28 286.16 59.28 ML +closepath C99 fill + newpath +286.16 53.28 286.16 47.28 293.16 47.28 293.16 53.28 286.16 53.28 ML +closepath C99 fill + newpath +286.16 47.28 286.16 41.28 293.16 41.28 293.16 47.28 286.16 47.28 ML +closepath C99 fill + newpath +286.16 41.28 286.16 35.28 293.16 35.28 293.16 41.28 286.16 41.28 ML +closepath C99 fill + newpath +286.16 35.28 286.16 29.28 293.16 29.28 293.16 35.28 286.16 35.28 ML +closepath C99 fill + newpath +286.16 29.28 286.16 23.28 293.16 23.28 293.16 29.28 286.16 29.28 ML +closepath C99 fill + newpath +286.16 23.28 286.16 17.28 293.16 17.28 293.16 23.28 286.16 23.28 ML +closepath C99 fill + newpath +286.16 17.28 286.16 11.28 293.16 11.28 293.16 17.28 286.16 17.28 ML +closepath C99 fill + newpath +286.16 11.28 286.16 5.28 293.16 5.28 293.16 11.28 286.16 11.28 ML +closepath C99 fill + newpath +286.16 5.28 286.16 -0.72 293.16 -0.72 293.16 5.28 286.16 5.28 ML +closepath C99 fill + newpath +279.16 71.28 279.16 65.28 286.16 65.28 286.16 71.28 279.16 71.28 ML +closepath C99 fill + newpath +279.16 65.28 279.16 59.28 286.16 59.28 286.16 65.28 279.16 65.28 ML +closepath C99 fill + newpath +279.16 59.28 279.16 53.28 286.16 53.28 286.16 59.28 279.16 59.28 ML +closepath C99 fill + newpath +279.16 53.28 279.16 47.28 286.16 47.28 286.16 53.28 279.16 53.28 ML +closepath C99 fill + newpath +279.16 47.28 279.16 41.28 286.16 41.28 286.16 47.28 279.16 47.28 ML +closepath C99 fill + newpath +279.16 41.28 279.16 35.28 286.16 35.28 286.16 41.28 279.16 41.28 ML +closepath C99 fill + newpath +279.16 35.28 279.16 29.28 286.16 29.28 286.16 35.28 279.16 35.28 ML +closepath C99 fill + newpath +279.16 29.28 279.16 23.28 286.16 23.28 286.16 29.28 279.16 29.28 ML +closepath C99 fill + newpath +279.16 23.28 279.16 17.28 286.16 17.28 286.16 23.28 279.16 23.28 ML +closepath C99 fill + newpath +279.16 17.28 279.16 11.28 286.16 11.28 286.16 17.28 279.16 17.28 ML +closepath C99 fill + newpath +279.16 11.28 279.16 5.28 286.16 5.28 286.16 11.28 279.16 11.28 ML +closepath C99 fill + newpath +279.16 5.28 279.16 -0.72 286.16 -0.72 286.16 5.28 279.16 5.28 ML +closepath C99 fill + newpath +272.16 71.28 272.16 65.28 279.16 65.28 279.16 71.28 272.16 71.28 ML +closepath C99 fill + newpath +272.16 65.28 272.16 59.28 279.16 59.28 279.16 65.28 272.16 65.28 ML +closepath C99 fill + newpath +272.16 59.28 272.16 53.28 279.16 53.28 279.16 59.28 272.16 59.28 ML +closepath C99 fill + newpath +272.16 53.28 272.16 47.28 279.16 47.28 279.16 53.28 272.16 53.28 ML +closepath C99 fill + newpath +272.16 47.28 272.16 41.28 279.16 41.28 279.16 47.28 272.16 47.28 ML +closepath C99 fill + newpath +272.16 41.28 272.16 35.28 279.16 35.28 279.16 41.28 272.16 41.28 ML +closepath C99 fill + newpath +272.16 35.28 272.16 29.28 279.16 29.28 279.16 35.28 272.16 35.28 ML +closepath C99 fill + newpath +272.16 29.28 272.16 23.28 279.16 23.28 279.16 29.28 272.16 29.28 ML +closepath C99 fill + newpath +272.16 23.28 272.16 17.28 279.16 17.28 279.16 23.28 272.16 23.28 ML +closepath C99 fill + newpath +272.16 17.28 272.16 11.28 279.16 11.28 279.16 17.28 272.16 17.28 ML +closepath C99 fill + newpath +272.16 11.28 272.16 5.28 279.16 5.28 279.16 11.28 272.16 11.28 ML +closepath C99 fill + newpath +272.16 5.28 272.16 -0.72 279.16 -0.72 279.16 5.28 272.16 5.28 ML +closepath C99 fill + newpath +265.16 71.28 265.16 65.28 272.16 65.28 272.16 71.28 265.16 71.28 ML +closepath C99 fill + newpath +265.16 65.28 265.16 59.28 272.16 59.28 272.16 65.28 265.16 65.28 ML +closepath C99 fill + newpath +265.16 59.28 265.16 53.28 272.16 53.28 272.16 59.28 265.16 59.28 ML +closepath C99 fill + newpath +265.16 53.28 265.16 47.28 272.16 47.28 272.16 53.28 265.16 53.28 ML +closepath C99 fill + newpath +265.16 47.28 265.16 41.28 272.16 41.28 272.16 47.28 265.16 47.28 ML +closepath C99 fill + newpath +265.16 41.28 265.16 35.28 272.16 35.28 272.16 41.28 265.16 41.28 ML +closepath C99 fill + newpath +265.16 35.28 265.16 29.28 272.16 29.28 272.16 35.28 265.16 35.28 ML +closepath C99 fill + newpath +265.16 29.28 265.16 23.28 272.16 23.28 272.16 29.28 265.16 29.28 ML +closepath C99 fill + newpath +265.16 23.28 265.16 17.28 272.16 17.28 272.16 23.28 265.16 23.28 ML +closepath C99 fill + newpath +265.16 17.28 265.16 11.28 272.16 11.28 272.16 17.28 265.16 17.28 ML +closepath C99 fill + newpath +265.16 11.28 265.16 5.28 272.16 5.28 272.16 11.28 265.16 11.28 ML +closepath C99 fill + newpath +265.16 5.28 265.16 -0.72 272.16 -0.72 272.16 5.28 265.16 5.28 ML +closepath C99 fill + newpath +258.16 71.28 258.16 65.28 265.16 65.28 265.16 71.28 258.16 71.28 ML +closepath C99 fill + newpath +258.16 65.28 258.16 59.28 265.16 59.28 265.16 65.28 258.16 65.28 ML +closepath C99 fill + newpath +258.16 59.28 258.16 53.28 265.16 53.28 265.16 59.28 258.16 59.28 ML +closepath C99 fill + newpath +258.16 53.28 258.16 47.28 265.16 47.28 265.16 53.28 258.16 53.28 ML +closepath C99 fill + newpath +258.16 47.28 258.16 41.28 265.16 41.28 265.16 47.28 258.16 47.28 ML +closepath C99 fill + newpath +258.16 41.28 258.16 35.28 265.16 35.28 265.16 41.28 258.16 41.28 ML +closepath C99 fill + newpath +258.16 35.28 258.16 29.28 265.16 29.28 265.16 35.28 258.16 35.28 ML +closepath C99 fill + newpath +258.16 29.28 258.16 23.28 265.16 23.28 265.16 29.28 258.16 29.28 ML +closepath C99 fill + newpath +258.16 23.28 258.16 17.28 265.16 17.28 265.16 23.28 258.16 23.28 ML +closepath C99 fill + newpath +258.16 17.28 258.16 11.28 265.16 11.28 265.16 17.28 258.16 17.28 ML +closepath C99 fill + newpath +258.16 11.28 258.16 5.28 265.16 5.28 265.16 11.28 258.16 11.28 ML +closepath C99 fill + newpath +258.16 5.28 258.16 -0.72 265.16 -0.72 265.16 5.28 258.16 5.28 ML +closepath C99 fill + newpath +251.16 71.28 251.16 65.28 258.16 65.28 258.16 71.28 251.16 71.28 ML +closepath C99 fill + newpath +251.16 65.28 251.16 59.28 258.16 59.28 258.16 65.28 251.16 65.28 ML +closepath C99 fill + newpath +251.16 59.28 251.16 53.28 258.16 53.28 258.16 59.28 251.16 59.28 ML +closepath C99 fill + newpath +251.16 53.28 251.16 47.28 258.16 47.28 258.16 53.28 251.16 53.28 ML +closepath C99 fill + newpath +251.16 47.28 251.16 41.28 258.16 41.28 258.16 47.28 251.16 47.28 ML +closepath C99 fill + newpath +251.16 41.28 251.16 35.28 258.16 35.28 258.16 41.28 251.16 41.28 ML +closepath C99 fill + newpath +251.16 35.28 251.16 29.28 258.16 29.28 258.16 35.28 251.16 35.28 ML +closepath C99 fill + newpath +251.16 29.28 251.16 23.28 258.16 23.28 258.16 29.28 251.16 29.28 ML +closepath C99 fill + newpath +251.16 23.28 251.16 17.28 258.16 17.28 258.16 23.28 251.16 23.28 ML +closepath C99 fill + newpath +251.16 17.28 251.16 11.28 258.16 11.28 258.16 17.28 251.16 17.28 ML +closepath C99 fill + newpath +251.16 11.28 251.16 5.28 258.16 5.28 258.16 11.28 251.16 11.28 ML +closepath C99 fill + newpath +251.16 5.28 251.16 -0.72 258.16 -0.72 258.16 5.28 251.16 5.28 ML +closepath C99 fill + newpath +244.16 71.28 244.16 65.28 251.16 65.28 251.16 71.28 244.16 71.28 ML +closepath C99 fill + newpath +244.16 65.28 244.16 59.28 251.16 59.28 251.16 65.28 244.16 65.28 ML +closepath C99 fill + newpath +244.16 59.28 244.16 53.28 251.16 53.28 251.16 59.28 244.16 59.28 ML +closepath C99 fill + newpath +244.16 53.28 244.16 47.28 251.16 47.28 251.16 53.28 244.16 53.28 ML +closepath C99 fill + newpath +244.16 47.28 244.16 41.28 251.16 41.28 251.16 47.28 244.16 47.28 ML +closepath C99 fill + newpath +244.16 41.28 244.16 35.28 251.16 35.28 251.16 41.28 244.16 41.28 ML +closepath C99 fill + newpath +244.16 35.28 244.16 29.28 251.16 29.28 251.16 35.28 244.16 35.28 ML +closepath C99 fill + newpath +244.16 29.28 244.16 23.28 251.16 23.28 251.16 29.28 244.16 29.28 ML +closepath C99 fill + newpath +244.16 23.28 244.16 17.28 251.16 17.28 251.16 23.28 244.16 23.28 ML +closepath C99 fill + newpath +244.16 17.28 244.16 11.28 251.16 11.28 251.16 17.28 244.16 17.28 ML +closepath C99 fill + newpath +244.16 11.28 244.16 5.28 251.16 5.28 251.16 11.28 244.16 11.28 ML +closepath C99 fill + newpath +244.16 5.28 244.16 -0.72 251.16 -0.72 251.16 5.28 244.16 5.28 ML +closepath C99 fill + newpath +237.16 71.28 237.16 65.28 244.16 65.28 244.16 71.28 237.16 71.28 ML +closepath C2 fill + newpath +237.16 65.28 237.16 59.28 244.16 59.28 244.16 65.28 237.16 65.28 ML +closepath C2 fill + newpath +237.16 59.28 237.16 53.28 244.16 53.28 244.16 59.28 237.16 59.28 ML +closepath C2 fill + newpath +237.16 53.28 237.16 47.28 244.16 47.28 244.16 53.28 237.16 53.28 ML +closepath C2 fill + newpath +237.16 47.28 237.16 41.28 244.16 41.28 244.16 47.28 237.16 47.28 ML +closepath C2 fill + newpath +237.16 41.28 237.16 35.28 244.16 35.28 244.16 41.28 237.16 41.28 ML +closepath C2 fill + newpath +237.16 35.28 237.16 29.28 244.16 29.28 244.16 35.28 237.16 35.28 ML +closepath C2 fill + newpath +237.16 29.28 237.16 23.28 244.16 23.28 244.16 29.28 237.16 29.28 ML +closepath C2 fill + newpath +237.16 23.28 237.16 17.28 244.16 17.28 244.16 23.28 237.16 23.28 ML +closepath C99 fill + newpath +237.16 17.28 237.16 11.28 244.16 11.28 244.16 17.28 237.16 17.28 ML +closepath C99 fill + newpath +237.16 11.28 237.16 5.28 244.16 5.28 244.16 11.28 237.16 11.28 ML +closepath C99 fill + newpath +237.16 5.28 237.16 -0.72 244.16 -0.72 244.16 5.28 237.16 5.28 ML +closepath C99 fill + newpath +230.16 71.28 230.16 65.28 237.16 65.28 237.16 71.28 230.16 71.28 ML +closepath C99 fill + newpath +230.16 65.28 230.16 59.28 237.16 59.28 237.16 65.28 230.16 65.28 ML +closepath C99 fill + newpath +230.16 59.28 230.16 53.28 237.16 53.28 237.16 59.28 230.16 59.28 ML +closepath C99 fill + newpath +230.16 53.28 230.16 47.28 237.16 47.28 237.16 53.28 230.16 53.28 ML +closepath C99 fill + newpath +230.16 47.28 230.16 41.28 237.16 41.28 237.16 47.28 230.16 47.28 ML +closepath C99 fill + newpath +230.16 41.28 230.16 35.28 237.16 35.28 237.16 41.28 230.16 41.28 ML +closepath C99 fill + newpath +230.16 35.28 230.16 29.28 237.16 29.28 237.16 35.28 230.16 35.28 ML +closepath C99 fill + newpath +230.16 29.28 230.16 23.28 237.16 23.28 237.16 29.28 230.16 29.28 ML +closepath C99 fill + newpath +230.16 23.28 230.16 17.28 237.16 17.28 237.16 23.28 230.16 23.28 ML +closepath C99 fill + newpath +230.16 17.28 230.16 11.28 237.16 11.28 237.16 17.28 230.16 17.28 ML +closepath C99 fill + newpath +230.16 11.28 230.16 5.28 237.16 5.28 237.16 11.28 230.16 11.28 ML +closepath C99 fill + newpath +230.16 5.28 230.16 -0.72 237.16 -0.72 237.16 5.28 230.16 5.28 ML +closepath C99 fill + newpath +223.16 71.28 223.16 65.28 230.16 65.28 230.16 71.28 223.16 71.28 ML +closepath C2 fill + newpath +223.16 65.28 223.16 59.28 230.16 59.28 230.16 65.28 223.16 65.28 ML +closepath C2 fill + newpath +223.16 59.28 223.16 53.28 230.16 53.28 230.16 59.28 223.16 59.28 ML +closepath C2 fill + newpath +223.16 53.28 223.16 47.28 230.16 47.28 230.16 53.28 223.16 53.28 ML +closepath C2 fill + newpath +223.16 47.28 223.16 41.28 230.16 41.28 230.16 47.28 223.16 47.28 ML +closepath C2 fill + newpath +223.16 41.28 223.16 35.28 230.16 35.28 230.16 41.28 223.16 41.28 ML +closepath C2 fill + newpath +223.16 35.28 223.16 29.28 230.16 29.28 230.16 35.28 223.16 35.28 ML +closepath C2 fill + newpath +223.16 29.28 223.16 23.28 230.16 23.28 230.16 29.28 223.16 29.28 ML +closepath C2 fill + newpath +223.16 23.28 223.16 17.28 230.16 17.28 230.16 23.28 223.16 23.28 ML +closepath C99 fill + newpath +223.16 17.28 223.16 11.28 230.16 11.28 230.16 17.28 223.16 17.28 ML +closepath C99 fill + newpath +223.16 11.28 223.16 5.28 230.16 5.28 230.16 11.28 223.16 11.28 ML +closepath C99 fill + newpath +223.16 5.28 223.16 -0.72 230.16 -0.72 230.16 5.28 223.16 5.28 ML +closepath C99 fill + newpath +216.16 71.28 216.16 65.28 223.16 65.28 223.16 71.28 216.16 71.28 ML +closepath C99 fill + newpath +216.16 65.28 216.16 59.28 223.16 59.28 223.16 65.28 216.16 65.28 ML +closepath C99 fill + newpath +216.16 59.28 216.16 53.28 223.16 53.28 223.16 59.28 216.16 59.28 ML +closepath C99 fill + newpath +216.16 53.28 216.16 47.28 223.16 47.28 223.16 53.28 216.16 53.28 ML +closepath C99 fill + newpath +216.16 47.28 216.16 41.28 223.16 41.28 223.16 47.28 216.16 47.28 ML +closepath C99 fill + newpath +216.16 41.28 216.16 35.28 223.16 35.28 223.16 41.28 216.16 41.28 ML +closepath C99 fill + newpath +216.16 35.28 216.16 29.28 223.16 29.28 223.16 35.28 216.16 35.28 ML +closepath C99 fill + newpath +216.16 29.28 216.16 23.28 223.16 23.28 223.16 29.28 216.16 29.28 ML +closepath C99 fill + newpath +216.16 23.28 216.16 17.28 223.16 17.28 223.16 23.28 216.16 23.28 ML +closepath C99 fill + newpath +216.16 17.28 216.16 11.28 223.16 11.28 223.16 17.28 216.16 17.28 ML +closepath C99 fill + newpath +216.16 11.28 216.16 5.28 223.16 5.28 223.16 11.28 216.16 11.28 ML +closepath C99 fill + newpath +216.16 5.28 216.16 -0.72 223.16 -0.72 223.16 5.28 216.16 5.28 ML +closepath C99 fill + newpath +209.16 71.28 209.16 65.28 216.16 65.28 216.16 71.28 209.16 71.28 ML +closepath C99 fill + newpath +209.16 65.28 209.16 59.28 216.16 59.28 216.16 65.28 209.16 65.28 ML +closepath C99 fill + newpath +209.16 59.28 209.16 53.28 216.16 53.28 216.16 59.28 209.16 59.28 ML +closepath C99 fill + newpath +209.16 53.28 209.16 47.28 216.16 47.28 216.16 53.28 209.16 53.28 ML +closepath C99 fill + newpath +209.16 47.28 209.16 41.28 216.16 41.28 216.16 47.28 209.16 47.28 ML +closepath C99 fill + newpath +209.16 41.28 209.16 35.28 216.16 35.28 216.16 41.28 209.16 41.28 ML +closepath C99 fill + newpath +209.16 35.28 209.16 29.28 216.16 29.28 216.16 35.28 209.16 35.28 ML +closepath C99 fill + newpath +209.16 29.28 209.16 23.28 216.16 23.28 216.16 29.28 209.16 29.28 ML +closepath C99 fill + newpath +209.16 23.28 209.16 17.28 216.16 17.28 216.16 23.28 209.16 23.28 ML +closepath C99 fill + newpath +209.16 17.28 209.16 11.28 216.16 11.28 216.16 17.28 209.16 17.28 ML +closepath C99 fill + newpath +209.16 11.28 209.16 5.28 216.16 5.28 216.16 11.28 209.16 11.28 ML +closepath C99 fill + newpath +209.16 5.28 209.16 -0.72 216.16 -0.72 216.16 5.28 209.16 5.28 ML +closepath C99 fill + newpath +202.16 71.28 202.16 65.28 209.16 65.28 209.16 71.28 202.16 71.28 ML +closepath C2 fill + newpath +202.16 65.28 202.16 59.28 209.16 59.28 209.16 65.28 202.16 65.28 ML +closepath C2 fill + newpath +202.16 59.28 202.16 53.28 209.16 53.28 209.16 59.28 202.16 59.28 ML +closepath C2 fill + newpath +202.16 53.28 202.16 47.28 209.16 47.28 209.16 53.28 202.16 53.28 ML +closepath C2 fill + newpath +202.16 47.28 202.16 41.28 209.16 41.28 209.16 47.28 202.16 47.28 ML +closepath C2 fill + newpath +202.16 41.28 202.16 35.28 209.16 35.28 209.16 41.28 202.16 41.28 ML +closepath C2 fill + newpath +202.16 35.28 202.16 29.28 209.16 29.28 209.16 35.28 202.16 35.28 ML +closepath C2 fill + newpath +202.16 29.28 202.16 23.28 209.16 23.28 209.16 29.28 202.16 29.28 ML +closepath C2 fill + newpath +202.16 23.28 202.16 17.28 209.16 17.28 209.16 23.28 202.16 23.28 ML +closepath C99 fill + newpath +202.16 17.28 202.16 11.28 209.16 11.28 209.16 17.28 202.16 17.28 ML +closepath C99 fill + newpath +202.16 11.28 202.16 5.28 209.16 5.28 209.16 11.28 202.16 11.28 ML +closepath C99 fill + newpath +202.16 5.28 202.16 -0.72 209.16 -0.72 209.16 5.28 202.16 5.28 ML +closepath C99 fill + newpath +195.16 71.28 195.16 65.28 202.16 65.28 202.16 71.28 195.16 71.28 ML +closepath C99 fill + newpath +195.16 65.28 195.16 59.28 202.16 59.28 202.16 65.28 195.16 65.28 ML +closepath C99 fill + newpath +195.16 59.28 195.16 53.28 202.16 53.28 202.16 59.28 195.16 59.28 ML +closepath C99 fill + newpath +195.16 53.28 195.16 47.28 202.16 47.28 202.16 53.28 195.16 53.28 ML +closepath C99 fill + newpath +195.16 47.28 195.16 41.28 202.16 41.28 202.16 47.28 195.16 47.28 ML +closepath C99 fill + newpath +195.16 41.28 195.16 35.28 202.16 35.28 202.16 41.28 195.16 41.28 ML +closepath C99 fill + newpath +195.16 35.28 195.16 29.28 202.16 29.28 202.16 35.28 195.16 35.28 ML +closepath C99 fill + newpath +195.16 29.28 195.16 23.28 202.16 23.28 202.16 29.28 195.16 29.28 ML +closepath C99 fill + newpath +195.16 23.28 195.16 17.28 202.16 17.28 202.16 23.28 195.16 23.28 ML +closepath C99 fill + newpath +195.16 17.28 195.16 11.28 202.16 11.28 202.16 17.28 195.16 17.28 ML +closepath C99 fill + newpath +195.16 11.28 195.16 5.28 202.16 5.28 202.16 11.28 195.16 11.28 ML +closepath C99 fill + newpath +195.16 5.28 195.16 -0.72 202.16 -0.72 202.16 5.28 195.16 5.28 ML +closepath C99 fill + newpath +188.16 71.28 188.16 65.28 195.16 65.28 195.16 71.28 188.16 71.28 ML +closepath C99 fill + newpath +188.16 65.28 188.16 59.28 195.16 59.28 195.16 65.28 188.16 65.28 ML +closepath C99 fill + newpath +188.16 59.28 188.16 53.28 195.16 53.28 195.16 59.28 188.16 59.28 ML +closepath C99 fill + newpath +188.16 53.28 188.16 47.28 195.16 47.28 195.16 53.28 188.16 53.28 ML +closepath C99 fill + newpath +188.16 47.28 188.16 41.28 195.16 41.28 195.16 47.28 188.16 47.28 ML +closepath C99 fill + newpath +188.16 41.28 188.16 35.28 195.16 35.28 195.16 41.28 188.16 41.28 ML +closepath C99 fill + newpath +188.16 35.28 188.16 29.28 195.16 29.28 195.16 35.28 188.16 35.28 ML +closepath C99 fill + newpath +188.16 29.28 188.16 23.28 195.16 23.28 195.16 29.28 188.16 29.28 ML +closepath C99 fill + newpath +188.16 23.28 188.16 17.28 195.16 17.28 195.16 23.28 188.16 23.28 ML +closepath C99 fill + newpath +188.16 17.28 188.16 11.28 195.16 11.28 195.16 17.28 188.16 17.28 ML +closepath C99 fill + newpath +188.16 11.28 188.16 5.28 195.16 5.28 195.16 11.28 188.16 11.28 ML +closepath C99 fill + newpath +188.16 5.28 188.16 -0.72 195.16 -0.72 195.16 5.28 188.16 5.28 ML +closepath C99 fill + newpath +181.16 71.28 181.16 65.28 188.16 65.28 188.16 71.28 181.16 71.28 ML +closepath C2 fill + newpath +181.16 65.28 181.16 59.28 188.16 59.28 188.16 65.28 181.16 65.28 ML +closepath C2 fill + newpath +181.16 59.28 181.16 53.28 188.16 53.28 188.16 59.28 181.16 59.28 ML +closepath C2 fill + newpath +181.16 53.28 181.16 47.28 188.16 47.28 188.16 53.28 181.16 53.28 ML +closepath C2 fill + newpath +181.16 47.28 181.16 41.28 188.16 41.28 188.16 47.28 181.16 47.28 ML +closepath C2 fill + newpath +181.16 41.28 181.16 35.28 188.16 35.28 188.16 41.28 181.16 41.28 ML +closepath C2 fill + newpath +181.16 35.28 181.16 29.28 188.16 29.28 188.16 35.28 181.16 35.28 ML +closepath C2 fill + newpath +181.16 29.28 181.16 23.28 188.16 23.28 188.16 29.28 181.16 29.28 ML +closepath C2 fill + newpath +181.16 23.28 181.16 17.28 188.16 17.28 188.16 23.28 181.16 23.28 ML +closepath C99 fill + newpath +181.16 17.28 181.16 11.28 188.16 11.28 188.16 17.28 181.16 17.28 ML +closepath C99 fill + newpath +181.16 11.28 181.16 5.28 188.16 5.28 188.16 11.28 181.16 11.28 ML +closepath C99 fill + newpath +181.16 5.28 181.16 -0.72 188.16 -0.72 188.16 5.28 181.16 5.28 ML +closepath C99 fill + newpath +174.16 71.28 174.16 65.28 181.16 65.28 181.16 71.28 174.16 71.28 ML +closepath C99 fill + newpath +174.16 65.28 174.16 59.28 181.16 59.28 181.16 65.28 174.16 65.28 ML +closepath C99 fill + newpath +174.16 59.28 174.16 53.28 181.16 53.28 181.16 59.28 174.16 59.28 ML +closepath C99 fill + newpath +174.16 53.28 174.16 47.28 181.16 47.28 181.16 53.28 174.16 53.28 ML +closepath C99 fill + newpath +174.16 47.28 174.16 41.28 181.16 41.28 181.16 47.28 174.16 47.28 ML +closepath C99 fill + newpath +174.16 41.28 174.16 35.28 181.16 35.28 181.16 41.28 174.16 41.28 ML +closepath C99 fill + newpath +174.16 35.28 174.16 29.28 181.16 29.28 181.16 35.28 174.16 35.28 ML +closepath C99 fill + newpath +174.16 29.28 174.16 23.28 181.16 23.28 181.16 29.28 174.16 29.28 ML +closepath C99 fill + newpath +174.16 23.28 174.16 17.28 181.16 17.28 181.16 23.28 174.16 23.28 ML +closepath C99 fill + newpath +174.16 17.28 174.16 11.28 181.16 11.28 181.16 17.28 174.16 17.28 ML +closepath C99 fill + newpath +174.16 11.28 174.16 5.28 181.16 5.28 181.16 11.28 174.16 11.28 ML +closepath C99 fill + newpath +174.16 5.28 174.16 -0.72 181.16 -0.72 181.16 5.28 174.16 5.28 ML +closepath C99 fill + newpath +167.16 71.28 167.16 65.28 174.16 65.28 174.16 71.28 167.16 71.28 ML +closepath C99 fill + newpath +167.16 65.28 167.16 59.28 174.16 59.28 174.16 65.28 167.16 65.28 ML +closepath C99 fill + newpath +167.16 59.28 167.16 53.28 174.16 53.28 174.16 59.28 167.16 59.28 ML +closepath C99 fill + newpath +167.16 53.28 167.16 47.28 174.16 47.28 174.16 53.28 167.16 53.28 ML +closepath C99 fill + newpath +167.16 47.28 167.16 41.28 174.16 41.28 174.16 47.28 167.16 47.28 ML +closepath C99 fill + newpath +167.16 41.28 167.16 35.28 174.16 35.28 174.16 41.28 167.16 41.28 ML +closepath C99 fill + newpath +167.16 35.28 167.16 29.28 174.16 29.28 174.16 35.28 167.16 35.28 ML +closepath C99 fill + newpath +167.16 29.28 167.16 23.28 174.16 23.28 174.16 29.28 167.16 29.28 ML +closepath C99 fill + newpath +167.16 23.28 167.16 17.28 174.16 17.28 174.16 23.28 167.16 23.28 ML +closepath C99 fill + newpath +167.16 17.28 167.16 11.28 174.16 11.28 174.16 17.28 167.16 17.28 ML +closepath C99 fill + newpath +167.16 11.28 167.16 5.28 174.16 5.28 174.16 11.28 167.16 11.28 ML +closepath C99 fill + newpath +167.16 5.28 167.16 -0.72 174.16 -0.72 174.16 5.28 167.16 5.28 ML +closepath C99 fill + newpath +160.16 71.28 160.16 65.28 167.16 65.28 167.16 71.28 160.16 71.28 ML +closepath C2 fill + newpath +160.16 65.28 160.16 59.28 167.16 59.28 167.16 65.28 160.16 65.28 ML +closepath C2 fill + newpath +160.16 59.28 160.16 53.28 167.16 53.28 167.16 59.28 160.16 59.28 ML +closepath C2 fill + newpath +160.16 53.28 160.16 47.28 167.16 47.28 167.16 53.28 160.16 53.28 ML +closepath C2 fill + newpath +160.16 47.28 160.16 41.28 167.16 41.28 167.16 47.28 160.16 47.28 ML +closepath C2 fill + newpath +160.16 41.28 160.16 35.28 167.16 35.28 167.16 41.28 160.16 41.28 ML +closepath C2 fill + newpath +160.16 35.28 160.16 29.28 167.16 29.28 167.16 35.28 160.16 35.28 ML +closepath C2 fill + newpath +160.16 29.28 160.16 23.28 167.16 23.28 167.16 29.28 160.16 29.28 ML +closepath C2 fill + newpath +160.16 23.28 160.16 17.28 167.16 17.28 167.16 23.28 160.16 23.28 ML +closepath C99 fill + newpath +160.16 17.28 160.16 11.28 167.16 11.28 167.16 17.28 160.16 17.28 ML +closepath C99 fill + newpath +160.16 11.28 160.16 5.28 167.16 5.28 167.16 11.28 160.16 11.28 ML +closepath C99 fill + newpath +160.16 5.28 160.16 -0.72 167.16 -0.72 167.16 5.28 160.16 5.28 ML +closepath C99 fill + newpath +153.16 71.28 153.16 65.28 160.16 65.28 160.16 71.28 153.16 71.28 ML +closepath C99 fill + newpath +153.16 65.28 153.16 59.28 160.16 59.28 160.16 65.28 153.16 65.28 ML +closepath C99 fill + newpath +153.16 59.28 153.16 53.28 160.16 53.28 160.16 59.28 153.16 59.28 ML +closepath C99 fill + newpath +153.16 53.28 153.16 47.28 160.16 47.28 160.16 53.28 153.16 53.28 ML +closepath C99 fill + newpath +153.16 47.28 153.16 41.28 160.16 41.28 160.16 47.28 153.16 47.28 ML +closepath C99 fill + newpath +153.16 41.28 153.16 35.28 160.16 35.28 160.16 41.28 153.16 41.28 ML +closepath C99 fill + newpath +153.16 35.28 153.16 29.28 160.16 29.28 160.16 35.28 153.16 35.28 ML +closepath C99 fill + newpath +153.16 29.28 153.16 23.28 160.16 23.28 160.16 29.28 153.16 29.28 ML +closepath C99 fill + newpath +153.16 23.28 153.16 17.28 160.16 17.28 160.16 23.28 153.16 23.28 ML +closepath C99 fill + newpath +153.16 17.28 153.16 11.28 160.16 11.28 160.16 17.28 153.16 17.28 ML +closepath C99 fill + newpath +153.16 11.28 153.16 5.28 160.16 5.28 160.16 11.28 153.16 11.28 ML +closepath C99 fill + newpath +153.16 5.28 153.16 -0.72 160.16 -0.72 160.16 5.28 153.16 5.28 ML +closepath C99 fill + newpath +146.16 71.28 146.16 65.28 153.16 65.28 153.16 71.28 146.16 71.28 ML +closepath C2 fill + newpath +146.16 65.28 146.16 59.28 153.16 59.28 153.16 65.28 146.16 65.28 ML +closepath C2 fill + newpath +146.16 59.28 146.16 53.28 153.16 53.28 153.16 59.28 146.16 59.28 ML +closepath C2 fill + newpath +146.16 53.28 146.16 47.28 153.16 47.28 153.16 53.28 146.16 53.28 ML +closepath C2 fill + newpath +146.16 47.28 146.16 41.28 153.16 41.28 153.16 47.28 146.16 47.28 ML +closepath C2 fill + newpath +146.16 41.28 146.16 35.28 153.16 35.28 153.16 41.28 146.16 41.28 ML +closepath C2 fill + newpath +146.16 35.28 146.16 29.28 153.16 29.28 153.16 35.28 146.16 35.28 ML +closepath C2 fill + newpath +146.16 29.28 146.16 23.28 153.16 23.28 153.16 29.28 146.16 29.28 ML +closepath C2 fill + newpath +146.16 23.28 146.16 17.28 153.16 17.28 153.16 23.28 146.16 23.28 ML +closepath C99 fill + newpath +146.16 17.28 146.16 11.28 153.16 11.28 153.16 17.28 146.16 17.28 ML +closepath C99 fill + newpath +146.16 11.28 146.16 5.28 153.16 5.28 153.16 11.28 146.16 11.28 ML +closepath C99 fill + newpath +146.16 5.28 146.16 -0.72 153.16 -0.72 153.16 5.28 146.16 5.28 ML +closepath C99 fill + newpath +139.16 71.28 139.16 65.28 146.16 65.28 146.16 71.28 139.16 71.28 ML +closepath C99 fill + newpath +139.16 65.28 139.16 59.28 146.16 59.28 146.16 65.28 139.16 65.28 ML +closepath C99 fill + newpath +139.16 59.28 139.16 53.28 146.16 53.28 146.16 59.28 139.16 59.28 ML +closepath C99 fill + newpath +139.16 53.28 139.16 47.28 146.16 47.28 146.16 53.28 139.16 53.28 ML +closepath C99 fill + newpath +139.16 47.28 139.16 41.28 146.16 41.28 146.16 47.28 139.16 47.28 ML +closepath C99 fill + newpath +139.16 41.28 139.16 35.28 146.16 35.28 146.16 41.28 139.16 41.28 ML +closepath C99 fill + newpath +139.16 35.28 139.16 29.28 146.16 29.28 146.16 35.28 139.16 35.28 ML +closepath C99 fill + newpath +139.16 29.28 139.16 23.28 146.16 23.28 146.16 29.28 139.16 29.28 ML +closepath C99 fill + newpath +139.16 23.28 139.16 17.28 146.16 17.28 146.16 23.28 139.16 23.28 ML +closepath C99 fill + newpath +139.16 17.28 139.16 11.28 146.16 11.28 146.16 17.28 139.16 17.28 ML +closepath C99 fill + newpath +139.16 11.28 139.16 5.28 146.16 5.28 146.16 11.28 139.16 11.28 ML +closepath C99 fill + newpath +139.16 5.28 139.16 -0.72 146.16 -0.72 146.16 5.28 139.16 5.28 ML +closepath C99 fill + newpath +132.16 71.28 132.16 65.28 139.16 65.28 139.16 71.28 132.16 71.28 ML +closepath C1 fill + newpath +132.16 65.28 132.16 59.28 139.16 59.28 139.16 65.28 132.16 65.28 ML +closepath C1 fill + newpath +132.16 59.28 132.16 53.28 139.16 53.28 139.16 59.28 132.16 59.28 ML +closepath C1 fill + newpath +132.16 53.28 132.16 47.28 139.16 47.28 139.16 53.28 132.16 53.28 ML +closepath C1 fill + newpath +132.16 47.28 132.16 41.28 139.16 41.28 139.16 47.28 132.16 47.28 ML +closepath C1 fill + newpath +132.16 41.28 132.16 35.28 139.16 35.28 139.16 41.28 132.16 41.28 ML +closepath C1 fill + newpath +132.16 35.28 132.16 29.28 139.16 29.28 139.16 35.28 132.16 35.28 ML +closepath C1 fill + newpath +132.16 29.28 132.16 23.28 139.16 23.28 139.16 29.28 132.16 29.28 ML +closepath C1 fill + newpath +132.16 23.28 132.16 17.28 139.16 17.28 139.16 23.28 132.16 23.28 ML +closepath C99 fill + newpath +132.16 17.28 132.16 11.28 139.16 11.28 139.16 17.28 132.16 17.28 ML +closepath C99 fill + newpath +132.16 11.28 132.16 5.28 139.16 5.28 139.16 11.28 132.16 11.28 ML +closepath C99 fill + newpath +132.16 5.28 132.16 -0.72 139.16 -0.72 139.16 5.28 132.16 5.28 ML +closepath C99 fill + newpath +125.16 71.28 125.16 65.28 132.16 65.28 132.16 71.28 125.16 71.28 ML +closepath C99 fill + newpath +125.16 65.28 125.16 59.28 132.16 59.28 132.16 65.28 125.16 65.28 ML +closepath C99 fill + newpath +125.16 59.28 125.16 53.28 132.16 53.28 132.16 59.28 125.16 59.28 ML +closepath C99 fill + newpath +125.16 53.28 125.16 47.28 132.16 47.28 132.16 53.28 125.16 53.28 ML +closepath C99 fill + newpath +125.16 47.28 125.16 41.28 132.16 41.28 132.16 47.28 125.16 47.28 ML +closepath C99 fill + newpath +125.16 41.28 125.16 35.28 132.16 35.28 132.16 41.28 125.16 41.28 ML +closepath C99 fill + newpath +125.16 35.28 125.16 29.28 132.16 29.28 132.16 35.28 125.16 35.28 ML +closepath C99 fill + newpath +125.16 29.28 125.16 23.28 132.16 23.28 132.16 29.28 125.16 29.28 ML +closepath C99 fill + newpath +125.16 23.28 125.16 17.28 132.16 17.28 132.16 23.28 125.16 23.28 ML +closepath C99 fill + newpath +125.16 17.28 125.16 11.28 132.16 11.28 132.16 17.28 125.16 17.28 ML +closepath C99 fill + newpath +125.16 11.28 125.16 5.28 132.16 5.28 132.16 11.28 125.16 11.28 ML +closepath C99 fill + newpath +125.16 5.28 125.16 -0.72 132.16 -0.72 132.16 5.28 125.16 5.28 ML +closepath C99 fill + newpath +118.16 71.28 118.16 65.28 125.16 65.28 125.16 71.28 118.16 71.28 ML +closepath C1 fill + newpath +118.16 65.28 118.16 59.28 125.16 59.28 125.16 65.28 118.16 65.28 ML +closepath C1 fill + newpath +118.16 59.28 118.16 53.28 125.16 53.28 125.16 59.28 118.16 59.28 ML +closepath C1 fill + newpath +118.16 53.28 118.16 47.28 125.16 47.28 125.16 53.28 118.16 53.28 ML +closepath C1 fill + newpath +118.16 47.28 118.16 41.28 125.16 41.28 125.16 47.28 118.16 47.28 ML +closepath C1 fill + newpath +118.16 41.28 118.16 35.28 125.16 35.28 125.16 41.28 118.16 41.28 ML +closepath C1 fill + newpath +118.16 35.28 118.16 29.28 125.16 29.28 125.16 35.28 118.16 35.28 ML +closepath C1 fill + newpath +118.16 29.28 118.16 23.28 125.16 23.28 125.16 29.28 118.16 29.28 ML +closepath C1 fill + newpath +118.16 23.28 118.16 17.28 125.16 17.28 125.16 23.28 118.16 23.28 ML +closepath C99 fill + newpath +118.16 17.28 118.16 11.28 125.16 11.28 125.16 17.28 118.16 17.28 ML +closepath C99 fill + newpath +118.16 11.28 118.16 5.28 125.16 5.28 125.16 11.28 118.16 11.28 ML +closepath C99 fill + newpath +118.16 5.28 118.16 -0.72 125.16 -0.72 125.16 5.28 118.16 5.28 ML +closepath C99 fill + newpath +111.16 71.28 111.16 65.28 118.16 65.28 118.16 71.28 111.16 71.28 ML +closepath C99 fill + newpath +111.16 65.28 111.16 59.28 118.16 59.28 118.16 65.28 111.16 65.28 ML +closepath C99 fill + newpath +111.16 59.28 111.16 53.28 118.16 53.28 118.16 59.28 111.16 59.28 ML +closepath C99 fill + newpath +111.16 53.28 111.16 47.28 118.16 47.28 118.16 53.28 111.16 53.28 ML +closepath C99 fill + newpath +111.16 47.28 111.16 41.28 118.16 41.28 118.16 47.28 111.16 47.28 ML +closepath C99 fill + newpath +111.16 41.28 111.16 35.28 118.16 35.28 118.16 41.28 111.16 41.28 ML +closepath C99 fill + newpath +111.16 35.28 111.16 29.28 118.16 29.28 118.16 35.28 111.16 35.28 ML +closepath C99 fill + newpath +111.16 29.28 111.16 23.28 118.16 23.28 118.16 29.28 111.16 29.28 ML +closepath C99 fill + newpath +111.16 23.28 111.16 17.28 118.16 17.28 118.16 23.28 111.16 23.28 ML +closepath C99 fill + newpath +111.16 17.28 111.16 11.28 118.16 11.28 118.16 17.28 111.16 17.28 ML +closepath C99 fill + newpath +111.16 11.28 111.16 5.28 118.16 5.28 118.16 11.28 111.16 11.28 ML +closepath C99 fill + newpath +111.16 5.28 111.16 -0.72 118.16 -0.72 118.16 5.28 111.16 5.28 ML +closepath C99 fill + newpath +104.16 71.28 104.16 65.28 111.16 65.28 111.16 71.28 104.16 71.28 ML +closepath C99 fill + newpath +104.16 65.28 104.16 59.28 111.16 59.28 111.16 65.28 104.16 65.28 ML +closepath C99 fill + newpath +104.16 59.28 104.16 53.28 111.16 53.28 111.16 59.28 104.16 59.28 ML +closepath C99 fill + newpath +104.16 53.28 104.16 47.28 111.16 47.28 111.16 53.28 104.16 53.28 ML +closepath C99 fill + newpath +104.16 47.28 104.16 41.28 111.16 41.28 111.16 47.28 104.16 47.28 ML +closepath C99 fill + newpath +104.16 41.28 104.16 35.28 111.16 35.28 111.16 41.28 104.16 41.28 ML +closepath C99 fill + newpath +104.16 35.28 104.16 29.28 111.16 29.28 111.16 35.28 104.16 35.28 ML +closepath C99 fill + newpath +104.16 29.28 104.16 23.28 111.16 23.28 111.16 29.28 104.16 29.28 ML +closepath C99 fill + newpath +104.16 23.28 104.16 17.28 111.16 17.28 111.16 23.28 104.16 23.28 ML +closepath C99 fill + newpath +104.16 17.28 104.16 11.28 111.16 11.28 111.16 17.28 104.16 17.28 ML +closepath C99 fill + newpath +104.16 11.28 104.16 5.28 111.16 5.28 111.16 11.28 104.16 11.28 ML +closepath C99 fill + newpath +104.16 5.28 104.16 -0.72 111.16 -0.72 111.16 5.28 104.16 5.28 ML +closepath C99 fill + newpath +97.16 71.28 97.16 65.28 104.16 65.28 104.16 71.28 97.16 71.28 ML +closepath C99 fill + newpath +97.16 65.28 97.16 59.28 104.16 59.28 104.16 65.28 97.16 65.28 ML +closepath C99 fill + newpath +97.16 59.28 97.16 53.28 104.16 53.28 104.16 59.28 97.16 59.28 ML +closepath C99 fill + newpath +97.16 53.28 97.16 47.28 104.16 47.28 104.16 53.28 97.16 53.28 ML +closepath C99 fill + newpath +97.16 47.28 97.16 41.28 104.16 41.28 104.16 47.28 97.16 47.28 ML +closepath C99 fill + newpath +97.16 41.28 97.16 35.28 104.16 35.28 104.16 41.28 97.16 41.28 ML +closepath C99 fill + newpath +97.16 35.28 97.16 29.28 104.16 29.28 104.16 35.28 97.16 35.28 ML +closepath C99 fill + newpath +97.16 29.28 97.16 23.28 104.16 23.28 104.16 29.28 97.16 29.28 ML +closepath C99 fill + newpath +97.16 23.28 97.16 17.28 104.16 17.28 104.16 23.28 97.16 23.28 ML +closepath C99 fill + newpath +97.16 17.28 97.16 11.28 104.16 11.28 104.16 17.28 97.16 17.28 ML +closepath C99 fill + newpath +97.16 11.28 97.16 5.28 104.16 5.28 104.16 11.28 97.16 11.28 ML +closepath C99 fill + newpath +97.16 5.28 97.16 -0.72 104.16 -0.72 104.16 5.28 97.16 5.28 ML +closepath C99 fill + newpath +90.16 71.28 90.16 65.28 97.16 65.28 97.16 71.28 90.16 71.28 ML +closepath C99 fill + newpath +90.16 65.28 90.16 59.28 97.16 59.28 97.16 65.28 90.16 65.28 ML +closepath C99 fill + newpath +90.16 59.28 90.16 53.28 97.16 53.28 97.16 59.28 90.16 59.28 ML +closepath C99 fill + newpath +90.16 53.28 90.16 47.28 97.16 47.28 97.16 53.28 90.16 53.28 ML +closepath C99 fill + newpath +90.16 47.28 90.16 41.28 97.16 41.28 97.16 47.28 90.16 47.28 ML +closepath C99 fill + newpath +90.16 41.28 90.16 35.28 97.16 35.28 97.16 41.28 90.16 41.28 ML +closepath C99 fill + newpath +90.16 35.28 90.16 29.28 97.16 29.28 97.16 35.28 90.16 35.28 ML +closepath C99 fill + newpath +90.16 29.28 90.16 23.28 97.16 23.28 97.16 29.28 90.16 29.28 ML +closepath C99 fill + newpath +90.16 23.28 90.16 17.28 97.16 17.28 97.16 23.28 90.16 23.28 ML +closepath C99 fill + newpath +90.16 17.28 90.16 11.28 97.16 11.28 97.16 17.28 90.16 17.28 ML +closepath C99 fill + newpath +90.16 11.28 90.16 5.28 97.16 5.28 97.16 11.28 90.16 11.28 ML +closepath C99 fill + newpath +90.16 5.28 90.16 -0.72 97.16 -0.72 97.16 5.28 90.16 5.28 ML +closepath C99 fill + newpath +83.16 71.28 83.16 65.28 90.16 65.28 90.16 71.28 83.16 71.28 ML +closepath C99 fill + newpath +83.16 65.28 83.16 59.28 90.16 59.28 90.16 65.28 83.16 65.28 ML +closepath C99 fill + newpath +83.16 59.28 83.16 53.28 90.16 53.28 90.16 59.28 83.16 59.28 ML +closepath C99 fill + newpath +83.16 53.28 83.16 47.28 90.16 47.28 90.16 53.28 83.16 53.28 ML +closepath C99 fill + newpath +83.16 47.28 83.16 41.28 90.16 41.28 90.16 47.28 83.16 47.28 ML +closepath C99 fill + newpath +83.16 41.28 83.16 35.28 90.16 35.28 90.16 41.28 83.16 41.28 ML +closepath C99 fill + newpath +83.16 35.28 83.16 29.28 90.16 29.28 90.16 35.28 83.16 35.28 ML +closepath C99 fill + newpath +83.16 29.28 83.16 23.28 90.16 23.28 90.16 29.28 83.16 29.28 ML +closepath C99 fill + newpath +83.16 23.28 83.16 17.28 90.16 17.28 90.16 23.28 83.16 23.28 ML +closepath C99 fill + newpath +83.16 17.28 83.16 11.28 90.16 11.28 90.16 17.28 83.16 17.28 ML +closepath C99 fill + newpath +83.16 11.28 83.16 5.28 90.16 5.28 90.16 11.28 83.16 11.28 ML +closepath C99 fill + newpath +83.16 5.28 83.16 -0.72 90.16 -0.72 90.16 5.28 83.16 5.28 ML +closepath C99 fill + newpath +76.16 71.28 76.16 65.28 83.16 65.28 83.16 71.28 76.16 71.28 ML +closepath C99 fill + newpath +76.16 65.28 76.16 59.28 83.16 59.28 83.16 65.28 76.16 65.28 ML +closepath C99 fill + newpath +76.16 59.28 76.16 53.28 83.16 53.28 83.16 59.28 76.16 59.28 ML +closepath C99 fill + newpath +76.16 53.28 76.16 47.28 83.16 47.28 83.16 53.28 76.16 53.28 ML +closepath C99 fill + newpath +76.16 47.28 76.16 41.28 83.16 41.28 83.16 47.28 76.16 47.28 ML +closepath C99 fill + newpath +76.16 41.28 76.16 35.28 83.16 35.28 83.16 41.28 76.16 41.28 ML +closepath C99 fill + newpath +76.16 35.28 76.16 29.28 83.16 29.28 83.16 35.28 76.16 35.28 ML +closepath C99 fill + newpath +76.16 29.28 76.16 23.28 83.16 23.28 83.16 29.28 76.16 29.28 ML +closepath C99 fill + newpath +76.16 23.28 76.16 17.28 83.16 17.28 83.16 23.28 76.16 23.28 ML +closepath C99 fill + newpath +76.16 17.28 76.16 11.28 83.16 11.28 83.16 17.28 76.16 17.28 ML +closepath C99 fill + newpath +76.16 11.28 76.16 5.28 83.16 5.28 83.16 11.28 76.16 11.28 ML +closepath C99 fill + newpath +76.16 5.28 76.16 -0.72 83.16 -0.72 83.16 5.28 76.16 5.28 ML +closepath C99 fill + newpath +69.16 71.28 69.16 65.28 76.16 65.28 76.16 71.28 69.16 71.28 ML +closepath C99 fill + newpath +69.16 65.28 69.16 59.28 76.16 59.28 76.16 65.28 69.16 65.28 ML +closepath C99 fill + newpath +69.16 59.28 69.16 53.28 76.16 53.28 76.16 59.28 69.16 59.28 ML +closepath C99 fill + newpath +69.16 53.28 69.16 47.28 76.16 47.28 76.16 53.28 69.16 53.28 ML +closepath C99 fill + newpath +69.16 47.28 69.16 41.28 76.16 41.28 76.16 47.28 69.16 47.28 ML +closepath C99 fill + newpath +69.16 41.28 69.16 35.28 76.16 35.28 76.16 41.28 69.16 41.28 ML +closepath C99 fill + newpath +69.16 35.28 69.16 29.28 76.16 29.28 76.16 35.28 69.16 35.28 ML +closepath C99 fill + newpath +69.16 29.28 69.16 23.28 76.16 23.28 76.16 29.28 69.16 29.28 ML +closepath C99 fill + newpath +69.16 23.28 69.16 17.28 76.16 17.28 76.16 23.28 69.16 23.28 ML +closepath C99 fill + newpath +69.16 17.28 69.16 11.28 76.16 11.28 76.16 17.28 69.16 17.28 ML +closepath C99 fill + newpath +69.16 11.28 69.16 5.28 76.16 5.28 76.16 11.28 69.16 11.28 ML +closepath C99 fill + newpath +69.16 5.28 69.16 -0.72 76.16 -0.72 76.16 5.28 69.16 5.28 ML +closepath C99 fill + newpath +62.16 71.28 62.16 65.28 69.16 65.28 69.16 71.28 62.16 71.28 ML +closepath C99 fill + newpath +62.16 65.28 62.16 59.28 69.16 59.28 69.16 65.28 62.16 65.28 ML +closepath C99 fill + newpath +62.16 59.28 62.16 53.28 69.16 53.28 69.16 59.28 62.16 59.28 ML +closepath C99 fill + newpath +62.16 53.28 62.16 47.28 69.16 47.28 69.16 53.28 62.16 53.28 ML +closepath C99 fill + newpath +62.16 47.28 62.16 41.28 69.16 41.28 69.16 47.28 62.16 47.28 ML +closepath C99 fill + newpath +62.16 41.28 62.16 35.28 69.16 35.28 69.16 41.28 62.16 41.28 ML +closepath C99 fill + newpath +62.16 35.28 62.16 29.28 69.16 29.28 69.16 35.28 62.16 35.28 ML +closepath C99 fill + newpath +62.16 29.28 62.16 23.28 69.16 23.28 69.16 29.28 62.16 29.28 ML +closepath C99 fill + newpath +62.16 23.28 62.16 17.28 69.16 17.28 69.16 23.28 62.16 23.28 ML +closepath C99 fill + newpath +62.16 17.28 62.16 11.28 69.16 11.28 69.16 17.28 62.16 17.28 ML +closepath C99 fill + newpath +62.16 11.28 62.16 5.28 69.16 5.28 69.16 11.28 62.16 11.28 ML +closepath C99 fill + newpath +62.16 5.28 62.16 -0.72 69.16 -0.72 69.16 5.28 62.16 5.28 ML +closepath C99 fill + newpath +55.16 71.28 55.16 65.28 62.16 65.28 62.16 71.28 55.16 71.28 ML +closepath C99 fill + newpath +55.16 65.28 55.16 59.28 62.16 59.28 62.16 65.28 55.16 65.28 ML +closepath C99 fill + newpath +55.16 59.28 55.16 53.28 62.16 53.28 62.16 59.28 55.16 59.28 ML +closepath C99 fill + newpath +55.16 53.28 55.16 47.28 62.16 47.28 62.16 53.28 55.16 53.28 ML +closepath C99 fill + newpath +55.16 47.28 55.16 41.28 62.16 41.28 62.16 47.28 55.16 47.28 ML +closepath C99 fill + newpath +55.16 41.28 55.16 35.28 62.16 35.28 62.16 41.28 55.16 41.28 ML +closepath C99 fill + newpath +55.16 35.28 55.16 29.28 62.16 29.28 62.16 35.28 55.16 35.28 ML +closepath C99 fill + newpath +55.16 29.28 55.16 23.28 62.16 23.28 62.16 29.28 55.16 29.28 ML +closepath C99 fill + newpath +55.16 23.28 55.16 17.28 62.16 17.28 62.16 23.28 55.16 23.28 ML +closepath C99 fill + newpath +55.16 17.28 55.16 11.28 62.16 11.28 62.16 17.28 55.16 17.28 ML +closepath C99 fill + newpath +55.16 11.28 55.16 5.28 62.16 5.28 62.16 11.28 55.16 11.28 ML +closepath C99 fill + newpath +55.16 5.28 55.16 -0.72 62.16 -0.72 62.16 5.28 55.16 5.28 ML +closepath C99 fill + newpath +48.16 71.28 48.16 65.28 55.16 65.28 55.16 71.28 48.16 71.28 ML +closepath C99 fill + newpath +48.16 65.28 48.16 59.28 55.16 59.28 55.16 65.28 48.16 65.28 ML +closepath C99 fill + newpath +48.16 59.28 48.16 53.28 55.16 53.28 55.16 59.28 48.16 59.28 ML +closepath C99 fill + newpath +48.16 53.28 48.16 47.28 55.16 47.28 55.16 53.28 48.16 53.28 ML +closepath C99 fill + newpath +48.16 47.28 48.16 41.28 55.16 41.28 55.16 47.28 48.16 47.28 ML +closepath C99 fill + newpath +48.16 41.28 48.16 35.28 55.16 35.28 55.16 41.28 48.16 41.28 ML +closepath C99 fill + newpath +48.16 35.28 48.16 29.28 55.16 29.28 55.16 35.28 48.16 35.28 ML +closepath C99 fill + newpath +48.16 29.28 48.16 23.28 55.16 23.28 55.16 29.28 48.16 29.28 ML +closepath C99 fill + newpath +48.16 23.28 48.16 17.28 55.16 17.28 55.16 23.28 48.16 23.28 ML +closepath C99 fill + newpath +48.16 17.28 48.16 11.28 55.16 11.28 55.16 17.28 48.16 17.28 ML +closepath C99 fill + newpath +48.16 11.28 48.16 5.28 55.16 5.28 55.16 11.28 48.16 11.28 ML +closepath C99 fill + newpath +48.16 5.28 48.16 -0.72 55.16 -0.72 55.16 5.28 48.16 5.28 ML +closepath C99 fill + newpath +41.16 71.28 41.16 65.28 48.16 65.28 48.16 71.28 41.16 71.28 ML +closepath C99 fill + newpath +41.16 65.28 41.16 59.28 48.16 59.28 48.16 65.28 41.16 65.28 ML +closepath C99 fill + newpath +41.16 59.28 41.16 53.28 48.16 53.28 48.16 59.28 41.16 59.28 ML +closepath C99 fill + newpath +41.16 53.28 41.16 47.28 48.16 47.28 48.16 53.28 41.16 53.28 ML +closepath C99 fill + newpath +41.16 47.28 41.16 41.28 48.16 41.28 48.16 47.28 41.16 47.28 ML +closepath C99 fill + newpath +41.16 41.28 41.16 35.28 48.16 35.28 48.16 41.28 41.16 41.28 ML +closepath C99 fill + newpath +41.16 35.28 41.16 29.28 48.16 29.28 48.16 35.28 41.16 35.28 ML +closepath C99 fill + newpath +41.16 29.28 41.16 23.28 48.16 23.28 48.16 29.28 41.16 29.28 ML +closepath C99 fill + newpath +41.16 23.28 41.16 17.28 48.16 17.28 48.16 23.28 41.16 23.28 ML +closepath C99 fill + newpath +41.16 17.28 41.16 11.28 48.16 11.28 48.16 17.28 41.16 17.28 ML +closepath C99 fill + newpath +41.16 11.28 41.16 5.28 48.16 5.28 48.16 11.28 41.16 11.28 ML +closepath C99 fill + newpath +41.16 5.28 41.16 -0.72 48.16 -0.72 48.16 5.28 41.16 5.28 ML +closepath C99 fill + newpath +34.16 71.28 34.16 65.28 41.16 65.28 41.16 71.28 34.16 71.28 ML +closepath C99 fill + newpath +34.16 65.28 34.16 59.28 41.16 59.28 41.16 65.28 34.16 65.28 ML +closepath C99 fill + newpath +34.16 59.28 34.16 53.28 41.16 53.28 41.16 59.28 34.16 59.28 ML +closepath C99 fill + newpath +34.16 53.28 34.16 47.28 41.16 47.28 41.16 53.28 34.16 53.28 ML +closepath C99 fill + newpath +34.16 47.28 34.16 41.28 41.16 41.28 41.16 47.28 34.16 47.28 ML +closepath C99 fill + newpath +34.16 41.28 34.16 35.28 41.16 35.28 41.16 41.28 34.16 41.28 ML +closepath C99 fill + newpath +34.16 35.28 34.16 29.28 41.16 29.28 41.16 35.28 34.16 35.28 ML +closepath C99 fill + newpath +34.16 29.28 34.16 23.28 41.16 23.28 41.16 29.28 34.16 29.28 ML +closepath C99 fill + newpath +34.16 23.28 34.16 17.28 41.16 17.28 41.16 23.28 34.16 23.28 ML +closepath C99 fill + newpath +34.16 17.28 34.16 11.28 41.16 11.28 41.16 17.28 34.16 17.28 ML +closepath C99 fill + newpath +34.16 11.28 34.16 5.28 41.16 5.28 41.16 11.28 34.16 11.28 ML +closepath C99 fill + newpath +34.16 5.28 34.16 -0.72 41.16 -0.72 41.16 5.28 34.16 5.28 ML +closepath C99 fill + newpath +27.16 71.28 27.16 65.28 34.16 65.28 34.16 71.28 27.16 71.28 ML +closepath C2 fill + newpath +27.16 65.28 27.16 59.28 34.16 59.28 34.16 65.28 27.16 65.28 ML +closepath C2 fill + newpath +27.16 59.28 27.16 53.28 34.16 53.28 34.16 59.28 27.16 59.28 ML +closepath C2 fill + newpath +27.16 53.28 27.16 47.28 34.16 47.28 34.16 53.28 27.16 53.28 ML +closepath C2 fill + newpath +27.16 47.28 27.16 41.28 34.16 41.28 34.16 47.28 27.16 47.28 ML +closepath C2 fill + newpath +27.16 41.28 27.16 35.28 34.16 35.28 34.16 41.28 27.16 41.28 ML +closepath C2 fill + newpath +27.16 35.28 27.16 29.28 34.16 29.28 34.16 35.28 27.16 35.28 ML +closepath C2 fill + newpath +27.16 29.28 27.16 23.28 34.16 23.28 34.16 29.28 27.16 29.28 ML +closepath C2 fill + newpath +27.16 23.28 27.16 17.28 34.16 17.28 34.16 23.28 27.16 23.28 ML +closepath C99 fill + newpath +27.16 17.28 27.16 11.28 34.16 11.28 34.16 17.28 27.16 17.28 ML +closepath C99 fill + newpath +27.16 11.28 27.16 5.28 34.16 5.28 34.16 11.28 27.16 11.28 ML +closepath C99 fill + newpath +27.16 5.28 27.16 -0.72 34.16 -0.72 34.16 5.28 27.16 5.28 ML +closepath C99 fill + newpath +20.16 71.28 20.16 65.28 27.16 65.28 27.16 71.28 20.16 71.28 ML +closepath C2 fill + newpath +20.16 65.28 20.16 59.28 27.16 59.28 27.16 65.28 20.16 65.28 ML +closepath C2 fill + newpath +20.16 59.28 20.16 53.28 27.16 53.28 27.16 59.28 20.16 59.28 ML +closepath C2 fill + newpath +20.16 53.28 20.16 47.28 27.16 47.28 27.16 53.28 20.16 53.28 ML +closepath C2 fill + newpath +20.16 47.28 20.16 41.28 27.16 41.28 27.16 47.28 20.16 47.28 ML +closepath C2 fill + newpath +20.16 41.28 20.16 35.28 27.16 35.28 27.16 41.28 20.16 41.28 ML +closepath C2 fill + newpath +20.16 35.28 20.16 29.28 27.16 29.28 27.16 35.28 20.16 35.28 ML +closepath C2 fill + newpath +20.16 29.28 20.16 23.28 27.16 23.28 27.16 29.28 20.16 29.28 ML +closepath C2 fill + newpath +20.16 23.28 20.16 17.28 27.16 17.28 27.16 23.28 20.16 23.28 ML +closepath C99 fill + newpath +20.16 17.28 20.16 11.28 27.16 11.28 27.16 17.28 20.16 17.28 ML +closepath C99 fill + newpath +20.16 11.28 20.16 5.28 27.16 5.28 27.16 11.28 20.16 11.28 ML +closepath C99 fill + newpath +20.16 5.28 20.16 -0.72 27.16 -0.72 27.16 5.28 20.16 5.28 ML +closepath C99 fill + newpath +13.16 71.28 13.16 65.28 20.16 65.28 20.16 71.28 13.16 71.28 ML +closepath C1 fill + newpath +13.16 65.28 13.16 59.28 20.16 59.28 20.16 65.28 13.16 65.28 ML +closepath C1 fill + newpath +13.16 59.28 13.16 53.28 20.16 53.28 20.16 59.28 13.16 59.28 ML +closepath C1 fill + newpath +13.16 53.28 13.16 47.28 20.16 47.28 20.16 53.28 13.16 53.28 ML +closepath C1 fill + newpath +13.16 47.28 13.16 41.28 20.16 41.28 20.16 47.28 13.16 47.28 ML +closepath C1 fill + newpath +13.16 41.28 13.16 35.28 20.16 35.28 20.16 41.28 13.16 41.28 ML +closepath C1 fill + newpath +13.16 35.28 13.16 29.28 20.16 29.28 20.16 35.28 13.16 35.28 ML +closepath C1 fill + newpath +13.16 29.28 13.16 23.28 20.16 23.28 20.16 29.28 13.16 29.28 ML +closepath C1 fill + newpath +13.16 23.28 13.16 17.28 20.16 17.28 20.16 23.28 13.16 23.28 ML +closepath C99 fill + newpath +13.16 17.28 13.16 11.28 20.16 11.28 20.16 17.28 13.16 17.28 ML +closepath C99 fill + newpath +13.16 11.28 13.16 5.28 20.16 5.28 20.16 11.28 13.16 11.28 ML +closepath C99 fill + newpath +13.16 5.28 13.16 -0.72 20.16 -0.72 20.16 5.28 13.16 5.28 ML +closepath C99 fill + newpath +6.16 71.28 6.16 65.28 13.16 65.28 13.16 71.28 6.16 71.28 ML +closepath C99 fill + newpath +6.16 65.28 6.16 59.28 13.16 59.28 13.16 65.28 6.16 65.28 ML +closepath C99 fill + newpath +6.16 59.28 6.16 53.28 13.16 53.28 13.16 59.28 6.16 59.28 ML +closepath C99 fill + newpath +6.16 53.28 6.16 47.28 13.16 47.28 13.16 53.28 6.16 53.28 ML +closepath C99 fill + newpath +6.16 47.28 6.16 41.28 13.16 41.28 13.16 47.28 6.16 47.28 ML +closepath C99 fill + newpath +6.16 41.28 6.16 35.28 13.16 35.28 13.16 41.28 6.16 41.28 ML +closepath C99 fill + newpath +6.16 35.28 6.16 29.28 13.16 29.28 13.16 35.28 6.16 35.28 ML +closepath C99 fill + newpath +6.16 29.28 6.16 23.28 13.16 23.28 13.16 29.28 6.16 29.28 ML +closepath C99 fill + newpath +6.16 23.28 6.16 17.28 13.16 17.28 13.16 23.28 6.16 23.28 ML +closepath C99 fill + newpath +6.16 17.28 6.16 11.28 13.16 11.28 13.16 17.28 6.16 17.28 ML +closepath C99 fill + newpath +6.16 11.28 6.16 5.28 13.16 5.28 13.16 11.28 6.16 11.28 ML +closepath C99 fill + newpath +6.16 5.28 6.16 -0.72 13.16 -0.72 13.16 5.28 6.16 5.28 ML +closepath C99 fill + newpath +-0.84 71.28 -0.84 65.28 6.16 65.28 6.16 71.28 -0.84 71.28 ML +closepath C99 fill + newpath +-0.84 65.28 -0.84 59.28 6.16 59.28 6.16 65.28 -0.84 65.28 ML +closepath C99 fill + newpath +-0.84 59.28 -0.84 53.28 6.16 53.28 6.16 59.28 -0.84 59.28 ML +closepath C99 fill + newpath +-0.84 53.28 -0.84 47.28 6.16 47.28 6.16 53.28 -0.84 53.28 ML +closepath C99 fill + newpath +-0.84 47.28 -0.84 41.28 6.16 41.28 6.16 47.28 -0.84 47.28 ML +closepath C99 fill + newpath +-0.84 41.28 -0.84 35.28 6.16 35.28 6.16 41.28 -0.84 41.28 ML +closepath C99 fill + newpath +-0.84 35.28 -0.84 29.28 6.16 29.28 6.16 35.28 -0.84 35.28 ML +closepath C99 fill + newpath +-0.84 29.28 -0.84 23.28 6.16 23.28 6.16 29.28 -0.84 29.28 ML +closepath C99 fill + newpath +-0.84 23.28 -0.84 17.28 6.16 17.28 6.16 23.28 -0.84 23.28 ML +closepath C99 fill + newpath +-0.84 17.28 -0.84 11.28 6.16 11.28 6.16 17.28 -0.84 17.28 ML +closepath C99 fill + newpath +-0.84 11.28 -0.84 5.28 6.16 5.28 6.16 11.28 -0.84 11.28 ML +closepath C99 fill + newpath +-0.84 5.28 -0.84 -0.72 6.16 -0.72 6.16 5.28 -0.84 5.28 ML +closepath C99 fill +C100 + 419.16 71.28 419.16 65.28 L + C100 + 426.16 71.28 426.16 65.28 L + C100 + 419.16 71.28 426.16 71.28 L + C100 + 419.16 65.28 419.16 59.28 L + C100 + 426.16 65.28 426.16 59.28 L + C100 + 419.16 59.28 419.16 53.28 L + C100 + 426.16 59.28 426.16 53.28 L + C100 + 419.16 53.28 419.16 47.28 L + C100 + 426.16 53.28 426.16 47.28 L + C100 + 419.16 47.28 419.16 41.28 L + C100 + 426.16 47.28 426.16 41.28 L + C100 + 419.16 41.28 419.16 35.28 L + C100 + 426.16 41.28 426.16 35.28 L + C100 + 419.16 35.28 419.16 29.28 L + C100 + 426.16 35.28 426.16 29.28 L + C100 + 419.16 29.28 419.16 23.28 L + C100 + 426.16 29.28 426.16 23.28 L + C100 + 419.16 23.28 426.16 23.28 L + C100 + 391.16 71.28 391.16 65.28 L + C100 + 398.16 71.28 398.16 65.28 L + C100 + 391.16 71.28 398.16 71.28 L + C100 + 391.16 65.28 391.16 59.28 L + C100 + 398.16 65.28 398.16 59.28 L + C100 + 391.16 59.28 391.16 53.28 L + C100 + 398.16 59.28 398.16 53.28 L + C100 + 391.16 53.28 391.16 47.28 L + C100 + 398.16 53.28 398.16 47.28 L + C100 + 391.16 47.28 391.16 41.28 L + C100 + 398.16 47.28 398.16 41.28 L + C100 + 391.16 41.28 391.16 35.28 L + C100 + 398.16 41.28 398.16 35.28 L + C100 + 391.16 35.28 391.16 29.28 L + C100 + 398.16 35.28 398.16 29.28 L + C100 + 391.16 29.28 391.16 23.28 L + C100 + 398.16 29.28 398.16 23.28 L + C100 + 391.16 23.28 398.16 23.28 L + C100 + 237.16 71.28 237.16 65.28 L + C100 + 244.16 71.28 244.16 65.28 L + C100 + 237.16 71.28 244.16 71.28 L + C100 + 237.16 65.28 237.16 59.28 L + C100 + 244.16 65.28 244.16 59.28 L + C100 + 237.16 59.28 237.16 53.28 L + C100 + 244.16 59.28 244.16 53.28 L + C100 + 237.16 53.28 237.16 47.28 L + C100 + 244.16 53.28 244.16 47.28 L + C100 + 237.16 47.28 237.16 41.28 L + C100 + 244.16 47.28 244.16 41.28 L + C100 + 237.16 41.28 237.16 35.28 L + C100 + 244.16 41.28 244.16 35.28 L + C100 + 237.16 35.28 237.16 29.28 L + C100 + 244.16 35.28 244.16 29.28 L + C100 + 237.16 29.28 237.16 23.28 L + C100 + 244.16 29.28 244.16 23.28 L + C100 + 237.16 23.28 244.16 23.28 L + C100 + 223.16 71.28 223.16 65.28 L + C100 + 230.16 71.28 230.16 65.28 L + C100 + 223.16 71.28 230.16 71.28 L + C100 + 223.16 65.28 223.16 59.28 L + C100 + 230.16 65.28 230.16 59.28 L + C100 + 223.16 59.28 223.16 53.28 L + C100 + 230.16 59.28 230.16 53.28 L + C100 + 223.16 53.28 223.16 47.28 L + C100 + 230.16 53.28 230.16 47.28 L + C100 + 223.16 47.28 223.16 41.28 L + C100 + 230.16 47.28 230.16 41.28 L + C100 + 223.16 41.28 223.16 35.28 L + C100 + 230.16 41.28 230.16 35.28 L + C100 + 223.16 35.28 223.16 29.28 L + C100 + 230.16 35.28 230.16 29.28 L + C100 + 223.16 29.28 223.16 23.28 L + C100 + 230.16 29.28 230.16 23.28 L + C100 + 223.16 23.28 230.16 23.28 L + C100 + 202.16 71.28 202.16 65.28 L + C100 + 209.16 71.28 209.16 65.28 L + C100 + 202.16 71.28 209.16 71.28 L + C100 + 202.16 65.28 202.16 59.28 L + C100 + 209.16 65.28 209.16 59.28 L + C100 + 202.16 59.28 202.16 53.28 L + C100 + 209.16 59.28 209.16 53.28 L + C100 + 202.16 53.28 202.16 47.28 L + C100 + 209.16 53.28 209.16 47.28 L + C100 + 202.16 47.28 202.16 41.28 L + C100 + 209.16 47.28 209.16 41.28 L + C100 + 202.16 41.28 202.16 35.28 L + C100 + 209.16 41.28 209.16 35.28 L + C100 + 202.16 35.28 202.16 29.28 L + C100 + 209.16 35.28 209.16 29.28 L + C100 + 202.16 29.28 202.16 23.28 L + C100 + 209.16 29.28 209.16 23.28 L + C100 + 202.16 23.28 209.16 23.28 L + C100 + 181.16 71.28 181.16 65.28 L + C100 + 188.16 71.28 188.16 65.28 L + C100 + 181.16 71.28 188.16 71.28 L + C100 + 181.16 65.28 181.16 59.28 L + C100 + 188.16 65.28 188.16 59.28 L + C100 + 181.16 59.28 181.16 53.28 L + C100 + 188.16 59.28 188.16 53.28 L + C100 + 181.16 53.28 181.16 47.28 L + C100 + 188.16 53.28 188.16 47.28 L + C100 + 181.16 47.28 181.16 41.28 L + C100 + 188.16 47.28 188.16 41.28 L + C100 + 181.16 41.28 181.16 35.28 L + C100 + 188.16 41.28 188.16 35.28 L + C100 + 181.16 35.28 181.16 29.28 L + C100 + 188.16 35.28 188.16 29.28 L + C100 + 181.16 29.28 181.16 23.28 L + C100 + 188.16 29.28 188.16 23.28 L + C100 + 181.16 23.28 188.16 23.28 L + C100 + 160.16 71.28 160.16 65.28 L + C100 + 167.16 71.28 167.16 65.28 L + C100 + 160.16 71.28 167.16 71.28 L + C100 + 160.16 65.28 160.16 59.28 L + C100 + 167.16 65.28 167.16 59.28 L + C100 + 160.16 59.28 160.16 53.28 L + C100 + 167.16 59.28 167.16 53.28 L + C100 + 160.16 53.28 160.16 47.28 L + C100 + 167.16 53.28 167.16 47.28 L + C100 + 160.16 47.28 160.16 41.28 L + C100 + 167.16 47.28 167.16 41.28 L + C100 + 160.16 41.28 160.16 35.28 L + C100 + 167.16 41.28 167.16 35.28 L + C100 + 160.16 35.28 160.16 29.28 L + C100 + 167.16 35.28 167.16 29.28 L + C100 + 160.16 29.28 160.16 23.28 L + C100 + 167.16 29.28 167.16 23.28 L + C100 + 160.16 23.28 167.16 23.28 L + C100 + 146.16 71.28 146.16 65.28 L + C100 + 153.16 71.28 153.16 65.28 L + C100 + 146.16 71.28 153.16 71.28 L + C100 + 146.16 65.28 146.16 59.28 L + C100 + 153.16 65.28 153.16 59.28 L + C100 + 146.16 59.28 146.16 53.28 L + C100 + 153.16 59.28 153.16 53.28 L + C100 + 146.16 53.28 146.16 47.28 L + C100 + 153.16 53.28 153.16 47.28 L + C100 + 146.16 47.28 146.16 41.28 L + C100 + 153.16 47.28 153.16 41.28 L + C100 + 146.16 41.28 146.16 35.28 L + C100 + 153.16 41.28 153.16 35.28 L + C100 + 146.16 35.28 146.16 29.28 L + C100 + 153.16 35.28 153.16 29.28 L + C100 + 146.16 29.28 146.16 23.28 L + C100 + 153.16 29.28 153.16 23.28 L + C100 + 146.16 23.28 153.16 23.28 L + C100 + 132.16 71.28 132.16 65.28 L + C100 + 139.16 71.28 139.16 65.28 L + C100 + 132.16 71.28 139.16 71.28 L + C100 + 132.16 65.28 132.16 59.28 L + C100 + 139.16 65.28 139.16 59.28 L + C100 + 132.16 59.28 132.16 53.28 L + C100 + 139.16 59.28 139.16 53.28 L + C100 + 132.16 53.28 132.16 47.28 L + C100 + 139.16 53.28 139.16 47.28 L + C100 + 132.16 47.28 132.16 41.28 L + C100 + 139.16 47.28 139.16 41.28 L + C100 + 132.16 41.28 132.16 35.28 L + C100 + 139.16 41.28 139.16 35.28 L + C100 + 132.16 35.28 132.16 29.28 L + C100 + 139.16 35.28 139.16 29.28 L + C100 + 132.16 29.28 132.16 23.28 L + C100 + 139.16 29.28 139.16 23.28 L + C100 + 132.16 23.28 139.16 23.28 L + C100 + 118.16 71.28 118.16 65.28 L + C100 + 125.16 71.28 125.16 65.28 L + C100 + 118.16 71.28 125.16 71.28 L + C100 + 118.16 65.28 118.16 59.28 L + C100 + 125.16 65.28 125.16 59.28 L + C100 + 118.16 59.28 118.16 53.28 L + C100 + 125.16 59.28 125.16 53.28 L + C100 + 118.16 53.28 118.16 47.28 L + C100 + 125.16 53.28 125.16 47.28 L + C100 + 118.16 47.28 118.16 41.28 L + C100 + 125.16 47.28 125.16 41.28 L + C100 + 118.16 41.28 118.16 35.28 L + C100 + 125.16 41.28 125.16 35.28 L + C100 + 118.16 35.28 118.16 29.28 L + C100 + 125.16 35.28 125.16 29.28 L + C100 + 118.16 29.28 118.16 23.28 L + C100 + 125.16 29.28 125.16 23.28 L + C100 + 118.16 23.28 125.16 23.28 L + C100 + 34.16 71.28 34.16 65.28 L + C100 + 27.16 71.28 34.16 71.28 L + C100 + 34.16 65.28 34.16 59.28 L + C100 + 34.16 59.28 34.16 53.28 L + C100 + 34.16 53.28 34.16 47.28 L + C100 + 34.16 47.28 34.16 41.28 L + C100 + 34.16 41.28 34.16 35.28 L + C100 + 34.16 35.28 34.16 29.28 L + C100 + 34.16 29.28 34.16 23.28 L + C100 + 27.16 23.28 34.16 23.28 L + C100 + 20.16 71.28 27.16 71.28 L + C100 + 20.16 23.28 27.16 23.28 L + C100 + 13.16 71.28 13.16 65.28 L + C100 + 13.16 71.28 20.16 71.28 L + C100 + 13.16 65.28 13.16 59.28 L + C100 + 13.16 59.28 13.16 53.28 L + C100 + 13.16 53.28 13.16 47.28 L + C100 + 13.16 47.28 13.16 41.28 L + C100 + 13.16 41.28 13.16 35.28 L + C100 + 13.16 35.28 13.16 29.28 L + C100 + 13.16 29.28 13.16 23.28 L + C100 + 13.16 23.28 20.16 23.28 L + C100 + C1 + 14.00 0.00 moveto +21.00 0.00 lineto +17.50 5.40 lineto +14.00 0.00 lineto +stroke +14.00 0.00 moveto +21.00 0.00 lineto +17.50 5.40 lineto +14.00 0.00 lineto +closepath + C1 + fill +C100 + 28.00 0.00 moveto +35.00 0.00 lineto +31.50 5.40 lineto +28.00 0.00 lineto +stroke +28.00 0.00 moveto +35.00 0.00 lineto +31.50 5.40 lineto +28.00 0.00 lineto +closepath + C100 + fill +161.00 0.00 moveto +168.00 0.00 lineto +164.50 5.40 lineto +161.00 0.00 lineto +stroke +161.00 0.00 moveto +168.00 0.00 lineto +164.50 5.40 lineto +161.00 0.00 lineto +closepath + C100 + fill +F5 + 21 6 moveto (b13) show +F0 + F5 + 140 6 moveto (b14) show +F0 + F5 + 217 6 moveto (b15) show +F0 + F5 + 378 6 moveto (b16) show +F0 + F5 + 420 6 moveto (a10) show +F0 + C10 + 14.00 13.35 21.00 13.35 21.00 16.05 14.00 16.05 14.00 13.35 ML +stroke +14.00 13.35 21.00 13.35 21.00 16.05 14.00 16.05 14.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 21.00 13.35 28.00 13.35 28.00 16.05 21.00 16.05 21.00 13.35 ML +stroke +21.00 13.35 28.00 13.35 28.00 16.05 21.00 16.05 21.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 28.00 13.35 35.00 13.35 35.00 16.05 28.00 16.05 28.00 13.35 ML +stroke +28.00 13.35 35.00 13.35 35.00 16.05 28.00 16.05 28.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 35.00 12.00 moveto +39.90 14.70 lineto +35.00 17.40 lineto +35.00 12.00 lineto +stroke +35.00 12.00 moveto +39.90 14.70 lineto +35.00 17.40 lineto +35.00 12.00 lineto +closepath + C10 + fill +C100 + C10 + 119.00 13.35 126.00 13.35 126.00 16.05 119.00 16.05 119.00 13.35 ML +stroke +119.00 13.35 126.00 13.35 126.00 16.05 119.00 16.05 119.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 126.00 13.35 133.00 13.35 133.00 16.05 126.00 16.05 126.00 13.35 ML +stroke +126.00 13.35 133.00 13.35 133.00 16.05 126.00 16.05 126.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 133.00 13.35 140.00 13.35 140.00 16.05 133.00 16.05 133.00 13.35 ML +stroke +133.00 13.35 140.00 13.35 140.00 16.05 133.00 16.05 133.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 140.00 13.35 147.00 13.35 147.00 16.05 140.00 16.05 140.00 13.35 ML +stroke +140.00 13.35 147.00 13.35 147.00 16.05 140.00 16.05 140.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 147.00 13.35 154.00 13.35 154.00 16.05 147.00 16.05 147.00 13.35 ML +stroke +147.00 13.35 154.00 13.35 154.00 16.05 147.00 16.05 147.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 154.00 13.35 161.00 13.35 161.00 16.05 154.00 16.05 154.00 13.35 ML +stroke +154.00 13.35 161.00 13.35 161.00 16.05 154.00 16.05 154.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 161.00 13.35 168.00 13.35 168.00 16.05 161.00 16.05 161.00 13.35 ML +stroke +161.00 13.35 168.00 13.35 168.00 16.05 161.00 16.05 161.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 168.00 12.00 moveto +172.90 14.70 lineto +168.00 17.40 lineto +168.00 12.00 lineto +stroke +168.00 12.00 moveto +172.90 14.70 lineto +168.00 17.40 lineto +168.00 12.00 lineto +closepath + C10 + fill +C100 + C11 + 217.00 13.35 224.00 13.35 224.00 16.05 217.00 16.05 217.00 13.35 ML +stroke +217.00 13.35 224.00 13.35 224.00 16.05 217.00 16.05 217.00 13.35 ML +closepath + C11 + fill +C100 + C11 + 224.00 12.00 moveto +228.90 14.70 lineto +224.00 17.40 lineto +224.00 12.00 lineto +stroke +224.00 12.00 moveto +228.90 14.70 lineto +224.00 17.40 lineto +224.00 12.00 lineto +closepath + C11 + fill +C100 + C11 + 378.00 13.35 385.00 13.35 385.00 16.05 378.00 16.05 378.00 13.35 ML +stroke +378.00 13.35 385.00 13.35 385.00 16.05 378.00 16.05 378.00 13.35 ML +closepath + C11 + fill +C100 + C11 + 385.00 12.00 moveto +389.90 14.70 lineto +385.00 17.40 lineto +385.00 12.00 lineto +stroke +385.00 12.00 moveto +389.90 14.70 lineto +385.00 17.40 lineto +385.00 12.00 lineto +closepath + C11 + fill +C100 + C11 + 395.50 12.00 moveto +395.50 17.40 lineto +399.00 17.40 lineto +399.00 12.00 lineto +395.50 12.00 lineto +stroke +395.50 12.00 moveto +395.50 17.40 lineto +399.00 17.40 lineto +399.00 12.00 lineto +395.50 12.00 lineto +closepath + C11 + fill +newpath +395.50 12.00 moveto +393.40 12.00 393.40 17.40 395.50 17.40 curveto +397.60 17.40 397.60 12.00 395.50 12.00 curveto +closepath + C99 + fill +395.50 14.43 moveto +395.50 14.97 lineto +392.00 14.97 lineto +392.00 14.43 lineto +395.50 14.43 lineto +stroke +395.50 14.43 moveto +395.50 14.97 lineto +392.00 14.97 lineto +392.00 14.43 lineto +395.50 14.43 lineto +closepath + C11 + fill +newpath +395.50 12.00 moveto +393.40 12.00 393.40 17.40 395.50 17.40 curveto +397.60 17.40 397.60 12.00 395.50 12.00 curveto +stroke +C100 + C11 + 399.00 12.00 406.00 12.00 406.00 17.40 399.00 17.40 399.00 12.00 ML +stroke +399.00 12.00 406.00 12.00 406.00 17.40 399.00 17.40 399.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 406.00 12.00 413.00 12.00 413.00 17.40 406.00 17.40 406.00 12.00 ML +stroke +406.00 12.00 413.00 12.00 413.00 17.40 406.00 17.40 406.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 413.00 12.00 420.00 12.00 420.00 17.40 413.00 17.40 413.00 12.00 ML +stroke +413.00 12.00 420.00 12.00 420.00 17.40 413.00 17.40 413.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 420.00 12.00 427.00 12.00 427.00 17.40 420.00 17.40 420.00 12.00 ML +stroke +420.00 12.00 427.00 12.00 427.00 17.40 420.00 17.40 420.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 427.00 12.00 434.00 12.00 434.00 17.40 427.00 17.40 427.00 12.00 ML +stroke +427.00 12.00 434.00 12.00 434.00 17.40 427.00 17.40 427.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 434.00 12.00 441.00 12.00 441.00 17.40 434.00 17.40 434.00 12.00 ML +stroke +434.00 12.00 441.00 12.00 441.00 17.40 434.00 17.40 434.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 441.00 12.00 448.00 12.00 448.00 17.40 441.00 17.40 441.00 12.00 ML +stroke +441.00 12.00 448.00 12.00 448.00 17.40 441.00 17.40 441.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 448.00 12.00 455.00 12.00 455.00 17.40 448.00 17.40 448.00 12.00 ML +stroke +448.00 12.00 455.00 12.00 455.00 17.40 448.00 17.40 448.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 455.00 12.00 462.00 12.00 462.00 17.40 455.00 17.40 455.00 12.00 ML +stroke +455.00 12.00 462.00 12.00 462.00 17.40 455.00 17.40 455.00 12.00 ML +closepath + C11 + fill +C100 + 14 18 moveto (270) show + 126 18 moveto (280) show + 196 18 moveto (290) show + 266 18 moveto (300) show + 371 18 moveto (310) show + 441 18 moveto (320) show +(P) 0 24 P +(I) 7 24 P +F2 + C99 + (H) 14 24 P +F0 + C100 + (R) 21 24 P +(V) 28 24 P +(K) 35 24 P +(W) 84 24 P +(V) 91 24 P +(N) 98 24 P +(A) 105 24 P +(E) 112 24 P +F2 + C99 + (R) 119 24 P +F0 + C100 + (Q) 126 24 P +F2 + C99 + (S) 133 24 P +F0 + C100 + (L) 140 24 P +(P) 147 24 P +(F) 154 24 P +(F) 161 24 P +(V) 168 24 P +(N) 175 24 P +(L) 182 24 P +(G) 189 24 P +(Y) 196 24 P +(D) 203 24 P +(S) 210 24 P +(V) 217 24 P +(I) 224 24 P +(D) 231 24 P +(P) 238 24 P +(F) 245 24 P +(D) 252 24 P +(P) 259 24 P +(R) 266 24 P +(E) 273 24 P +(P) 280 24 P +(N) 287 24 P +(G) 294 24 P +(K) 301 24 P +(S) 308 24 P +(D) 350 24 P +(R) 357 24 P +(E) 364 24 P +(P) 371 24 P +(L) 378 24 P +(S) 385 24 P +(Y) 392 24 P +(G) 399 24 P +(D) 406 24 P +(Y) 413 24 P +(L) 420 24 P +(Q) 427 24 P +(N) 434 24 P +(G) 441 24 P +(L) 448 24 P +(V) 455 24 P +(P) 0 30 P +(K) 7 30 P +F2 + C99 + (H) 14 30 P +F0 + C100 + (R) 21 30 P +(V) 28 30 P +(K) 35 30 P +(S) 42 30 P +(P) 49 30 P +(G) 56 30 P +(R) 63 30 P +(D) 70 30 P +(Q) 77 30 P +(R) 84 30 P +(V) 91 30 P +(G) 98 30 P +(S) 105 30 P +(S) 112 30 P +F2 + C99 + (R) 119 30 P +F0 + C100 + (T) 126 30 P +F2 + C99 + (S) 133 30 P +F0 + C100 + (S) 140 30 P +(V) 147 30 P +(F) 154 30 P +(F) 161 30 P +(L) 168 30 P +(R) 175 30 P +(P) 182 30 P +(K) 189 30 P +(P) 196 30 P +(D) 203 30 P +(F) 210 30 P +(S) 217 30 P +(F) 224 30 P +(N) 231 30 P +(V) 238 30 P +(Q) 245 30 P +(Q) 252 30 P +(S) 259 30 P +(R) 266 30 P +(E) 273 30 P +(W) 280 30 P +(G) 287 30 P +(F) 294 30 P +(N) 301 30 P +(V) 308 30 P +(R) 315 30 P +(I) 322 30 P +(P) 350 30 P +(S) 357 30 P +(E) 364 30 P +(R) 371 30 P +(T) 378 30 P +(T) 385 30 P +(F) 392 30 P +(R) 399 30 P +(E) 406 30 P +(W) 413 30 P +(L) 420 30 P +(G) 427 30 P +(G) 434 30 P +(N) 441 30 P +(Y) 448 30 P +(V) 455 30 P +(P) 0 36 P +(R) 7 36 P +F2 + C99 + (H) 14 36 P +F0 + C100 + (H) 21 36 P +(V) 28 36 P +(A) 35 36 P +(A) 42 36 P +(P) 49 36 P +(R) 56 36 P +(R) 63 36 P +(D) 70 36 P +(Q) 77 36 P +(I) 84 36 P +(A) 91 36 P +(G) 98 36 P +(S) 105 36 P +(S) 112 36 P +F2 + C99 + (R) 119 36 P +F0 + C100 + (T) 126 36 P +F2 + C99 + (S) 133 36 P +F0 + C100 + (S) 140 36 P +(V) 147 36 P +(F) 154 36 P +(F) 161 36 P +(L) 168 36 P +(R) 175 36 P +(P) 182 36 P +(N) 189 36 P +(A) 196 36 P +(D) 203 36 P +(F) 210 36 P +(T) 217 36 P +(F) 224 36 P +(S) 231 36 P +(V) 238 36 P +(P) 245 36 P +(L) 252 36 P +(A) 259 36 P +(R) 266 36 P +(E) 273 36 P +(C) 280 36 P +(G) 287 36 P +(F) 294 36 P +(D) 301 36 P +(V) 308 36 P +(S) 315 36 P +(L) 322 36 P +(D) 350 36 P +(G) 357 36 P +(E) 364 36 P +(T) 371 36 P +(A) 378 36 P +(T) 385 36 P +(F) 392 36 P +(Q) 399 36 P +(D) 406 36 P +(W) 413 36 P +(I) 420 36 P +(G) 427 36 P +(G) 434 36 P +(N) 441 36 P +(Y) 448 36 P +(V) 455 36 P +(C) 0 42 P +(I) 7 42 P +F2 + C99 + (H) 14 42 P +F0 + C100 + (R) 21 42 P +(A) 28 42 P +(V) 35 42 P +(V) 42 42 P +(N) 77 42 P +(S) 84 42 P +(M) 91 42 P +(N) 98 42 P +(A) 105 42 P +F2 + C99 + (R) 119 42 P +F0 + C100 + (K) 126 42 P +F2 + C99 + (S) 133 42 P +F0 + C100 + (L) 140 42 P +(A) 147 42 P +(F) 154 42 P +(F) 161 42 P +(L) 168 42 P +(C) 175 42 P +(P) 182 42 P +(S) 189 42 P +(H) 196 42 P +(D) 203 42 P +(K) 210 42 P +(V) 217 42 P +(V) 224 42 P +(R) 231 42 P +(A) 238 42 P +(P) 245 42 P +(E) 252 42 P +(E) 259 42 P +(L) 266 42 P +(V) 273 42 P +(E) 280 42 P +(K) 287 42 P +(S) 294 42 P +(P) 301 42 P +(P) 308 42 P +(R) 343 42 P +(K) 350 42 P +(Y) 357 42 P +(P) 364 42 P +(D) 371 42 P +(Y) 378 42 P +(K) 385 42 P +(W) 392 42 P +(P) 399 42 P +(M) 406 42 P +(L) 413 42 P +(L) 420 42 P +(E) 427 42 P +(M) 434 42 P +(T) 441 42 P +(Q) 448 42 P +(K) 455 42 P +(V) 0 48 P +(Y) 7 48 P +F2 + C99 + (H) 14 48 P +F0 + C100 + (R) 21 48 P +(T) 28 48 P +(T) 35 48 P +(V) 42 48 P +(N) 77 48 P +(K) 84 48 P +(D) 91 48 P +(K) 98 48 P +(T) 105 48 P +F2 + C99 + (R) 119 48 P +F0 + C100 + (M) 126 48 P +F2 + C99 + (S) 133 48 P +F0 + C100 + (W) 140 48 P +(P) 147 48 P +(V) 154 48 P +(F) 161 48 P +(L) 168 48 P +(E) 175 48 P +(P) 182 48 P +(P) 189 48 P +(S) 196 48 P +(E) 203 48 P +(H) 210 48 P +(E) 217 48 P +(V) 224 48 P +(G) 231 48 P +(P) 238 48 P +(I) 245 48 P +(P) 252 48 P +(K) 259 48 P +(L) 266 48 P +(L) 273 48 P +(S) 280 48 P +(E) 287 48 P +(A) 294 48 P +(N) 301 48 P +(P) 308 48 P +(P) 343 48 P +(K) 350 48 P +(F) 357 48 P +(K) 364 48 P +(T) 371 48 P +(K) 378 48 P +(K) 385 48 P +(Y) 392 48 P +(K) 399 48 P +(D) 406 48 P +(Y) 413 48 P +(V) 420 48 P +(Y) 427 48 P +(C) 434 48 P +(K) 441 48 P +(L) 448 48 P +(N) 455 48 P +(S) 0 54 P +(I) 7 54 P +F2 + C99 + (H) 14 54 P +F0 + C100 + (R) 21 54 P +(V) 28 54 P +(V) 35 54 P +(T) 42 54 P +(D) 77 54 P +(P) 84 54 P +(T) 91 54 P +(R) 98 54 P +(D) 105 54 P +F2 + C99 + (R) 119 54 P +F0 + C100 + (V) 126 54 P +F2 + C99 + (S) 133 54 P +F0 + C100 + (I) 140 54 P +(A) 147 54 P +(T) 154 54 P +(L) 161 54 P +(I) 168 54 P +(G) 175 54 P +(P) 182 54 P +(D) 189 54 P +(Y) 196 54 P +(S) 203 54 P +(C) 210 54 P +(T) 217 54 P +(I) 224 54 P +(E) 231 54 P +(P) 238 54 P +(A) 245 54 P +(K) 252 54 P +(E) 259 54 P +(L) 266 54 P +(L) 273 54 P +(N) 280 54 P +(Q) 287 54 P +(D) 294 54 P +(N) 301 54 P +(P) 308 54 P +(P) 315 54 P +(L) 322 54 P +(Y) 329 54 P +(K) 336 54 P +(P) 343 54 P +(Y) 350 54 P +(S) 357 54 P +(Y) 364 54 P +(S) 371 54 P +(E) 378 54 P +(F) 385 54 P +(A) 392 54 P +(D) 399 54 P +(I) 406 54 P +(Y) 413 54 P +(L) 420 54 P +(S) 427 54 P +(D) 434 54 P +(K) 441 54 P +(S) 448 54 P +(D) 455 54 P +(A) 0 60 P +(D) 7 60 P +F2 + C99 + (H) 14 60 P +F0 + C100 + (Q) 21 60 P +(A) 28 60 P +(V) 35 60 P +(V) 42 60 P +(N) 77 60 P +(S) 84 60 P +(E) 91 60 P +(C) 98 60 P +(S) 105 60 P +F2 + C99 + (R) 119 60 P +F0 + C100 + (L) 126 60 P +F2 + C99 + (S) 133 60 P +F0 + C100 + (I) 140 60 P +(A) 147 60 P +(T) 154 60 P +(F) 161 60 P +(Q) 168 60 P +(N) 175 60 P +(P) 182 60 P +(A) 189 60 P +(P) 196 60 P +(D) 203 60 P +(A) 210 60 P +(T) 217 60 P +(V) 224 60 P +(Y) 231 60 P +(P) 238 60 P +(L) 245 60 P +(A) 252 60 P +(V) 266 60 P +(R) 273 60 P +(D) 280 60 P +(G) 287 60 P +(E) 294 60 P +(A) 301 60 P +(P) 308 60 P +(I) 315 60 P +(L) 322 60 P +(D) 329 60 P +(H) 336 60 P +(P) 343 60 P +(I) 350 60 P +(T) 357 60 P +(F) 364 60 P +(A) 371 60 P +(E) 378 60 P +(M) 385 60 P +(Y) 392 60 P +(R) 399 60 P +(R) 406 60 P +(K) 413 60 P +(M) 420 60 P +(A) 427 60 P +(R) 434 60 P +(D) 441 60 P +(I) 448 60 P +(E) 455 60 P +(V) 0 66 P +(L) 7 66 P +F2 + C99 + (H) 14 66 P +F0 + C100 + (R) 21 66 P +(V) 28 66 P +(I) 35 66 P +(A) 42 66 P +(Q) 77 66 P +(T) 84 66 P +(D) 91 66 P +(G) 98 66 P +(T) 105 66 P +F2 + C99 + (R) 119 66 P +F0 + C100 + (M) 126 66 P +F2 + C99 + (S) 133 66 P +F0 + C100 + (L) 140 66 P +(A) 147 66 P +(S) 154 66 P +(F) 161 66 P +(Y) 168 66 P +(N) 175 66 P +(P) 182 66 P +(G) 189 66 P +(S) 196 66 P +(D) 203 66 P +(A) 210 66 P +(V) 217 66 P +(I) 224 66 P +(Y) 231 66 P +(P) 238 66 P +(A) 245 66 P +(K) 252 66 P +(T) 259 66 P +(L) 266 66 P +(V) 273 66 P +(E) 280 66 P +(K) 287 66 P +(E) 294 66 P +(A) 301 66 P +(E) 308 66 P +(E) 315 66 P +(S) 329 66 P +(T) 336 66 P +(Q) 343 66 P +(V) 350 66 P +(Y) 357 66 P +(P) 364 66 P +(K) 371 66 P +(F) 378 66 P +(V) 385 66 P +(F) 392 66 P +(D) 399 66 P +(D) 406 66 P +(Y) 413 66 P +(M) 420 66 P +(K) 427 66 P +(L) 434 66 P +(Y) 441 66 P +(A) 448 66 P +(G) 455 66 P +0 -252 translate +0 168 translate +2 setlinecap + 0.33 setlinewidth + newpath +237.16 71.28 237.16 65.28 244.16 65.28 244.16 71.28 237.16 71.28 ML +closepath C99 fill + newpath +237.16 65.28 237.16 59.28 244.16 59.28 244.16 65.28 237.16 65.28 ML +closepath C99 fill + newpath +237.16 59.28 237.16 53.28 244.16 53.28 244.16 59.28 237.16 59.28 ML +closepath C99 fill + newpath +237.16 53.28 237.16 47.28 244.16 47.28 244.16 53.28 237.16 53.28 ML +closepath C99 fill + newpath +237.16 47.28 237.16 41.28 244.16 41.28 244.16 47.28 237.16 47.28 ML +closepath C99 fill + newpath +237.16 41.28 237.16 35.28 244.16 35.28 244.16 41.28 237.16 41.28 ML +closepath C99 fill + newpath +237.16 35.28 237.16 29.28 244.16 29.28 244.16 35.28 237.16 35.28 ML +closepath C99 fill + newpath +237.16 29.28 237.16 23.28 244.16 23.28 244.16 29.28 237.16 29.28 ML +closepath C99 fill + newpath +237.16 23.28 237.16 17.28 244.16 17.28 244.16 23.28 237.16 23.28 ML +closepath C99 fill + newpath +237.16 17.28 237.16 11.28 244.16 11.28 244.16 17.28 237.16 17.28 ML +closepath C99 fill + newpath +237.16 11.28 237.16 5.28 244.16 5.28 244.16 11.28 237.16 11.28 ML +closepath C99 fill + newpath +237.16 5.28 237.16 -0.72 244.16 -0.72 244.16 5.28 237.16 5.28 ML +closepath C99 fill + newpath +230.16 71.28 230.16 65.28 237.16 65.28 237.16 71.28 230.16 71.28 ML +closepath C99 fill + newpath +230.16 65.28 230.16 59.28 237.16 59.28 237.16 65.28 230.16 65.28 ML +closepath C99 fill + newpath +230.16 59.28 230.16 53.28 237.16 53.28 237.16 59.28 230.16 59.28 ML +closepath C99 fill + newpath +230.16 53.28 230.16 47.28 237.16 47.28 237.16 53.28 230.16 53.28 ML +closepath C99 fill + newpath +230.16 47.28 230.16 41.28 237.16 41.28 237.16 47.28 230.16 47.28 ML +closepath C99 fill + newpath +230.16 41.28 230.16 35.28 237.16 35.28 237.16 41.28 230.16 41.28 ML +closepath C99 fill + newpath +230.16 35.28 230.16 29.28 237.16 29.28 237.16 35.28 230.16 35.28 ML +closepath C99 fill + newpath +230.16 29.28 230.16 23.28 237.16 23.28 237.16 29.28 230.16 29.28 ML +closepath C99 fill + newpath +230.16 23.28 230.16 17.28 237.16 17.28 237.16 23.28 230.16 23.28 ML +closepath C99 fill + newpath +230.16 17.28 230.16 11.28 237.16 11.28 237.16 17.28 230.16 17.28 ML +closepath C99 fill + newpath +230.16 11.28 230.16 5.28 237.16 5.28 237.16 11.28 230.16 11.28 ML +closepath C99 fill + newpath +230.16 5.28 230.16 -0.72 237.16 -0.72 237.16 5.28 230.16 5.28 ML +closepath C99 fill + newpath +223.16 71.28 223.16 65.28 230.16 65.28 230.16 71.28 223.16 71.28 ML +closepath C99 fill + newpath +223.16 65.28 223.16 59.28 230.16 59.28 230.16 65.28 223.16 65.28 ML +closepath C99 fill + newpath +223.16 59.28 223.16 53.28 230.16 53.28 230.16 59.28 223.16 59.28 ML +closepath C99 fill + newpath +223.16 53.28 223.16 47.28 230.16 47.28 230.16 53.28 223.16 53.28 ML +closepath C99 fill + newpath +223.16 47.28 223.16 41.28 230.16 41.28 230.16 47.28 223.16 47.28 ML +closepath C99 fill + newpath +223.16 41.28 223.16 35.28 230.16 35.28 230.16 41.28 223.16 41.28 ML +closepath C99 fill + newpath +223.16 35.28 223.16 29.28 230.16 29.28 230.16 35.28 223.16 35.28 ML +closepath C99 fill + newpath +223.16 29.28 223.16 23.28 230.16 23.28 230.16 29.28 223.16 29.28 ML +closepath C99 fill + newpath +223.16 23.28 223.16 17.28 230.16 17.28 230.16 23.28 223.16 23.28 ML +closepath C99 fill + newpath +223.16 17.28 223.16 11.28 230.16 11.28 230.16 17.28 223.16 17.28 ML +closepath C99 fill + newpath +223.16 11.28 223.16 5.28 230.16 5.28 230.16 11.28 223.16 11.28 ML +closepath C99 fill + newpath +223.16 5.28 223.16 -0.72 230.16 -0.72 230.16 5.28 223.16 5.28 ML +closepath C99 fill + newpath +216.16 71.28 216.16 65.28 223.16 65.28 223.16 71.28 216.16 71.28 ML +closepath C99 fill + newpath +216.16 65.28 216.16 59.28 223.16 59.28 223.16 65.28 216.16 65.28 ML +closepath C99 fill + newpath +216.16 59.28 216.16 53.28 223.16 53.28 223.16 59.28 216.16 59.28 ML +closepath C99 fill + newpath +216.16 53.28 216.16 47.28 223.16 47.28 223.16 53.28 216.16 53.28 ML +closepath C99 fill + newpath +216.16 47.28 216.16 41.28 223.16 41.28 223.16 47.28 216.16 47.28 ML +closepath C99 fill + newpath +216.16 41.28 216.16 35.28 223.16 35.28 223.16 41.28 216.16 41.28 ML +closepath C99 fill + newpath +216.16 35.28 216.16 29.28 223.16 29.28 223.16 35.28 216.16 35.28 ML +closepath C99 fill + newpath +216.16 29.28 216.16 23.28 223.16 23.28 223.16 29.28 216.16 29.28 ML +closepath C99 fill + newpath +216.16 23.28 216.16 17.28 223.16 17.28 223.16 23.28 216.16 23.28 ML +closepath C99 fill + newpath +216.16 17.28 216.16 11.28 223.16 11.28 223.16 17.28 216.16 17.28 ML +closepath C99 fill + newpath +216.16 11.28 216.16 5.28 223.16 5.28 223.16 11.28 216.16 11.28 ML +closepath C99 fill + newpath +216.16 5.28 216.16 -0.72 223.16 -0.72 223.16 5.28 216.16 5.28 ML +closepath C99 fill + newpath +209.16 71.28 209.16 65.28 216.16 65.28 216.16 71.28 209.16 71.28 ML +closepath C99 fill + newpath +209.16 65.28 209.16 59.28 216.16 59.28 216.16 65.28 209.16 65.28 ML +closepath C99 fill + newpath +209.16 59.28 209.16 53.28 216.16 53.28 216.16 59.28 209.16 59.28 ML +closepath C99 fill + newpath +209.16 53.28 209.16 47.28 216.16 47.28 216.16 53.28 209.16 53.28 ML +closepath C99 fill + newpath +209.16 47.28 209.16 41.28 216.16 41.28 216.16 47.28 209.16 47.28 ML +closepath C99 fill + newpath +209.16 41.28 209.16 35.28 216.16 35.28 216.16 41.28 209.16 41.28 ML +closepath C99 fill + newpath +209.16 35.28 209.16 29.28 216.16 29.28 216.16 35.28 209.16 35.28 ML +closepath C99 fill + newpath +209.16 29.28 209.16 23.28 216.16 23.28 216.16 29.28 209.16 29.28 ML +closepath C99 fill + newpath +209.16 23.28 209.16 17.28 216.16 17.28 216.16 23.28 209.16 23.28 ML +closepath C99 fill + newpath +209.16 17.28 209.16 11.28 216.16 11.28 216.16 17.28 209.16 17.28 ML +closepath C99 fill + newpath +209.16 11.28 209.16 5.28 216.16 5.28 216.16 11.28 209.16 11.28 ML +closepath C99 fill + newpath +209.16 5.28 209.16 -0.72 216.16 -0.72 216.16 5.28 209.16 5.28 ML +closepath C99 fill + newpath +202.16 71.28 202.16 65.28 209.16 65.28 209.16 71.28 202.16 71.28 ML +closepath C99 fill + newpath +202.16 65.28 202.16 59.28 209.16 59.28 209.16 65.28 202.16 65.28 ML +closepath C99 fill + newpath +202.16 59.28 202.16 53.28 209.16 53.28 209.16 59.28 202.16 59.28 ML +closepath C99 fill + newpath +202.16 53.28 202.16 47.28 209.16 47.28 209.16 53.28 202.16 53.28 ML +closepath C99 fill + newpath +202.16 47.28 202.16 41.28 209.16 41.28 209.16 47.28 202.16 47.28 ML +closepath C99 fill + newpath +202.16 41.28 202.16 35.28 209.16 35.28 209.16 41.28 202.16 41.28 ML +closepath C99 fill + newpath +202.16 35.28 202.16 29.28 209.16 29.28 209.16 35.28 202.16 35.28 ML +closepath C99 fill + newpath +202.16 29.28 202.16 23.28 209.16 23.28 209.16 29.28 202.16 29.28 ML +closepath C99 fill + newpath +202.16 23.28 202.16 17.28 209.16 17.28 209.16 23.28 202.16 23.28 ML +closepath C99 fill + newpath +202.16 17.28 202.16 11.28 209.16 11.28 209.16 17.28 202.16 17.28 ML +closepath C99 fill + newpath +202.16 11.28 202.16 5.28 209.16 5.28 209.16 11.28 202.16 11.28 ML +closepath C99 fill + newpath +202.16 5.28 202.16 -0.72 209.16 -0.72 209.16 5.28 202.16 5.28 ML +closepath C99 fill + newpath +195.16 71.28 195.16 65.28 202.16 65.28 202.16 71.28 195.16 71.28 ML +closepath C99 fill + newpath +195.16 65.28 195.16 59.28 202.16 59.28 202.16 65.28 195.16 65.28 ML +closepath C99 fill + newpath +195.16 59.28 195.16 53.28 202.16 53.28 202.16 59.28 195.16 59.28 ML +closepath C99 fill + newpath +195.16 53.28 195.16 47.28 202.16 47.28 202.16 53.28 195.16 53.28 ML +closepath C99 fill + newpath +195.16 47.28 195.16 41.28 202.16 41.28 202.16 47.28 195.16 47.28 ML +closepath C99 fill + newpath +195.16 41.28 195.16 35.28 202.16 35.28 202.16 41.28 195.16 41.28 ML +closepath C99 fill + newpath +195.16 35.28 195.16 29.28 202.16 29.28 202.16 35.28 195.16 35.28 ML +closepath C99 fill + newpath +195.16 29.28 195.16 23.28 202.16 23.28 202.16 29.28 195.16 29.28 ML +closepath C99 fill + newpath +195.16 23.28 195.16 17.28 202.16 17.28 202.16 23.28 195.16 23.28 ML +closepath C99 fill + newpath +195.16 17.28 195.16 11.28 202.16 11.28 202.16 17.28 195.16 17.28 ML +closepath C99 fill + newpath +195.16 11.28 195.16 5.28 202.16 5.28 202.16 11.28 195.16 11.28 ML +closepath C99 fill + newpath +195.16 5.28 195.16 -0.72 202.16 -0.72 202.16 5.28 195.16 5.28 ML +closepath C99 fill + newpath +188.16 71.28 188.16 65.28 195.16 65.28 195.16 71.28 188.16 71.28 ML +closepath C99 fill + newpath +188.16 65.28 188.16 59.28 195.16 59.28 195.16 65.28 188.16 65.28 ML +closepath C99 fill + newpath +188.16 59.28 188.16 53.28 195.16 53.28 195.16 59.28 188.16 59.28 ML +closepath C99 fill + newpath +188.16 53.28 188.16 47.28 195.16 47.28 195.16 53.28 188.16 53.28 ML +closepath C99 fill + newpath +188.16 47.28 188.16 41.28 195.16 41.28 195.16 47.28 188.16 47.28 ML +closepath C99 fill + newpath +188.16 41.28 188.16 35.28 195.16 35.28 195.16 41.28 188.16 41.28 ML +closepath C99 fill + newpath +188.16 35.28 188.16 29.28 195.16 29.28 195.16 35.28 188.16 35.28 ML +closepath C99 fill + newpath +188.16 29.28 188.16 23.28 195.16 23.28 195.16 29.28 188.16 29.28 ML +closepath C99 fill + newpath +188.16 23.28 188.16 17.28 195.16 17.28 195.16 23.28 188.16 23.28 ML +closepath C99 fill + newpath +188.16 17.28 188.16 11.28 195.16 11.28 195.16 17.28 188.16 17.28 ML +closepath C99 fill + newpath +188.16 11.28 188.16 5.28 195.16 5.28 195.16 11.28 188.16 11.28 ML +closepath C99 fill + newpath +188.16 5.28 188.16 -0.72 195.16 -0.72 195.16 5.28 188.16 5.28 ML +closepath C99 fill + newpath +181.16 71.28 181.16 65.28 188.16 65.28 188.16 71.28 181.16 71.28 ML +closepath C99 fill + newpath +181.16 65.28 181.16 59.28 188.16 59.28 188.16 65.28 181.16 65.28 ML +closepath C99 fill + newpath +181.16 59.28 181.16 53.28 188.16 53.28 188.16 59.28 181.16 59.28 ML +closepath C99 fill + newpath +181.16 53.28 181.16 47.28 188.16 47.28 188.16 53.28 181.16 53.28 ML +closepath C99 fill + newpath +181.16 47.28 181.16 41.28 188.16 41.28 188.16 47.28 181.16 47.28 ML +closepath C99 fill + newpath +181.16 41.28 181.16 35.28 188.16 35.28 188.16 41.28 181.16 41.28 ML +closepath C99 fill + newpath +181.16 35.28 181.16 29.28 188.16 29.28 188.16 35.28 181.16 35.28 ML +closepath C99 fill + newpath +181.16 29.28 181.16 23.28 188.16 23.28 188.16 29.28 181.16 29.28 ML +closepath C99 fill + newpath +181.16 23.28 181.16 17.28 188.16 17.28 188.16 23.28 181.16 23.28 ML +closepath C99 fill + newpath +181.16 17.28 181.16 11.28 188.16 11.28 188.16 17.28 181.16 17.28 ML +closepath C99 fill + newpath +181.16 11.28 181.16 5.28 188.16 5.28 188.16 11.28 181.16 11.28 ML +closepath C99 fill + newpath +181.16 5.28 181.16 -0.72 188.16 -0.72 188.16 5.28 181.16 5.28 ML +closepath C99 fill + newpath +174.16 71.28 174.16 65.28 181.16 65.28 181.16 71.28 174.16 71.28 ML +closepath C99 fill + newpath +174.16 65.28 174.16 59.28 181.16 59.28 181.16 65.28 174.16 65.28 ML +closepath C99 fill + newpath +174.16 59.28 174.16 53.28 181.16 53.28 181.16 59.28 174.16 59.28 ML +closepath C99 fill + newpath +174.16 53.28 174.16 47.28 181.16 47.28 181.16 53.28 174.16 53.28 ML +closepath C99 fill + newpath +174.16 47.28 174.16 41.28 181.16 41.28 181.16 47.28 174.16 47.28 ML +closepath C99 fill + newpath +174.16 41.28 174.16 35.28 181.16 35.28 181.16 41.28 174.16 41.28 ML +closepath C99 fill + newpath +174.16 35.28 174.16 29.28 181.16 29.28 181.16 35.28 174.16 35.28 ML +closepath C99 fill + newpath +174.16 29.28 174.16 23.28 181.16 23.28 181.16 29.28 174.16 29.28 ML +closepath C99 fill + newpath +174.16 23.28 174.16 17.28 181.16 17.28 181.16 23.28 174.16 23.28 ML +closepath C99 fill + newpath +174.16 17.28 174.16 11.28 181.16 11.28 181.16 17.28 174.16 17.28 ML +closepath C99 fill + newpath +174.16 11.28 174.16 5.28 181.16 5.28 181.16 11.28 174.16 11.28 ML +closepath C99 fill + newpath +174.16 5.28 174.16 -0.72 181.16 -0.72 181.16 5.28 174.16 5.28 ML +closepath C99 fill + newpath +167.16 71.28 167.16 65.28 174.16 65.28 174.16 71.28 167.16 71.28 ML +closepath C99 fill + newpath +167.16 65.28 167.16 59.28 174.16 59.28 174.16 65.28 167.16 65.28 ML +closepath C99 fill + newpath +167.16 59.28 167.16 53.28 174.16 53.28 174.16 59.28 167.16 59.28 ML +closepath C99 fill + newpath +167.16 53.28 167.16 47.28 174.16 47.28 174.16 53.28 167.16 53.28 ML +closepath C99 fill + newpath +167.16 47.28 167.16 41.28 174.16 41.28 174.16 47.28 167.16 47.28 ML +closepath C99 fill + newpath +167.16 41.28 167.16 35.28 174.16 35.28 174.16 41.28 167.16 41.28 ML +closepath C99 fill + newpath +167.16 35.28 167.16 29.28 174.16 29.28 174.16 35.28 167.16 35.28 ML +closepath C99 fill + newpath +167.16 29.28 167.16 23.28 174.16 23.28 174.16 29.28 167.16 29.28 ML +closepath C99 fill + newpath +167.16 23.28 167.16 17.28 174.16 17.28 174.16 23.28 167.16 23.28 ML +closepath C99 fill + newpath +167.16 17.28 167.16 11.28 174.16 11.28 174.16 17.28 167.16 17.28 ML +closepath C99 fill + newpath +167.16 11.28 167.16 5.28 174.16 5.28 174.16 11.28 167.16 11.28 ML +closepath C99 fill + newpath +167.16 5.28 167.16 -0.72 174.16 -0.72 174.16 5.28 167.16 5.28 ML +closepath C99 fill + newpath +160.16 71.28 160.16 65.28 167.16 65.28 167.16 71.28 160.16 71.28 ML +closepath C99 fill + newpath +160.16 65.28 160.16 59.28 167.16 59.28 167.16 65.28 160.16 65.28 ML +closepath C99 fill + newpath +160.16 59.28 160.16 53.28 167.16 53.28 167.16 59.28 160.16 59.28 ML +closepath C99 fill + newpath +160.16 53.28 160.16 47.28 167.16 47.28 167.16 53.28 160.16 53.28 ML +closepath C99 fill + newpath +160.16 47.28 160.16 41.28 167.16 41.28 167.16 47.28 160.16 47.28 ML +closepath C99 fill + newpath +160.16 41.28 160.16 35.28 167.16 35.28 167.16 41.28 160.16 41.28 ML +closepath C99 fill + newpath +160.16 35.28 160.16 29.28 167.16 29.28 167.16 35.28 160.16 35.28 ML +closepath C99 fill + newpath +160.16 29.28 160.16 23.28 167.16 23.28 167.16 29.28 160.16 29.28 ML +closepath C99 fill + newpath +160.16 23.28 160.16 17.28 167.16 17.28 167.16 23.28 160.16 23.28 ML +closepath C99 fill + newpath +160.16 17.28 160.16 11.28 167.16 11.28 167.16 17.28 160.16 17.28 ML +closepath C99 fill + newpath +160.16 11.28 160.16 5.28 167.16 5.28 167.16 11.28 160.16 11.28 ML +closepath C99 fill + newpath +160.16 5.28 160.16 -0.72 167.16 -0.72 167.16 5.28 160.16 5.28 ML +closepath C99 fill + newpath +153.16 71.28 153.16 65.28 160.16 65.28 160.16 71.28 153.16 71.28 ML +closepath C99 fill + newpath +153.16 65.28 153.16 59.28 160.16 59.28 160.16 65.28 153.16 65.28 ML +closepath C99 fill + newpath +153.16 59.28 153.16 53.28 160.16 53.28 160.16 59.28 153.16 59.28 ML +closepath C99 fill + newpath +153.16 53.28 153.16 47.28 160.16 47.28 160.16 53.28 153.16 53.28 ML +closepath C99 fill + newpath +153.16 47.28 153.16 41.28 160.16 41.28 160.16 47.28 153.16 47.28 ML +closepath C99 fill + newpath +153.16 41.28 153.16 35.28 160.16 35.28 160.16 41.28 153.16 41.28 ML +closepath C99 fill + newpath +153.16 35.28 153.16 29.28 160.16 29.28 160.16 35.28 153.16 35.28 ML +closepath C99 fill + newpath +153.16 29.28 153.16 23.28 160.16 23.28 160.16 29.28 153.16 29.28 ML +closepath C99 fill + newpath +153.16 23.28 153.16 17.28 160.16 17.28 160.16 23.28 153.16 23.28 ML +closepath C99 fill + newpath +153.16 17.28 153.16 11.28 160.16 11.28 160.16 17.28 153.16 17.28 ML +closepath C99 fill + newpath +153.16 11.28 153.16 5.28 160.16 5.28 160.16 11.28 153.16 11.28 ML +closepath C99 fill + newpath +153.16 5.28 153.16 -0.72 160.16 -0.72 160.16 5.28 153.16 5.28 ML +closepath C99 fill + newpath +146.16 71.28 146.16 65.28 153.16 65.28 153.16 71.28 146.16 71.28 ML +closepath C99 fill + newpath +146.16 65.28 146.16 59.28 153.16 59.28 153.16 65.28 146.16 65.28 ML +closepath C99 fill + newpath +146.16 59.28 146.16 53.28 153.16 53.28 153.16 59.28 146.16 59.28 ML +closepath C99 fill + newpath +146.16 53.28 146.16 47.28 153.16 47.28 153.16 53.28 146.16 53.28 ML +closepath C99 fill + newpath +146.16 47.28 146.16 41.28 153.16 41.28 153.16 47.28 146.16 47.28 ML +closepath C99 fill + newpath +146.16 41.28 146.16 35.28 153.16 35.28 153.16 41.28 146.16 41.28 ML +closepath C99 fill + newpath +146.16 35.28 146.16 29.28 153.16 29.28 153.16 35.28 146.16 35.28 ML +closepath C99 fill + newpath +146.16 29.28 146.16 23.28 153.16 23.28 153.16 29.28 146.16 29.28 ML +closepath C99 fill + newpath +146.16 23.28 146.16 17.28 153.16 17.28 153.16 23.28 146.16 23.28 ML +closepath C99 fill + newpath +146.16 17.28 146.16 11.28 153.16 11.28 153.16 17.28 146.16 17.28 ML +closepath C99 fill + newpath +146.16 11.28 146.16 5.28 153.16 5.28 153.16 11.28 146.16 11.28 ML +closepath C99 fill + newpath +146.16 5.28 146.16 -0.72 153.16 -0.72 153.16 5.28 146.16 5.28 ML +closepath C99 fill + newpath +139.16 71.28 139.16 65.28 146.16 65.28 146.16 71.28 139.16 71.28 ML +closepath C99 fill + newpath +139.16 65.28 139.16 59.28 146.16 59.28 146.16 65.28 139.16 65.28 ML +closepath C99 fill + newpath +139.16 59.28 139.16 53.28 146.16 53.28 146.16 59.28 139.16 59.28 ML +closepath C99 fill + newpath +139.16 53.28 139.16 47.28 146.16 47.28 146.16 53.28 139.16 53.28 ML +closepath C99 fill + newpath +139.16 47.28 139.16 41.28 146.16 41.28 146.16 47.28 139.16 47.28 ML +closepath C99 fill + newpath +139.16 41.28 139.16 35.28 146.16 35.28 146.16 41.28 139.16 41.28 ML +closepath C99 fill + newpath +139.16 35.28 139.16 29.28 146.16 29.28 146.16 35.28 139.16 35.28 ML +closepath C99 fill + newpath +139.16 29.28 139.16 23.28 146.16 23.28 146.16 29.28 139.16 29.28 ML +closepath C99 fill + newpath +139.16 23.28 139.16 17.28 146.16 17.28 146.16 23.28 139.16 23.28 ML +closepath C99 fill + newpath +139.16 17.28 139.16 11.28 146.16 11.28 146.16 17.28 139.16 17.28 ML +closepath C99 fill + newpath +139.16 11.28 139.16 5.28 146.16 5.28 146.16 11.28 139.16 11.28 ML +closepath C99 fill + newpath +139.16 5.28 139.16 -0.72 146.16 -0.72 146.16 5.28 139.16 5.28 ML +closepath C99 fill + newpath +132.16 71.28 132.16 65.28 139.16 65.28 139.16 71.28 132.16 71.28 ML +closepath C99 fill + newpath +132.16 65.28 132.16 59.28 139.16 59.28 139.16 65.28 132.16 65.28 ML +closepath C99 fill + newpath +132.16 59.28 132.16 53.28 139.16 53.28 139.16 59.28 132.16 59.28 ML +closepath C99 fill + newpath +132.16 53.28 132.16 47.28 139.16 47.28 139.16 53.28 132.16 53.28 ML +closepath C99 fill + newpath +132.16 47.28 132.16 41.28 139.16 41.28 139.16 47.28 132.16 47.28 ML +closepath C99 fill + newpath +132.16 41.28 132.16 35.28 139.16 35.28 139.16 41.28 132.16 41.28 ML +closepath C99 fill + newpath +132.16 35.28 132.16 29.28 139.16 29.28 139.16 35.28 132.16 35.28 ML +closepath C99 fill + newpath +132.16 29.28 132.16 23.28 139.16 23.28 139.16 29.28 132.16 29.28 ML +closepath C99 fill + newpath +132.16 23.28 132.16 17.28 139.16 17.28 139.16 23.28 132.16 23.28 ML +closepath C99 fill + newpath +132.16 17.28 132.16 11.28 139.16 11.28 139.16 17.28 132.16 17.28 ML +closepath C99 fill + newpath +132.16 11.28 132.16 5.28 139.16 5.28 139.16 11.28 132.16 11.28 ML +closepath C99 fill + newpath +132.16 5.28 132.16 -0.72 139.16 -0.72 139.16 5.28 132.16 5.28 ML +closepath C99 fill + newpath +125.16 71.28 125.16 65.28 132.16 65.28 132.16 71.28 125.16 71.28 ML +closepath C99 fill + newpath +125.16 65.28 125.16 59.28 132.16 59.28 132.16 65.28 125.16 65.28 ML +closepath C99 fill + newpath +125.16 59.28 125.16 53.28 132.16 53.28 132.16 59.28 125.16 59.28 ML +closepath C99 fill + newpath +125.16 53.28 125.16 47.28 132.16 47.28 132.16 53.28 125.16 53.28 ML +closepath C99 fill + newpath +125.16 47.28 125.16 41.28 132.16 41.28 132.16 47.28 125.16 47.28 ML +closepath C99 fill + newpath +125.16 41.28 125.16 35.28 132.16 35.28 132.16 41.28 125.16 41.28 ML +closepath C99 fill + newpath +125.16 35.28 125.16 29.28 132.16 29.28 132.16 35.28 125.16 35.28 ML +closepath C99 fill + newpath +125.16 29.28 125.16 23.28 132.16 23.28 132.16 29.28 125.16 29.28 ML +closepath C99 fill + newpath +125.16 23.28 125.16 17.28 132.16 17.28 132.16 23.28 125.16 23.28 ML +closepath C99 fill + newpath +125.16 17.28 125.16 11.28 132.16 11.28 132.16 17.28 125.16 17.28 ML +closepath C99 fill + newpath +125.16 11.28 125.16 5.28 132.16 5.28 132.16 11.28 125.16 11.28 ML +closepath C99 fill + newpath +125.16 5.28 125.16 -0.72 132.16 -0.72 132.16 5.28 125.16 5.28 ML +closepath C99 fill + newpath +118.16 71.28 118.16 65.28 125.16 65.28 125.16 71.28 118.16 71.28 ML +closepath C99 fill + newpath +118.16 65.28 118.16 59.28 125.16 59.28 125.16 65.28 118.16 65.28 ML +closepath C99 fill + newpath +118.16 59.28 118.16 53.28 125.16 53.28 125.16 59.28 118.16 59.28 ML +closepath C99 fill + newpath +118.16 53.28 118.16 47.28 125.16 47.28 125.16 53.28 118.16 53.28 ML +closepath C99 fill + newpath +118.16 47.28 118.16 41.28 125.16 41.28 125.16 47.28 118.16 47.28 ML +closepath C99 fill + newpath +118.16 41.28 118.16 35.28 125.16 35.28 125.16 41.28 118.16 41.28 ML +closepath C99 fill + newpath +118.16 35.28 118.16 29.28 125.16 29.28 125.16 35.28 118.16 35.28 ML +closepath C99 fill + newpath +118.16 29.28 118.16 23.28 125.16 23.28 125.16 29.28 118.16 29.28 ML +closepath C99 fill + newpath +118.16 23.28 118.16 17.28 125.16 17.28 125.16 23.28 118.16 23.28 ML +closepath C99 fill + newpath +118.16 17.28 118.16 11.28 125.16 11.28 125.16 17.28 118.16 17.28 ML +closepath C99 fill + newpath +118.16 11.28 118.16 5.28 125.16 5.28 125.16 11.28 118.16 11.28 ML +closepath C99 fill + newpath +118.16 5.28 118.16 -0.72 125.16 -0.72 125.16 5.28 118.16 5.28 ML +closepath C99 fill + newpath +111.16 71.28 111.16 65.28 118.16 65.28 118.16 71.28 111.16 71.28 ML +closepath C99 fill + newpath +111.16 65.28 111.16 59.28 118.16 59.28 118.16 65.28 111.16 65.28 ML +closepath C99 fill + newpath +111.16 59.28 111.16 53.28 118.16 53.28 118.16 59.28 111.16 59.28 ML +closepath C99 fill + newpath +111.16 53.28 111.16 47.28 118.16 47.28 118.16 53.28 111.16 53.28 ML +closepath C99 fill + newpath +111.16 47.28 111.16 41.28 118.16 41.28 118.16 47.28 111.16 47.28 ML +closepath C99 fill + newpath +111.16 41.28 111.16 35.28 118.16 35.28 118.16 41.28 111.16 41.28 ML +closepath C99 fill + newpath +111.16 35.28 111.16 29.28 118.16 29.28 118.16 35.28 111.16 35.28 ML +closepath C99 fill + newpath +111.16 29.28 111.16 23.28 118.16 23.28 118.16 29.28 111.16 29.28 ML +closepath C99 fill + newpath +111.16 23.28 111.16 17.28 118.16 17.28 118.16 23.28 111.16 23.28 ML +closepath C99 fill + newpath +111.16 17.28 111.16 11.28 118.16 11.28 118.16 17.28 111.16 17.28 ML +closepath C99 fill + newpath +111.16 11.28 111.16 5.28 118.16 5.28 118.16 11.28 111.16 11.28 ML +closepath C99 fill + newpath +111.16 5.28 111.16 -0.72 118.16 -0.72 118.16 5.28 111.16 5.28 ML +closepath C99 fill + newpath +104.16 71.28 104.16 65.28 111.16 65.28 111.16 71.28 104.16 71.28 ML +closepath C99 fill + newpath +104.16 65.28 104.16 59.28 111.16 59.28 111.16 65.28 104.16 65.28 ML +closepath C99 fill + newpath +104.16 59.28 104.16 53.28 111.16 53.28 111.16 59.28 104.16 59.28 ML +closepath C99 fill + newpath +104.16 53.28 104.16 47.28 111.16 47.28 111.16 53.28 104.16 53.28 ML +closepath C99 fill + newpath +104.16 47.28 104.16 41.28 111.16 41.28 111.16 47.28 104.16 47.28 ML +closepath C99 fill + newpath +104.16 41.28 104.16 35.28 111.16 35.28 111.16 41.28 104.16 41.28 ML +closepath C99 fill + newpath +104.16 35.28 104.16 29.28 111.16 29.28 111.16 35.28 104.16 35.28 ML +closepath C99 fill + newpath +104.16 29.28 104.16 23.28 111.16 23.28 111.16 29.28 104.16 29.28 ML +closepath C99 fill + newpath +104.16 23.28 104.16 17.28 111.16 17.28 111.16 23.28 104.16 23.28 ML +closepath C99 fill + newpath +104.16 17.28 104.16 11.28 111.16 11.28 111.16 17.28 104.16 17.28 ML +closepath C99 fill + newpath +104.16 11.28 104.16 5.28 111.16 5.28 111.16 11.28 104.16 11.28 ML +closepath C99 fill + newpath +104.16 5.28 104.16 -0.72 111.16 -0.72 111.16 5.28 104.16 5.28 ML +closepath C99 fill + newpath +97.16 71.28 97.16 65.28 104.16 65.28 104.16 71.28 97.16 71.28 ML +closepath C99 fill + newpath +97.16 65.28 97.16 59.28 104.16 59.28 104.16 65.28 97.16 65.28 ML +closepath C99 fill + newpath +97.16 59.28 97.16 53.28 104.16 53.28 104.16 59.28 97.16 59.28 ML +closepath C99 fill + newpath +97.16 53.28 97.16 47.28 104.16 47.28 104.16 53.28 97.16 53.28 ML +closepath C99 fill + newpath +97.16 47.28 97.16 41.28 104.16 41.28 104.16 47.28 97.16 47.28 ML +closepath C99 fill + newpath +97.16 41.28 97.16 35.28 104.16 35.28 104.16 41.28 97.16 41.28 ML +closepath C99 fill + newpath +97.16 35.28 97.16 29.28 104.16 29.28 104.16 35.28 97.16 35.28 ML +closepath C99 fill + newpath +97.16 29.28 97.16 23.28 104.16 23.28 104.16 29.28 97.16 29.28 ML +closepath C99 fill + newpath +97.16 23.28 97.16 17.28 104.16 17.28 104.16 23.28 97.16 23.28 ML +closepath C99 fill + newpath +97.16 17.28 97.16 11.28 104.16 11.28 104.16 17.28 97.16 17.28 ML +closepath C99 fill + newpath +97.16 11.28 97.16 5.28 104.16 5.28 104.16 11.28 97.16 11.28 ML +closepath C99 fill + newpath +97.16 5.28 97.16 -0.72 104.16 -0.72 104.16 5.28 97.16 5.28 ML +closepath C99 fill + newpath +90.16 71.28 90.16 65.28 97.16 65.28 97.16 71.28 90.16 71.28 ML +closepath C99 fill + newpath +90.16 65.28 90.16 59.28 97.16 59.28 97.16 65.28 90.16 65.28 ML +closepath C99 fill + newpath +90.16 59.28 90.16 53.28 97.16 53.28 97.16 59.28 90.16 59.28 ML +closepath C99 fill + newpath +90.16 53.28 90.16 47.28 97.16 47.28 97.16 53.28 90.16 53.28 ML +closepath C99 fill + newpath +90.16 47.28 90.16 41.28 97.16 41.28 97.16 47.28 90.16 47.28 ML +closepath C99 fill + newpath +90.16 41.28 90.16 35.28 97.16 35.28 97.16 41.28 90.16 41.28 ML +closepath C99 fill + newpath +90.16 35.28 90.16 29.28 97.16 29.28 97.16 35.28 90.16 35.28 ML +closepath C99 fill + newpath +90.16 29.28 90.16 23.28 97.16 23.28 97.16 29.28 90.16 29.28 ML +closepath C99 fill + newpath +90.16 23.28 90.16 17.28 97.16 17.28 97.16 23.28 90.16 23.28 ML +closepath C99 fill + newpath +90.16 17.28 90.16 11.28 97.16 11.28 97.16 17.28 90.16 17.28 ML +closepath C99 fill + newpath +90.16 11.28 90.16 5.28 97.16 5.28 97.16 11.28 90.16 11.28 ML +closepath C99 fill + newpath +90.16 5.28 90.16 -0.72 97.16 -0.72 97.16 5.28 90.16 5.28 ML +closepath C99 fill + newpath +83.16 71.28 83.16 65.28 90.16 65.28 90.16 71.28 83.16 71.28 ML +closepath C99 fill + newpath +83.16 65.28 83.16 59.28 90.16 59.28 90.16 65.28 83.16 65.28 ML +closepath C99 fill + newpath +83.16 59.28 83.16 53.28 90.16 53.28 90.16 59.28 83.16 59.28 ML +closepath C99 fill + newpath +83.16 53.28 83.16 47.28 90.16 47.28 90.16 53.28 83.16 53.28 ML +closepath C99 fill + newpath +83.16 47.28 83.16 41.28 90.16 41.28 90.16 47.28 83.16 47.28 ML +closepath C99 fill + newpath +83.16 41.28 83.16 35.28 90.16 35.28 90.16 41.28 83.16 41.28 ML +closepath C99 fill + newpath +83.16 35.28 83.16 29.28 90.16 29.28 90.16 35.28 83.16 35.28 ML +closepath C99 fill + newpath +83.16 29.28 83.16 23.28 90.16 23.28 90.16 29.28 83.16 29.28 ML +closepath C99 fill + newpath +83.16 23.28 83.16 17.28 90.16 17.28 90.16 23.28 83.16 23.28 ML +closepath C99 fill + newpath +83.16 17.28 83.16 11.28 90.16 11.28 90.16 17.28 83.16 17.28 ML +closepath C99 fill + newpath +83.16 11.28 83.16 5.28 90.16 5.28 90.16 11.28 83.16 11.28 ML +closepath C99 fill + newpath +83.16 5.28 83.16 -0.72 90.16 -0.72 90.16 5.28 83.16 5.28 ML +closepath C99 fill + newpath +76.16 71.28 76.16 65.28 83.16 65.28 83.16 71.28 76.16 71.28 ML +closepath C99 fill + newpath +76.16 65.28 76.16 59.28 83.16 59.28 83.16 65.28 76.16 65.28 ML +closepath C99 fill + newpath +76.16 59.28 76.16 53.28 83.16 53.28 83.16 59.28 76.16 59.28 ML +closepath C99 fill + newpath +76.16 53.28 76.16 47.28 83.16 47.28 83.16 53.28 76.16 53.28 ML +closepath C99 fill + newpath +76.16 47.28 76.16 41.28 83.16 41.28 83.16 47.28 76.16 47.28 ML +closepath C99 fill + newpath +76.16 41.28 76.16 35.28 83.16 35.28 83.16 41.28 76.16 41.28 ML +closepath C99 fill + newpath +76.16 35.28 76.16 29.28 83.16 29.28 83.16 35.28 76.16 35.28 ML +closepath C99 fill + newpath +76.16 29.28 76.16 23.28 83.16 23.28 83.16 29.28 76.16 29.28 ML +closepath C99 fill + newpath +76.16 23.28 76.16 17.28 83.16 17.28 83.16 23.28 76.16 23.28 ML +closepath C99 fill + newpath +76.16 17.28 76.16 11.28 83.16 11.28 83.16 17.28 76.16 17.28 ML +closepath C99 fill + newpath +76.16 11.28 76.16 5.28 83.16 5.28 83.16 11.28 76.16 11.28 ML +closepath C99 fill + newpath +76.16 5.28 76.16 -0.72 83.16 -0.72 83.16 5.28 76.16 5.28 ML +closepath C99 fill + newpath +69.16 71.28 69.16 65.28 76.16 65.28 76.16 71.28 69.16 71.28 ML +closepath C99 fill + newpath +69.16 65.28 69.16 59.28 76.16 59.28 76.16 65.28 69.16 65.28 ML +closepath C99 fill + newpath +69.16 59.28 69.16 53.28 76.16 53.28 76.16 59.28 69.16 59.28 ML +closepath C99 fill + newpath +69.16 53.28 69.16 47.28 76.16 47.28 76.16 53.28 69.16 53.28 ML +closepath C99 fill + newpath +69.16 47.28 69.16 41.28 76.16 41.28 76.16 47.28 69.16 47.28 ML +closepath C99 fill + newpath +69.16 41.28 69.16 35.28 76.16 35.28 76.16 41.28 69.16 41.28 ML +closepath C99 fill + newpath +69.16 35.28 69.16 29.28 76.16 29.28 76.16 35.28 69.16 35.28 ML +closepath C99 fill + newpath +69.16 29.28 69.16 23.28 76.16 23.28 76.16 29.28 69.16 29.28 ML +closepath C99 fill + newpath +69.16 23.28 69.16 17.28 76.16 17.28 76.16 23.28 69.16 23.28 ML +closepath C99 fill + newpath +69.16 17.28 69.16 11.28 76.16 11.28 76.16 17.28 69.16 17.28 ML +closepath C99 fill + newpath +69.16 11.28 69.16 5.28 76.16 5.28 76.16 11.28 69.16 11.28 ML +closepath C99 fill + newpath +69.16 5.28 69.16 -0.72 76.16 -0.72 76.16 5.28 69.16 5.28 ML +closepath C99 fill + newpath +62.16 71.28 62.16 65.28 69.16 65.28 69.16 71.28 62.16 71.28 ML +closepath C99 fill + newpath +62.16 65.28 62.16 59.28 69.16 59.28 69.16 65.28 62.16 65.28 ML +closepath C99 fill + newpath +62.16 59.28 62.16 53.28 69.16 53.28 69.16 59.28 62.16 59.28 ML +closepath C99 fill + newpath +62.16 53.28 62.16 47.28 69.16 47.28 69.16 53.28 62.16 53.28 ML +closepath C99 fill + newpath +62.16 47.28 62.16 41.28 69.16 41.28 69.16 47.28 62.16 47.28 ML +closepath C99 fill + newpath +62.16 41.28 62.16 35.28 69.16 35.28 69.16 41.28 62.16 41.28 ML +closepath C99 fill + newpath +62.16 35.28 62.16 29.28 69.16 29.28 69.16 35.28 62.16 35.28 ML +closepath C99 fill + newpath +62.16 29.28 62.16 23.28 69.16 23.28 69.16 29.28 62.16 29.28 ML +closepath C99 fill + newpath +62.16 23.28 62.16 17.28 69.16 17.28 69.16 23.28 62.16 23.28 ML +closepath C99 fill + newpath +62.16 17.28 62.16 11.28 69.16 11.28 69.16 17.28 62.16 17.28 ML +closepath C99 fill + newpath +62.16 11.28 62.16 5.28 69.16 5.28 69.16 11.28 62.16 11.28 ML +closepath C99 fill + newpath +62.16 5.28 62.16 -0.72 69.16 -0.72 69.16 5.28 62.16 5.28 ML +closepath C99 fill + newpath +55.16 71.28 55.16 65.28 62.16 65.28 62.16 71.28 55.16 71.28 ML +closepath C99 fill + newpath +55.16 65.28 55.16 59.28 62.16 59.28 62.16 65.28 55.16 65.28 ML +closepath C99 fill + newpath +55.16 59.28 55.16 53.28 62.16 53.28 62.16 59.28 55.16 59.28 ML +closepath C99 fill + newpath +55.16 53.28 55.16 47.28 62.16 47.28 62.16 53.28 55.16 53.28 ML +closepath C99 fill + newpath +55.16 47.28 55.16 41.28 62.16 41.28 62.16 47.28 55.16 47.28 ML +closepath C99 fill + newpath +55.16 41.28 55.16 35.28 62.16 35.28 62.16 41.28 55.16 41.28 ML +closepath C99 fill + newpath +55.16 35.28 55.16 29.28 62.16 29.28 62.16 35.28 55.16 35.28 ML +closepath C99 fill + newpath +55.16 29.28 55.16 23.28 62.16 23.28 62.16 29.28 55.16 29.28 ML +closepath C99 fill + newpath +55.16 23.28 55.16 17.28 62.16 17.28 62.16 23.28 55.16 23.28 ML +closepath C99 fill + newpath +55.16 17.28 55.16 11.28 62.16 11.28 62.16 17.28 55.16 17.28 ML +closepath C99 fill + newpath +55.16 11.28 55.16 5.28 62.16 5.28 62.16 11.28 55.16 11.28 ML +closepath C99 fill + newpath +55.16 5.28 55.16 -0.72 62.16 -0.72 62.16 5.28 55.16 5.28 ML +closepath C99 fill + newpath +48.16 71.28 48.16 65.28 55.16 65.28 55.16 71.28 48.16 71.28 ML +closepath C99 fill + newpath +48.16 65.28 48.16 59.28 55.16 59.28 55.16 65.28 48.16 65.28 ML +closepath C99 fill + newpath +48.16 59.28 48.16 53.28 55.16 53.28 55.16 59.28 48.16 59.28 ML +closepath C99 fill + newpath +48.16 53.28 48.16 47.28 55.16 47.28 55.16 53.28 48.16 53.28 ML +closepath C99 fill + newpath +48.16 47.28 48.16 41.28 55.16 41.28 55.16 47.28 48.16 47.28 ML +closepath C99 fill + newpath +48.16 41.28 48.16 35.28 55.16 35.28 55.16 41.28 48.16 41.28 ML +closepath C99 fill + newpath +48.16 35.28 48.16 29.28 55.16 29.28 55.16 35.28 48.16 35.28 ML +closepath C99 fill + newpath +48.16 29.28 48.16 23.28 55.16 23.28 55.16 29.28 48.16 29.28 ML +closepath C99 fill + newpath +48.16 23.28 48.16 17.28 55.16 17.28 55.16 23.28 48.16 23.28 ML +closepath C99 fill + newpath +48.16 17.28 48.16 11.28 55.16 11.28 55.16 17.28 48.16 17.28 ML +closepath C99 fill + newpath +48.16 11.28 48.16 5.28 55.16 5.28 55.16 11.28 48.16 11.28 ML +closepath C99 fill + newpath +48.16 5.28 48.16 -0.72 55.16 -0.72 55.16 5.28 48.16 5.28 ML +closepath C99 fill + newpath +41.16 71.28 41.16 65.28 48.16 65.28 48.16 71.28 41.16 71.28 ML +closepath C99 fill + newpath +41.16 65.28 41.16 59.28 48.16 59.28 48.16 65.28 41.16 65.28 ML +closepath C99 fill + newpath +41.16 59.28 41.16 53.28 48.16 53.28 48.16 59.28 41.16 59.28 ML +closepath C99 fill + newpath +41.16 53.28 41.16 47.28 48.16 47.28 48.16 53.28 41.16 53.28 ML +closepath C99 fill + newpath +41.16 47.28 41.16 41.28 48.16 41.28 48.16 47.28 41.16 47.28 ML +closepath C99 fill + newpath +41.16 41.28 41.16 35.28 48.16 35.28 48.16 41.28 41.16 41.28 ML +closepath C99 fill + newpath +41.16 35.28 41.16 29.28 48.16 29.28 48.16 35.28 41.16 35.28 ML +closepath C99 fill + newpath +41.16 29.28 41.16 23.28 48.16 23.28 48.16 29.28 41.16 29.28 ML +closepath C99 fill + newpath +41.16 23.28 41.16 17.28 48.16 17.28 48.16 23.28 41.16 23.28 ML +closepath C99 fill + newpath +41.16 17.28 41.16 11.28 48.16 11.28 48.16 17.28 41.16 17.28 ML +closepath C99 fill + newpath +41.16 11.28 41.16 5.28 48.16 5.28 48.16 11.28 41.16 11.28 ML +closepath C99 fill + newpath +41.16 5.28 41.16 -0.72 48.16 -0.72 48.16 5.28 41.16 5.28 ML +closepath C99 fill + newpath +34.16 71.28 34.16 65.28 41.16 65.28 41.16 71.28 34.16 71.28 ML +closepath C99 fill + newpath +34.16 65.28 34.16 59.28 41.16 59.28 41.16 65.28 34.16 65.28 ML +closepath C99 fill + newpath +34.16 59.28 34.16 53.28 41.16 53.28 41.16 59.28 34.16 59.28 ML +closepath C99 fill + newpath +34.16 53.28 34.16 47.28 41.16 47.28 41.16 53.28 34.16 53.28 ML +closepath C99 fill + newpath +34.16 47.28 34.16 41.28 41.16 41.28 41.16 47.28 34.16 47.28 ML +closepath C99 fill + newpath +34.16 41.28 34.16 35.28 41.16 35.28 41.16 41.28 34.16 41.28 ML +closepath C99 fill + newpath +34.16 35.28 34.16 29.28 41.16 29.28 41.16 35.28 34.16 35.28 ML +closepath C99 fill + newpath +34.16 29.28 34.16 23.28 41.16 23.28 41.16 29.28 34.16 29.28 ML +closepath C99 fill + newpath +34.16 23.28 34.16 17.28 41.16 17.28 41.16 23.28 34.16 23.28 ML +closepath C99 fill + newpath +34.16 17.28 34.16 11.28 41.16 11.28 41.16 17.28 34.16 17.28 ML +closepath C99 fill + newpath +34.16 11.28 34.16 5.28 41.16 5.28 41.16 11.28 34.16 11.28 ML +closepath C99 fill + newpath +34.16 5.28 34.16 -0.72 41.16 -0.72 41.16 5.28 34.16 5.28 ML +closepath C99 fill + newpath +27.16 71.28 27.16 65.28 34.16 65.28 34.16 71.28 27.16 71.28 ML +closepath C99 fill + newpath +27.16 65.28 27.16 59.28 34.16 59.28 34.16 65.28 27.16 65.28 ML +closepath C99 fill + newpath +27.16 59.28 27.16 53.28 34.16 53.28 34.16 59.28 27.16 59.28 ML +closepath C99 fill + newpath +27.16 53.28 27.16 47.28 34.16 47.28 34.16 53.28 27.16 53.28 ML +closepath C99 fill + newpath +27.16 47.28 27.16 41.28 34.16 41.28 34.16 47.28 27.16 47.28 ML +closepath C99 fill + newpath +27.16 41.28 27.16 35.28 34.16 35.28 34.16 41.28 27.16 41.28 ML +closepath C99 fill + newpath +27.16 35.28 27.16 29.28 34.16 29.28 34.16 35.28 27.16 35.28 ML +closepath C99 fill + newpath +27.16 29.28 27.16 23.28 34.16 23.28 34.16 29.28 27.16 29.28 ML +closepath C99 fill + newpath +27.16 23.28 27.16 17.28 34.16 17.28 34.16 23.28 27.16 23.28 ML +closepath C99 fill + newpath +27.16 17.28 27.16 11.28 34.16 11.28 34.16 17.28 27.16 17.28 ML +closepath C99 fill + newpath +27.16 11.28 27.16 5.28 34.16 5.28 34.16 11.28 27.16 11.28 ML +closepath C99 fill + newpath +27.16 5.28 27.16 -0.72 34.16 -0.72 34.16 5.28 27.16 5.28 ML +closepath C99 fill + newpath +20.16 71.28 20.16 65.28 27.16 65.28 27.16 71.28 20.16 71.28 ML +closepath C99 fill + newpath +20.16 65.28 20.16 59.28 27.16 59.28 27.16 65.28 20.16 65.28 ML +closepath C99 fill + newpath +20.16 59.28 20.16 53.28 27.16 53.28 27.16 59.28 20.16 59.28 ML +closepath C99 fill + newpath +20.16 53.28 20.16 47.28 27.16 47.28 27.16 53.28 20.16 53.28 ML +closepath C99 fill + newpath +20.16 47.28 20.16 41.28 27.16 41.28 27.16 47.28 20.16 47.28 ML +closepath C99 fill + newpath +20.16 41.28 20.16 35.28 27.16 35.28 27.16 41.28 20.16 41.28 ML +closepath C99 fill + newpath +20.16 35.28 20.16 29.28 27.16 29.28 27.16 35.28 20.16 35.28 ML +closepath C99 fill + newpath +20.16 29.28 20.16 23.28 27.16 23.28 27.16 29.28 20.16 29.28 ML +closepath C99 fill + newpath +20.16 23.28 20.16 17.28 27.16 17.28 27.16 23.28 20.16 23.28 ML +closepath C99 fill + newpath +20.16 17.28 20.16 11.28 27.16 11.28 27.16 17.28 20.16 17.28 ML +closepath C99 fill + newpath +20.16 11.28 20.16 5.28 27.16 5.28 27.16 11.28 20.16 11.28 ML +closepath C99 fill + newpath +20.16 5.28 20.16 -0.72 27.16 -0.72 27.16 5.28 20.16 5.28 ML +closepath C99 fill + newpath +13.16 71.28 13.16 65.28 20.16 65.28 20.16 71.28 13.16 71.28 ML +closepath C99 fill + newpath +13.16 65.28 13.16 59.28 20.16 59.28 20.16 65.28 13.16 65.28 ML +closepath C99 fill + newpath +13.16 59.28 13.16 53.28 20.16 53.28 20.16 59.28 13.16 59.28 ML +closepath C99 fill + newpath +13.16 53.28 13.16 47.28 20.16 47.28 20.16 53.28 13.16 53.28 ML +closepath C99 fill + newpath +13.16 47.28 13.16 41.28 20.16 41.28 20.16 47.28 13.16 47.28 ML +closepath C99 fill + newpath +13.16 41.28 13.16 35.28 20.16 35.28 20.16 41.28 13.16 41.28 ML +closepath C99 fill + newpath +13.16 35.28 13.16 29.28 20.16 29.28 20.16 35.28 13.16 35.28 ML +closepath C99 fill + newpath +13.16 29.28 13.16 23.28 20.16 23.28 20.16 29.28 13.16 29.28 ML +closepath C99 fill + newpath +13.16 23.28 13.16 17.28 20.16 17.28 20.16 23.28 13.16 23.28 ML +closepath C99 fill + newpath +13.16 17.28 13.16 11.28 20.16 11.28 20.16 17.28 13.16 17.28 ML +closepath C99 fill + newpath +13.16 11.28 13.16 5.28 20.16 5.28 20.16 11.28 13.16 11.28 ML +closepath C99 fill + newpath +13.16 5.28 13.16 -0.72 20.16 -0.72 20.16 5.28 13.16 5.28 ML +closepath C99 fill + newpath +6.16 71.28 6.16 65.28 13.16 65.28 13.16 71.28 6.16 71.28 ML +closepath C99 fill + newpath +6.16 65.28 6.16 59.28 13.16 59.28 13.16 65.28 6.16 65.28 ML +closepath C99 fill + newpath +6.16 59.28 6.16 53.28 13.16 53.28 13.16 59.28 6.16 59.28 ML +closepath C99 fill + newpath +6.16 53.28 6.16 47.28 13.16 47.28 13.16 53.28 6.16 53.28 ML +closepath C99 fill + newpath +6.16 47.28 6.16 41.28 13.16 41.28 13.16 47.28 6.16 47.28 ML +closepath C99 fill + newpath +6.16 41.28 6.16 35.28 13.16 35.28 13.16 41.28 6.16 41.28 ML +closepath C99 fill + newpath +6.16 35.28 6.16 29.28 13.16 29.28 13.16 35.28 6.16 35.28 ML +closepath C99 fill + newpath +6.16 29.28 6.16 23.28 13.16 23.28 13.16 29.28 6.16 29.28 ML +closepath C99 fill + newpath +6.16 23.28 6.16 17.28 13.16 17.28 13.16 23.28 6.16 23.28 ML +closepath C99 fill + newpath +6.16 17.28 6.16 11.28 13.16 11.28 13.16 17.28 6.16 17.28 ML +closepath C99 fill + newpath +6.16 11.28 6.16 5.28 13.16 5.28 13.16 11.28 6.16 11.28 ML +closepath C99 fill + newpath +6.16 5.28 6.16 -0.72 13.16 -0.72 13.16 5.28 6.16 5.28 ML +closepath C99 fill + newpath +-0.84 71.28 -0.84 65.28 6.16 65.28 6.16 71.28 -0.84 71.28 ML +closepath C99 fill + newpath +-0.84 65.28 -0.84 59.28 6.16 59.28 6.16 65.28 -0.84 65.28 ML +closepath C99 fill + newpath +-0.84 59.28 -0.84 53.28 6.16 53.28 6.16 59.28 -0.84 59.28 ML +closepath C99 fill + newpath +-0.84 53.28 -0.84 47.28 6.16 47.28 6.16 53.28 -0.84 53.28 ML +closepath C99 fill + newpath +-0.84 47.28 -0.84 41.28 6.16 41.28 6.16 47.28 -0.84 47.28 ML +closepath C99 fill + newpath +-0.84 41.28 -0.84 35.28 6.16 35.28 6.16 41.28 -0.84 41.28 ML +closepath C99 fill + newpath +-0.84 35.28 -0.84 29.28 6.16 29.28 6.16 35.28 -0.84 35.28 ML +closepath C99 fill + newpath +-0.84 29.28 -0.84 23.28 6.16 23.28 6.16 29.28 -0.84 29.28 ML +closepath C99 fill + newpath +-0.84 23.28 -0.84 17.28 6.16 17.28 6.16 23.28 -0.84 23.28 ML +closepath C99 fill + newpath +-0.84 17.28 -0.84 11.28 6.16 11.28 6.16 17.28 -0.84 17.28 ML +closepath C99 fill + newpath +-0.84 11.28 -0.84 5.28 6.16 5.28 6.16 11.28 -0.84 11.28 ML +closepath C99 fill + newpath +-0.84 5.28 -0.84 -0.72 6.16 -0.72 6.16 5.28 -0.84 5.28 ML +closepath C99 fill +C100 + C1 + 49.00 0.00 moveto +56.00 0.00 lineto +52.50 5.40 lineto +49.00 0.00 lineto +stroke +49.00 0.00 moveto +56.00 0.00 lineto +52.50 5.40 lineto +49.00 0.00 lineto +closepath + C1 + fill +C100 + C11 + 3.50 12.00 moveto +3.50 17.40 lineto +0.00 17.40 lineto +0.00 12.00 lineto +3.50 12.00 lineto +stroke +3.50 12.00 moveto +3.50 17.40 lineto +0.00 17.40 lineto +0.00 12.00 lineto +3.50 12.00 lineto +closepath + C11 + fill +newpath +3.50 12.00 moveto +1.40 12.00 1.40 17.40 3.50 17.40 curveto +5.60 17.40 5.60 12.00 3.50 12.00 curveto +stroke +newpath +3.50 12.00 moveto +1.40 12.00 1.40 17.40 3.50 17.40 curveto +5.60 17.40 5.60 12.00 3.50 12.00 curveto +closepath + C11 + fill +3.50 14.43 moveto +3.50 14.97 lineto +7.00 14.97 lineto +7.00 14.43 lineto +3.50 14.43 lineto +stroke +3.50 14.43 moveto +3.50 14.97 lineto +7.00 14.97 lineto +7.00 14.43 lineto +3.50 14.43 lineto +closepath + C11 + fill +C100 + 49 18 moveto (330) show +(S) 0 24 P +(L) 7 24 P +(I) 14 24 P +(N) 21 24 P +(K) 28 24 P +(N) 35 24 P +(G) 42 24 P +(Q) 49 24 P +(T) 56 24 P +(N) 0 30 P +(M) 7 30 P +(R) 14 30 P +(R) 21 30 P +(D) 28 30 P +(K) 35 30 P +(P) 42 30 P +(A) 49 30 P +(A) 56 30 P +(A) 63 30 P +(E) 70 30 P +(A) 77 30 P +(A) 84 30 P +(V) 91 30 P +(P) 98 30 P +(A) 105 30 P +(A) 112 30 P +(A) 119 30 P +(P) 126 30 P +(V) 133 30 P +(S) 140 30 P +(T) 147 30 P +(A) 154 30 P +(A) 161 30 P +(P) 168 30 P +(I) 175 30 P +(A) 182 30 P +(T) 189 30 P +(N) 0 36 P +(I) 7 36 P +(R) 14 36 P +(R) 21 36 P +(T) 28 36 P +(S) 35 36 P +(K) 42 36 P +(A) 49 36 P +(R) 0 42 P +(Y) 7 42 P +(R) 14 42 P +(P) 21 42 P +(D) 28 42 P +(C) 35 42 P +(N) 42 42 P +(T) 49 42 P +(L) 56 42 P +(E) 63 42 P +(A) 70 42 P +(F) 77 42 P +(K) 84 42 P +(T) 91 42 P +(W) 98 42 P +(V) 105 42 P +(Q) 112 42 P +(E) 119 42 P +(G) 126 42 P +(K) 133 42 P +(A) 140 42 P +(L) 147 42 P +(D) 154 42 P +(T) 161 42 P +(G) 168 42 P +(S) 175 42 P +(T) 182 42 P +(I) 189 42 P +(T) 196 42 P +(A) 203 42 P +(P) 210 42 P +(S) 217 42 P +(A) 224 42 P +(K) 0 48 P +(L) 7 48 P +(P) 14 48 P +(Q) 21 48 P +(Y) 0 54 P +(D) 7 54 P +(S) 14 54 P +(G) 21 54 P +(V) 28 54 P +(K) 35 54 P +(P) 42 54 P +(Y) 49 54 P +(K) 56 54 P +(I) 63 54 P +(N) 70 54 P +(V) 77 54 P +(L) 0 60 P +(A) 7 60 P +(R) 14 60 P +(L) 21 60 P +(K) 28 60 P +(K) 35 60 P +(Q) 42 60 P +(A) 49 60 P +(K) 56 60 P +(A) 63 60 P +(D) 70 60 P +(K) 77 60 P +(K) 84 60 P +(Q) 91 60 P +(Q) 98 60 P +(Q) 105 60 P +(Q) 112 60 P +(S) 119 60 P +(A) 126 60 P +(N) 133 60 P +(K) 140 60 P +(E) 147 60 P +(F) 154 60 P +(A) 161 60 P +(D) 168 60 P +(S) 175 60 P +(K) 182 60 P +(P) 189 60 P +(L) 196 60 P +(D) 203 60 P +(A) 210 60 P +(I) 217 60 P +(F) 224 60 P +(A) 231 60 P +(L) 0 66 P +(K) 7 66 P +(F) 14 66 P +(Q) 21 66 P +(A) 28 66 P +(K) 35 66 P +(E) 42 66 P +(P) 49 66 P +(R) 56 66 P +(F) 63 66 P +(E) 70 66 P +(A) 77 66 P +(M) 84 66 P +(K) 91 66 P +(A) 98 66 P +(M) 105 66 P +(E) 112 66 P +(S) 119 66 P +(D) 126 66 P +(P) 133 66 P +(I) 140 66 P +(A) 147 66 P +(S) 154 66 P +(A) 161 66 P +0 -168 translate +0 84 translate +2 setlinecap + 0.33 setlinewidth +showpage diff --git a/sources/alscript/examples/example.als b/sources/alscript/examples/example.als new file mode 100644 index 0000000..aa5f357 --- /dev/null +++ b/sources/alscript/examples/example.als @@ -0,0 +1,11 @@ +#Comments in ALscript command files start with a # +# +#Commands are free format - separated by blank, tab or comma characters +# +BLOCK_FILE example.blc #define the block file to format +OUTPUT_FILE example.ps #where to put the result +LANDSCAPE #landscape paper orientation +POINTSIZE 12 #12 point default pointsize +DEFINE_FONT 0 Helvetica DEFAULT #set font 0 to be Helvetica +SETUP #Tell the program to get on with the formatting. + diff --git a/sources/alscript/examples/example.blc b/sources/alscript/examples/example.blc new file mode 100644 index 0000000..30cfdd3 --- /dev/null +++ b/sources/alscript/examples/example.blc @@ -0,0 +1,33 @@ +A simple example block file. The important parts are the lines that +start with the greater than character - these are identifer lines for the +sequences. The first star is above the position of the first sequence +in the alingmnet which is written VERTICALLY down the page. The second +star shows the end of the alignment. + +Anything else can be written here, except greater than signs and stars. + +This is the format produced by the AMPS package for multiple +sequence alignment. + + +>one +>two +>three +>four +>five +* +ABCDE +EDFTD +AAAAA +LLL +PPPPP +GGGGG +SSSSS +KLMNT +TTLPQ +SLNST +TTLSN +LQPPL +LLLLL +TTTTT +* diff --git a/sources/alscript/examples/example1.als b/sources/alscript/examples/example1.als new file mode 100644 index 0000000..96302b7 --- /dev/null +++ b/sources/alscript/examples/example1.als @@ -0,0 +1,184 @@ +#SILENT_MODE +# Illustration of ALSCRIPT Command File +# +# As shown in: Barton, G. J. (1992) +# ALSCRIPT- A tool to format multiple sequence alignments +# Protein Engineering (in press) +# +# example 1 # Comment lines begin with the # symbol +# +# +# (A) Input and output files: +# +BLOCK_FILE example1.blc # Define the block file to format +OUTPUT_FILE example1.ps # Where to put the result +# +MAX_SIDE 11 # Fiddle with margins... +Y_OFFSET 50 # This is just to fill the page with the +X_OFFSET 80 # Alignment. Defaults normally work OK +# +# (B) Page Layout and overall spacing: +# +ADD_SEQ 38 1 # Make space after sequence 38 +ADD_SEQ 39 3 # Make space after sequence 39 +ADD_SEQ 69 1 +PORTRAIT # Portrait paper orientation +POINTSIZE 10 # 10 point default pointsize +#NUMBER_SEQS 1 # Set to 1 for numbers at left of plot +IDENT_WIDTH 8 +# +# (C) Font definitions: +# +DEFINE_FONT 0 Helvetica DEFAULT # Set font 0 to be Helvetica at default pointsize +DEFINE_FONT 1 Helvetica REL 0.75 # Set font 1 to be 0.75 times default Helvetica +DEFINE_FONT 3 Helvetica-Bold DEFAULT +DEFINE_FONT 4 Times-Bold DEFAULT +DEFINE_FONT 5 Helvetica-BoldOblique DEFAULT +DEFINE_FONT 6 Times-Roman DEFAULT +SETUP # Tell the program to get on with the formatting +# +# (D) Some formatting commands: +# +SURROUND_CHARS LIV ALL # Surround all L and Y characters +FONT_CHARS IV ALL 5 # Use font 5 for all I and V characters +FONT_CHARS ASN ALL 1 # Show A and S and N characters in small caps +FONT_CHARS KR ALL 4 # Show K and R in Times-Bold +BOX_REGION 14 1 16 38 # Rectangular box of residues 14-16 +SHADE_CHARS + ALL 0.0 # Shade all + characters black +SURROUND_CHARS 56+789 1 40 27 40 # Box numbers and + on line 40 +LINE TOP 2 40 8 # Draw horizontal lines to +LINE BOTTOM 2 40 8 # Join up surrounded numbers +TEXT 2 42 "Helix Pattern" +TEXT 12 42 "Glycine Loop" # Add text annotations +TEXT 21 42 "Helix Pattern" +SUB_ID 49 "Helix Predictions" +SUB_ID 58 "Sheet Predictions" # Change the identifiers for prediction histograms +SUB_ID 68 "Turn Predictions" +INVERSE_CHARS DE ALL +SHADE_CHARS D ALL 0.5 +SHADE_CHARS E ALL 0.0 +# +# (E) Now make the prediction histograms nicer. +# +SURROUND_CHARS H 1 44 27 53 +SHADE_CHARS H 1 44 27 53 0.5 # Shade the Helix predictions 0.5 grey +SUB_CHARS 1 44 27 53 H SPACE # Substitute " " for "H" +# +SURROUND_CHARS E 1 54 27 63 # Surround the Beta Predictions +SHADE_CHARS E 1 54 27 63 0.7 # Shade the Beta Predictions +SUB_CHARS 1 54 27 63 E SPACE # Substitute the E for space in the beta predictions +# +SURROUND_CHARS T 1 64 27 73 # Surround the Turn Predictions +SHADE_CHARS T 1 64 27 73 0.9 # Shade the Turn Predictions +SUB_CHARS 1 64 27 73 T SPACE # Substitute the T for space in the turn predictions +# +SUB_ID 75 "Summary Prediction" # Annotate and shade the summary prediction +SHADE_CHARS HY 1 75 27 75 0.5 +SHADE_CHARS T 1 75 27 75 0.9 +# +# +# Now change the identifier codes +# +ID_FONT ALL 6 +SUB_ID 1 "Annexin I H4" +SUB_ID 2 "Annexin I M4" +SUB_ID 3 "Annexin I R4" +SUB_ID 4 "Annexin V R4" +SUB_ID 5 "Annexin V H4" +SUB_ID 6 "Annexin V C4" +SUB_ID 7 "Annexin II H4" +SUB_ID 8 "Annexin II B4" +SUB_ID 9 "Annexin II M4" +SUB_ID 10 "Annexin IV P4" +SUB_ID 11 "Annexin IV B4" +SUB_ID 12 "Annexin IV H4" +SUB_ID 13 "Annexin VI H4" +SUB_ID 14 "Annexin VI M4" +SUB_ID 15 "Annexin VI H8" +SUB_ID 16 "Annexin VI M8" +SUB_ID 17 "Annexin V BH4" +SUB_ID 18 "Annexin VII 4" +SUB_ID 19 "Annexin III H4" +SUB_ID 20 "Annexin III R4" +SUB_ID 21 "Annexin II M3" +SUB_ID 22 "Annexin II H3" +SUB_ID 23 "Annexin II B3" +SUB_ID 24 "Annexin I H3" +SUB_ID 25 "Annexin I M3" +SUB_ID 26 "Annexin I R3" +SUB_ID 27 "Annexin V C3" +SUB_ID 28 "Annexin V H3" +SUB_ID 29 "Annexin V R3" +SUB_ID 30 "Annexin VI H3" +SUB_ID 31 "Annexin VI M3" +SUB_ID 32 "Annexin IV H3" +SUB_ID 33 "Annexin IV B3" +SUB_ID 34 "Annexin IV P3" +SUB_ID 35 "Annexin V BH3" +SUB_ID 36 "Annexin III H3" +SUB_ID 37 "Annexin III R3" +SUB_ID 38 "Annexin VII 3" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/alscript/examples/example1.blc b/sources/alscript/examples/example1.blc new file mode 100644 index 0000000..517ef70 --- /dev/null +++ b/sources/alscript/examples/example1.blc @@ -0,0 +1,102 @@ +>L1H4 +>L1M4 +>L1R4 +>L5R4 +>L5H4 +>L5C4 +>L2H4 +>L2B4 +>L2M4 +>L4P4 +>L4B4 +>L4H4 +>L6H4 +>L6M4 +>L6H8 +>L6M8 +>L5BH4 +>p474 +>L3H4 +>L3R4 +>L2M3 +>L2H3 +>L2B3 +>L1H3 +>L1M3 +>L1R3 +>L5C3 +>L5H3 +>L5R3 +>L6H3 +>L6M3 +>L4H3 +>L4B3 +>L4P3 +>L5BH3 +>L3H3 +>L3R3 +>p473 +>Conservation +> +> +> +> +> +> +> +> +> +> +> +> +> +> +> +> +> +> +> +> +> +> +> +> +> +> +> +> +> +> +> + * + FFFLLFFFFFFFFFFFFFLLDDDDDDDDDDDDDDDDDD HHHHHHH E TTTTH + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAVVAAAAAAA7 HHHHHHHH TTTH + EEEEEEDDDEEEEEDDEEEGRRRRRRQQQQQQQQQQQQ HHHHHHHH TTH + KKKTTTRRRRRKRRKKRRRREDDAAAVAADDDDDDITR HHHHHHHHH E TTTH + LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL+ HHHHHHHHH E TTTH + HYYYYYYYYYYYFFYYYYHHYYYYYYFFFYYYYYYYYY HHHHHHHHH E TTH + QEEYYYDDDKKKKKKKYYRQDDDEEERQQEEEEEAKDQ HHHHHHHHH E TTH + AAAAASSSSSSSAASSAAAAAAAAAAAAAAAAAAAAAA7 HHHHHHHH E TTH + GGGGGGGGGGGGGGGGGG H T + MMMMMMMMMMMMMMMMMMLLVVVEEEEEEEEEEEEEEE HHHHHHHH E TTTH + KKKKKKKKKKKKKKKKKKKKKKKRRRLLLLLKKKKNKG HHHHHHH E TTTTH + GGGGGGGGGGGGGGGGGGGGRRRRRRKKKKKKKKIRKR HHH TTTTT + VAAAAAKKKLLLLLAAAAIAKKKKKKWWWWWWWWRWWL HHH TTTTT + GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG+ HH TTTTTTT + TTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT5 HHHH TTTTTTTTTT + RRRDDDRRRDDDRRDDRDDDDDDDDDDDDDDDDDDDDD HHHHH TTTTTTTTTT + HHHDDDDDDDDDDDEEDDEEVVVVVVEEEEEEEEEEEE HHHHHHHH E TTTTTTTTTT + KKKHHDKKKNDNNNKKGSFFPPPNNNEEEAAVVVMDDS HHHHHHH E TTTTTTTY + AATTTTVVVTTTTTTTTTTTKKKVVVTKKQQKKKKKKC HHHHHHHH EEE TTTTTH + LLLLLLLLLLLLLLLLLLLLWWWFFFFFFFFFFFFFFF6 HHHHHHHH EEEE TTH + IIIIIIIIIIIIIITTIVNNIIINTNIIIIILLLITTN5 HHHHHHH EEEE TH + RRRRRRRRRRRRRRRRRRRRSSSTTTTTTYYTTTTEEM HHHHHHH EEEEE H + IIIVVVIIIVVVIIIVNIIIIIIIIIIIIIIVVVIIII5 HHHHHH EEEEE H + MMMIMMMMMMMMMMMMIVMMMMMLLLLFLLLLLLLLLL6 HHHHHH EEEEE TH + VVVVVVVVVVVVVVVVVVVVTTTTTTGGGGGCCCCCCA6 HHHHH EEEE TTTTH + SSSSSSSSSSSSSSSSSTSSEEETSTTTTNNSSSTLLT HHHH EE TTTTTT + RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR+ HHHH EE TTTTTTTTTT + * + + + diff --git a/sources/alscript/examples/example2.als b/sources/alscript/examples/example2.als new file mode 100644 index 0000000..642a7a2 --- /dev/null +++ b/sources/alscript/examples/example2.als @@ -0,0 +1,24 @@ +# FILE example2.com +# +#Commands are free format - separated by blank, tab or comma characters +# +BLOCK_FILE example.blc #define the block file to format +OUTPUT_FILE example2.ps #where to put the result +LANDSCAPE #landscape paper orientation +POINTSIZE 12 #12 point default pointsize +DEFINE_FONT 0 Helvetica DEFAULT #set font 0 to be Helvetica +DEFINE_FONT 1 Helvetica REL 0.5 #set font 1 to be half sized Helvetica +DEFINE_FONT 3 Helvetica-Bold DEFAULT #set font 3 to be Bold Helvetica +DEFINE_FONT 4 Times-BoldItalic DEFAULT #font 4 is Times-BoldItalic +NUMBER_SEQS #Number the sequences at left hand side +SETUP #Tell the program to get on with the formatting. +# +#step 2 commands come after the SETUP command +# +#Here are some examples... +# +SURROUND_CHARS GP ALL #draw lines around all G and P +SHADE_CHARS ILVW ALL 0.6 #shade all I L V and W with value 0.6 +BOX_REGION 1 1 2 20 0.8 #rectangular box from positions 1 to 2 of sequences 1 to 20 +FONT_CHARS C ALL 3 #Use font 3 (BOLD Helvetica) for C characters +ID_FONT ALL 1 #set identifiers in font 1 diff --git a/sources/alscript/examples/example3.als b/sources/alscript/examples/example3.als new file mode 100644 index 0000000..bb9de1f --- /dev/null +++ b/sources/alscript/examples/example3.als @@ -0,0 +1,209 @@ +# Illustration of ALSCRIPT Command File +# +# As shown in: Barton, G. J. (1992) +# ALSCRIPT- A tool to format multiple sequence alignments +# Protein Engineering (in press) +# +# Modified version - includes colour commands +# +# +# example 1 # Comment lines begin with the # symbol +# +# +# (A) Input and output files: +# +BLOCK_FILE example1.blc # Define the block file to format +OUTPUT_FILE example3.ps # Where to put the result +# +MAX_SIDE 11 # Fiddle with margins... +Y_OFFSET 50 # This is just to fill the page with the +X_OFFSET 80 # Alignment. Defaults normally work OK +# +# (B) Page Layout and overall spacing: +# +ADD_SEQ 38 1 # Make space after sequence 38 +ADD_SEQ 39 3 # Make space after sequence 39 +ADD_SEQ 69 1 +PORTRAIT # Portrait paper orientation +POINTSIZE 10 # 10 point default pointsize +#NUMBER_SEQS 1 # Set to 1 for numbers at left of plot +IDENT_WIDTH 8 +# +# (C) Font definitions: +# +DEFINE_FONT 0 Helvetica DEFAULT # Set font 0 to be Helvetica at default pointsize +DEFINE_FONT 1 Helvetica REL 0.75 # Set font 1 to be 0.75 times default Helvetica +DEFINE_FONT 3 Helvetica-Bold DEFAULT +DEFINE_FONT 4 Times-Bold DEFAULT +DEFINE_FONT 5 Helvetica-BoldOblique DEFAULT +DEFINE_FONT 6 Times-Roman DEFAULT +# +# COLOUR DEFINITIONS give a colour number, then red, green, blue intensities +# +# red +DEFINE_COLOUR 0 1 0 0 +# green +DEFINE_COLOUR 1 0 1 0 +# blue +DEFINE_COLOUR 2 0 0 1 +# yellow +DEFINE_COLOUR 3 1 1 0 +# magenta +DEFINE_COLOUR 4 1 0 1 +# cyan +DEFINE_COLOUR 5 0 1 1 +# +DEFINE_COLOUR 6 0.7 0.3 0 +#single_page +#background_colour 100 +SETUP # Tell the program to get on with the formatting +#background_region -10 -10 468 792 +# +# (D) Some formatting commands: +# +SURROUND_CHARS LIV ALL # Surround all L and Y characters +FONT_CHARS IV ALL 5 # Use font 5 for all I and V characters +FONT_CHARS ASN ALL 1 # Show A and S and N characters in small caps +FONT_CHARS KR ALL 4 # Show K and R in Times-Bold +Ccol_CHARS LIV ALL 1 +Scol_CHARS ASN ALL 0 +BOX_REGION 14 1 16 38 # Rectangular box of residues 14-16 +SHADE_CHARS + ALL 0.0 # Shade all + characters black +COLOUR_REGION 14 1 16 38 2 +SURROUND_CHARS 56+789 1 40 27 40 # Box numbers and + on line 40 +LINE TOP 2 40 8 # Draw horizontal lines to +LINE BOTTOM 2 40 8 # Join up surrounded numbers +TEXT 2 42 "Helix Pattern" +TEXT 12 42 "Glycine Loop" # Add text annotations +TEXT 21 42 "Helix Pattern" +SUB_ID 49 "Helix Predictions" +SUB_ID 58 "Sheet Predictions" # Change the identifiers for prediction histograms +SUB_ID 68 "Turn Predictions" +INVERSE_CHARS DE ALL +SHADE_CHARS D ALL 0.5 +SHADE_CHARS E ALL 0.0 +# +# (E) Now make the prediction histograms nicer. +# +SURROUND_CHARS H 1 44 27 53 +Scol_CHARS H 1 44 27 53 3 # Shade the Helix predictions 0.5 grey +SUB_CHARS 1 44 27 53 H SPACE # Substitute " " for "H" +# +SURROUND_CHARS E 1 54 27 63 # Surround the Beta Predictions +Scol_CHARS E 1 54 27 63 4 # Colour beta blue +SUB_CHARS 1 54 27 63 E SPACE # Substitute the E for space in the beta predictions +# +SURROUND_CHARS T 1 64 27 73 # Surround the Turn Predictions +Scol_CHARS T 1 64 27 73 6 # Shade the Turn Predictions +SUB_CHARS 1 64 27 73 T SPACE # Substitute the T for space in the turn predictions +# +SUB_ID 75 "Summary Prediction" # Annotate and shade the summary prediction +SHADE_CHARS HY 1 75 27 75 0.5 +SHADE_CHARS T 1 75 27 75 0.9 +# +# +# Now change the identifier codes +# +ID_FONT ALL 6 +SUB_ID 1 "Annexin I H4" +SUB_ID 2 "Annexin I M4" +SUB_ID 3 "Annexin I R4" +SUB_ID 4 "Annexin V R4" +SUB_ID 5 "Annexin V H4" +SUB_ID 6 "Annexin V C4" +SUB_ID 7 "Annexin II H4" +SUB_ID 8 "Annexin II B4" +SUB_ID 9 "Annexin II M4" +SUB_ID 10 "Annexin IV P4" +SUB_ID 11 "Annexin IV B4" +SUB_ID 12 "Annexin IV H4" +SUB_ID 13 "Annexin VI H4" +SUB_ID 14 "Annexin VI M4" +SUB_ID 15 "Annexin VI H8" +SUB_ID 16 "Annexin VI M8" +SUB_ID 17 "Annexin V BH4" +SUB_ID 18 "Annexin VII 4" +SUB_ID 19 "Annexin III H4" +SUB_ID 20 "Annexin III R4" +SUB_ID 21 "Annexin II M3" +SUB_ID 22 "Annexin II H3" +SUB_ID 23 "Annexin II B3" +SUB_ID 24 "Annexin I H3" +SUB_ID 25 "Annexin I M3" +SUB_ID 26 "Annexin I R3" +SUB_ID 27 "Annexin V C3" +SUB_ID 28 "Annexin V H3" +SUB_ID 29 "Annexin V R3" +SUB_ID 30 "Annexin VI H3" +SUB_ID 31 "Annexin VI M3" +SUB_ID 32 "Annexin IV H3" +SUB_ID 33 "Annexin IV B3" +SUB_ID 34 "Annexin IV P3" +SUB_ID 35 "Annexin V BH3" +SUB_ID 36 "Annexin III H3" +SUB_ID 37 "Annexin III R3" +SUB_ID 38 "Annexin VII 3" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/alscript/examples/example4.als b/sources/alscript/examples/example4.als new file mode 100644 index 0000000..b9a2c77 --- /dev/null +++ b/sources/alscript/examples/example4.als @@ -0,0 +1,192 @@ +# Illustration of ALSCRIPT Command File +# +# Illustrates some of the MASK commands +# +# example 1 # Comment lines begin with the # symbol +# +# +# (A) Input and output files: +# +BLOCK_FILE example1.blc # Define the block file to format +OUTPUT_FILE example4.ps # Where to put the result +# +MAX_SIDE 11 # Fiddle with margins... +Y_OFFSET 50 # This is just to fill the page with the +X_OFFSET 80 # Alignment. Defaults normally work OK +# +# (B) Page Layout and overall spacing: +# +ADD_SEQ 38 1 # Make space after sequence 38 +ADD_SEQ 39 3 # Make space after sequence 39 +ADD_SEQ 69 1 +PORTRAIT # Portrait paper orientation +POINTSIZE 10 # 10 point default pointsize +#NUMBER_SEQS 1 # Set to 1 for numbers at left of plot +IDENT_WIDTH 8 +# +# (C) Font definitions: +# +DEFINE_FONT 0 Helvetica DEFAULT # Set font 0 to be Helvetica at default pointsize +DEFINE_FONT 1 Helvetica REL 0.75 # Set font 1 to be 0.75 times default Helvetica +DEFINE_FONT 3 Helvetica-Bold DEFAULT +DEFINE_FONT 4 Times-Bold DEFAULT +DEFINE_FONT 5 Helvetica-BoldOblique DEFAULT +DEFINE_FONT 6 Times-Roman DEFAULT +SETUP # Tell the program to get on with the formatting +# +# some formatting commands +# +SURROUND_CHARS LIV ALL # Surround all L and Y characters +FONT_CHARS IV ALL 5 # Use font 5 for all I and V characters +FONT_CHARS ASN ALL 1 # Show A and S and N characters in small caps +FONT_CHARS KR ALL 4 # Show K and R in Times-Bold +BOX_REGION 14 1 16 38 # Rectangular box of residues 14-16 +SHADE_CHARS + ALL 0.0 # Shade all + characters black +SURROUND_CHARS 56+789 1 40 27 40 # Box numbers and + on line 40 +LINE TOP 2 40 8 # Draw horizontal lines to +LINE BOTTOM 2 40 8 # Join up surrounded numbers +TEXT 2 42 "Helix Pattern" +TEXT 12 42 "Glycine Loop" # Add text annotations +TEXT 21 42 "Helix Pattern" +SUB_ID 49 "Helix Predictions" +SUB_ID 58 "Sheet Predictions" # Change the identifiers for prediction histograms +SUB_ID 68 "Turn Predictions" +#INVERSE_CHARS DE ALL +#SHADE_CHARS D ALL 0.5 +#SHADE_CHARS E ALL 0.0 +# +# (D) Some formatting commands: to illustrate the use of MASK +# +mask SETUP #setup the mask +sub_chars 1 1 27 38 SPACE . #substitute spaces for dots +mask ILLEGAL "." #. is not to be used in frequency calculation +mask FRE 1 1 27 38 # do the frequency calculation +mask BOX 1 1 27 38 # use the resulting mask to create boxing lines +mask SHADE 1 1 27 38 0.2 # shade +mask INVERSE 1 1 27 38 # inverse - could also alter the font +sub_chars 1 1 27 38 . SPACE # switch the dots back to spaces +# +# (E) Now make the prediction histograms nicer. +# +SURROUND_CHARS H 1 44 27 53 +SHADE_CHARS H 1 44 27 53 0.5 # Shade the Helix predictions 0.5 grey +SUB_CHARS 1 44 27 53 H SPACE # Substitute " " for "H" +# +SURROUND_CHARS E 1 54 27 63 # Surround the Beta Predictions +SHADE_CHARS E 1 54 27 63 0.7 # Shade the Beta Predictions +SUB_CHARS 1 54 27 63 E SPACE # Substitute the E for space in the beta predictions +# +SURROUND_CHARS T 1 64 27 73 # Surround the Turn Predictions +SHADE_CHARS T 1 64 27 73 0.9 # Shade the Turn Predictions +SUB_CHARS 1 64 27 73 T SPACE # Substitute the T for space in the turn predictions +# +SUB_ID 75 "Summary Prediction" # Annotate and shade the summary prediction +SHADE_CHARS HY 1 75 27 75 0.5 +SHADE_CHARS T 1 75 27 75 0.9 +# +# +# Now change the identifier codes +# +ID_FONT ALL 6 +SUB_ID 1 "Annexin I H4" +SUB_ID 2 "Annexin I M4" +SUB_ID 3 "Annexin I R4" +SUB_ID 4 "Annexin V R4" +SUB_ID 5 "Annexin V H4" +SUB_ID 6 "Annexin V C4" +SUB_ID 7 "Annexin II H4" +SUB_ID 8 "Annexin II B4" +SUB_ID 9 "Annexin II M4" +SUB_ID 10 "Annexin IV P4" +SUB_ID 11 "Annexin IV B4" +SUB_ID 12 "Annexin IV H4" +SUB_ID 13 "Annexin VI H4" +SUB_ID 14 "Annexin VI M4" +SUB_ID 15 "Annexin VI H8" +SUB_ID 16 "Annexin VI M8" +SUB_ID 17 "Annexin V BH4" +SUB_ID 18 "Annexin VII 4" +SUB_ID 19 "Annexin III H4" +SUB_ID 20 "Annexin III R4" +SUB_ID 21 "Annexin II M3" +SUB_ID 22 "Annexin II H3" +SUB_ID 23 "Annexin II B3" +SUB_ID 24 "Annexin I H3" +SUB_ID 25 "Annexin I M3" +SUB_ID 26 "Annexin I R3" +SUB_ID 27 "Annexin V C3" +SUB_ID 28 "Annexin V H3" +SUB_ID 29 "Annexin V R3" +SUB_ID 30 "Annexin VI H3" +SUB_ID 31 "Annexin VI M3" +SUB_ID 32 "Annexin IV H3" +SUB_ID 33 "Annexin IV B3" +SUB_ID 34 "Annexin IV P3" +SUB_ID 35 "Annexin V BH3" +SUB_ID 36 "Annexin III H3" +SUB_ID 37 "Annexin III R3" +SUB_ID 38 "Annexin VII 3" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/alscript/examples/ipns.als b/sources/alscript/examples/ipns.als new file mode 100644 index 0000000..bd33cbf --- /dev/null +++ b/sources/alscript/examples/ipns.als @@ -0,0 +1,307 @@ +# +# This is the alscript command file used to create the figure +# published in: Roach P. L. et al (1995), Nature (June) +# +# The figure shows Isopenicillin N synthase with homologues +# secondary structure and other information. It makes use +# of many features of alscript 2.0 +# +# Comments in the file all start with the # sign +# +# +# define the alignment block file +BLOCK_FILE ipns.blc +# define the output file name +OUTPUT_FILE ipns.ps +# select portrait mode - longest paper side is vertical +PORTRAIT +# select point size for characters - this can be any number. +POINTSIZE 6.5 +# +# Define fonts that we will use in the alignment. You give each font +# a unique number. The names of the fonts are standard PostScript +# font names. +# +# This one means call Helvetica at the Default pointsize, font 0 +DEFINE_FONT 0 Helvetica DEFAULT +# This means call Helvetica-Oblique at 70% of the default point size, font 1 +DEFINE_FONT 1 Helvetica-Oblique REL 0.70 +DEFINE_FONT 2 Helvetica-Bold DEFAULT +define_font 5 Symbol REL 1.2 +define_font 6 Helvetica REL 0.7 +# +# Colour definitions +# +# Define the colours that we will use in the alignment. Each colour is given +# a number by which it is referred to later. The three numbers following +# each colour are red,green,blue intensities. +# +# e.g. this defines colour number 1 to be red (1,0,0). +DEFINE_COLOUR 1 1 0 0 +#DEFINE_COLOUR 2 0.8 1 0.8 +DEFINE_COLOUR 2 1 1 0 +DEFINE_COLOUR 3 0 0 1 +DEFINE_COLOUR 4 1 1 1 +DEFINE_COLOUR 5 1 1 1 +DEFINE_COLOUR 6 1 0.5 0 +DEFINE_COLOUR 7 1 0 1 +DEFINE_COLOUR 8 0 0 0 +DEFINE_COLOUR 9 1 1 1 +define_colour 10 0 1 0 +define_colour 11 0 0 0 +# +# The add_seq command adds extra space to the alignment you have read in. +# +# +# Here we are adding space for four more lines after sequence number 8. +add_seq 8 4 +# +# This means don't number the sequences +no_numbers +# +# Alter the width of the space for identifiers at the lhs of the plot. This +# must be set by trial and error - 10 is the default. +ident_width 6 +# +# Only print sequence identifiers on the first line of a multi-line/page +# alignment plot. +id_only_on_first_line +# +# This is some fiddling to reduce the default vertical spacing between +# sequence lines. We did this to improve the appearance of the alignment +# in a single column of Nature. Other features of the display can +# be modified in a similar way - e.g. x_space_factor. +y_space_factor 0.05 +# +# commands above the SETUP are about the overall layout etc. Commands +# after, are giving specific boxing/shading/colouring etc. +# +SETUP +# +# Calcluate conservation values for the complete alignment. Conservation +# values range from 0-10 where 10 is an identity. Values above 5 show +# increasing similarities in physico-chemical properties. Having calculated +# conservation values, we can then colour the plot to highlight conserved +# positions. +# +calcons 1 1 424 8 +# +# set mask for conserved position better than 5 +# +# this clears the MASK array of all previous settings +mask SETUP +# this masks all columns of the alignment for which the conservation +# is > 5. +mask CONSERVATION ALL 5 +# +# Now we box the masked positions and colour the +# text backgrounds yellow (colour 2). Note that this operation could +# be restricted to a subset of the alignment rather than the whole thing. +mask BOX 1 1 424 8 +# +# The SCOL command colours the backgrounds of the character. The CCOL +# command colours the character itself. +mask SCOL 1 1 424 8 2 +# +# This resets the MASK commands ready for another operation. If you don't +# reset, then subsequent mask commands are ADDED to the existing mask +# +mask RESET +# +#now do thw same for identities, only this time in red +#with white lettering +mask CONSERVATION ALL 10 +mask SCOL 1 1 424 8 1 +mask CCOL 1 1 424 8 99 +mask FONT 1 1 424 8 2 +mask RESET +# +# sub_id allows the identifier to be modified. At present it is not possible +# to mix fonts within an ID, but the ID_FONT command can be used to modify the +# font used for individual IDs. +sub_id 1 "ACCO" +sub_id 2 "F3OH" +sub_id 3 "H6H " +sub_id 4 "FOLS" +sub_id 5 "GC20" +sub_id 6 "DAOCS" +sub_id 7 "DAOC/DACS " +sub_id 8 "IPNS" +# +# These are the secondary structure definitions. They were entered by +# hand from an analysis of the IPNS structure. +# +# Secondary structure +# +# Set Numbering relative to IPNS +# +# The x values (sequence position) of any commands that follow a +# relative_to command will be translated into absolute alignment position. +# This takes account of gaps in the alignment. +relative_to 8 +# +# Set the font for the line that will say alpha1, beta2 etc to Symbol font. +# Region commands operate on a region of the alignment - they usually expect +# four numbers to define the region - the numbers are x,y,x1,y1 where y and y1 +# are the sequences and x and x1 are the residue positions. +font_region 1 11 331 11 5 +# +#colour all secondary structures black (colour 11) +# +colour_text_region 1 10 331 10 11 +# +# Now draw all the helices and strands and label and colour them. +# +# For example, Tell ALSCRIPT to draw a strand from 11 to 13 of sequence 10 +strand 11 10 13 +# Now write the text b1 (will be a Greek b because of the +# font_region command above). + text 12 11 "b1" +helix 15 10 18 + text 16 11 "a1" +helix 22 10 37 + text 30 11 "a2" +strand 41 10 45 + text 43 11 "b2" +helix 51 10 64 + text 57 11 "a3" +helix 67 10 73 + text 70 11 "a4" +strand 89 10 91 + text 90 11 "b3" +strand 101 10 105 + text 103 11 "b4" +helix 115 10 118 + text 116 11 "a5" +helix 138 10 163 + text 151 11 "a6" +helix 172 10 174 + text 173 11 "a7" +# +#barrel strand 1 +strand 183 10 189 +# set the colour to green for this strand. + colour_text_region 183 10 189 10 10 + text 186 11 "b5" +# +helix 197 10 199 + text 198 11 "a8" +strand 201 10 202 + text 201 11 "b6" +strand 208 10 209 + text 208 11 "b7" +# +#barrel strands 2-6 +strand 210 10 214 + text 212 11 "b8" + colour_text_region 210 10 214 10 10 +strand 220 10 225 + text 222 11 "b9" + colour_text_region 220 10 225 10 10 +strand 231 10 235 + text 233 11 "b10" + colour_text_region 231 10 235 10 10 +strand 238 10 241 + text 239 11 "b11" + colour_text_region 238 10 241 10 10 +strand 249 10 253 + text 250 11 "b12" + colour_text_region 249 10 253 10 10 +# +helix 255 10 260 + text 257 11 "a9" +# +# +#barrel strands 7-8 +strand 270 10 273 + text 271 11 "b13" + colour_text_region 270 10 273 10 10 +strand 279 10 286 + text 282 11 "b14" + colour_text_region 279 10 286 10 10 +# +# +# +strand 293 10 294 + text 293 11 "b15" +strand 311 10 312 + text 311 11 "b16" +helix 313 10 323 + text 317 11 "a10" +# +#Now add arrows for the residues within 8A of the Mn +# +# The TEXT command normally just writes out the specified text +# at the specified position. However, special TEXT objects +# exist. These all start with the @ symbol. +# +colour_text_region 214 12 214 12 1 +# +# This draws a filled up arrow at position 214,12. +text 214 12 "@fuparrow" +colour_text_region 216 12 216 12 1 +text 216 12 "@fuparrow" +colour_text_region 270 12 270 12 1 +text 270 12 "@fuparrow" +colour_text_region 330 12 330 12 1 +text 330 12 "@fuparrow" +# +text 41 12 "@fuparrow" +text 252 12 "@fuparrow" +text 221 12 "@fuparrow" +text 187 12 "@fuparrow" +text 285 12 "@fuparrow" +text 223 12 "@fuparrow" +text 272 12 "@fuparrow" +text 218 12 "@fuparrow" +text 231 12 "@fuparrow" +# +# +# Now set the sequence numbering back to alignment positions. +relative_to 0 +# +# +# From here to the end of the file was created by the alsnum program +# alsnum creates text commands for numbering a plot relative to a +# specific sequence, rather than the alignment numbers that are +# normally shown. Please see the ALSCRIPT manual for further details. +# +# +# Text commands created for numbering +# Sequence Number: 8 +# Starting Number: 1 +# Interval: 10 +# Position: 9 +TEXT 53 9 "10" +TEXT 65 9 "20" +TEXT 78 9 "30" +TEXT 88 9 "40" +TEXT 101 9 "50" +TEXT 111 9 "60" +TEXT 121 9 "70" +TEXT 131 9 "80" +TEXT 141 9 "90" +TEXT 151 9 "100" +TEXT 161 9 "110" +TEXT 171 9 "120" +TEXT 181 9 "130" +TEXT 191 9 "140" +TEXT 201 9 "150" +TEXT 211 9 "160" +TEXT 221 9 "170" +TEXT 231 9 "180" +TEXT 241 9 "190" +TEXT 251 9 "200" +TEXT 261 9 "210" +TEXT 271 9 "220" +TEXT 281 9 "230" +TEXT 297 9 "240" +TEXT 307 9 "250" +TEXT 317 9 "260" +TEXT 327 9 "270" +TEXT 343 9 "280" +TEXT 353 9 "290" +TEXT 363 9 "300" +TEXT 378 9 "310" +TEXT 388 9 "320" +TEXT 398 9 "330" diff --git a/sources/alscript/examples/ipns.blc b/sources/alscript/examples/ipns.blc new file mode 100644 index 0000000..9b73e92 --- /dev/null +++ b/sources/alscript/examples/ipns.blc @@ -0,0 +1,438 @@ + +Conversion of CLUSTAL NBRF PIR file to AMPS BLOCKFILE format +clus2blc: Geoffrey J. Barton (1992) + +>P1;3_LYCES 3_LYCES 418 bp PROT 0 JAN 1900, 418 bases, 1CE32436 checksum. +>P1;U04434 U04434 428 bp PROT 0 JAN 1900, 428 bases, A5C97FB7 checksum. +>P1;HY6H_HYONI HY6H_HYONI 406 bp PROT 0 JAN 1900, 406 bases, DF93DD1E checksum. +>P1;S67953 S67953 400 bp PROT 0 JAN 1900, 400 bases, 1276A781 checksum. +>P1;X73314 X73314 428 bp PROT 0 JAN 1900, 428 bases, 860E176 checksum. +>P1;CEFE_STRCL CEFE_STRCL 402 bp PROT 0 JAN 1900, 402 bases, 97CFEE75 checksum. +>P1;EXPA_CEPAC EXPA_CEPAC 422 bp PROT 0 JAN 1900, 422 bases, AE896850 checksum. +>P1;IPNS_EMENI IPNS_EMENI 403 bp PROT 0 JAN 1900, 403 bases, 4DADFBBB checksum. +* iteration 1 + M + A + L + N + MG + KK + TV + M AA + A QT + P GE + V VS + S SA + I AP + S TS + A LN + V TL + P MN + F EE + LAVE + PTAM + TFRK + AVVG + ASQE + ENAY + GWIR + ESAP + TTSP + NKLF + VSSG + RVKG + ASCS + SEMD + FSDE + VFTS + RIIK + EAPV + EPSP + DLEE + EQYD + RKIF + PRRI + KASW + VEES + PKNE M + HDEK G + DVQF S + RPPE V + FVAA S +MSGASDTK +EDNTETSA +NEDTLTKN +FVVLLVVV +PPPHPPPP +IVIGVTVK +IVIVLFFI +NSDVDSRD +LLLLVLLV + P + QT +EEQVIADS +KGQPDEDP +LIHVLLLL +ND IE F + G DK G + LF D + RM D + S + G + D +GP DK Q +DR PS A +ER DYQKA +RRHEVQSK +AAHNEGGM +NELKELKR +TILMAHVV +MRVVTQLA +EGQKRDTQ +MRQLLEEQ +IVIIVFLI +KATADRAD +DAKDEREA +AAAAACAA +CCCSCLVS +EEQKRRTR +NDDEQDTD +WWFWHKKT +GGGGGGGG +FILIILIF +FFFFFFFF +EQQQFYYY +LVVLVLLA +VVIIVTTV +NDNNNDEN +HHHHHCSH +GGGGGGGG +IVFIVLLI +PDPPDTV +HAEDIDD +EAEEETD +VLLAMEDN +MVMIMLHV +DALAGKTQ +TDEDRSSR +VMTLVAAL +EAMQHKRS +KREKDDEQ +MLVVCLTK +TACGMVCT +KRKKNIVK +GDEEEDDE +HFFFFFFF +YFFFFFFH +KAAETEKM +KLLHMHNS +CPPVPGGI +MPAPLSST +EEEQDEEP +QDEEVAEE +RKKEKEEE +FLEKQKKK +KRKERRRW +EFFLAAAD +LDKIKVVL +VMPARTTA +ASKKKSLI +SGGTVPAR +KGEPGVDA + A Y + A N + K K + F E + E H + LG Q + PS PRD + LN TNQ + KEDEMAV + KQISRRR + GKEYRRA +GGAGGGGG +LFKYYFFY +EILGTTSY +AVYTNGAL + SVSSLLS + SELFEEI + G FSWP + E GEEG + RSSK + TTK + AAA + FQVV +VHQQAIVE +QLLKSTTS +AQSENNEF +EGNVLTTC +VEEEPGGY +TAEGWSKL +DVFKKYYN +LQLKESSP +DDYGTDDN +WWWWFYYF +ERKVSSST +SEDDLMTP +TITHRCCD +FVLLCYYH +FTAFVSSP +LYHHAMMR +RFGKAGGI +HSCIQTIQ +LYHWNAGA + PPPSDGK + VLPSNNT +PKDSA P +TAQAA T +SRDVH H +NDLND E +IYVYY V +SSNRV N +QRSYLLLV +VWWWDFFW +PPPPTPPP +DDEKLSND +LKKNGGRE +DPPPPDGT + S K + F H +EAAPS P +EAKSH G +YWYYHFFF +RRRRGEEQ +EAEEKRDD +VVVAAIVF +MVVNYWWA +REAEQTQE +DRKEEQDQ +FYYYCYYY +ASSGGFFY +KEVKIDDW +RQERARRD +LLVMLQMV +EMRRNYYF +KAKEETGG +LLLVLAAL +AATVGSAS +ECMDTRKS +ERRRKADA +LLMIIVVL +LLLFVAAL +DGDKERRK +LVYSLEAG +LLILLVVY +CSCSGLLA +EEELLRNL +NAGGSASA +LMLLLTVL +GGGGGGGG +LLLLITAK +EDKESEPE +KTLGRPLE +GEGHEDAN +YAYEY F +LLFMF F +KADIKGGA +NRNENGER +AAEAFVDH +FCLA F +YVSG K +GD IP + EDD + ADD +S GFFFT +K DELVL +G EDDEA +PMQINCCS +NDIVDEDV +FQQYSPPV +GKMLILLL +TVMLLLLI +KVLKRRRR +VVTILFLY +SNNNNRRP +NFYYYYYY +YYYYYFFL +PPPPPPPD +PRPPTQEP +CCCCCVVY +PPPPDPPP +KQDRKEEE +PPPPPHDA +DDSDERRA +LLSLVSVI + AAK + T + A + A + EED + EEG + QET +ITTAVPPK +KLLLLLLL +GGGGGRRS +LLSVTMMF +RKGVGAGE +ARGAPPPW +HHHHHHHH +TTYTTYYE +DDDDDDDD +APGMPLLV +GGNSTSSS +GTLYSMTL +IIIIVVII +ITTTTTTT +LLLIILLV +LLLLLIVL +FLQVHQHY +QQQPQQQQ +DDDNDTTS +DL EPPAN +K CCV +VVLVVAAQ +SGPQSNNN +GGGGGGG + FF + VV + SS +LLLLLLLL +QQQQQQQQ +LAQVVACV +LTLFCEEE +KRIKSVVT +DDVDNGDA +EGKGDGGA + GD + RA +QTTHQAEG +WWWWWFFY +IIIYYTVQ +DTADSDDD +VVVVILLI +PQQKPPPE +PPPYPYTA +MVIINRLD +REPPPPPD +HGTNEDGT +SAAAAAAG +IFFLFVMY +VVVIVLVL +VVVVIVVI +NNNHNFFN +LLLIICCC +GGGGGGGG +DDLDDAAS +QHTQTIVY +LGLVFAGM +EHKETTTA +VLVISLLH +ILILLVAL +TSTSTTTT +NNNNNGGN +GGEGGGGN +KRKKIQKY +YFFYYVVY +KKEKKKKK +SNGSGAAA +VASVCPPP +LDIYIRKI +HHHHHHHH +RQRRRHRR +VAVTAVVV +IVVTVAKK +AVTVVAS + PP + RG + RR + DD +QNDNNQQ +TSPKSIRW +DETDMAVV +GCRKNGGN +TSDTASSA + SSE +RRRRRRRR +MLVMKTTQ +SSSSSSSS +LIIWLSSL +AAAPAVVP +STTVFFFF +FFLFFFFF +YQILLLLV +NNGECRRN +PPPPPPPL +GADPSNKG +SPYSHAPY +DDSEDDDD +AACHKFFS +VTTEVTSV +IVIVVFFI +YYEGRSND +PPPPAVVP +ALAIPPQF +KAKPELQD +T EKEASP +LVLLLRRR +VRLLVEEE +EDNSECWP +KGQEKGGN +EEDASFFG +AANNPDNK +EPPPPVVS +EIP SR + LL LI +SDY +THK +QPPPR +VIYKKDPD +YTSFYGSR +PFYKPEEE +KASTDTRP +FEEKYATL +VMFKKTTS +FYAYWFFY +DRDKPQRG +DRIDMDED +YKYYLWWY +MMLVLILL +KASYEGGQ +LRDCMGGN +YDKKTNNG +AISLQYYL +GEDNKVVV +LLYKRNNS +KADLYIML +FRSPRRRI +QLGQPRRN +AKV DTDK +KKK CSKN +EQP NKPG +PAY TAAQ +RKK L AT +FAI E A +EDN A E +AKV F A +MK K A +KQ T V +AQ W P +MQ V A +EQ Q A +SS E A +DA G P +PN K V +IK A S +AE L T +SF D A +AA T A + D G P + S S I + K T A + P I T + L T + D A + A P + I S + F A + A +* diff --git a/sources/alscript/examples/ipns.pdf b/sources/alscript/examples/ipns.pdf new file mode 100644 index 0000000000000000000000000000000000000000..713c23dba47caf08c2bc14d16992c3c9e8bd0aa5 GIT binary patch literal 49054 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 literal 0 HcmV?d00001 diff --git a/sources/alscript/examples/ipns.ps b/sources/alscript/examples/ipns.ps new file mode 100644 index 0000000..08d8479 --- /dev/null +++ b/sources/alscript/examples/ipns.ps @@ -0,0 +1,22867 @@ +%!PS-Adobe-2.0 +%%Creator: ALSCRIPT Version 2.05 - 11 August 1998 +%%Title: Alscript Output +% Barto,n G. J. (1993) +% ALSCRIPT - A Tool to format multiple sequence alignments +% Protein Engineering, 6, 37-40 +% +/P {moveto show} def +/L {moveto lineto stroke} def +/ML {moveto lineto lineto lineto lineto} def +2 setlinecap +/C99 {1.000000 1.000000 1.000000 setrgbcolor } def +/C100 {0.000000 0.000000 0.000000 setrgbcolor } def +120 currentscreen 3 -1 roll pop setscreen +/F0 {/Helvetica findfont 6.50 scalefont setfont } def +/F1 {/Helvetica-Oblique findfont 4.55 scalefont setfont } def +/F2 {/Helvetica-Bold findfont 6.50 scalefont setfont } def +/F5 {/Symbol findfont 7.80 scalefont setfont } def +/F6 {/Helvetica findfont 4.55 scalefont setfont } def +/C1 {1.000000 0.000000 0.000000 setrgbcolor } def +/C2 {1.000000 1.000000 0.000000 setrgbcolor } def +/C3 {0.000000 0.000000 1.000000 setrgbcolor } def +/C4 {1.000000 1.000000 1.000000 setrgbcolor } def +/C5 {1.000000 1.000000 1.000000 setrgbcolor } def +/C6 {1.000000 0.500000 0.000000 setrgbcolor } def +/C7 {1.000000 0.000000 1.000000 setrgbcolor } def +/C8 {0.000000 0.000000 0.000000 setrgbcolor } def +/C9 {1.000000 1.000000 1.000000 setrgbcolor } def +/C10 {0.000000 1.000000 0.000000 setrgbcolor } def +/C11 {0.000000 0.000000 0.000000 setrgbcolor } def +%%Page: ? 1 +40 30 translate +F0 + 0 672 translate +2 setlinecap + 0.33 setlinewidth + newpath +454.16 71.28 454.16 65.28 461.16 65.28 461.16 71.28 454.16 71.28 ML +closepath C99 fill + newpath +454.16 65.28 454.16 59.28 461.16 59.28 461.16 65.28 454.16 65.28 ML +closepath C99 fill + newpath +454.16 59.28 454.16 53.28 461.16 53.28 461.16 59.28 454.16 59.28 ML +closepath C99 fill + newpath +454.16 53.28 454.16 47.28 461.16 47.28 461.16 53.28 454.16 53.28 ML +closepath C99 fill + newpath +454.16 47.28 454.16 41.28 461.16 41.28 461.16 47.28 454.16 47.28 ML +closepath C99 fill + newpath +454.16 41.28 454.16 35.28 461.16 35.28 461.16 41.28 454.16 41.28 ML +closepath C99 fill + newpath +454.16 35.28 454.16 29.28 461.16 29.28 461.16 35.28 454.16 35.28 ML +closepath C99 fill + newpath +454.16 29.28 454.16 23.28 461.16 23.28 461.16 29.28 454.16 29.28 ML +closepath C99 fill + newpath +454.16 23.28 454.16 17.28 461.16 17.28 461.16 23.28 454.16 23.28 ML +closepath C99 fill + newpath +454.16 17.28 454.16 11.28 461.16 11.28 461.16 17.28 454.16 17.28 ML +closepath C99 fill + newpath +454.16 11.28 454.16 5.28 461.16 5.28 461.16 11.28 454.16 11.28 ML +closepath C99 fill + newpath +454.16 5.28 454.16 -0.72 461.16 -0.72 461.16 5.28 454.16 5.28 ML +closepath C99 fill + newpath +447.16 71.28 447.16 65.28 454.16 65.28 454.16 71.28 447.16 71.28 ML +closepath C99 fill + newpath +447.16 65.28 447.16 59.28 454.16 59.28 454.16 65.28 447.16 65.28 ML +closepath C99 fill + newpath +447.16 59.28 447.16 53.28 454.16 53.28 454.16 59.28 447.16 59.28 ML +closepath C99 fill + newpath +447.16 53.28 447.16 47.28 454.16 47.28 454.16 53.28 447.16 53.28 ML +closepath C99 fill + newpath +447.16 47.28 447.16 41.28 454.16 41.28 454.16 47.28 447.16 47.28 ML +closepath C99 fill + newpath +447.16 41.28 447.16 35.28 454.16 35.28 454.16 41.28 447.16 41.28 ML +closepath C99 fill + newpath +447.16 35.28 447.16 29.28 454.16 29.28 454.16 35.28 447.16 35.28 ML +closepath C99 fill + newpath +447.16 29.28 447.16 23.28 454.16 23.28 454.16 29.28 447.16 29.28 ML +closepath C99 fill + newpath +447.16 23.28 447.16 17.28 454.16 17.28 454.16 23.28 447.16 23.28 ML +closepath C99 fill + newpath +447.16 17.28 447.16 11.28 454.16 11.28 454.16 17.28 447.16 17.28 ML +closepath C99 fill + newpath +447.16 11.28 447.16 5.28 454.16 5.28 454.16 11.28 447.16 11.28 ML +closepath C99 fill + newpath +447.16 5.28 447.16 -0.72 454.16 -0.72 454.16 5.28 447.16 5.28 ML +closepath C99 fill + newpath +440.16 71.28 440.16 65.28 447.16 65.28 447.16 71.28 440.16 71.28 ML +closepath C99 fill + newpath +440.16 65.28 440.16 59.28 447.16 59.28 447.16 65.28 440.16 65.28 ML +closepath C99 fill + newpath +440.16 59.28 440.16 53.28 447.16 53.28 447.16 59.28 440.16 59.28 ML +closepath C99 fill + newpath +440.16 53.28 440.16 47.28 447.16 47.28 447.16 53.28 440.16 53.28 ML +closepath C99 fill + newpath +440.16 47.28 440.16 41.28 447.16 41.28 447.16 47.28 440.16 47.28 ML +closepath C99 fill + newpath +440.16 41.28 440.16 35.28 447.16 35.28 447.16 41.28 440.16 41.28 ML +closepath C99 fill + newpath +440.16 35.28 440.16 29.28 447.16 29.28 447.16 35.28 440.16 35.28 ML +closepath C99 fill + newpath +440.16 29.28 440.16 23.28 447.16 23.28 447.16 29.28 440.16 29.28 ML +closepath C99 fill + newpath +440.16 23.28 440.16 17.28 447.16 17.28 447.16 23.28 440.16 23.28 ML +closepath C99 fill + newpath +440.16 17.28 440.16 11.28 447.16 11.28 447.16 17.28 440.16 17.28 ML +closepath C99 fill + newpath +440.16 11.28 440.16 5.28 447.16 5.28 447.16 11.28 440.16 11.28 ML +closepath C99 fill + newpath +440.16 5.28 440.16 -0.72 447.16 -0.72 447.16 5.28 440.16 5.28 ML +closepath C99 fill + newpath +433.16 71.28 433.16 65.28 440.16 65.28 440.16 71.28 433.16 71.28 ML +closepath C2 fill + newpath +433.16 65.28 433.16 59.28 440.16 59.28 440.16 65.28 433.16 65.28 ML +closepath C2 fill + newpath +433.16 59.28 433.16 53.28 440.16 53.28 440.16 59.28 433.16 59.28 ML +closepath C2 fill + newpath +433.16 53.28 433.16 47.28 440.16 47.28 440.16 53.28 433.16 53.28 ML +closepath C2 fill + newpath +433.16 47.28 433.16 41.28 440.16 41.28 440.16 47.28 433.16 47.28 ML +closepath C2 fill + newpath +433.16 41.28 433.16 35.28 440.16 35.28 440.16 41.28 433.16 41.28 ML +closepath C2 fill + newpath +433.16 35.28 433.16 29.28 440.16 29.28 440.16 35.28 433.16 35.28 ML +closepath C2 fill + newpath +433.16 29.28 433.16 23.28 440.16 23.28 440.16 29.28 433.16 29.28 ML +closepath C2 fill + newpath +433.16 23.28 433.16 17.28 440.16 17.28 440.16 23.28 433.16 23.28 ML +closepath C99 fill + newpath +433.16 17.28 433.16 11.28 440.16 11.28 440.16 17.28 433.16 17.28 ML +closepath C99 fill + newpath +433.16 11.28 433.16 5.28 440.16 5.28 440.16 11.28 433.16 11.28 ML +closepath C99 fill + newpath +433.16 5.28 433.16 -0.72 440.16 -0.72 440.16 5.28 433.16 5.28 ML +closepath C99 fill + newpath +426.16 71.28 426.16 65.28 433.16 65.28 433.16 71.28 426.16 71.28 ML +closepath C99 fill + newpath +426.16 65.28 426.16 59.28 433.16 59.28 433.16 65.28 426.16 65.28 ML +closepath C99 fill + newpath +426.16 59.28 426.16 53.28 433.16 53.28 433.16 59.28 426.16 59.28 ML +closepath C99 fill + newpath +426.16 53.28 426.16 47.28 433.16 47.28 433.16 53.28 426.16 53.28 ML +closepath C99 fill + newpath +426.16 47.28 426.16 41.28 433.16 41.28 433.16 47.28 426.16 47.28 ML +closepath C99 fill + newpath +426.16 41.28 426.16 35.28 433.16 35.28 433.16 41.28 426.16 41.28 ML +closepath C99 fill + newpath +426.16 35.28 426.16 29.28 433.16 29.28 433.16 35.28 426.16 35.28 ML +closepath C99 fill + newpath +426.16 29.28 426.16 23.28 433.16 23.28 433.16 29.28 426.16 29.28 ML +closepath C99 fill + newpath +426.16 23.28 426.16 17.28 433.16 17.28 433.16 23.28 426.16 23.28 ML +closepath C99 fill + newpath +426.16 17.28 426.16 11.28 433.16 11.28 433.16 17.28 426.16 17.28 ML +closepath C99 fill + newpath +426.16 11.28 426.16 5.28 433.16 5.28 433.16 11.28 426.16 11.28 ML +closepath C99 fill + newpath +426.16 5.28 426.16 -0.72 433.16 -0.72 433.16 5.28 426.16 5.28 ML +closepath C99 fill + newpath +419.16 71.28 419.16 65.28 426.16 65.28 426.16 71.28 419.16 71.28 ML +closepath C2 fill + newpath +419.16 65.28 419.16 59.28 426.16 59.28 426.16 65.28 419.16 65.28 ML +closepath C2 fill + newpath +419.16 59.28 419.16 53.28 426.16 53.28 426.16 59.28 419.16 59.28 ML +closepath C2 fill + newpath +419.16 53.28 419.16 47.28 426.16 47.28 426.16 53.28 419.16 53.28 ML +closepath C2 fill + newpath +419.16 47.28 419.16 41.28 426.16 41.28 426.16 47.28 419.16 47.28 ML +closepath C2 fill + newpath +419.16 41.28 419.16 35.28 426.16 35.28 426.16 41.28 419.16 41.28 ML +closepath C2 fill + newpath +419.16 35.28 419.16 29.28 426.16 29.28 426.16 35.28 419.16 35.28 ML +closepath C2 fill + newpath +419.16 29.28 419.16 23.28 426.16 23.28 426.16 29.28 419.16 29.28 ML +closepath C2 fill + newpath +419.16 23.28 419.16 17.28 426.16 17.28 426.16 23.28 419.16 23.28 ML +closepath C99 fill + newpath +419.16 17.28 419.16 11.28 426.16 11.28 426.16 17.28 419.16 17.28 ML +closepath C99 fill + newpath +419.16 11.28 419.16 5.28 426.16 5.28 426.16 11.28 419.16 11.28 ML +closepath C99 fill + newpath +419.16 5.28 419.16 -0.72 426.16 -0.72 426.16 5.28 419.16 5.28 ML +closepath C99 fill + newpath +412.16 71.28 412.16 65.28 419.16 65.28 419.16 71.28 412.16 71.28 ML +closepath C99 fill + newpath +412.16 65.28 412.16 59.28 419.16 59.28 419.16 65.28 412.16 65.28 ML +closepath C99 fill + newpath +412.16 59.28 412.16 53.28 419.16 53.28 419.16 59.28 412.16 59.28 ML +closepath C99 fill + newpath +412.16 53.28 412.16 47.28 419.16 47.28 419.16 53.28 412.16 53.28 ML +closepath C99 fill + newpath +412.16 47.28 412.16 41.28 419.16 41.28 419.16 47.28 412.16 47.28 ML +closepath C99 fill + newpath +412.16 41.28 412.16 35.28 419.16 35.28 419.16 41.28 412.16 41.28 ML +closepath C99 fill + newpath +412.16 35.28 412.16 29.28 419.16 29.28 419.16 35.28 412.16 35.28 ML +closepath C99 fill + newpath +412.16 29.28 412.16 23.28 419.16 23.28 419.16 29.28 412.16 29.28 ML +closepath C99 fill + newpath +412.16 23.28 412.16 17.28 419.16 17.28 419.16 23.28 412.16 23.28 ML +closepath C99 fill + newpath +412.16 17.28 412.16 11.28 419.16 11.28 419.16 17.28 412.16 17.28 ML +closepath C99 fill + newpath +412.16 11.28 412.16 5.28 419.16 5.28 419.16 11.28 412.16 11.28 ML +closepath C99 fill + newpath +412.16 5.28 412.16 -0.72 419.16 -0.72 419.16 5.28 412.16 5.28 ML +closepath C99 fill + newpath +405.16 71.28 405.16 65.28 412.16 65.28 412.16 71.28 405.16 71.28 ML +closepath C99 fill + newpath +405.16 65.28 405.16 59.28 412.16 59.28 412.16 65.28 405.16 65.28 ML +closepath C99 fill + newpath +405.16 59.28 405.16 53.28 412.16 53.28 412.16 59.28 405.16 59.28 ML +closepath C99 fill + newpath +405.16 53.28 405.16 47.28 412.16 47.28 412.16 53.28 405.16 53.28 ML +closepath C99 fill + newpath +405.16 47.28 405.16 41.28 412.16 41.28 412.16 47.28 405.16 47.28 ML +closepath C99 fill + newpath +405.16 41.28 405.16 35.28 412.16 35.28 412.16 41.28 405.16 41.28 ML +closepath C99 fill + newpath +405.16 35.28 405.16 29.28 412.16 29.28 412.16 35.28 405.16 35.28 ML +closepath C99 fill + newpath +405.16 29.28 405.16 23.28 412.16 23.28 412.16 29.28 405.16 29.28 ML +closepath C99 fill + newpath +405.16 23.28 405.16 17.28 412.16 17.28 412.16 23.28 405.16 23.28 ML +closepath C99 fill + newpath +405.16 17.28 405.16 11.28 412.16 11.28 412.16 17.28 405.16 17.28 ML +closepath C99 fill + newpath +405.16 11.28 405.16 5.28 412.16 5.28 412.16 11.28 405.16 11.28 ML +closepath C99 fill + newpath +405.16 5.28 405.16 -0.72 412.16 -0.72 412.16 5.28 405.16 5.28 ML +closepath C99 fill + newpath +398.16 71.28 398.16 65.28 405.16 65.28 405.16 71.28 398.16 71.28 ML +closepath C2 fill + newpath +398.16 65.28 398.16 59.28 405.16 59.28 405.16 65.28 398.16 65.28 ML +closepath C2 fill + newpath +398.16 59.28 398.16 53.28 405.16 53.28 405.16 59.28 398.16 59.28 ML +closepath C2 fill + newpath +398.16 53.28 398.16 47.28 405.16 47.28 405.16 53.28 398.16 53.28 ML +closepath C2 fill + newpath +398.16 47.28 398.16 41.28 405.16 41.28 405.16 47.28 398.16 47.28 ML +closepath C2 fill + newpath +398.16 41.28 398.16 35.28 405.16 35.28 405.16 41.28 398.16 41.28 ML +closepath C2 fill + newpath +398.16 35.28 398.16 29.28 405.16 29.28 405.16 35.28 398.16 35.28 ML +closepath C2 fill + newpath +398.16 29.28 398.16 23.28 405.16 23.28 405.16 29.28 398.16 29.28 ML +closepath C2 fill + newpath +398.16 23.28 398.16 17.28 405.16 17.28 405.16 23.28 398.16 23.28 ML +closepath C99 fill + newpath +398.16 17.28 398.16 11.28 405.16 11.28 405.16 17.28 398.16 17.28 ML +closepath C99 fill + newpath +398.16 11.28 398.16 5.28 405.16 5.28 405.16 11.28 398.16 11.28 ML +closepath C99 fill + newpath +398.16 5.28 398.16 -0.72 405.16 -0.72 405.16 5.28 398.16 5.28 ML +closepath C99 fill + newpath +391.16 71.28 391.16 65.28 398.16 65.28 398.16 71.28 391.16 71.28 ML +closepath C99 fill + newpath +391.16 65.28 391.16 59.28 398.16 59.28 398.16 65.28 391.16 65.28 ML +closepath C99 fill + newpath +391.16 59.28 391.16 53.28 398.16 53.28 398.16 59.28 391.16 59.28 ML +closepath C99 fill + newpath +391.16 53.28 391.16 47.28 398.16 47.28 398.16 53.28 391.16 53.28 ML +closepath C99 fill + newpath +391.16 47.28 391.16 41.28 398.16 41.28 398.16 47.28 391.16 47.28 ML +closepath C99 fill + newpath +391.16 41.28 391.16 35.28 398.16 35.28 398.16 41.28 391.16 41.28 ML +closepath C99 fill + newpath +391.16 35.28 391.16 29.28 398.16 29.28 398.16 35.28 391.16 35.28 ML +closepath C99 fill + newpath +391.16 29.28 391.16 23.28 398.16 23.28 398.16 29.28 391.16 29.28 ML +closepath C99 fill + newpath +391.16 23.28 391.16 17.28 398.16 17.28 398.16 23.28 391.16 23.28 ML +closepath C99 fill + newpath +391.16 17.28 391.16 11.28 398.16 11.28 398.16 17.28 391.16 17.28 ML +closepath C99 fill + newpath +391.16 11.28 391.16 5.28 398.16 5.28 398.16 11.28 391.16 11.28 ML +closepath C99 fill + newpath +391.16 5.28 391.16 -0.72 398.16 -0.72 398.16 5.28 391.16 5.28 ML +closepath C99 fill + newpath +384.16 71.28 384.16 65.28 391.16 65.28 391.16 71.28 384.16 71.28 ML +closepath C99 fill + newpath +384.16 65.28 384.16 59.28 391.16 59.28 391.16 65.28 384.16 65.28 ML +closepath C99 fill + newpath +384.16 59.28 384.16 53.28 391.16 53.28 391.16 59.28 384.16 59.28 ML +closepath C99 fill + newpath +384.16 53.28 384.16 47.28 391.16 47.28 391.16 53.28 384.16 53.28 ML +closepath C99 fill + newpath +384.16 47.28 384.16 41.28 391.16 41.28 391.16 47.28 384.16 47.28 ML +closepath C99 fill + newpath +384.16 41.28 384.16 35.28 391.16 35.28 391.16 41.28 384.16 41.28 ML +closepath C99 fill + newpath +384.16 35.28 384.16 29.28 391.16 29.28 391.16 35.28 384.16 35.28 ML +closepath C99 fill + newpath +384.16 29.28 384.16 23.28 391.16 23.28 391.16 29.28 384.16 29.28 ML +closepath C99 fill + newpath +384.16 23.28 384.16 17.28 391.16 17.28 391.16 23.28 384.16 23.28 ML +closepath C99 fill + newpath +384.16 17.28 384.16 11.28 391.16 11.28 391.16 17.28 384.16 17.28 ML +closepath C99 fill + newpath +384.16 11.28 384.16 5.28 391.16 5.28 391.16 11.28 384.16 11.28 ML +closepath C99 fill + newpath +384.16 5.28 384.16 -0.72 391.16 -0.72 391.16 5.28 384.16 5.28 ML +closepath C99 fill + newpath +377.16 71.28 377.16 65.28 384.16 65.28 384.16 71.28 377.16 71.28 ML +closepath C99 fill + newpath +377.16 65.28 377.16 59.28 384.16 59.28 384.16 65.28 377.16 65.28 ML +closepath C99 fill + newpath +377.16 59.28 377.16 53.28 384.16 53.28 384.16 59.28 377.16 59.28 ML +closepath C99 fill + newpath +377.16 53.28 377.16 47.28 384.16 47.28 384.16 53.28 377.16 53.28 ML +closepath C99 fill + newpath +377.16 47.28 377.16 41.28 384.16 41.28 384.16 47.28 377.16 47.28 ML +closepath C99 fill + newpath +377.16 41.28 377.16 35.28 384.16 35.28 384.16 41.28 377.16 41.28 ML +closepath C99 fill + newpath +377.16 35.28 377.16 29.28 384.16 29.28 384.16 35.28 377.16 35.28 ML +closepath C99 fill + newpath +377.16 29.28 377.16 23.28 384.16 23.28 384.16 29.28 377.16 29.28 ML +closepath C99 fill + newpath +377.16 23.28 377.16 17.28 384.16 17.28 384.16 23.28 377.16 23.28 ML +closepath C99 fill + newpath +377.16 17.28 377.16 11.28 384.16 11.28 384.16 17.28 377.16 17.28 ML +closepath C99 fill + newpath +377.16 11.28 377.16 5.28 384.16 5.28 384.16 11.28 377.16 11.28 ML +closepath C99 fill + newpath +377.16 5.28 377.16 -0.72 384.16 -0.72 384.16 5.28 377.16 5.28 ML +closepath C99 fill + newpath +370.16 71.28 370.16 65.28 377.16 65.28 377.16 71.28 370.16 71.28 ML +closepath C99 fill + newpath +370.16 65.28 370.16 59.28 377.16 59.28 377.16 65.28 370.16 65.28 ML +closepath C99 fill + newpath +370.16 59.28 370.16 53.28 377.16 53.28 377.16 59.28 370.16 59.28 ML +closepath C99 fill + newpath +370.16 53.28 370.16 47.28 377.16 47.28 377.16 53.28 370.16 53.28 ML +closepath C99 fill + newpath +370.16 47.28 370.16 41.28 377.16 41.28 377.16 47.28 370.16 47.28 ML +closepath C99 fill + newpath +370.16 41.28 370.16 35.28 377.16 35.28 377.16 41.28 370.16 41.28 ML +closepath C99 fill + newpath +370.16 35.28 370.16 29.28 377.16 29.28 377.16 35.28 370.16 35.28 ML +closepath C99 fill + newpath +370.16 29.28 370.16 23.28 377.16 23.28 377.16 29.28 370.16 29.28 ML +closepath C99 fill + newpath +370.16 23.28 370.16 17.28 377.16 17.28 377.16 23.28 370.16 23.28 ML +closepath C99 fill + newpath +370.16 17.28 370.16 11.28 377.16 11.28 377.16 17.28 370.16 17.28 ML +closepath C99 fill + newpath +370.16 11.28 370.16 5.28 377.16 5.28 377.16 11.28 370.16 11.28 ML +closepath C99 fill + newpath +370.16 5.28 370.16 -0.72 377.16 -0.72 377.16 5.28 370.16 5.28 ML +closepath C99 fill + newpath +363.16 71.28 363.16 65.28 370.16 65.28 370.16 71.28 363.16 71.28 ML +closepath C99 fill + newpath +363.16 65.28 363.16 59.28 370.16 59.28 370.16 65.28 363.16 65.28 ML +closepath C99 fill + newpath +363.16 59.28 363.16 53.28 370.16 53.28 370.16 59.28 363.16 59.28 ML +closepath C99 fill + newpath +363.16 53.28 363.16 47.28 370.16 47.28 370.16 53.28 363.16 53.28 ML +closepath C99 fill + newpath +363.16 47.28 363.16 41.28 370.16 41.28 370.16 47.28 363.16 47.28 ML +closepath C99 fill + newpath +363.16 41.28 363.16 35.28 370.16 35.28 370.16 41.28 363.16 41.28 ML +closepath C99 fill + newpath +363.16 35.28 363.16 29.28 370.16 29.28 370.16 35.28 363.16 35.28 ML +closepath C99 fill + newpath +363.16 29.28 363.16 23.28 370.16 23.28 370.16 29.28 363.16 29.28 ML +closepath C99 fill + newpath +363.16 23.28 363.16 17.28 370.16 17.28 370.16 23.28 363.16 23.28 ML +closepath C99 fill + newpath +363.16 17.28 363.16 11.28 370.16 11.28 370.16 17.28 363.16 17.28 ML +closepath C99 fill + newpath +363.16 11.28 363.16 5.28 370.16 5.28 370.16 11.28 363.16 11.28 ML +closepath C99 fill + newpath +363.16 5.28 363.16 -0.72 370.16 -0.72 370.16 5.28 363.16 5.28 ML +closepath C99 fill + newpath +356.16 71.28 356.16 65.28 363.16 65.28 363.16 71.28 356.16 71.28 ML +closepath C99 fill + newpath +356.16 65.28 356.16 59.28 363.16 59.28 363.16 65.28 356.16 65.28 ML +closepath C99 fill + newpath +356.16 59.28 356.16 53.28 363.16 53.28 363.16 59.28 356.16 59.28 ML +closepath C99 fill + newpath +356.16 53.28 356.16 47.28 363.16 47.28 363.16 53.28 356.16 53.28 ML +closepath C99 fill + newpath +356.16 47.28 356.16 41.28 363.16 41.28 363.16 47.28 356.16 47.28 ML +closepath C99 fill + newpath +356.16 41.28 356.16 35.28 363.16 35.28 363.16 41.28 356.16 41.28 ML +closepath C99 fill + newpath +356.16 35.28 356.16 29.28 363.16 29.28 363.16 35.28 356.16 35.28 ML +closepath C99 fill + newpath +356.16 29.28 356.16 23.28 363.16 23.28 363.16 29.28 356.16 29.28 ML +closepath C99 fill + newpath +356.16 23.28 356.16 17.28 363.16 17.28 363.16 23.28 356.16 23.28 ML +closepath C99 fill + newpath +356.16 17.28 356.16 11.28 363.16 11.28 363.16 17.28 356.16 17.28 ML +closepath C99 fill + newpath +356.16 11.28 356.16 5.28 363.16 5.28 363.16 11.28 356.16 11.28 ML +closepath C99 fill + newpath +356.16 5.28 356.16 -0.72 363.16 -0.72 363.16 5.28 356.16 5.28 ML +closepath C99 fill + newpath +349.16 71.28 349.16 65.28 356.16 65.28 356.16 71.28 349.16 71.28 ML +closepath C99 fill + newpath +349.16 65.28 349.16 59.28 356.16 59.28 356.16 65.28 349.16 65.28 ML +closepath C99 fill + newpath +349.16 59.28 349.16 53.28 356.16 53.28 356.16 59.28 349.16 59.28 ML +closepath C99 fill + newpath +349.16 53.28 349.16 47.28 356.16 47.28 356.16 53.28 349.16 53.28 ML +closepath C99 fill + newpath +349.16 47.28 349.16 41.28 356.16 41.28 356.16 47.28 349.16 47.28 ML +closepath C99 fill + newpath +349.16 41.28 349.16 35.28 356.16 35.28 356.16 41.28 349.16 41.28 ML +closepath C99 fill + newpath +349.16 35.28 349.16 29.28 356.16 29.28 356.16 35.28 349.16 35.28 ML +closepath C99 fill + newpath +349.16 29.28 349.16 23.28 356.16 23.28 356.16 29.28 349.16 29.28 ML +closepath C99 fill + newpath +349.16 23.28 349.16 17.28 356.16 17.28 356.16 23.28 349.16 23.28 ML +closepath C99 fill + newpath +349.16 17.28 349.16 11.28 356.16 11.28 356.16 17.28 349.16 17.28 ML +closepath C99 fill + newpath +349.16 11.28 349.16 5.28 356.16 5.28 356.16 11.28 349.16 11.28 ML +closepath C99 fill + newpath +349.16 5.28 349.16 -0.72 356.16 -0.72 356.16 5.28 349.16 5.28 ML +closepath C99 fill + newpath +342.16 71.28 342.16 65.28 349.16 65.28 349.16 71.28 342.16 71.28 ML +closepath C99 fill + newpath +342.16 65.28 342.16 59.28 349.16 59.28 349.16 65.28 342.16 65.28 ML +closepath C99 fill + newpath +342.16 59.28 342.16 53.28 349.16 53.28 349.16 59.28 342.16 59.28 ML +closepath C99 fill + newpath +342.16 53.28 342.16 47.28 349.16 47.28 349.16 53.28 342.16 53.28 ML +closepath C99 fill + newpath +342.16 47.28 342.16 41.28 349.16 41.28 349.16 47.28 342.16 47.28 ML +closepath C99 fill + newpath +342.16 41.28 342.16 35.28 349.16 35.28 349.16 41.28 342.16 41.28 ML +closepath C99 fill + newpath +342.16 35.28 342.16 29.28 349.16 29.28 349.16 35.28 342.16 35.28 ML +closepath C99 fill + newpath +342.16 29.28 342.16 23.28 349.16 23.28 349.16 29.28 342.16 29.28 ML +closepath C99 fill + newpath +342.16 23.28 342.16 17.28 349.16 17.28 349.16 23.28 342.16 23.28 ML +closepath C99 fill + newpath +342.16 17.28 342.16 11.28 349.16 11.28 349.16 17.28 342.16 17.28 ML +closepath C99 fill + newpath +342.16 11.28 342.16 5.28 349.16 5.28 349.16 11.28 342.16 11.28 ML +closepath C99 fill + newpath +342.16 5.28 342.16 -0.72 349.16 -0.72 349.16 5.28 342.16 5.28 ML +closepath C99 fill + newpath +335.16 71.28 335.16 65.28 342.16 65.28 342.16 71.28 335.16 71.28 ML +closepath C99 fill + newpath +335.16 65.28 335.16 59.28 342.16 59.28 342.16 65.28 335.16 65.28 ML +closepath C99 fill + newpath +335.16 59.28 335.16 53.28 342.16 53.28 342.16 59.28 335.16 59.28 ML +closepath C99 fill + newpath +335.16 53.28 335.16 47.28 342.16 47.28 342.16 53.28 335.16 53.28 ML +closepath C99 fill + newpath +335.16 47.28 335.16 41.28 342.16 41.28 342.16 47.28 335.16 47.28 ML +closepath C99 fill + newpath +335.16 41.28 335.16 35.28 342.16 35.28 342.16 41.28 335.16 41.28 ML +closepath C99 fill + newpath +335.16 35.28 335.16 29.28 342.16 29.28 342.16 35.28 335.16 35.28 ML +closepath C99 fill + newpath +335.16 29.28 335.16 23.28 342.16 23.28 342.16 29.28 335.16 29.28 ML +closepath C99 fill + newpath +335.16 23.28 335.16 17.28 342.16 17.28 342.16 23.28 335.16 23.28 ML +closepath C99 fill + newpath +335.16 17.28 335.16 11.28 342.16 11.28 342.16 17.28 335.16 17.28 ML +closepath C99 fill + newpath +335.16 11.28 335.16 5.28 342.16 5.28 342.16 11.28 335.16 11.28 ML +closepath C99 fill + newpath +335.16 5.28 335.16 -0.72 342.16 -0.72 342.16 5.28 335.16 5.28 ML +closepath C99 fill + newpath +328.16 71.28 328.16 65.28 335.16 65.28 335.16 71.28 328.16 71.28 ML +closepath C99 fill + newpath +328.16 65.28 328.16 59.28 335.16 59.28 335.16 65.28 328.16 65.28 ML +closepath C99 fill + newpath +328.16 59.28 328.16 53.28 335.16 53.28 335.16 59.28 328.16 59.28 ML +closepath C99 fill + newpath +328.16 53.28 328.16 47.28 335.16 47.28 335.16 53.28 328.16 53.28 ML +closepath C99 fill + newpath +328.16 47.28 328.16 41.28 335.16 41.28 335.16 47.28 328.16 47.28 ML +closepath C99 fill + newpath +328.16 41.28 328.16 35.28 335.16 35.28 335.16 41.28 328.16 41.28 ML +closepath C99 fill + newpath +328.16 35.28 328.16 29.28 335.16 29.28 335.16 35.28 328.16 35.28 ML +closepath C99 fill + newpath +328.16 29.28 328.16 23.28 335.16 23.28 335.16 29.28 328.16 29.28 ML +closepath C99 fill + newpath +328.16 23.28 328.16 17.28 335.16 17.28 335.16 23.28 328.16 23.28 ML +closepath C99 fill + newpath +328.16 17.28 328.16 11.28 335.16 11.28 335.16 17.28 328.16 17.28 ML +closepath C99 fill + newpath +328.16 11.28 328.16 5.28 335.16 5.28 335.16 11.28 328.16 11.28 ML +closepath C99 fill + newpath +328.16 5.28 328.16 -0.72 335.16 -0.72 335.16 5.28 328.16 5.28 ML +closepath C99 fill + newpath +321.16 71.28 321.16 65.28 328.16 65.28 328.16 71.28 321.16 71.28 ML +closepath C99 fill + newpath +321.16 65.28 321.16 59.28 328.16 59.28 328.16 65.28 321.16 65.28 ML +closepath C99 fill + newpath +321.16 59.28 321.16 53.28 328.16 53.28 328.16 59.28 321.16 59.28 ML +closepath C99 fill + newpath +321.16 53.28 321.16 47.28 328.16 47.28 328.16 53.28 321.16 53.28 ML +closepath C99 fill + newpath +321.16 47.28 321.16 41.28 328.16 41.28 328.16 47.28 321.16 47.28 ML +closepath C99 fill + newpath +321.16 41.28 321.16 35.28 328.16 35.28 328.16 41.28 321.16 41.28 ML +closepath C99 fill + newpath +321.16 35.28 321.16 29.28 328.16 29.28 328.16 35.28 321.16 35.28 ML +closepath C99 fill + newpath +321.16 29.28 321.16 23.28 328.16 23.28 328.16 29.28 321.16 29.28 ML +closepath C99 fill + newpath +321.16 23.28 321.16 17.28 328.16 17.28 328.16 23.28 321.16 23.28 ML +closepath C99 fill + newpath +321.16 17.28 321.16 11.28 328.16 11.28 328.16 17.28 321.16 17.28 ML +closepath C99 fill + newpath +321.16 11.28 321.16 5.28 328.16 5.28 328.16 11.28 321.16 11.28 ML +closepath C99 fill + newpath +321.16 5.28 321.16 -0.72 328.16 -0.72 328.16 5.28 321.16 5.28 ML +closepath C99 fill + newpath +314.16 71.28 314.16 65.28 321.16 65.28 321.16 71.28 314.16 71.28 ML +closepath C99 fill + newpath +314.16 65.28 314.16 59.28 321.16 59.28 321.16 65.28 314.16 65.28 ML +closepath C99 fill + newpath +314.16 59.28 314.16 53.28 321.16 53.28 321.16 59.28 314.16 59.28 ML +closepath C99 fill + newpath +314.16 53.28 314.16 47.28 321.16 47.28 321.16 53.28 314.16 53.28 ML +closepath C99 fill + newpath +314.16 47.28 314.16 41.28 321.16 41.28 321.16 47.28 314.16 47.28 ML +closepath C99 fill + newpath +314.16 41.28 314.16 35.28 321.16 35.28 321.16 41.28 314.16 41.28 ML +closepath C99 fill + newpath +314.16 35.28 314.16 29.28 321.16 29.28 321.16 35.28 314.16 35.28 ML +closepath C99 fill + newpath +314.16 29.28 314.16 23.28 321.16 23.28 321.16 29.28 314.16 29.28 ML +closepath C99 fill + newpath +314.16 23.28 314.16 17.28 321.16 17.28 321.16 23.28 314.16 23.28 ML +closepath C99 fill + newpath +314.16 17.28 314.16 11.28 321.16 11.28 321.16 17.28 314.16 17.28 ML +closepath C99 fill + newpath +314.16 11.28 314.16 5.28 321.16 5.28 321.16 11.28 314.16 11.28 ML +closepath C99 fill + newpath +314.16 5.28 314.16 -0.72 321.16 -0.72 321.16 5.28 314.16 5.28 ML +closepath C99 fill + newpath +307.16 71.28 307.16 65.28 314.16 65.28 314.16 71.28 307.16 71.28 ML +closepath C99 fill + newpath +307.16 65.28 307.16 59.28 314.16 59.28 314.16 65.28 307.16 65.28 ML +closepath C99 fill + newpath +307.16 59.28 307.16 53.28 314.16 53.28 314.16 59.28 307.16 59.28 ML +closepath C99 fill + newpath +307.16 53.28 307.16 47.28 314.16 47.28 314.16 53.28 307.16 53.28 ML +closepath C99 fill + newpath +307.16 47.28 307.16 41.28 314.16 41.28 314.16 47.28 307.16 47.28 ML +closepath C99 fill + newpath +307.16 41.28 307.16 35.28 314.16 35.28 314.16 41.28 307.16 41.28 ML +closepath C99 fill + newpath +307.16 35.28 307.16 29.28 314.16 29.28 314.16 35.28 307.16 35.28 ML +closepath C99 fill + newpath +307.16 29.28 307.16 23.28 314.16 23.28 314.16 29.28 307.16 29.28 ML +closepath C99 fill + newpath +307.16 23.28 307.16 17.28 314.16 17.28 314.16 23.28 307.16 23.28 ML +closepath C99 fill + newpath +307.16 17.28 307.16 11.28 314.16 11.28 314.16 17.28 307.16 17.28 ML +closepath C99 fill + newpath +307.16 11.28 307.16 5.28 314.16 5.28 314.16 11.28 307.16 11.28 ML +closepath C99 fill + newpath +307.16 5.28 307.16 -0.72 314.16 -0.72 314.16 5.28 307.16 5.28 ML +closepath C99 fill + newpath +300.16 71.28 300.16 65.28 307.16 65.28 307.16 71.28 300.16 71.28 ML +closepath C99 fill + newpath +300.16 65.28 300.16 59.28 307.16 59.28 307.16 65.28 300.16 65.28 ML +closepath C99 fill + newpath +300.16 59.28 300.16 53.28 307.16 53.28 307.16 59.28 300.16 59.28 ML +closepath C99 fill + newpath +300.16 53.28 300.16 47.28 307.16 47.28 307.16 53.28 300.16 53.28 ML +closepath C99 fill + newpath +300.16 47.28 300.16 41.28 307.16 41.28 307.16 47.28 300.16 47.28 ML +closepath C99 fill + newpath +300.16 41.28 300.16 35.28 307.16 35.28 307.16 41.28 300.16 41.28 ML +closepath C99 fill + newpath +300.16 35.28 300.16 29.28 307.16 29.28 307.16 35.28 300.16 35.28 ML +closepath C99 fill + newpath +300.16 29.28 300.16 23.28 307.16 23.28 307.16 29.28 300.16 29.28 ML +closepath C99 fill + newpath +300.16 23.28 300.16 17.28 307.16 17.28 307.16 23.28 300.16 23.28 ML +closepath C99 fill + newpath +300.16 17.28 300.16 11.28 307.16 11.28 307.16 17.28 300.16 17.28 ML +closepath C99 fill + newpath +300.16 11.28 300.16 5.28 307.16 5.28 307.16 11.28 300.16 11.28 ML +closepath C99 fill + newpath +300.16 5.28 300.16 -0.72 307.16 -0.72 307.16 5.28 300.16 5.28 ML +closepath C99 fill + newpath +293.16 71.28 293.16 65.28 300.16 65.28 300.16 71.28 293.16 71.28 ML +closepath C99 fill + newpath +293.16 65.28 293.16 59.28 300.16 59.28 300.16 65.28 293.16 65.28 ML +closepath C99 fill + newpath +293.16 59.28 293.16 53.28 300.16 53.28 300.16 59.28 293.16 59.28 ML +closepath C99 fill + newpath +293.16 53.28 293.16 47.28 300.16 47.28 300.16 53.28 293.16 53.28 ML +closepath C99 fill + newpath +293.16 47.28 293.16 41.28 300.16 41.28 300.16 47.28 293.16 47.28 ML +closepath C99 fill + newpath +293.16 41.28 293.16 35.28 300.16 35.28 300.16 41.28 293.16 41.28 ML +closepath C99 fill + newpath +293.16 35.28 293.16 29.28 300.16 29.28 300.16 35.28 293.16 35.28 ML +closepath C99 fill + newpath +293.16 29.28 293.16 23.28 300.16 23.28 300.16 29.28 293.16 29.28 ML +closepath C99 fill + newpath +293.16 23.28 293.16 17.28 300.16 17.28 300.16 23.28 293.16 23.28 ML +closepath C99 fill + newpath +293.16 17.28 293.16 11.28 300.16 11.28 300.16 17.28 293.16 17.28 ML +closepath C99 fill + newpath +293.16 11.28 293.16 5.28 300.16 5.28 300.16 11.28 293.16 11.28 ML +closepath C99 fill + newpath +293.16 5.28 293.16 -0.72 300.16 -0.72 300.16 5.28 293.16 5.28 ML +closepath C99 fill + newpath +286.16 71.28 286.16 65.28 293.16 65.28 293.16 71.28 286.16 71.28 ML +closepath C99 fill + newpath +286.16 65.28 286.16 59.28 293.16 59.28 293.16 65.28 286.16 65.28 ML +closepath C99 fill + newpath +286.16 59.28 286.16 53.28 293.16 53.28 293.16 59.28 286.16 59.28 ML +closepath C99 fill + newpath +286.16 53.28 286.16 47.28 293.16 47.28 293.16 53.28 286.16 53.28 ML +closepath C99 fill + newpath +286.16 47.28 286.16 41.28 293.16 41.28 293.16 47.28 286.16 47.28 ML +closepath C99 fill + newpath +286.16 41.28 286.16 35.28 293.16 35.28 293.16 41.28 286.16 41.28 ML +closepath C99 fill + newpath +286.16 35.28 286.16 29.28 293.16 29.28 293.16 35.28 286.16 35.28 ML +closepath C99 fill + newpath +286.16 29.28 286.16 23.28 293.16 23.28 293.16 29.28 286.16 29.28 ML +closepath C99 fill + newpath +286.16 23.28 286.16 17.28 293.16 17.28 293.16 23.28 286.16 23.28 ML +closepath C99 fill + newpath +286.16 17.28 286.16 11.28 293.16 11.28 293.16 17.28 286.16 17.28 ML +closepath C99 fill + newpath +286.16 11.28 286.16 5.28 293.16 5.28 293.16 11.28 286.16 11.28 ML +closepath C99 fill + newpath +286.16 5.28 286.16 -0.72 293.16 -0.72 293.16 5.28 286.16 5.28 ML +closepath C99 fill + newpath +279.16 71.28 279.16 65.28 286.16 65.28 286.16 71.28 279.16 71.28 ML +closepath C99 fill + newpath +279.16 65.28 279.16 59.28 286.16 59.28 286.16 65.28 279.16 65.28 ML +closepath C99 fill + newpath +279.16 59.28 279.16 53.28 286.16 53.28 286.16 59.28 279.16 59.28 ML +closepath C99 fill + newpath +279.16 53.28 279.16 47.28 286.16 47.28 286.16 53.28 279.16 53.28 ML +closepath C99 fill + newpath +279.16 47.28 279.16 41.28 286.16 41.28 286.16 47.28 279.16 47.28 ML +closepath C99 fill + newpath +279.16 41.28 279.16 35.28 286.16 35.28 286.16 41.28 279.16 41.28 ML +closepath C99 fill + newpath +279.16 35.28 279.16 29.28 286.16 29.28 286.16 35.28 279.16 35.28 ML +closepath C99 fill + newpath +279.16 29.28 279.16 23.28 286.16 23.28 286.16 29.28 279.16 29.28 ML +closepath C99 fill + newpath +279.16 23.28 279.16 17.28 286.16 17.28 286.16 23.28 279.16 23.28 ML +closepath C99 fill + newpath +279.16 17.28 279.16 11.28 286.16 11.28 286.16 17.28 279.16 17.28 ML +closepath C99 fill + newpath +279.16 11.28 279.16 5.28 286.16 5.28 286.16 11.28 279.16 11.28 ML +closepath C99 fill + newpath +279.16 5.28 279.16 -0.72 286.16 -0.72 286.16 5.28 279.16 5.28 ML +closepath C99 fill + newpath +272.16 71.28 272.16 65.28 279.16 65.28 279.16 71.28 272.16 71.28 ML +closepath C99 fill + newpath +272.16 65.28 272.16 59.28 279.16 59.28 279.16 65.28 272.16 65.28 ML +closepath C99 fill + newpath +272.16 59.28 272.16 53.28 279.16 53.28 279.16 59.28 272.16 59.28 ML +closepath C99 fill + newpath +272.16 53.28 272.16 47.28 279.16 47.28 279.16 53.28 272.16 53.28 ML +closepath C99 fill + newpath +272.16 47.28 272.16 41.28 279.16 41.28 279.16 47.28 272.16 47.28 ML +closepath C99 fill + newpath +272.16 41.28 272.16 35.28 279.16 35.28 279.16 41.28 272.16 41.28 ML +closepath C99 fill + newpath +272.16 35.28 272.16 29.28 279.16 29.28 279.16 35.28 272.16 35.28 ML +closepath C99 fill + newpath +272.16 29.28 272.16 23.28 279.16 23.28 279.16 29.28 272.16 29.28 ML +closepath C99 fill + newpath +272.16 23.28 272.16 17.28 279.16 17.28 279.16 23.28 272.16 23.28 ML +closepath C99 fill + newpath +272.16 17.28 272.16 11.28 279.16 11.28 279.16 17.28 272.16 17.28 ML +closepath C99 fill + newpath +272.16 11.28 272.16 5.28 279.16 5.28 279.16 11.28 272.16 11.28 ML +closepath C99 fill + newpath +272.16 5.28 272.16 -0.72 279.16 -0.72 279.16 5.28 272.16 5.28 ML +closepath C99 fill + newpath +265.16 71.28 265.16 65.28 272.16 65.28 272.16 71.28 265.16 71.28 ML +closepath C99 fill + newpath +265.16 65.28 265.16 59.28 272.16 59.28 272.16 65.28 265.16 65.28 ML +closepath C99 fill + newpath +265.16 59.28 265.16 53.28 272.16 53.28 272.16 59.28 265.16 59.28 ML +closepath C99 fill + newpath +265.16 53.28 265.16 47.28 272.16 47.28 272.16 53.28 265.16 53.28 ML +closepath C99 fill + newpath +265.16 47.28 265.16 41.28 272.16 41.28 272.16 47.28 265.16 47.28 ML +closepath C99 fill + newpath +265.16 41.28 265.16 35.28 272.16 35.28 272.16 41.28 265.16 41.28 ML +closepath C99 fill + newpath +265.16 35.28 265.16 29.28 272.16 29.28 272.16 35.28 265.16 35.28 ML +closepath C99 fill + newpath +265.16 29.28 265.16 23.28 272.16 23.28 272.16 29.28 265.16 29.28 ML +closepath C99 fill + newpath +265.16 23.28 265.16 17.28 272.16 17.28 272.16 23.28 265.16 23.28 ML +closepath C99 fill + newpath +265.16 17.28 265.16 11.28 272.16 11.28 272.16 17.28 265.16 17.28 ML +closepath C99 fill + newpath +265.16 11.28 265.16 5.28 272.16 5.28 272.16 11.28 265.16 11.28 ML +closepath C99 fill + newpath +265.16 5.28 265.16 -0.72 272.16 -0.72 272.16 5.28 265.16 5.28 ML +closepath C99 fill + newpath +258.16 71.28 258.16 65.28 265.16 65.28 265.16 71.28 258.16 71.28 ML +closepath C99 fill + newpath +258.16 65.28 258.16 59.28 265.16 59.28 265.16 65.28 258.16 65.28 ML +closepath C99 fill + newpath +258.16 59.28 258.16 53.28 265.16 53.28 265.16 59.28 258.16 59.28 ML +closepath C99 fill + newpath +258.16 53.28 258.16 47.28 265.16 47.28 265.16 53.28 258.16 53.28 ML +closepath C99 fill + newpath +258.16 47.28 258.16 41.28 265.16 41.28 265.16 47.28 258.16 47.28 ML +closepath C99 fill + newpath +258.16 41.28 258.16 35.28 265.16 35.28 265.16 41.28 258.16 41.28 ML +closepath C99 fill + newpath +258.16 35.28 258.16 29.28 265.16 29.28 265.16 35.28 258.16 35.28 ML +closepath C99 fill + newpath +258.16 29.28 258.16 23.28 265.16 23.28 265.16 29.28 258.16 29.28 ML +closepath C99 fill + newpath +258.16 23.28 258.16 17.28 265.16 17.28 265.16 23.28 258.16 23.28 ML +closepath C99 fill + newpath +258.16 17.28 258.16 11.28 265.16 11.28 265.16 17.28 258.16 17.28 ML +closepath C99 fill + newpath +258.16 11.28 258.16 5.28 265.16 5.28 265.16 11.28 258.16 11.28 ML +closepath C99 fill + newpath +258.16 5.28 258.16 -0.72 265.16 -0.72 265.16 5.28 258.16 5.28 ML +closepath C99 fill + newpath +251.16 71.28 251.16 65.28 258.16 65.28 258.16 71.28 251.16 71.28 ML +closepath C99 fill + newpath +251.16 65.28 251.16 59.28 258.16 59.28 258.16 65.28 251.16 65.28 ML +closepath C99 fill + newpath +251.16 59.28 251.16 53.28 258.16 53.28 258.16 59.28 251.16 59.28 ML +closepath C99 fill + newpath +251.16 53.28 251.16 47.28 258.16 47.28 258.16 53.28 251.16 53.28 ML +closepath C99 fill + newpath +251.16 47.28 251.16 41.28 258.16 41.28 258.16 47.28 251.16 47.28 ML +closepath C99 fill + newpath +251.16 41.28 251.16 35.28 258.16 35.28 258.16 41.28 251.16 41.28 ML +closepath C99 fill + newpath +251.16 35.28 251.16 29.28 258.16 29.28 258.16 35.28 251.16 35.28 ML +closepath C99 fill + newpath +251.16 29.28 251.16 23.28 258.16 23.28 258.16 29.28 251.16 29.28 ML +closepath C99 fill + newpath +251.16 23.28 251.16 17.28 258.16 17.28 258.16 23.28 251.16 23.28 ML +closepath C99 fill + newpath +251.16 17.28 251.16 11.28 258.16 11.28 258.16 17.28 251.16 17.28 ML +closepath C99 fill + newpath +251.16 11.28 251.16 5.28 258.16 5.28 258.16 11.28 251.16 11.28 ML +closepath C99 fill + newpath +251.16 5.28 251.16 -0.72 258.16 -0.72 258.16 5.28 251.16 5.28 ML +closepath C99 fill + newpath +244.16 71.28 244.16 65.28 251.16 65.28 251.16 71.28 244.16 71.28 ML +closepath C99 fill + newpath +244.16 65.28 244.16 59.28 251.16 59.28 251.16 65.28 244.16 65.28 ML +closepath C99 fill + newpath +244.16 59.28 244.16 53.28 251.16 53.28 251.16 59.28 244.16 59.28 ML +closepath C99 fill + newpath +244.16 53.28 244.16 47.28 251.16 47.28 251.16 53.28 244.16 53.28 ML +closepath C99 fill + newpath +244.16 47.28 244.16 41.28 251.16 41.28 251.16 47.28 244.16 47.28 ML +closepath C99 fill + newpath +244.16 41.28 244.16 35.28 251.16 35.28 251.16 41.28 244.16 41.28 ML +closepath C99 fill + newpath +244.16 35.28 244.16 29.28 251.16 29.28 251.16 35.28 244.16 35.28 ML +closepath C99 fill + newpath +244.16 29.28 244.16 23.28 251.16 23.28 251.16 29.28 244.16 29.28 ML +closepath C99 fill + newpath +244.16 23.28 244.16 17.28 251.16 17.28 251.16 23.28 244.16 23.28 ML +closepath C99 fill + newpath +244.16 17.28 244.16 11.28 251.16 11.28 251.16 17.28 244.16 17.28 ML +closepath C99 fill + newpath +244.16 11.28 244.16 5.28 251.16 5.28 251.16 11.28 244.16 11.28 ML +closepath C99 fill + newpath +244.16 5.28 244.16 -0.72 251.16 -0.72 251.16 5.28 244.16 5.28 ML +closepath C99 fill + newpath +237.16 71.28 237.16 65.28 244.16 65.28 244.16 71.28 237.16 71.28 ML +closepath C99 fill + newpath +237.16 65.28 237.16 59.28 244.16 59.28 244.16 65.28 237.16 65.28 ML +closepath C99 fill + newpath +237.16 59.28 237.16 53.28 244.16 53.28 244.16 59.28 237.16 59.28 ML +closepath C99 fill + newpath +237.16 53.28 237.16 47.28 244.16 47.28 244.16 53.28 237.16 53.28 ML +closepath C99 fill + newpath +237.16 47.28 237.16 41.28 244.16 41.28 244.16 47.28 237.16 47.28 ML +closepath C99 fill + newpath +237.16 41.28 237.16 35.28 244.16 35.28 244.16 41.28 237.16 41.28 ML +closepath C99 fill + newpath +237.16 35.28 237.16 29.28 244.16 29.28 244.16 35.28 237.16 35.28 ML +closepath C99 fill + newpath +237.16 29.28 237.16 23.28 244.16 23.28 244.16 29.28 237.16 29.28 ML +closepath C99 fill + newpath +237.16 23.28 237.16 17.28 244.16 17.28 244.16 23.28 237.16 23.28 ML +closepath C99 fill + newpath +237.16 17.28 237.16 11.28 244.16 11.28 244.16 17.28 237.16 17.28 ML +closepath C99 fill + newpath +237.16 11.28 237.16 5.28 244.16 5.28 244.16 11.28 237.16 11.28 ML +closepath C99 fill + newpath +237.16 5.28 237.16 -0.72 244.16 -0.72 244.16 5.28 237.16 5.28 ML +closepath C99 fill + newpath +230.16 71.28 230.16 65.28 237.16 65.28 237.16 71.28 230.16 71.28 ML +closepath C99 fill + newpath +230.16 65.28 230.16 59.28 237.16 59.28 237.16 65.28 230.16 65.28 ML +closepath C99 fill + newpath +230.16 59.28 230.16 53.28 237.16 53.28 237.16 59.28 230.16 59.28 ML +closepath C99 fill + newpath +230.16 53.28 230.16 47.28 237.16 47.28 237.16 53.28 230.16 53.28 ML +closepath C99 fill + newpath +230.16 47.28 230.16 41.28 237.16 41.28 237.16 47.28 230.16 47.28 ML +closepath C99 fill + newpath +230.16 41.28 230.16 35.28 237.16 35.28 237.16 41.28 230.16 41.28 ML +closepath C99 fill + newpath +230.16 35.28 230.16 29.28 237.16 29.28 237.16 35.28 230.16 35.28 ML +closepath C99 fill + newpath +230.16 29.28 230.16 23.28 237.16 23.28 237.16 29.28 230.16 29.28 ML +closepath C99 fill + newpath +230.16 23.28 230.16 17.28 237.16 17.28 237.16 23.28 230.16 23.28 ML +closepath C99 fill + newpath +230.16 17.28 230.16 11.28 237.16 11.28 237.16 17.28 230.16 17.28 ML +closepath C99 fill + newpath +230.16 11.28 230.16 5.28 237.16 5.28 237.16 11.28 230.16 11.28 ML +closepath C99 fill + newpath +230.16 5.28 230.16 -0.72 237.16 -0.72 237.16 5.28 230.16 5.28 ML +closepath C99 fill + newpath +223.16 71.28 223.16 65.28 230.16 65.28 230.16 71.28 223.16 71.28 ML +closepath C99 fill + newpath +223.16 65.28 223.16 59.28 230.16 59.28 230.16 65.28 223.16 65.28 ML +closepath C99 fill + newpath +223.16 59.28 223.16 53.28 230.16 53.28 230.16 59.28 223.16 59.28 ML +closepath C99 fill + newpath +223.16 53.28 223.16 47.28 230.16 47.28 230.16 53.28 223.16 53.28 ML +closepath C99 fill + newpath +223.16 47.28 223.16 41.28 230.16 41.28 230.16 47.28 223.16 47.28 ML +closepath C99 fill + newpath +223.16 41.28 223.16 35.28 230.16 35.28 230.16 41.28 223.16 41.28 ML +closepath C99 fill + newpath +223.16 35.28 223.16 29.28 230.16 29.28 230.16 35.28 223.16 35.28 ML +closepath C99 fill + newpath +223.16 29.28 223.16 23.28 230.16 23.28 230.16 29.28 223.16 29.28 ML +closepath C99 fill + newpath +223.16 23.28 223.16 17.28 230.16 17.28 230.16 23.28 223.16 23.28 ML +closepath C99 fill + newpath +223.16 17.28 223.16 11.28 230.16 11.28 230.16 17.28 223.16 17.28 ML +closepath C99 fill + newpath +223.16 11.28 223.16 5.28 230.16 5.28 230.16 11.28 223.16 11.28 ML +closepath C99 fill + newpath +223.16 5.28 223.16 -0.72 230.16 -0.72 230.16 5.28 223.16 5.28 ML +closepath C99 fill + newpath +216.16 71.28 216.16 65.28 223.16 65.28 223.16 71.28 216.16 71.28 ML +closepath C99 fill + newpath +216.16 65.28 216.16 59.28 223.16 59.28 223.16 65.28 216.16 65.28 ML +closepath C99 fill + newpath +216.16 59.28 216.16 53.28 223.16 53.28 223.16 59.28 216.16 59.28 ML +closepath C99 fill + newpath +216.16 53.28 216.16 47.28 223.16 47.28 223.16 53.28 216.16 53.28 ML +closepath C99 fill + newpath +216.16 47.28 216.16 41.28 223.16 41.28 223.16 47.28 216.16 47.28 ML +closepath C99 fill + newpath +216.16 41.28 216.16 35.28 223.16 35.28 223.16 41.28 216.16 41.28 ML +closepath C99 fill + newpath +216.16 35.28 216.16 29.28 223.16 29.28 223.16 35.28 216.16 35.28 ML +closepath C99 fill + newpath +216.16 29.28 216.16 23.28 223.16 23.28 223.16 29.28 216.16 29.28 ML +closepath C99 fill + newpath +216.16 23.28 216.16 17.28 223.16 17.28 223.16 23.28 216.16 23.28 ML +closepath C99 fill + newpath +216.16 17.28 216.16 11.28 223.16 11.28 223.16 17.28 216.16 17.28 ML +closepath C99 fill + newpath +216.16 11.28 216.16 5.28 223.16 5.28 223.16 11.28 216.16 11.28 ML +closepath C99 fill + newpath +216.16 5.28 216.16 -0.72 223.16 -0.72 223.16 5.28 216.16 5.28 ML +closepath C99 fill + newpath +209.16 71.28 209.16 65.28 216.16 65.28 216.16 71.28 209.16 71.28 ML +closepath C99 fill + newpath +209.16 65.28 209.16 59.28 216.16 59.28 216.16 65.28 209.16 65.28 ML +closepath C99 fill + newpath +209.16 59.28 209.16 53.28 216.16 53.28 216.16 59.28 209.16 59.28 ML +closepath C99 fill + newpath +209.16 53.28 209.16 47.28 216.16 47.28 216.16 53.28 209.16 53.28 ML +closepath C99 fill + newpath +209.16 47.28 209.16 41.28 216.16 41.28 216.16 47.28 209.16 47.28 ML +closepath C99 fill + newpath +209.16 41.28 209.16 35.28 216.16 35.28 216.16 41.28 209.16 41.28 ML +closepath C99 fill + newpath +209.16 35.28 209.16 29.28 216.16 29.28 216.16 35.28 209.16 35.28 ML +closepath C99 fill + newpath +209.16 29.28 209.16 23.28 216.16 23.28 216.16 29.28 209.16 29.28 ML +closepath C99 fill + newpath +209.16 23.28 209.16 17.28 216.16 17.28 216.16 23.28 209.16 23.28 ML +closepath C99 fill + newpath +209.16 17.28 209.16 11.28 216.16 11.28 216.16 17.28 209.16 17.28 ML +closepath C99 fill + newpath +209.16 11.28 209.16 5.28 216.16 5.28 216.16 11.28 209.16 11.28 ML +closepath C99 fill + newpath +209.16 5.28 209.16 -0.72 216.16 -0.72 216.16 5.28 209.16 5.28 ML +closepath C99 fill + newpath +202.16 71.28 202.16 65.28 209.16 65.28 209.16 71.28 202.16 71.28 ML +closepath C99 fill + newpath +202.16 65.28 202.16 59.28 209.16 59.28 209.16 65.28 202.16 65.28 ML +closepath C99 fill + newpath +202.16 59.28 202.16 53.28 209.16 53.28 209.16 59.28 202.16 59.28 ML +closepath C99 fill + newpath +202.16 53.28 202.16 47.28 209.16 47.28 209.16 53.28 202.16 53.28 ML +closepath C99 fill + newpath +202.16 47.28 202.16 41.28 209.16 41.28 209.16 47.28 202.16 47.28 ML +closepath C99 fill + newpath +202.16 41.28 202.16 35.28 209.16 35.28 209.16 41.28 202.16 41.28 ML +closepath C99 fill + newpath +202.16 35.28 202.16 29.28 209.16 29.28 209.16 35.28 202.16 35.28 ML +closepath C99 fill + newpath +202.16 29.28 202.16 23.28 209.16 23.28 209.16 29.28 202.16 29.28 ML +closepath C99 fill + newpath +202.16 23.28 202.16 17.28 209.16 17.28 209.16 23.28 202.16 23.28 ML +closepath C99 fill + newpath +202.16 17.28 202.16 11.28 209.16 11.28 209.16 17.28 202.16 17.28 ML +closepath C99 fill + newpath +202.16 11.28 202.16 5.28 209.16 5.28 209.16 11.28 202.16 11.28 ML +closepath C99 fill + newpath +202.16 5.28 202.16 -0.72 209.16 -0.72 209.16 5.28 202.16 5.28 ML +closepath C99 fill + newpath +195.16 71.28 195.16 65.28 202.16 65.28 202.16 71.28 195.16 71.28 ML +closepath C99 fill + newpath +195.16 65.28 195.16 59.28 202.16 59.28 202.16 65.28 195.16 65.28 ML +closepath C99 fill + newpath +195.16 59.28 195.16 53.28 202.16 53.28 202.16 59.28 195.16 59.28 ML +closepath C99 fill + newpath +195.16 53.28 195.16 47.28 202.16 47.28 202.16 53.28 195.16 53.28 ML +closepath C99 fill + newpath +195.16 47.28 195.16 41.28 202.16 41.28 202.16 47.28 195.16 47.28 ML +closepath C99 fill + newpath +195.16 41.28 195.16 35.28 202.16 35.28 202.16 41.28 195.16 41.28 ML +closepath C99 fill + newpath +195.16 35.28 195.16 29.28 202.16 29.28 202.16 35.28 195.16 35.28 ML +closepath C99 fill + newpath +195.16 29.28 195.16 23.28 202.16 23.28 202.16 29.28 195.16 29.28 ML +closepath C99 fill + newpath +195.16 23.28 195.16 17.28 202.16 17.28 202.16 23.28 195.16 23.28 ML +closepath C99 fill + newpath +195.16 17.28 195.16 11.28 202.16 11.28 202.16 17.28 195.16 17.28 ML +closepath C99 fill + newpath +195.16 11.28 195.16 5.28 202.16 5.28 202.16 11.28 195.16 11.28 ML +closepath C99 fill + newpath +195.16 5.28 195.16 -0.72 202.16 -0.72 202.16 5.28 195.16 5.28 ML +closepath C99 fill + newpath +188.16 71.28 188.16 65.28 195.16 65.28 195.16 71.28 188.16 71.28 ML +closepath C99 fill + newpath +188.16 65.28 188.16 59.28 195.16 59.28 195.16 65.28 188.16 65.28 ML +closepath C99 fill + newpath +188.16 59.28 188.16 53.28 195.16 53.28 195.16 59.28 188.16 59.28 ML +closepath C99 fill + newpath +188.16 53.28 188.16 47.28 195.16 47.28 195.16 53.28 188.16 53.28 ML +closepath C99 fill + newpath +188.16 47.28 188.16 41.28 195.16 41.28 195.16 47.28 188.16 47.28 ML +closepath C99 fill + newpath +188.16 41.28 188.16 35.28 195.16 35.28 195.16 41.28 188.16 41.28 ML +closepath C99 fill + newpath +188.16 35.28 188.16 29.28 195.16 29.28 195.16 35.28 188.16 35.28 ML +closepath C99 fill + newpath +188.16 29.28 188.16 23.28 195.16 23.28 195.16 29.28 188.16 29.28 ML +closepath C99 fill + newpath +188.16 23.28 188.16 17.28 195.16 17.28 195.16 23.28 188.16 23.28 ML +closepath C99 fill + newpath +188.16 17.28 188.16 11.28 195.16 11.28 195.16 17.28 188.16 17.28 ML +closepath C99 fill + newpath +188.16 11.28 188.16 5.28 195.16 5.28 195.16 11.28 188.16 11.28 ML +closepath C99 fill + newpath +188.16 5.28 188.16 -0.72 195.16 -0.72 195.16 5.28 188.16 5.28 ML +closepath C99 fill + newpath +181.16 71.28 181.16 65.28 188.16 65.28 188.16 71.28 181.16 71.28 ML +closepath C99 fill + newpath +181.16 65.28 181.16 59.28 188.16 59.28 188.16 65.28 181.16 65.28 ML +closepath C99 fill + newpath +181.16 59.28 181.16 53.28 188.16 53.28 188.16 59.28 181.16 59.28 ML +closepath C99 fill + newpath +181.16 53.28 181.16 47.28 188.16 47.28 188.16 53.28 181.16 53.28 ML +closepath C99 fill + newpath +181.16 47.28 181.16 41.28 188.16 41.28 188.16 47.28 181.16 47.28 ML +closepath C99 fill + newpath +181.16 41.28 181.16 35.28 188.16 35.28 188.16 41.28 181.16 41.28 ML +closepath C99 fill + newpath +181.16 35.28 181.16 29.28 188.16 29.28 188.16 35.28 181.16 35.28 ML +closepath C99 fill + newpath +181.16 29.28 181.16 23.28 188.16 23.28 188.16 29.28 181.16 29.28 ML +closepath C99 fill + newpath +181.16 23.28 181.16 17.28 188.16 17.28 188.16 23.28 181.16 23.28 ML +closepath C99 fill + newpath +181.16 17.28 181.16 11.28 188.16 11.28 188.16 17.28 181.16 17.28 ML +closepath C99 fill + newpath +181.16 11.28 181.16 5.28 188.16 5.28 188.16 11.28 181.16 11.28 ML +closepath C99 fill + newpath +181.16 5.28 181.16 -0.72 188.16 -0.72 188.16 5.28 181.16 5.28 ML +closepath C99 fill + newpath +174.16 71.28 174.16 65.28 181.16 65.28 181.16 71.28 174.16 71.28 ML +closepath C99 fill + newpath +174.16 65.28 174.16 59.28 181.16 59.28 181.16 65.28 174.16 65.28 ML +closepath C99 fill + newpath +174.16 59.28 174.16 53.28 181.16 53.28 181.16 59.28 174.16 59.28 ML +closepath C99 fill + newpath +174.16 53.28 174.16 47.28 181.16 47.28 181.16 53.28 174.16 53.28 ML +closepath C99 fill + newpath +174.16 47.28 174.16 41.28 181.16 41.28 181.16 47.28 174.16 47.28 ML +closepath C99 fill + newpath +174.16 41.28 174.16 35.28 181.16 35.28 181.16 41.28 174.16 41.28 ML +closepath C99 fill + newpath +174.16 35.28 174.16 29.28 181.16 29.28 181.16 35.28 174.16 35.28 ML +closepath C99 fill + newpath +174.16 29.28 174.16 23.28 181.16 23.28 181.16 29.28 174.16 29.28 ML +closepath C99 fill + newpath +174.16 23.28 174.16 17.28 181.16 17.28 181.16 23.28 174.16 23.28 ML +closepath C99 fill + newpath +174.16 17.28 174.16 11.28 181.16 11.28 181.16 17.28 174.16 17.28 ML +closepath C99 fill + newpath +174.16 11.28 174.16 5.28 181.16 5.28 181.16 11.28 174.16 11.28 ML +closepath C99 fill + newpath +174.16 5.28 174.16 -0.72 181.16 -0.72 181.16 5.28 174.16 5.28 ML +closepath C99 fill + newpath +167.16 71.28 167.16 65.28 174.16 65.28 174.16 71.28 167.16 71.28 ML +closepath C99 fill + newpath +167.16 65.28 167.16 59.28 174.16 59.28 174.16 65.28 167.16 65.28 ML +closepath C99 fill + newpath +167.16 59.28 167.16 53.28 174.16 53.28 174.16 59.28 167.16 59.28 ML +closepath C99 fill + newpath +167.16 53.28 167.16 47.28 174.16 47.28 174.16 53.28 167.16 53.28 ML +closepath C99 fill + newpath +167.16 47.28 167.16 41.28 174.16 41.28 174.16 47.28 167.16 47.28 ML +closepath C99 fill + newpath +167.16 41.28 167.16 35.28 174.16 35.28 174.16 41.28 167.16 41.28 ML +closepath C99 fill + newpath +167.16 35.28 167.16 29.28 174.16 29.28 174.16 35.28 167.16 35.28 ML +closepath C99 fill + newpath +167.16 29.28 167.16 23.28 174.16 23.28 174.16 29.28 167.16 29.28 ML +closepath C99 fill + newpath +167.16 23.28 167.16 17.28 174.16 17.28 174.16 23.28 167.16 23.28 ML +closepath C99 fill + newpath +167.16 17.28 167.16 11.28 174.16 11.28 174.16 17.28 167.16 17.28 ML +closepath C99 fill + newpath +167.16 11.28 167.16 5.28 174.16 5.28 174.16 11.28 167.16 11.28 ML +closepath C99 fill + newpath +167.16 5.28 167.16 -0.72 174.16 -0.72 174.16 5.28 167.16 5.28 ML +closepath C99 fill + newpath +160.16 71.28 160.16 65.28 167.16 65.28 167.16 71.28 160.16 71.28 ML +closepath C99 fill + newpath +160.16 65.28 160.16 59.28 167.16 59.28 167.16 65.28 160.16 65.28 ML +closepath C99 fill + newpath +160.16 59.28 160.16 53.28 167.16 53.28 167.16 59.28 160.16 59.28 ML +closepath C99 fill + newpath +160.16 53.28 160.16 47.28 167.16 47.28 167.16 53.28 160.16 53.28 ML +closepath C99 fill + newpath +160.16 47.28 160.16 41.28 167.16 41.28 167.16 47.28 160.16 47.28 ML +closepath C99 fill + newpath +160.16 41.28 160.16 35.28 167.16 35.28 167.16 41.28 160.16 41.28 ML +closepath C99 fill + newpath +160.16 35.28 160.16 29.28 167.16 29.28 167.16 35.28 160.16 35.28 ML +closepath C99 fill + newpath +160.16 29.28 160.16 23.28 167.16 23.28 167.16 29.28 160.16 29.28 ML +closepath C99 fill + newpath +160.16 23.28 160.16 17.28 167.16 17.28 167.16 23.28 160.16 23.28 ML +closepath C99 fill + newpath +160.16 17.28 160.16 11.28 167.16 11.28 167.16 17.28 160.16 17.28 ML +closepath C99 fill + newpath +160.16 11.28 160.16 5.28 167.16 5.28 167.16 11.28 160.16 11.28 ML +closepath C99 fill + newpath +160.16 5.28 160.16 -0.72 167.16 -0.72 167.16 5.28 160.16 5.28 ML +closepath C99 fill + newpath +153.16 71.28 153.16 65.28 160.16 65.28 160.16 71.28 153.16 71.28 ML +closepath C99 fill + newpath +153.16 65.28 153.16 59.28 160.16 59.28 160.16 65.28 153.16 65.28 ML +closepath C99 fill + newpath +153.16 59.28 153.16 53.28 160.16 53.28 160.16 59.28 153.16 59.28 ML +closepath C99 fill + newpath +153.16 53.28 153.16 47.28 160.16 47.28 160.16 53.28 153.16 53.28 ML +closepath C99 fill + newpath +153.16 47.28 153.16 41.28 160.16 41.28 160.16 47.28 153.16 47.28 ML +closepath C99 fill + newpath +153.16 41.28 153.16 35.28 160.16 35.28 160.16 41.28 153.16 41.28 ML +closepath C99 fill + newpath +153.16 35.28 153.16 29.28 160.16 29.28 160.16 35.28 153.16 35.28 ML +closepath C99 fill + newpath +153.16 29.28 153.16 23.28 160.16 23.28 160.16 29.28 153.16 29.28 ML +closepath C99 fill + newpath +153.16 23.28 153.16 17.28 160.16 17.28 160.16 23.28 153.16 23.28 ML +closepath C99 fill + newpath +153.16 17.28 153.16 11.28 160.16 11.28 160.16 17.28 153.16 17.28 ML +closepath C99 fill + newpath +153.16 11.28 153.16 5.28 160.16 5.28 160.16 11.28 153.16 11.28 ML +closepath C99 fill + newpath +153.16 5.28 153.16 -0.72 160.16 -0.72 160.16 5.28 153.16 5.28 ML +closepath C99 fill + newpath +146.16 71.28 146.16 65.28 153.16 65.28 153.16 71.28 146.16 71.28 ML +closepath C99 fill + newpath +146.16 65.28 146.16 59.28 153.16 59.28 153.16 65.28 146.16 65.28 ML +closepath C99 fill + newpath +146.16 59.28 146.16 53.28 153.16 53.28 153.16 59.28 146.16 59.28 ML +closepath C99 fill + newpath +146.16 53.28 146.16 47.28 153.16 47.28 153.16 53.28 146.16 53.28 ML +closepath C99 fill + newpath +146.16 47.28 146.16 41.28 153.16 41.28 153.16 47.28 146.16 47.28 ML +closepath C99 fill + newpath +146.16 41.28 146.16 35.28 153.16 35.28 153.16 41.28 146.16 41.28 ML +closepath C99 fill + newpath +146.16 35.28 146.16 29.28 153.16 29.28 153.16 35.28 146.16 35.28 ML +closepath C99 fill + newpath +146.16 29.28 146.16 23.28 153.16 23.28 153.16 29.28 146.16 29.28 ML +closepath C99 fill + newpath +146.16 23.28 146.16 17.28 153.16 17.28 153.16 23.28 146.16 23.28 ML +closepath C99 fill + newpath +146.16 17.28 146.16 11.28 153.16 11.28 153.16 17.28 146.16 17.28 ML +closepath C99 fill + newpath +146.16 11.28 146.16 5.28 153.16 5.28 153.16 11.28 146.16 11.28 ML +closepath C99 fill + newpath +146.16 5.28 146.16 -0.72 153.16 -0.72 153.16 5.28 146.16 5.28 ML +closepath C99 fill + newpath +139.16 71.28 139.16 65.28 146.16 65.28 146.16 71.28 139.16 71.28 ML +closepath C99 fill + newpath +139.16 65.28 139.16 59.28 146.16 59.28 146.16 65.28 139.16 65.28 ML +closepath C99 fill + newpath +139.16 59.28 139.16 53.28 146.16 53.28 146.16 59.28 139.16 59.28 ML +closepath C99 fill + newpath +139.16 53.28 139.16 47.28 146.16 47.28 146.16 53.28 139.16 53.28 ML +closepath C99 fill + newpath +139.16 47.28 139.16 41.28 146.16 41.28 146.16 47.28 139.16 47.28 ML +closepath C99 fill + newpath +139.16 41.28 139.16 35.28 146.16 35.28 146.16 41.28 139.16 41.28 ML +closepath C99 fill + newpath +139.16 35.28 139.16 29.28 146.16 29.28 146.16 35.28 139.16 35.28 ML +closepath C99 fill + newpath +139.16 29.28 139.16 23.28 146.16 23.28 146.16 29.28 139.16 29.28 ML +closepath C99 fill + newpath +139.16 23.28 139.16 17.28 146.16 17.28 146.16 23.28 139.16 23.28 ML +closepath C99 fill + newpath +139.16 17.28 139.16 11.28 146.16 11.28 146.16 17.28 139.16 17.28 ML +closepath C99 fill + newpath +139.16 11.28 139.16 5.28 146.16 5.28 146.16 11.28 139.16 11.28 ML +closepath C99 fill + newpath +139.16 5.28 139.16 -0.72 146.16 -0.72 146.16 5.28 139.16 5.28 ML +closepath C99 fill + newpath +132.16 71.28 132.16 65.28 139.16 65.28 139.16 71.28 132.16 71.28 ML +closepath C99 fill + newpath +132.16 65.28 132.16 59.28 139.16 59.28 139.16 65.28 132.16 65.28 ML +closepath C99 fill + newpath +132.16 59.28 132.16 53.28 139.16 53.28 139.16 59.28 132.16 59.28 ML +closepath C99 fill + newpath +132.16 53.28 132.16 47.28 139.16 47.28 139.16 53.28 132.16 53.28 ML +closepath C99 fill + newpath +132.16 47.28 132.16 41.28 139.16 41.28 139.16 47.28 132.16 47.28 ML +closepath C99 fill + newpath +132.16 41.28 132.16 35.28 139.16 35.28 139.16 41.28 132.16 41.28 ML +closepath C99 fill + newpath +132.16 35.28 132.16 29.28 139.16 29.28 139.16 35.28 132.16 35.28 ML +closepath C99 fill + newpath +132.16 29.28 132.16 23.28 139.16 23.28 139.16 29.28 132.16 29.28 ML +closepath C99 fill + newpath +132.16 23.28 132.16 17.28 139.16 17.28 139.16 23.28 132.16 23.28 ML +closepath C99 fill + newpath +132.16 17.28 132.16 11.28 139.16 11.28 139.16 17.28 132.16 17.28 ML +closepath C99 fill + newpath +132.16 11.28 132.16 5.28 139.16 5.28 139.16 11.28 132.16 11.28 ML +closepath C99 fill + newpath +132.16 5.28 132.16 -0.72 139.16 -0.72 139.16 5.28 132.16 5.28 ML +closepath C99 fill + newpath +125.16 71.28 125.16 65.28 132.16 65.28 132.16 71.28 125.16 71.28 ML +closepath C99 fill + newpath +125.16 65.28 125.16 59.28 132.16 59.28 132.16 65.28 125.16 65.28 ML +closepath C99 fill + newpath +125.16 59.28 125.16 53.28 132.16 53.28 132.16 59.28 125.16 59.28 ML +closepath C99 fill + newpath +125.16 53.28 125.16 47.28 132.16 47.28 132.16 53.28 125.16 53.28 ML +closepath C99 fill + newpath +125.16 47.28 125.16 41.28 132.16 41.28 132.16 47.28 125.16 47.28 ML +closepath C99 fill + newpath +125.16 41.28 125.16 35.28 132.16 35.28 132.16 41.28 125.16 41.28 ML +closepath C99 fill + newpath +125.16 35.28 125.16 29.28 132.16 29.28 132.16 35.28 125.16 35.28 ML +closepath C99 fill + newpath +125.16 29.28 125.16 23.28 132.16 23.28 132.16 29.28 125.16 29.28 ML +closepath C99 fill + newpath +125.16 23.28 125.16 17.28 132.16 17.28 132.16 23.28 125.16 23.28 ML +closepath C99 fill + newpath +125.16 17.28 125.16 11.28 132.16 11.28 132.16 17.28 125.16 17.28 ML +closepath C99 fill + newpath +125.16 11.28 125.16 5.28 132.16 5.28 132.16 11.28 125.16 11.28 ML +closepath C99 fill + newpath +125.16 5.28 125.16 -0.72 132.16 -0.72 132.16 5.28 125.16 5.28 ML +closepath C99 fill + newpath +118.16 71.28 118.16 65.28 125.16 65.28 125.16 71.28 118.16 71.28 ML +closepath C99 fill + newpath +118.16 65.28 118.16 59.28 125.16 59.28 125.16 65.28 118.16 65.28 ML +closepath C99 fill + newpath +118.16 59.28 118.16 53.28 125.16 53.28 125.16 59.28 118.16 59.28 ML +closepath C99 fill + newpath +118.16 53.28 118.16 47.28 125.16 47.28 125.16 53.28 118.16 53.28 ML +closepath C99 fill + newpath +118.16 47.28 118.16 41.28 125.16 41.28 125.16 47.28 118.16 47.28 ML +closepath C99 fill + newpath +118.16 41.28 118.16 35.28 125.16 35.28 125.16 41.28 118.16 41.28 ML +closepath C99 fill + newpath +118.16 35.28 118.16 29.28 125.16 29.28 125.16 35.28 118.16 35.28 ML +closepath C99 fill + newpath +118.16 29.28 118.16 23.28 125.16 23.28 125.16 29.28 118.16 29.28 ML +closepath C99 fill + newpath +118.16 23.28 118.16 17.28 125.16 17.28 125.16 23.28 118.16 23.28 ML +closepath C99 fill + newpath +118.16 17.28 118.16 11.28 125.16 11.28 125.16 17.28 118.16 17.28 ML +closepath C99 fill + newpath +118.16 11.28 118.16 5.28 125.16 5.28 125.16 11.28 118.16 11.28 ML +closepath C99 fill + newpath +118.16 5.28 118.16 -0.72 125.16 -0.72 125.16 5.28 118.16 5.28 ML +closepath C99 fill + newpath +111.16 71.28 111.16 65.28 118.16 65.28 118.16 71.28 111.16 71.28 ML +closepath C99 fill + newpath +111.16 65.28 111.16 59.28 118.16 59.28 118.16 65.28 111.16 65.28 ML +closepath C99 fill + newpath +111.16 59.28 111.16 53.28 118.16 53.28 118.16 59.28 111.16 59.28 ML +closepath C99 fill + newpath +111.16 53.28 111.16 47.28 118.16 47.28 118.16 53.28 111.16 53.28 ML +closepath C99 fill + newpath +111.16 47.28 111.16 41.28 118.16 41.28 118.16 47.28 111.16 47.28 ML +closepath C99 fill + newpath +111.16 41.28 111.16 35.28 118.16 35.28 118.16 41.28 111.16 41.28 ML +closepath C99 fill + newpath +111.16 35.28 111.16 29.28 118.16 29.28 118.16 35.28 111.16 35.28 ML +closepath C99 fill + newpath +111.16 29.28 111.16 23.28 118.16 23.28 118.16 29.28 111.16 29.28 ML +closepath C99 fill + newpath +111.16 23.28 111.16 17.28 118.16 17.28 118.16 23.28 111.16 23.28 ML +closepath C99 fill + newpath +111.16 17.28 111.16 11.28 118.16 11.28 118.16 17.28 111.16 17.28 ML +closepath C99 fill + newpath +111.16 11.28 111.16 5.28 118.16 5.28 118.16 11.28 111.16 11.28 ML +closepath C99 fill + newpath +111.16 5.28 111.16 -0.72 118.16 -0.72 118.16 5.28 111.16 5.28 ML +closepath C99 fill + newpath +104.16 71.28 104.16 65.28 111.16 65.28 111.16 71.28 104.16 71.28 ML +closepath C99 fill + newpath +104.16 65.28 104.16 59.28 111.16 59.28 111.16 65.28 104.16 65.28 ML +closepath C99 fill + newpath +104.16 59.28 104.16 53.28 111.16 53.28 111.16 59.28 104.16 59.28 ML +closepath C99 fill + newpath +104.16 53.28 104.16 47.28 111.16 47.28 111.16 53.28 104.16 53.28 ML +closepath C99 fill + newpath +104.16 47.28 104.16 41.28 111.16 41.28 111.16 47.28 104.16 47.28 ML +closepath C99 fill + newpath +104.16 41.28 104.16 35.28 111.16 35.28 111.16 41.28 104.16 41.28 ML +closepath C99 fill + newpath +104.16 35.28 104.16 29.28 111.16 29.28 111.16 35.28 104.16 35.28 ML +closepath C99 fill + newpath +104.16 29.28 104.16 23.28 111.16 23.28 111.16 29.28 104.16 29.28 ML +closepath C99 fill + newpath +104.16 23.28 104.16 17.28 111.16 17.28 111.16 23.28 104.16 23.28 ML +closepath C99 fill + newpath +104.16 17.28 104.16 11.28 111.16 11.28 111.16 17.28 104.16 17.28 ML +closepath C99 fill + newpath +104.16 11.28 104.16 5.28 111.16 5.28 111.16 11.28 104.16 11.28 ML +closepath C99 fill + newpath +104.16 5.28 104.16 -0.72 111.16 -0.72 111.16 5.28 104.16 5.28 ML +closepath C99 fill + newpath +97.16 71.28 97.16 65.28 104.16 65.28 104.16 71.28 97.16 71.28 ML +closepath C99 fill + newpath +97.16 65.28 97.16 59.28 104.16 59.28 104.16 65.28 97.16 65.28 ML +closepath C99 fill + newpath +97.16 59.28 97.16 53.28 104.16 53.28 104.16 59.28 97.16 59.28 ML +closepath C99 fill + newpath +97.16 53.28 97.16 47.28 104.16 47.28 104.16 53.28 97.16 53.28 ML +closepath C99 fill + newpath +97.16 47.28 97.16 41.28 104.16 41.28 104.16 47.28 97.16 47.28 ML +closepath C99 fill + newpath +97.16 41.28 97.16 35.28 104.16 35.28 104.16 41.28 97.16 41.28 ML +closepath C99 fill + newpath +97.16 35.28 97.16 29.28 104.16 29.28 104.16 35.28 97.16 35.28 ML +closepath C99 fill + newpath +97.16 29.28 97.16 23.28 104.16 23.28 104.16 29.28 97.16 29.28 ML +closepath C99 fill + newpath +97.16 23.28 97.16 17.28 104.16 17.28 104.16 23.28 97.16 23.28 ML +closepath C99 fill + newpath +97.16 17.28 97.16 11.28 104.16 11.28 104.16 17.28 97.16 17.28 ML +closepath C99 fill + newpath +97.16 11.28 97.16 5.28 104.16 5.28 104.16 11.28 97.16 11.28 ML +closepath C99 fill + newpath +97.16 5.28 97.16 -0.72 104.16 -0.72 104.16 5.28 97.16 5.28 ML +closepath C99 fill + newpath +90.16 71.28 90.16 65.28 97.16 65.28 97.16 71.28 90.16 71.28 ML +closepath C99 fill + newpath +90.16 65.28 90.16 59.28 97.16 59.28 97.16 65.28 90.16 65.28 ML +closepath C99 fill + newpath +90.16 59.28 90.16 53.28 97.16 53.28 97.16 59.28 90.16 59.28 ML +closepath C99 fill + newpath +90.16 53.28 90.16 47.28 97.16 47.28 97.16 53.28 90.16 53.28 ML +closepath C99 fill + newpath +90.16 47.28 90.16 41.28 97.16 41.28 97.16 47.28 90.16 47.28 ML +closepath C99 fill + newpath +90.16 41.28 90.16 35.28 97.16 35.28 97.16 41.28 90.16 41.28 ML +closepath C99 fill + newpath +90.16 35.28 90.16 29.28 97.16 29.28 97.16 35.28 90.16 35.28 ML +closepath C99 fill + newpath +90.16 29.28 90.16 23.28 97.16 23.28 97.16 29.28 90.16 29.28 ML +closepath C99 fill + newpath +90.16 23.28 90.16 17.28 97.16 17.28 97.16 23.28 90.16 23.28 ML +closepath C99 fill + newpath +90.16 17.28 90.16 11.28 97.16 11.28 97.16 17.28 90.16 17.28 ML +closepath C99 fill + newpath +90.16 11.28 90.16 5.28 97.16 5.28 97.16 11.28 90.16 11.28 ML +closepath C99 fill + newpath +90.16 5.28 90.16 -0.72 97.16 -0.72 97.16 5.28 90.16 5.28 ML +closepath C99 fill + newpath +83.16 71.28 83.16 65.28 90.16 65.28 90.16 71.28 83.16 71.28 ML +closepath C99 fill + newpath +83.16 65.28 83.16 59.28 90.16 59.28 90.16 65.28 83.16 65.28 ML +closepath C99 fill + newpath +83.16 59.28 83.16 53.28 90.16 53.28 90.16 59.28 83.16 59.28 ML +closepath C99 fill + newpath +83.16 53.28 83.16 47.28 90.16 47.28 90.16 53.28 83.16 53.28 ML +closepath C99 fill + newpath +83.16 47.28 83.16 41.28 90.16 41.28 90.16 47.28 83.16 47.28 ML +closepath C99 fill + newpath +83.16 41.28 83.16 35.28 90.16 35.28 90.16 41.28 83.16 41.28 ML +closepath C99 fill + newpath +83.16 35.28 83.16 29.28 90.16 29.28 90.16 35.28 83.16 35.28 ML +closepath C99 fill + newpath +83.16 29.28 83.16 23.28 90.16 23.28 90.16 29.28 83.16 29.28 ML +closepath C99 fill + newpath +83.16 23.28 83.16 17.28 90.16 17.28 90.16 23.28 83.16 23.28 ML +closepath C99 fill + newpath +83.16 17.28 83.16 11.28 90.16 11.28 90.16 17.28 83.16 17.28 ML +closepath C99 fill + newpath +83.16 11.28 83.16 5.28 90.16 5.28 90.16 11.28 83.16 11.28 ML +closepath C99 fill + newpath +83.16 5.28 83.16 -0.72 90.16 -0.72 90.16 5.28 83.16 5.28 ML +closepath C99 fill + newpath +76.16 71.28 76.16 65.28 83.16 65.28 83.16 71.28 76.16 71.28 ML +closepath C99 fill + newpath +76.16 65.28 76.16 59.28 83.16 59.28 83.16 65.28 76.16 65.28 ML +closepath C99 fill + newpath +76.16 59.28 76.16 53.28 83.16 53.28 83.16 59.28 76.16 59.28 ML +closepath C99 fill + newpath +76.16 53.28 76.16 47.28 83.16 47.28 83.16 53.28 76.16 53.28 ML +closepath C99 fill + newpath +76.16 47.28 76.16 41.28 83.16 41.28 83.16 47.28 76.16 47.28 ML +closepath C99 fill + newpath +76.16 41.28 76.16 35.28 83.16 35.28 83.16 41.28 76.16 41.28 ML +closepath C99 fill + newpath +76.16 35.28 76.16 29.28 83.16 29.28 83.16 35.28 76.16 35.28 ML +closepath C99 fill + newpath +76.16 29.28 76.16 23.28 83.16 23.28 83.16 29.28 76.16 29.28 ML +closepath C99 fill + newpath +76.16 23.28 76.16 17.28 83.16 17.28 83.16 23.28 76.16 23.28 ML +closepath C99 fill + newpath +76.16 17.28 76.16 11.28 83.16 11.28 83.16 17.28 76.16 17.28 ML +closepath C99 fill + newpath +76.16 11.28 76.16 5.28 83.16 5.28 83.16 11.28 76.16 11.28 ML +closepath C99 fill + newpath +76.16 5.28 76.16 -0.72 83.16 -0.72 83.16 5.28 76.16 5.28 ML +closepath C99 fill + newpath +69.16 71.28 69.16 65.28 76.16 65.28 76.16 71.28 69.16 71.28 ML +closepath C99 fill + newpath +69.16 65.28 69.16 59.28 76.16 59.28 76.16 65.28 69.16 65.28 ML +closepath C99 fill + newpath +69.16 59.28 69.16 53.28 76.16 53.28 76.16 59.28 69.16 59.28 ML +closepath C99 fill + newpath +69.16 53.28 69.16 47.28 76.16 47.28 76.16 53.28 69.16 53.28 ML +closepath C99 fill + newpath +69.16 47.28 69.16 41.28 76.16 41.28 76.16 47.28 69.16 47.28 ML +closepath C99 fill + newpath +69.16 41.28 69.16 35.28 76.16 35.28 76.16 41.28 69.16 41.28 ML +closepath C99 fill + newpath +69.16 35.28 69.16 29.28 76.16 29.28 76.16 35.28 69.16 35.28 ML +closepath C99 fill + newpath +69.16 29.28 69.16 23.28 76.16 23.28 76.16 29.28 69.16 29.28 ML +closepath C99 fill + newpath +69.16 23.28 69.16 17.28 76.16 17.28 76.16 23.28 69.16 23.28 ML +closepath C99 fill + newpath +69.16 17.28 69.16 11.28 76.16 11.28 76.16 17.28 69.16 17.28 ML +closepath C99 fill + newpath +69.16 11.28 69.16 5.28 76.16 5.28 76.16 11.28 69.16 11.28 ML +closepath C99 fill + newpath +69.16 5.28 69.16 -0.72 76.16 -0.72 76.16 5.28 69.16 5.28 ML +closepath C99 fill + newpath +62.16 71.28 62.16 65.28 69.16 65.28 69.16 71.28 62.16 71.28 ML +closepath C99 fill + newpath +62.16 65.28 62.16 59.28 69.16 59.28 69.16 65.28 62.16 65.28 ML +closepath C99 fill + newpath +62.16 59.28 62.16 53.28 69.16 53.28 69.16 59.28 62.16 59.28 ML +closepath C99 fill + newpath +62.16 53.28 62.16 47.28 69.16 47.28 69.16 53.28 62.16 53.28 ML +closepath C99 fill + newpath +62.16 47.28 62.16 41.28 69.16 41.28 69.16 47.28 62.16 47.28 ML +closepath C99 fill + newpath +62.16 41.28 62.16 35.28 69.16 35.28 69.16 41.28 62.16 41.28 ML +closepath C99 fill + newpath +62.16 35.28 62.16 29.28 69.16 29.28 69.16 35.28 62.16 35.28 ML +closepath C99 fill + newpath +62.16 29.28 62.16 23.28 69.16 23.28 69.16 29.28 62.16 29.28 ML +closepath C99 fill + newpath +62.16 23.28 62.16 17.28 69.16 17.28 69.16 23.28 62.16 23.28 ML +closepath C99 fill + newpath +62.16 17.28 62.16 11.28 69.16 11.28 69.16 17.28 62.16 17.28 ML +closepath C99 fill + newpath +62.16 11.28 62.16 5.28 69.16 5.28 69.16 11.28 62.16 11.28 ML +closepath C99 fill + newpath +62.16 5.28 62.16 -0.72 69.16 -0.72 69.16 5.28 62.16 5.28 ML +closepath C99 fill + newpath +55.16 71.28 55.16 65.28 62.16 65.28 62.16 71.28 55.16 71.28 ML +closepath C99 fill + newpath +55.16 65.28 55.16 59.28 62.16 59.28 62.16 65.28 55.16 65.28 ML +closepath C99 fill + newpath +55.16 59.28 55.16 53.28 62.16 53.28 62.16 59.28 55.16 59.28 ML +closepath C99 fill + newpath +55.16 53.28 55.16 47.28 62.16 47.28 62.16 53.28 55.16 53.28 ML +closepath C99 fill + newpath +55.16 47.28 55.16 41.28 62.16 41.28 62.16 47.28 55.16 47.28 ML +closepath C99 fill + newpath +55.16 41.28 55.16 35.28 62.16 35.28 62.16 41.28 55.16 41.28 ML +closepath C99 fill + newpath +55.16 35.28 55.16 29.28 62.16 29.28 62.16 35.28 55.16 35.28 ML +closepath C99 fill + newpath +55.16 29.28 55.16 23.28 62.16 23.28 62.16 29.28 55.16 29.28 ML +closepath C99 fill + newpath +55.16 23.28 55.16 17.28 62.16 17.28 62.16 23.28 55.16 23.28 ML +closepath C99 fill + newpath +55.16 17.28 55.16 11.28 62.16 11.28 62.16 17.28 55.16 17.28 ML +closepath C99 fill + newpath +55.16 11.28 55.16 5.28 62.16 5.28 62.16 11.28 55.16 11.28 ML +closepath C99 fill + newpath +55.16 5.28 55.16 -0.72 62.16 -0.72 62.16 5.28 55.16 5.28 ML +closepath C99 fill + newpath +48.16 71.28 48.16 65.28 55.16 65.28 55.16 71.28 48.16 71.28 ML +closepath C99 fill + newpath +48.16 65.28 48.16 59.28 55.16 59.28 55.16 65.28 48.16 65.28 ML +closepath C99 fill + newpath +48.16 59.28 48.16 53.28 55.16 53.28 55.16 59.28 48.16 59.28 ML +closepath C99 fill + newpath +48.16 53.28 48.16 47.28 55.16 47.28 55.16 53.28 48.16 53.28 ML +closepath C99 fill + newpath +48.16 47.28 48.16 41.28 55.16 41.28 55.16 47.28 48.16 47.28 ML +closepath C99 fill + newpath +48.16 41.28 48.16 35.28 55.16 35.28 55.16 41.28 48.16 41.28 ML +closepath C99 fill + newpath +48.16 35.28 48.16 29.28 55.16 29.28 55.16 35.28 48.16 35.28 ML +closepath C99 fill + newpath +48.16 29.28 48.16 23.28 55.16 23.28 55.16 29.28 48.16 29.28 ML +closepath C99 fill + newpath +48.16 23.28 48.16 17.28 55.16 17.28 55.16 23.28 48.16 23.28 ML +closepath C99 fill + newpath +48.16 17.28 48.16 11.28 55.16 11.28 55.16 17.28 48.16 17.28 ML +closepath C99 fill + newpath +48.16 11.28 48.16 5.28 55.16 5.28 55.16 11.28 48.16 11.28 ML +closepath C99 fill + newpath +48.16 5.28 48.16 -0.72 55.16 -0.72 55.16 5.28 48.16 5.28 ML +closepath C99 fill + newpath +41.16 71.28 41.16 65.28 48.16 65.28 48.16 71.28 41.16 71.28 ML +closepath C99 fill + newpath +41.16 65.28 41.16 59.28 48.16 59.28 48.16 65.28 41.16 65.28 ML +closepath C99 fill + newpath +41.16 59.28 41.16 53.28 48.16 53.28 48.16 59.28 41.16 59.28 ML +closepath C99 fill + newpath +41.16 53.28 41.16 47.28 48.16 47.28 48.16 53.28 41.16 53.28 ML +closepath C99 fill + newpath +41.16 47.28 41.16 41.28 48.16 41.28 48.16 47.28 41.16 47.28 ML +closepath C99 fill + newpath +41.16 41.28 41.16 35.28 48.16 35.28 48.16 41.28 41.16 41.28 ML +closepath C99 fill + newpath +41.16 35.28 41.16 29.28 48.16 29.28 48.16 35.28 41.16 35.28 ML +closepath C99 fill + newpath +41.16 29.28 41.16 23.28 48.16 23.28 48.16 29.28 41.16 29.28 ML +closepath C99 fill + newpath +41.16 23.28 41.16 17.28 48.16 17.28 48.16 23.28 41.16 23.28 ML +closepath C99 fill + newpath +41.16 17.28 41.16 11.28 48.16 11.28 48.16 17.28 41.16 17.28 ML +closepath C99 fill + newpath +41.16 11.28 41.16 5.28 48.16 5.28 48.16 11.28 41.16 11.28 ML +closepath C99 fill + newpath +41.16 5.28 41.16 -0.72 48.16 -0.72 48.16 5.28 41.16 5.28 ML +closepath C99 fill +C100 + 433.16 71.28 433.16 65.28 L + C100 + 440.16 71.28 440.16 65.28 L + C100 + 433.16 71.28 440.16 71.28 L + C100 + 433.16 65.28 433.16 59.28 L + C100 + 440.16 65.28 440.16 59.28 L + C100 + 433.16 59.28 433.16 53.28 L + C100 + 440.16 59.28 440.16 53.28 L + C100 + 433.16 53.28 433.16 47.28 L + C100 + 440.16 53.28 440.16 47.28 L + C100 + 433.16 47.28 433.16 41.28 L + C100 + 440.16 47.28 440.16 41.28 L + C100 + 433.16 41.28 433.16 35.28 L + C100 + 440.16 41.28 440.16 35.28 L + C100 + 433.16 35.28 433.16 29.28 L + C100 + 440.16 35.28 440.16 29.28 L + C100 + 433.16 29.28 433.16 23.28 L + C100 + 440.16 29.28 440.16 23.28 L + C100 + 433.16 23.28 440.16 23.28 L + C100 + 419.16 71.28 419.16 65.28 L + C100 + 426.16 71.28 426.16 65.28 L + C100 + 419.16 71.28 426.16 71.28 L + C100 + 419.16 65.28 419.16 59.28 L + C100 + 426.16 65.28 426.16 59.28 L + C100 + 419.16 59.28 419.16 53.28 L + C100 + 426.16 59.28 426.16 53.28 L + C100 + 419.16 53.28 419.16 47.28 L + C100 + 426.16 53.28 426.16 47.28 L + C100 + 419.16 47.28 419.16 41.28 L + C100 + 426.16 47.28 426.16 41.28 L + C100 + 419.16 41.28 419.16 35.28 L + C100 + 426.16 41.28 426.16 35.28 L + C100 + 419.16 35.28 419.16 29.28 L + C100 + 426.16 35.28 426.16 29.28 L + C100 + 419.16 29.28 419.16 23.28 L + C100 + 426.16 29.28 426.16 23.28 L + C100 + 419.16 23.28 426.16 23.28 L + C100 + 398.16 71.28 398.16 65.28 L + C100 + 405.16 71.28 405.16 65.28 L + C100 + 398.16 71.28 405.16 71.28 L + C100 + 398.16 65.28 398.16 59.28 L + C100 + 405.16 65.28 405.16 59.28 L + C100 + 398.16 59.28 398.16 53.28 L + C100 + 405.16 59.28 405.16 53.28 L + C100 + 398.16 53.28 398.16 47.28 L + C100 + 405.16 53.28 405.16 47.28 L + C100 + 398.16 47.28 398.16 41.28 L + C100 + 405.16 47.28 405.16 41.28 L + C100 + 398.16 41.28 398.16 35.28 L + C100 + 405.16 41.28 405.16 35.28 L + C100 + 398.16 35.28 398.16 29.28 L + C100 + 405.16 35.28 405.16 29.28 L + C100 + 398.16 29.28 398.16 23.28 L + C100 + 405.16 29.28 405.16 23.28 L + C100 + 398.16 23.28 405.16 23.28 L + C100 + 0 0 moveto ( ) show +C100 + 0 6 moveto ( ) show +C100 + 0 12 moveto ( ) show +C100 + 0 18 moveto ( ) show +C100 + 0 24 moveto (IPNS) show +C100 + 0 30 moveto (DAOC/DACS ) show +C100 + 0 36 moveto (DAOCS) show +C100 + 0 42 moveto (GC20) show +C100 + 0 48 moveto (FOLS) show +C100 + 0 54 moveto (H6H ) show +C100 + 0 60 moveto (F3OH) show +C100 + 0 66 moveto (ACCO) show +F5 + C100 + 420 6 moveto (b1) show +F0 + C11 + 413.00 13.35 420.00 13.35 420.00 16.05 413.00 16.05 413.00 13.35 ML +stroke +413.00 13.35 420.00 13.35 420.00 16.05 413.00 16.05 413.00 13.35 ML +closepath + C11 + fill +C100 + C11 + 420.00 13.35 427.00 13.35 427.00 16.05 420.00 16.05 420.00 13.35 ML +stroke +420.00 13.35 427.00 13.35 427.00 16.05 420.00 16.05 420.00 13.35 ML +closepath + C11 + fill +C100 + C11 + 427.00 12.00 moveto +431.90 14.70 lineto +427.00 17.40 lineto +427.00 12.00 lineto +stroke +427.00 12.00 moveto +431.90 14.70 lineto +427.00 17.40 lineto +427.00 12.00 lineto +closepath + C11 + fill +C100 + C11 + 458.50 12.00 moveto +458.50 17.40 lineto +462.00 17.40 lineto +462.00 12.00 lineto +458.50 12.00 lineto +stroke +458.50 12.00 moveto +458.50 17.40 lineto +462.00 17.40 lineto +462.00 12.00 lineto +458.50 12.00 lineto +closepath + C11 + fill +newpath +458.50 12.00 moveto +456.40 12.00 456.40 17.40 458.50 17.40 curveto +460.60 17.40 460.60 12.00 458.50 12.00 curveto +closepath + C99 + fill +458.50 14.43 moveto +458.50 14.97 lineto +455.00 14.97 lineto +455.00 14.43 lineto +458.50 14.43 lineto +stroke +458.50 14.43 moveto +458.50 14.97 lineto +455.00 14.97 lineto +455.00 14.43 lineto +458.50 14.43 lineto +closepath + C11 + fill +newpath +458.50 12.00 moveto +456.40 12.00 456.40 17.40 458.50 17.40 curveto +460.60 17.40 460.60 12.00 458.50 12.00 curveto +stroke +C100 + 406 18 moveto (10) show +(M) 343 24 P +(G) 350 24 P +(S) 357 24 P +(V) 364 24 P +(S) 371 24 P +(K) 378 24 P +(A) 385 24 P +(N) 392 24 P +(V) 399 24 P +(P) 406 24 P +(K) 413 24 P +(I) 420 24 P +(D) 427 24 P +(V) 434 24 P +(S) 455 24 P +(T) 378 30 P +(S) 385 30 P +(K) 392 30 P +(V) 399 30 P +(P) 406 30 P +(V) 413 30 P +(F) 420 30 P +(R) 427 30 P +(L) 434 30 P +(D) 455 30 P +(D) 378 36 P +(T) 385 36 P +(T) 392 36 P +(V) 399 36 P +(P) 406 36 P +(T) 413 36 P +(F) 420 36 P +(S) 427 36 P +(L) 434 36 P +(A) 455 36 P +(M) 42 42 P +(A) 49 42 P +(L) 56 42 P +(N) 63 42 P +(G) 70 42 P +(K) 77 42 P +(V) 84 42 P +(A) 91 42 P +(T) 98 42 P +(E) 105 42 P +(S) 112 42 P +(A) 119 42 P +(P) 126 42 P +(S) 133 42 P +(N) 140 42 P +(L) 147 42 P +(N) 154 42 P +(E) 161 42 P +(E) 168 42 P +(M) 175 42 P +(K) 182 42 P +(G) 189 42 P +(E) 196 42 P +(Y) 203 42 P +(R) 210 42 P +(P) 217 42 P +(P) 224 42 P +(F) 231 42 P +(G) 238 42 P +(G) 245 42 P +(S) 252 42 P +(D) 259 42 P +(E) 266 42 P +(S) 273 42 P +(K) 280 42 P +(V) 287 42 P +(P) 294 42 P +(E) 301 42 P +(D) 308 42 P +(F) 315 42 P +(I) 322 42 P +(W) 329 42 P +(S) 336 42 P +(E) 343 42 P +(K) 350 42 P +(F) 357 42 P +(E) 364 42 P +(A) 371 42 P +(S) 378 42 P +(E) 385 42 P +(L) 392 42 P +(L) 399 42 P +(P) 406 42 P +(V) 413 42 P +(L) 420 42 P +(D) 427 42 P +(V) 434 42 P +(P) 441 42 P +(T) 448 42 P +(I) 455 42 P +(M) 70 48 P +(K) 77 48 P +(T) 84 48 P +(A) 91 48 P +(Q) 98 48 P +(G) 105 48 P +(V) 112 48 P +(S) 119 48 P +(A) 126 48 P +(T) 133 48 P +(L) 140 48 P +(T) 147 48 P +(M) 154 48 P +(E) 161 48 P +(V) 168 48 P +(A) 175 48 P +(R) 182 48 P +(V) 189 48 P +(Q) 196 48 P +(A) 203 48 P +(I) 210 48 P +(A) 217 48 P +(S) 224 48 P +(L) 231 48 P +(S) 238 48 P +(K) 245 48 P +(C) 252 48 P +(M) 259 48 P +(D) 266 48 P +(T) 273 48 P +(I) 280 48 P +(P) 287 48 P +(S) 294 48 P +(E) 301 48 P +(Y) 308 48 P +(I) 315 48 P +(R) 322 48 P +(S) 329 48 P +(E) 336 48 P +(N) 343 48 P +(E) 350 48 P +(Q) 357 48 P +(P) 364 48 P +(A) 371 48 P +(A) 378 48 P +(T) 385 48 P +(T) 392 48 P +(L) 399 48 P +(H) 406 48 P +(G) 413 48 P +(V) 420 48 P +(V) 427 48 P +(L) 434 48 P +(Q) 448 48 P +(V) 455 48 P +(A) 168 54 P +(T) 175 54 P +(F) 182 54 P +(V) 189 54 P +(S) 196 54 P +(N) 203 54 P +(W) 210 54 P +(S) 217 54 P +(T) 224 54 P +(K) 231 54 P +(S) 238 54 P +(V) 245 54 P +(S) 252 54 P +(E) 259 54 P +(S) 266 54 P +(F) 273 54 P +(I) 280 54 P +(A) 287 54 P +(P) 294 54 P +(L) 301 54 P +(Q) 308 54 P +(K) 315 54 P +(R) 322 54 P +(A) 329 54 P +(E) 336 54 P +(K) 343 54 P +(D) 350 54 P +(V) 357 54 P +(P) 364 54 P +(V) 371 54 P +(G) 378 54 P +(N) 385 54 P +(D) 392 54 P +(V) 399 54 P +(P) 406 54 P +(I) 413 54 P +(I) 420 54 P +(D) 427 54 P +(L) 434 54 P +(Q) 455 54 P +(M) 91 60 P +(A) 98 60 P +(P) 105 60 P +(V) 112 60 P +(S) 119 60 P +(I) 126 60 P +(S) 133 60 P +(A) 140 60 P +(V) 147 60 P +(P) 154 60 P +(F) 161 60 P +(L) 168 60 P +(P) 175 60 P +(T) 182 60 P +(A) 189 60 P +(A) 196 60 P +(E) 203 60 P +(G) 210 60 P +(E) 217 60 P +(T) 224 60 P +(N) 231 60 P +(V) 238 60 P +(R) 245 60 P +(A) 252 60 P +(S) 259 60 P +(F) 266 60 P +(V) 273 60 P +(R) 280 60 P +(E) 287 60 P +(E) 294 60 P +(D) 301 60 P +(E) 308 60 P +(R) 315 60 P +(P) 322 60 P +(K) 329 60 P +(V) 336 60 P +(P) 343 60 P +(H) 350 60 P +(D) 357 60 P +(R) 364 60 P +(F) 371 60 P +(S) 378 60 P +(D) 385 60 P +(E) 392 60 P +(V) 399 60 P +(P) 406 60 P +(V) 413 60 P +(V) 420 60 P +(S) 427 60 P +(L) 434 60 P +(E) 455 60 P +(M) 378 66 P +(E) 385 66 P +(N) 392 66 P +(F) 399 66 P +(P) 406 66 P +(I) 413 66 P +(I) 420 66 P +(N) 427 66 P +(L) 434 66 P +(E) 455 66 P +0 -672 translate +0 588 translate +2 setlinecap + 0.33 setlinewidth + newpath +454.16 71.28 454.16 65.28 461.16 65.28 461.16 71.28 454.16 71.28 ML +closepath C99 fill + newpath +454.16 65.28 454.16 59.28 461.16 59.28 461.16 65.28 454.16 65.28 ML +closepath C99 fill + newpath +454.16 59.28 454.16 53.28 461.16 53.28 461.16 59.28 454.16 59.28 ML +closepath C99 fill + newpath +454.16 53.28 454.16 47.28 461.16 47.28 461.16 53.28 454.16 53.28 ML +closepath C99 fill + newpath +454.16 47.28 454.16 41.28 461.16 41.28 461.16 47.28 454.16 47.28 ML +closepath C99 fill + newpath +454.16 41.28 454.16 35.28 461.16 35.28 461.16 41.28 454.16 41.28 ML +closepath C99 fill + newpath +454.16 35.28 454.16 29.28 461.16 29.28 461.16 35.28 454.16 35.28 ML +closepath C99 fill + newpath +454.16 29.28 454.16 23.28 461.16 23.28 461.16 29.28 454.16 29.28 ML +closepath C99 fill + newpath +454.16 23.28 454.16 17.28 461.16 17.28 461.16 23.28 454.16 23.28 ML +closepath C99 fill + newpath +454.16 17.28 454.16 11.28 461.16 11.28 461.16 17.28 454.16 17.28 ML +closepath C99 fill + newpath +454.16 11.28 454.16 5.28 461.16 5.28 461.16 11.28 454.16 11.28 ML +closepath C99 fill + newpath +454.16 5.28 454.16 -0.72 461.16 -0.72 461.16 5.28 454.16 5.28 ML +closepath C99 fill + newpath +447.16 71.28 447.16 65.28 454.16 65.28 454.16 71.28 447.16 71.28 ML +closepath C99 fill + newpath +447.16 65.28 447.16 59.28 454.16 59.28 454.16 65.28 447.16 65.28 ML +closepath C99 fill + newpath +447.16 59.28 447.16 53.28 454.16 53.28 454.16 59.28 447.16 59.28 ML +closepath C99 fill + newpath +447.16 53.28 447.16 47.28 454.16 47.28 454.16 53.28 447.16 53.28 ML +closepath C99 fill + newpath +447.16 47.28 447.16 41.28 454.16 41.28 454.16 47.28 447.16 47.28 ML +closepath C99 fill + newpath +447.16 41.28 447.16 35.28 454.16 35.28 454.16 41.28 447.16 41.28 ML +closepath C99 fill + newpath +447.16 35.28 447.16 29.28 454.16 29.28 454.16 35.28 447.16 35.28 ML +closepath C99 fill + newpath +447.16 29.28 447.16 23.28 454.16 23.28 454.16 29.28 447.16 29.28 ML +closepath C99 fill + newpath +447.16 23.28 447.16 17.28 454.16 17.28 454.16 23.28 447.16 23.28 ML +closepath C99 fill + newpath +447.16 17.28 447.16 11.28 454.16 11.28 454.16 17.28 447.16 17.28 ML +closepath C99 fill + newpath +447.16 11.28 447.16 5.28 454.16 5.28 454.16 11.28 447.16 11.28 ML +closepath C99 fill + newpath +447.16 5.28 447.16 -0.72 454.16 -0.72 454.16 5.28 447.16 5.28 ML +closepath C99 fill + newpath +440.16 71.28 440.16 65.28 447.16 65.28 447.16 71.28 440.16 71.28 ML +closepath C99 fill + newpath +440.16 65.28 440.16 59.28 447.16 59.28 447.16 65.28 440.16 65.28 ML +closepath C99 fill + newpath +440.16 59.28 440.16 53.28 447.16 53.28 447.16 59.28 440.16 59.28 ML +closepath C99 fill + newpath +440.16 53.28 440.16 47.28 447.16 47.28 447.16 53.28 440.16 53.28 ML +closepath C99 fill + newpath +440.16 47.28 440.16 41.28 447.16 41.28 447.16 47.28 440.16 47.28 ML +closepath C99 fill + newpath +440.16 41.28 440.16 35.28 447.16 35.28 447.16 41.28 440.16 41.28 ML +closepath C99 fill + newpath +440.16 35.28 440.16 29.28 447.16 29.28 447.16 35.28 440.16 35.28 ML +closepath C99 fill + newpath +440.16 29.28 440.16 23.28 447.16 23.28 447.16 29.28 440.16 29.28 ML +closepath C99 fill + newpath +440.16 23.28 440.16 17.28 447.16 17.28 447.16 23.28 440.16 23.28 ML +closepath C99 fill + newpath +440.16 17.28 440.16 11.28 447.16 11.28 447.16 17.28 440.16 17.28 ML +closepath C99 fill + newpath +440.16 11.28 440.16 5.28 447.16 5.28 447.16 11.28 440.16 11.28 ML +closepath C99 fill + newpath +440.16 5.28 440.16 -0.72 447.16 -0.72 447.16 5.28 440.16 5.28 ML +closepath C99 fill + newpath +433.16 71.28 433.16 65.28 440.16 65.28 440.16 71.28 433.16 71.28 ML +closepath C99 fill + newpath +433.16 65.28 433.16 59.28 440.16 59.28 440.16 65.28 433.16 65.28 ML +closepath C99 fill + newpath +433.16 59.28 433.16 53.28 440.16 53.28 440.16 59.28 433.16 59.28 ML +closepath C99 fill + newpath +433.16 53.28 433.16 47.28 440.16 47.28 440.16 53.28 433.16 53.28 ML +closepath C99 fill + newpath +433.16 47.28 433.16 41.28 440.16 41.28 440.16 47.28 433.16 47.28 ML +closepath C99 fill + newpath +433.16 41.28 433.16 35.28 440.16 35.28 440.16 41.28 433.16 41.28 ML +closepath C99 fill + newpath +433.16 35.28 433.16 29.28 440.16 29.28 440.16 35.28 433.16 35.28 ML +closepath C99 fill + newpath +433.16 29.28 433.16 23.28 440.16 23.28 440.16 29.28 433.16 29.28 ML +closepath C99 fill + newpath +433.16 23.28 433.16 17.28 440.16 17.28 440.16 23.28 433.16 23.28 ML +closepath C99 fill + newpath +433.16 17.28 433.16 11.28 440.16 11.28 440.16 17.28 433.16 17.28 ML +closepath C99 fill + newpath +433.16 11.28 433.16 5.28 440.16 5.28 440.16 11.28 433.16 11.28 ML +closepath C99 fill + newpath +433.16 5.28 433.16 -0.72 440.16 -0.72 440.16 5.28 433.16 5.28 ML +closepath C99 fill + newpath +426.16 71.28 426.16 65.28 433.16 65.28 433.16 71.28 426.16 71.28 ML +closepath C99 fill + newpath +426.16 65.28 426.16 59.28 433.16 59.28 433.16 65.28 426.16 65.28 ML +closepath C99 fill + newpath +426.16 59.28 426.16 53.28 433.16 53.28 433.16 59.28 426.16 59.28 ML +closepath C99 fill + newpath +426.16 53.28 426.16 47.28 433.16 47.28 433.16 53.28 426.16 53.28 ML +closepath C99 fill + newpath +426.16 47.28 426.16 41.28 433.16 41.28 433.16 47.28 426.16 47.28 ML +closepath C99 fill + newpath +426.16 41.28 426.16 35.28 433.16 35.28 433.16 41.28 426.16 41.28 ML +closepath C99 fill + newpath +426.16 35.28 426.16 29.28 433.16 29.28 433.16 35.28 426.16 35.28 ML +closepath C99 fill + newpath +426.16 29.28 426.16 23.28 433.16 23.28 433.16 29.28 426.16 29.28 ML +closepath C99 fill + newpath +426.16 23.28 426.16 17.28 433.16 17.28 433.16 23.28 426.16 23.28 ML +closepath C99 fill + newpath +426.16 17.28 426.16 11.28 433.16 11.28 433.16 17.28 426.16 17.28 ML +closepath C99 fill + newpath +426.16 11.28 426.16 5.28 433.16 5.28 433.16 11.28 426.16 11.28 ML +closepath C99 fill + newpath +426.16 5.28 426.16 -0.72 433.16 -0.72 433.16 5.28 426.16 5.28 ML +closepath C99 fill + newpath +419.16 71.28 419.16 65.28 426.16 65.28 426.16 71.28 419.16 71.28 ML +closepath C99 fill + newpath +419.16 65.28 419.16 59.28 426.16 59.28 426.16 65.28 419.16 65.28 ML +closepath C99 fill + newpath +419.16 59.28 419.16 53.28 426.16 53.28 426.16 59.28 419.16 59.28 ML +closepath C99 fill + newpath +419.16 53.28 419.16 47.28 426.16 47.28 426.16 53.28 419.16 53.28 ML +closepath C99 fill + newpath +419.16 47.28 419.16 41.28 426.16 41.28 426.16 47.28 419.16 47.28 ML +closepath C99 fill + newpath +419.16 41.28 419.16 35.28 426.16 35.28 426.16 41.28 419.16 41.28 ML +closepath C99 fill + newpath +419.16 35.28 419.16 29.28 426.16 29.28 426.16 35.28 419.16 35.28 ML +closepath C99 fill + newpath +419.16 29.28 419.16 23.28 426.16 23.28 426.16 29.28 419.16 29.28 ML +closepath C99 fill + newpath +419.16 23.28 419.16 17.28 426.16 17.28 426.16 23.28 419.16 23.28 ML +closepath C99 fill + newpath +419.16 17.28 419.16 11.28 426.16 11.28 426.16 17.28 419.16 17.28 ML +closepath C99 fill + newpath +419.16 11.28 419.16 5.28 426.16 5.28 426.16 11.28 419.16 11.28 ML +closepath C99 fill + newpath +419.16 5.28 419.16 -0.72 426.16 -0.72 426.16 5.28 419.16 5.28 ML +closepath C99 fill + newpath +412.16 71.28 412.16 65.28 419.16 65.28 419.16 71.28 412.16 71.28 ML +closepath C2 fill + newpath +412.16 65.28 412.16 59.28 419.16 59.28 419.16 65.28 412.16 65.28 ML +closepath C2 fill + newpath +412.16 59.28 412.16 53.28 419.16 53.28 419.16 59.28 412.16 59.28 ML +closepath C2 fill + newpath +412.16 53.28 412.16 47.28 419.16 47.28 419.16 53.28 412.16 53.28 ML +closepath C2 fill + newpath +412.16 47.28 412.16 41.28 419.16 41.28 419.16 47.28 412.16 47.28 ML +closepath C2 fill + newpath +412.16 41.28 412.16 35.28 419.16 35.28 419.16 41.28 412.16 41.28 ML +closepath C2 fill + newpath +412.16 35.28 412.16 29.28 419.16 29.28 419.16 35.28 412.16 35.28 ML +closepath C2 fill + newpath +412.16 29.28 412.16 23.28 419.16 23.28 419.16 29.28 412.16 29.28 ML +closepath C2 fill + newpath +412.16 23.28 412.16 17.28 419.16 17.28 419.16 23.28 412.16 23.28 ML +closepath C99 fill + newpath +412.16 17.28 412.16 11.28 419.16 11.28 419.16 17.28 412.16 17.28 ML +closepath C99 fill + newpath +412.16 11.28 412.16 5.28 419.16 5.28 419.16 11.28 412.16 11.28 ML +closepath C99 fill + newpath +412.16 5.28 412.16 -0.72 419.16 -0.72 419.16 5.28 412.16 5.28 ML +closepath C99 fill + newpath +405.16 71.28 405.16 65.28 412.16 65.28 412.16 71.28 405.16 71.28 ML +closepath C99 fill + newpath +405.16 65.28 405.16 59.28 412.16 59.28 412.16 65.28 405.16 65.28 ML +closepath C99 fill + newpath +405.16 59.28 405.16 53.28 412.16 53.28 412.16 59.28 405.16 59.28 ML +closepath C99 fill + newpath +405.16 53.28 405.16 47.28 412.16 47.28 412.16 53.28 405.16 53.28 ML +closepath C99 fill + newpath +405.16 47.28 405.16 41.28 412.16 41.28 412.16 47.28 405.16 47.28 ML +closepath C99 fill + newpath +405.16 41.28 405.16 35.28 412.16 35.28 412.16 41.28 405.16 41.28 ML +closepath C99 fill + newpath +405.16 35.28 405.16 29.28 412.16 29.28 412.16 35.28 405.16 35.28 ML +closepath C99 fill + newpath +405.16 29.28 405.16 23.28 412.16 23.28 412.16 29.28 405.16 29.28 ML +closepath C99 fill + newpath +405.16 23.28 405.16 17.28 412.16 17.28 412.16 23.28 405.16 23.28 ML +closepath C99 fill + newpath +405.16 17.28 405.16 11.28 412.16 11.28 412.16 17.28 405.16 17.28 ML +closepath C99 fill + newpath +405.16 11.28 405.16 5.28 412.16 5.28 412.16 11.28 405.16 11.28 ML +closepath C99 fill + newpath +405.16 5.28 405.16 -0.72 412.16 -0.72 412.16 5.28 405.16 5.28 ML +closepath C99 fill + newpath +398.16 71.28 398.16 65.28 405.16 65.28 405.16 71.28 398.16 71.28 ML +closepath C99 fill + newpath +398.16 65.28 398.16 59.28 405.16 59.28 405.16 65.28 398.16 65.28 ML +closepath C99 fill + newpath +398.16 59.28 398.16 53.28 405.16 53.28 405.16 59.28 398.16 59.28 ML +closepath C99 fill + newpath +398.16 53.28 398.16 47.28 405.16 47.28 405.16 53.28 398.16 53.28 ML +closepath C99 fill + newpath +398.16 47.28 398.16 41.28 405.16 41.28 405.16 47.28 398.16 47.28 ML +closepath C99 fill + newpath +398.16 41.28 398.16 35.28 405.16 35.28 405.16 41.28 398.16 41.28 ML +closepath C99 fill + newpath +398.16 35.28 398.16 29.28 405.16 29.28 405.16 35.28 398.16 35.28 ML +closepath C99 fill + newpath +398.16 29.28 398.16 23.28 405.16 23.28 405.16 29.28 398.16 29.28 ML +closepath C99 fill + newpath +398.16 23.28 398.16 17.28 405.16 17.28 405.16 23.28 398.16 23.28 ML +closepath C99 fill + newpath +398.16 17.28 398.16 11.28 405.16 11.28 405.16 17.28 398.16 17.28 ML +closepath C99 fill + newpath +398.16 11.28 398.16 5.28 405.16 5.28 405.16 11.28 398.16 11.28 ML +closepath C99 fill + newpath +398.16 5.28 398.16 -0.72 405.16 -0.72 405.16 5.28 398.16 5.28 ML +closepath C99 fill + newpath +391.16 71.28 391.16 65.28 398.16 65.28 398.16 71.28 391.16 71.28 ML +closepath C99 fill + newpath +391.16 65.28 391.16 59.28 398.16 59.28 398.16 65.28 391.16 65.28 ML +closepath C99 fill + newpath +391.16 59.28 391.16 53.28 398.16 53.28 398.16 59.28 391.16 59.28 ML +closepath C99 fill + newpath +391.16 53.28 391.16 47.28 398.16 47.28 398.16 53.28 391.16 53.28 ML +closepath C99 fill + newpath +391.16 47.28 391.16 41.28 398.16 41.28 398.16 47.28 391.16 47.28 ML +closepath C99 fill + newpath +391.16 41.28 391.16 35.28 398.16 35.28 398.16 41.28 391.16 41.28 ML +closepath C99 fill + newpath +391.16 35.28 391.16 29.28 398.16 29.28 398.16 35.28 391.16 35.28 ML +closepath C99 fill + newpath +391.16 29.28 391.16 23.28 398.16 23.28 398.16 29.28 391.16 29.28 ML +closepath C99 fill + newpath +391.16 23.28 391.16 17.28 398.16 17.28 398.16 23.28 391.16 23.28 ML +closepath C99 fill + newpath +391.16 17.28 391.16 11.28 398.16 11.28 398.16 17.28 391.16 17.28 ML +closepath C99 fill + newpath +391.16 11.28 391.16 5.28 398.16 5.28 398.16 11.28 391.16 11.28 ML +closepath C99 fill + newpath +391.16 5.28 391.16 -0.72 398.16 -0.72 398.16 5.28 391.16 5.28 ML +closepath C99 fill + newpath +384.16 71.28 384.16 65.28 391.16 65.28 391.16 71.28 384.16 71.28 ML +closepath C99 fill + newpath +384.16 65.28 384.16 59.28 391.16 59.28 391.16 65.28 384.16 65.28 ML +closepath C99 fill + newpath +384.16 59.28 384.16 53.28 391.16 53.28 391.16 59.28 384.16 59.28 ML +closepath C99 fill + newpath +384.16 53.28 384.16 47.28 391.16 47.28 391.16 53.28 384.16 53.28 ML +closepath C99 fill + newpath +384.16 47.28 384.16 41.28 391.16 41.28 391.16 47.28 384.16 47.28 ML +closepath C99 fill + newpath +384.16 41.28 384.16 35.28 391.16 35.28 391.16 41.28 384.16 41.28 ML +closepath C99 fill + newpath +384.16 35.28 384.16 29.28 391.16 29.28 391.16 35.28 384.16 35.28 ML +closepath C99 fill + newpath +384.16 29.28 384.16 23.28 391.16 23.28 391.16 29.28 384.16 29.28 ML +closepath C99 fill + newpath +384.16 23.28 384.16 17.28 391.16 17.28 391.16 23.28 384.16 23.28 ML +closepath C99 fill + newpath +384.16 17.28 384.16 11.28 391.16 11.28 391.16 17.28 384.16 17.28 ML +closepath C99 fill + newpath +384.16 11.28 384.16 5.28 391.16 5.28 391.16 11.28 384.16 11.28 ML +closepath C99 fill + newpath +384.16 5.28 384.16 -0.72 391.16 -0.72 391.16 5.28 384.16 5.28 ML +closepath C99 fill + newpath +377.16 71.28 377.16 65.28 384.16 65.28 384.16 71.28 377.16 71.28 ML +closepath C99 fill + newpath +377.16 65.28 377.16 59.28 384.16 59.28 384.16 65.28 377.16 65.28 ML +closepath C99 fill + newpath +377.16 59.28 377.16 53.28 384.16 53.28 384.16 59.28 377.16 59.28 ML +closepath C99 fill + newpath +377.16 53.28 377.16 47.28 384.16 47.28 384.16 53.28 377.16 53.28 ML +closepath C99 fill + newpath +377.16 47.28 377.16 41.28 384.16 41.28 384.16 47.28 377.16 47.28 ML +closepath C99 fill + newpath +377.16 41.28 377.16 35.28 384.16 35.28 384.16 41.28 377.16 41.28 ML +closepath C99 fill + newpath +377.16 35.28 377.16 29.28 384.16 29.28 384.16 35.28 377.16 35.28 ML +closepath C99 fill + newpath +377.16 29.28 377.16 23.28 384.16 23.28 384.16 29.28 377.16 29.28 ML +closepath C99 fill + newpath +377.16 23.28 377.16 17.28 384.16 17.28 384.16 23.28 377.16 23.28 ML +closepath C99 fill + newpath +377.16 17.28 377.16 11.28 384.16 11.28 384.16 17.28 377.16 17.28 ML +closepath C99 fill + newpath +377.16 11.28 377.16 5.28 384.16 5.28 384.16 11.28 377.16 11.28 ML +closepath C99 fill + newpath +377.16 5.28 377.16 -0.72 384.16 -0.72 384.16 5.28 377.16 5.28 ML +closepath C99 fill + newpath +370.16 71.28 370.16 65.28 377.16 65.28 377.16 71.28 370.16 71.28 ML +closepath C99 fill + newpath +370.16 65.28 370.16 59.28 377.16 59.28 377.16 65.28 370.16 65.28 ML +closepath C99 fill + newpath +370.16 59.28 370.16 53.28 377.16 53.28 377.16 59.28 370.16 59.28 ML +closepath C99 fill + newpath +370.16 53.28 370.16 47.28 377.16 47.28 377.16 53.28 370.16 53.28 ML +closepath C99 fill + newpath +370.16 47.28 370.16 41.28 377.16 41.28 377.16 47.28 370.16 47.28 ML +closepath C99 fill + newpath +370.16 41.28 370.16 35.28 377.16 35.28 377.16 41.28 370.16 41.28 ML +closepath C99 fill + newpath +370.16 35.28 370.16 29.28 377.16 29.28 377.16 35.28 370.16 35.28 ML +closepath C99 fill + newpath +370.16 29.28 370.16 23.28 377.16 23.28 377.16 29.28 370.16 29.28 ML +closepath C99 fill + newpath +370.16 23.28 370.16 17.28 377.16 17.28 377.16 23.28 370.16 23.28 ML +closepath C99 fill + newpath +370.16 17.28 370.16 11.28 377.16 11.28 377.16 17.28 370.16 17.28 ML +closepath C99 fill + newpath +370.16 11.28 370.16 5.28 377.16 5.28 377.16 11.28 370.16 11.28 ML +closepath C99 fill + newpath +370.16 5.28 370.16 -0.72 377.16 -0.72 377.16 5.28 370.16 5.28 ML +closepath C99 fill + newpath +363.16 71.28 363.16 65.28 370.16 65.28 370.16 71.28 363.16 71.28 ML +closepath C2 fill + newpath +363.16 65.28 363.16 59.28 370.16 59.28 370.16 65.28 363.16 65.28 ML +closepath C2 fill + newpath +363.16 59.28 363.16 53.28 370.16 53.28 370.16 59.28 363.16 59.28 ML +closepath C2 fill + newpath +363.16 53.28 363.16 47.28 370.16 47.28 370.16 53.28 363.16 53.28 ML +closepath C2 fill + newpath +363.16 47.28 363.16 41.28 370.16 41.28 370.16 47.28 363.16 47.28 ML +closepath C2 fill + newpath +363.16 41.28 363.16 35.28 370.16 35.28 370.16 41.28 363.16 41.28 ML +closepath C2 fill + newpath +363.16 35.28 363.16 29.28 370.16 29.28 370.16 35.28 363.16 35.28 ML +closepath C2 fill + newpath +363.16 29.28 363.16 23.28 370.16 23.28 370.16 29.28 363.16 29.28 ML +closepath C2 fill + newpath +363.16 23.28 363.16 17.28 370.16 17.28 370.16 23.28 363.16 23.28 ML +closepath C99 fill + newpath +363.16 17.28 363.16 11.28 370.16 11.28 370.16 17.28 363.16 17.28 ML +closepath C99 fill + newpath +363.16 11.28 363.16 5.28 370.16 5.28 370.16 11.28 363.16 11.28 ML +closepath C99 fill + newpath +363.16 5.28 363.16 -0.72 370.16 -0.72 370.16 5.28 363.16 5.28 ML +closepath C99 fill + newpath +356.16 71.28 356.16 65.28 363.16 65.28 363.16 71.28 356.16 71.28 ML +closepath C2 fill + newpath +356.16 65.28 356.16 59.28 363.16 59.28 363.16 65.28 356.16 65.28 ML +closepath C2 fill + newpath +356.16 59.28 356.16 53.28 363.16 53.28 363.16 59.28 356.16 59.28 ML +closepath C2 fill + newpath +356.16 53.28 356.16 47.28 363.16 47.28 363.16 53.28 356.16 53.28 ML +closepath C2 fill + newpath +356.16 47.28 356.16 41.28 363.16 41.28 363.16 47.28 356.16 47.28 ML +closepath C2 fill + newpath +356.16 41.28 356.16 35.28 363.16 35.28 363.16 41.28 356.16 41.28 ML +closepath C2 fill + newpath +356.16 35.28 356.16 29.28 363.16 29.28 363.16 35.28 356.16 35.28 ML +closepath C2 fill + newpath +356.16 29.28 356.16 23.28 363.16 23.28 363.16 29.28 356.16 29.28 ML +closepath C2 fill + newpath +356.16 23.28 356.16 17.28 363.16 17.28 363.16 23.28 356.16 23.28 ML +closepath C99 fill + newpath +356.16 17.28 356.16 11.28 363.16 11.28 363.16 17.28 356.16 17.28 ML +closepath C99 fill + newpath +356.16 11.28 356.16 5.28 363.16 5.28 363.16 11.28 356.16 11.28 ML +closepath C99 fill + newpath +356.16 5.28 356.16 -0.72 363.16 -0.72 363.16 5.28 356.16 5.28 ML +closepath C99 fill + newpath +349.16 71.28 349.16 65.28 356.16 65.28 356.16 71.28 349.16 71.28 ML +closepath C99 fill + newpath +349.16 65.28 349.16 59.28 356.16 59.28 356.16 65.28 349.16 65.28 ML +closepath C99 fill + newpath +349.16 59.28 349.16 53.28 356.16 53.28 356.16 59.28 349.16 59.28 ML +closepath C99 fill + newpath +349.16 53.28 349.16 47.28 356.16 47.28 356.16 53.28 349.16 53.28 ML +closepath C99 fill + newpath +349.16 47.28 349.16 41.28 356.16 41.28 356.16 47.28 349.16 47.28 ML +closepath C99 fill + newpath +349.16 41.28 349.16 35.28 356.16 35.28 356.16 41.28 349.16 41.28 ML +closepath C99 fill + newpath +349.16 35.28 349.16 29.28 356.16 29.28 356.16 35.28 349.16 35.28 ML +closepath C99 fill + newpath +349.16 29.28 349.16 23.28 356.16 23.28 356.16 29.28 349.16 29.28 ML +closepath C99 fill + newpath +349.16 23.28 349.16 17.28 356.16 17.28 356.16 23.28 349.16 23.28 ML +closepath C99 fill + newpath +349.16 17.28 349.16 11.28 356.16 11.28 356.16 17.28 349.16 17.28 ML +closepath C99 fill + newpath +349.16 11.28 349.16 5.28 356.16 5.28 356.16 11.28 349.16 11.28 ML +closepath C99 fill + newpath +349.16 5.28 349.16 -0.72 356.16 -0.72 356.16 5.28 349.16 5.28 ML +closepath C99 fill + newpath +342.16 71.28 342.16 65.28 349.16 65.28 349.16 71.28 342.16 71.28 ML +closepath C99 fill + newpath +342.16 65.28 342.16 59.28 349.16 59.28 349.16 65.28 342.16 65.28 ML +closepath C99 fill + newpath +342.16 59.28 342.16 53.28 349.16 53.28 349.16 59.28 342.16 59.28 ML +closepath C99 fill + newpath +342.16 53.28 342.16 47.28 349.16 47.28 349.16 53.28 342.16 53.28 ML +closepath C99 fill + newpath +342.16 47.28 342.16 41.28 349.16 41.28 349.16 47.28 342.16 47.28 ML +closepath C99 fill + newpath +342.16 41.28 342.16 35.28 349.16 35.28 349.16 41.28 342.16 41.28 ML +closepath C99 fill + newpath +342.16 35.28 342.16 29.28 349.16 29.28 349.16 35.28 342.16 35.28 ML +closepath C99 fill + newpath +342.16 29.28 342.16 23.28 349.16 23.28 349.16 29.28 342.16 29.28 ML +closepath C99 fill + newpath +342.16 23.28 342.16 17.28 349.16 17.28 349.16 23.28 342.16 23.28 ML +closepath C99 fill + newpath +342.16 17.28 342.16 11.28 349.16 11.28 349.16 17.28 342.16 17.28 ML +closepath C99 fill + newpath +342.16 11.28 342.16 5.28 349.16 5.28 349.16 11.28 342.16 11.28 ML +closepath C99 fill + newpath +342.16 5.28 342.16 -0.72 349.16 -0.72 349.16 5.28 342.16 5.28 ML +closepath C99 fill + newpath +335.16 71.28 335.16 65.28 342.16 65.28 342.16 71.28 335.16 71.28 ML +closepath C2 fill + newpath +335.16 65.28 335.16 59.28 342.16 59.28 342.16 65.28 335.16 65.28 ML +closepath C2 fill + newpath +335.16 59.28 335.16 53.28 342.16 53.28 342.16 59.28 335.16 59.28 ML +closepath C2 fill + newpath +335.16 53.28 335.16 47.28 342.16 47.28 342.16 53.28 335.16 53.28 ML +closepath C2 fill + newpath +335.16 47.28 335.16 41.28 342.16 41.28 342.16 47.28 335.16 47.28 ML +closepath C2 fill + newpath +335.16 41.28 335.16 35.28 342.16 35.28 342.16 41.28 335.16 41.28 ML +closepath C2 fill + newpath +335.16 35.28 335.16 29.28 342.16 29.28 342.16 35.28 335.16 35.28 ML +closepath C2 fill + newpath +335.16 29.28 335.16 23.28 342.16 23.28 342.16 29.28 335.16 29.28 ML +closepath C2 fill + newpath +335.16 23.28 335.16 17.28 342.16 17.28 342.16 23.28 335.16 23.28 ML +closepath C99 fill + newpath +335.16 17.28 335.16 11.28 342.16 11.28 342.16 17.28 335.16 17.28 ML +closepath C99 fill + newpath +335.16 11.28 335.16 5.28 342.16 5.28 342.16 11.28 335.16 11.28 ML +closepath C99 fill + newpath +335.16 5.28 335.16 -0.72 342.16 -0.72 342.16 5.28 335.16 5.28 ML +closepath C99 fill + newpath +328.16 71.28 328.16 65.28 335.16 65.28 335.16 71.28 328.16 71.28 ML +closepath C99 fill + newpath +328.16 65.28 328.16 59.28 335.16 59.28 335.16 65.28 328.16 65.28 ML +closepath C99 fill + newpath +328.16 59.28 328.16 53.28 335.16 53.28 335.16 59.28 328.16 59.28 ML +closepath C99 fill + newpath +328.16 53.28 328.16 47.28 335.16 47.28 335.16 53.28 328.16 53.28 ML +closepath C99 fill + newpath +328.16 47.28 328.16 41.28 335.16 41.28 335.16 47.28 328.16 47.28 ML +closepath C99 fill + newpath +328.16 41.28 328.16 35.28 335.16 35.28 335.16 41.28 328.16 41.28 ML +closepath C99 fill + newpath +328.16 35.28 328.16 29.28 335.16 29.28 335.16 35.28 328.16 35.28 ML +closepath C99 fill + newpath +328.16 29.28 328.16 23.28 335.16 23.28 335.16 29.28 328.16 29.28 ML +closepath C99 fill + newpath +328.16 23.28 328.16 17.28 335.16 17.28 335.16 23.28 328.16 23.28 ML +closepath C99 fill + newpath +328.16 17.28 328.16 11.28 335.16 11.28 335.16 17.28 328.16 17.28 ML +closepath C99 fill + newpath +328.16 11.28 328.16 5.28 335.16 5.28 335.16 11.28 328.16 11.28 ML +closepath C99 fill + newpath +328.16 5.28 328.16 -0.72 335.16 -0.72 335.16 5.28 328.16 5.28 ML +closepath C99 fill + newpath +321.16 71.28 321.16 65.28 328.16 65.28 328.16 71.28 321.16 71.28 ML +closepath C99 fill + newpath +321.16 65.28 321.16 59.28 328.16 59.28 328.16 65.28 321.16 65.28 ML +closepath C99 fill + newpath +321.16 59.28 321.16 53.28 328.16 53.28 328.16 59.28 321.16 59.28 ML +closepath C99 fill + newpath +321.16 53.28 321.16 47.28 328.16 47.28 328.16 53.28 321.16 53.28 ML +closepath C99 fill + newpath +321.16 47.28 321.16 41.28 328.16 41.28 328.16 47.28 321.16 47.28 ML +closepath C99 fill + newpath +321.16 41.28 321.16 35.28 328.16 35.28 328.16 41.28 321.16 41.28 ML +closepath C99 fill + newpath +321.16 35.28 321.16 29.28 328.16 29.28 328.16 35.28 321.16 35.28 ML +closepath C99 fill + newpath +321.16 29.28 321.16 23.28 328.16 23.28 328.16 29.28 321.16 29.28 ML +closepath C99 fill + newpath +321.16 23.28 321.16 17.28 328.16 17.28 328.16 23.28 321.16 23.28 ML +closepath C99 fill + newpath +321.16 17.28 321.16 11.28 328.16 11.28 328.16 17.28 321.16 17.28 ML +closepath C99 fill + newpath +321.16 11.28 321.16 5.28 328.16 5.28 328.16 11.28 321.16 11.28 ML +closepath C99 fill + newpath +321.16 5.28 321.16 -0.72 328.16 -0.72 328.16 5.28 321.16 5.28 ML +closepath C99 fill + newpath +314.16 71.28 314.16 65.28 321.16 65.28 321.16 71.28 314.16 71.28 ML +closepath C99 fill + newpath +314.16 65.28 314.16 59.28 321.16 59.28 321.16 65.28 314.16 65.28 ML +closepath C99 fill + newpath +314.16 59.28 314.16 53.28 321.16 53.28 321.16 59.28 314.16 59.28 ML +closepath C99 fill + newpath +314.16 53.28 314.16 47.28 321.16 47.28 321.16 53.28 314.16 53.28 ML +closepath C99 fill + newpath +314.16 47.28 314.16 41.28 321.16 41.28 321.16 47.28 314.16 47.28 ML +closepath C99 fill + newpath +314.16 41.28 314.16 35.28 321.16 35.28 321.16 41.28 314.16 41.28 ML +closepath C99 fill + newpath +314.16 35.28 314.16 29.28 321.16 29.28 321.16 35.28 314.16 35.28 ML +closepath C99 fill + newpath +314.16 29.28 314.16 23.28 321.16 23.28 321.16 29.28 314.16 29.28 ML +closepath C99 fill + newpath +314.16 23.28 314.16 17.28 321.16 17.28 321.16 23.28 314.16 23.28 ML +closepath C99 fill + newpath +314.16 17.28 314.16 11.28 321.16 11.28 321.16 17.28 314.16 17.28 ML +closepath C99 fill + newpath +314.16 11.28 314.16 5.28 321.16 5.28 321.16 11.28 314.16 11.28 ML +closepath C99 fill + newpath +314.16 5.28 314.16 -0.72 321.16 -0.72 321.16 5.28 314.16 5.28 ML +closepath C99 fill + newpath +307.16 71.28 307.16 65.28 314.16 65.28 314.16 71.28 307.16 71.28 ML +closepath C2 fill + newpath +307.16 65.28 307.16 59.28 314.16 59.28 314.16 65.28 307.16 65.28 ML +closepath C2 fill + newpath +307.16 59.28 307.16 53.28 314.16 53.28 314.16 59.28 307.16 59.28 ML +closepath C2 fill + newpath +307.16 53.28 307.16 47.28 314.16 47.28 314.16 53.28 307.16 53.28 ML +closepath C2 fill + newpath +307.16 47.28 307.16 41.28 314.16 41.28 314.16 47.28 307.16 47.28 ML +closepath C2 fill + newpath +307.16 41.28 307.16 35.28 314.16 35.28 314.16 41.28 307.16 41.28 ML +closepath C2 fill + newpath +307.16 35.28 307.16 29.28 314.16 29.28 314.16 35.28 307.16 35.28 ML +closepath C2 fill + newpath +307.16 29.28 307.16 23.28 314.16 23.28 314.16 29.28 307.16 29.28 ML +closepath C2 fill + newpath +307.16 23.28 307.16 17.28 314.16 17.28 314.16 23.28 307.16 23.28 ML +closepath C99 fill + newpath +307.16 17.28 307.16 11.28 314.16 11.28 314.16 17.28 307.16 17.28 ML +closepath C99 fill + newpath +307.16 11.28 307.16 5.28 314.16 5.28 314.16 11.28 307.16 11.28 ML +closepath C99 fill + newpath +307.16 5.28 307.16 -0.72 314.16 -0.72 314.16 5.28 307.16 5.28 ML +closepath C99 fill + newpath +300.16 71.28 300.16 65.28 307.16 65.28 307.16 71.28 300.16 71.28 ML +closepath C99 fill + newpath +300.16 65.28 300.16 59.28 307.16 59.28 307.16 65.28 300.16 65.28 ML +closepath C99 fill + newpath +300.16 59.28 300.16 53.28 307.16 53.28 307.16 59.28 300.16 59.28 ML +closepath C99 fill + newpath +300.16 53.28 300.16 47.28 307.16 47.28 307.16 53.28 300.16 53.28 ML +closepath C99 fill + newpath +300.16 47.28 300.16 41.28 307.16 41.28 307.16 47.28 300.16 47.28 ML +closepath C99 fill + newpath +300.16 41.28 300.16 35.28 307.16 35.28 307.16 41.28 300.16 41.28 ML +closepath C99 fill + newpath +300.16 35.28 300.16 29.28 307.16 29.28 307.16 35.28 300.16 35.28 ML +closepath C99 fill + newpath +300.16 29.28 300.16 23.28 307.16 23.28 307.16 29.28 300.16 29.28 ML +closepath C99 fill + newpath +300.16 23.28 300.16 17.28 307.16 17.28 307.16 23.28 300.16 23.28 ML +closepath C99 fill + newpath +300.16 17.28 300.16 11.28 307.16 11.28 307.16 17.28 300.16 17.28 ML +closepath C99 fill + newpath +300.16 11.28 300.16 5.28 307.16 5.28 307.16 11.28 300.16 11.28 ML +closepath C99 fill + newpath +300.16 5.28 300.16 -0.72 307.16 -0.72 307.16 5.28 300.16 5.28 ML +closepath C99 fill + newpath +293.16 71.28 293.16 65.28 300.16 65.28 300.16 71.28 293.16 71.28 ML +closepath C99 fill + newpath +293.16 65.28 293.16 59.28 300.16 59.28 300.16 65.28 293.16 65.28 ML +closepath C99 fill + newpath +293.16 59.28 293.16 53.28 300.16 53.28 300.16 59.28 293.16 59.28 ML +closepath C99 fill + newpath +293.16 53.28 293.16 47.28 300.16 47.28 300.16 53.28 293.16 53.28 ML +closepath C99 fill + newpath +293.16 47.28 293.16 41.28 300.16 41.28 300.16 47.28 293.16 47.28 ML +closepath C99 fill + newpath +293.16 41.28 293.16 35.28 300.16 35.28 300.16 41.28 293.16 41.28 ML +closepath C99 fill + newpath +293.16 35.28 293.16 29.28 300.16 29.28 300.16 35.28 293.16 35.28 ML +closepath C99 fill + newpath +293.16 29.28 293.16 23.28 300.16 23.28 300.16 29.28 293.16 29.28 ML +closepath C99 fill + newpath +293.16 23.28 293.16 17.28 300.16 17.28 300.16 23.28 293.16 23.28 ML +closepath C99 fill + newpath +293.16 17.28 293.16 11.28 300.16 11.28 300.16 17.28 293.16 17.28 ML +closepath C99 fill + newpath +293.16 11.28 293.16 5.28 300.16 5.28 300.16 11.28 293.16 11.28 ML +closepath C99 fill + newpath +293.16 5.28 293.16 -0.72 300.16 -0.72 300.16 5.28 293.16 5.28 ML +closepath C99 fill + newpath +286.16 71.28 286.16 65.28 293.16 65.28 293.16 71.28 286.16 71.28 ML +closepath C99 fill + newpath +286.16 65.28 286.16 59.28 293.16 59.28 293.16 65.28 286.16 65.28 ML +closepath C99 fill + newpath +286.16 59.28 286.16 53.28 293.16 53.28 293.16 59.28 286.16 59.28 ML +closepath C99 fill + newpath +286.16 53.28 286.16 47.28 293.16 47.28 293.16 53.28 286.16 53.28 ML +closepath C99 fill + newpath +286.16 47.28 286.16 41.28 293.16 41.28 293.16 47.28 286.16 47.28 ML +closepath C99 fill + newpath +286.16 41.28 286.16 35.28 293.16 35.28 293.16 41.28 286.16 41.28 ML +closepath C99 fill + newpath +286.16 35.28 286.16 29.28 293.16 29.28 293.16 35.28 286.16 35.28 ML +closepath C99 fill + newpath +286.16 29.28 286.16 23.28 293.16 23.28 293.16 29.28 286.16 29.28 ML +closepath C99 fill + newpath +286.16 23.28 286.16 17.28 293.16 17.28 293.16 23.28 286.16 23.28 ML +closepath C99 fill + newpath +286.16 17.28 286.16 11.28 293.16 11.28 293.16 17.28 286.16 17.28 ML +closepath C99 fill + newpath +286.16 11.28 286.16 5.28 293.16 5.28 293.16 11.28 286.16 11.28 ML +closepath C99 fill + newpath +286.16 5.28 286.16 -0.72 293.16 -0.72 293.16 5.28 286.16 5.28 ML +closepath C99 fill + newpath +279.16 71.28 279.16 65.28 286.16 65.28 286.16 71.28 279.16 71.28 ML +closepath C99 fill + newpath +279.16 65.28 279.16 59.28 286.16 59.28 286.16 65.28 279.16 65.28 ML +closepath C99 fill + newpath +279.16 59.28 279.16 53.28 286.16 53.28 286.16 59.28 279.16 59.28 ML +closepath C99 fill + newpath +279.16 53.28 279.16 47.28 286.16 47.28 286.16 53.28 279.16 53.28 ML +closepath C99 fill + newpath +279.16 47.28 279.16 41.28 286.16 41.28 286.16 47.28 279.16 47.28 ML +closepath C99 fill + newpath +279.16 41.28 279.16 35.28 286.16 35.28 286.16 41.28 279.16 41.28 ML +closepath C99 fill + newpath +279.16 35.28 279.16 29.28 286.16 29.28 286.16 35.28 279.16 35.28 ML +closepath C99 fill + newpath +279.16 29.28 279.16 23.28 286.16 23.28 286.16 29.28 279.16 29.28 ML +closepath C99 fill + newpath +279.16 23.28 279.16 17.28 286.16 17.28 286.16 23.28 279.16 23.28 ML +closepath C99 fill + newpath +279.16 17.28 279.16 11.28 286.16 11.28 286.16 17.28 279.16 17.28 ML +closepath C99 fill + newpath +279.16 11.28 279.16 5.28 286.16 5.28 286.16 11.28 279.16 11.28 ML +closepath C99 fill + newpath +279.16 5.28 279.16 -0.72 286.16 -0.72 286.16 5.28 279.16 5.28 ML +closepath C99 fill + newpath +272.16 71.28 272.16 65.28 279.16 65.28 279.16 71.28 272.16 71.28 ML +closepath C99 fill + newpath +272.16 65.28 272.16 59.28 279.16 59.28 279.16 65.28 272.16 65.28 ML +closepath C99 fill + newpath +272.16 59.28 272.16 53.28 279.16 53.28 279.16 59.28 272.16 59.28 ML +closepath C99 fill + newpath +272.16 53.28 272.16 47.28 279.16 47.28 279.16 53.28 272.16 53.28 ML +closepath C99 fill + newpath +272.16 47.28 272.16 41.28 279.16 41.28 279.16 47.28 272.16 47.28 ML +closepath C99 fill + newpath +272.16 41.28 272.16 35.28 279.16 35.28 279.16 41.28 272.16 41.28 ML +closepath C99 fill + newpath +272.16 35.28 272.16 29.28 279.16 29.28 279.16 35.28 272.16 35.28 ML +closepath C99 fill + newpath +272.16 29.28 272.16 23.28 279.16 23.28 279.16 29.28 272.16 29.28 ML +closepath C99 fill + newpath +272.16 23.28 272.16 17.28 279.16 17.28 279.16 23.28 272.16 23.28 ML +closepath C99 fill + newpath +272.16 17.28 272.16 11.28 279.16 11.28 279.16 17.28 272.16 17.28 ML +closepath C99 fill + newpath +272.16 11.28 272.16 5.28 279.16 5.28 279.16 11.28 272.16 11.28 ML +closepath C99 fill + newpath +272.16 5.28 272.16 -0.72 279.16 -0.72 279.16 5.28 272.16 5.28 ML +closepath C99 fill + newpath +265.16 71.28 265.16 65.28 272.16 65.28 272.16 71.28 265.16 71.28 ML +closepath C99 fill + newpath +265.16 65.28 265.16 59.28 272.16 59.28 272.16 65.28 265.16 65.28 ML +closepath C99 fill + newpath +265.16 59.28 265.16 53.28 272.16 53.28 272.16 59.28 265.16 59.28 ML +closepath C99 fill + newpath +265.16 53.28 265.16 47.28 272.16 47.28 272.16 53.28 265.16 53.28 ML +closepath C99 fill + newpath +265.16 47.28 265.16 41.28 272.16 41.28 272.16 47.28 265.16 47.28 ML +closepath C99 fill + newpath +265.16 41.28 265.16 35.28 272.16 35.28 272.16 41.28 265.16 41.28 ML +closepath C99 fill + newpath +265.16 35.28 265.16 29.28 272.16 29.28 272.16 35.28 265.16 35.28 ML +closepath C99 fill + newpath +265.16 29.28 265.16 23.28 272.16 23.28 272.16 29.28 265.16 29.28 ML +closepath C99 fill + newpath +265.16 23.28 265.16 17.28 272.16 17.28 272.16 23.28 265.16 23.28 ML +closepath C99 fill + newpath +265.16 17.28 265.16 11.28 272.16 11.28 272.16 17.28 265.16 17.28 ML +closepath C99 fill + newpath +265.16 11.28 265.16 5.28 272.16 5.28 272.16 11.28 265.16 11.28 ML +closepath C99 fill + newpath +265.16 5.28 265.16 -0.72 272.16 -0.72 272.16 5.28 265.16 5.28 ML +closepath C99 fill + newpath +258.16 71.28 258.16 65.28 265.16 65.28 265.16 71.28 258.16 71.28 ML +closepath C99 fill + newpath +258.16 65.28 258.16 59.28 265.16 59.28 265.16 65.28 258.16 65.28 ML +closepath C99 fill + newpath +258.16 59.28 258.16 53.28 265.16 53.28 265.16 59.28 258.16 59.28 ML +closepath C99 fill + newpath +258.16 53.28 258.16 47.28 265.16 47.28 265.16 53.28 258.16 53.28 ML +closepath C99 fill + newpath +258.16 47.28 258.16 41.28 265.16 41.28 265.16 47.28 258.16 47.28 ML +closepath C99 fill + newpath +258.16 41.28 258.16 35.28 265.16 35.28 265.16 41.28 258.16 41.28 ML +closepath C99 fill + newpath +258.16 35.28 258.16 29.28 265.16 29.28 265.16 35.28 258.16 35.28 ML +closepath C99 fill + newpath +258.16 29.28 258.16 23.28 265.16 23.28 265.16 29.28 258.16 29.28 ML +closepath C99 fill + newpath +258.16 23.28 258.16 17.28 265.16 17.28 265.16 23.28 258.16 23.28 ML +closepath C99 fill + newpath +258.16 17.28 258.16 11.28 265.16 11.28 265.16 17.28 258.16 17.28 ML +closepath C99 fill + newpath +258.16 11.28 258.16 5.28 265.16 5.28 265.16 11.28 258.16 11.28 ML +closepath C99 fill + newpath +258.16 5.28 258.16 -0.72 265.16 -0.72 265.16 5.28 258.16 5.28 ML +closepath C99 fill + newpath +251.16 71.28 251.16 65.28 258.16 65.28 258.16 71.28 251.16 71.28 ML +closepath C2 fill + newpath +251.16 65.28 251.16 59.28 258.16 59.28 258.16 65.28 251.16 65.28 ML +closepath C2 fill + newpath +251.16 59.28 251.16 53.28 258.16 53.28 258.16 59.28 251.16 59.28 ML +closepath C2 fill + newpath +251.16 53.28 251.16 47.28 258.16 47.28 258.16 53.28 251.16 53.28 ML +closepath C2 fill + newpath +251.16 47.28 251.16 41.28 258.16 41.28 258.16 47.28 251.16 47.28 ML +closepath C2 fill + newpath +251.16 41.28 251.16 35.28 258.16 35.28 258.16 41.28 251.16 41.28 ML +closepath C2 fill + newpath +251.16 35.28 251.16 29.28 258.16 29.28 258.16 35.28 251.16 35.28 ML +closepath C2 fill + newpath +251.16 29.28 251.16 23.28 258.16 23.28 258.16 29.28 251.16 29.28 ML +closepath C2 fill + newpath +251.16 23.28 251.16 17.28 258.16 17.28 258.16 23.28 251.16 23.28 ML +closepath C99 fill + newpath +251.16 17.28 251.16 11.28 258.16 11.28 258.16 17.28 251.16 17.28 ML +closepath C99 fill + newpath +251.16 11.28 251.16 5.28 258.16 5.28 258.16 11.28 251.16 11.28 ML +closepath C99 fill + newpath +251.16 5.28 251.16 -0.72 258.16 -0.72 258.16 5.28 251.16 5.28 ML +closepath C99 fill + newpath +244.16 71.28 244.16 65.28 251.16 65.28 251.16 71.28 244.16 71.28 ML +closepath C1 fill + newpath +244.16 65.28 244.16 59.28 251.16 59.28 251.16 65.28 244.16 65.28 ML +closepath C1 fill + newpath +244.16 59.28 244.16 53.28 251.16 53.28 251.16 59.28 244.16 59.28 ML +closepath C1 fill + newpath +244.16 53.28 244.16 47.28 251.16 47.28 251.16 53.28 244.16 53.28 ML +closepath C1 fill + newpath +244.16 47.28 244.16 41.28 251.16 41.28 251.16 47.28 244.16 47.28 ML +closepath C1 fill + newpath +244.16 41.28 244.16 35.28 251.16 35.28 251.16 41.28 244.16 41.28 ML +closepath C1 fill + newpath +244.16 35.28 244.16 29.28 251.16 29.28 251.16 35.28 244.16 35.28 ML +closepath C1 fill + newpath +244.16 29.28 244.16 23.28 251.16 23.28 251.16 29.28 244.16 29.28 ML +closepath C1 fill + newpath +244.16 23.28 244.16 17.28 251.16 17.28 251.16 23.28 244.16 23.28 ML +closepath C99 fill + newpath +244.16 17.28 244.16 11.28 251.16 11.28 251.16 17.28 244.16 17.28 ML +closepath C99 fill + newpath +244.16 11.28 244.16 5.28 251.16 5.28 251.16 11.28 244.16 11.28 ML +closepath C99 fill + newpath +244.16 5.28 244.16 -0.72 251.16 -0.72 251.16 5.28 244.16 5.28 ML +closepath C99 fill + newpath +237.16 71.28 237.16 65.28 244.16 65.28 244.16 71.28 237.16 71.28 ML +closepath C99 fill + newpath +237.16 65.28 237.16 59.28 244.16 59.28 244.16 65.28 237.16 65.28 ML +closepath C99 fill + newpath +237.16 59.28 237.16 53.28 244.16 53.28 244.16 59.28 237.16 59.28 ML +closepath C99 fill + newpath +237.16 53.28 237.16 47.28 244.16 47.28 244.16 53.28 237.16 53.28 ML +closepath C99 fill + newpath +237.16 47.28 237.16 41.28 244.16 41.28 244.16 47.28 237.16 47.28 ML +closepath C99 fill + newpath +237.16 41.28 237.16 35.28 244.16 35.28 244.16 41.28 237.16 41.28 ML +closepath C99 fill + newpath +237.16 35.28 237.16 29.28 244.16 29.28 244.16 35.28 237.16 35.28 ML +closepath C99 fill + newpath +237.16 29.28 237.16 23.28 244.16 23.28 244.16 29.28 237.16 29.28 ML +closepath C99 fill + newpath +237.16 23.28 237.16 17.28 244.16 17.28 244.16 23.28 237.16 23.28 ML +closepath C99 fill + newpath +237.16 17.28 237.16 11.28 244.16 11.28 244.16 17.28 237.16 17.28 ML +closepath C99 fill + newpath +237.16 11.28 237.16 5.28 244.16 5.28 244.16 11.28 237.16 11.28 ML +closepath C99 fill + newpath +237.16 5.28 237.16 -0.72 244.16 -0.72 244.16 5.28 237.16 5.28 ML +closepath C99 fill + newpath +230.16 71.28 230.16 65.28 237.16 65.28 237.16 71.28 230.16 71.28 ML +closepath C2 fill + newpath +230.16 65.28 230.16 59.28 237.16 59.28 237.16 65.28 230.16 65.28 ML +closepath C2 fill + newpath +230.16 59.28 230.16 53.28 237.16 53.28 237.16 59.28 230.16 59.28 ML +closepath C2 fill + newpath +230.16 53.28 230.16 47.28 237.16 47.28 237.16 53.28 230.16 53.28 ML +closepath C2 fill + newpath +230.16 47.28 230.16 41.28 237.16 41.28 237.16 47.28 230.16 47.28 ML +closepath C2 fill + newpath +230.16 41.28 230.16 35.28 237.16 35.28 237.16 41.28 230.16 41.28 ML +closepath C2 fill + newpath +230.16 35.28 230.16 29.28 237.16 29.28 237.16 35.28 230.16 35.28 ML +closepath C2 fill + newpath +230.16 29.28 230.16 23.28 237.16 23.28 237.16 29.28 230.16 29.28 ML +closepath C2 fill + newpath +230.16 23.28 230.16 17.28 237.16 17.28 237.16 23.28 230.16 23.28 ML +closepath C99 fill + newpath +230.16 17.28 230.16 11.28 237.16 11.28 237.16 17.28 230.16 17.28 ML +closepath C99 fill + newpath +230.16 11.28 230.16 5.28 237.16 5.28 237.16 11.28 230.16 11.28 ML +closepath C99 fill + newpath +230.16 5.28 230.16 -0.72 237.16 -0.72 237.16 5.28 230.16 5.28 ML +closepath C99 fill + newpath +223.16 71.28 223.16 65.28 230.16 65.28 230.16 71.28 223.16 71.28 ML +closepath C2 fill + newpath +223.16 65.28 223.16 59.28 230.16 59.28 230.16 65.28 223.16 65.28 ML +closepath C2 fill + newpath +223.16 59.28 223.16 53.28 230.16 53.28 230.16 59.28 223.16 59.28 ML +closepath C2 fill + newpath +223.16 53.28 223.16 47.28 230.16 47.28 230.16 53.28 223.16 53.28 ML +closepath C2 fill + newpath +223.16 47.28 223.16 41.28 230.16 41.28 230.16 47.28 223.16 47.28 ML +closepath C2 fill + newpath +223.16 41.28 223.16 35.28 230.16 35.28 230.16 41.28 223.16 41.28 ML +closepath C2 fill + newpath +223.16 35.28 223.16 29.28 230.16 29.28 230.16 35.28 223.16 35.28 ML +closepath C2 fill + newpath +223.16 29.28 223.16 23.28 230.16 23.28 230.16 29.28 223.16 29.28 ML +closepath C2 fill + newpath +223.16 23.28 223.16 17.28 230.16 17.28 230.16 23.28 223.16 23.28 ML +closepath C99 fill + newpath +223.16 17.28 223.16 11.28 230.16 11.28 230.16 17.28 223.16 17.28 ML +closepath C99 fill + newpath +223.16 11.28 223.16 5.28 230.16 5.28 230.16 11.28 223.16 11.28 ML +closepath C99 fill + newpath +223.16 5.28 223.16 -0.72 230.16 -0.72 230.16 5.28 223.16 5.28 ML +closepath C99 fill + newpath +216.16 71.28 216.16 65.28 223.16 65.28 223.16 71.28 216.16 71.28 ML +closepath C2 fill + newpath +216.16 65.28 216.16 59.28 223.16 59.28 223.16 65.28 216.16 65.28 ML +closepath C2 fill + newpath +216.16 59.28 216.16 53.28 223.16 53.28 223.16 59.28 216.16 59.28 ML +closepath C2 fill + newpath +216.16 53.28 216.16 47.28 223.16 47.28 223.16 53.28 216.16 53.28 ML +closepath C2 fill + newpath +216.16 47.28 216.16 41.28 223.16 41.28 223.16 47.28 216.16 47.28 ML +closepath C2 fill + newpath +216.16 41.28 216.16 35.28 223.16 35.28 223.16 41.28 216.16 41.28 ML +closepath C2 fill + newpath +216.16 35.28 216.16 29.28 223.16 29.28 223.16 35.28 216.16 35.28 ML +closepath C2 fill + newpath +216.16 29.28 216.16 23.28 223.16 23.28 223.16 29.28 216.16 29.28 ML +closepath C2 fill + newpath +216.16 23.28 216.16 17.28 223.16 17.28 223.16 23.28 216.16 23.28 ML +closepath C99 fill + newpath +216.16 17.28 216.16 11.28 223.16 11.28 223.16 17.28 216.16 17.28 ML +closepath C99 fill + newpath +216.16 11.28 216.16 5.28 223.16 5.28 223.16 11.28 216.16 11.28 ML +closepath C99 fill + newpath +216.16 5.28 216.16 -0.72 223.16 -0.72 223.16 5.28 216.16 5.28 ML +closepath C99 fill + newpath +209.16 71.28 209.16 65.28 216.16 65.28 216.16 71.28 209.16 71.28 ML +closepath C99 fill + newpath +209.16 65.28 209.16 59.28 216.16 59.28 216.16 65.28 209.16 65.28 ML +closepath C99 fill + newpath +209.16 59.28 209.16 53.28 216.16 53.28 216.16 59.28 209.16 59.28 ML +closepath C99 fill + newpath +209.16 53.28 209.16 47.28 216.16 47.28 216.16 53.28 209.16 53.28 ML +closepath C99 fill + newpath +209.16 47.28 209.16 41.28 216.16 41.28 216.16 47.28 209.16 47.28 ML +closepath C99 fill + newpath +209.16 41.28 209.16 35.28 216.16 35.28 216.16 41.28 209.16 41.28 ML +closepath C99 fill + newpath +209.16 35.28 209.16 29.28 216.16 29.28 216.16 35.28 209.16 35.28 ML +closepath C99 fill + newpath +209.16 29.28 209.16 23.28 216.16 23.28 216.16 29.28 209.16 29.28 ML +closepath C99 fill + newpath +209.16 23.28 209.16 17.28 216.16 17.28 216.16 23.28 209.16 23.28 ML +closepath C99 fill + newpath +209.16 17.28 209.16 11.28 216.16 11.28 216.16 17.28 209.16 17.28 ML +closepath C99 fill + newpath +209.16 11.28 209.16 5.28 216.16 5.28 216.16 11.28 209.16 11.28 ML +closepath C99 fill + newpath +209.16 5.28 209.16 -0.72 216.16 -0.72 216.16 5.28 209.16 5.28 ML +closepath C99 fill + newpath +202.16 71.28 202.16 65.28 209.16 65.28 209.16 71.28 202.16 71.28 ML +closepath C1 fill + newpath +202.16 65.28 202.16 59.28 209.16 59.28 209.16 65.28 202.16 65.28 ML +closepath C1 fill + newpath +202.16 59.28 202.16 53.28 209.16 53.28 209.16 59.28 202.16 59.28 ML +closepath C1 fill + newpath +202.16 53.28 202.16 47.28 209.16 47.28 209.16 53.28 202.16 53.28 ML +closepath C1 fill + newpath +202.16 47.28 202.16 41.28 209.16 41.28 209.16 47.28 202.16 47.28 ML +closepath C1 fill + newpath +202.16 41.28 202.16 35.28 209.16 35.28 209.16 41.28 202.16 41.28 ML +closepath C1 fill + newpath +202.16 35.28 202.16 29.28 209.16 29.28 209.16 35.28 202.16 35.28 ML +closepath C1 fill + newpath +202.16 29.28 202.16 23.28 209.16 23.28 209.16 29.28 202.16 29.28 ML +closepath C1 fill + newpath +202.16 23.28 202.16 17.28 209.16 17.28 209.16 23.28 202.16 23.28 ML +closepath C99 fill + newpath +202.16 17.28 202.16 11.28 209.16 11.28 209.16 17.28 202.16 17.28 ML +closepath C99 fill + newpath +202.16 11.28 202.16 5.28 209.16 5.28 209.16 11.28 202.16 11.28 ML +closepath C99 fill + newpath +202.16 5.28 202.16 -0.72 209.16 -0.72 209.16 5.28 202.16 5.28 ML +closepath C99 fill + newpath +195.16 71.28 195.16 65.28 202.16 65.28 202.16 71.28 195.16 71.28 ML +closepath C2 fill + newpath +195.16 65.28 195.16 59.28 202.16 59.28 202.16 65.28 195.16 65.28 ML +closepath C2 fill + newpath +195.16 59.28 195.16 53.28 202.16 53.28 202.16 59.28 195.16 59.28 ML +closepath C2 fill + newpath +195.16 53.28 195.16 47.28 202.16 47.28 202.16 53.28 195.16 53.28 ML +closepath C2 fill + newpath +195.16 47.28 195.16 41.28 202.16 41.28 202.16 47.28 195.16 47.28 ML +closepath C2 fill + newpath +195.16 41.28 195.16 35.28 202.16 35.28 202.16 41.28 195.16 41.28 ML +closepath C2 fill + newpath +195.16 35.28 195.16 29.28 202.16 29.28 202.16 35.28 195.16 35.28 ML +closepath C2 fill + newpath +195.16 29.28 195.16 23.28 202.16 23.28 202.16 29.28 195.16 29.28 ML +closepath C2 fill + newpath +195.16 23.28 195.16 17.28 202.16 17.28 202.16 23.28 195.16 23.28 ML +closepath C99 fill + newpath +195.16 17.28 195.16 11.28 202.16 11.28 202.16 17.28 195.16 17.28 ML +closepath C99 fill + newpath +195.16 11.28 195.16 5.28 202.16 5.28 202.16 11.28 195.16 11.28 ML +closepath C99 fill + newpath +195.16 5.28 195.16 -0.72 202.16 -0.72 202.16 5.28 195.16 5.28 ML +closepath C99 fill + newpath +188.16 71.28 188.16 65.28 195.16 65.28 195.16 71.28 188.16 71.28 ML +closepath C1 fill + newpath +188.16 65.28 188.16 59.28 195.16 59.28 195.16 65.28 188.16 65.28 ML +closepath C1 fill + newpath +188.16 59.28 188.16 53.28 195.16 53.28 195.16 59.28 188.16 59.28 ML +closepath C1 fill + newpath +188.16 53.28 188.16 47.28 195.16 47.28 195.16 53.28 188.16 53.28 ML +closepath C1 fill + newpath +188.16 47.28 188.16 41.28 195.16 41.28 195.16 47.28 188.16 47.28 ML +closepath C1 fill + newpath +188.16 41.28 188.16 35.28 195.16 35.28 195.16 41.28 188.16 41.28 ML +closepath C1 fill + newpath +188.16 35.28 188.16 29.28 195.16 29.28 195.16 35.28 188.16 35.28 ML +closepath C1 fill + newpath +188.16 29.28 188.16 23.28 195.16 23.28 195.16 29.28 188.16 29.28 ML +closepath C1 fill + newpath +188.16 23.28 188.16 17.28 195.16 17.28 195.16 23.28 188.16 23.28 ML +closepath C99 fill + newpath +188.16 17.28 188.16 11.28 195.16 11.28 195.16 17.28 188.16 17.28 ML +closepath C99 fill + newpath +188.16 11.28 188.16 5.28 195.16 5.28 195.16 11.28 188.16 11.28 ML +closepath C99 fill + newpath +188.16 5.28 188.16 -0.72 195.16 -0.72 195.16 5.28 188.16 5.28 ML +closepath C99 fill + newpath +181.16 71.28 181.16 65.28 188.16 65.28 188.16 71.28 181.16 71.28 ML +closepath C99 fill + newpath +181.16 65.28 181.16 59.28 188.16 59.28 188.16 65.28 181.16 65.28 ML +closepath C99 fill + newpath +181.16 59.28 181.16 53.28 188.16 53.28 188.16 59.28 181.16 59.28 ML +closepath C99 fill + newpath +181.16 53.28 181.16 47.28 188.16 47.28 188.16 53.28 181.16 53.28 ML +closepath C99 fill + newpath +181.16 47.28 181.16 41.28 188.16 41.28 188.16 47.28 181.16 47.28 ML +closepath C99 fill + newpath +181.16 41.28 181.16 35.28 188.16 35.28 188.16 41.28 181.16 41.28 ML +closepath C99 fill + newpath +181.16 35.28 181.16 29.28 188.16 29.28 188.16 35.28 181.16 35.28 ML +closepath C99 fill + newpath +181.16 29.28 181.16 23.28 188.16 23.28 188.16 29.28 181.16 29.28 ML +closepath C99 fill + newpath +181.16 23.28 181.16 17.28 188.16 17.28 188.16 23.28 181.16 23.28 ML +closepath C99 fill + newpath +181.16 17.28 181.16 11.28 188.16 11.28 188.16 17.28 181.16 17.28 ML +closepath C99 fill + newpath +181.16 11.28 181.16 5.28 188.16 5.28 188.16 11.28 181.16 11.28 ML +closepath C99 fill + newpath +181.16 5.28 181.16 -0.72 188.16 -0.72 188.16 5.28 181.16 5.28 ML +closepath C99 fill + newpath +174.16 71.28 174.16 65.28 181.16 65.28 181.16 71.28 174.16 71.28 ML +closepath C2 fill + newpath +174.16 65.28 174.16 59.28 181.16 59.28 181.16 65.28 174.16 65.28 ML +closepath C2 fill + newpath +174.16 59.28 174.16 53.28 181.16 53.28 181.16 59.28 174.16 59.28 ML +closepath C2 fill + newpath +174.16 53.28 174.16 47.28 181.16 47.28 181.16 53.28 174.16 53.28 ML +closepath C2 fill + newpath +174.16 47.28 174.16 41.28 181.16 41.28 181.16 47.28 174.16 47.28 ML +closepath C2 fill + newpath +174.16 41.28 174.16 35.28 181.16 35.28 181.16 41.28 174.16 41.28 ML +closepath C2 fill + newpath +174.16 35.28 174.16 29.28 181.16 29.28 181.16 35.28 174.16 35.28 ML +closepath C2 fill + newpath +174.16 29.28 174.16 23.28 181.16 23.28 181.16 29.28 174.16 29.28 ML +closepath C2 fill + newpath +174.16 23.28 174.16 17.28 181.16 17.28 181.16 23.28 174.16 23.28 ML +closepath C99 fill + newpath +174.16 17.28 174.16 11.28 181.16 11.28 181.16 17.28 174.16 17.28 ML +closepath C99 fill + newpath +174.16 11.28 174.16 5.28 181.16 5.28 181.16 11.28 174.16 11.28 ML +closepath C99 fill + newpath +174.16 5.28 174.16 -0.72 181.16 -0.72 181.16 5.28 174.16 5.28 ML +closepath C99 fill + newpath +167.16 71.28 167.16 65.28 174.16 65.28 174.16 71.28 167.16 71.28 ML +closepath C99 fill + newpath +167.16 65.28 167.16 59.28 174.16 59.28 174.16 65.28 167.16 65.28 ML +closepath C99 fill + newpath +167.16 59.28 167.16 53.28 174.16 53.28 174.16 59.28 167.16 59.28 ML +closepath C99 fill + newpath +167.16 53.28 167.16 47.28 174.16 47.28 174.16 53.28 167.16 53.28 ML +closepath C99 fill + newpath +167.16 47.28 167.16 41.28 174.16 41.28 174.16 47.28 167.16 47.28 ML +closepath C99 fill + newpath +167.16 41.28 167.16 35.28 174.16 35.28 174.16 41.28 167.16 41.28 ML +closepath C99 fill + newpath +167.16 35.28 167.16 29.28 174.16 29.28 174.16 35.28 167.16 35.28 ML +closepath C99 fill + newpath +167.16 29.28 167.16 23.28 174.16 23.28 174.16 29.28 167.16 29.28 ML +closepath C99 fill + newpath +167.16 23.28 167.16 17.28 174.16 17.28 174.16 23.28 167.16 23.28 ML +closepath C99 fill + newpath +167.16 17.28 167.16 11.28 174.16 11.28 174.16 17.28 167.16 17.28 ML +closepath C99 fill + newpath +167.16 11.28 167.16 5.28 174.16 5.28 174.16 11.28 167.16 11.28 ML +closepath C99 fill + newpath +167.16 5.28 167.16 -0.72 174.16 -0.72 174.16 5.28 167.16 5.28 ML +closepath C99 fill + newpath +160.16 71.28 160.16 65.28 167.16 65.28 167.16 71.28 160.16 71.28 ML +closepath C99 fill + newpath +160.16 65.28 160.16 59.28 167.16 59.28 167.16 65.28 160.16 65.28 ML +closepath C99 fill + newpath +160.16 59.28 160.16 53.28 167.16 53.28 167.16 59.28 160.16 59.28 ML +closepath C99 fill + newpath +160.16 53.28 160.16 47.28 167.16 47.28 167.16 53.28 160.16 53.28 ML +closepath C99 fill + newpath +160.16 47.28 160.16 41.28 167.16 41.28 167.16 47.28 160.16 47.28 ML +closepath C99 fill + newpath +160.16 41.28 160.16 35.28 167.16 35.28 167.16 41.28 160.16 41.28 ML +closepath C99 fill + newpath +160.16 35.28 160.16 29.28 167.16 29.28 167.16 35.28 160.16 35.28 ML +closepath C99 fill + newpath +160.16 29.28 160.16 23.28 167.16 23.28 167.16 29.28 160.16 29.28 ML +closepath C99 fill + newpath +160.16 23.28 160.16 17.28 167.16 17.28 167.16 23.28 160.16 23.28 ML +closepath C99 fill + newpath +160.16 17.28 160.16 11.28 167.16 11.28 167.16 17.28 160.16 17.28 ML +closepath C99 fill + newpath +160.16 11.28 160.16 5.28 167.16 5.28 167.16 11.28 160.16 11.28 ML +closepath C99 fill + newpath +160.16 5.28 160.16 -0.72 167.16 -0.72 167.16 5.28 160.16 5.28 ML +closepath C99 fill + newpath +153.16 71.28 153.16 65.28 160.16 65.28 160.16 71.28 153.16 71.28 ML +closepath C2 fill + newpath +153.16 65.28 153.16 59.28 160.16 59.28 160.16 65.28 153.16 65.28 ML +closepath C2 fill + newpath +153.16 59.28 153.16 53.28 160.16 53.28 160.16 59.28 153.16 59.28 ML +closepath C2 fill + newpath +153.16 53.28 153.16 47.28 160.16 47.28 160.16 53.28 153.16 53.28 ML +closepath C2 fill + newpath +153.16 47.28 153.16 41.28 160.16 41.28 160.16 47.28 153.16 47.28 ML +closepath C2 fill + newpath +153.16 41.28 153.16 35.28 160.16 35.28 160.16 41.28 153.16 41.28 ML +closepath C2 fill + newpath +153.16 35.28 153.16 29.28 160.16 29.28 160.16 35.28 153.16 35.28 ML +closepath C2 fill + newpath +153.16 29.28 153.16 23.28 160.16 23.28 160.16 29.28 153.16 29.28 ML +closepath C2 fill + newpath +153.16 23.28 153.16 17.28 160.16 17.28 160.16 23.28 153.16 23.28 ML +closepath C99 fill + newpath +153.16 17.28 153.16 11.28 160.16 11.28 160.16 17.28 153.16 17.28 ML +closepath C99 fill + newpath +153.16 11.28 153.16 5.28 160.16 5.28 160.16 11.28 153.16 11.28 ML +closepath C99 fill + newpath +153.16 5.28 153.16 -0.72 160.16 -0.72 160.16 5.28 153.16 5.28 ML +closepath C99 fill + newpath +146.16 71.28 146.16 65.28 153.16 65.28 153.16 71.28 146.16 71.28 ML +closepath C99 fill + newpath +146.16 65.28 146.16 59.28 153.16 59.28 153.16 65.28 146.16 65.28 ML +closepath C99 fill + newpath +146.16 59.28 146.16 53.28 153.16 53.28 153.16 59.28 146.16 59.28 ML +closepath C99 fill + newpath +146.16 53.28 146.16 47.28 153.16 47.28 153.16 53.28 146.16 53.28 ML +closepath C99 fill + newpath +146.16 47.28 146.16 41.28 153.16 41.28 153.16 47.28 146.16 47.28 ML +closepath C99 fill + newpath +146.16 41.28 146.16 35.28 153.16 35.28 153.16 41.28 146.16 41.28 ML +closepath C99 fill + newpath +146.16 35.28 146.16 29.28 153.16 29.28 153.16 35.28 146.16 35.28 ML +closepath C99 fill + newpath +146.16 29.28 146.16 23.28 153.16 23.28 153.16 29.28 146.16 29.28 ML +closepath C99 fill + newpath +146.16 23.28 146.16 17.28 153.16 17.28 153.16 23.28 146.16 23.28 ML +closepath C99 fill + newpath +146.16 17.28 146.16 11.28 153.16 11.28 153.16 17.28 146.16 17.28 ML +closepath C99 fill + newpath +146.16 11.28 146.16 5.28 153.16 5.28 153.16 11.28 146.16 11.28 ML +closepath C99 fill + newpath +146.16 5.28 146.16 -0.72 153.16 -0.72 153.16 5.28 146.16 5.28 ML +closepath C99 fill + newpath +139.16 71.28 139.16 65.28 146.16 65.28 146.16 71.28 139.16 71.28 ML +closepath C99 fill + newpath +139.16 65.28 139.16 59.28 146.16 59.28 146.16 65.28 139.16 65.28 ML +closepath C99 fill + newpath +139.16 59.28 139.16 53.28 146.16 53.28 146.16 59.28 139.16 59.28 ML +closepath C99 fill + newpath +139.16 53.28 139.16 47.28 146.16 47.28 146.16 53.28 139.16 53.28 ML +closepath C99 fill + newpath +139.16 47.28 139.16 41.28 146.16 41.28 146.16 47.28 139.16 47.28 ML +closepath C99 fill + newpath +139.16 41.28 139.16 35.28 146.16 35.28 146.16 41.28 139.16 41.28 ML +closepath C99 fill + newpath +139.16 35.28 139.16 29.28 146.16 29.28 146.16 35.28 139.16 35.28 ML +closepath C99 fill + newpath +139.16 29.28 139.16 23.28 146.16 23.28 146.16 29.28 139.16 29.28 ML +closepath C99 fill + newpath +139.16 23.28 139.16 17.28 146.16 17.28 146.16 23.28 139.16 23.28 ML +closepath C99 fill + newpath +139.16 17.28 139.16 11.28 146.16 11.28 146.16 17.28 139.16 17.28 ML +closepath C99 fill + newpath +139.16 11.28 139.16 5.28 146.16 5.28 146.16 11.28 139.16 11.28 ML +closepath C99 fill + newpath +139.16 5.28 139.16 -0.72 146.16 -0.72 146.16 5.28 139.16 5.28 ML +closepath C99 fill + newpath +132.16 71.28 132.16 65.28 139.16 65.28 139.16 71.28 132.16 71.28 ML +closepath C2 fill + newpath +132.16 65.28 132.16 59.28 139.16 59.28 139.16 65.28 132.16 65.28 ML +closepath C2 fill + newpath +132.16 59.28 132.16 53.28 139.16 53.28 139.16 59.28 132.16 59.28 ML +closepath C2 fill + newpath +132.16 53.28 132.16 47.28 139.16 47.28 139.16 53.28 132.16 53.28 ML +closepath C2 fill + newpath +132.16 47.28 132.16 41.28 139.16 41.28 139.16 47.28 132.16 47.28 ML +closepath C2 fill + newpath +132.16 41.28 132.16 35.28 139.16 35.28 139.16 41.28 132.16 41.28 ML +closepath C2 fill + newpath +132.16 35.28 132.16 29.28 139.16 29.28 139.16 35.28 132.16 35.28 ML +closepath C2 fill + newpath +132.16 29.28 132.16 23.28 139.16 23.28 139.16 29.28 132.16 29.28 ML +closepath C2 fill + newpath +132.16 23.28 132.16 17.28 139.16 17.28 139.16 23.28 132.16 23.28 ML +closepath C99 fill + newpath +132.16 17.28 132.16 11.28 139.16 11.28 139.16 17.28 132.16 17.28 ML +closepath C99 fill + newpath +132.16 11.28 132.16 5.28 139.16 5.28 139.16 11.28 132.16 11.28 ML +closepath C99 fill + newpath +132.16 5.28 132.16 -0.72 139.16 -0.72 139.16 5.28 132.16 5.28 ML +closepath C99 fill + newpath +125.16 71.28 125.16 65.28 132.16 65.28 132.16 71.28 125.16 71.28 ML +closepath C99 fill + newpath +125.16 65.28 125.16 59.28 132.16 59.28 132.16 65.28 125.16 65.28 ML +closepath C99 fill + newpath +125.16 59.28 125.16 53.28 132.16 53.28 132.16 59.28 125.16 59.28 ML +closepath C99 fill + newpath +125.16 53.28 125.16 47.28 132.16 47.28 132.16 53.28 125.16 53.28 ML +closepath C99 fill + newpath +125.16 47.28 125.16 41.28 132.16 41.28 132.16 47.28 125.16 47.28 ML +closepath C99 fill + newpath +125.16 41.28 125.16 35.28 132.16 35.28 132.16 41.28 125.16 41.28 ML +closepath C99 fill + newpath +125.16 35.28 125.16 29.28 132.16 29.28 132.16 35.28 125.16 35.28 ML +closepath C99 fill + newpath +125.16 29.28 125.16 23.28 132.16 23.28 132.16 29.28 125.16 29.28 ML +closepath C99 fill + newpath +125.16 23.28 125.16 17.28 132.16 17.28 132.16 23.28 125.16 23.28 ML +closepath C99 fill + newpath +125.16 17.28 125.16 11.28 132.16 11.28 132.16 17.28 125.16 17.28 ML +closepath C99 fill + newpath +125.16 11.28 125.16 5.28 132.16 5.28 132.16 11.28 125.16 11.28 ML +closepath C99 fill + newpath +125.16 5.28 125.16 -0.72 132.16 -0.72 132.16 5.28 125.16 5.28 ML +closepath C99 fill + newpath +118.16 71.28 118.16 65.28 125.16 65.28 125.16 71.28 118.16 71.28 ML +closepath C99 fill + newpath +118.16 65.28 118.16 59.28 125.16 59.28 125.16 65.28 118.16 65.28 ML +closepath C99 fill + newpath +118.16 59.28 118.16 53.28 125.16 53.28 125.16 59.28 118.16 59.28 ML +closepath C99 fill + newpath +118.16 53.28 118.16 47.28 125.16 47.28 125.16 53.28 118.16 53.28 ML +closepath C99 fill + newpath +118.16 47.28 118.16 41.28 125.16 41.28 125.16 47.28 118.16 47.28 ML +closepath C99 fill + newpath +118.16 41.28 118.16 35.28 125.16 35.28 125.16 41.28 118.16 41.28 ML +closepath C99 fill + newpath +118.16 35.28 118.16 29.28 125.16 29.28 125.16 35.28 118.16 35.28 ML +closepath C99 fill + newpath +118.16 29.28 118.16 23.28 125.16 23.28 125.16 29.28 118.16 29.28 ML +closepath C99 fill + newpath +118.16 23.28 118.16 17.28 125.16 17.28 125.16 23.28 118.16 23.28 ML +closepath C99 fill + newpath +118.16 17.28 118.16 11.28 125.16 11.28 125.16 17.28 118.16 17.28 ML +closepath C99 fill + newpath +118.16 11.28 118.16 5.28 125.16 5.28 125.16 11.28 118.16 11.28 ML +closepath C99 fill + newpath +118.16 5.28 118.16 -0.72 125.16 -0.72 125.16 5.28 118.16 5.28 ML +closepath C99 fill + newpath +111.16 71.28 111.16 65.28 118.16 65.28 118.16 71.28 111.16 71.28 ML +closepath C99 fill + newpath +111.16 65.28 111.16 59.28 118.16 59.28 118.16 65.28 111.16 65.28 ML +closepath C99 fill + newpath +111.16 59.28 111.16 53.28 118.16 53.28 118.16 59.28 111.16 59.28 ML +closepath C99 fill + newpath +111.16 53.28 111.16 47.28 118.16 47.28 118.16 53.28 111.16 53.28 ML +closepath C99 fill + newpath +111.16 47.28 111.16 41.28 118.16 41.28 118.16 47.28 111.16 47.28 ML +closepath C99 fill + newpath +111.16 41.28 111.16 35.28 118.16 35.28 118.16 41.28 111.16 41.28 ML +closepath C99 fill + newpath +111.16 35.28 111.16 29.28 118.16 29.28 118.16 35.28 111.16 35.28 ML +closepath C99 fill + newpath +111.16 29.28 111.16 23.28 118.16 23.28 118.16 29.28 111.16 29.28 ML +closepath C99 fill + newpath +111.16 23.28 111.16 17.28 118.16 17.28 118.16 23.28 111.16 23.28 ML +closepath C99 fill + newpath +111.16 17.28 111.16 11.28 118.16 11.28 118.16 17.28 111.16 17.28 ML +closepath C99 fill + newpath +111.16 11.28 111.16 5.28 118.16 5.28 118.16 11.28 111.16 11.28 ML +closepath C99 fill + newpath +111.16 5.28 111.16 -0.72 118.16 -0.72 118.16 5.28 111.16 5.28 ML +closepath C99 fill + newpath +104.16 71.28 104.16 65.28 111.16 65.28 111.16 71.28 104.16 71.28 ML +closepath C99 fill + newpath +104.16 65.28 104.16 59.28 111.16 59.28 111.16 65.28 104.16 65.28 ML +closepath C99 fill + newpath +104.16 59.28 104.16 53.28 111.16 53.28 111.16 59.28 104.16 59.28 ML +closepath C99 fill + newpath +104.16 53.28 104.16 47.28 111.16 47.28 111.16 53.28 104.16 53.28 ML +closepath C99 fill + newpath +104.16 47.28 104.16 41.28 111.16 41.28 111.16 47.28 104.16 47.28 ML +closepath C99 fill + newpath +104.16 41.28 104.16 35.28 111.16 35.28 111.16 41.28 104.16 41.28 ML +closepath C99 fill + newpath +104.16 35.28 104.16 29.28 111.16 29.28 111.16 35.28 104.16 35.28 ML +closepath C99 fill + newpath +104.16 29.28 104.16 23.28 111.16 23.28 111.16 29.28 104.16 29.28 ML +closepath C99 fill + newpath +104.16 23.28 104.16 17.28 111.16 17.28 111.16 23.28 104.16 23.28 ML +closepath C99 fill + newpath +104.16 17.28 104.16 11.28 111.16 11.28 111.16 17.28 104.16 17.28 ML +closepath C99 fill + newpath +104.16 11.28 104.16 5.28 111.16 5.28 111.16 11.28 104.16 11.28 ML +closepath C99 fill + newpath +104.16 5.28 104.16 -0.72 111.16 -0.72 111.16 5.28 104.16 5.28 ML +closepath C99 fill + newpath +97.16 71.28 97.16 65.28 104.16 65.28 104.16 71.28 97.16 71.28 ML +closepath C99 fill + newpath +97.16 65.28 97.16 59.28 104.16 59.28 104.16 65.28 97.16 65.28 ML +closepath C99 fill + newpath +97.16 59.28 97.16 53.28 104.16 53.28 104.16 59.28 97.16 59.28 ML +closepath C99 fill + newpath +97.16 53.28 97.16 47.28 104.16 47.28 104.16 53.28 97.16 53.28 ML +closepath C99 fill + newpath +97.16 47.28 97.16 41.28 104.16 41.28 104.16 47.28 97.16 47.28 ML +closepath C99 fill + newpath +97.16 41.28 97.16 35.28 104.16 35.28 104.16 41.28 97.16 41.28 ML +closepath C99 fill + newpath +97.16 35.28 97.16 29.28 104.16 29.28 104.16 35.28 97.16 35.28 ML +closepath C99 fill + newpath +97.16 29.28 97.16 23.28 104.16 23.28 104.16 29.28 97.16 29.28 ML +closepath C99 fill + newpath +97.16 23.28 97.16 17.28 104.16 17.28 104.16 23.28 97.16 23.28 ML +closepath C99 fill + newpath +97.16 17.28 97.16 11.28 104.16 11.28 104.16 17.28 97.16 17.28 ML +closepath C99 fill + newpath +97.16 11.28 97.16 5.28 104.16 5.28 104.16 11.28 97.16 11.28 ML +closepath C99 fill + newpath +97.16 5.28 97.16 -0.72 104.16 -0.72 104.16 5.28 97.16 5.28 ML +closepath C99 fill + newpath +90.16 71.28 90.16 65.28 97.16 65.28 97.16 71.28 90.16 71.28 ML +closepath C99 fill + newpath +90.16 65.28 90.16 59.28 97.16 59.28 97.16 65.28 90.16 65.28 ML +closepath C99 fill + newpath +90.16 59.28 90.16 53.28 97.16 53.28 97.16 59.28 90.16 59.28 ML +closepath C99 fill + newpath +90.16 53.28 90.16 47.28 97.16 47.28 97.16 53.28 90.16 53.28 ML +closepath C99 fill + newpath +90.16 47.28 90.16 41.28 97.16 41.28 97.16 47.28 90.16 47.28 ML +closepath C99 fill + newpath +90.16 41.28 90.16 35.28 97.16 35.28 97.16 41.28 90.16 41.28 ML +closepath C99 fill + newpath +90.16 35.28 90.16 29.28 97.16 29.28 97.16 35.28 90.16 35.28 ML +closepath C99 fill + newpath +90.16 29.28 90.16 23.28 97.16 23.28 97.16 29.28 90.16 29.28 ML +closepath C99 fill + newpath +90.16 23.28 90.16 17.28 97.16 17.28 97.16 23.28 90.16 23.28 ML +closepath C99 fill + newpath +90.16 17.28 90.16 11.28 97.16 11.28 97.16 17.28 90.16 17.28 ML +closepath C99 fill + newpath +90.16 11.28 90.16 5.28 97.16 5.28 97.16 11.28 90.16 11.28 ML +closepath C99 fill + newpath +90.16 5.28 90.16 -0.72 97.16 -0.72 97.16 5.28 90.16 5.28 ML +closepath C99 fill + newpath +83.16 71.28 83.16 65.28 90.16 65.28 90.16 71.28 83.16 71.28 ML +closepath C99 fill + newpath +83.16 65.28 83.16 59.28 90.16 59.28 90.16 65.28 83.16 65.28 ML +closepath C99 fill + newpath +83.16 59.28 83.16 53.28 90.16 53.28 90.16 59.28 83.16 59.28 ML +closepath C99 fill + newpath +83.16 53.28 83.16 47.28 90.16 47.28 90.16 53.28 83.16 53.28 ML +closepath C99 fill + newpath +83.16 47.28 83.16 41.28 90.16 41.28 90.16 47.28 83.16 47.28 ML +closepath C99 fill + newpath +83.16 41.28 83.16 35.28 90.16 35.28 90.16 41.28 83.16 41.28 ML +closepath C99 fill + newpath +83.16 35.28 83.16 29.28 90.16 29.28 90.16 35.28 83.16 35.28 ML +closepath C99 fill + newpath +83.16 29.28 83.16 23.28 90.16 23.28 90.16 29.28 83.16 29.28 ML +closepath C99 fill + newpath +83.16 23.28 83.16 17.28 90.16 17.28 90.16 23.28 83.16 23.28 ML +closepath C99 fill + newpath +83.16 17.28 83.16 11.28 90.16 11.28 90.16 17.28 83.16 17.28 ML +closepath C99 fill + newpath +83.16 11.28 83.16 5.28 90.16 5.28 90.16 11.28 83.16 11.28 ML +closepath C99 fill + newpath +83.16 5.28 83.16 -0.72 90.16 -0.72 90.16 5.28 83.16 5.28 ML +closepath C99 fill + newpath +76.16 71.28 76.16 65.28 83.16 65.28 83.16 71.28 76.16 71.28 ML +closepath C99 fill + newpath +76.16 65.28 76.16 59.28 83.16 59.28 83.16 65.28 76.16 65.28 ML +closepath C99 fill + newpath +76.16 59.28 76.16 53.28 83.16 53.28 83.16 59.28 76.16 59.28 ML +closepath C99 fill + newpath +76.16 53.28 76.16 47.28 83.16 47.28 83.16 53.28 76.16 53.28 ML +closepath C99 fill + newpath +76.16 47.28 76.16 41.28 83.16 41.28 83.16 47.28 76.16 47.28 ML +closepath C99 fill + newpath +76.16 41.28 76.16 35.28 83.16 35.28 83.16 41.28 76.16 41.28 ML +closepath C99 fill + newpath +76.16 35.28 76.16 29.28 83.16 29.28 83.16 35.28 76.16 35.28 ML +closepath C99 fill + newpath +76.16 29.28 76.16 23.28 83.16 23.28 83.16 29.28 76.16 29.28 ML +closepath C99 fill + newpath +76.16 23.28 76.16 17.28 83.16 17.28 83.16 23.28 76.16 23.28 ML +closepath C99 fill + newpath +76.16 17.28 76.16 11.28 83.16 11.28 83.16 17.28 76.16 17.28 ML +closepath C99 fill + newpath +76.16 11.28 76.16 5.28 83.16 5.28 83.16 11.28 76.16 11.28 ML +closepath C99 fill + newpath +76.16 5.28 76.16 -0.72 83.16 -0.72 83.16 5.28 76.16 5.28 ML +closepath C99 fill + newpath +69.16 71.28 69.16 65.28 76.16 65.28 76.16 71.28 69.16 71.28 ML +closepath C99 fill + newpath +69.16 65.28 69.16 59.28 76.16 59.28 76.16 65.28 69.16 65.28 ML +closepath C99 fill + newpath +69.16 59.28 69.16 53.28 76.16 53.28 76.16 59.28 69.16 59.28 ML +closepath C99 fill + newpath +69.16 53.28 69.16 47.28 76.16 47.28 76.16 53.28 69.16 53.28 ML +closepath C99 fill + newpath +69.16 47.28 69.16 41.28 76.16 41.28 76.16 47.28 69.16 47.28 ML +closepath C99 fill + newpath +69.16 41.28 69.16 35.28 76.16 35.28 76.16 41.28 69.16 41.28 ML +closepath C99 fill + newpath +69.16 35.28 69.16 29.28 76.16 29.28 76.16 35.28 69.16 35.28 ML +closepath C99 fill + newpath +69.16 29.28 69.16 23.28 76.16 23.28 76.16 29.28 69.16 29.28 ML +closepath C99 fill + newpath +69.16 23.28 69.16 17.28 76.16 17.28 76.16 23.28 69.16 23.28 ML +closepath C99 fill + newpath +69.16 17.28 69.16 11.28 76.16 11.28 76.16 17.28 69.16 17.28 ML +closepath C99 fill + newpath +69.16 11.28 69.16 5.28 76.16 5.28 76.16 11.28 69.16 11.28 ML +closepath C99 fill + newpath +69.16 5.28 69.16 -0.72 76.16 -0.72 76.16 5.28 69.16 5.28 ML +closepath C99 fill + newpath +62.16 71.28 62.16 65.28 69.16 65.28 69.16 71.28 62.16 71.28 ML +closepath C99 fill + newpath +62.16 65.28 62.16 59.28 69.16 59.28 69.16 65.28 62.16 65.28 ML +closepath C99 fill + newpath +62.16 59.28 62.16 53.28 69.16 53.28 69.16 59.28 62.16 59.28 ML +closepath C99 fill + newpath +62.16 53.28 62.16 47.28 69.16 47.28 69.16 53.28 62.16 53.28 ML +closepath C99 fill + newpath +62.16 47.28 62.16 41.28 69.16 41.28 69.16 47.28 62.16 47.28 ML +closepath C99 fill + newpath +62.16 41.28 62.16 35.28 69.16 35.28 69.16 41.28 62.16 41.28 ML +closepath C99 fill + newpath +62.16 35.28 62.16 29.28 69.16 29.28 69.16 35.28 62.16 35.28 ML +closepath C99 fill + newpath +62.16 29.28 62.16 23.28 69.16 23.28 69.16 29.28 62.16 29.28 ML +closepath C99 fill + newpath +62.16 23.28 62.16 17.28 69.16 17.28 69.16 23.28 62.16 23.28 ML +closepath C99 fill + newpath +62.16 17.28 62.16 11.28 69.16 11.28 69.16 17.28 62.16 17.28 ML +closepath C99 fill + newpath +62.16 11.28 62.16 5.28 69.16 5.28 69.16 11.28 62.16 11.28 ML +closepath C99 fill + newpath +62.16 5.28 62.16 -0.72 69.16 -0.72 69.16 5.28 62.16 5.28 ML +closepath C99 fill + newpath +55.16 71.28 55.16 65.28 62.16 65.28 62.16 71.28 55.16 71.28 ML +closepath C99 fill + newpath +55.16 65.28 55.16 59.28 62.16 59.28 62.16 65.28 55.16 65.28 ML +closepath C99 fill + newpath +55.16 59.28 55.16 53.28 62.16 53.28 62.16 59.28 55.16 59.28 ML +closepath C99 fill + newpath +55.16 53.28 55.16 47.28 62.16 47.28 62.16 53.28 55.16 53.28 ML +closepath C99 fill + newpath +55.16 47.28 55.16 41.28 62.16 41.28 62.16 47.28 55.16 47.28 ML +closepath C99 fill + newpath +55.16 41.28 55.16 35.28 62.16 35.28 62.16 41.28 55.16 41.28 ML +closepath C99 fill + newpath +55.16 35.28 55.16 29.28 62.16 29.28 62.16 35.28 55.16 35.28 ML +closepath C99 fill + newpath +55.16 29.28 55.16 23.28 62.16 23.28 62.16 29.28 55.16 29.28 ML +closepath C99 fill + newpath +55.16 23.28 55.16 17.28 62.16 17.28 62.16 23.28 55.16 23.28 ML +closepath C99 fill + newpath +55.16 17.28 55.16 11.28 62.16 11.28 62.16 17.28 55.16 17.28 ML +closepath C99 fill + newpath +55.16 11.28 55.16 5.28 62.16 5.28 62.16 11.28 55.16 11.28 ML +closepath C99 fill + newpath +55.16 5.28 55.16 -0.72 62.16 -0.72 62.16 5.28 55.16 5.28 ML +closepath C99 fill + newpath +48.16 71.28 48.16 65.28 55.16 65.28 55.16 71.28 48.16 71.28 ML +closepath C99 fill + newpath +48.16 65.28 48.16 59.28 55.16 59.28 55.16 65.28 48.16 65.28 ML +closepath C99 fill + newpath +48.16 59.28 48.16 53.28 55.16 53.28 55.16 59.28 48.16 59.28 ML +closepath C99 fill + newpath +48.16 53.28 48.16 47.28 55.16 47.28 55.16 53.28 48.16 53.28 ML +closepath C99 fill + newpath +48.16 47.28 48.16 41.28 55.16 41.28 55.16 47.28 48.16 47.28 ML +closepath C99 fill + newpath +48.16 41.28 48.16 35.28 55.16 35.28 55.16 41.28 48.16 41.28 ML +closepath C99 fill + newpath +48.16 35.28 48.16 29.28 55.16 29.28 55.16 35.28 48.16 35.28 ML +closepath C99 fill + newpath +48.16 29.28 48.16 23.28 55.16 23.28 55.16 29.28 48.16 29.28 ML +closepath C99 fill + newpath +48.16 23.28 48.16 17.28 55.16 17.28 55.16 23.28 48.16 23.28 ML +closepath C99 fill + newpath +48.16 17.28 48.16 11.28 55.16 11.28 55.16 17.28 48.16 17.28 ML +closepath C99 fill + newpath +48.16 11.28 48.16 5.28 55.16 5.28 55.16 11.28 48.16 11.28 ML +closepath C99 fill + newpath +48.16 5.28 48.16 -0.72 55.16 -0.72 55.16 5.28 48.16 5.28 ML +closepath C99 fill + newpath +41.16 71.28 41.16 65.28 48.16 65.28 48.16 71.28 41.16 71.28 ML +closepath C99 fill + newpath +41.16 65.28 41.16 59.28 48.16 59.28 48.16 65.28 41.16 65.28 ML +closepath C99 fill + newpath +41.16 59.28 41.16 53.28 48.16 53.28 48.16 59.28 41.16 59.28 ML +closepath C99 fill + newpath +41.16 53.28 41.16 47.28 48.16 47.28 48.16 53.28 41.16 53.28 ML +closepath C99 fill + newpath +41.16 47.28 41.16 41.28 48.16 41.28 48.16 47.28 41.16 47.28 ML +closepath C99 fill + newpath +41.16 41.28 41.16 35.28 48.16 35.28 48.16 41.28 41.16 41.28 ML +closepath C99 fill + newpath +41.16 35.28 41.16 29.28 48.16 29.28 48.16 35.28 41.16 35.28 ML +closepath C99 fill + newpath +41.16 29.28 41.16 23.28 48.16 23.28 48.16 29.28 41.16 29.28 ML +closepath C99 fill + newpath +41.16 23.28 41.16 17.28 48.16 17.28 48.16 23.28 41.16 23.28 ML +closepath C99 fill + newpath +41.16 17.28 41.16 11.28 48.16 11.28 48.16 17.28 41.16 17.28 ML +closepath C99 fill + newpath +41.16 11.28 41.16 5.28 48.16 5.28 48.16 11.28 41.16 11.28 ML +closepath C99 fill + newpath +41.16 5.28 41.16 -0.72 48.16 -0.72 48.16 5.28 41.16 5.28 ML +closepath C99 fill + newpath +34.16 71.28 34.16 65.28 41.16 65.28 41.16 71.28 34.16 71.28 ML +closepath C99 fill + newpath +34.16 65.28 34.16 59.28 41.16 59.28 41.16 65.28 34.16 65.28 ML +closepath C99 fill + newpath +34.16 59.28 34.16 53.28 41.16 53.28 41.16 59.28 34.16 59.28 ML +closepath C99 fill + newpath +34.16 53.28 34.16 47.28 41.16 47.28 41.16 53.28 34.16 53.28 ML +closepath C99 fill + newpath +34.16 47.28 34.16 41.28 41.16 41.28 41.16 47.28 34.16 47.28 ML +closepath C99 fill + newpath +34.16 41.28 34.16 35.28 41.16 35.28 41.16 41.28 34.16 41.28 ML +closepath C99 fill + newpath +34.16 35.28 34.16 29.28 41.16 29.28 41.16 35.28 34.16 35.28 ML +closepath C99 fill + newpath +34.16 29.28 34.16 23.28 41.16 23.28 41.16 29.28 34.16 29.28 ML +closepath C99 fill + newpath +34.16 23.28 34.16 17.28 41.16 17.28 41.16 23.28 34.16 23.28 ML +closepath C99 fill + newpath +34.16 17.28 34.16 11.28 41.16 11.28 41.16 17.28 34.16 17.28 ML +closepath C99 fill + newpath +34.16 11.28 34.16 5.28 41.16 5.28 41.16 11.28 34.16 11.28 ML +closepath C99 fill + newpath +34.16 5.28 34.16 -0.72 41.16 -0.72 41.16 5.28 34.16 5.28 ML +closepath C99 fill + newpath +27.16 71.28 27.16 65.28 34.16 65.28 34.16 71.28 27.16 71.28 ML +closepath C99 fill + newpath +27.16 65.28 27.16 59.28 34.16 59.28 34.16 65.28 27.16 65.28 ML +closepath C99 fill + newpath +27.16 59.28 27.16 53.28 34.16 53.28 34.16 59.28 27.16 59.28 ML +closepath C99 fill + newpath +27.16 53.28 27.16 47.28 34.16 47.28 34.16 53.28 27.16 53.28 ML +closepath C99 fill + newpath +27.16 47.28 27.16 41.28 34.16 41.28 34.16 47.28 27.16 47.28 ML +closepath C99 fill + newpath +27.16 41.28 27.16 35.28 34.16 35.28 34.16 41.28 27.16 41.28 ML +closepath C99 fill + newpath +27.16 35.28 27.16 29.28 34.16 29.28 34.16 35.28 27.16 35.28 ML +closepath C99 fill + newpath +27.16 29.28 27.16 23.28 34.16 23.28 34.16 29.28 27.16 29.28 ML +closepath C99 fill + newpath +27.16 23.28 27.16 17.28 34.16 17.28 34.16 23.28 27.16 23.28 ML +closepath C99 fill + newpath +27.16 17.28 27.16 11.28 34.16 11.28 34.16 17.28 27.16 17.28 ML +closepath C99 fill + newpath +27.16 11.28 27.16 5.28 34.16 5.28 34.16 11.28 27.16 11.28 ML +closepath C99 fill + newpath +27.16 5.28 27.16 -0.72 34.16 -0.72 34.16 5.28 27.16 5.28 ML +closepath C99 fill + newpath +20.16 71.28 20.16 65.28 27.16 65.28 27.16 71.28 20.16 71.28 ML +closepath C99 fill + newpath +20.16 65.28 20.16 59.28 27.16 59.28 27.16 65.28 20.16 65.28 ML +closepath C99 fill + newpath +20.16 59.28 20.16 53.28 27.16 53.28 27.16 59.28 20.16 59.28 ML +closepath C99 fill + newpath +20.16 53.28 20.16 47.28 27.16 47.28 27.16 53.28 20.16 53.28 ML +closepath C99 fill + newpath +20.16 47.28 20.16 41.28 27.16 41.28 27.16 47.28 20.16 47.28 ML +closepath C99 fill + newpath +20.16 41.28 20.16 35.28 27.16 35.28 27.16 41.28 20.16 41.28 ML +closepath C99 fill + newpath +20.16 35.28 20.16 29.28 27.16 29.28 27.16 35.28 20.16 35.28 ML +closepath C99 fill + newpath +20.16 29.28 20.16 23.28 27.16 23.28 27.16 29.28 20.16 29.28 ML +closepath C99 fill + newpath +20.16 23.28 20.16 17.28 27.16 17.28 27.16 23.28 20.16 23.28 ML +closepath C99 fill + newpath +20.16 17.28 20.16 11.28 27.16 11.28 27.16 17.28 20.16 17.28 ML +closepath C99 fill + newpath +20.16 11.28 20.16 5.28 27.16 5.28 27.16 11.28 20.16 11.28 ML +closepath C99 fill + newpath +20.16 5.28 20.16 -0.72 27.16 -0.72 27.16 5.28 20.16 5.28 ML +closepath C99 fill + newpath +13.16 71.28 13.16 65.28 20.16 65.28 20.16 71.28 13.16 71.28 ML +closepath C99 fill + newpath +13.16 65.28 13.16 59.28 20.16 59.28 20.16 65.28 13.16 65.28 ML +closepath C99 fill + newpath +13.16 59.28 13.16 53.28 20.16 53.28 20.16 59.28 13.16 59.28 ML +closepath C99 fill + newpath +13.16 53.28 13.16 47.28 20.16 47.28 20.16 53.28 13.16 53.28 ML +closepath C99 fill + newpath +13.16 47.28 13.16 41.28 20.16 41.28 20.16 47.28 13.16 47.28 ML +closepath C99 fill + newpath +13.16 41.28 13.16 35.28 20.16 35.28 20.16 41.28 13.16 41.28 ML +closepath C99 fill + newpath +13.16 35.28 13.16 29.28 20.16 29.28 20.16 35.28 13.16 35.28 ML +closepath C99 fill + newpath +13.16 29.28 13.16 23.28 20.16 23.28 20.16 29.28 13.16 29.28 ML +closepath C99 fill + newpath +13.16 23.28 13.16 17.28 20.16 17.28 20.16 23.28 13.16 23.28 ML +closepath C99 fill + newpath +13.16 17.28 13.16 11.28 20.16 11.28 20.16 17.28 13.16 17.28 ML +closepath C99 fill + newpath +13.16 11.28 13.16 5.28 20.16 5.28 20.16 11.28 13.16 11.28 ML +closepath C99 fill + newpath +13.16 5.28 13.16 -0.72 20.16 -0.72 20.16 5.28 13.16 5.28 ML +closepath C99 fill + newpath +6.16 71.28 6.16 65.28 13.16 65.28 13.16 71.28 6.16 71.28 ML +closepath C99 fill + newpath +6.16 65.28 6.16 59.28 13.16 59.28 13.16 65.28 6.16 65.28 ML +closepath C99 fill + newpath +6.16 59.28 6.16 53.28 13.16 53.28 13.16 59.28 6.16 59.28 ML +closepath C99 fill + newpath +6.16 53.28 6.16 47.28 13.16 47.28 13.16 53.28 6.16 53.28 ML +closepath C99 fill + newpath +6.16 47.28 6.16 41.28 13.16 41.28 13.16 47.28 6.16 47.28 ML +closepath C99 fill + newpath +6.16 41.28 6.16 35.28 13.16 35.28 13.16 41.28 6.16 41.28 ML +closepath C99 fill + newpath +6.16 35.28 6.16 29.28 13.16 29.28 13.16 35.28 6.16 35.28 ML +closepath C99 fill + newpath +6.16 29.28 6.16 23.28 13.16 23.28 13.16 29.28 6.16 29.28 ML +closepath C99 fill + newpath +6.16 23.28 6.16 17.28 13.16 17.28 13.16 23.28 6.16 23.28 ML +closepath C99 fill + newpath +6.16 17.28 6.16 11.28 13.16 11.28 13.16 17.28 6.16 17.28 ML +closepath C99 fill + newpath +6.16 11.28 6.16 5.28 13.16 5.28 13.16 11.28 6.16 11.28 ML +closepath C99 fill + newpath +6.16 5.28 6.16 -0.72 13.16 -0.72 13.16 5.28 6.16 5.28 ML +closepath C99 fill + newpath +-0.84 71.28 -0.84 65.28 6.16 65.28 6.16 71.28 -0.84 71.28 ML +closepath C99 fill + newpath +-0.84 65.28 -0.84 59.28 6.16 59.28 6.16 65.28 -0.84 65.28 ML +closepath C99 fill + newpath +-0.84 59.28 -0.84 53.28 6.16 53.28 6.16 59.28 -0.84 59.28 ML +closepath C99 fill + newpath +-0.84 53.28 -0.84 47.28 6.16 47.28 6.16 53.28 -0.84 53.28 ML +closepath C99 fill + newpath +-0.84 47.28 -0.84 41.28 6.16 41.28 6.16 47.28 -0.84 47.28 ML +closepath C99 fill + newpath +-0.84 41.28 -0.84 35.28 6.16 35.28 6.16 41.28 -0.84 41.28 ML +closepath C99 fill + newpath +-0.84 35.28 -0.84 29.28 6.16 29.28 6.16 35.28 -0.84 35.28 ML +closepath C99 fill + newpath +-0.84 29.28 -0.84 23.28 6.16 23.28 6.16 29.28 -0.84 29.28 ML +closepath C99 fill + newpath +-0.84 23.28 -0.84 17.28 6.16 17.28 6.16 23.28 -0.84 23.28 ML +closepath C99 fill + newpath +-0.84 17.28 -0.84 11.28 6.16 11.28 6.16 17.28 -0.84 17.28 ML +closepath C99 fill + newpath +-0.84 11.28 -0.84 5.28 6.16 5.28 6.16 11.28 -0.84 11.28 ML +closepath C99 fill + newpath +-0.84 5.28 -0.84 -0.72 6.16 -0.72 6.16 5.28 -0.84 5.28 ML +closepath C99 fill +C100 + 412.16 71.28 412.16 65.28 L + C100 + 419.16 71.28 419.16 65.28 L + C100 + 412.16 71.28 419.16 71.28 L + C100 + 412.16 65.28 412.16 59.28 L + C100 + 419.16 65.28 419.16 59.28 L + C100 + 412.16 59.28 412.16 53.28 L + C100 + 419.16 59.28 419.16 53.28 L + C100 + 412.16 53.28 412.16 47.28 L + C100 + 419.16 53.28 419.16 47.28 L + C100 + 412.16 47.28 412.16 41.28 L + C100 + 419.16 47.28 419.16 41.28 L + C100 + 412.16 41.28 412.16 35.28 L + C100 + 419.16 41.28 419.16 35.28 L + C100 + 412.16 35.28 412.16 29.28 L + C100 + 419.16 35.28 419.16 29.28 L + C100 + 412.16 29.28 412.16 23.28 L + C100 + 419.16 29.28 419.16 23.28 L + C100 + 412.16 23.28 419.16 23.28 L + C100 + 370.16 71.28 370.16 65.28 L + C100 + 363.16 71.28 370.16 71.28 L + C100 + 370.16 65.28 370.16 59.28 L + C100 + 370.16 59.28 370.16 53.28 L + C100 + 370.16 53.28 370.16 47.28 L + C100 + 370.16 47.28 370.16 41.28 L + C100 + 370.16 41.28 370.16 35.28 L + C100 + 370.16 35.28 370.16 29.28 L + C100 + 370.16 29.28 370.16 23.28 L + C100 + 363.16 23.28 370.16 23.28 L + C100 + 356.16 71.28 356.16 65.28 L + C100 + 356.16 71.28 363.16 71.28 L + C100 + 356.16 65.28 356.16 59.28 L + C100 + 356.16 59.28 356.16 53.28 L + C100 + 356.16 53.28 356.16 47.28 L + C100 + 356.16 47.28 356.16 41.28 L + C100 + 356.16 41.28 356.16 35.28 L + C100 + 356.16 35.28 356.16 29.28 L + C100 + 356.16 29.28 356.16 23.28 L + C100 + 356.16 23.28 363.16 23.28 L + C100 + 335.16 71.28 335.16 65.28 L + C100 + 342.16 71.28 342.16 65.28 L + C100 + 335.16 71.28 342.16 71.28 L + C100 + 335.16 65.28 335.16 59.28 L + C100 + 342.16 65.28 342.16 59.28 L + C100 + 335.16 59.28 335.16 53.28 L + C100 + 342.16 59.28 342.16 53.28 L + C100 + 335.16 53.28 335.16 47.28 L + C100 + 342.16 53.28 342.16 47.28 L + C100 + 335.16 47.28 335.16 41.28 L + C100 + 342.16 47.28 342.16 41.28 L + C100 + 335.16 41.28 335.16 35.28 L + C100 + 342.16 41.28 342.16 35.28 L + C100 + 335.16 35.28 335.16 29.28 L + C100 + 342.16 35.28 342.16 29.28 L + C100 + 335.16 29.28 335.16 23.28 L + C100 + 342.16 29.28 342.16 23.28 L + C100 + 335.16 23.28 342.16 23.28 L + C100 + 307.16 71.28 307.16 65.28 L + C100 + 314.16 71.28 314.16 65.28 L + C100 + 307.16 71.28 314.16 71.28 L + C100 + 307.16 65.28 307.16 59.28 L + C100 + 314.16 65.28 314.16 59.28 L + C100 + 307.16 59.28 307.16 53.28 L + C100 + 314.16 59.28 314.16 53.28 L + C100 + 307.16 53.28 307.16 47.28 L + C100 + 314.16 53.28 314.16 47.28 L + C100 + 307.16 47.28 307.16 41.28 L + C100 + 314.16 47.28 314.16 41.28 L + C100 + 307.16 41.28 307.16 35.28 L + C100 + 314.16 41.28 314.16 35.28 L + C100 + 307.16 35.28 307.16 29.28 L + C100 + 314.16 35.28 314.16 29.28 L + C100 + 307.16 29.28 307.16 23.28 L + C100 + 314.16 29.28 314.16 23.28 L + C100 + 307.16 23.28 314.16 23.28 L + C100 + 258.16 71.28 258.16 65.28 L + C100 + 251.16 71.28 258.16 71.28 L + C100 + 258.16 65.28 258.16 59.28 L + C100 + 258.16 59.28 258.16 53.28 L + C100 + 258.16 53.28 258.16 47.28 L + C100 + 258.16 47.28 258.16 41.28 L + C100 + 258.16 41.28 258.16 35.28 L + C100 + 258.16 35.28 258.16 29.28 L + C100 + 258.16 29.28 258.16 23.28 L + C100 + 251.16 23.28 258.16 23.28 L + C100 + 244.16 71.28 244.16 65.28 L + C100 + 244.16 71.28 251.16 71.28 L + C100 + 244.16 65.28 244.16 59.28 L + C100 + 244.16 59.28 244.16 53.28 L + C100 + 244.16 53.28 244.16 47.28 L + C100 + 244.16 47.28 244.16 41.28 L + C100 + 244.16 41.28 244.16 35.28 L + C100 + 244.16 35.28 244.16 29.28 L + C100 + 244.16 29.28 244.16 23.28 L + C100 + 244.16 23.28 251.16 23.28 L + C100 + 237.16 71.28 237.16 65.28 L + C100 + 230.16 71.28 237.16 71.28 L + C100 + 237.16 65.28 237.16 59.28 L + C100 + 237.16 59.28 237.16 53.28 L + C100 + 237.16 53.28 237.16 47.28 L + C100 + 237.16 47.28 237.16 41.28 L + C100 + 237.16 41.28 237.16 35.28 L + C100 + 237.16 35.28 237.16 29.28 L + C100 + 237.16 29.28 237.16 23.28 L + C100 + 230.16 23.28 237.16 23.28 L + C100 + 223.16 71.28 230.16 71.28 L + C100 + 223.16 23.28 230.16 23.28 L + C100 + 216.16 71.28 216.16 65.28 L + C100 + 216.16 71.28 223.16 71.28 L + C100 + 216.16 65.28 216.16 59.28 L + C100 + 216.16 59.28 216.16 53.28 L + C100 + 216.16 53.28 216.16 47.28 L + C100 + 216.16 47.28 216.16 41.28 L + C100 + 216.16 41.28 216.16 35.28 L + C100 + 216.16 35.28 216.16 29.28 L + C100 + 216.16 29.28 216.16 23.28 L + C100 + 216.16 23.28 223.16 23.28 L + C100 + 209.16 71.28 209.16 65.28 L + C100 + 202.16 71.28 209.16 71.28 L + C100 + 209.16 65.28 209.16 59.28 L + C100 + 209.16 59.28 209.16 53.28 L + C100 + 209.16 53.28 209.16 47.28 L + C100 + 209.16 47.28 209.16 41.28 L + C100 + 209.16 41.28 209.16 35.28 L + C100 + 209.16 35.28 209.16 29.28 L + C100 + 209.16 29.28 209.16 23.28 L + C100 + 202.16 23.28 209.16 23.28 L + C100 + 195.16 71.28 202.16 71.28 L + C100 + 195.16 23.28 202.16 23.28 L + C100 + 188.16 71.28 188.16 65.28 L + C100 + 188.16 71.28 195.16 71.28 L + C100 + 188.16 65.28 188.16 59.28 L + C100 + 188.16 59.28 188.16 53.28 L + C100 + 188.16 53.28 188.16 47.28 L + C100 + 188.16 47.28 188.16 41.28 L + C100 + 188.16 41.28 188.16 35.28 L + C100 + 188.16 35.28 188.16 29.28 L + C100 + 188.16 29.28 188.16 23.28 L + C100 + 188.16 23.28 195.16 23.28 L + C100 + 174.16 71.28 174.16 65.28 L + C100 + 181.16 71.28 181.16 65.28 L + C100 + 174.16 71.28 181.16 71.28 L + C100 + 174.16 65.28 174.16 59.28 L + C100 + 181.16 65.28 181.16 59.28 L + C100 + 174.16 59.28 174.16 53.28 L + C100 + 181.16 59.28 181.16 53.28 L + C100 + 174.16 53.28 174.16 47.28 L + C100 + 181.16 53.28 181.16 47.28 L + C100 + 174.16 47.28 174.16 41.28 L + C100 + 181.16 47.28 181.16 41.28 L + C100 + 174.16 41.28 174.16 35.28 L + C100 + 181.16 41.28 181.16 35.28 L + C100 + 174.16 35.28 174.16 29.28 L + C100 + 181.16 35.28 181.16 29.28 L + C100 + 174.16 29.28 174.16 23.28 L + C100 + 181.16 29.28 181.16 23.28 L + C100 + 174.16 23.28 181.16 23.28 L + C100 + 153.16 71.28 153.16 65.28 L + C100 + 160.16 71.28 160.16 65.28 L + C100 + 153.16 71.28 160.16 71.28 L + C100 + 153.16 65.28 153.16 59.28 L + C100 + 160.16 65.28 160.16 59.28 L + C100 + 153.16 59.28 153.16 53.28 L + C100 + 160.16 59.28 160.16 53.28 L + C100 + 153.16 53.28 153.16 47.28 L + C100 + 160.16 53.28 160.16 47.28 L + C100 + 153.16 47.28 153.16 41.28 L + C100 + 160.16 47.28 160.16 41.28 L + C100 + 153.16 41.28 153.16 35.28 L + C100 + 160.16 41.28 160.16 35.28 L + C100 + 153.16 35.28 153.16 29.28 L + C100 + 160.16 35.28 160.16 29.28 L + C100 + 153.16 29.28 153.16 23.28 L + C100 + 160.16 29.28 160.16 23.28 L + C100 + 153.16 23.28 160.16 23.28 L + C100 + 132.16 71.28 132.16 65.28 L + C100 + 139.16 71.28 139.16 65.28 L + C100 + 132.16 71.28 139.16 71.28 L + C100 + 132.16 65.28 132.16 59.28 L + C100 + 139.16 65.28 139.16 59.28 L + C100 + 132.16 59.28 132.16 53.28 L + C100 + 139.16 59.28 139.16 53.28 L + C100 + 132.16 53.28 132.16 47.28 L + C100 + 139.16 53.28 139.16 47.28 L + C100 + 132.16 47.28 132.16 41.28 L + C100 + 139.16 47.28 139.16 41.28 L + C100 + 132.16 41.28 132.16 35.28 L + C100 + 139.16 41.28 139.16 35.28 L + C100 + 132.16 35.28 132.16 29.28 L + C100 + 139.16 35.28 139.16 29.28 L + C100 + 132.16 29.28 132.16 23.28 L + C100 + 139.16 29.28 139.16 23.28 L + C100 + 132.16 23.28 139.16 23.28 L + C100 + 196.00 0.00 moveto +203.00 0.00 lineto +199.50 5.40 lineto +196.00 0.00 lineto +stroke +196.00 0.00 moveto +203.00 0.00 lineto +199.50 5.40 lineto +196.00 0.00 lineto +closepath + C100 + fill +F5 + 0 6 moveto (a1) show +F0 + F5 + 119 6 moveto (a2) show +F0 + F5 + 210 6 moveto (b2) show +F0 + F5 + 329 6 moveto (a3) show +F0 + F5 + 420 6 moveto (a4) show +F0 + C11 + 0.00 12.00 7.00 12.00 7.00 17.40 0.00 17.40 0.00 12.00 ML +stroke +0.00 12.00 7.00 12.00 7.00 17.40 0.00 17.40 0.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 7.00 12.00 14.00 12.00 14.00 17.40 7.00 17.40 7.00 12.00 ML +stroke +7.00 12.00 14.00 12.00 14.00 17.40 7.00 17.40 7.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 17.50 12.00 moveto +17.50 17.40 lineto +14.00 17.40 lineto +14.00 12.00 lineto +17.50 12.00 lineto +stroke +17.50 12.00 moveto +17.50 17.40 lineto +14.00 17.40 lineto +14.00 12.00 lineto +17.50 12.00 lineto +closepath + C11 + fill +newpath +17.50 12.00 moveto +15.40 12.00 15.40 17.40 17.50 17.40 curveto +19.60 17.40 19.60 12.00 17.50 12.00 curveto +stroke +newpath +17.50 12.00 moveto +15.40 12.00 15.40 17.40 17.50 17.40 curveto +19.60 17.40 19.60 12.00 17.50 12.00 curveto +closepath + C11 + fill +17.50 14.43 moveto +17.50 14.97 lineto +21.00 14.97 lineto +21.00 14.43 lineto +17.50 14.43 lineto +stroke +17.50 14.43 moveto +17.50 14.97 lineto +21.00 14.97 lineto +21.00 14.43 lineto +17.50 14.43 lineto +closepath + C11 + fill +C100 + C11 + 66.50 12.00 moveto +66.50 17.40 lineto +70.00 17.40 lineto +70.00 12.00 lineto +66.50 12.00 lineto +stroke +66.50 12.00 moveto +66.50 17.40 lineto +70.00 17.40 lineto +70.00 12.00 lineto +66.50 12.00 lineto +closepath + C11 + fill +newpath +66.50 12.00 moveto +64.40 12.00 64.40 17.40 66.50 17.40 curveto +68.60 17.40 68.60 12.00 66.50 12.00 curveto +closepath + C99 + fill +66.50 14.43 moveto +66.50 14.97 lineto +63.00 14.97 lineto +63.00 14.43 lineto +66.50 14.43 lineto +stroke +66.50 14.43 moveto +66.50 14.97 lineto +63.00 14.97 lineto +63.00 14.43 lineto +66.50 14.43 lineto +closepath + C11 + fill +newpath +66.50 12.00 moveto +64.40 12.00 64.40 17.40 66.50 17.40 curveto +68.60 17.40 68.60 12.00 66.50 12.00 curveto +stroke +C100 + C11 + 70.00 12.00 77.00 12.00 77.00 17.40 70.00 17.40 70.00 12.00 ML +stroke +70.00 12.00 77.00 12.00 77.00 17.40 70.00 17.40 70.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 77.00 12.00 84.00 12.00 84.00 17.40 77.00 17.40 77.00 12.00 ML +stroke +77.00 12.00 84.00 12.00 84.00 17.40 77.00 17.40 77.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 84.00 12.00 91.00 12.00 91.00 17.40 84.00 17.40 84.00 12.00 ML +stroke +84.00 12.00 91.00 12.00 91.00 17.40 84.00 17.40 84.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 91.00 12.00 98.00 12.00 98.00 17.40 91.00 17.40 91.00 12.00 ML +stroke +91.00 12.00 98.00 12.00 98.00 17.40 91.00 17.40 91.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 98.00 12.00 105.00 12.00 105.00 17.40 98.00 17.40 98.00 12.00 ML +stroke +98.00 12.00 105.00 12.00 105.00 17.40 98.00 17.40 98.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 105.00 12.00 112.00 12.00 112.00 17.40 105.00 17.40 105.00 12.00 ML +stroke +105.00 12.00 112.00 12.00 112.00 17.40 105.00 17.40 105.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 112.00 12.00 119.00 12.00 119.00 17.40 112.00 17.40 112.00 12.00 ML +stroke +112.00 12.00 119.00 12.00 119.00 17.40 112.00 17.40 112.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 119.00 12.00 126.00 12.00 126.00 17.40 119.00 17.40 119.00 12.00 ML +stroke +119.00 12.00 126.00 12.00 126.00 17.40 119.00 17.40 119.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 126.00 12.00 133.00 12.00 133.00 17.40 126.00 17.40 126.00 12.00 ML +stroke +126.00 12.00 133.00 12.00 133.00 17.40 126.00 17.40 126.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 133.00 12.00 140.00 12.00 140.00 17.40 133.00 17.40 133.00 12.00 ML +stroke +133.00 12.00 140.00 12.00 140.00 17.40 133.00 17.40 133.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 140.00 12.00 147.00 12.00 147.00 17.40 140.00 17.40 140.00 12.00 ML +stroke +140.00 12.00 147.00 12.00 147.00 17.40 140.00 17.40 140.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 147.00 12.00 154.00 12.00 154.00 17.40 147.00 17.40 147.00 12.00 ML +stroke +147.00 12.00 154.00 12.00 154.00 17.40 147.00 17.40 147.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 154.00 12.00 161.00 12.00 161.00 17.40 154.00 17.40 154.00 12.00 ML +stroke +154.00 12.00 161.00 12.00 161.00 17.40 154.00 17.40 154.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 161.00 12.00 168.00 12.00 168.00 17.40 161.00 17.40 161.00 12.00 ML +stroke +161.00 12.00 168.00 12.00 168.00 17.40 161.00 17.40 161.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 171.50 12.00 moveto +171.50 17.40 lineto +168.00 17.40 lineto +168.00 12.00 lineto +171.50 12.00 lineto +stroke +171.50 12.00 moveto +171.50 17.40 lineto +168.00 17.40 lineto +168.00 12.00 lineto +171.50 12.00 lineto +closepath + C11 + fill +newpath +171.50 12.00 moveto +169.40 12.00 169.40 17.40 171.50 17.40 curveto +173.60 17.40 173.60 12.00 171.50 12.00 curveto +stroke +newpath +171.50 12.00 moveto +169.40 12.00 169.40 17.40 171.50 17.40 curveto +173.60 17.40 173.60 12.00 171.50 12.00 curveto +closepath + C11 + fill +171.50 14.43 moveto +171.50 14.97 lineto +175.00 14.97 lineto +175.00 14.43 lineto +171.50 14.43 lineto +stroke +171.50 14.43 moveto +171.50 14.97 lineto +175.00 14.97 lineto +175.00 14.43 lineto +171.50 14.43 lineto +closepath + C11 + fill +C100 + C11 + 196.00 13.35 203.00 13.35 203.00 16.05 196.00 16.05 196.00 13.35 ML +stroke +196.00 13.35 203.00 13.35 203.00 16.05 196.00 16.05 196.00 13.35 ML +closepath + C11 + fill +C100 + C11 + 203.00 13.35 210.00 13.35 210.00 16.05 203.00 16.05 203.00 13.35 ML +stroke +203.00 13.35 210.00 13.35 210.00 16.05 203.00 16.05 203.00 13.35 ML +closepath + C11 + fill +C100 + C11 + 210.00 13.35 217.00 13.35 217.00 16.05 210.00 16.05 210.00 13.35 ML +stroke +210.00 13.35 217.00 13.35 217.00 16.05 210.00 16.05 210.00 13.35 ML +closepath + C11 + fill +C100 + C11 + 217.00 13.35 224.00 13.35 224.00 16.05 217.00 16.05 217.00 13.35 ML +stroke +217.00 13.35 224.00 13.35 224.00 16.05 217.00 16.05 217.00 13.35 ML +closepath + C11 + fill +C100 + C11 + 224.00 12.00 moveto +228.90 14.70 lineto +224.00 17.40 lineto +224.00 12.00 lineto +stroke +224.00 12.00 moveto +228.90 14.70 lineto +224.00 17.40 lineto +224.00 12.00 lineto +closepath + C11 + fill +C100 + C11 + 290.50 12.00 moveto +290.50 17.40 lineto +294.00 17.40 lineto +294.00 12.00 lineto +290.50 12.00 lineto +stroke +290.50 12.00 moveto +290.50 17.40 lineto +294.00 17.40 lineto +294.00 12.00 lineto +290.50 12.00 lineto +closepath + C11 + fill +newpath +290.50 12.00 moveto +288.40 12.00 288.40 17.40 290.50 17.40 curveto +292.60 17.40 292.60 12.00 290.50 12.00 curveto +closepath + C99 + fill +290.50 14.43 moveto +290.50 14.97 lineto +287.00 14.97 lineto +287.00 14.43 lineto +290.50 14.43 lineto +stroke +290.50 14.43 moveto +290.50 14.97 lineto +287.00 14.97 lineto +287.00 14.43 lineto +290.50 14.43 lineto +closepath + C11 + fill +newpath +290.50 12.00 moveto +288.40 12.00 288.40 17.40 290.50 17.40 curveto +292.60 17.40 292.60 12.00 290.50 12.00 curveto +stroke +C100 + C11 + 294.00 12.00 301.00 12.00 301.00 17.40 294.00 17.40 294.00 12.00 ML +stroke +294.00 12.00 301.00 12.00 301.00 17.40 294.00 17.40 294.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 301.00 12.00 308.00 12.00 308.00 17.40 301.00 17.40 301.00 12.00 ML +stroke +301.00 12.00 308.00 12.00 308.00 17.40 301.00 17.40 301.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 308.00 12.00 315.00 12.00 315.00 17.40 308.00 17.40 308.00 12.00 ML +stroke +308.00 12.00 315.00 12.00 315.00 17.40 308.00 17.40 308.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 315.00 12.00 322.00 12.00 322.00 17.40 315.00 17.40 315.00 12.00 ML +stroke +315.00 12.00 322.00 12.00 322.00 17.40 315.00 17.40 315.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 322.00 12.00 329.00 12.00 329.00 17.40 322.00 17.40 322.00 12.00 ML +stroke +322.00 12.00 329.00 12.00 329.00 17.40 322.00 17.40 322.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 329.00 12.00 336.00 12.00 336.00 17.40 329.00 17.40 329.00 12.00 ML +stroke +329.00 12.00 336.00 12.00 336.00 17.40 329.00 17.40 329.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 336.00 12.00 343.00 12.00 343.00 17.40 336.00 17.40 336.00 12.00 ML +stroke +336.00 12.00 343.00 12.00 343.00 17.40 336.00 17.40 336.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 343.00 12.00 350.00 12.00 350.00 17.40 343.00 17.40 343.00 12.00 ML +stroke +343.00 12.00 350.00 12.00 350.00 17.40 343.00 17.40 343.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 350.00 12.00 357.00 12.00 357.00 17.40 350.00 17.40 350.00 12.00 ML +stroke +350.00 12.00 357.00 12.00 357.00 17.40 350.00 17.40 350.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 357.00 12.00 364.00 12.00 364.00 17.40 357.00 17.40 357.00 12.00 ML +stroke +357.00 12.00 364.00 12.00 364.00 17.40 357.00 17.40 357.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 364.00 12.00 371.00 12.00 371.00 17.40 364.00 17.40 364.00 12.00 ML +stroke +364.00 12.00 371.00 12.00 371.00 17.40 364.00 17.40 364.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 371.00 12.00 378.00 12.00 378.00 17.40 371.00 17.40 371.00 12.00 ML +stroke +371.00 12.00 378.00 12.00 378.00 17.40 371.00 17.40 371.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 381.50 12.00 moveto +381.50 17.40 lineto +378.00 17.40 lineto +378.00 12.00 lineto +381.50 12.00 lineto +stroke +381.50 12.00 moveto +381.50 17.40 lineto +378.00 17.40 lineto +378.00 12.00 lineto +381.50 12.00 lineto +closepath + C11 + fill +newpath +381.50 12.00 moveto +379.40 12.00 379.40 17.40 381.50 17.40 curveto +383.60 17.40 383.60 12.00 381.50 12.00 curveto +stroke +newpath +381.50 12.00 moveto +379.40 12.00 379.40 17.40 381.50 17.40 curveto +383.60 17.40 383.60 12.00 381.50 12.00 curveto +closepath + C11 + fill +381.50 14.43 moveto +381.50 14.97 lineto +385.00 14.97 lineto +385.00 14.43 lineto +381.50 14.43 lineto +stroke +381.50 14.43 moveto +381.50 14.97 lineto +385.00 14.97 lineto +385.00 14.43 lineto +381.50 14.43 lineto +closepath + C11 + fill +C100 + C11 + 402.50 12.00 moveto +402.50 17.40 lineto +406.00 17.40 lineto +406.00 12.00 lineto +402.50 12.00 lineto +stroke +402.50 12.00 moveto +402.50 17.40 lineto +406.00 17.40 lineto +406.00 12.00 lineto +402.50 12.00 lineto +closepath + C11 + fill +newpath +402.50 12.00 moveto +400.40 12.00 400.40 17.40 402.50 17.40 curveto +404.60 17.40 404.60 12.00 402.50 12.00 curveto +closepath + C99 + fill +402.50 14.43 moveto +402.50 14.97 lineto +399.00 14.97 lineto +399.00 14.43 lineto +402.50 14.43 lineto +stroke +402.50 14.43 moveto +402.50 14.97 lineto +399.00 14.97 lineto +399.00 14.43 lineto +402.50 14.43 lineto +closepath + C11 + fill +newpath +402.50 12.00 moveto +400.40 12.00 400.40 17.40 402.50 17.40 curveto +404.60 17.40 404.60 12.00 402.50 12.00 curveto +stroke +C100 + C11 + 406.00 12.00 413.00 12.00 413.00 17.40 406.00 17.40 406.00 12.00 ML +stroke +406.00 12.00 413.00 12.00 413.00 17.40 406.00 17.40 406.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 413.00 12.00 420.00 12.00 420.00 17.40 413.00 17.40 413.00 12.00 ML +stroke +413.00 12.00 420.00 12.00 420.00 17.40 413.00 17.40 413.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 420.00 12.00 427.00 12.00 427.00 17.40 420.00 17.40 420.00 12.00 ML +stroke +420.00 12.00 427.00 12.00 427.00 17.40 420.00 17.40 420.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 427.00 12.00 434.00 12.00 434.00 17.40 427.00 17.40 427.00 12.00 ML +stroke +427.00 12.00 434.00 12.00 434.00 17.40 427.00 17.40 427.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 434.00 12.00 441.00 12.00 441.00 17.40 434.00 17.40 434.00 12.00 ML +stroke +434.00 12.00 441.00 12.00 441.00 17.40 434.00 17.40 434.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 444.50 12.00 moveto +444.50 17.40 lineto +441.00 17.40 lineto +441.00 12.00 lineto +444.50 12.00 lineto +stroke +444.50 12.00 moveto +444.50 17.40 lineto +441.00 17.40 lineto +441.00 12.00 lineto +444.50 12.00 lineto +closepath + C11 + fill +newpath +444.50 12.00 moveto +442.40 12.00 442.40 17.40 444.50 17.40 curveto +446.60 17.40 446.60 12.00 444.50 12.00 curveto +stroke +newpath +444.50 12.00 moveto +442.40 12.00 442.40 17.40 444.50 17.40 curveto +446.60 17.40 446.60 12.00 444.50 12.00 curveto +closepath + C11 + fill +444.50 14.43 moveto +444.50 14.97 lineto +448.00 14.97 lineto +448.00 14.43 lineto +444.50 14.43 lineto +stroke +444.50 14.43 moveto +444.50 14.97 lineto +448.00 14.97 lineto +448.00 14.43 lineto +444.50 14.43 lineto +closepath + C11 + fill +C100 + 28 18 moveto (20) show + 119 18 moveto (30) show + 189 18 moveto (40) show + 280 18 moveto (50) show + 350 18 moveto (60) show + 420 18 moveto (70) show +(P) 0 24 P +(L) 7 24 P +(F) 14 24 P +(G) 21 24 P +(D) 28 24 P +(D) 35 24 P +(Q) 63 24 P +(A) 70 24 P +(A) 77 24 P +(K) 84 24 P +(M) 91 24 P +(R) 98 24 P +(V) 105 24 P +(A) 112 24 P +(Q) 119 24 P +(Q) 126 24 P +(I) 133 24 P +(D) 140 24 P +(A) 147 24 P +(A) 154 24 P +(S) 161 24 P +(R) 168 24 P +(D) 175 24 P +(T) 182 24 P +F2 + C99 + (G) 189 24 P +F0 + C100 + (F) 196 24 P +F2 + C99 + (F) 203 24 P +F0 + C100 + (Y) 210 24 P +(A) 217 24 P +(V) 224 24 P +(N) 231 24 P +(H) 238 24 P +F2 + C99 + (G) 245 24 P +F0 + C100 + (I) 252 24 P +(N) 280 24 P +(V) 287 24 P +(Q) 294 24 P +(R) 301 24 P +(L) 308 24 P +(S) 315 24 P +(Q) 322 24 P +(K) 329 24 P +(T) 336 24 P +(K) 343 24 P +(E) 350 24 P +(F) 357 24 P +(H) 364 24 P +(M) 371 24 P +(S) 378 24 P +(I) 385 24 P +(T) 392 24 P +(P) 399 24 P +(E) 406 24 P +(E) 413 24 P +(K) 420 24 P +(W) 427 24 P +(D) 434 24 P +(L) 441 24 P +(A) 448 24 P +(I) 455 24 P +(D) 0 30 P +(L) 7 30 P +(K) 77 30 P +(S) 84 30 P +(G) 91 30 P +(K) 98 30 P +(V) 105 30 P +(L) 112 30 P +(T) 119 30 P +(E) 126 30 P +(L) 133 30 P +(A) 140 30 P +(E) 147 30 P +(A) 154 30 P +(V) 161 30 P +(T) 168 30 P +(T) 175 30 P +(K) 182 30 P +F2 + C99 + (G) 189 30 P +F0 + C100 + (I) 196 30 P +F2 + C99 + (F) 203 30 P +F0 + C100 + (Y) 210 30 P +(L) 217 30 P +(T) 224 30 P +(E) 231 30 P +(S) 238 30 P +F2 + C99 + (G) 245 30 P +F0 + C100 + (L) 252 30 P +(V) 259 30 P +(D) 266 30 P +(D) 273 30 P +(D) 280 30 P +(H) 287 30 P +(T) 294 30 P +(S) 301 30 P +(A) 308 30 P +(R) 315 30 P +(E) 322 30 P +(T) 329 30 P +(C) 336 30 P +(V) 343 30 P +(D) 350 30 P +(F) 357 30 P +(F) 364 30 P +(K) 371 30 P +(N) 378 30 P +(G) 385 30 P +(S) 392 30 P +(E) 399 30 P +(E) 406 30 P +(E) 413 30 P +(K) 420 30 P +(R) 427 30 P +(A) 434 30 P +(V) 441 30 P +(T) 448 30 P +(L) 455 30 P +(E) 0 36 P +(L) 7 36 P +(Q) 77 36 P +(Q) 84 36 P +(G) 91 36 P +(L) 98 36 P +(H) 105 36 P +(Q) 112 36 P +(D) 119 36 P +(E) 126 36 P +(F) 133 36 P +(R) 140 36 P +(R) 147 36 P +(C) 154 36 P +(L) 161 36 P +(R) 168 36 P +(D) 175 36 P +(K) 182 36 P +F2 + C99 + (G) 189 36 P +F0 + C100 + (L) 196 36 P +F2 + C99 + (F) 203 36 P +F0 + C100 + (Y) 210 36 P +(L) 217 36 P +(T) 224 36 P +(D) 231 36 P +(C) 238 36 P +F2 + C99 + (G) 245 36 P +F0 + C100 + (L) 252 36 P +(T) 259 36 P +(D) 266 36 P +(T) 273 36 P +(E) 280 36 P +(L) 287 36 P +(K) 294 36 P +(S) 301 36 P +(A) 308 36 P +(K) 315 36 P +(D) 322 36 P +(L) 329 36 P +(V) 336 36 P +(I) 343 36 P +(D) 350 36 P +(F) 357 36 P +(F) 364 36 P +(E) 371 36 P +(H) 378 36 P +(G) 385 36 P +(S) 392 36 P +(E) 399 36 P +(A) 406 36 P +(E) 413 36 P +(K) 420 36 P +(R) 427 36 P +(A) 434 36 P +(V) 441 36 P +(T) 448 36 P +(S) 455 36 P +(D) 0 42 P +(L) 7 42 P +(E) 14 42 P +(K) 21 42 P +(F) 28 42 P +(M) 35 42 P +(S) 42 42 P +(G) 49 42 P +(D) 56 42 P +(K) 63 42 P +(S) 70 42 P +(Y) 77 42 P +(V) 84 42 P +(E) 91 42 P +(E) 98 42 P +(A) 105 42 P +(T) 112 42 P +(R) 119 42 P +(L) 126 42 P +(V) 133 42 P +(D) 140 42 P +(E) 147 42 P +(A) 154 42 P +(C) 161 42 P +(R) 168 42 P +(Q) 175 42 P +(H) 182 42 P +F2 + C99 + (G) 189 42 P +F0 + C100 + (I) 196 42 P +F2 + C99 + (F) 203 42 P +F0 + C100 + (F) 210 42 P +(V) 217 42 P +(V) 224 42 P +(N) 231 42 P +(H) 238 42 P +F2 + C99 + (G) 245 42 P +F0 + C100 + (V) 252 42 P +(D) 259 42 P +(I) 266 42 P +(E) 273 42 P +(M) 280 42 P +(M) 287 42 P +(G) 294 42 P +(R) 301 42 P +(V) 308 42 P +(H) 315 42 P +(D) 322 42 P +(C) 329 42 P +(M) 336 42 P +(N) 343 42 P +(E) 350 42 P +(F) 357 42 P +(F) 364 42 P +(T) 371 42 P +(M) 378 42 P +(P) 385 42 P +(L) 392 42 P +(D) 399 42 P +(V) 406 42 P +(K) 413 42 P +(Q) 420 42 P +(R) 427 42 P +(A) 434 42 P +(K) 441 42 P +(R) 448 42 P +(K) 455 42 P +(P) 0 48 P +(V) 7 48 P +(I) 14 48 P +(D) 21 48 P +(L) 28 48 P +(R) 35 48 P +(D) 63 48 P +(P) 70 48 P +(D) 77 48 P +(E) 84 48 P +(N) 91 48 P +(K) 98 48 P +(M) 105 48 P +(V) 112 48 P +(K) 119 48 P +(L) 126 48 P +(I) 133 48 P +(A) 140 48 P +(D) 147 48 P +(A) 154 48 P +(S) 161 48 P +(K) 168 48 P +(E) 175 48 P +(W) 182 48 P +F2 + C99 + (G) 189 48 P +F0 + C100 + (I) 196 48 P +F2 + C99 + (F) 203 48 P +F0 + C100 + (Q) 210 48 P +(L) 217 48 P +(I) 224 48 P +(N) 231 48 P +(H) 238 48 P +F2 + C99 + (G) 245 48 P +F0 + C100 + (I) 252 48 P +(P) 259 48 P +(D) 266 48 P +(E) 273 48 P +(A) 280 48 P +(I) 287 48 P +(A) 294 48 P +(D) 301 48 P +(L) 308 48 P +(Q) 315 48 P +(K) 322 48 P +(V) 329 48 P +(G) 336 48 P +(K) 343 48 P +(E) 350 48 P +(F) 357 48 P +(F) 364 48 P +(E) 371 48 P +(H) 378 48 P +(V) 385 48 P +(P) 392 48 P +(Q) 399 48 P +(E) 406 48 P +(E) 413 48 P +(K) 420 48 P +(E) 427 48 P +(L) 434 48 P +(I) 441 48 P +(A) 448 48 P +(K) 455 48 P +(Q) 0 54 P +(H) 7 54 P +(H) 84 54 P +(H) 91 54 P +(L) 98 54 P +(L) 105 54 P +(V) 112 54 P +(Q) 119 54 P +(Q) 126 54 P +(I) 133 54 P +(T) 140 54 P +(K) 147 54 P +(A) 154 54 P +(C) 161 54 P +(Q) 168 54 P +(D) 175 54 P +(F) 182 54 P +F2 + C99 + (G) 189 54 P +F0 + C100 + (L) 196 54 P +F2 + C99 + (F) 203 54 P +F0 + C100 + (Q) 210 54 P +(V) 217 54 P +(I) 224 54 P +(N) 231 54 P +(H) 238 54 P +F2 + C99 + (G) 245 54 P +F0 + C100 + (F) 252 54 P +(P) 259 54 P +(E) 266 54 P +(E) 273 54 P +(L) 280 54 P +(M) 287 54 P +(L) 294 54 P +(E) 301 54 P +(T) 308 54 P +(M) 315 54 P +(E) 322 54 P +(V) 329 54 P +(C) 336 54 P +(K) 343 54 P +(E) 350 54 P +(F) 357 54 P +(F) 364 54 P +(A) 371 54 P +(L) 378 54 P +(P) 385 54 P +(A) 392 54 P +(E) 399 54 P +(E) 406 54 P +(K) 413 54 P +(E) 420 54 P +(K) 427 54 P +(F) 434 54 P +(K) 441 54 P +(P) 448 54 P +(K) 455 54 P +(G) 0 60 P +(I) 7 60 P +(D) 14 60 P +(G) 21 60 P +(P) 63 60 P +(R) 70 60 P +(R) 77 60 P +(R) 84 60 P +(A) 91 60 P +(E) 98 60 P +(I) 105 60 P +(R) 112 60 P +(G) 119 60 P +(R) 126 60 P +(V) 133 60 P +(A) 140 60 P +(A) 147 60 P +(A) 154 60 P +(C) 161 60 P +(E) 168 60 P +(D) 175 60 P +(W) 182 60 P +F2 + C99 + (G) 189 60 P +F0 + C100 + (I) 196 60 P +F2 + C99 + (F) 203 60 P +F0 + C100 + (Q) 210 60 P +(V) 217 60 P +(V) 224 60 P +(D) 231 60 P +(H) 238 60 P +F2 + C99 + (G) 245 60 P +F0 + C100 + (V) 252 60 P +(D) 259 60 P +(A) 266 60 P +(A) 273 60 P +(L) 280 60 P +(V) 287 60 P +(A) 294 60 P +(D) 301 60 P +(M) 308 60 P +(A) 315 60 P +(R) 322 60 P +(L) 329 60 P +(A) 336 60 P +(R) 343 60 P +(D) 350 60 P +(F) 357 60 P +(F) 364 60 P +(A) 371 60 P +(L) 378 60 P +(P) 385 60 P +(P) 392 60 P +(E) 399 60 P +(D) 406 60 P +(K) 413 60 P +(L) 420 60 P +(R) 427 60 P +(F) 434 60 P +(D) 441 60 P +(M) 448 60 P +(S) 455 60 P +(K) 0 66 P +(L) 7 66 P +(N) 14 66 P +(G) 63 66 P +(D) 70 66 P +(E) 77 66 P +(R) 84 66 P +(A) 91 66 P +(N) 98 66 P +(T) 105 66 P +(M) 112 66 P +(E) 119 66 P +(M) 126 66 P +(I) 133 66 P +(K) 140 66 P +(D) 147 66 P +(A) 154 66 P +(C) 161 66 P +(E) 168 66 P +(N) 175 66 P +(W) 182 66 P +F2 + C99 + (G) 189 66 P +F0 + C100 + (F) 196 66 P +F2 + C99 + (F) 203 66 P +F0 + C100 + (E) 210 66 P +(L) 217 66 P +(V) 224 66 P +(N) 231 66 P +(H) 238 66 P +F2 + C99 + (G) 245 66 P +F0 + C100 + (I) 252 66 P +(P) 259 66 P +(H) 266 66 P +(E) 273 66 P +(V) 280 66 P +(M) 287 66 P +(D) 294 66 P +(T) 301 66 P +(V) 308 66 P +(E) 315 66 P +(K) 322 66 P +(M) 329 66 P +(T) 336 66 P +(K) 343 66 P +(G) 350 66 P +(H) 357 66 P +(Y) 364 66 P +(K) 371 66 P +(K) 378 66 P +(C) 385 66 P +(M) 392 66 P +(E) 399 66 P +(Q) 406 66 P +(R) 413 66 P +(F) 420 66 P +(K) 427 66 P +(E) 434 66 P +(L) 441 66 P +(V) 448 66 P +(A) 455 66 P +0 -588 translate +0 504 translate +2 setlinecap + 0.33 setlinewidth + newpath +454.16 71.28 454.16 65.28 461.16 65.28 461.16 71.28 454.16 71.28 ML +closepath C2 fill + newpath +454.16 65.28 454.16 59.28 461.16 59.28 461.16 65.28 454.16 65.28 ML +closepath C2 fill + newpath +454.16 59.28 454.16 53.28 461.16 53.28 461.16 59.28 454.16 59.28 ML +closepath C2 fill + newpath +454.16 53.28 454.16 47.28 461.16 47.28 461.16 53.28 454.16 53.28 ML +closepath C2 fill + newpath +454.16 47.28 454.16 41.28 461.16 41.28 461.16 47.28 454.16 47.28 ML +closepath C2 fill + newpath +454.16 41.28 454.16 35.28 461.16 35.28 461.16 41.28 454.16 41.28 ML +closepath C2 fill + newpath +454.16 35.28 454.16 29.28 461.16 29.28 461.16 35.28 454.16 35.28 ML +closepath C2 fill + newpath +454.16 29.28 454.16 23.28 461.16 23.28 461.16 29.28 454.16 29.28 ML +closepath C2 fill + newpath +454.16 23.28 454.16 17.28 461.16 17.28 461.16 23.28 454.16 23.28 ML +closepath C99 fill + newpath +454.16 17.28 454.16 11.28 461.16 11.28 461.16 17.28 454.16 17.28 ML +closepath C99 fill + newpath +454.16 11.28 454.16 5.28 461.16 5.28 461.16 11.28 454.16 11.28 ML +closepath C99 fill + newpath +454.16 5.28 454.16 -0.72 461.16 -0.72 461.16 5.28 454.16 5.28 ML +closepath C99 fill + newpath +447.16 71.28 447.16 65.28 454.16 65.28 454.16 71.28 447.16 71.28 ML +closepath C99 fill + newpath +447.16 65.28 447.16 59.28 454.16 59.28 454.16 65.28 447.16 65.28 ML +closepath C99 fill + newpath +447.16 59.28 447.16 53.28 454.16 53.28 454.16 59.28 447.16 59.28 ML +closepath C99 fill + newpath +447.16 53.28 447.16 47.28 454.16 47.28 454.16 53.28 447.16 53.28 ML +closepath C99 fill + newpath +447.16 47.28 447.16 41.28 454.16 41.28 454.16 47.28 447.16 47.28 ML +closepath C99 fill + newpath +447.16 41.28 447.16 35.28 454.16 35.28 454.16 41.28 447.16 41.28 ML +closepath C99 fill + newpath +447.16 35.28 447.16 29.28 454.16 29.28 454.16 35.28 447.16 35.28 ML +closepath C99 fill + newpath +447.16 29.28 447.16 23.28 454.16 23.28 454.16 29.28 447.16 29.28 ML +closepath C99 fill + newpath +447.16 23.28 447.16 17.28 454.16 17.28 454.16 23.28 447.16 23.28 ML +closepath C99 fill + newpath +447.16 17.28 447.16 11.28 454.16 11.28 454.16 17.28 447.16 17.28 ML +closepath C99 fill + newpath +447.16 11.28 447.16 5.28 454.16 5.28 454.16 11.28 447.16 11.28 ML +closepath C99 fill + newpath +447.16 5.28 447.16 -0.72 454.16 -0.72 454.16 5.28 447.16 5.28 ML +closepath C99 fill + newpath +440.16 71.28 440.16 65.28 447.16 65.28 447.16 71.28 440.16 71.28 ML +closepath C99 fill + newpath +440.16 65.28 440.16 59.28 447.16 59.28 447.16 65.28 440.16 65.28 ML +closepath C99 fill + newpath +440.16 59.28 440.16 53.28 447.16 53.28 447.16 59.28 440.16 59.28 ML +closepath C99 fill + newpath +440.16 53.28 440.16 47.28 447.16 47.28 447.16 53.28 440.16 53.28 ML +closepath C99 fill + newpath +440.16 47.28 440.16 41.28 447.16 41.28 447.16 47.28 440.16 47.28 ML +closepath C99 fill + newpath +440.16 41.28 440.16 35.28 447.16 35.28 447.16 41.28 440.16 41.28 ML +closepath C99 fill + newpath +440.16 35.28 440.16 29.28 447.16 29.28 447.16 35.28 440.16 35.28 ML +closepath C99 fill + newpath +440.16 29.28 440.16 23.28 447.16 23.28 447.16 29.28 440.16 29.28 ML +closepath C99 fill + newpath +440.16 23.28 440.16 17.28 447.16 17.28 447.16 23.28 440.16 23.28 ML +closepath C99 fill + newpath +440.16 17.28 440.16 11.28 447.16 11.28 447.16 17.28 440.16 17.28 ML +closepath C99 fill + newpath +440.16 11.28 440.16 5.28 447.16 5.28 447.16 11.28 440.16 11.28 ML +closepath C99 fill + newpath +440.16 5.28 440.16 -0.72 447.16 -0.72 447.16 5.28 440.16 5.28 ML +closepath C99 fill + newpath +433.16 71.28 433.16 65.28 440.16 65.28 440.16 71.28 433.16 71.28 ML +closepath C2 fill + newpath +433.16 65.28 433.16 59.28 440.16 59.28 440.16 65.28 433.16 65.28 ML +closepath C2 fill + newpath +433.16 59.28 433.16 53.28 440.16 53.28 440.16 59.28 433.16 59.28 ML +closepath C2 fill + newpath +433.16 53.28 433.16 47.28 440.16 47.28 440.16 53.28 433.16 53.28 ML +closepath C2 fill + newpath +433.16 47.28 433.16 41.28 440.16 41.28 440.16 47.28 433.16 47.28 ML +closepath C2 fill + newpath +433.16 41.28 433.16 35.28 440.16 35.28 440.16 41.28 433.16 41.28 ML +closepath C2 fill + newpath +433.16 35.28 433.16 29.28 440.16 29.28 440.16 35.28 433.16 35.28 ML +closepath C2 fill + newpath +433.16 29.28 433.16 23.28 440.16 23.28 440.16 29.28 433.16 29.28 ML +closepath C2 fill + newpath +433.16 23.28 433.16 17.28 440.16 17.28 440.16 23.28 433.16 23.28 ML +closepath C99 fill + newpath +433.16 17.28 433.16 11.28 440.16 11.28 440.16 17.28 433.16 17.28 ML +closepath C99 fill + newpath +433.16 11.28 433.16 5.28 440.16 5.28 440.16 11.28 433.16 11.28 ML +closepath C99 fill + newpath +433.16 5.28 433.16 -0.72 440.16 -0.72 440.16 5.28 433.16 5.28 ML +closepath C99 fill + newpath +426.16 71.28 426.16 65.28 433.16 65.28 433.16 71.28 426.16 71.28 ML +closepath C99 fill + newpath +426.16 65.28 426.16 59.28 433.16 59.28 433.16 65.28 426.16 65.28 ML +closepath C99 fill + newpath +426.16 59.28 426.16 53.28 433.16 53.28 433.16 59.28 426.16 59.28 ML +closepath C99 fill + newpath +426.16 53.28 426.16 47.28 433.16 47.28 433.16 53.28 426.16 53.28 ML +closepath C99 fill + newpath +426.16 47.28 426.16 41.28 433.16 41.28 433.16 47.28 426.16 47.28 ML +closepath C99 fill + newpath +426.16 41.28 426.16 35.28 433.16 35.28 433.16 41.28 426.16 41.28 ML +closepath C99 fill + newpath +426.16 35.28 426.16 29.28 433.16 29.28 433.16 35.28 426.16 35.28 ML +closepath C99 fill + newpath +426.16 29.28 426.16 23.28 433.16 23.28 433.16 29.28 426.16 29.28 ML +closepath C99 fill + newpath +426.16 23.28 426.16 17.28 433.16 17.28 433.16 23.28 426.16 23.28 ML +closepath C99 fill + newpath +426.16 17.28 426.16 11.28 433.16 11.28 433.16 17.28 426.16 17.28 ML +closepath C99 fill + newpath +426.16 11.28 426.16 5.28 433.16 5.28 433.16 11.28 426.16 11.28 ML +closepath C99 fill + newpath +426.16 5.28 426.16 -0.72 433.16 -0.72 433.16 5.28 426.16 5.28 ML +closepath C99 fill + newpath +419.16 71.28 419.16 65.28 426.16 65.28 426.16 71.28 419.16 71.28 ML +closepath C99 fill + newpath +419.16 65.28 419.16 59.28 426.16 59.28 426.16 65.28 419.16 65.28 ML +closepath C99 fill + newpath +419.16 59.28 419.16 53.28 426.16 53.28 426.16 59.28 419.16 59.28 ML +closepath C99 fill + newpath +419.16 53.28 419.16 47.28 426.16 47.28 426.16 53.28 419.16 53.28 ML +closepath C99 fill + newpath +419.16 47.28 419.16 41.28 426.16 41.28 426.16 47.28 419.16 47.28 ML +closepath C99 fill + newpath +419.16 41.28 419.16 35.28 426.16 35.28 426.16 41.28 419.16 41.28 ML +closepath C99 fill + newpath +419.16 35.28 419.16 29.28 426.16 29.28 426.16 35.28 419.16 35.28 ML +closepath C99 fill + newpath +419.16 29.28 419.16 23.28 426.16 23.28 426.16 29.28 419.16 29.28 ML +closepath C99 fill + newpath +419.16 23.28 419.16 17.28 426.16 17.28 426.16 23.28 419.16 23.28 ML +closepath C99 fill + newpath +419.16 17.28 419.16 11.28 426.16 11.28 426.16 17.28 419.16 17.28 ML +closepath C99 fill + newpath +419.16 11.28 419.16 5.28 426.16 5.28 426.16 11.28 419.16 11.28 ML +closepath C99 fill + newpath +419.16 5.28 419.16 -0.72 426.16 -0.72 426.16 5.28 419.16 5.28 ML +closepath C99 fill + newpath +412.16 71.28 412.16 65.28 419.16 65.28 419.16 71.28 412.16 71.28 ML +closepath C99 fill + newpath +412.16 65.28 412.16 59.28 419.16 59.28 419.16 65.28 412.16 65.28 ML +closepath C99 fill + newpath +412.16 59.28 412.16 53.28 419.16 53.28 419.16 59.28 412.16 59.28 ML +closepath C99 fill + newpath +412.16 53.28 412.16 47.28 419.16 47.28 419.16 53.28 412.16 53.28 ML +closepath C99 fill + newpath +412.16 47.28 412.16 41.28 419.16 41.28 419.16 47.28 412.16 47.28 ML +closepath C99 fill + newpath +412.16 41.28 412.16 35.28 419.16 35.28 419.16 41.28 412.16 41.28 ML +closepath C99 fill + newpath +412.16 35.28 412.16 29.28 419.16 29.28 419.16 35.28 412.16 35.28 ML +closepath C99 fill + newpath +412.16 29.28 412.16 23.28 419.16 23.28 419.16 29.28 412.16 29.28 ML +closepath C99 fill + newpath +412.16 23.28 412.16 17.28 419.16 17.28 419.16 23.28 412.16 23.28 ML +closepath C99 fill + newpath +412.16 17.28 412.16 11.28 419.16 11.28 419.16 17.28 412.16 17.28 ML +closepath C99 fill + newpath +412.16 11.28 412.16 5.28 419.16 5.28 419.16 11.28 412.16 11.28 ML +closepath C99 fill + newpath +412.16 5.28 412.16 -0.72 419.16 -0.72 419.16 5.28 412.16 5.28 ML +closepath C99 fill + newpath +405.16 71.28 405.16 65.28 412.16 65.28 412.16 71.28 405.16 71.28 ML +closepath C99 fill + newpath +405.16 65.28 405.16 59.28 412.16 59.28 412.16 65.28 405.16 65.28 ML +closepath C99 fill + newpath +405.16 59.28 405.16 53.28 412.16 53.28 412.16 59.28 405.16 59.28 ML +closepath C99 fill + newpath +405.16 53.28 405.16 47.28 412.16 47.28 412.16 53.28 405.16 53.28 ML +closepath C99 fill + newpath +405.16 47.28 405.16 41.28 412.16 41.28 412.16 47.28 405.16 47.28 ML +closepath C99 fill + newpath +405.16 41.28 405.16 35.28 412.16 35.28 412.16 41.28 405.16 41.28 ML +closepath C99 fill + newpath +405.16 35.28 405.16 29.28 412.16 29.28 412.16 35.28 405.16 35.28 ML +closepath C99 fill + newpath +405.16 29.28 405.16 23.28 412.16 23.28 412.16 29.28 405.16 29.28 ML +closepath C99 fill + newpath +405.16 23.28 405.16 17.28 412.16 17.28 412.16 23.28 405.16 23.28 ML +closepath C99 fill + newpath +405.16 17.28 405.16 11.28 412.16 11.28 412.16 17.28 405.16 17.28 ML +closepath C99 fill + newpath +405.16 11.28 405.16 5.28 412.16 5.28 412.16 11.28 405.16 11.28 ML +closepath C99 fill + newpath +405.16 5.28 405.16 -0.72 412.16 -0.72 412.16 5.28 405.16 5.28 ML +closepath C99 fill + newpath +398.16 71.28 398.16 65.28 405.16 65.28 405.16 71.28 398.16 71.28 ML +closepath C99 fill + newpath +398.16 65.28 398.16 59.28 405.16 59.28 405.16 65.28 398.16 65.28 ML +closepath C99 fill + newpath +398.16 59.28 398.16 53.28 405.16 53.28 405.16 59.28 398.16 59.28 ML +closepath C99 fill + newpath +398.16 53.28 398.16 47.28 405.16 47.28 405.16 53.28 398.16 53.28 ML +closepath C99 fill + newpath +398.16 47.28 398.16 41.28 405.16 41.28 405.16 47.28 398.16 47.28 ML +closepath C99 fill + newpath +398.16 41.28 398.16 35.28 405.16 35.28 405.16 41.28 398.16 41.28 ML +closepath C99 fill + newpath +398.16 35.28 398.16 29.28 405.16 29.28 405.16 35.28 398.16 35.28 ML +closepath C99 fill + newpath +398.16 29.28 398.16 23.28 405.16 23.28 405.16 29.28 398.16 29.28 ML +closepath C99 fill + newpath +398.16 23.28 398.16 17.28 405.16 17.28 405.16 23.28 398.16 23.28 ML +closepath C99 fill + newpath +398.16 17.28 398.16 11.28 405.16 11.28 405.16 17.28 398.16 17.28 ML +closepath C99 fill + newpath +398.16 11.28 398.16 5.28 405.16 5.28 405.16 11.28 398.16 11.28 ML +closepath C99 fill + newpath +398.16 5.28 398.16 -0.72 405.16 -0.72 405.16 5.28 398.16 5.28 ML +closepath C99 fill + newpath +391.16 71.28 391.16 65.28 398.16 65.28 398.16 71.28 391.16 71.28 ML +closepath C99 fill + newpath +391.16 65.28 391.16 59.28 398.16 59.28 398.16 65.28 391.16 65.28 ML +closepath C99 fill + newpath +391.16 59.28 391.16 53.28 398.16 53.28 398.16 59.28 391.16 59.28 ML +closepath C99 fill + newpath +391.16 53.28 391.16 47.28 398.16 47.28 398.16 53.28 391.16 53.28 ML +closepath C99 fill + newpath +391.16 47.28 391.16 41.28 398.16 41.28 398.16 47.28 391.16 47.28 ML +closepath C99 fill + newpath +391.16 41.28 391.16 35.28 398.16 35.28 398.16 41.28 391.16 41.28 ML +closepath C99 fill + newpath +391.16 35.28 391.16 29.28 398.16 29.28 398.16 35.28 391.16 35.28 ML +closepath C99 fill + newpath +391.16 29.28 391.16 23.28 398.16 23.28 398.16 29.28 391.16 29.28 ML +closepath C99 fill + newpath +391.16 23.28 391.16 17.28 398.16 17.28 398.16 23.28 391.16 23.28 ML +closepath C99 fill + newpath +391.16 17.28 391.16 11.28 398.16 11.28 398.16 17.28 391.16 17.28 ML +closepath C99 fill + newpath +391.16 11.28 391.16 5.28 398.16 5.28 398.16 11.28 391.16 11.28 ML +closepath C99 fill + newpath +391.16 5.28 391.16 -0.72 398.16 -0.72 398.16 5.28 391.16 5.28 ML +closepath C99 fill + newpath +384.16 71.28 384.16 65.28 391.16 65.28 391.16 71.28 384.16 71.28 ML +closepath C99 fill + newpath +384.16 65.28 384.16 59.28 391.16 59.28 391.16 65.28 384.16 65.28 ML +closepath C99 fill + newpath +384.16 59.28 384.16 53.28 391.16 53.28 391.16 59.28 384.16 59.28 ML +closepath C99 fill + newpath +384.16 53.28 384.16 47.28 391.16 47.28 391.16 53.28 384.16 53.28 ML +closepath C99 fill + newpath +384.16 47.28 384.16 41.28 391.16 41.28 391.16 47.28 384.16 47.28 ML +closepath C99 fill + newpath +384.16 41.28 384.16 35.28 391.16 35.28 391.16 41.28 384.16 41.28 ML +closepath C99 fill + newpath +384.16 35.28 384.16 29.28 391.16 29.28 391.16 35.28 384.16 35.28 ML +closepath C99 fill + newpath +384.16 29.28 384.16 23.28 391.16 23.28 391.16 29.28 384.16 29.28 ML +closepath C99 fill + newpath +384.16 23.28 384.16 17.28 391.16 17.28 391.16 23.28 384.16 23.28 ML +closepath C99 fill + newpath +384.16 17.28 384.16 11.28 391.16 11.28 391.16 17.28 384.16 17.28 ML +closepath C99 fill + newpath +384.16 11.28 384.16 5.28 391.16 5.28 391.16 11.28 384.16 11.28 ML +closepath C99 fill + newpath +384.16 5.28 384.16 -0.72 391.16 -0.72 391.16 5.28 384.16 5.28 ML +closepath C99 fill + newpath +377.16 71.28 377.16 65.28 384.16 65.28 384.16 71.28 377.16 71.28 ML +closepath C2 fill + newpath +377.16 65.28 377.16 59.28 384.16 59.28 384.16 65.28 377.16 65.28 ML +closepath C2 fill + newpath +377.16 59.28 377.16 53.28 384.16 53.28 384.16 59.28 377.16 59.28 ML +closepath C2 fill + newpath +377.16 53.28 377.16 47.28 384.16 47.28 384.16 53.28 377.16 53.28 ML +closepath C2 fill + newpath +377.16 47.28 377.16 41.28 384.16 41.28 384.16 47.28 377.16 47.28 ML +closepath C2 fill + newpath +377.16 41.28 377.16 35.28 384.16 35.28 384.16 41.28 377.16 41.28 ML +closepath C2 fill + newpath +377.16 35.28 377.16 29.28 384.16 29.28 384.16 35.28 377.16 35.28 ML +closepath C2 fill + newpath +377.16 29.28 377.16 23.28 384.16 23.28 384.16 29.28 377.16 29.28 ML +closepath C2 fill + newpath +377.16 23.28 377.16 17.28 384.16 17.28 384.16 23.28 377.16 23.28 ML +closepath C99 fill + newpath +377.16 17.28 377.16 11.28 384.16 11.28 384.16 17.28 377.16 17.28 ML +closepath C99 fill + newpath +377.16 11.28 377.16 5.28 384.16 5.28 384.16 11.28 377.16 11.28 ML +closepath C99 fill + newpath +377.16 5.28 377.16 -0.72 384.16 -0.72 384.16 5.28 377.16 5.28 ML +closepath C99 fill + newpath +370.16 71.28 370.16 65.28 377.16 65.28 377.16 71.28 370.16 71.28 ML +closepath C99 fill + newpath +370.16 65.28 370.16 59.28 377.16 59.28 377.16 65.28 370.16 65.28 ML +closepath C99 fill + newpath +370.16 59.28 370.16 53.28 377.16 53.28 377.16 59.28 370.16 59.28 ML +closepath C99 fill + newpath +370.16 53.28 370.16 47.28 377.16 47.28 377.16 53.28 370.16 53.28 ML +closepath C99 fill + newpath +370.16 47.28 370.16 41.28 377.16 41.28 377.16 47.28 370.16 47.28 ML +closepath C99 fill + newpath +370.16 41.28 370.16 35.28 377.16 35.28 377.16 41.28 370.16 41.28 ML +closepath C99 fill + newpath +370.16 35.28 370.16 29.28 377.16 29.28 377.16 35.28 370.16 35.28 ML +closepath C99 fill + newpath +370.16 29.28 370.16 23.28 377.16 23.28 377.16 29.28 370.16 29.28 ML +closepath C99 fill + newpath +370.16 23.28 370.16 17.28 377.16 17.28 377.16 23.28 370.16 23.28 ML +closepath C99 fill + newpath +370.16 17.28 370.16 11.28 377.16 11.28 377.16 17.28 370.16 17.28 ML +closepath C99 fill + newpath +370.16 11.28 370.16 5.28 377.16 5.28 377.16 11.28 370.16 11.28 ML +closepath C99 fill + newpath +370.16 5.28 370.16 -0.72 377.16 -0.72 377.16 5.28 370.16 5.28 ML +closepath C99 fill + newpath +363.16 71.28 363.16 65.28 370.16 65.28 370.16 71.28 363.16 71.28 ML +closepath C99 fill + newpath +363.16 65.28 363.16 59.28 370.16 59.28 370.16 65.28 363.16 65.28 ML +closepath C99 fill + newpath +363.16 59.28 363.16 53.28 370.16 53.28 370.16 59.28 363.16 59.28 ML +closepath C99 fill + newpath +363.16 53.28 363.16 47.28 370.16 47.28 370.16 53.28 363.16 53.28 ML +closepath C99 fill + newpath +363.16 47.28 363.16 41.28 370.16 41.28 370.16 47.28 363.16 47.28 ML +closepath C99 fill + newpath +363.16 41.28 363.16 35.28 370.16 35.28 370.16 41.28 363.16 41.28 ML +closepath C99 fill + newpath +363.16 35.28 363.16 29.28 370.16 29.28 370.16 35.28 363.16 35.28 ML +closepath C99 fill + newpath +363.16 29.28 363.16 23.28 370.16 23.28 370.16 29.28 363.16 29.28 ML +closepath C99 fill + newpath +363.16 23.28 363.16 17.28 370.16 17.28 370.16 23.28 363.16 23.28 ML +closepath C99 fill + newpath +363.16 17.28 363.16 11.28 370.16 11.28 370.16 17.28 363.16 17.28 ML +closepath C99 fill + newpath +363.16 11.28 363.16 5.28 370.16 5.28 370.16 11.28 363.16 11.28 ML +closepath C99 fill + newpath +363.16 5.28 363.16 -0.72 370.16 -0.72 370.16 5.28 363.16 5.28 ML +closepath C99 fill + newpath +356.16 71.28 356.16 65.28 363.16 65.28 363.16 71.28 356.16 71.28 ML +closepath C99 fill + newpath +356.16 65.28 356.16 59.28 363.16 59.28 363.16 65.28 356.16 65.28 ML +closepath C99 fill + newpath +356.16 59.28 356.16 53.28 363.16 53.28 363.16 59.28 356.16 59.28 ML +closepath C99 fill + newpath +356.16 53.28 356.16 47.28 363.16 47.28 363.16 53.28 356.16 53.28 ML +closepath C99 fill + newpath +356.16 47.28 356.16 41.28 363.16 41.28 363.16 47.28 356.16 47.28 ML +closepath C99 fill + newpath +356.16 41.28 356.16 35.28 363.16 35.28 363.16 41.28 356.16 41.28 ML +closepath C99 fill + newpath +356.16 35.28 356.16 29.28 363.16 29.28 363.16 35.28 356.16 35.28 ML +closepath C99 fill + newpath +356.16 29.28 356.16 23.28 363.16 23.28 363.16 29.28 356.16 29.28 ML +closepath C99 fill + newpath +356.16 23.28 356.16 17.28 363.16 17.28 363.16 23.28 356.16 23.28 ML +closepath C99 fill + newpath +356.16 17.28 356.16 11.28 363.16 11.28 363.16 17.28 356.16 17.28 ML +closepath C99 fill + newpath +356.16 11.28 356.16 5.28 363.16 5.28 363.16 11.28 356.16 11.28 ML +closepath C99 fill + newpath +356.16 5.28 356.16 -0.72 363.16 -0.72 363.16 5.28 356.16 5.28 ML +closepath C99 fill + newpath +349.16 71.28 349.16 65.28 356.16 65.28 356.16 71.28 349.16 71.28 ML +closepath C99 fill + newpath +349.16 65.28 349.16 59.28 356.16 59.28 356.16 65.28 349.16 65.28 ML +closepath C99 fill + newpath +349.16 59.28 349.16 53.28 356.16 53.28 356.16 59.28 349.16 59.28 ML +closepath C99 fill + newpath +349.16 53.28 349.16 47.28 356.16 47.28 356.16 53.28 349.16 53.28 ML +closepath C99 fill + newpath +349.16 47.28 349.16 41.28 356.16 41.28 356.16 47.28 349.16 47.28 ML +closepath C99 fill + newpath +349.16 41.28 349.16 35.28 356.16 35.28 356.16 41.28 349.16 41.28 ML +closepath C99 fill + newpath +349.16 35.28 349.16 29.28 356.16 29.28 356.16 35.28 349.16 35.28 ML +closepath C99 fill + newpath +349.16 29.28 349.16 23.28 356.16 23.28 356.16 29.28 349.16 29.28 ML +closepath C99 fill + newpath +349.16 23.28 349.16 17.28 356.16 17.28 356.16 23.28 349.16 23.28 ML +closepath C99 fill + newpath +349.16 17.28 349.16 11.28 356.16 11.28 356.16 17.28 349.16 17.28 ML +closepath C99 fill + newpath +349.16 11.28 349.16 5.28 356.16 5.28 356.16 11.28 349.16 11.28 ML +closepath C99 fill + newpath +349.16 5.28 349.16 -0.72 356.16 -0.72 356.16 5.28 349.16 5.28 ML +closepath C99 fill + newpath +342.16 71.28 342.16 65.28 349.16 65.28 349.16 71.28 342.16 71.28 ML +closepath C99 fill + newpath +342.16 65.28 342.16 59.28 349.16 59.28 349.16 65.28 342.16 65.28 ML +closepath C99 fill + newpath +342.16 59.28 342.16 53.28 349.16 53.28 349.16 59.28 342.16 59.28 ML +closepath C99 fill + newpath +342.16 53.28 342.16 47.28 349.16 47.28 349.16 53.28 342.16 53.28 ML +closepath C99 fill + newpath +342.16 47.28 342.16 41.28 349.16 41.28 349.16 47.28 342.16 47.28 ML +closepath C99 fill + newpath +342.16 41.28 342.16 35.28 349.16 35.28 349.16 41.28 342.16 41.28 ML +closepath C99 fill + newpath +342.16 35.28 342.16 29.28 349.16 29.28 349.16 35.28 342.16 35.28 ML +closepath C99 fill + newpath +342.16 29.28 342.16 23.28 349.16 23.28 349.16 29.28 342.16 29.28 ML +closepath C99 fill + newpath +342.16 23.28 342.16 17.28 349.16 17.28 349.16 23.28 342.16 23.28 ML +closepath C99 fill + newpath +342.16 17.28 342.16 11.28 349.16 11.28 349.16 17.28 342.16 17.28 ML +closepath C99 fill + newpath +342.16 11.28 342.16 5.28 349.16 5.28 349.16 11.28 342.16 11.28 ML +closepath C99 fill + newpath +342.16 5.28 342.16 -0.72 349.16 -0.72 349.16 5.28 342.16 5.28 ML +closepath C99 fill + newpath +335.16 71.28 335.16 65.28 342.16 65.28 342.16 71.28 335.16 71.28 ML +closepath C99 fill + newpath +335.16 65.28 335.16 59.28 342.16 59.28 342.16 65.28 335.16 65.28 ML +closepath C99 fill + newpath +335.16 59.28 335.16 53.28 342.16 53.28 342.16 59.28 335.16 59.28 ML +closepath C99 fill + newpath +335.16 53.28 335.16 47.28 342.16 47.28 342.16 53.28 335.16 53.28 ML +closepath C99 fill + newpath +335.16 47.28 335.16 41.28 342.16 41.28 342.16 47.28 335.16 47.28 ML +closepath C99 fill + newpath +335.16 41.28 335.16 35.28 342.16 35.28 342.16 41.28 335.16 41.28 ML +closepath C99 fill + newpath +335.16 35.28 335.16 29.28 342.16 29.28 342.16 35.28 335.16 35.28 ML +closepath C99 fill + newpath +335.16 29.28 335.16 23.28 342.16 23.28 342.16 29.28 335.16 29.28 ML +closepath C99 fill + newpath +335.16 23.28 335.16 17.28 342.16 17.28 342.16 23.28 335.16 23.28 ML +closepath C99 fill + newpath +335.16 17.28 335.16 11.28 342.16 11.28 342.16 17.28 335.16 17.28 ML +closepath C99 fill + newpath +335.16 11.28 335.16 5.28 342.16 5.28 342.16 11.28 335.16 11.28 ML +closepath C99 fill + newpath +335.16 5.28 335.16 -0.72 342.16 -0.72 342.16 5.28 335.16 5.28 ML +closepath C99 fill + newpath +328.16 71.28 328.16 65.28 335.16 65.28 335.16 71.28 328.16 71.28 ML +closepath C99 fill + newpath +328.16 65.28 328.16 59.28 335.16 59.28 335.16 65.28 328.16 65.28 ML +closepath C99 fill + newpath +328.16 59.28 328.16 53.28 335.16 53.28 335.16 59.28 328.16 59.28 ML +closepath C99 fill + newpath +328.16 53.28 328.16 47.28 335.16 47.28 335.16 53.28 328.16 53.28 ML +closepath C99 fill + newpath +328.16 47.28 328.16 41.28 335.16 41.28 335.16 47.28 328.16 47.28 ML +closepath C99 fill + newpath +328.16 41.28 328.16 35.28 335.16 35.28 335.16 41.28 328.16 41.28 ML +closepath C99 fill + newpath +328.16 35.28 328.16 29.28 335.16 29.28 335.16 35.28 328.16 35.28 ML +closepath C99 fill + newpath +328.16 29.28 328.16 23.28 335.16 23.28 335.16 29.28 328.16 29.28 ML +closepath C99 fill + newpath +328.16 23.28 328.16 17.28 335.16 17.28 335.16 23.28 328.16 23.28 ML +closepath C99 fill + newpath +328.16 17.28 328.16 11.28 335.16 11.28 335.16 17.28 328.16 17.28 ML +closepath C99 fill + newpath +328.16 11.28 328.16 5.28 335.16 5.28 335.16 11.28 328.16 11.28 ML +closepath C99 fill + newpath +328.16 5.28 328.16 -0.72 335.16 -0.72 335.16 5.28 328.16 5.28 ML +closepath C99 fill + newpath +321.16 71.28 321.16 65.28 328.16 65.28 328.16 71.28 321.16 71.28 ML +closepath C99 fill + newpath +321.16 65.28 321.16 59.28 328.16 59.28 328.16 65.28 321.16 65.28 ML +closepath C99 fill + newpath +321.16 59.28 321.16 53.28 328.16 53.28 328.16 59.28 321.16 59.28 ML +closepath C99 fill + newpath +321.16 53.28 321.16 47.28 328.16 47.28 328.16 53.28 321.16 53.28 ML +closepath C99 fill + newpath +321.16 47.28 321.16 41.28 328.16 41.28 328.16 47.28 321.16 47.28 ML +closepath C99 fill + newpath +321.16 41.28 321.16 35.28 328.16 35.28 328.16 41.28 321.16 41.28 ML +closepath C99 fill + newpath +321.16 35.28 321.16 29.28 328.16 29.28 328.16 35.28 321.16 35.28 ML +closepath C99 fill + newpath +321.16 29.28 321.16 23.28 328.16 23.28 328.16 29.28 321.16 29.28 ML +closepath C99 fill + newpath +321.16 23.28 321.16 17.28 328.16 17.28 328.16 23.28 321.16 23.28 ML +closepath C99 fill + newpath +321.16 17.28 321.16 11.28 328.16 11.28 328.16 17.28 321.16 17.28 ML +closepath C99 fill + newpath +321.16 11.28 321.16 5.28 328.16 5.28 328.16 11.28 321.16 11.28 ML +closepath C99 fill + newpath +321.16 5.28 321.16 -0.72 328.16 -0.72 328.16 5.28 321.16 5.28 ML +closepath C99 fill + newpath +314.16 71.28 314.16 65.28 321.16 65.28 321.16 71.28 314.16 71.28 ML +closepath C99 fill + newpath +314.16 65.28 314.16 59.28 321.16 59.28 321.16 65.28 314.16 65.28 ML +closepath C99 fill + newpath +314.16 59.28 314.16 53.28 321.16 53.28 321.16 59.28 314.16 59.28 ML +closepath C99 fill + newpath +314.16 53.28 314.16 47.28 321.16 47.28 321.16 53.28 314.16 53.28 ML +closepath C99 fill + newpath +314.16 47.28 314.16 41.28 321.16 41.28 321.16 47.28 314.16 47.28 ML +closepath C99 fill + newpath +314.16 41.28 314.16 35.28 321.16 35.28 321.16 41.28 314.16 41.28 ML +closepath C99 fill + newpath +314.16 35.28 314.16 29.28 321.16 29.28 321.16 35.28 314.16 35.28 ML +closepath C99 fill + newpath +314.16 29.28 314.16 23.28 321.16 23.28 321.16 29.28 314.16 29.28 ML +closepath C99 fill + newpath +314.16 23.28 314.16 17.28 321.16 17.28 321.16 23.28 314.16 23.28 ML +closepath C99 fill + newpath +314.16 17.28 314.16 11.28 321.16 11.28 321.16 17.28 314.16 17.28 ML +closepath C99 fill + newpath +314.16 11.28 314.16 5.28 321.16 5.28 321.16 11.28 314.16 11.28 ML +closepath C99 fill + newpath +314.16 5.28 314.16 -0.72 321.16 -0.72 321.16 5.28 314.16 5.28 ML +closepath C99 fill + newpath +307.16 71.28 307.16 65.28 314.16 65.28 314.16 71.28 307.16 71.28 ML +closepath C99 fill + newpath +307.16 65.28 307.16 59.28 314.16 59.28 314.16 65.28 307.16 65.28 ML +closepath C99 fill + newpath +307.16 59.28 307.16 53.28 314.16 53.28 314.16 59.28 307.16 59.28 ML +closepath C99 fill + newpath +307.16 53.28 307.16 47.28 314.16 47.28 314.16 53.28 307.16 53.28 ML +closepath C99 fill + newpath +307.16 47.28 307.16 41.28 314.16 41.28 314.16 47.28 307.16 47.28 ML +closepath C99 fill + newpath +307.16 41.28 307.16 35.28 314.16 35.28 314.16 41.28 307.16 41.28 ML +closepath C99 fill + newpath +307.16 35.28 307.16 29.28 314.16 29.28 314.16 35.28 307.16 35.28 ML +closepath C99 fill + newpath +307.16 29.28 307.16 23.28 314.16 23.28 314.16 29.28 307.16 29.28 ML +closepath C99 fill + newpath +307.16 23.28 307.16 17.28 314.16 17.28 314.16 23.28 307.16 23.28 ML +closepath C99 fill + newpath +307.16 17.28 307.16 11.28 314.16 11.28 314.16 17.28 307.16 17.28 ML +closepath C99 fill + newpath +307.16 11.28 307.16 5.28 314.16 5.28 314.16 11.28 307.16 11.28 ML +closepath C99 fill + newpath +307.16 5.28 307.16 -0.72 314.16 -0.72 314.16 5.28 307.16 5.28 ML +closepath C99 fill + newpath +300.16 71.28 300.16 65.28 307.16 65.28 307.16 71.28 300.16 71.28 ML +closepath C99 fill + newpath +300.16 65.28 300.16 59.28 307.16 59.28 307.16 65.28 300.16 65.28 ML +closepath C99 fill + newpath +300.16 59.28 300.16 53.28 307.16 53.28 307.16 59.28 300.16 59.28 ML +closepath C99 fill + newpath +300.16 53.28 300.16 47.28 307.16 47.28 307.16 53.28 300.16 53.28 ML +closepath C99 fill + newpath +300.16 47.28 300.16 41.28 307.16 41.28 307.16 47.28 300.16 47.28 ML +closepath C99 fill + newpath +300.16 41.28 300.16 35.28 307.16 35.28 307.16 41.28 300.16 41.28 ML +closepath C99 fill + newpath +300.16 35.28 300.16 29.28 307.16 29.28 307.16 35.28 300.16 35.28 ML +closepath C99 fill + newpath +300.16 29.28 300.16 23.28 307.16 23.28 307.16 29.28 300.16 29.28 ML +closepath C99 fill + newpath +300.16 23.28 300.16 17.28 307.16 17.28 307.16 23.28 300.16 23.28 ML +closepath C99 fill + newpath +300.16 17.28 300.16 11.28 307.16 11.28 307.16 17.28 300.16 17.28 ML +closepath C99 fill + newpath +300.16 11.28 300.16 5.28 307.16 5.28 307.16 11.28 300.16 11.28 ML +closepath C99 fill + newpath +300.16 5.28 300.16 -0.72 307.16 -0.72 307.16 5.28 300.16 5.28 ML +closepath C99 fill + newpath +293.16 71.28 293.16 65.28 300.16 65.28 300.16 71.28 293.16 71.28 ML +closepath C99 fill + newpath +293.16 65.28 293.16 59.28 300.16 59.28 300.16 65.28 293.16 65.28 ML +closepath C99 fill + newpath +293.16 59.28 293.16 53.28 300.16 53.28 300.16 59.28 293.16 59.28 ML +closepath C99 fill + newpath +293.16 53.28 293.16 47.28 300.16 47.28 300.16 53.28 293.16 53.28 ML +closepath C99 fill + newpath +293.16 47.28 293.16 41.28 300.16 41.28 300.16 47.28 293.16 47.28 ML +closepath C99 fill + newpath +293.16 41.28 293.16 35.28 300.16 35.28 300.16 41.28 293.16 41.28 ML +closepath C99 fill + newpath +293.16 35.28 293.16 29.28 300.16 29.28 300.16 35.28 293.16 35.28 ML +closepath C99 fill + newpath +293.16 29.28 293.16 23.28 300.16 23.28 300.16 29.28 293.16 29.28 ML +closepath C99 fill + newpath +293.16 23.28 293.16 17.28 300.16 17.28 300.16 23.28 293.16 23.28 ML +closepath C99 fill + newpath +293.16 17.28 293.16 11.28 300.16 11.28 300.16 17.28 293.16 17.28 ML +closepath C99 fill + newpath +293.16 11.28 293.16 5.28 300.16 5.28 300.16 11.28 293.16 11.28 ML +closepath C99 fill + newpath +293.16 5.28 293.16 -0.72 300.16 -0.72 300.16 5.28 293.16 5.28 ML +closepath C99 fill + newpath +286.16 71.28 286.16 65.28 293.16 65.28 293.16 71.28 286.16 71.28 ML +closepath C99 fill + newpath +286.16 65.28 286.16 59.28 293.16 59.28 293.16 65.28 286.16 65.28 ML +closepath C99 fill + newpath +286.16 59.28 286.16 53.28 293.16 53.28 293.16 59.28 286.16 59.28 ML +closepath C99 fill + newpath +286.16 53.28 286.16 47.28 293.16 47.28 293.16 53.28 286.16 53.28 ML +closepath C99 fill + newpath +286.16 47.28 286.16 41.28 293.16 41.28 293.16 47.28 286.16 47.28 ML +closepath C99 fill + newpath +286.16 41.28 286.16 35.28 293.16 35.28 293.16 41.28 286.16 41.28 ML +closepath C99 fill + newpath +286.16 35.28 286.16 29.28 293.16 29.28 293.16 35.28 286.16 35.28 ML +closepath C99 fill + newpath +286.16 29.28 286.16 23.28 293.16 23.28 293.16 29.28 286.16 29.28 ML +closepath C99 fill + newpath +286.16 23.28 286.16 17.28 293.16 17.28 293.16 23.28 286.16 23.28 ML +closepath C99 fill + newpath +286.16 17.28 286.16 11.28 293.16 11.28 293.16 17.28 286.16 17.28 ML +closepath C99 fill + newpath +286.16 11.28 286.16 5.28 293.16 5.28 293.16 11.28 286.16 11.28 ML +closepath C99 fill + newpath +286.16 5.28 286.16 -0.72 293.16 -0.72 293.16 5.28 286.16 5.28 ML +closepath C99 fill + newpath +279.16 71.28 279.16 65.28 286.16 65.28 286.16 71.28 279.16 71.28 ML +closepath C99 fill + newpath +279.16 65.28 279.16 59.28 286.16 59.28 286.16 65.28 279.16 65.28 ML +closepath C99 fill + newpath +279.16 59.28 279.16 53.28 286.16 53.28 286.16 59.28 279.16 59.28 ML +closepath C99 fill + newpath +279.16 53.28 279.16 47.28 286.16 47.28 286.16 53.28 279.16 53.28 ML +closepath C99 fill + newpath +279.16 47.28 279.16 41.28 286.16 41.28 286.16 47.28 279.16 47.28 ML +closepath C99 fill + newpath +279.16 41.28 279.16 35.28 286.16 35.28 286.16 41.28 279.16 41.28 ML +closepath C99 fill + newpath +279.16 35.28 279.16 29.28 286.16 29.28 286.16 35.28 279.16 35.28 ML +closepath C99 fill + newpath +279.16 29.28 279.16 23.28 286.16 23.28 286.16 29.28 279.16 29.28 ML +closepath C99 fill + newpath +279.16 23.28 279.16 17.28 286.16 17.28 286.16 23.28 279.16 23.28 ML +closepath C99 fill + newpath +279.16 17.28 279.16 11.28 286.16 11.28 286.16 17.28 279.16 17.28 ML +closepath C99 fill + newpath +279.16 11.28 279.16 5.28 286.16 5.28 286.16 11.28 279.16 11.28 ML +closepath C99 fill + newpath +279.16 5.28 279.16 -0.72 286.16 -0.72 286.16 5.28 279.16 5.28 ML +closepath C99 fill + newpath +272.16 71.28 272.16 65.28 279.16 65.28 279.16 71.28 272.16 71.28 ML +closepath C99 fill + newpath +272.16 65.28 272.16 59.28 279.16 59.28 279.16 65.28 272.16 65.28 ML +closepath C99 fill + newpath +272.16 59.28 272.16 53.28 279.16 53.28 279.16 59.28 272.16 59.28 ML +closepath C99 fill + newpath +272.16 53.28 272.16 47.28 279.16 47.28 279.16 53.28 272.16 53.28 ML +closepath C99 fill + newpath +272.16 47.28 272.16 41.28 279.16 41.28 279.16 47.28 272.16 47.28 ML +closepath C99 fill + newpath +272.16 41.28 272.16 35.28 279.16 35.28 279.16 41.28 272.16 41.28 ML +closepath C99 fill + newpath +272.16 35.28 272.16 29.28 279.16 29.28 279.16 35.28 272.16 35.28 ML +closepath C99 fill + newpath +272.16 29.28 272.16 23.28 279.16 23.28 279.16 29.28 272.16 29.28 ML +closepath C99 fill + newpath +272.16 23.28 272.16 17.28 279.16 17.28 279.16 23.28 272.16 23.28 ML +closepath C99 fill + newpath +272.16 17.28 272.16 11.28 279.16 11.28 279.16 17.28 272.16 17.28 ML +closepath C99 fill + newpath +272.16 11.28 272.16 5.28 279.16 5.28 279.16 11.28 272.16 11.28 ML +closepath C99 fill + newpath +272.16 5.28 272.16 -0.72 279.16 -0.72 279.16 5.28 272.16 5.28 ML +closepath C99 fill + newpath +265.16 71.28 265.16 65.28 272.16 65.28 272.16 71.28 265.16 71.28 ML +closepath C99 fill + newpath +265.16 65.28 265.16 59.28 272.16 59.28 272.16 65.28 265.16 65.28 ML +closepath C99 fill + newpath +265.16 59.28 265.16 53.28 272.16 53.28 272.16 59.28 265.16 59.28 ML +closepath C99 fill + newpath +265.16 53.28 265.16 47.28 272.16 47.28 272.16 53.28 265.16 53.28 ML +closepath C99 fill + newpath +265.16 47.28 265.16 41.28 272.16 41.28 272.16 47.28 265.16 47.28 ML +closepath C99 fill + newpath +265.16 41.28 265.16 35.28 272.16 35.28 272.16 41.28 265.16 41.28 ML +closepath C99 fill + newpath +265.16 35.28 265.16 29.28 272.16 29.28 272.16 35.28 265.16 35.28 ML +closepath C99 fill + newpath +265.16 29.28 265.16 23.28 272.16 23.28 272.16 29.28 265.16 29.28 ML +closepath C99 fill + newpath +265.16 23.28 265.16 17.28 272.16 17.28 272.16 23.28 265.16 23.28 ML +closepath C99 fill + newpath +265.16 17.28 265.16 11.28 272.16 11.28 272.16 17.28 265.16 17.28 ML +closepath C99 fill + newpath +265.16 11.28 265.16 5.28 272.16 5.28 272.16 11.28 265.16 11.28 ML +closepath C99 fill + newpath +265.16 5.28 265.16 -0.72 272.16 -0.72 272.16 5.28 265.16 5.28 ML +closepath C99 fill + newpath +258.16 71.28 258.16 65.28 265.16 65.28 265.16 71.28 258.16 71.28 ML +closepath C99 fill + newpath +258.16 65.28 258.16 59.28 265.16 59.28 265.16 65.28 258.16 65.28 ML +closepath C99 fill + newpath +258.16 59.28 258.16 53.28 265.16 53.28 265.16 59.28 258.16 59.28 ML +closepath C99 fill + newpath +258.16 53.28 258.16 47.28 265.16 47.28 265.16 53.28 258.16 53.28 ML +closepath C99 fill + newpath +258.16 47.28 258.16 41.28 265.16 41.28 265.16 47.28 258.16 47.28 ML +closepath C99 fill + newpath +258.16 41.28 258.16 35.28 265.16 35.28 265.16 41.28 258.16 41.28 ML +closepath C99 fill + newpath +258.16 35.28 258.16 29.28 265.16 29.28 265.16 35.28 258.16 35.28 ML +closepath C99 fill + newpath +258.16 29.28 258.16 23.28 265.16 23.28 265.16 29.28 258.16 29.28 ML +closepath C99 fill + newpath +258.16 23.28 258.16 17.28 265.16 17.28 265.16 23.28 258.16 23.28 ML +closepath C99 fill + newpath +258.16 17.28 258.16 11.28 265.16 11.28 265.16 17.28 258.16 17.28 ML +closepath C99 fill + newpath +258.16 11.28 258.16 5.28 265.16 5.28 265.16 11.28 258.16 11.28 ML +closepath C99 fill + newpath +258.16 5.28 258.16 -0.72 265.16 -0.72 265.16 5.28 258.16 5.28 ML +closepath C99 fill + newpath +251.16 71.28 251.16 65.28 258.16 65.28 258.16 71.28 251.16 71.28 ML +closepath C99 fill + newpath +251.16 65.28 251.16 59.28 258.16 59.28 258.16 65.28 251.16 65.28 ML +closepath C99 fill + newpath +251.16 59.28 251.16 53.28 258.16 53.28 258.16 59.28 251.16 59.28 ML +closepath C99 fill + newpath +251.16 53.28 251.16 47.28 258.16 47.28 258.16 53.28 251.16 53.28 ML +closepath C99 fill + newpath +251.16 47.28 251.16 41.28 258.16 41.28 258.16 47.28 251.16 47.28 ML +closepath C99 fill + newpath +251.16 41.28 251.16 35.28 258.16 35.28 258.16 41.28 251.16 41.28 ML +closepath C99 fill + newpath +251.16 35.28 251.16 29.28 258.16 29.28 258.16 35.28 251.16 35.28 ML +closepath C99 fill + newpath +251.16 29.28 251.16 23.28 258.16 23.28 258.16 29.28 251.16 29.28 ML +closepath C99 fill + newpath +251.16 23.28 251.16 17.28 258.16 17.28 258.16 23.28 251.16 23.28 ML +closepath C99 fill + newpath +251.16 17.28 251.16 11.28 258.16 11.28 258.16 17.28 251.16 17.28 ML +closepath C99 fill + newpath +251.16 11.28 251.16 5.28 258.16 5.28 258.16 11.28 251.16 11.28 ML +closepath C99 fill + newpath +251.16 5.28 251.16 -0.72 258.16 -0.72 258.16 5.28 251.16 5.28 ML +closepath C99 fill + newpath +244.16 71.28 244.16 65.28 251.16 65.28 251.16 71.28 244.16 71.28 ML +closepath C99 fill + newpath +244.16 65.28 244.16 59.28 251.16 59.28 251.16 65.28 244.16 65.28 ML +closepath C99 fill + newpath +244.16 59.28 244.16 53.28 251.16 53.28 251.16 59.28 244.16 59.28 ML +closepath C99 fill + newpath +244.16 53.28 244.16 47.28 251.16 47.28 251.16 53.28 244.16 53.28 ML +closepath C99 fill + newpath +244.16 47.28 244.16 41.28 251.16 41.28 251.16 47.28 244.16 47.28 ML +closepath C99 fill + newpath +244.16 41.28 244.16 35.28 251.16 35.28 251.16 41.28 244.16 41.28 ML +closepath C99 fill + newpath +244.16 35.28 244.16 29.28 251.16 29.28 251.16 35.28 244.16 35.28 ML +closepath C99 fill + newpath +244.16 29.28 244.16 23.28 251.16 23.28 251.16 29.28 244.16 29.28 ML +closepath C99 fill + newpath +244.16 23.28 244.16 17.28 251.16 17.28 251.16 23.28 244.16 23.28 ML +closepath C99 fill + newpath +244.16 17.28 244.16 11.28 251.16 11.28 251.16 17.28 244.16 17.28 ML +closepath C99 fill + newpath +244.16 11.28 244.16 5.28 251.16 5.28 251.16 11.28 244.16 11.28 ML +closepath C99 fill + newpath +244.16 5.28 244.16 -0.72 251.16 -0.72 251.16 5.28 244.16 5.28 ML +closepath C99 fill + newpath +237.16 71.28 237.16 65.28 244.16 65.28 244.16 71.28 237.16 71.28 ML +closepath C2 fill + newpath +237.16 65.28 237.16 59.28 244.16 59.28 244.16 65.28 237.16 65.28 ML +closepath C2 fill + newpath +237.16 59.28 237.16 53.28 244.16 53.28 244.16 59.28 237.16 59.28 ML +closepath C2 fill + newpath +237.16 53.28 237.16 47.28 244.16 47.28 244.16 53.28 237.16 53.28 ML +closepath C2 fill + newpath +237.16 47.28 237.16 41.28 244.16 41.28 244.16 47.28 237.16 47.28 ML +closepath C2 fill + newpath +237.16 41.28 237.16 35.28 244.16 35.28 244.16 41.28 237.16 41.28 ML +closepath C2 fill + newpath +237.16 35.28 237.16 29.28 244.16 29.28 244.16 35.28 237.16 35.28 ML +closepath C2 fill + newpath +237.16 29.28 237.16 23.28 244.16 23.28 244.16 29.28 237.16 29.28 ML +closepath C2 fill + newpath +237.16 23.28 237.16 17.28 244.16 17.28 244.16 23.28 237.16 23.28 ML +closepath C99 fill + newpath +237.16 17.28 237.16 11.28 244.16 11.28 244.16 17.28 237.16 17.28 ML +closepath C99 fill + newpath +237.16 11.28 237.16 5.28 244.16 5.28 244.16 11.28 237.16 11.28 ML +closepath C99 fill + newpath +237.16 5.28 237.16 -0.72 244.16 -0.72 244.16 5.28 237.16 5.28 ML +closepath C99 fill + newpath +230.16 71.28 230.16 65.28 237.16 65.28 237.16 71.28 230.16 71.28 ML +closepath C99 fill + newpath +230.16 65.28 230.16 59.28 237.16 59.28 237.16 65.28 230.16 65.28 ML +closepath C99 fill + newpath +230.16 59.28 230.16 53.28 237.16 53.28 237.16 59.28 230.16 59.28 ML +closepath C99 fill + newpath +230.16 53.28 230.16 47.28 237.16 47.28 237.16 53.28 230.16 53.28 ML +closepath C99 fill + newpath +230.16 47.28 230.16 41.28 237.16 41.28 237.16 47.28 230.16 47.28 ML +closepath C99 fill + newpath +230.16 41.28 230.16 35.28 237.16 35.28 237.16 41.28 230.16 41.28 ML +closepath C99 fill + newpath +230.16 35.28 230.16 29.28 237.16 29.28 237.16 35.28 230.16 35.28 ML +closepath C99 fill + newpath +230.16 29.28 230.16 23.28 237.16 23.28 237.16 29.28 230.16 29.28 ML +closepath C99 fill + newpath +230.16 23.28 230.16 17.28 237.16 17.28 237.16 23.28 230.16 23.28 ML +closepath C99 fill + newpath +230.16 17.28 230.16 11.28 237.16 11.28 237.16 17.28 230.16 17.28 ML +closepath C99 fill + newpath +230.16 11.28 230.16 5.28 237.16 5.28 237.16 11.28 230.16 11.28 ML +closepath C99 fill + newpath +230.16 5.28 230.16 -0.72 237.16 -0.72 237.16 5.28 230.16 5.28 ML +closepath C99 fill + newpath +223.16 71.28 223.16 65.28 230.16 65.28 230.16 71.28 223.16 71.28 ML +closepath C99 fill + newpath +223.16 65.28 223.16 59.28 230.16 59.28 230.16 65.28 223.16 65.28 ML +closepath C99 fill + newpath +223.16 59.28 223.16 53.28 230.16 53.28 230.16 59.28 223.16 59.28 ML +closepath C99 fill + newpath +223.16 53.28 223.16 47.28 230.16 47.28 230.16 53.28 223.16 53.28 ML +closepath C99 fill + newpath +223.16 47.28 223.16 41.28 230.16 41.28 230.16 47.28 223.16 47.28 ML +closepath C99 fill + newpath +223.16 41.28 223.16 35.28 230.16 35.28 230.16 41.28 223.16 41.28 ML +closepath C99 fill + newpath +223.16 35.28 223.16 29.28 230.16 29.28 230.16 35.28 223.16 35.28 ML +closepath C99 fill + newpath +223.16 29.28 223.16 23.28 230.16 23.28 230.16 29.28 223.16 29.28 ML +closepath C99 fill + newpath +223.16 23.28 223.16 17.28 230.16 17.28 230.16 23.28 223.16 23.28 ML +closepath C99 fill + newpath +223.16 17.28 223.16 11.28 230.16 11.28 230.16 17.28 223.16 17.28 ML +closepath C99 fill + newpath +223.16 11.28 223.16 5.28 230.16 5.28 230.16 11.28 223.16 11.28 ML +closepath C99 fill + newpath +223.16 5.28 223.16 -0.72 230.16 -0.72 230.16 5.28 223.16 5.28 ML +closepath C99 fill + newpath +216.16 71.28 216.16 65.28 223.16 65.28 223.16 71.28 216.16 71.28 ML +closepath C99 fill + newpath +216.16 65.28 216.16 59.28 223.16 59.28 223.16 65.28 216.16 65.28 ML +closepath C99 fill + newpath +216.16 59.28 216.16 53.28 223.16 53.28 223.16 59.28 216.16 59.28 ML +closepath C99 fill + newpath +216.16 53.28 216.16 47.28 223.16 47.28 223.16 53.28 216.16 53.28 ML +closepath C99 fill + newpath +216.16 47.28 216.16 41.28 223.16 41.28 223.16 47.28 216.16 47.28 ML +closepath C99 fill + newpath +216.16 41.28 216.16 35.28 223.16 35.28 223.16 41.28 216.16 41.28 ML +closepath C99 fill + newpath +216.16 35.28 216.16 29.28 223.16 29.28 223.16 35.28 216.16 35.28 ML +closepath C99 fill + newpath +216.16 29.28 216.16 23.28 223.16 23.28 223.16 29.28 216.16 29.28 ML +closepath C99 fill + newpath +216.16 23.28 216.16 17.28 223.16 17.28 223.16 23.28 216.16 23.28 ML +closepath C99 fill + newpath +216.16 17.28 216.16 11.28 223.16 11.28 223.16 17.28 216.16 17.28 ML +closepath C99 fill + newpath +216.16 11.28 216.16 5.28 223.16 5.28 223.16 11.28 216.16 11.28 ML +closepath C99 fill + newpath +216.16 5.28 216.16 -0.72 223.16 -0.72 223.16 5.28 216.16 5.28 ML +closepath C99 fill + newpath +209.16 71.28 209.16 65.28 216.16 65.28 216.16 71.28 209.16 71.28 ML +closepath C99 fill + newpath +209.16 65.28 209.16 59.28 216.16 59.28 216.16 65.28 209.16 65.28 ML +closepath C99 fill + newpath +209.16 59.28 209.16 53.28 216.16 53.28 216.16 59.28 209.16 59.28 ML +closepath C99 fill + newpath +209.16 53.28 209.16 47.28 216.16 47.28 216.16 53.28 209.16 53.28 ML +closepath C99 fill + newpath +209.16 47.28 209.16 41.28 216.16 41.28 216.16 47.28 209.16 47.28 ML +closepath C99 fill + newpath +209.16 41.28 209.16 35.28 216.16 35.28 216.16 41.28 209.16 41.28 ML +closepath C99 fill + newpath +209.16 35.28 209.16 29.28 216.16 29.28 216.16 35.28 209.16 35.28 ML +closepath C99 fill + newpath +209.16 29.28 209.16 23.28 216.16 23.28 216.16 29.28 209.16 29.28 ML +closepath C99 fill + newpath +209.16 23.28 209.16 17.28 216.16 17.28 216.16 23.28 209.16 23.28 ML +closepath C99 fill + newpath +209.16 17.28 209.16 11.28 216.16 11.28 216.16 17.28 209.16 17.28 ML +closepath C99 fill + newpath +209.16 11.28 209.16 5.28 216.16 5.28 216.16 11.28 209.16 11.28 ML +closepath C99 fill + newpath +209.16 5.28 209.16 -0.72 216.16 -0.72 216.16 5.28 209.16 5.28 ML +closepath C99 fill + newpath +202.16 71.28 202.16 65.28 209.16 65.28 209.16 71.28 202.16 71.28 ML +closepath C99 fill + newpath +202.16 65.28 202.16 59.28 209.16 59.28 209.16 65.28 202.16 65.28 ML +closepath C99 fill + newpath +202.16 59.28 202.16 53.28 209.16 53.28 209.16 59.28 202.16 59.28 ML +closepath C99 fill + newpath +202.16 53.28 202.16 47.28 209.16 47.28 209.16 53.28 202.16 53.28 ML +closepath C99 fill + newpath +202.16 47.28 202.16 41.28 209.16 41.28 209.16 47.28 202.16 47.28 ML +closepath C99 fill + newpath +202.16 41.28 202.16 35.28 209.16 35.28 209.16 41.28 202.16 41.28 ML +closepath C99 fill + newpath +202.16 35.28 202.16 29.28 209.16 29.28 209.16 35.28 202.16 35.28 ML +closepath C99 fill + newpath +202.16 29.28 202.16 23.28 209.16 23.28 209.16 29.28 202.16 29.28 ML +closepath C99 fill + newpath +202.16 23.28 202.16 17.28 209.16 17.28 209.16 23.28 202.16 23.28 ML +closepath C99 fill + newpath +202.16 17.28 202.16 11.28 209.16 11.28 209.16 17.28 202.16 17.28 ML +closepath C99 fill + newpath +202.16 11.28 202.16 5.28 209.16 5.28 209.16 11.28 202.16 11.28 ML +closepath C99 fill + newpath +202.16 5.28 202.16 -0.72 209.16 -0.72 209.16 5.28 202.16 5.28 ML +closepath C99 fill + newpath +195.16 71.28 195.16 65.28 202.16 65.28 202.16 71.28 195.16 71.28 ML +closepath C99 fill + newpath +195.16 65.28 195.16 59.28 202.16 59.28 202.16 65.28 195.16 65.28 ML +closepath C99 fill + newpath +195.16 59.28 195.16 53.28 202.16 53.28 202.16 59.28 195.16 59.28 ML +closepath C99 fill + newpath +195.16 53.28 195.16 47.28 202.16 47.28 202.16 53.28 195.16 53.28 ML +closepath C99 fill + newpath +195.16 47.28 195.16 41.28 202.16 41.28 202.16 47.28 195.16 47.28 ML +closepath C99 fill + newpath +195.16 41.28 195.16 35.28 202.16 35.28 202.16 41.28 195.16 41.28 ML +closepath C99 fill + newpath +195.16 35.28 195.16 29.28 202.16 29.28 202.16 35.28 195.16 35.28 ML +closepath C99 fill + newpath +195.16 29.28 195.16 23.28 202.16 23.28 202.16 29.28 195.16 29.28 ML +closepath C99 fill + newpath +195.16 23.28 195.16 17.28 202.16 17.28 202.16 23.28 195.16 23.28 ML +closepath C99 fill + newpath +195.16 17.28 195.16 11.28 202.16 11.28 202.16 17.28 195.16 17.28 ML +closepath C99 fill + newpath +195.16 11.28 195.16 5.28 202.16 5.28 202.16 11.28 195.16 11.28 ML +closepath C99 fill + newpath +195.16 5.28 195.16 -0.72 202.16 -0.72 202.16 5.28 195.16 5.28 ML +closepath C99 fill + newpath +188.16 71.28 188.16 65.28 195.16 65.28 195.16 71.28 188.16 71.28 ML +closepath C99 fill + newpath +188.16 65.28 188.16 59.28 195.16 59.28 195.16 65.28 188.16 65.28 ML +closepath C99 fill + newpath +188.16 59.28 188.16 53.28 195.16 53.28 195.16 59.28 188.16 59.28 ML +closepath C99 fill + newpath +188.16 53.28 188.16 47.28 195.16 47.28 195.16 53.28 188.16 53.28 ML +closepath C99 fill + newpath +188.16 47.28 188.16 41.28 195.16 41.28 195.16 47.28 188.16 47.28 ML +closepath C99 fill + newpath +188.16 41.28 188.16 35.28 195.16 35.28 195.16 41.28 188.16 41.28 ML +closepath C99 fill + newpath +188.16 35.28 188.16 29.28 195.16 29.28 195.16 35.28 188.16 35.28 ML +closepath C99 fill + newpath +188.16 29.28 188.16 23.28 195.16 23.28 195.16 29.28 188.16 29.28 ML +closepath C99 fill + newpath +188.16 23.28 188.16 17.28 195.16 17.28 195.16 23.28 188.16 23.28 ML +closepath C99 fill + newpath +188.16 17.28 188.16 11.28 195.16 11.28 195.16 17.28 188.16 17.28 ML +closepath C99 fill + newpath +188.16 11.28 188.16 5.28 195.16 5.28 195.16 11.28 188.16 11.28 ML +closepath C99 fill + newpath +188.16 5.28 188.16 -0.72 195.16 -0.72 195.16 5.28 188.16 5.28 ML +closepath C99 fill + newpath +181.16 71.28 181.16 65.28 188.16 65.28 188.16 71.28 181.16 71.28 ML +closepath C99 fill + newpath +181.16 65.28 181.16 59.28 188.16 59.28 188.16 65.28 181.16 65.28 ML +closepath C99 fill + newpath +181.16 59.28 181.16 53.28 188.16 53.28 188.16 59.28 181.16 59.28 ML +closepath C99 fill + newpath +181.16 53.28 181.16 47.28 188.16 47.28 188.16 53.28 181.16 53.28 ML +closepath C99 fill + newpath +181.16 47.28 181.16 41.28 188.16 41.28 188.16 47.28 181.16 47.28 ML +closepath C99 fill + newpath +181.16 41.28 181.16 35.28 188.16 35.28 188.16 41.28 181.16 41.28 ML +closepath C99 fill + newpath +181.16 35.28 181.16 29.28 188.16 29.28 188.16 35.28 181.16 35.28 ML +closepath C99 fill + newpath +181.16 29.28 181.16 23.28 188.16 23.28 188.16 29.28 181.16 29.28 ML +closepath C99 fill + newpath +181.16 23.28 181.16 17.28 188.16 17.28 188.16 23.28 181.16 23.28 ML +closepath C99 fill + newpath +181.16 17.28 181.16 11.28 188.16 11.28 188.16 17.28 181.16 17.28 ML +closepath C99 fill + newpath +181.16 11.28 181.16 5.28 188.16 5.28 188.16 11.28 181.16 11.28 ML +closepath C99 fill + newpath +181.16 5.28 181.16 -0.72 188.16 -0.72 188.16 5.28 181.16 5.28 ML +closepath C99 fill + newpath +174.16 71.28 174.16 65.28 181.16 65.28 181.16 71.28 174.16 71.28 ML +closepath C99 fill + newpath +174.16 65.28 174.16 59.28 181.16 59.28 181.16 65.28 174.16 65.28 ML +closepath C99 fill + newpath +174.16 59.28 174.16 53.28 181.16 53.28 181.16 59.28 174.16 59.28 ML +closepath C99 fill + newpath +174.16 53.28 174.16 47.28 181.16 47.28 181.16 53.28 174.16 53.28 ML +closepath C99 fill + newpath +174.16 47.28 174.16 41.28 181.16 41.28 181.16 47.28 174.16 47.28 ML +closepath C99 fill + newpath +174.16 41.28 174.16 35.28 181.16 35.28 181.16 41.28 174.16 41.28 ML +closepath C99 fill + newpath +174.16 35.28 174.16 29.28 181.16 29.28 181.16 35.28 174.16 35.28 ML +closepath C99 fill + newpath +174.16 29.28 174.16 23.28 181.16 23.28 181.16 29.28 174.16 29.28 ML +closepath C99 fill + newpath +174.16 23.28 174.16 17.28 181.16 17.28 181.16 23.28 174.16 23.28 ML +closepath C99 fill + newpath +174.16 17.28 174.16 11.28 181.16 11.28 181.16 17.28 174.16 17.28 ML +closepath C99 fill + newpath +174.16 11.28 174.16 5.28 181.16 5.28 181.16 11.28 174.16 11.28 ML +closepath C99 fill + newpath +174.16 5.28 174.16 -0.72 181.16 -0.72 181.16 5.28 174.16 5.28 ML +closepath C99 fill + newpath +167.16 71.28 167.16 65.28 174.16 65.28 174.16 71.28 167.16 71.28 ML +closepath C99 fill + newpath +167.16 65.28 167.16 59.28 174.16 59.28 174.16 65.28 167.16 65.28 ML +closepath C99 fill + newpath +167.16 59.28 167.16 53.28 174.16 53.28 174.16 59.28 167.16 59.28 ML +closepath C99 fill + newpath +167.16 53.28 167.16 47.28 174.16 47.28 174.16 53.28 167.16 53.28 ML +closepath C99 fill + newpath +167.16 47.28 167.16 41.28 174.16 41.28 174.16 47.28 167.16 47.28 ML +closepath C99 fill + newpath +167.16 41.28 167.16 35.28 174.16 35.28 174.16 41.28 167.16 41.28 ML +closepath C99 fill + newpath +167.16 35.28 167.16 29.28 174.16 29.28 174.16 35.28 167.16 35.28 ML +closepath C99 fill + newpath +167.16 29.28 167.16 23.28 174.16 23.28 174.16 29.28 167.16 29.28 ML +closepath C99 fill + newpath +167.16 23.28 167.16 17.28 174.16 17.28 174.16 23.28 167.16 23.28 ML +closepath C99 fill + newpath +167.16 17.28 167.16 11.28 174.16 11.28 174.16 17.28 167.16 17.28 ML +closepath C99 fill + newpath +167.16 11.28 167.16 5.28 174.16 5.28 174.16 11.28 167.16 11.28 ML +closepath C99 fill + newpath +167.16 5.28 167.16 -0.72 174.16 -0.72 174.16 5.28 167.16 5.28 ML +closepath C99 fill + newpath +160.16 71.28 160.16 65.28 167.16 65.28 167.16 71.28 160.16 71.28 ML +closepath C99 fill + newpath +160.16 65.28 160.16 59.28 167.16 59.28 167.16 65.28 160.16 65.28 ML +closepath C99 fill + newpath +160.16 59.28 160.16 53.28 167.16 53.28 167.16 59.28 160.16 59.28 ML +closepath C99 fill + newpath +160.16 53.28 160.16 47.28 167.16 47.28 167.16 53.28 160.16 53.28 ML +closepath C99 fill + newpath +160.16 47.28 160.16 41.28 167.16 41.28 167.16 47.28 160.16 47.28 ML +closepath C99 fill + newpath +160.16 41.28 160.16 35.28 167.16 35.28 167.16 41.28 160.16 41.28 ML +closepath C99 fill + newpath +160.16 35.28 160.16 29.28 167.16 29.28 167.16 35.28 160.16 35.28 ML +closepath C99 fill + newpath +160.16 29.28 160.16 23.28 167.16 23.28 167.16 29.28 160.16 29.28 ML +closepath C99 fill + newpath +160.16 23.28 160.16 17.28 167.16 17.28 167.16 23.28 160.16 23.28 ML +closepath C99 fill + newpath +160.16 17.28 160.16 11.28 167.16 11.28 167.16 17.28 160.16 17.28 ML +closepath C99 fill + newpath +160.16 11.28 160.16 5.28 167.16 5.28 167.16 11.28 160.16 11.28 ML +closepath C99 fill + newpath +160.16 5.28 160.16 -0.72 167.16 -0.72 167.16 5.28 160.16 5.28 ML +closepath C99 fill + newpath +153.16 71.28 153.16 65.28 160.16 65.28 160.16 71.28 153.16 71.28 ML +closepath C99 fill + newpath +153.16 65.28 153.16 59.28 160.16 59.28 160.16 65.28 153.16 65.28 ML +closepath C99 fill + newpath +153.16 59.28 153.16 53.28 160.16 53.28 160.16 59.28 153.16 59.28 ML +closepath C99 fill + newpath +153.16 53.28 153.16 47.28 160.16 47.28 160.16 53.28 153.16 53.28 ML +closepath C99 fill + newpath +153.16 47.28 153.16 41.28 160.16 41.28 160.16 47.28 153.16 47.28 ML +closepath C99 fill + newpath +153.16 41.28 153.16 35.28 160.16 35.28 160.16 41.28 153.16 41.28 ML +closepath C99 fill + newpath +153.16 35.28 153.16 29.28 160.16 29.28 160.16 35.28 153.16 35.28 ML +closepath C99 fill + newpath +153.16 29.28 153.16 23.28 160.16 23.28 160.16 29.28 153.16 29.28 ML +closepath C99 fill + newpath +153.16 23.28 153.16 17.28 160.16 17.28 160.16 23.28 153.16 23.28 ML +closepath C99 fill + newpath +153.16 17.28 153.16 11.28 160.16 11.28 160.16 17.28 153.16 17.28 ML +closepath C99 fill + newpath +153.16 11.28 153.16 5.28 160.16 5.28 160.16 11.28 153.16 11.28 ML +closepath C99 fill + newpath +153.16 5.28 153.16 -0.72 160.16 -0.72 160.16 5.28 153.16 5.28 ML +closepath C99 fill + newpath +146.16 71.28 146.16 65.28 153.16 65.28 153.16 71.28 146.16 71.28 ML +closepath C99 fill + newpath +146.16 65.28 146.16 59.28 153.16 59.28 153.16 65.28 146.16 65.28 ML +closepath C99 fill + newpath +146.16 59.28 146.16 53.28 153.16 53.28 153.16 59.28 146.16 59.28 ML +closepath C99 fill + newpath +146.16 53.28 146.16 47.28 153.16 47.28 153.16 53.28 146.16 53.28 ML +closepath C99 fill + newpath +146.16 47.28 146.16 41.28 153.16 41.28 153.16 47.28 146.16 47.28 ML +closepath C99 fill + newpath +146.16 41.28 146.16 35.28 153.16 35.28 153.16 41.28 146.16 41.28 ML +closepath C99 fill + newpath +146.16 35.28 146.16 29.28 153.16 29.28 153.16 35.28 146.16 35.28 ML +closepath C99 fill + newpath +146.16 29.28 146.16 23.28 153.16 23.28 153.16 29.28 146.16 29.28 ML +closepath C99 fill + newpath +146.16 23.28 146.16 17.28 153.16 17.28 153.16 23.28 146.16 23.28 ML +closepath C99 fill + newpath +146.16 17.28 146.16 11.28 153.16 11.28 153.16 17.28 146.16 17.28 ML +closepath C99 fill + newpath +146.16 11.28 146.16 5.28 153.16 5.28 153.16 11.28 146.16 11.28 ML +closepath C99 fill + newpath +146.16 5.28 146.16 -0.72 153.16 -0.72 153.16 5.28 146.16 5.28 ML +closepath C99 fill + newpath +139.16 71.28 139.16 65.28 146.16 65.28 146.16 71.28 139.16 71.28 ML +closepath C99 fill + newpath +139.16 65.28 139.16 59.28 146.16 59.28 146.16 65.28 139.16 65.28 ML +closepath C99 fill + newpath +139.16 59.28 139.16 53.28 146.16 53.28 146.16 59.28 139.16 59.28 ML +closepath C99 fill + newpath +139.16 53.28 139.16 47.28 146.16 47.28 146.16 53.28 139.16 53.28 ML +closepath C99 fill + newpath +139.16 47.28 139.16 41.28 146.16 41.28 146.16 47.28 139.16 47.28 ML +closepath C99 fill + newpath +139.16 41.28 139.16 35.28 146.16 35.28 146.16 41.28 139.16 41.28 ML +closepath C99 fill + newpath +139.16 35.28 139.16 29.28 146.16 29.28 146.16 35.28 139.16 35.28 ML +closepath C99 fill + newpath +139.16 29.28 139.16 23.28 146.16 23.28 146.16 29.28 139.16 29.28 ML +closepath C99 fill + newpath +139.16 23.28 139.16 17.28 146.16 17.28 146.16 23.28 139.16 23.28 ML +closepath C99 fill + newpath +139.16 17.28 139.16 11.28 146.16 11.28 146.16 17.28 139.16 17.28 ML +closepath C99 fill + newpath +139.16 11.28 139.16 5.28 146.16 5.28 146.16 11.28 139.16 11.28 ML +closepath C99 fill + newpath +139.16 5.28 139.16 -0.72 146.16 -0.72 146.16 5.28 139.16 5.28 ML +closepath C99 fill + newpath +132.16 71.28 132.16 65.28 139.16 65.28 139.16 71.28 132.16 71.28 ML +closepath C99 fill + newpath +132.16 65.28 132.16 59.28 139.16 59.28 139.16 65.28 132.16 65.28 ML +closepath C99 fill + newpath +132.16 59.28 132.16 53.28 139.16 53.28 139.16 59.28 132.16 59.28 ML +closepath C99 fill + newpath +132.16 53.28 132.16 47.28 139.16 47.28 139.16 53.28 132.16 53.28 ML +closepath C99 fill + newpath +132.16 47.28 132.16 41.28 139.16 41.28 139.16 47.28 132.16 47.28 ML +closepath C99 fill + newpath +132.16 41.28 132.16 35.28 139.16 35.28 139.16 41.28 132.16 41.28 ML +closepath C99 fill + newpath +132.16 35.28 132.16 29.28 139.16 29.28 139.16 35.28 132.16 35.28 ML +closepath C99 fill + newpath +132.16 29.28 132.16 23.28 139.16 23.28 139.16 29.28 132.16 29.28 ML +closepath C99 fill + newpath +132.16 23.28 132.16 17.28 139.16 17.28 139.16 23.28 132.16 23.28 ML +closepath C99 fill + newpath +132.16 17.28 132.16 11.28 139.16 11.28 139.16 17.28 132.16 17.28 ML +closepath C99 fill + newpath +132.16 11.28 132.16 5.28 139.16 5.28 139.16 11.28 132.16 11.28 ML +closepath C99 fill + newpath +132.16 5.28 132.16 -0.72 139.16 -0.72 139.16 5.28 132.16 5.28 ML +closepath C99 fill + newpath +125.16 71.28 125.16 65.28 132.16 65.28 132.16 71.28 125.16 71.28 ML +closepath C99 fill + newpath +125.16 65.28 125.16 59.28 132.16 59.28 132.16 65.28 125.16 65.28 ML +closepath C99 fill + newpath +125.16 59.28 125.16 53.28 132.16 53.28 132.16 59.28 125.16 59.28 ML +closepath C99 fill + newpath +125.16 53.28 125.16 47.28 132.16 47.28 132.16 53.28 125.16 53.28 ML +closepath C99 fill + newpath +125.16 47.28 125.16 41.28 132.16 41.28 132.16 47.28 125.16 47.28 ML +closepath C99 fill + newpath +125.16 41.28 125.16 35.28 132.16 35.28 132.16 41.28 125.16 41.28 ML +closepath C99 fill + newpath +125.16 35.28 125.16 29.28 132.16 29.28 132.16 35.28 125.16 35.28 ML +closepath C99 fill + newpath +125.16 29.28 125.16 23.28 132.16 23.28 132.16 29.28 125.16 29.28 ML +closepath C99 fill + newpath +125.16 23.28 125.16 17.28 132.16 17.28 132.16 23.28 125.16 23.28 ML +closepath C99 fill + newpath +125.16 17.28 125.16 11.28 132.16 11.28 132.16 17.28 125.16 17.28 ML +closepath C99 fill + newpath +125.16 11.28 125.16 5.28 132.16 5.28 132.16 11.28 125.16 11.28 ML +closepath C99 fill + newpath +125.16 5.28 125.16 -0.72 132.16 -0.72 132.16 5.28 125.16 5.28 ML +closepath C99 fill + newpath +118.16 71.28 118.16 65.28 125.16 65.28 125.16 71.28 118.16 71.28 ML +closepath C99 fill + newpath +118.16 65.28 118.16 59.28 125.16 59.28 125.16 65.28 118.16 65.28 ML +closepath C99 fill + newpath +118.16 59.28 118.16 53.28 125.16 53.28 125.16 59.28 118.16 59.28 ML +closepath C99 fill + newpath +118.16 53.28 118.16 47.28 125.16 47.28 125.16 53.28 118.16 53.28 ML +closepath C99 fill + newpath +118.16 47.28 118.16 41.28 125.16 41.28 125.16 47.28 118.16 47.28 ML +closepath C99 fill + newpath +118.16 41.28 118.16 35.28 125.16 35.28 125.16 41.28 118.16 41.28 ML +closepath C99 fill + newpath +118.16 35.28 118.16 29.28 125.16 29.28 125.16 35.28 118.16 35.28 ML +closepath C99 fill + newpath +118.16 29.28 118.16 23.28 125.16 23.28 125.16 29.28 118.16 29.28 ML +closepath C99 fill + newpath +118.16 23.28 118.16 17.28 125.16 17.28 125.16 23.28 118.16 23.28 ML +closepath C99 fill + newpath +118.16 17.28 118.16 11.28 125.16 11.28 125.16 17.28 118.16 17.28 ML +closepath C99 fill + newpath +118.16 11.28 118.16 5.28 125.16 5.28 125.16 11.28 118.16 11.28 ML +closepath C99 fill + newpath +118.16 5.28 118.16 -0.72 125.16 -0.72 125.16 5.28 118.16 5.28 ML +closepath C99 fill + newpath +111.16 71.28 111.16 65.28 118.16 65.28 118.16 71.28 111.16 71.28 ML +closepath C99 fill + newpath +111.16 65.28 111.16 59.28 118.16 59.28 118.16 65.28 111.16 65.28 ML +closepath C99 fill + newpath +111.16 59.28 111.16 53.28 118.16 53.28 118.16 59.28 111.16 59.28 ML +closepath C99 fill + newpath +111.16 53.28 111.16 47.28 118.16 47.28 118.16 53.28 111.16 53.28 ML +closepath C99 fill + newpath +111.16 47.28 111.16 41.28 118.16 41.28 118.16 47.28 111.16 47.28 ML +closepath C99 fill + newpath +111.16 41.28 111.16 35.28 118.16 35.28 118.16 41.28 111.16 41.28 ML +closepath C99 fill + newpath +111.16 35.28 111.16 29.28 118.16 29.28 118.16 35.28 111.16 35.28 ML +closepath C99 fill + newpath +111.16 29.28 111.16 23.28 118.16 23.28 118.16 29.28 111.16 29.28 ML +closepath C99 fill + newpath +111.16 23.28 111.16 17.28 118.16 17.28 118.16 23.28 111.16 23.28 ML +closepath C99 fill + newpath +111.16 17.28 111.16 11.28 118.16 11.28 118.16 17.28 111.16 17.28 ML +closepath C99 fill + newpath +111.16 11.28 111.16 5.28 118.16 5.28 118.16 11.28 111.16 11.28 ML +closepath C99 fill + newpath +111.16 5.28 111.16 -0.72 118.16 -0.72 118.16 5.28 111.16 5.28 ML +closepath C99 fill + newpath +104.16 71.28 104.16 65.28 111.16 65.28 111.16 71.28 104.16 71.28 ML +closepath C99 fill + newpath +104.16 65.28 104.16 59.28 111.16 59.28 111.16 65.28 104.16 65.28 ML +closepath C99 fill + newpath +104.16 59.28 104.16 53.28 111.16 53.28 111.16 59.28 104.16 59.28 ML +closepath C99 fill + newpath +104.16 53.28 104.16 47.28 111.16 47.28 111.16 53.28 104.16 53.28 ML +closepath C99 fill + newpath +104.16 47.28 104.16 41.28 111.16 41.28 111.16 47.28 104.16 47.28 ML +closepath C99 fill + newpath +104.16 41.28 104.16 35.28 111.16 35.28 111.16 41.28 104.16 41.28 ML +closepath C99 fill + newpath +104.16 35.28 104.16 29.28 111.16 29.28 111.16 35.28 104.16 35.28 ML +closepath C99 fill + newpath +104.16 29.28 104.16 23.28 111.16 23.28 111.16 29.28 104.16 29.28 ML +closepath C99 fill + newpath +104.16 23.28 104.16 17.28 111.16 17.28 111.16 23.28 104.16 23.28 ML +closepath C99 fill + newpath +104.16 17.28 104.16 11.28 111.16 11.28 111.16 17.28 104.16 17.28 ML +closepath C99 fill + newpath +104.16 11.28 104.16 5.28 111.16 5.28 111.16 11.28 104.16 11.28 ML +closepath C99 fill + newpath +104.16 5.28 104.16 -0.72 111.16 -0.72 111.16 5.28 104.16 5.28 ML +closepath C99 fill + newpath +97.16 71.28 97.16 65.28 104.16 65.28 104.16 71.28 97.16 71.28 ML +closepath C99 fill + newpath +97.16 65.28 97.16 59.28 104.16 59.28 104.16 65.28 97.16 65.28 ML +closepath C99 fill + newpath +97.16 59.28 97.16 53.28 104.16 53.28 104.16 59.28 97.16 59.28 ML +closepath C99 fill + newpath +97.16 53.28 97.16 47.28 104.16 47.28 104.16 53.28 97.16 53.28 ML +closepath C99 fill + newpath +97.16 47.28 97.16 41.28 104.16 41.28 104.16 47.28 97.16 47.28 ML +closepath C99 fill + newpath +97.16 41.28 97.16 35.28 104.16 35.28 104.16 41.28 97.16 41.28 ML +closepath C99 fill + newpath +97.16 35.28 97.16 29.28 104.16 29.28 104.16 35.28 97.16 35.28 ML +closepath C99 fill + newpath +97.16 29.28 97.16 23.28 104.16 23.28 104.16 29.28 97.16 29.28 ML +closepath C99 fill + newpath +97.16 23.28 97.16 17.28 104.16 17.28 104.16 23.28 97.16 23.28 ML +closepath C99 fill + newpath +97.16 17.28 97.16 11.28 104.16 11.28 104.16 17.28 97.16 17.28 ML +closepath C99 fill + newpath +97.16 11.28 97.16 5.28 104.16 5.28 104.16 11.28 97.16 11.28 ML +closepath C99 fill + newpath +97.16 5.28 97.16 -0.72 104.16 -0.72 104.16 5.28 97.16 5.28 ML +closepath C99 fill + newpath +90.16 71.28 90.16 65.28 97.16 65.28 97.16 71.28 90.16 71.28 ML +closepath C2 fill + newpath +90.16 65.28 90.16 59.28 97.16 59.28 97.16 65.28 90.16 65.28 ML +closepath C2 fill + newpath +90.16 59.28 90.16 53.28 97.16 53.28 97.16 59.28 90.16 59.28 ML +closepath C2 fill + newpath +90.16 53.28 90.16 47.28 97.16 47.28 97.16 53.28 90.16 53.28 ML +closepath C2 fill + newpath +90.16 47.28 90.16 41.28 97.16 41.28 97.16 47.28 90.16 47.28 ML +closepath C2 fill + newpath +90.16 41.28 90.16 35.28 97.16 35.28 97.16 41.28 90.16 41.28 ML +closepath C2 fill + newpath +90.16 35.28 90.16 29.28 97.16 29.28 97.16 35.28 90.16 35.28 ML +closepath C2 fill + newpath +90.16 29.28 90.16 23.28 97.16 23.28 97.16 29.28 90.16 29.28 ML +closepath C2 fill + newpath +90.16 23.28 90.16 17.28 97.16 17.28 97.16 23.28 90.16 23.28 ML +closepath C99 fill + newpath +90.16 17.28 90.16 11.28 97.16 11.28 97.16 17.28 90.16 17.28 ML +closepath C99 fill + newpath +90.16 11.28 90.16 5.28 97.16 5.28 97.16 11.28 90.16 11.28 ML +closepath C99 fill + newpath +90.16 5.28 90.16 -0.72 97.16 -0.72 97.16 5.28 90.16 5.28 ML +closepath C99 fill + newpath +83.16 71.28 83.16 65.28 90.16 65.28 90.16 71.28 83.16 71.28 ML +closepath C99 fill + newpath +83.16 65.28 83.16 59.28 90.16 59.28 90.16 65.28 83.16 65.28 ML +closepath C99 fill + newpath +83.16 59.28 83.16 53.28 90.16 53.28 90.16 59.28 83.16 59.28 ML +closepath C99 fill + newpath +83.16 53.28 83.16 47.28 90.16 47.28 90.16 53.28 83.16 53.28 ML +closepath C99 fill + newpath +83.16 47.28 83.16 41.28 90.16 41.28 90.16 47.28 83.16 47.28 ML +closepath C99 fill + newpath +83.16 41.28 83.16 35.28 90.16 35.28 90.16 41.28 83.16 41.28 ML +closepath C99 fill + newpath +83.16 35.28 83.16 29.28 90.16 29.28 90.16 35.28 83.16 35.28 ML +closepath C99 fill + newpath +83.16 29.28 83.16 23.28 90.16 23.28 90.16 29.28 83.16 29.28 ML +closepath C99 fill + newpath +83.16 23.28 83.16 17.28 90.16 17.28 90.16 23.28 83.16 23.28 ML +closepath C99 fill + newpath +83.16 17.28 83.16 11.28 90.16 11.28 90.16 17.28 83.16 17.28 ML +closepath C99 fill + newpath +83.16 11.28 83.16 5.28 90.16 5.28 90.16 11.28 83.16 11.28 ML +closepath C99 fill + newpath +83.16 5.28 83.16 -0.72 90.16 -0.72 90.16 5.28 83.16 5.28 ML +closepath C99 fill + newpath +76.16 71.28 76.16 65.28 83.16 65.28 83.16 71.28 76.16 71.28 ML +closepath C99 fill + newpath +76.16 65.28 76.16 59.28 83.16 59.28 83.16 65.28 76.16 65.28 ML +closepath C99 fill + newpath +76.16 59.28 76.16 53.28 83.16 53.28 83.16 59.28 76.16 59.28 ML +closepath C99 fill + newpath +76.16 53.28 76.16 47.28 83.16 47.28 83.16 53.28 76.16 53.28 ML +closepath C99 fill + newpath +76.16 47.28 76.16 41.28 83.16 41.28 83.16 47.28 76.16 47.28 ML +closepath C99 fill + newpath +76.16 41.28 76.16 35.28 83.16 35.28 83.16 41.28 76.16 41.28 ML +closepath C99 fill + newpath +76.16 35.28 76.16 29.28 83.16 29.28 83.16 35.28 76.16 35.28 ML +closepath C99 fill + newpath +76.16 29.28 76.16 23.28 83.16 23.28 83.16 29.28 76.16 29.28 ML +closepath C99 fill + newpath +76.16 23.28 76.16 17.28 83.16 17.28 83.16 23.28 76.16 23.28 ML +closepath C99 fill + newpath +76.16 17.28 76.16 11.28 83.16 11.28 83.16 17.28 76.16 17.28 ML +closepath C99 fill + newpath +76.16 11.28 76.16 5.28 83.16 5.28 83.16 11.28 76.16 11.28 ML +closepath C99 fill + newpath +76.16 5.28 76.16 -0.72 83.16 -0.72 83.16 5.28 76.16 5.28 ML +closepath C99 fill + newpath +69.16 71.28 69.16 65.28 76.16 65.28 76.16 71.28 69.16 71.28 ML +closepath C99 fill + newpath +69.16 65.28 69.16 59.28 76.16 59.28 76.16 65.28 69.16 65.28 ML +closepath C99 fill + newpath +69.16 59.28 69.16 53.28 76.16 53.28 76.16 59.28 69.16 59.28 ML +closepath C99 fill + newpath +69.16 53.28 69.16 47.28 76.16 47.28 76.16 53.28 69.16 53.28 ML +closepath C99 fill + newpath +69.16 47.28 69.16 41.28 76.16 41.28 76.16 47.28 69.16 47.28 ML +closepath C99 fill + newpath +69.16 41.28 69.16 35.28 76.16 35.28 76.16 41.28 69.16 41.28 ML +closepath C99 fill + newpath +69.16 35.28 69.16 29.28 76.16 29.28 76.16 35.28 69.16 35.28 ML +closepath C99 fill + newpath +69.16 29.28 69.16 23.28 76.16 23.28 76.16 29.28 69.16 29.28 ML +closepath C99 fill + newpath +69.16 23.28 69.16 17.28 76.16 17.28 76.16 23.28 69.16 23.28 ML +closepath C99 fill + newpath +69.16 17.28 69.16 11.28 76.16 11.28 76.16 17.28 69.16 17.28 ML +closepath C99 fill + newpath +69.16 11.28 69.16 5.28 76.16 5.28 76.16 11.28 69.16 11.28 ML +closepath C99 fill + newpath +69.16 5.28 69.16 -0.72 76.16 -0.72 76.16 5.28 69.16 5.28 ML +closepath C99 fill + newpath +62.16 71.28 62.16 65.28 69.16 65.28 69.16 71.28 62.16 71.28 ML +closepath C99 fill + newpath +62.16 65.28 62.16 59.28 69.16 59.28 69.16 65.28 62.16 65.28 ML +closepath C99 fill + newpath +62.16 59.28 62.16 53.28 69.16 53.28 69.16 59.28 62.16 59.28 ML +closepath C99 fill + newpath +62.16 53.28 62.16 47.28 69.16 47.28 69.16 53.28 62.16 53.28 ML +closepath C99 fill + newpath +62.16 47.28 62.16 41.28 69.16 41.28 69.16 47.28 62.16 47.28 ML +closepath C99 fill + newpath +62.16 41.28 62.16 35.28 69.16 35.28 69.16 41.28 62.16 41.28 ML +closepath C99 fill + newpath +62.16 35.28 62.16 29.28 69.16 29.28 69.16 35.28 62.16 35.28 ML +closepath C99 fill + newpath +62.16 29.28 62.16 23.28 69.16 23.28 69.16 29.28 62.16 29.28 ML +closepath C99 fill + newpath +62.16 23.28 62.16 17.28 69.16 17.28 69.16 23.28 62.16 23.28 ML +closepath C99 fill + newpath +62.16 17.28 62.16 11.28 69.16 11.28 69.16 17.28 62.16 17.28 ML +closepath C99 fill + newpath +62.16 11.28 62.16 5.28 69.16 5.28 69.16 11.28 62.16 11.28 ML +closepath C99 fill + newpath +62.16 5.28 62.16 -0.72 69.16 -0.72 69.16 5.28 62.16 5.28 ML +closepath C99 fill + newpath +55.16 71.28 55.16 65.28 62.16 65.28 62.16 71.28 55.16 71.28 ML +closepath C99 fill + newpath +55.16 65.28 55.16 59.28 62.16 59.28 62.16 65.28 55.16 65.28 ML +closepath C99 fill + newpath +55.16 59.28 55.16 53.28 62.16 53.28 62.16 59.28 55.16 59.28 ML +closepath C99 fill + newpath +55.16 53.28 55.16 47.28 62.16 47.28 62.16 53.28 55.16 53.28 ML +closepath C99 fill + newpath +55.16 47.28 55.16 41.28 62.16 41.28 62.16 47.28 55.16 47.28 ML +closepath C99 fill + newpath +55.16 41.28 55.16 35.28 62.16 35.28 62.16 41.28 55.16 41.28 ML +closepath C99 fill + newpath +55.16 35.28 55.16 29.28 62.16 29.28 62.16 35.28 55.16 35.28 ML +closepath C99 fill + newpath +55.16 29.28 55.16 23.28 62.16 23.28 62.16 29.28 55.16 29.28 ML +closepath C99 fill + newpath +55.16 23.28 55.16 17.28 62.16 17.28 62.16 23.28 55.16 23.28 ML +closepath C99 fill + newpath +55.16 17.28 55.16 11.28 62.16 11.28 62.16 17.28 55.16 17.28 ML +closepath C99 fill + newpath +55.16 11.28 55.16 5.28 62.16 5.28 62.16 11.28 55.16 11.28 ML +closepath C99 fill + newpath +55.16 5.28 55.16 -0.72 62.16 -0.72 62.16 5.28 55.16 5.28 ML +closepath C99 fill + newpath +48.16 71.28 48.16 65.28 55.16 65.28 55.16 71.28 48.16 71.28 ML +closepath C99 fill + newpath +48.16 65.28 48.16 59.28 55.16 59.28 55.16 65.28 48.16 65.28 ML +closepath C99 fill + newpath +48.16 59.28 48.16 53.28 55.16 53.28 55.16 59.28 48.16 59.28 ML +closepath C99 fill + newpath +48.16 53.28 48.16 47.28 55.16 47.28 55.16 53.28 48.16 53.28 ML +closepath C99 fill + newpath +48.16 47.28 48.16 41.28 55.16 41.28 55.16 47.28 48.16 47.28 ML +closepath C99 fill + newpath +48.16 41.28 48.16 35.28 55.16 35.28 55.16 41.28 48.16 41.28 ML +closepath C99 fill + newpath +48.16 35.28 48.16 29.28 55.16 29.28 55.16 35.28 48.16 35.28 ML +closepath C99 fill + newpath +48.16 29.28 48.16 23.28 55.16 23.28 55.16 29.28 48.16 29.28 ML +closepath C99 fill + newpath +48.16 23.28 48.16 17.28 55.16 17.28 55.16 23.28 48.16 23.28 ML +closepath C99 fill + newpath +48.16 17.28 48.16 11.28 55.16 11.28 55.16 17.28 48.16 17.28 ML +closepath C99 fill + newpath +48.16 11.28 48.16 5.28 55.16 5.28 55.16 11.28 48.16 11.28 ML +closepath C99 fill + newpath +48.16 5.28 48.16 -0.72 55.16 -0.72 55.16 5.28 48.16 5.28 ML +closepath C99 fill + newpath +41.16 71.28 41.16 65.28 48.16 65.28 48.16 71.28 41.16 71.28 ML +closepath C99 fill + newpath +41.16 65.28 41.16 59.28 48.16 59.28 48.16 65.28 41.16 65.28 ML +closepath C99 fill + newpath +41.16 59.28 41.16 53.28 48.16 53.28 48.16 59.28 41.16 59.28 ML +closepath C99 fill + newpath +41.16 53.28 41.16 47.28 48.16 47.28 48.16 53.28 41.16 53.28 ML +closepath C99 fill + newpath +41.16 47.28 41.16 41.28 48.16 41.28 48.16 47.28 41.16 47.28 ML +closepath C99 fill + newpath +41.16 41.28 41.16 35.28 48.16 35.28 48.16 41.28 41.16 41.28 ML +closepath C99 fill + newpath +41.16 35.28 41.16 29.28 48.16 29.28 48.16 35.28 41.16 35.28 ML +closepath C99 fill + newpath +41.16 29.28 41.16 23.28 48.16 23.28 48.16 29.28 41.16 29.28 ML +closepath C99 fill + newpath +41.16 23.28 41.16 17.28 48.16 17.28 48.16 23.28 41.16 23.28 ML +closepath C99 fill + newpath +41.16 17.28 41.16 11.28 48.16 11.28 48.16 17.28 41.16 17.28 ML +closepath C99 fill + newpath +41.16 11.28 41.16 5.28 48.16 5.28 48.16 11.28 41.16 11.28 ML +closepath C99 fill + newpath +41.16 5.28 41.16 -0.72 48.16 -0.72 48.16 5.28 41.16 5.28 ML +closepath C99 fill + newpath +34.16 71.28 34.16 65.28 41.16 65.28 41.16 71.28 34.16 71.28 ML +closepath C99 fill + newpath +34.16 65.28 34.16 59.28 41.16 59.28 41.16 65.28 34.16 65.28 ML +closepath C99 fill + newpath +34.16 59.28 34.16 53.28 41.16 53.28 41.16 59.28 34.16 59.28 ML +closepath C99 fill + newpath +34.16 53.28 34.16 47.28 41.16 47.28 41.16 53.28 34.16 53.28 ML +closepath C99 fill + newpath +34.16 47.28 34.16 41.28 41.16 41.28 41.16 47.28 34.16 47.28 ML +closepath C99 fill + newpath +34.16 41.28 34.16 35.28 41.16 35.28 41.16 41.28 34.16 41.28 ML +closepath C99 fill + newpath +34.16 35.28 34.16 29.28 41.16 29.28 41.16 35.28 34.16 35.28 ML +closepath C99 fill + newpath +34.16 29.28 34.16 23.28 41.16 23.28 41.16 29.28 34.16 29.28 ML +closepath C99 fill + newpath +34.16 23.28 34.16 17.28 41.16 17.28 41.16 23.28 34.16 23.28 ML +closepath C99 fill + newpath +34.16 17.28 34.16 11.28 41.16 11.28 41.16 17.28 34.16 17.28 ML +closepath C99 fill + newpath +34.16 11.28 34.16 5.28 41.16 5.28 41.16 11.28 34.16 11.28 ML +closepath C99 fill + newpath +34.16 5.28 34.16 -0.72 41.16 -0.72 41.16 5.28 34.16 5.28 ML +closepath C99 fill + newpath +27.16 71.28 27.16 65.28 34.16 65.28 34.16 71.28 27.16 71.28 ML +closepath C99 fill + newpath +27.16 65.28 27.16 59.28 34.16 59.28 34.16 65.28 27.16 65.28 ML +closepath C99 fill + newpath +27.16 59.28 27.16 53.28 34.16 53.28 34.16 59.28 27.16 59.28 ML +closepath C99 fill + newpath +27.16 53.28 27.16 47.28 34.16 47.28 34.16 53.28 27.16 53.28 ML +closepath C99 fill + newpath +27.16 47.28 27.16 41.28 34.16 41.28 34.16 47.28 27.16 47.28 ML +closepath C99 fill + newpath +27.16 41.28 27.16 35.28 34.16 35.28 34.16 41.28 27.16 41.28 ML +closepath C99 fill + newpath +27.16 35.28 27.16 29.28 34.16 29.28 34.16 35.28 27.16 35.28 ML +closepath C99 fill + newpath +27.16 29.28 27.16 23.28 34.16 23.28 34.16 29.28 27.16 29.28 ML +closepath C99 fill + newpath +27.16 23.28 27.16 17.28 34.16 17.28 34.16 23.28 27.16 23.28 ML +closepath C99 fill + newpath +27.16 17.28 27.16 11.28 34.16 11.28 34.16 17.28 27.16 17.28 ML +closepath C99 fill + newpath +27.16 11.28 27.16 5.28 34.16 5.28 34.16 11.28 27.16 11.28 ML +closepath C99 fill + newpath +27.16 5.28 27.16 -0.72 34.16 -0.72 34.16 5.28 27.16 5.28 ML +closepath C99 fill + newpath +20.16 71.28 20.16 65.28 27.16 65.28 27.16 71.28 20.16 71.28 ML +closepath C99 fill + newpath +20.16 65.28 20.16 59.28 27.16 59.28 27.16 65.28 20.16 65.28 ML +closepath C99 fill + newpath +20.16 59.28 20.16 53.28 27.16 53.28 27.16 59.28 20.16 59.28 ML +closepath C99 fill + newpath +20.16 53.28 20.16 47.28 27.16 47.28 27.16 53.28 20.16 53.28 ML +closepath C99 fill + newpath +20.16 47.28 20.16 41.28 27.16 41.28 27.16 47.28 20.16 47.28 ML +closepath C99 fill + newpath +20.16 41.28 20.16 35.28 27.16 35.28 27.16 41.28 20.16 41.28 ML +closepath C99 fill + newpath +20.16 35.28 20.16 29.28 27.16 29.28 27.16 35.28 20.16 35.28 ML +closepath C99 fill + newpath +20.16 29.28 20.16 23.28 27.16 23.28 27.16 29.28 20.16 29.28 ML +closepath C99 fill + newpath +20.16 23.28 20.16 17.28 27.16 17.28 27.16 23.28 20.16 23.28 ML +closepath C99 fill + newpath +20.16 17.28 20.16 11.28 27.16 11.28 27.16 17.28 20.16 17.28 ML +closepath C99 fill + newpath +20.16 11.28 20.16 5.28 27.16 5.28 27.16 11.28 20.16 11.28 ML +closepath C99 fill + newpath +20.16 5.28 20.16 -0.72 27.16 -0.72 27.16 5.28 20.16 5.28 ML +closepath C99 fill + newpath +13.16 71.28 13.16 65.28 20.16 65.28 20.16 71.28 13.16 71.28 ML +closepath C99 fill + newpath +13.16 65.28 13.16 59.28 20.16 59.28 20.16 65.28 13.16 65.28 ML +closepath C99 fill + newpath +13.16 59.28 13.16 53.28 20.16 53.28 20.16 59.28 13.16 59.28 ML +closepath C99 fill + newpath +13.16 53.28 13.16 47.28 20.16 47.28 20.16 53.28 13.16 53.28 ML +closepath C99 fill + newpath +13.16 47.28 13.16 41.28 20.16 41.28 20.16 47.28 13.16 47.28 ML +closepath C99 fill + newpath +13.16 41.28 13.16 35.28 20.16 35.28 20.16 41.28 13.16 41.28 ML +closepath C99 fill + newpath +13.16 35.28 13.16 29.28 20.16 29.28 20.16 35.28 13.16 35.28 ML +closepath C99 fill + newpath +13.16 29.28 13.16 23.28 20.16 23.28 20.16 29.28 13.16 29.28 ML +closepath C99 fill + newpath +13.16 23.28 13.16 17.28 20.16 17.28 20.16 23.28 13.16 23.28 ML +closepath C99 fill + newpath +13.16 17.28 13.16 11.28 20.16 11.28 20.16 17.28 13.16 17.28 ML +closepath C99 fill + newpath +13.16 11.28 13.16 5.28 20.16 5.28 20.16 11.28 13.16 11.28 ML +closepath C99 fill + newpath +13.16 5.28 13.16 -0.72 20.16 -0.72 20.16 5.28 13.16 5.28 ML +closepath C99 fill + newpath +6.16 71.28 6.16 65.28 13.16 65.28 13.16 71.28 6.16 71.28 ML +closepath C99 fill + newpath +6.16 65.28 6.16 59.28 13.16 59.28 13.16 65.28 6.16 65.28 ML +closepath C99 fill + newpath +6.16 59.28 6.16 53.28 13.16 53.28 13.16 59.28 6.16 59.28 ML +closepath C99 fill + newpath +6.16 53.28 6.16 47.28 13.16 47.28 13.16 53.28 6.16 53.28 ML +closepath C99 fill + newpath +6.16 47.28 6.16 41.28 13.16 41.28 13.16 47.28 6.16 47.28 ML +closepath C99 fill + newpath +6.16 41.28 6.16 35.28 13.16 35.28 13.16 41.28 6.16 41.28 ML +closepath C99 fill + newpath +6.16 35.28 6.16 29.28 13.16 29.28 13.16 35.28 6.16 35.28 ML +closepath C99 fill + newpath +6.16 29.28 6.16 23.28 13.16 23.28 13.16 29.28 6.16 29.28 ML +closepath C99 fill + newpath +6.16 23.28 6.16 17.28 13.16 17.28 13.16 23.28 6.16 23.28 ML +closepath C99 fill + newpath +6.16 17.28 6.16 11.28 13.16 11.28 13.16 17.28 6.16 17.28 ML +closepath C99 fill + newpath +6.16 11.28 6.16 5.28 13.16 5.28 13.16 11.28 6.16 11.28 ML +closepath C99 fill + newpath +6.16 5.28 6.16 -0.72 13.16 -0.72 13.16 5.28 6.16 5.28 ML +closepath C99 fill + newpath +-0.84 71.28 -0.84 65.28 6.16 65.28 6.16 71.28 -0.84 71.28 ML +closepath C99 fill + newpath +-0.84 65.28 -0.84 59.28 6.16 59.28 6.16 65.28 -0.84 65.28 ML +closepath C99 fill + newpath +-0.84 59.28 -0.84 53.28 6.16 53.28 6.16 59.28 -0.84 59.28 ML +closepath C99 fill + newpath +-0.84 53.28 -0.84 47.28 6.16 47.28 6.16 53.28 -0.84 53.28 ML +closepath C99 fill + newpath +-0.84 47.28 -0.84 41.28 6.16 41.28 6.16 47.28 -0.84 47.28 ML +closepath C99 fill + newpath +-0.84 41.28 -0.84 35.28 6.16 35.28 6.16 41.28 -0.84 41.28 ML +closepath C99 fill + newpath +-0.84 35.28 -0.84 29.28 6.16 29.28 6.16 35.28 -0.84 35.28 ML +closepath C99 fill + newpath +-0.84 29.28 -0.84 23.28 6.16 23.28 6.16 29.28 -0.84 29.28 ML +closepath C99 fill + newpath +-0.84 23.28 -0.84 17.28 6.16 17.28 6.16 23.28 -0.84 23.28 ML +closepath C99 fill + newpath +-0.84 17.28 -0.84 11.28 6.16 11.28 6.16 17.28 -0.84 17.28 ML +closepath C99 fill + newpath +-0.84 11.28 -0.84 5.28 6.16 5.28 6.16 11.28 -0.84 11.28 ML +closepath C99 fill + newpath +-0.84 5.28 -0.84 -0.72 6.16 -0.72 6.16 5.28 -0.84 5.28 ML +closepath C99 fill +C100 + 454.16 71.28 454.16 65.28 L + C100 + 461.16 71.28 461.16 65.28 L + C100 + 454.16 71.28 461.16 71.28 L + C100 + 454.16 65.28 454.16 59.28 L + C100 + 461.16 65.28 461.16 59.28 L + C100 + 454.16 59.28 454.16 53.28 L + C100 + 461.16 59.28 461.16 53.28 L + C100 + 454.16 53.28 454.16 47.28 L + C100 + 461.16 53.28 461.16 47.28 L + C100 + 454.16 47.28 454.16 41.28 L + C100 + 461.16 47.28 461.16 41.28 L + C100 + 454.16 41.28 454.16 35.28 L + C100 + 461.16 41.28 461.16 35.28 L + C100 + 454.16 35.28 454.16 29.28 L + C100 + 461.16 35.28 461.16 29.28 L + C100 + 454.16 29.28 454.16 23.28 L + C100 + 461.16 29.28 461.16 23.28 L + C100 + 454.16 23.28 461.16 23.28 L + C100 + 433.16 71.28 433.16 65.28 L + C100 + 440.16 71.28 440.16 65.28 L + C100 + 433.16 71.28 440.16 71.28 L + C100 + 433.16 65.28 433.16 59.28 L + C100 + 440.16 65.28 440.16 59.28 L + C100 + 433.16 59.28 433.16 53.28 L + C100 + 440.16 59.28 440.16 53.28 L + C100 + 433.16 53.28 433.16 47.28 L + C100 + 440.16 53.28 440.16 47.28 L + C100 + 433.16 47.28 433.16 41.28 L + C100 + 440.16 47.28 440.16 41.28 L + C100 + 433.16 41.28 433.16 35.28 L + C100 + 440.16 41.28 440.16 35.28 L + C100 + 433.16 35.28 433.16 29.28 L + C100 + 440.16 35.28 440.16 29.28 L + C100 + 433.16 29.28 433.16 23.28 L + C100 + 440.16 29.28 440.16 23.28 L + C100 + 433.16 23.28 440.16 23.28 L + C100 + 377.16 71.28 377.16 65.28 L + C100 + 384.16 71.28 384.16 65.28 L + C100 + 377.16 71.28 384.16 71.28 L + C100 + 377.16 65.28 377.16 59.28 L + C100 + 384.16 65.28 384.16 59.28 L + C100 + 377.16 59.28 377.16 53.28 L + C100 + 384.16 59.28 384.16 53.28 L + C100 + 377.16 53.28 377.16 47.28 L + C100 + 384.16 53.28 384.16 47.28 L + C100 + 377.16 47.28 377.16 41.28 L + C100 + 384.16 47.28 384.16 41.28 L + C100 + 377.16 41.28 377.16 35.28 L + C100 + 384.16 41.28 384.16 35.28 L + C100 + 377.16 35.28 377.16 29.28 L + C100 + 384.16 35.28 384.16 29.28 L + C100 + 377.16 29.28 377.16 23.28 L + C100 + 384.16 29.28 384.16 23.28 L + C100 + 377.16 23.28 384.16 23.28 L + C100 + 237.16 71.28 237.16 65.28 L + C100 + 244.16 71.28 244.16 65.28 L + C100 + 237.16 71.28 244.16 71.28 L + C100 + 237.16 65.28 237.16 59.28 L + C100 + 244.16 65.28 244.16 59.28 L + C100 + 237.16 59.28 237.16 53.28 L + C100 + 244.16 59.28 244.16 53.28 L + C100 + 237.16 53.28 237.16 47.28 L + C100 + 244.16 53.28 244.16 47.28 L + C100 + 237.16 47.28 237.16 41.28 L + C100 + 244.16 47.28 244.16 41.28 L + C100 + 237.16 41.28 237.16 35.28 L + C100 + 244.16 41.28 244.16 35.28 L + C100 + 237.16 35.28 237.16 29.28 L + C100 + 244.16 35.28 244.16 29.28 L + C100 + 237.16 29.28 237.16 23.28 L + C100 + 244.16 29.28 244.16 23.28 L + C100 + 237.16 23.28 244.16 23.28 L + C100 + 90.16 71.28 90.16 65.28 L + C100 + 97.16 71.28 97.16 65.28 L + C100 + 90.16 71.28 97.16 71.28 L + C100 + 90.16 65.28 90.16 59.28 L + C100 + 97.16 65.28 97.16 59.28 L + C100 + 90.16 59.28 90.16 53.28 L + C100 + 97.16 59.28 97.16 53.28 L + C100 + 90.16 53.28 90.16 47.28 L + C100 + 97.16 53.28 97.16 47.28 L + C100 + 90.16 47.28 90.16 41.28 L + C100 + 97.16 47.28 97.16 41.28 L + C100 + 90.16 41.28 90.16 35.28 L + C100 + 97.16 41.28 97.16 35.28 L + C100 + 90.16 35.28 90.16 29.28 L + C100 + 97.16 35.28 97.16 29.28 L + C100 + 90.16 29.28 90.16 23.28 L + C100 + 97.16 29.28 97.16 23.28 L + C100 + 90.16 23.28 97.16 23.28 L + F5 + C100 + 98 6 moveto (b3) show +F0 + F5 + 189 6 moveto (b4) show +F0 + F5 + 280 6 moveto (a5) show +F0 + C11 + 91.00 13.35 98.00 13.35 98.00 16.05 91.00 16.05 91.00 13.35 ML +stroke +91.00 13.35 98.00 13.35 98.00 16.05 91.00 16.05 91.00 13.35 ML +closepath + C11 + fill +C100 + C11 + 98.00 13.35 105.00 13.35 105.00 16.05 98.00 16.05 98.00 13.35 ML +stroke +98.00 13.35 105.00 13.35 105.00 16.05 98.00 16.05 98.00 13.35 ML +closepath + C11 + fill +C100 + C11 + 105.00 12.00 moveto +109.90 14.70 lineto +105.00 17.40 lineto +105.00 12.00 lineto +stroke +105.00 12.00 moveto +109.90 14.70 lineto +105.00 17.40 lineto +105.00 12.00 lineto +closepath + C11 + fill +C100 + C11 + 175.00 13.35 182.00 13.35 182.00 16.05 175.00 16.05 175.00 13.35 ML +stroke +175.00 13.35 182.00 13.35 182.00 16.05 175.00 16.05 175.00 13.35 ML +closepath + C11 + fill +C100 + C11 + 182.00 13.35 189.00 13.35 189.00 16.05 182.00 16.05 182.00 13.35 ML +stroke +182.00 13.35 189.00 13.35 189.00 16.05 182.00 16.05 182.00 13.35 ML +closepath + C11 + fill +C100 + C11 + 189.00 13.35 196.00 13.35 196.00 16.05 189.00 16.05 189.00 13.35 ML +stroke +189.00 13.35 196.00 13.35 196.00 16.05 189.00 16.05 189.00 13.35 ML +closepath + C11 + fill +C100 + C11 + 196.00 13.35 203.00 13.35 203.00 16.05 196.00 16.05 196.00 13.35 ML +stroke +196.00 13.35 203.00 13.35 203.00 16.05 196.00 16.05 196.00 13.35 ML +closepath + C11 + fill +C100 + C11 + 203.00 12.00 moveto +207.90 14.70 lineto +203.00 17.40 lineto +203.00 12.00 lineto +stroke +203.00 12.00 moveto +207.90 14.70 lineto +203.00 17.40 lineto +203.00 12.00 lineto +closepath + C11 + fill +C100 + C11 + 276.50 12.00 moveto +276.50 17.40 lineto +280.00 17.40 lineto +280.00 12.00 lineto +276.50 12.00 lineto +stroke +276.50 12.00 moveto +276.50 17.40 lineto +280.00 17.40 lineto +280.00 12.00 lineto +276.50 12.00 lineto +closepath + C11 + fill +newpath +276.50 12.00 moveto +274.40 12.00 274.40 17.40 276.50 17.40 curveto +278.60 17.40 278.60 12.00 276.50 12.00 curveto +closepath + C99 + fill +276.50 14.43 moveto +276.50 14.97 lineto +273.00 14.97 lineto +273.00 14.43 lineto +276.50 14.43 lineto +stroke +276.50 14.43 moveto +276.50 14.97 lineto +273.00 14.97 lineto +273.00 14.43 lineto +276.50 14.43 lineto +closepath + C11 + fill +newpath +276.50 12.00 moveto +274.40 12.00 274.40 17.40 276.50 17.40 curveto +278.60 17.40 278.60 12.00 276.50 12.00 curveto +stroke +C100 + C11 + 280.00 12.00 287.00 12.00 287.00 17.40 280.00 17.40 280.00 12.00 ML +stroke +280.00 12.00 287.00 12.00 287.00 17.40 280.00 17.40 280.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 287.00 12.00 294.00 12.00 294.00 17.40 287.00 17.40 287.00 12.00 ML +stroke +287.00 12.00 294.00 12.00 294.00 17.40 287.00 17.40 287.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 297.50 12.00 moveto +297.50 17.40 lineto +294.00 17.40 lineto +294.00 12.00 lineto +297.50 12.00 lineto +stroke +297.50 12.00 moveto +297.50 17.40 lineto +294.00 17.40 lineto +294.00 12.00 lineto +297.50 12.00 lineto +closepath + C11 + fill +newpath +297.50 12.00 moveto +295.40 12.00 295.40 17.40 297.50 17.40 curveto +299.60 17.40 299.60 12.00 297.50 12.00 curveto +stroke +newpath +297.50 12.00 moveto +295.40 12.00 295.40 17.40 297.50 17.40 curveto +299.60 17.40 299.60 12.00 297.50 12.00 curveto +closepath + C11 + fill +297.50 14.43 moveto +297.50 14.97 lineto +301.00 14.97 lineto +301.00 14.43 lineto +297.50 14.43 lineto +stroke +297.50 14.43 moveto +297.50 14.97 lineto +301.00 14.97 lineto +301.00 14.43 lineto +297.50 14.43 lineto +closepath + C11 + fill +C100 + C11 + 437.50 12.00 moveto +437.50 17.40 lineto +441.00 17.40 lineto +441.00 12.00 lineto +437.50 12.00 lineto +stroke +437.50 12.00 moveto +437.50 17.40 lineto +441.00 17.40 lineto +441.00 12.00 lineto +437.50 12.00 lineto +closepath + C11 + fill +newpath +437.50 12.00 moveto +435.40 12.00 435.40 17.40 437.50 17.40 curveto +439.60 17.40 439.60 12.00 437.50 12.00 curveto +closepath + C99 + fill +437.50 14.43 moveto +437.50 14.97 lineto +434.00 14.97 lineto +434.00 14.43 lineto +437.50 14.43 lineto +stroke +437.50 14.43 moveto +437.50 14.97 lineto +434.00 14.97 lineto +434.00 14.43 lineto +437.50 14.43 lineto +closepath + C11 + fill +newpath +437.50 12.00 moveto +435.40 12.00 435.40 17.40 437.50 17.40 curveto +439.60 17.40 439.60 12.00 437.50 12.00 curveto +stroke +C100 + C11 + 441.00 12.00 448.00 12.00 448.00 17.40 441.00 17.40 441.00 12.00 ML +stroke +441.00 12.00 448.00 12.00 448.00 17.40 441.00 17.40 441.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 448.00 12.00 455.00 12.00 455.00 17.40 448.00 17.40 448.00 12.00 ML +stroke +448.00 12.00 455.00 12.00 455.00 17.40 448.00 17.40 448.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 455.00 12.00 462.00 12.00 462.00 17.40 455.00 17.40 455.00 12.00 ML +stroke +455.00 12.00 462.00 12.00 462.00 17.40 455.00 17.40 455.00 12.00 ML +closepath + C11 + fill +C100 + 28 18 moveto (80) show + 98 18 moveto (90) show + 168 18 moveto (100) show + 238 18 moveto (110) show + 308 18 moveto (120) show + 378 18 moveto (130) show + 448 18 moveto (140) show +(R) 0 24 P +(A) 7 24 P +(Y) 14 24 P +(N) 21 24 P +(K) 28 24 P +(E) 35 24 P +(H) 42 24 P +(Q) 49 24 P +(D) 56 24 P +(Q) 63 24 P +(V) 70 24 P +(R) 77 24 P +(A) 84 24 P +(G) 91 24 P +(Y) 98 24 P +(Y) 105 24 P +(L) 112 24 P +(S) 119 24 P +(I) 126 24 P +(P) 133 24 P +(G) 140 24 P +(K) 147 24 P +(K) 154 24 P +(A) 161 24 P +(V) 168 24 P +(E) 175 24 P +(S) 182 24 P +(F) 189 24 P +(C) 196 24 P +(Y) 203 24 P +(L) 210 24 P +(N) 217 24 P +(P) 224 24 P +(N) 231 24 P +(F) 238 24 P +(T) 245 24 P +(P) 252 24 P +(D) 259 24 P +(H) 266 24 P +(P) 273 24 P +(R) 280 24 P +(I) 287 24 P +(Q) 294 24 P +(A) 301 24 P +(K) 308 24 P +(T) 315 24 P +(P) 322 24 P +(T) 329 24 P +(H) 336 24 P +(E) 343 24 P +(V) 350 24 P +(N) 357 24 P +(V) 364 24 P +(W) 371 24 P +(P) 378 24 P +(D) 385 24 P +(E) 392 24 P +(T) 399 24 P +(K) 406 24 P +(H) 413 24 P +(P) 420 24 P +(G) 427 24 P +(F) 434 24 P +(Q) 441 24 P +(D) 448 24 P +(F) 455 24 P +(A) 0 30 P +(D) 7 30 P +(R) 56 30 P +(N) 63 30 P +(A) 70 30 P +(R) 77 30 P +(R) 84 30 P +(G) 91 30 P +(F) 98 30 P +(S) 105 30 P +(A) 112 30 P +(L) 119 30 P +(E) 126 30 P +(W) 133 30 P +(E) 140 30 P +(S) 147 30 P +(T) 154 30 P +(A) 161 30 P +(V) 168 30 P +(V) 175 30 P +(T) 182 30 P +(E) 189 30 P +(T) 196 30 P +(G) 203 30 P +(K) 210 30 P +(Y) 217 30 P +(S) 224 30 P +(D) 231 30 P +(Y) 238 30 P +(S) 245 30 P +(T) 252 30 P +(C) 259 30 P +(Y) 266 30 P +(S) 273 30 P +(M) 280 30 P +(G) 287 30 P +(I) 294 30 P +(G) 301 30 P +(G) 308 30 P +(N) 315 30 P +(L) 364 30 P +(F) 371 30 P +(P) 378 30 P +(N) 385 30 P +(R) 392 30 P +(G) 399 30 P +(F) 434 30 P +(E) 441 30 P +(D) 448 30 P +(V) 455 30 P +(P) 0 36 P +(V) 7 36 P +(P) 56 36 P +(T) 63 36 P +(M) 70 36 P +(R) 77 36 P +(R) 84 36 P +(G) 91 36 P +(F) 98 36 P +(T) 105 36 P +(G) 112 36 P +(L) 119 36 P +(E) 126 36 P +(S) 133 36 P +(E) 140 36 P +(S) 147 36 P +(T) 154 36 P +(A) 161 36 P +(Q) 168 36 P +(I) 175 36 P +(T) 182 36 P +(N) 189 36 P +(T) 196 36 P +(G) 203 36 P +(S) 210 36 P +(Y) 217 36 P +(S) 224 36 P +(D) 231 36 P +(Y) 238 36 P +(S) 245 36 P +(M) 252 36 P +(C) 259 36 P +(Y) 266 36 P +(S) 273 36 P +(M) 280 36 P +(G) 287 36 P +(T) 294 36 P +(A) 301 36 P +(D) 308 36 P +(N) 315 36 P +(L) 364 36 P +(F) 371 36 P +(P) 378 36 P +(S) 385 36 P +(G) 392 36 P +(D) 399 36 P +(F) 434 36 P +(E) 441 36 P +(R) 448 36 P +(I) 455 36 P +(V) 0 42 P +(G) 7 42 P +(E) 70 42 P +(S) 77 42 P +(Y) 84 42 P +(G) 91 42 P +(Y) 98 42 P +(T) 105 42 P +(N) 112 42 P +(S) 119 42 P +(F) 126 42 P +(F) 133 42 P +(G) 140 42 P +(R) 147 42 P +(F) 168 42 P +(A) 175 42 P +(S) 182 42 P +(N) 189 42 P +(L) 196 42 P +(P) 203 42 P +(W) 210 42 P +(K) 217 42 P +(E) 224 42 P +(T) 231 42 P +(F) 238 42 P +(S) 245 42 P +(L) 252 42 P +(R) 259 42 P +(C) 266 42 P +(V) 273 42 P +(A) 280 42 P +(A) 287 42 P +(Q) 294 42 P +(N) 301 42 P +(S) 308 42 P +(S) 315 42 P +(A) 322 42 P +(A) 329 42 P +(H) 336 42 P +(D) 343 42 P +(Y) 350 42 P +(V) 357 42 P +(L) 364 42 P +(D) 371 42 P +(T) 378 42 P +(L) 385 42 P +(G) 392 42 P +(P) 399 42 P +(S) 406 42 P +(F) 413 42 P +(S) 420 42 P +(H) 427 42 P +(H) 434 42 P +(G) 441 42 P +(K) 448 42 P +(A) 455 42 P +(T) 0 48 P +(P) 7 48 P +(G) 49 48 P +(S) 56 48 P +(N) 63 48 P +(D) 70 48 P +(I) 77 48 P +(E) 84 48 P +(G) 91 48 P +(Y) 98 48 P +(G) 105 48 P +(T) 112 48 P +(S) 119 48 P +(L) 126 48 P +(Q) 175 48 P +(K) 182 48 P +(E) 189 48 P +(V) 196 48 P +(E) 203 48 P +(G) 210 48 P +(K) 217 48 P +(K) 224 48 P +(G) 231 48 P +(W) 238 48 P +(V) 245 48 P +(D) 252 48 P +(H) 259 48 P +(L) 266 48 P +(F) 273 48 P +(H) 280 48 P +(K) 287 48 P +(I) 294 48 P +(W) 301 48 P +(P) 308 48 P +(P) 315 48 P +(S) 322 48 P +(A) 329 48 P +(V) 336 48 P +(N) 343 48 P +(Y) 350 48 P +(R) 357 48 P +(Y) 364 48 P +(W) 371 48 P +(P) 378 48 P +(K) 385 48 P +(N) 392 48 P +(P) 399 48 P +(P) 420 48 P +(S) 427 48 P +(Y) 434 48 P +(R) 441 48 P +(E) 448 48 P +(A) 455 48 P +(G) 0 54 P +(E) 7 54 P +(A) 14 54 P +(A) 21 54 P +(K) 28 54 P +(F) 35 54 P +(E) 42 54 P +(L) 49 54 P +(P) 56 54 P +(L) 63 54 P +(E) 70 54 P +(Q) 77 54 P +(K) 84 54 P +(A) 91 54 P +(K) 98 54 P +(L) 105 54 P +(Y) 112 54 P +(V) 119 54 P +(E) 126 54 P +(G) 133 54 P +(E) 140 54 P +(Q) 175 54 P +(L) 182 54 P +(S) 189 54 P +(N) 196 54 P +(E) 203 54 P +(E) 210 54 P +(F) 217 54 P +(L) 224 54 P +(Y) 231 54 P +(W) 238 54 P +(K) 245 54 P +(D) 252 54 P +(T) 259 54 P +(L) 266 54 P +(A) 273 54 P +(H) 280 54 P +(G) 287 54 P +(C) 294 54 P +(H) 301 54 P +(P) 308 54 P +(L) 315 54 P +(D) 322 54 P +(Q) 329 54 P +(D) 336 54 P +(L) 343 54 P +(V) 350 54 P +(N) 357 54 P +(S) 364 54 P +(W) 371 54 P +(P) 378 54 P +(E) 385 54 P +(K) 392 54 P +(P) 399 54 P +(A) 420 54 P +(K) 427 54 P +(Y) 434 54 P +(R) 441 54 P +(E) 448 54 P +(V) 455 54 P +(G) 0 60 P +(G) 7 60 P +(K) 70 60 P +(K) 77 60 P +(G) 84 60 P +(G) 91 60 P +(F) 98 60 P +(I) 105 60 P +(V) 112 60 P +(S) 119 60 P +(S) 126 60 P +(H) 175 60 P +(L) 182 60 P +(Q) 189 60 P +(G) 196 60 P +(E) 203 60 P +(A) 210 60 P +(V) 217 60 P +(Q) 224 60 P +(D) 231 60 P +(W) 238 60 P +(R) 245 60 P +(E) 252 60 P +(I) 259 60 P +(V) 266 60 P +(T) 273 60 P +(Y) 280 60 P +(F) 287 60 P +(S) 294 60 P +(Y) 301 60 P +(P) 308 60 P +(V) 315 60 P +(K) 322 60 P +(A) 329 60 P +(R) 336 60 P +(D) 343 60 P +(Y) 350 60 P +(S) 357 60 P +(R) 364 60 P +(W) 371 60 P +(P) 378 60 P +(D) 385 60 P +(K) 392 60 P +(P) 399 60 P +(A) 420 60 P +(A) 427 60 P +(W) 434 60 P +(R) 441 60 P +(A) 448 60 P +(V) 455 60 P +(S) 0 66 P +(K) 7 66 P +(G) 91 66 P +(L) 98 66 P +(E) 105 66 P +(A) 112 66 P +(V) 175 66 P +(Q) 182 66 P +(A) 189 66 P +(E) 196 66 P +(V) 203 66 P +(T) 210 66 P +(D) 217 66 P +(L) 224 66 P +(D) 231 66 P +(W) 238 66 P +(E) 245 66 P +(S) 252 66 P +(T) 259 66 P +(F) 266 66 P +(F) 273 66 P +(L) 280 66 P +(R) 287 66 P +(H) 294 66 P +(L) 301 66 P +(P) 322 66 P +(T) 329 66 P +(S) 336 66 P +(N) 343 66 P +(I) 350 66 P +(S) 357 66 P +(Q) 364 66 P +(V) 371 66 P +(P) 378 66 P +(D) 385 66 P +(L) 392 66 P +(D) 399 66 P +(E) 420 66 P +(E) 427 66 P +(Y) 434 66 P +(R) 441 66 P +(E) 448 66 P +(V) 455 66 P +0 -504 translate +0 420 translate +2 setlinecap + 0.33 setlinewidth + newpath +454.16 71.28 454.16 65.28 461.16 65.28 461.16 71.28 454.16 71.28 ML +closepath C99 fill + newpath +454.16 65.28 454.16 59.28 461.16 59.28 461.16 65.28 454.16 65.28 ML +closepath C99 fill + newpath +454.16 59.28 454.16 53.28 461.16 53.28 461.16 59.28 454.16 59.28 ML +closepath C99 fill + newpath +454.16 53.28 454.16 47.28 461.16 47.28 461.16 53.28 454.16 53.28 ML +closepath C99 fill + newpath +454.16 47.28 454.16 41.28 461.16 41.28 461.16 47.28 454.16 47.28 ML +closepath C99 fill + newpath +454.16 41.28 454.16 35.28 461.16 35.28 461.16 41.28 454.16 41.28 ML +closepath C99 fill + newpath +454.16 35.28 454.16 29.28 461.16 29.28 461.16 35.28 454.16 35.28 ML +closepath C99 fill + newpath +454.16 29.28 454.16 23.28 461.16 23.28 461.16 29.28 454.16 29.28 ML +closepath C99 fill + newpath +454.16 23.28 454.16 17.28 461.16 17.28 461.16 23.28 454.16 23.28 ML +closepath C99 fill + newpath +454.16 17.28 454.16 11.28 461.16 11.28 461.16 17.28 454.16 17.28 ML +closepath C99 fill + newpath +454.16 11.28 454.16 5.28 461.16 5.28 461.16 11.28 454.16 11.28 ML +closepath C99 fill + newpath +454.16 5.28 454.16 -0.72 461.16 -0.72 461.16 5.28 454.16 5.28 ML +closepath C99 fill + newpath +447.16 71.28 447.16 65.28 454.16 65.28 454.16 71.28 447.16 71.28 ML +closepath C99 fill + newpath +447.16 65.28 447.16 59.28 454.16 59.28 454.16 65.28 447.16 65.28 ML +closepath C99 fill + newpath +447.16 59.28 447.16 53.28 454.16 53.28 454.16 59.28 447.16 59.28 ML +closepath C99 fill + newpath +447.16 53.28 447.16 47.28 454.16 47.28 454.16 53.28 447.16 53.28 ML +closepath C99 fill + newpath +447.16 47.28 447.16 41.28 454.16 41.28 454.16 47.28 447.16 47.28 ML +closepath C99 fill + newpath +447.16 41.28 447.16 35.28 454.16 35.28 454.16 41.28 447.16 41.28 ML +closepath C99 fill + newpath +447.16 35.28 447.16 29.28 454.16 29.28 454.16 35.28 447.16 35.28 ML +closepath C99 fill + newpath +447.16 29.28 447.16 23.28 454.16 23.28 454.16 29.28 447.16 29.28 ML +closepath C99 fill + newpath +447.16 23.28 447.16 17.28 454.16 17.28 454.16 23.28 447.16 23.28 ML +closepath C99 fill + newpath +447.16 17.28 447.16 11.28 454.16 11.28 454.16 17.28 447.16 17.28 ML +closepath C99 fill + newpath +447.16 11.28 447.16 5.28 454.16 5.28 454.16 11.28 447.16 11.28 ML +closepath C99 fill + newpath +447.16 5.28 447.16 -0.72 454.16 -0.72 454.16 5.28 447.16 5.28 ML +closepath C99 fill + newpath +440.16 71.28 440.16 65.28 447.16 65.28 447.16 71.28 440.16 71.28 ML +closepath C99 fill + newpath +440.16 65.28 440.16 59.28 447.16 59.28 447.16 65.28 440.16 65.28 ML +closepath C99 fill + newpath +440.16 59.28 440.16 53.28 447.16 53.28 447.16 59.28 440.16 59.28 ML +closepath C99 fill + newpath +440.16 53.28 440.16 47.28 447.16 47.28 447.16 53.28 440.16 53.28 ML +closepath C99 fill + newpath +440.16 47.28 440.16 41.28 447.16 41.28 447.16 47.28 440.16 47.28 ML +closepath C99 fill + newpath +440.16 41.28 440.16 35.28 447.16 35.28 447.16 41.28 440.16 41.28 ML +closepath C99 fill + newpath +440.16 35.28 440.16 29.28 447.16 29.28 447.16 35.28 440.16 35.28 ML +closepath C99 fill + newpath +440.16 29.28 440.16 23.28 447.16 23.28 447.16 29.28 440.16 29.28 ML +closepath C99 fill + newpath +440.16 23.28 440.16 17.28 447.16 17.28 447.16 23.28 440.16 23.28 ML +closepath C99 fill + newpath +440.16 17.28 440.16 11.28 447.16 11.28 447.16 17.28 440.16 17.28 ML +closepath C99 fill + newpath +440.16 11.28 440.16 5.28 447.16 5.28 447.16 11.28 440.16 11.28 ML +closepath C99 fill + newpath +440.16 5.28 440.16 -0.72 447.16 -0.72 447.16 5.28 440.16 5.28 ML +closepath C99 fill + newpath +433.16 71.28 433.16 65.28 440.16 65.28 440.16 71.28 433.16 71.28 ML +closepath C99 fill + newpath +433.16 65.28 433.16 59.28 440.16 59.28 440.16 65.28 433.16 65.28 ML +closepath C99 fill + newpath +433.16 59.28 433.16 53.28 440.16 53.28 440.16 59.28 433.16 59.28 ML +closepath C99 fill + newpath +433.16 53.28 433.16 47.28 440.16 47.28 440.16 53.28 433.16 53.28 ML +closepath C99 fill + newpath +433.16 47.28 433.16 41.28 440.16 41.28 440.16 47.28 433.16 47.28 ML +closepath C99 fill + newpath +433.16 41.28 433.16 35.28 440.16 35.28 440.16 41.28 433.16 41.28 ML +closepath C99 fill + newpath +433.16 35.28 433.16 29.28 440.16 29.28 440.16 35.28 433.16 35.28 ML +closepath C99 fill + newpath +433.16 29.28 433.16 23.28 440.16 23.28 440.16 29.28 433.16 29.28 ML +closepath C99 fill + newpath +433.16 23.28 433.16 17.28 440.16 17.28 440.16 23.28 433.16 23.28 ML +closepath C99 fill + newpath +433.16 17.28 433.16 11.28 440.16 11.28 440.16 17.28 433.16 17.28 ML +closepath C99 fill + newpath +433.16 11.28 433.16 5.28 440.16 5.28 440.16 11.28 433.16 11.28 ML +closepath C99 fill + newpath +433.16 5.28 433.16 -0.72 440.16 -0.72 440.16 5.28 433.16 5.28 ML +closepath C99 fill + newpath +426.16 71.28 426.16 65.28 433.16 65.28 433.16 71.28 426.16 71.28 ML +closepath C99 fill + newpath +426.16 65.28 426.16 59.28 433.16 59.28 433.16 65.28 426.16 65.28 ML +closepath C99 fill + newpath +426.16 59.28 426.16 53.28 433.16 53.28 433.16 59.28 426.16 59.28 ML +closepath C99 fill + newpath +426.16 53.28 426.16 47.28 433.16 47.28 433.16 53.28 426.16 53.28 ML +closepath C99 fill + newpath +426.16 47.28 426.16 41.28 433.16 41.28 433.16 47.28 426.16 47.28 ML +closepath C99 fill + newpath +426.16 41.28 426.16 35.28 433.16 35.28 433.16 41.28 426.16 41.28 ML +closepath C99 fill + newpath +426.16 35.28 426.16 29.28 433.16 29.28 433.16 35.28 426.16 35.28 ML +closepath C99 fill + newpath +426.16 29.28 426.16 23.28 433.16 23.28 433.16 29.28 426.16 29.28 ML +closepath C99 fill + newpath +426.16 23.28 426.16 17.28 433.16 17.28 433.16 23.28 426.16 23.28 ML +closepath C99 fill + newpath +426.16 17.28 426.16 11.28 433.16 11.28 433.16 17.28 426.16 17.28 ML +closepath C99 fill + newpath +426.16 11.28 426.16 5.28 433.16 5.28 433.16 11.28 426.16 11.28 ML +closepath C99 fill + newpath +426.16 5.28 426.16 -0.72 433.16 -0.72 433.16 5.28 426.16 5.28 ML +closepath C99 fill + newpath +419.16 71.28 419.16 65.28 426.16 65.28 426.16 71.28 419.16 71.28 ML +closepath C99 fill + newpath +419.16 65.28 419.16 59.28 426.16 59.28 426.16 65.28 419.16 65.28 ML +closepath C99 fill + newpath +419.16 59.28 419.16 53.28 426.16 53.28 426.16 59.28 419.16 59.28 ML +closepath C99 fill + newpath +419.16 53.28 419.16 47.28 426.16 47.28 426.16 53.28 419.16 53.28 ML +closepath C99 fill + newpath +419.16 47.28 419.16 41.28 426.16 41.28 426.16 47.28 419.16 47.28 ML +closepath C99 fill + newpath +419.16 41.28 419.16 35.28 426.16 35.28 426.16 41.28 419.16 41.28 ML +closepath C99 fill + newpath +419.16 35.28 419.16 29.28 426.16 29.28 426.16 35.28 419.16 35.28 ML +closepath C99 fill + newpath +419.16 29.28 419.16 23.28 426.16 23.28 426.16 29.28 419.16 29.28 ML +closepath C99 fill + newpath +419.16 23.28 419.16 17.28 426.16 17.28 426.16 23.28 419.16 23.28 ML +closepath C99 fill + newpath +419.16 17.28 419.16 11.28 426.16 11.28 426.16 17.28 419.16 17.28 ML +closepath C99 fill + newpath +419.16 11.28 419.16 5.28 426.16 5.28 426.16 11.28 419.16 11.28 ML +closepath C99 fill + newpath +419.16 5.28 419.16 -0.72 426.16 -0.72 426.16 5.28 419.16 5.28 ML +closepath C99 fill + newpath +412.16 71.28 412.16 65.28 419.16 65.28 419.16 71.28 412.16 71.28 ML +closepath C99 fill + newpath +412.16 65.28 412.16 59.28 419.16 59.28 419.16 65.28 412.16 65.28 ML +closepath C99 fill + newpath +412.16 59.28 412.16 53.28 419.16 53.28 419.16 59.28 412.16 59.28 ML +closepath C99 fill + newpath +412.16 53.28 412.16 47.28 419.16 47.28 419.16 53.28 412.16 53.28 ML +closepath C99 fill + newpath +412.16 47.28 412.16 41.28 419.16 41.28 419.16 47.28 412.16 47.28 ML +closepath C99 fill + newpath +412.16 41.28 412.16 35.28 419.16 35.28 419.16 41.28 412.16 41.28 ML +closepath C99 fill + newpath +412.16 35.28 412.16 29.28 419.16 29.28 419.16 35.28 412.16 35.28 ML +closepath C99 fill + newpath +412.16 29.28 412.16 23.28 419.16 23.28 419.16 29.28 412.16 29.28 ML +closepath C99 fill + newpath +412.16 23.28 412.16 17.28 419.16 17.28 419.16 23.28 412.16 23.28 ML +closepath C99 fill + newpath +412.16 17.28 412.16 11.28 419.16 11.28 419.16 17.28 412.16 17.28 ML +closepath C99 fill + newpath +412.16 11.28 412.16 5.28 419.16 5.28 419.16 11.28 412.16 11.28 ML +closepath C99 fill + newpath +412.16 5.28 412.16 -0.72 419.16 -0.72 419.16 5.28 412.16 5.28 ML +closepath C99 fill + newpath +405.16 71.28 405.16 65.28 412.16 65.28 412.16 71.28 405.16 71.28 ML +closepath C99 fill + newpath +405.16 65.28 405.16 59.28 412.16 59.28 412.16 65.28 405.16 65.28 ML +closepath C99 fill + newpath +405.16 59.28 405.16 53.28 412.16 53.28 412.16 59.28 405.16 59.28 ML +closepath C99 fill + newpath +405.16 53.28 405.16 47.28 412.16 47.28 412.16 53.28 405.16 53.28 ML +closepath C99 fill + newpath +405.16 47.28 405.16 41.28 412.16 41.28 412.16 47.28 405.16 47.28 ML +closepath C99 fill + newpath +405.16 41.28 405.16 35.28 412.16 35.28 412.16 41.28 405.16 41.28 ML +closepath C99 fill + newpath +405.16 35.28 405.16 29.28 412.16 29.28 412.16 35.28 405.16 35.28 ML +closepath C99 fill + newpath +405.16 29.28 405.16 23.28 412.16 23.28 412.16 29.28 405.16 29.28 ML +closepath C99 fill + newpath +405.16 23.28 405.16 17.28 412.16 17.28 412.16 23.28 405.16 23.28 ML +closepath C99 fill + newpath +405.16 17.28 405.16 11.28 412.16 11.28 412.16 17.28 405.16 17.28 ML +closepath C99 fill + newpath +405.16 11.28 405.16 5.28 412.16 5.28 412.16 11.28 405.16 11.28 ML +closepath C99 fill + newpath +405.16 5.28 405.16 -0.72 412.16 -0.72 412.16 5.28 405.16 5.28 ML +closepath C99 fill + newpath +398.16 71.28 398.16 65.28 405.16 65.28 405.16 71.28 398.16 71.28 ML +closepath C99 fill + newpath +398.16 65.28 398.16 59.28 405.16 59.28 405.16 65.28 398.16 65.28 ML +closepath C99 fill + newpath +398.16 59.28 398.16 53.28 405.16 53.28 405.16 59.28 398.16 59.28 ML +closepath C99 fill + newpath +398.16 53.28 398.16 47.28 405.16 47.28 405.16 53.28 398.16 53.28 ML +closepath C99 fill + newpath +398.16 47.28 398.16 41.28 405.16 41.28 405.16 47.28 398.16 47.28 ML +closepath C99 fill + newpath +398.16 41.28 398.16 35.28 405.16 35.28 405.16 41.28 398.16 41.28 ML +closepath C99 fill + newpath +398.16 35.28 398.16 29.28 405.16 29.28 405.16 35.28 398.16 35.28 ML +closepath C99 fill + newpath +398.16 29.28 398.16 23.28 405.16 23.28 405.16 29.28 398.16 29.28 ML +closepath C99 fill + newpath +398.16 23.28 398.16 17.28 405.16 17.28 405.16 23.28 398.16 23.28 ML +closepath C99 fill + newpath +398.16 17.28 398.16 11.28 405.16 11.28 405.16 17.28 398.16 17.28 ML +closepath C99 fill + newpath +398.16 11.28 398.16 5.28 405.16 5.28 405.16 11.28 398.16 11.28 ML +closepath C99 fill + newpath +398.16 5.28 398.16 -0.72 405.16 -0.72 405.16 5.28 398.16 5.28 ML +closepath C99 fill + newpath +391.16 71.28 391.16 65.28 398.16 65.28 398.16 71.28 391.16 71.28 ML +closepath C99 fill + newpath +391.16 65.28 391.16 59.28 398.16 59.28 398.16 65.28 391.16 65.28 ML +closepath C99 fill + newpath +391.16 59.28 391.16 53.28 398.16 53.28 398.16 59.28 391.16 59.28 ML +closepath C99 fill + newpath +391.16 53.28 391.16 47.28 398.16 47.28 398.16 53.28 391.16 53.28 ML +closepath C99 fill + newpath +391.16 47.28 391.16 41.28 398.16 41.28 398.16 47.28 391.16 47.28 ML +closepath C99 fill + newpath +391.16 41.28 391.16 35.28 398.16 35.28 398.16 41.28 391.16 41.28 ML +closepath C99 fill + newpath +391.16 35.28 391.16 29.28 398.16 29.28 398.16 35.28 391.16 35.28 ML +closepath C99 fill + newpath +391.16 29.28 391.16 23.28 398.16 23.28 398.16 29.28 391.16 29.28 ML +closepath C99 fill + newpath +391.16 23.28 391.16 17.28 398.16 17.28 398.16 23.28 391.16 23.28 ML +closepath C99 fill + newpath +391.16 17.28 391.16 11.28 398.16 11.28 398.16 17.28 391.16 17.28 ML +closepath C99 fill + newpath +391.16 11.28 391.16 5.28 398.16 5.28 398.16 11.28 391.16 11.28 ML +closepath C99 fill + newpath +391.16 5.28 391.16 -0.72 398.16 -0.72 398.16 5.28 391.16 5.28 ML +closepath C99 fill + newpath +384.16 71.28 384.16 65.28 391.16 65.28 391.16 71.28 384.16 71.28 ML +closepath C99 fill + newpath +384.16 65.28 384.16 59.28 391.16 59.28 391.16 65.28 384.16 65.28 ML +closepath C99 fill + newpath +384.16 59.28 384.16 53.28 391.16 53.28 391.16 59.28 384.16 59.28 ML +closepath C99 fill + newpath +384.16 53.28 384.16 47.28 391.16 47.28 391.16 53.28 384.16 53.28 ML +closepath C99 fill + newpath +384.16 47.28 384.16 41.28 391.16 41.28 391.16 47.28 384.16 47.28 ML +closepath C99 fill + newpath +384.16 41.28 384.16 35.28 391.16 35.28 391.16 41.28 384.16 41.28 ML +closepath C99 fill + newpath +384.16 35.28 384.16 29.28 391.16 29.28 391.16 35.28 384.16 35.28 ML +closepath C99 fill + newpath +384.16 29.28 384.16 23.28 391.16 23.28 391.16 29.28 384.16 29.28 ML +closepath C99 fill + newpath +384.16 23.28 384.16 17.28 391.16 17.28 391.16 23.28 384.16 23.28 ML +closepath C99 fill + newpath +384.16 17.28 384.16 11.28 391.16 11.28 391.16 17.28 384.16 17.28 ML +closepath C99 fill + newpath +384.16 11.28 384.16 5.28 391.16 5.28 391.16 11.28 384.16 11.28 ML +closepath C99 fill + newpath +384.16 5.28 384.16 -0.72 391.16 -0.72 391.16 5.28 384.16 5.28 ML +closepath C99 fill + newpath +377.16 71.28 377.16 65.28 384.16 65.28 384.16 71.28 377.16 71.28 ML +closepath C2 fill + newpath +377.16 65.28 377.16 59.28 384.16 59.28 384.16 65.28 377.16 65.28 ML +closepath C2 fill + newpath +377.16 59.28 377.16 53.28 384.16 53.28 384.16 59.28 377.16 59.28 ML +closepath C2 fill + newpath +377.16 53.28 377.16 47.28 384.16 47.28 384.16 53.28 377.16 53.28 ML +closepath C2 fill + newpath +377.16 47.28 377.16 41.28 384.16 41.28 384.16 47.28 377.16 47.28 ML +closepath C2 fill + newpath +377.16 41.28 377.16 35.28 384.16 35.28 384.16 41.28 377.16 41.28 ML +closepath C2 fill + newpath +377.16 35.28 377.16 29.28 384.16 29.28 384.16 35.28 377.16 35.28 ML +closepath C2 fill + newpath +377.16 29.28 377.16 23.28 384.16 23.28 384.16 29.28 377.16 29.28 ML +closepath C2 fill + newpath +377.16 23.28 377.16 17.28 384.16 17.28 384.16 23.28 377.16 23.28 ML +closepath C99 fill + newpath +377.16 17.28 377.16 11.28 384.16 11.28 384.16 17.28 377.16 17.28 ML +closepath C99 fill + newpath +377.16 11.28 377.16 5.28 384.16 5.28 384.16 11.28 377.16 11.28 ML +closepath C99 fill + newpath +377.16 5.28 377.16 -0.72 384.16 -0.72 384.16 5.28 377.16 5.28 ML +closepath C99 fill + newpath +370.16 71.28 370.16 65.28 377.16 65.28 377.16 71.28 370.16 71.28 ML +closepath C2 fill + newpath +370.16 65.28 370.16 59.28 377.16 59.28 377.16 65.28 370.16 65.28 ML +closepath C2 fill + newpath +370.16 59.28 370.16 53.28 377.16 53.28 377.16 59.28 370.16 59.28 ML +closepath C2 fill + newpath +370.16 53.28 370.16 47.28 377.16 47.28 377.16 53.28 370.16 53.28 ML +closepath C2 fill + newpath +370.16 47.28 370.16 41.28 377.16 41.28 377.16 47.28 370.16 47.28 ML +closepath C2 fill + newpath +370.16 41.28 370.16 35.28 377.16 35.28 377.16 41.28 370.16 41.28 ML +closepath C2 fill + newpath +370.16 35.28 370.16 29.28 377.16 29.28 377.16 35.28 370.16 35.28 ML +closepath C2 fill + newpath +370.16 29.28 370.16 23.28 377.16 23.28 377.16 29.28 370.16 29.28 ML +closepath C2 fill + newpath +370.16 23.28 370.16 17.28 377.16 17.28 377.16 23.28 370.16 23.28 ML +closepath C99 fill + newpath +370.16 17.28 370.16 11.28 377.16 11.28 377.16 17.28 370.16 17.28 ML +closepath C99 fill + newpath +370.16 11.28 370.16 5.28 377.16 5.28 377.16 11.28 370.16 11.28 ML +closepath C99 fill + newpath +370.16 5.28 370.16 -0.72 377.16 -0.72 377.16 5.28 370.16 5.28 ML +closepath C99 fill + newpath +363.16 71.28 363.16 65.28 370.16 65.28 370.16 71.28 363.16 71.28 ML +closepath C99 fill + newpath +363.16 65.28 363.16 59.28 370.16 59.28 370.16 65.28 363.16 65.28 ML +closepath C99 fill + newpath +363.16 59.28 363.16 53.28 370.16 53.28 370.16 59.28 363.16 59.28 ML +closepath C99 fill + newpath +363.16 53.28 363.16 47.28 370.16 47.28 370.16 53.28 363.16 53.28 ML +closepath C99 fill + newpath +363.16 47.28 363.16 41.28 370.16 41.28 370.16 47.28 363.16 47.28 ML +closepath C99 fill + newpath +363.16 41.28 363.16 35.28 370.16 35.28 370.16 41.28 363.16 41.28 ML +closepath C99 fill + newpath +363.16 35.28 363.16 29.28 370.16 29.28 370.16 35.28 363.16 35.28 ML +closepath C99 fill + newpath +363.16 29.28 363.16 23.28 370.16 23.28 370.16 29.28 363.16 29.28 ML +closepath C99 fill + newpath +363.16 23.28 363.16 17.28 370.16 17.28 370.16 23.28 363.16 23.28 ML +closepath C99 fill + newpath +363.16 17.28 363.16 11.28 370.16 11.28 370.16 17.28 363.16 17.28 ML +closepath C99 fill + newpath +363.16 11.28 363.16 5.28 370.16 5.28 370.16 11.28 363.16 11.28 ML +closepath C99 fill + newpath +363.16 5.28 363.16 -0.72 370.16 -0.72 370.16 5.28 363.16 5.28 ML +closepath C99 fill + newpath +356.16 71.28 356.16 65.28 363.16 65.28 363.16 71.28 356.16 71.28 ML +closepath C2 fill + newpath +356.16 65.28 356.16 59.28 363.16 59.28 363.16 65.28 356.16 65.28 ML +closepath C2 fill + newpath +356.16 59.28 356.16 53.28 363.16 53.28 363.16 59.28 356.16 59.28 ML +closepath C2 fill + newpath +356.16 53.28 356.16 47.28 363.16 47.28 363.16 53.28 356.16 53.28 ML +closepath C2 fill + newpath +356.16 47.28 356.16 41.28 363.16 41.28 363.16 47.28 356.16 47.28 ML +closepath C2 fill + newpath +356.16 41.28 356.16 35.28 363.16 35.28 363.16 41.28 356.16 41.28 ML +closepath C2 fill + newpath +356.16 35.28 356.16 29.28 363.16 29.28 363.16 35.28 356.16 35.28 ML +closepath C2 fill + newpath +356.16 29.28 356.16 23.28 363.16 23.28 363.16 29.28 356.16 29.28 ML +closepath C2 fill + newpath +356.16 23.28 356.16 17.28 363.16 17.28 363.16 23.28 356.16 23.28 ML +closepath C99 fill + newpath +356.16 17.28 356.16 11.28 363.16 11.28 363.16 17.28 356.16 17.28 ML +closepath C99 fill + newpath +356.16 11.28 356.16 5.28 363.16 5.28 363.16 11.28 356.16 11.28 ML +closepath C99 fill + newpath +356.16 5.28 356.16 -0.72 363.16 -0.72 363.16 5.28 356.16 5.28 ML +closepath C99 fill + newpath +349.16 71.28 349.16 65.28 356.16 65.28 356.16 71.28 349.16 71.28 ML +closepath C2 fill + newpath +349.16 65.28 349.16 59.28 356.16 59.28 356.16 65.28 349.16 65.28 ML +closepath C2 fill + newpath +349.16 59.28 349.16 53.28 356.16 53.28 356.16 59.28 349.16 59.28 ML +closepath C2 fill + newpath +349.16 53.28 349.16 47.28 356.16 47.28 356.16 53.28 349.16 53.28 ML +closepath C2 fill + newpath +349.16 47.28 349.16 41.28 356.16 41.28 356.16 47.28 349.16 47.28 ML +closepath C2 fill + newpath +349.16 41.28 349.16 35.28 356.16 35.28 356.16 41.28 349.16 41.28 ML +closepath C2 fill + newpath +349.16 35.28 349.16 29.28 356.16 29.28 356.16 35.28 349.16 35.28 ML +closepath C2 fill + newpath +349.16 29.28 349.16 23.28 356.16 23.28 356.16 29.28 349.16 29.28 ML +closepath C2 fill + newpath +349.16 23.28 349.16 17.28 356.16 17.28 356.16 23.28 349.16 23.28 ML +closepath C99 fill + newpath +349.16 17.28 349.16 11.28 356.16 11.28 356.16 17.28 349.16 17.28 ML +closepath C99 fill + newpath +349.16 11.28 349.16 5.28 356.16 5.28 356.16 11.28 349.16 11.28 ML +closepath C99 fill + newpath +349.16 5.28 349.16 -0.72 356.16 -0.72 356.16 5.28 349.16 5.28 ML +closepath C99 fill + newpath +342.16 71.28 342.16 65.28 349.16 65.28 349.16 71.28 342.16 71.28 ML +closepath C2 fill + newpath +342.16 65.28 342.16 59.28 349.16 59.28 349.16 65.28 342.16 65.28 ML +closepath C2 fill + newpath +342.16 59.28 342.16 53.28 349.16 53.28 349.16 59.28 342.16 59.28 ML +closepath C2 fill + newpath +342.16 53.28 342.16 47.28 349.16 47.28 349.16 53.28 342.16 53.28 ML +closepath C2 fill + newpath +342.16 47.28 342.16 41.28 349.16 41.28 349.16 47.28 342.16 47.28 ML +closepath C2 fill + newpath +342.16 41.28 342.16 35.28 349.16 35.28 349.16 41.28 342.16 41.28 ML +closepath C2 fill + newpath +342.16 35.28 342.16 29.28 349.16 29.28 349.16 35.28 342.16 35.28 ML +closepath C2 fill + newpath +342.16 29.28 342.16 23.28 349.16 23.28 349.16 29.28 342.16 29.28 ML +closepath C2 fill + newpath +342.16 23.28 342.16 17.28 349.16 17.28 349.16 23.28 342.16 23.28 ML +closepath C99 fill + newpath +342.16 17.28 342.16 11.28 349.16 11.28 349.16 17.28 342.16 17.28 ML +closepath C99 fill + newpath +342.16 11.28 342.16 5.28 349.16 5.28 349.16 11.28 342.16 11.28 ML +closepath C99 fill + newpath +342.16 5.28 342.16 -0.72 349.16 -0.72 349.16 5.28 342.16 5.28 ML +closepath C99 fill + newpath +335.16 71.28 335.16 65.28 342.16 65.28 342.16 71.28 335.16 71.28 ML +closepath C99 fill + newpath +335.16 65.28 335.16 59.28 342.16 59.28 342.16 65.28 335.16 65.28 ML +closepath C99 fill + newpath +335.16 59.28 335.16 53.28 342.16 53.28 342.16 59.28 335.16 59.28 ML +closepath C99 fill + newpath +335.16 53.28 335.16 47.28 342.16 47.28 342.16 53.28 335.16 53.28 ML +closepath C99 fill + newpath +335.16 47.28 335.16 41.28 342.16 41.28 342.16 47.28 335.16 47.28 ML +closepath C99 fill + newpath +335.16 41.28 335.16 35.28 342.16 35.28 342.16 41.28 335.16 41.28 ML +closepath C99 fill + newpath +335.16 35.28 335.16 29.28 342.16 29.28 342.16 35.28 335.16 35.28 ML +closepath C99 fill + newpath +335.16 29.28 335.16 23.28 342.16 23.28 342.16 29.28 335.16 29.28 ML +closepath C99 fill + newpath +335.16 23.28 335.16 17.28 342.16 17.28 342.16 23.28 335.16 23.28 ML +closepath C99 fill + newpath +335.16 17.28 335.16 11.28 342.16 11.28 342.16 17.28 335.16 17.28 ML +closepath C99 fill + newpath +335.16 11.28 335.16 5.28 342.16 5.28 342.16 11.28 335.16 11.28 ML +closepath C99 fill + newpath +335.16 5.28 335.16 -0.72 342.16 -0.72 342.16 5.28 335.16 5.28 ML +closepath C99 fill + newpath +328.16 71.28 328.16 65.28 335.16 65.28 335.16 71.28 328.16 71.28 ML +closepath C2 fill + newpath +328.16 65.28 328.16 59.28 335.16 59.28 335.16 65.28 328.16 65.28 ML +closepath C2 fill + newpath +328.16 59.28 328.16 53.28 335.16 53.28 335.16 59.28 328.16 59.28 ML +closepath C2 fill + newpath +328.16 53.28 328.16 47.28 335.16 47.28 335.16 53.28 328.16 53.28 ML +closepath C2 fill + newpath +328.16 47.28 328.16 41.28 335.16 41.28 335.16 47.28 328.16 47.28 ML +closepath C2 fill + newpath +328.16 41.28 328.16 35.28 335.16 35.28 335.16 41.28 328.16 41.28 ML +closepath C2 fill + newpath +328.16 35.28 328.16 29.28 335.16 29.28 335.16 35.28 328.16 35.28 ML +closepath C2 fill + newpath +328.16 29.28 328.16 23.28 335.16 23.28 335.16 29.28 328.16 29.28 ML +closepath C2 fill + newpath +328.16 23.28 328.16 17.28 335.16 17.28 335.16 23.28 328.16 23.28 ML +closepath C99 fill + newpath +328.16 17.28 328.16 11.28 335.16 11.28 335.16 17.28 328.16 17.28 ML +closepath C99 fill + newpath +328.16 11.28 328.16 5.28 335.16 5.28 335.16 11.28 328.16 11.28 ML +closepath C99 fill + newpath +328.16 5.28 328.16 -0.72 335.16 -0.72 335.16 5.28 328.16 5.28 ML +closepath C99 fill + newpath +321.16 71.28 321.16 65.28 328.16 65.28 328.16 71.28 321.16 71.28 ML +closepath C99 fill + newpath +321.16 65.28 321.16 59.28 328.16 59.28 328.16 65.28 321.16 65.28 ML +closepath C99 fill + newpath +321.16 59.28 321.16 53.28 328.16 53.28 328.16 59.28 321.16 59.28 ML +closepath C99 fill + newpath +321.16 53.28 321.16 47.28 328.16 47.28 328.16 53.28 321.16 53.28 ML +closepath C99 fill + newpath +321.16 47.28 321.16 41.28 328.16 41.28 328.16 47.28 321.16 47.28 ML +closepath C99 fill + newpath +321.16 41.28 321.16 35.28 328.16 35.28 328.16 41.28 321.16 41.28 ML +closepath C99 fill + newpath +321.16 35.28 321.16 29.28 328.16 29.28 328.16 35.28 321.16 35.28 ML +closepath C99 fill + newpath +321.16 29.28 321.16 23.28 328.16 23.28 328.16 29.28 321.16 29.28 ML +closepath C99 fill + newpath +321.16 23.28 321.16 17.28 328.16 17.28 328.16 23.28 321.16 23.28 ML +closepath C99 fill + newpath +321.16 17.28 321.16 11.28 328.16 11.28 328.16 17.28 321.16 17.28 ML +closepath C99 fill + newpath +321.16 11.28 321.16 5.28 328.16 5.28 328.16 11.28 321.16 11.28 ML +closepath C99 fill + newpath +321.16 5.28 321.16 -0.72 328.16 -0.72 328.16 5.28 321.16 5.28 ML +closepath C99 fill + newpath +314.16 71.28 314.16 65.28 321.16 65.28 321.16 71.28 314.16 71.28 ML +closepath C2 fill + newpath +314.16 65.28 314.16 59.28 321.16 59.28 321.16 65.28 314.16 65.28 ML +closepath C2 fill + newpath +314.16 59.28 314.16 53.28 321.16 53.28 321.16 59.28 314.16 59.28 ML +closepath C2 fill + newpath +314.16 53.28 314.16 47.28 321.16 47.28 321.16 53.28 314.16 53.28 ML +closepath C2 fill + newpath +314.16 47.28 314.16 41.28 321.16 41.28 321.16 47.28 314.16 47.28 ML +closepath C2 fill + newpath +314.16 41.28 314.16 35.28 321.16 35.28 321.16 41.28 314.16 41.28 ML +closepath C2 fill + newpath +314.16 35.28 314.16 29.28 321.16 29.28 321.16 35.28 314.16 35.28 ML +closepath C2 fill + newpath +314.16 29.28 314.16 23.28 321.16 23.28 321.16 29.28 314.16 29.28 ML +closepath C2 fill + newpath +314.16 23.28 314.16 17.28 321.16 17.28 321.16 23.28 314.16 23.28 ML +closepath C99 fill + newpath +314.16 17.28 314.16 11.28 321.16 11.28 321.16 17.28 314.16 17.28 ML +closepath C99 fill + newpath +314.16 11.28 314.16 5.28 321.16 5.28 321.16 11.28 314.16 11.28 ML +closepath C99 fill + newpath +314.16 5.28 314.16 -0.72 321.16 -0.72 321.16 5.28 314.16 5.28 ML +closepath C99 fill + newpath +307.16 71.28 307.16 65.28 314.16 65.28 314.16 71.28 307.16 71.28 ML +closepath C99 fill + newpath +307.16 65.28 307.16 59.28 314.16 59.28 314.16 65.28 307.16 65.28 ML +closepath C99 fill + newpath +307.16 59.28 307.16 53.28 314.16 53.28 314.16 59.28 307.16 59.28 ML +closepath C99 fill + newpath +307.16 53.28 307.16 47.28 314.16 47.28 314.16 53.28 307.16 53.28 ML +closepath C99 fill + newpath +307.16 47.28 307.16 41.28 314.16 41.28 314.16 47.28 307.16 47.28 ML +closepath C99 fill + newpath +307.16 41.28 307.16 35.28 314.16 35.28 314.16 41.28 307.16 41.28 ML +closepath C99 fill + newpath +307.16 35.28 307.16 29.28 314.16 29.28 314.16 35.28 307.16 35.28 ML +closepath C99 fill + newpath +307.16 29.28 307.16 23.28 314.16 23.28 314.16 29.28 307.16 29.28 ML +closepath C99 fill + newpath +307.16 23.28 307.16 17.28 314.16 17.28 314.16 23.28 307.16 23.28 ML +closepath C99 fill + newpath +307.16 17.28 307.16 11.28 314.16 11.28 314.16 17.28 307.16 17.28 ML +closepath C99 fill + newpath +307.16 11.28 307.16 5.28 314.16 5.28 314.16 11.28 307.16 11.28 ML +closepath C99 fill + newpath +307.16 5.28 307.16 -0.72 314.16 -0.72 314.16 5.28 307.16 5.28 ML +closepath C99 fill + newpath +300.16 71.28 300.16 65.28 307.16 65.28 307.16 71.28 300.16 71.28 ML +closepath C99 fill + newpath +300.16 65.28 300.16 59.28 307.16 59.28 307.16 65.28 300.16 65.28 ML +closepath C99 fill + newpath +300.16 59.28 300.16 53.28 307.16 53.28 307.16 59.28 300.16 59.28 ML +closepath C99 fill + newpath +300.16 53.28 300.16 47.28 307.16 47.28 307.16 53.28 300.16 53.28 ML +closepath C99 fill + newpath +300.16 47.28 300.16 41.28 307.16 41.28 307.16 47.28 300.16 47.28 ML +closepath C99 fill + newpath +300.16 41.28 300.16 35.28 307.16 35.28 307.16 41.28 300.16 41.28 ML +closepath C99 fill + newpath +300.16 35.28 300.16 29.28 307.16 29.28 307.16 35.28 300.16 35.28 ML +closepath C99 fill + newpath +300.16 29.28 300.16 23.28 307.16 23.28 307.16 29.28 300.16 29.28 ML +closepath C99 fill + newpath +300.16 23.28 300.16 17.28 307.16 17.28 307.16 23.28 300.16 23.28 ML +closepath C99 fill + newpath +300.16 17.28 300.16 11.28 307.16 11.28 307.16 17.28 300.16 17.28 ML +closepath C99 fill + newpath +300.16 11.28 300.16 5.28 307.16 5.28 307.16 11.28 300.16 11.28 ML +closepath C99 fill + newpath +300.16 5.28 300.16 -0.72 307.16 -0.72 307.16 5.28 300.16 5.28 ML +closepath C99 fill + newpath +293.16 71.28 293.16 65.28 300.16 65.28 300.16 71.28 293.16 71.28 ML +closepath C99 fill + newpath +293.16 65.28 293.16 59.28 300.16 59.28 300.16 65.28 293.16 65.28 ML +closepath C99 fill + newpath +293.16 59.28 293.16 53.28 300.16 53.28 300.16 59.28 293.16 59.28 ML +closepath C99 fill + newpath +293.16 53.28 293.16 47.28 300.16 47.28 300.16 53.28 293.16 53.28 ML +closepath C99 fill + newpath +293.16 47.28 293.16 41.28 300.16 41.28 300.16 47.28 293.16 47.28 ML +closepath C99 fill + newpath +293.16 41.28 293.16 35.28 300.16 35.28 300.16 41.28 293.16 41.28 ML +closepath C99 fill + newpath +293.16 35.28 293.16 29.28 300.16 29.28 300.16 35.28 293.16 35.28 ML +closepath C99 fill + newpath +293.16 29.28 293.16 23.28 300.16 23.28 300.16 29.28 293.16 29.28 ML +closepath C99 fill + newpath +293.16 23.28 293.16 17.28 300.16 17.28 300.16 23.28 293.16 23.28 ML +closepath C99 fill + newpath +293.16 17.28 293.16 11.28 300.16 11.28 300.16 17.28 293.16 17.28 ML +closepath C99 fill + newpath +293.16 11.28 293.16 5.28 300.16 5.28 300.16 11.28 293.16 11.28 ML +closepath C99 fill + newpath +293.16 5.28 293.16 -0.72 300.16 -0.72 300.16 5.28 293.16 5.28 ML +closepath C99 fill + newpath +286.16 71.28 286.16 65.28 293.16 65.28 293.16 71.28 286.16 71.28 ML +closepath C99 fill + newpath +286.16 65.28 286.16 59.28 293.16 59.28 293.16 65.28 286.16 65.28 ML +closepath C99 fill + newpath +286.16 59.28 286.16 53.28 293.16 53.28 293.16 59.28 286.16 59.28 ML +closepath C99 fill + newpath +286.16 53.28 286.16 47.28 293.16 47.28 293.16 53.28 286.16 53.28 ML +closepath C99 fill + newpath +286.16 47.28 286.16 41.28 293.16 41.28 293.16 47.28 286.16 47.28 ML +closepath C99 fill + newpath +286.16 41.28 286.16 35.28 293.16 35.28 293.16 41.28 286.16 41.28 ML +closepath C99 fill + newpath +286.16 35.28 286.16 29.28 293.16 29.28 293.16 35.28 286.16 35.28 ML +closepath C99 fill + newpath +286.16 29.28 286.16 23.28 293.16 23.28 293.16 29.28 286.16 29.28 ML +closepath C99 fill + newpath +286.16 23.28 286.16 17.28 293.16 17.28 293.16 23.28 286.16 23.28 ML +closepath C99 fill + newpath +286.16 17.28 286.16 11.28 293.16 11.28 293.16 17.28 286.16 17.28 ML +closepath C99 fill + newpath +286.16 11.28 286.16 5.28 293.16 5.28 293.16 11.28 286.16 11.28 ML +closepath C99 fill + newpath +286.16 5.28 286.16 -0.72 293.16 -0.72 293.16 5.28 286.16 5.28 ML +closepath C99 fill + newpath +279.16 71.28 279.16 65.28 286.16 65.28 286.16 71.28 279.16 71.28 ML +closepath C99 fill + newpath +279.16 65.28 279.16 59.28 286.16 59.28 286.16 65.28 279.16 65.28 ML +closepath C99 fill + newpath +279.16 59.28 279.16 53.28 286.16 53.28 286.16 59.28 279.16 59.28 ML +closepath C99 fill + newpath +279.16 53.28 279.16 47.28 286.16 47.28 286.16 53.28 279.16 53.28 ML +closepath C99 fill + newpath +279.16 47.28 279.16 41.28 286.16 41.28 286.16 47.28 279.16 47.28 ML +closepath C99 fill + newpath +279.16 41.28 279.16 35.28 286.16 35.28 286.16 41.28 279.16 41.28 ML +closepath C99 fill + newpath +279.16 35.28 279.16 29.28 286.16 29.28 286.16 35.28 279.16 35.28 ML +closepath C99 fill + newpath +279.16 29.28 279.16 23.28 286.16 23.28 286.16 29.28 279.16 29.28 ML +closepath C99 fill + newpath +279.16 23.28 279.16 17.28 286.16 17.28 286.16 23.28 279.16 23.28 ML +closepath C99 fill + newpath +279.16 17.28 279.16 11.28 286.16 11.28 286.16 17.28 279.16 17.28 ML +closepath C99 fill + newpath +279.16 11.28 279.16 5.28 286.16 5.28 286.16 11.28 279.16 11.28 ML +closepath C99 fill + newpath +279.16 5.28 279.16 -0.72 286.16 -0.72 286.16 5.28 279.16 5.28 ML +closepath C99 fill + newpath +272.16 71.28 272.16 65.28 279.16 65.28 279.16 71.28 272.16 71.28 ML +closepath C99 fill + newpath +272.16 65.28 272.16 59.28 279.16 59.28 279.16 65.28 272.16 65.28 ML +closepath C99 fill + newpath +272.16 59.28 272.16 53.28 279.16 53.28 279.16 59.28 272.16 59.28 ML +closepath C99 fill + newpath +272.16 53.28 272.16 47.28 279.16 47.28 279.16 53.28 272.16 53.28 ML +closepath C99 fill + newpath +272.16 47.28 272.16 41.28 279.16 41.28 279.16 47.28 272.16 47.28 ML +closepath C99 fill + newpath +272.16 41.28 272.16 35.28 279.16 35.28 279.16 41.28 272.16 41.28 ML +closepath C99 fill + newpath +272.16 35.28 272.16 29.28 279.16 29.28 279.16 35.28 272.16 35.28 ML +closepath C99 fill + newpath +272.16 29.28 272.16 23.28 279.16 23.28 279.16 29.28 272.16 29.28 ML +closepath C99 fill + newpath +272.16 23.28 272.16 17.28 279.16 17.28 279.16 23.28 272.16 23.28 ML +closepath C99 fill + newpath +272.16 17.28 272.16 11.28 279.16 11.28 279.16 17.28 272.16 17.28 ML +closepath C99 fill + newpath +272.16 11.28 272.16 5.28 279.16 5.28 279.16 11.28 272.16 11.28 ML +closepath C99 fill + newpath +272.16 5.28 272.16 -0.72 279.16 -0.72 279.16 5.28 272.16 5.28 ML +closepath C99 fill + newpath +265.16 71.28 265.16 65.28 272.16 65.28 272.16 71.28 265.16 71.28 ML +closepath C99 fill + newpath +265.16 65.28 265.16 59.28 272.16 59.28 272.16 65.28 265.16 65.28 ML +closepath C99 fill + newpath +265.16 59.28 265.16 53.28 272.16 53.28 272.16 59.28 265.16 59.28 ML +closepath C99 fill + newpath +265.16 53.28 265.16 47.28 272.16 47.28 272.16 53.28 265.16 53.28 ML +closepath C99 fill + newpath +265.16 47.28 265.16 41.28 272.16 41.28 272.16 47.28 265.16 47.28 ML +closepath C99 fill + newpath +265.16 41.28 265.16 35.28 272.16 35.28 272.16 41.28 265.16 41.28 ML +closepath C99 fill + newpath +265.16 35.28 265.16 29.28 272.16 29.28 272.16 35.28 265.16 35.28 ML +closepath C99 fill + newpath +265.16 29.28 265.16 23.28 272.16 23.28 272.16 29.28 265.16 29.28 ML +closepath C99 fill + newpath +265.16 23.28 265.16 17.28 272.16 17.28 272.16 23.28 265.16 23.28 ML +closepath C99 fill + newpath +265.16 17.28 265.16 11.28 272.16 11.28 272.16 17.28 265.16 17.28 ML +closepath C99 fill + newpath +265.16 11.28 265.16 5.28 272.16 5.28 272.16 11.28 265.16 11.28 ML +closepath C99 fill + newpath +265.16 5.28 265.16 -0.72 272.16 -0.72 272.16 5.28 265.16 5.28 ML +closepath C99 fill + newpath +258.16 71.28 258.16 65.28 265.16 65.28 265.16 71.28 258.16 71.28 ML +closepath C99 fill + newpath +258.16 65.28 258.16 59.28 265.16 59.28 265.16 65.28 258.16 65.28 ML +closepath C99 fill + newpath +258.16 59.28 258.16 53.28 265.16 53.28 265.16 59.28 258.16 59.28 ML +closepath C99 fill + newpath +258.16 53.28 258.16 47.28 265.16 47.28 265.16 53.28 258.16 53.28 ML +closepath C99 fill + newpath +258.16 47.28 258.16 41.28 265.16 41.28 265.16 47.28 258.16 47.28 ML +closepath C99 fill + newpath +258.16 41.28 258.16 35.28 265.16 35.28 265.16 41.28 258.16 41.28 ML +closepath C99 fill + newpath +258.16 35.28 258.16 29.28 265.16 29.28 265.16 35.28 258.16 35.28 ML +closepath C99 fill + newpath +258.16 29.28 258.16 23.28 265.16 23.28 265.16 29.28 258.16 29.28 ML +closepath C99 fill + newpath +258.16 23.28 258.16 17.28 265.16 17.28 265.16 23.28 258.16 23.28 ML +closepath C99 fill + newpath +258.16 17.28 258.16 11.28 265.16 11.28 265.16 17.28 258.16 17.28 ML +closepath C99 fill + newpath +258.16 11.28 258.16 5.28 265.16 5.28 265.16 11.28 258.16 11.28 ML +closepath C99 fill + newpath +258.16 5.28 258.16 -0.72 265.16 -0.72 265.16 5.28 258.16 5.28 ML +closepath C99 fill + newpath +251.16 71.28 251.16 65.28 258.16 65.28 258.16 71.28 251.16 71.28 ML +closepath C99 fill + newpath +251.16 65.28 251.16 59.28 258.16 59.28 258.16 65.28 251.16 65.28 ML +closepath C99 fill + newpath +251.16 59.28 251.16 53.28 258.16 53.28 258.16 59.28 251.16 59.28 ML +closepath C99 fill + newpath +251.16 53.28 251.16 47.28 258.16 47.28 258.16 53.28 251.16 53.28 ML +closepath C99 fill + newpath +251.16 47.28 251.16 41.28 258.16 41.28 258.16 47.28 251.16 47.28 ML +closepath C99 fill + newpath +251.16 41.28 251.16 35.28 258.16 35.28 258.16 41.28 251.16 41.28 ML +closepath C99 fill + newpath +251.16 35.28 251.16 29.28 258.16 29.28 258.16 35.28 251.16 35.28 ML +closepath C99 fill + newpath +251.16 29.28 251.16 23.28 258.16 23.28 258.16 29.28 251.16 29.28 ML +closepath C99 fill + newpath +251.16 23.28 251.16 17.28 258.16 17.28 258.16 23.28 251.16 23.28 ML +closepath C99 fill + newpath +251.16 17.28 251.16 11.28 258.16 11.28 258.16 17.28 251.16 17.28 ML +closepath C99 fill + newpath +251.16 11.28 251.16 5.28 258.16 5.28 258.16 11.28 251.16 11.28 ML +closepath C99 fill + newpath +251.16 5.28 251.16 -0.72 258.16 -0.72 258.16 5.28 251.16 5.28 ML +closepath C99 fill + newpath +244.16 71.28 244.16 65.28 251.16 65.28 251.16 71.28 244.16 71.28 ML +closepath C99 fill + newpath +244.16 65.28 244.16 59.28 251.16 59.28 251.16 65.28 244.16 65.28 ML +closepath C99 fill + newpath +244.16 59.28 244.16 53.28 251.16 53.28 251.16 59.28 244.16 59.28 ML +closepath C99 fill + newpath +244.16 53.28 244.16 47.28 251.16 47.28 251.16 53.28 244.16 53.28 ML +closepath C99 fill + newpath +244.16 47.28 244.16 41.28 251.16 41.28 251.16 47.28 244.16 47.28 ML +closepath C99 fill + newpath +244.16 41.28 244.16 35.28 251.16 35.28 251.16 41.28 244.16 41.28 ML +closepath C99 fill + newpath +244.16 35.28 244.16 29.28 251.16 29.28 251.16 35.28 244.16 35.28 ML +closepath C99 fill + newpath +244.16 29.28 244.16 23.28 251.16 23.28 251.16 29.28 244.16 29.28 ML +closepath C99 fill + newpath +244.16 23.28 244.16 17.28 251.16 17.28 251.16 23.28 244.16 23.28 ML +closepath C99 fill + newpath +244.16 17.28 244.16 11.28 251.16 11.28 251.16 17.28 244.16 17.28 ML +closepath C99 fill + newpath +244.16 11.28 244.16 5.28 251.16 5.28 251.16 11.28 244.16 11.28 ML +closepath C99 fill + newpath +244.16 5.28 244.16 -0.72 251.16 -0.72 251.16 5.28 244.16 5.28 ML +closepath C99 fill + newpath +237.16 71.28 237.16 65.28 244.16 65.28 244.16 71.28 237.16 71.28 ML +closepath C99 fill + newpath +237.16 65.28 237.16 59.28 244.16 59.28 244.16 65.28 237.16 65.28 ML +closepath C99 fill + newpath +237.16 59.28 237.16 53.28 244.16 53.28 244.16 59.28 237.16 59.28 ML +closepath C99 fill + newpath +237.16 53.28 237.16 47.28 244.16 47.28 244.16 53.28 237.16 53.28 ML +closepath C99 fill + newpath +237.16 47.28 237.16 41.28 244.16 41.28 244.16 47.28 237.16 47.28 ML +closepath C99 fill + newpath +237.16 41.28 237.16 35.28 244.16 35.28 244.16 41.28 237.16 41.28 ML +closepath C99 fill + newpath +237.16 35.28 237.16 29.28 244.16 29.28 244.16 35.28 237.16 35.28 ML +closepath C99 fill + newpath +237.16 29.28 237.16 23.28 244.16 23.28 244.16 29.28 237.16 29.28 ML +closepath C99 fill + newpath +237.16 23.28 237.16 17.28 244.16 17.28 244.16 23.28 237.16 23.28 ML +closepath C99 fill + newpath +237.16 17.28 237.16 11.28 244.16 11.28 244.16 17.28 237.16 17.28 ML +closepath C99 fill + newpath +237.16 11.28 237.16 5.28 244.16 5.28 244.16 11.28 237.16 11.28 ML +closepath C99 fill + newpath +237.16 5.28 237.16 -0.72 244.16 -0.72 244.16 5.28 237.16 5.28 ML +closepath C99 fill + newpath +230.16 71.28 230.16 65.28 237.16 65.28 237.16 71.28 230.16 71.28 ML +closepath C99 fill + newpath +230.16 65.28 230.16 59.28 237.16 59.28 237.16 65.28 230.16 65.28 ML +closepath C99 fill + newpath +230.16 59.28 230.16 53.28 237.16 53.28 237.16 59.28 230.16 59.28 ML +closepath C99 fill + newpath +230.16 53.28 230.16 47.28 237.16 47.28 237.16 53.28 230.16 53.28 ML +closepath C99 fill + newpath +230.16 47.28 230.16 41.28 237.16 41.28 237.16 47.28 230.16 47.28 ML +closepath C99 fill + newpath +230.16 41.28 230.16 35.28 237.16 35.28 237.16 41.28 230.16 41.28 ML +closepath C99 fill + newpath +230.16 35.28 230.16 29.28 237.16 29.28 237.16 35.28 230.16 35.28 ML +closepath C99 fill + newpath +230.16 29.28 230.16 23.28 237.16 23.28 237.16 29.28 230.16 29.28 ML +closepath C99 fill + newpath +230.16 23.28 230.16 17.28 237.16 17.28 237.16 23.28 230.16 23.28 ML +closepath C99 fill + newpath +230.16 17.28 230.16 11.28 237.16 11.28 237.16 17.28 230.16 17.28 ML +closepath C99 fill + newpath +230.16 11.28 230.16 5.28 237.16 5.28 237.16 11.28 230.16 11.28 ML +closepath C99 fill + newpath +230.16 5.28 230.16 -0.72 237.16 -0.72 237.16 5.28 230.16 5.28 ML +closepath C99 fill + newpath +223.16 71.28 223.16 65.28 230.16 65.28 230.16 71.28 223.16 71.28 ML +closepath C99 fill + newpath +223.16 65.28 223.16 59.28 230.16 59.28 230.16 65.28 223.16 65.28 ML +closepath C99 fill + newpath +223.16 59.28 223.16 53.28 230.16 53.28 230.16 59.28 223.16 59.28 ML +closepath C99 fill + newpath +223.16 53.28 223.16 47.28 230.16 47.28 230.16 53.28 223.16 53.28 ML +closepath C99 fill + newpath +223.16 47.28 223.16 41.28 230.16 41.28 230.16 47.28 223.16 47.28 ML +closepath C99 fill + newpath +223.16 41.28 223.16 35.28 230.16 35.28 230.16 41.28 223.16 41.28 ML +closepath C99 fill + newpath +223.16 35.28 223.16 29.28 230.16 29.28 230.16 35.28 223.16 35.28 ML +closepath C99 fill + newpath +223.16 29.28 223.16 23.28 230.16 23.28 230.16 29.28 223.16 29.28 ML +closepath C99 fill + newpath +223.16 23.28 223.16 17.28 230.16 17.28 230.16 23.28 223.16 23.28 ML +closepath C99 fill + newpath +223.16 17.28 223.16 11.28 230.16 11.28 230.16 17.28 223.16 17.28 ML +closepath C99 fill + newpath +223.16 11.28 223.16 5.28 230.16 5.28 230.16 11.28 223.16 11.28 ML +closepath C99 fill + newpath +223.16 5.28 223.16 -0.72 230.16 -0.72 230.16 5.28 223.16 5.28 ML +closepath C99 fill + newpath +216.16 71.28 216.16 65.28 223.16 65.28 223.16 71.28 216.16 71.28 ML +closepath C99 fill + newpath +216.16 65.28 216.16 59.28 223.16 59.28 223.16 65.28 216.16 65.28 ML +closepath C99 fill + newpath +216.16 59.28 216.16 53.28 223.16 53.28 223.16 59.28 216.16 59.28 ML +closepath C99 fill + newpath +216.16 53.28 216.16 47.28 223.16 47.28 223.16 53.28 216.16 53.28 ML +closepath C99 fill + newpath +216.16 47.28 216.16 41.28 223.16 41.28 223.16 47.28 216.16 47.28 ML +closepath C99 fill + newpath +216.16 41.28 216.16 35.28 223.16 35.28 223.16 41.28 216.16 41.28 ML +closepath C99 fill + newpath +216.16 35.28 216.16 29.28 223.16 29.28 223.16 35.28 216.16 35.28 ML +closepath C99 fill + newpath +216.16 29.28 216.16 23.28 223.16 23.28 223.16 29.28 216.16 29.28 ML +closepath C99 fill + newpath +216.16 23.28 216.16 17.28 223.16 17.28 223.16 23.28 216.16 23.28 ML +closepath C99 fill + newpath +216.16 17.28 216.16 11.28 223.16 11.28 223.16 17.28 216.16 17.28 ML +closepath C99 fill + newpath +216.16 11.28 216.16 5.28 223.16 5.28 223.16 11.28 216.16 11.28 ML +closepath C99 fill + newpath +216.16 5.28 216.16 -0.72 223.16 -0.72 223.16 5.28 216.16 5.28 ML +closepath C99 fill + newpath +209.16 71.28 209.16 65.28 216.16 65.28 216.16 71.28 209.16 71.28 ML +closepath C99 fill + newpath +209.16 65.28 209.16 59.28 216.16 59.28 216.16 65.28 209.16 65.28 ML +closepath C99 fill + newpath +209.16 59.28 209.16 53.28 216.16 53.28 216.16 59.28 209.16 59.28 ML +closepath C99 fill + newpath +209.16 53.28 209.16 47.28 216.16 47.28 216.16 53.28 209.16 53.28 ML +closepath C99 fill + newpath +209.16 47.28 209.16 41.28 216.16 41.28 216.16 47.28 209.16 47.28 ML +closepath C99 fill + newpath +209.16 41.28 209.16 35.28 216.16 35.28 216.16 41.28 209.16 41.28 ML +closepath C99 fill + newpath +209.16 35.28 209.16 29.28 216.16 29.28 216.16 35.28 209.16 35.28 ML +closepath C99 fill + newpath +209.16 29.28 209.16 23.28 216.16 23.28 216.16 29.28 209.16 29.28 ML +closepath C99 fill + newpath +209.16 23.28 209.16 17.28 216.16 17.28 216.16 23.28 209.16 23.28 ML +closepath C99 fill + newpath +209.16 17.28 209.16 11.28 216.16 11.28 216.16 17.28 209.16 17.28 ML +closepath C99 fill + newpath +209.16 11.28 209.16 5.28 216.16 5.28 216.16 11.28 209.16 11.28 ML +closepath C99 fill + newpath +209.16 5.28 209.16 -0.72 216.16 -0.72 216.16 5.28 209.16 5.28 ML +closepath C99 fill + newpath +202.16 71.28 202.16 65.28 209.16 65.28 209.16 71.28 202.16 71.28 ML +closepath C99 fill + newpath +202.16 65.28 202.16 59.28 209.16 59.28 209.16 65.28 202.16 65.28 ML +closepath C99 fill + newpath +202.16 59.28 202.16 53.28 209.16 53.28 209.16 59.28 202.16 59.28 ML +closepath C99 fill + newpath +202.16 53.28 202.16 47.28 209.16 47.28 209.16 53.28 202.16 53.28 ML +closepath C99 fill + newpath +202.16 47.28 202.16 41.28 209.16 41.28 209.16 47.28 202.16 47.28 ML +closepath C99 fill + newpath +202.16 41.28 202.16 35.28 209.16 35.28 209.16 41.28 202.16 41.28 ML +closepath C99 fill + newpath +202.16 35.28 202.16 29.28 209.16 29.28 209.16 35.28 202.16 35.28 ML +closepath C99 fill + newpath +202.16 29.28 202.16 23.28 209.16 23.28 209.16 29.28 202.16 29.28 ML +closepath C99 fill + newpath +202.16 23.28 202.16 17.28 209.16 17.28 209.16 23.28 202.16 23.28 ML +closepath C99 fill + newpath +202.16 17.28 202.16 11.28 209.16 11.28 209.16 17.28 202.16 17.28 ML +closepath C99 fill + newpath +202.16 11.28 202.16 5.28 209.16 5.28 209.16 11.28 202.16 11.28 ML +closepath C99 fill + newpath +202.16 5.28 202.16 -0.72 209.16 -0.72 209.16 5.28 202.16 5.28 ML +closepath C99 fill + newpath +195.16 71.28 195.16 65.28 202.16 65.28 202.16 71.28 195.16 71.28 ML +closepath C99 fill + newpath +195.16 65.28 195.16 59.28 202.16 59.28 202.16 65.28 195.16 65.28 ML +closepath C99 fill + newpath +195.16 59.28 195.16 53.28 202.16 53.28 202.16 59.28 195.16 59.28 ML +closepath C99 fill + newpath +195.16 53.28 195.16 47.28 202.16 47.28 202.16 53.28 195.16 53.28 ML +closepath C99 fill + newpath +195.16 47.28 195.16 41.28 202.16 41.28 202.16 47.28 195.16 47.28 ML +closepath C99 fill + newpath +195.16 41.28 195.16 35.28 202.16 35.28 202.16 41.28 195.16 41.28 ML +closepath C99 fill + newpath +195.16 35.28 195.16 29.28 202.16 29.28 202.16 35.28 195.16 35.28 ML +closepath C99 fill + newpath +195.16 29.28 195.16 23.28 202.16 23.28 202.16 29.28 195.16 29.28 ML +closepath C99 fill + newpath +195.16 23.28 195.16 17.28 202.16 17.28 202.16 23.28 195.16 23.28 ML +closepath C99 fill + newpath +195.16 17.28 195.16 11.28 202.16 11.28 202.16 17.28 195.16 17.28 ML +closepath C99 fill + newpath +195.16 11.28 195.16 5.28 202.16 5.28 202.16 11.28 195.16 11.28 ML +closepath C99 fill + newpath +195.16 5.28 195.16 -0.72 202.16 -0.72 202.16 5.28 195.16 5.28 ML +closepath C99 fill + newpath +188.16 71.28 188.16 65.28 195.16 65.28 195.16 71.28 188.16 71.28 ML +closepath C99 fill + newpath +188.16 65.28 188.16 59.28 195.16 59.28 195.16 65.28 188.16 65.28 ML +closepath C99 fill + newpath +188.16 59.28 188.16 53.28 195.16 53.28 195.16 59.28 188.16 59.28 ML +closepath C99 fill + newpath +188.16 53.28 188.16 47.28 195.16 47.28 195.16 53.28 188.16 53.28 ML +closepath C99 fill + newpath +188.16 47.28 188.16 41.28 195.16 41.28 195.16 47.28 188.16 47.28 ML +closepath C99 fill + newpath +188.16 41.28 188.16 35.28 195.16 35.28 195.16 41.28 188.16 41.28 ML +closepath C99 fill + newpath +188.16 35.28 188.16 29.28 195.16 29.28 195.16 35.28 188.16 35.28 ML +closepath C99 fill + newpath +188.16 29.28 188.16 23.28 195.16 23.28 195.16 29.28 188.16 29.28 ML +closepath C99 fill + newpath +188.16 23.28 188.16 17.28 195.16 17.28 195.16 23.28 188.16 23.28 ML +closepath C99 fill + newpath +188.16 17.28 188.16 11.28 195.16 11.28 195.16 17.28 188.16 17.28 ML +closepath C99 fill + newpath +188.16 11.28 188.16 5.28 195.16 5.28 195.16 11.28 188.16 11.28 ML +closepath C99 fill + newpath +188.16 5.28 188.16 -0.72 195.16 -0.72 195.16 5.28 188.16 5.28 ML +closepath C99 fill + newpath +181.16 71.28 181.16 65.28 188.16 65.28 188.16 71.28 181.16 71.28 ML +closepath C99 fill + newpath +181.16 65.28 181.16 59.28 188.16 59.28 188.16 65.28 181.16 65.28 ML +closepath C99 fill + newpath +181.16 59.28 181.16 53.28 188.16 53.28 188.16 59.28 181.16 59.28 ML +closepath C99 fill + newpath +181.16 53.28 181.16 47.28 188.16 47.28 188.16 53.28 181.16 53.28 ML +closepath C99 fill + newpath +181.16 47.28 181.16 41.28 188.16 41.28 188.16 47.28 181.16 47.28 ML +closepath C99 fill + newpath +181.16 41.28 181.16 35.28 188.16 35.28 188.16 41.28 181.16 41.28 ML +closepath C99 fill + newpath +181.16 35.28 181.16 29.28 188.16 29.28 188.16 35.28 181.16 35.28 ML +closepath C99 fill + newpath +181.16 29.28 181.16 23.28 188.16 23.28 188.16 29.28 181.16 29.28 ML +closepath C99 fill + newpath +181.16 23.28 181.16 17.28 188.16 17.28 188.16 23.28 181.16 23.28 ML +closepath C99 fill + newpath +181.16 17.28 181.16 11.28 188.16 11.28 188.16 17.28 181.16 17.28 ML +closepath C99 fill + newpath +181.16 11.28 181.16 5.28 188.16 5.28 188.16 11.28 181.16 11.28 ML +closepath C99 fill + newpath +181.16 5.28 181.16 -0.72 188.16 -0.72 188.16 5.28 181.16 5.28 ML +closepath C99 fill + newpath +174.16 71.28 174.16 65.28 181.16 65.28 181.16 71.28 174.16 71.28 ML +closepath C99 fill + newpath +174.16 65.28 174.16 59.28 181.16 59.28 181.16 65.28 174.16 65.28 ML +closepath C99 fill + newpath +174.16 59.28 174.16 53.28 181.16 53.28 181.16 59.28 174.16 59.28 ML +closepath C99 fill + newpath +174.16 53.28 174.16 47.28 181.16 47.28 181.16 53.28 174.16 53.28 ML +closepath C99 fill + newpath +174.16 47.28 174.16 41.28 181.16 41.28 181.16 47.28 174.16 47.28 ML +closepath C99 fill + newpath +174.16 41.28 174.16 35.28 181.16 35.28 181.16 41.28 174.16 41.28 ML +closepath C99 fill + newpath +174.16 35.28 174.16 29.28 181.16 29.28 181.16 35.28 174.16 35.28 ML +closepath C99 fill + newpath +174.16 29.28 174.16 23.28 181.16 23.28 181.16 29.28 174.16 29.28 ML +closepath C99 fill + newpath +174.16 23.28 174.16 17.28 181.16 17.28 181.16 23.28 174.16 23.28 ML +closepath C99 fill + newpath +174.16 17.28 174.16 11.28 181.16 11.28 181.16 17.28 174.16 17.28 ML +closepath C99 fill + newpath +174.16 11.28 174.16 5.28 181.16 5.28 181.16 11.28 174.16 11.28 ML +closepath C99 fill + newpath +174.16 5.28 174.16 -0.72 181.16 -0.72 181.16 5.28 174.16 5.28 ML +closepath C99 fill + newpath +167.16 71.28 167.16 65.28 174.16 65.28 174.16 71.28 167.16 71.28 ML +closepath C99 fill + newpath +167.16 65.28 167.16 59.28 174.16 59.28 174.16 65.28 167.16 65.28 ML +closepath C99 fill + newpath +167.16 59.28 167.16 53.28 174.16 53.28 174.16 59.28 167.16 59.28 ML +closepath C99 fill + newpath +167.16 53.28 167.16 47.28 174.16 47.28 174.16 53.28 167.16 53.28 ML +closepath C99 fill + newpath +167.16 47.28 167.16 41.28 174.16 41.28 174.16 47.28 167.16 47.28 ML +closepath C99 fill + newpath +167.16 41.28 167.16 35.28 174.16 35.28 174.16 41.28 167.16 41.28 ML +closepath C99 fill + newpath +167.16 35.28 167.16 29.28 174.16 29.28 174.16 35.28 167.16 35.28 ML +closepath C99 fill + newpath +167.16 29.28 167.16 23.28 174.16 23.28 174.16 29.28 167.16 29.28 ML +closepath C99 fill + newpath +167.16 23.28 167.16 17.28 174.16 17.28 174.16 23.28 167.16 23.28 ML +closepath C99 fill + newpath +167.16 17.28 167.16 11.28 174.16 11.28 174.16 17.28 167.16 17.28 ML +closepath C99 fill + newpath +167.16 11.28 167.16 5.28 174.16 5.28 174.16 11.28 167.16 11.28 ML +closepath C99 fill + newpath +167.16 5.28 167.16 -0.72 174.16 -0.72 174.16 5.28 167.16 5.28 ML +closepath C99 fill + newpath +160.16 71.28 160.16 65.28 167.16 65.28 167.16 71.28 160.16 71.28 ML +closepath C1 fill + newpath +160.16 65.28 160.16 59.28 167.16 59.28 167.16 65.28 160.16 65.28 ML +closepath C1 fill + newpath +160.16 59.28 160.16 53.28 167.16 53.28 167.16 59.28 160.16 59.28 ML +closepath C1 fill + newpath +160.16 53.28 160.16 47.28 167.16 47.28 167.16 53.28 160.16 53.28 ML +closepath C1 fill + newpath +160.16 47.28 160.16 41.28 167.16 41.28 167.16 47.28 160.16 47.28 ML +closepath C1 fill + newpath +160.16 41.28 160.16 35.28 167.16 35.28 167.16 41.28 160.16 41.28 ML +closepath C1 fill + newpath +160.16 35.28 160.16 29.28 167.16 29.28 167.16 35.28 160.16 35.28 ML +closepath C1 fill + newpath +160.16 29.28 160.16 23.28 167.16 23.28 167.16 29.28 160.16 29.28 ML +closepath C1 fill + newpath +160.16 23.28 160.16 17.28 167.16 17.28 167.16 23.28 160.16 23.28 ML +closepath C99 fill + newpath +160.16 17.28 160.16 11.28 167.16 11.28 167.16 17.28 160.16 17.28 ML +closepath C99 fill + newpath +160.16 11.28 160.16 5.28 167.16 5.28 167.16 11.28 160.16 11.28 ML +closepath C99 fill + newpath +160.16 5.28 160.16 -0.72 167.16 -0.72 167.16 5.28 160.16 5.28 ML +closepath C99 fill + newpath +153.16 71.28 153.16 65.28 160.16 65.28 160.16 71.28 153.16 71.28 ML +closepath C2 fill + newpath +153.16 65.28 153.16 59.28 160.16 59.28 160.16 65.28 153.16 65.28 ML +closepath C2 fill + newpath +153.16 59.28 153.16 53.28 160.16 53.28 160.16 59.28 153.16 59.28 ML +closepath C2 fill + newpath +153.16 53.28 153.16 47.28 160.16 47.28 160.16 53.28 153.16 53.28 ML +closepath C2 fill + newpath +153.16 47.28 153.16 41.28 160.16 41.28 160.16 47.28 153.16 47.28 ML +closepath C2 fill + newpath +153.16 41.28 153.16 35.28 160.16 35.28 160.16 41.28 153.16 41.28 ML +closepath C2 fill + newpath +153.16 35.28 153.16 29.28 160.16 29.28 160.16 35.28 153.16 35.28 ML +closepath C2 fill + newpath +153.16 29.28 153.16 23.28 160.16 23.28 160.16 29.28 153.16 29.28 ML +closepath C2 fill + newpath +153.16 23.28 153.16 17.28 160.16 17.28 160.16 23.28 153.16 23.28 ML +closepath C99 fill + newpath +153.16 17.28 153.16 11.28 160.16 11.28 160.16 17.28 153.16 17.28 ML +closepath C99 fill + newpath +153.16 11.28 153.16 5.28 160.16 5.28 160.16 11.28 153.16 11.28 ML +closepath C99 fill + newpath +153.16 5.28 153.16 -0.72 160.16 -0.72 160.16 5.28 153.16 5.28 ML +closepath C99 fill + newpath +146.16 71.28 146.16 65.28 153.16 65.28 153.16 71.28 146.16 71.28 ML +closepath C2 fill + newpath +146.16 65.28 146.16 59.28 153.16 59.28 153.16 65.28 146.16 65.28 ML +closepath C2 fill + newpath +146.16 59.28 146.16 53.28 153.16 53.28 153.16 59.28 146.16 59.28 ML +closepath C2 fill + newpath +146.16 53.28 146.16 47.28 153.16 47.28 153.16 53.28 146.16 53.28 ML +closepath C2 fill + newpath +146.16 47.28 146.16 41.28 153.16 41.28 153.16 47.28 146.16 47.28 ML +closepath C2 fill + newpath +146.16 41.28 146.16 35.28 153.16 35.28 153.16 41.28 146.16 41.28 ML +closepath C2 fill + newpath +146.16 35.28 146.16 29.28 153.16 29.28 153.16 35.28 146.16 35.28 ML +closepath C2 fill + newpath +146.16 29.28 146.16 23.28 153.16 23.28 153.16 29.28 146.16 29.28 ML +closepath C2 fill + newpath +146.16 23.28 146.16 17.28 153.16 17.28 153.16 23.28 146.16 23.28 ML +closepath C99 fill + newpath +146.16 17.28 146.16 11.28 153.16 11.28 153.16 17.28 146.16 17.28 ML +closepath C99 fill + newpath +146.16 11.28 146.16 5.28 153.16 5.28 153.16 11.28 146.16 11.28 ML +closepath C99 fill + newpath +146.16 5.28 146.16 -0.72 153.16 -0.72 153.16 5.28 146.16 5.28 ML +closepath C99 fill + newpath +139.16 71.28 139.16 65.28 146.16 65.28 146.16 71.28 139.16 71.28 ML +closepath C99 fill + newpath +139.16 65.28 139.16 59.28 146.16 59.28 146.16 65.28 139.16 65.28 ML +closepath C99 fill + newpath +139.16 59.28 139.16 53.28 146.16 53.28 146.16 59.28 139.16 59.28 ML +closepath C99 fill + newpath +139.16 53.28 139.16 47.28 146.16 47.28 146.16 53.28 139.16 53.28 ML +closepath C99 fill + newpath +139.16 47.28 139.16 41.28 146.16 41.28 146.16 47.28 139.16 47.28 ML +closepath C99 fill + newpath +139.16 41.28 139.16 35.28 146.16 35.28 146.16 41.28 139.16 41.28 ML +closepath C99 fill + newpath +139.16 35.28 139.16 29.28 146.16 29.28 146.16 35.28 139.16 35.28 ML +closepath C99 fill + newpath +139.16 29.28 139.16 23.28 146.16 23.28 146.16 29.28 139.16 29.28 ML +closepath C99 fill + newpath +139.16 23.28 139.16 17.28 146.16 17.28 146.16 23.28 139.16 23.28 ML +closepath C99 fill + newpath +139.16 17.28 139.16 11.28 146.16 11.28 146.16 17.28 139.16 17.28 ML +closepath C99 fill + newpath +139.16 11.28 139.16 5.28 146.16 5.28 146.16 11.28 139.16 11.28 ML +closepath C99 fill + newpath +139.16 5.28 139.16 -0.72 146.16 -0.72 146.16 5.28 139.16 5.28 ML +closepath C99 fill + newpath +132.16 71.28 132.16 65.28 139.16 65.28 139.16 71.28 132.16 71.28 ML +closepath C99 fill + newpath +132.16 65.28 132.16 59.28 139.16 59.28 139.16 65.28 132.16 65.28 ML +closepath C99 fill + newpath +132.16 59.28 132.16 53.28 139.16 53.28 139.16 59.28 132.16 59.28 ML +closepath C99 fill + newpath +132.16 53.28 132.16 47.28 139.16 47.28 139.16 53.28 132.16 53.28 ML +closepath C99 fill + newpath +132.16 47.28 132.16 41.28 139.16 41.28 139.16 47.28 132.16 47.28 ML +closepath C99 fill + newpath +132.16 41.28 132.16 35.28 139.16 35.28 139.16 41.28 132.16 41.28 ML +closepath C99 fill + newpath +132.16 35.28 132.16 29.28 139.16 29.28 139.16 35.28 132.16 35.28 ML +closepath C99 fill + newpath +132.16 29.28 132.16 23.28 139.16 23.28 139.16 29.28 132.16 29.28 ML +closepath C99 fill + newpath +132.16 23.28 132.16 17.28 139.16 17.28 139.16 23.28 132.16 23.28 ML +closepath C99 fill + newpath +132.16 17.28 132.16 11.28 139.16 11.28 139.16 17.28 132.16 17.28 ML +closepath C99 fill + newpath +132.16 11.28 132.16 5.28 139.16 5.28 139.16 11.28 132.16 11.28 ML +closepath C99 fill + newpath +132.16 5.28 132.16 -0.72 139.16 -0.72 139.16 5.28 132.16 5.28 ML +closepath C99 fill + newpath +125.16 71.28 125.16 65.28 132.16 65.28 132.16 71.28 125.16 71.28 ML +closepath C2 fill + newpath +125.16 65.28 125.16 59.28 132.16 59.28 132.16 65.28 125.16 65.28 ML +closepath C2 fill + newpath +125.16 59.28 125.16 53.28 132.16 53.28 132.16 59.28 125.16 59.28 ML +closepath C2 fill + newpath +125.16 53.28 125.16 47.28 132.16 47.28 132.16 53.28 125.16 53.28 ML +closepath C2 fill + newpath +125.16 47.28 125.16 41.28 132.16 41.28 132.16 47.28 125.16 47.28 ML +closepath C2 fill + newpath +125.16 41.28 125.16 35.28 132.16 35.28 132.16 41.28 125.16 41.28 ML +closepath C2 fill + newpath +125.16 35.28 125.16 29.28 132.16 29.28 132.16 35.28 125.16 35.28 ML +closepath C2 fill + newpath +125.16 29.28 125.16 23.28 132.16 23.28 132.16 29.28 125.16 29.28 ML +closepath C2 fill + newpath +125.16 23.28 125.16 17.28 132.16 17.28 132.16 23.28 125.16 23.28 ML +closepath C99 fill + newpath +125.16 17.28 125.16 11.28 132.16 11.28 132.16 17.28 125.16 17.28 ML +closepath C99 fill + newpath +125.16 11.28 125.16 5.28 132.16 5.28 132.16 11.28 125.16 11.28 ML +closepath C99 fill + newpath +125.16 5.28 125.16 -0.72 132.16 -0.72 132.16 5.28 125.16 5.28 ML +closepath C99 fill + newpath +118.16 71.28 118.16 65.28 125.16 65.28 125.16 71.28 118.16 71.28 ML +closepath C99 fill + newpath +118.16 65.28 118.16 59.28 125.16 59.28 125.16 65.28 118.16 65.28 ML +closepath C99 fill + newpath +118.16 59.28 118.16 53.28 125.16 53.28 125.16 59.28 118.16 59.28 ML +closepath C99 fill + newpath +118.16 53.28 118.16 47.28 125.16 47.28 125.16 53.28 118.16 53.28 ML +closepath C99 fill + newpath +118.16 47.28 118.16 41.28 125.16 41.28 125.16 47.28 118.16 47.28 ML +closepath C99 fill + newpath +118.16 41.28 118.16 35.28 125.16 35.28 125.16 41.28 118.16 41.28 ML +closepath C99 fill + newpath +118.16 35.28 118.16 29.28 125.16 29.28 125.16 35.28 118.16 35.28 ML +closepath C99 fill + newpath +118.16 29.28 118.16 23.28 125.16 23.28 125.16 29.28 118.16 29.28 ML +closepath C99 fill + newpath +118.16 23.28 118.16 17.28 125.16 17.28 125.16 23.28 118.16 23.28 ML +closepath C99 fill + newpath +118.16 17.28 118.16 11.28 125.16 11.28 125.16 17.28 118.16 17.28 ML +closepath C99 fill + newpath +118.16 11.28 118.16 5.28 125.16 5.28 125.16 11.28 118.16 11.28 ML +closepath C99 fill + newpath +118.16 5.28 118.16 -0.72 125.16 -0.72 125.16 5.28 118.16 5.28 ML +closepath C99 fill + newpath +111.16 71.28 111.16 65.28 118.16 65.28 118.16 71.28 111.16 71.28 ML +closepath C99 fill + newpath +111.16 65.28 111.16 59.28 118.16 59.28 118.16 65.28 111.16 65.28 ML +closepath C99 fill + newpath +111.16 59.28 111.16 53.28 118.16 53.28 118.16 59.28 111.16 59.28 ML +closepath C99 fill + newpath +111.16 53.28 111.16 47.28 118.16 47.28 118.16 53.28 111.16 53.28 ML +closepath C99 fill + newpath +111.16 47.28 111.16 41.28 118.16 41.28 118.16 47.28 111.16 47.28 ML +closepath C99 fill + newpath +111.16 41.28 111.16 35.28 118.16 35.28 118.16 41.28 111.16 41.28 ML +closepath C99 fill + newpath +111.16 35.28 111.16 29.28 118.16 29.28 118.16 35.28 111.16 35.28 ML +closepath C99 fill + newpath +111.16 29.28 111.16 23.28 118.16 23.28 118.16 29.28 111.16 29.28 ML +closepath C99 fill + newpath +111.16 23.28 111.16 17.28 118.16 17.28 118.16 23.28 111.16 23.28 ML +closepath C99 fill + newpath +111.16 17.28 111.16 11.28 118.16 11.28 118.16 17.28 111.16 17.28 ML +closepath C99 fill + newpath +111.16 11.28 111.16 5.28 118.16 5.28 118.16 11.28 111.16 11.28 ML +closepath C99 fill + newpath +111.16 5.28 111.16 -0.72 118.16 -0.72 118.16 5.28 111.16 5.28 ML +closepath C99 fill + newpath +104.16 71.28 104.16 65.28 111.16 65.28 111.16 71.28 104.16 71.28 ML +closepath C2 fill + newpath +104.16 65.28 104.16 59.28 111.16 59.28 111.16 65.28 104.16 65.28 ML +closepath C2 fill + newpath +104.16 59.28 104.16 53.28 111.16 53.28 111.16 59.28 104.16 59.28 ML +closepath C2 fill + newpath +104.16 53.28 104.16 47.28 111.16 47.28 111.16 53.28 104.16 53.28 ML +closepath C2 fill + newpath +104.16 47.28 104.16 41.28 111.16 41.28 111.16 47.28 104.16 47.28 ML +closepath C2 fill + newpath +104.16 41.28 104.16 35.28 111.16 35.28 111.16 41.28 104.16 41.28 ML +closepath C2 fill + newpath +104.16 35.28 104.16 29.28 111.16 29.28 111.16 35.28 104.16 35.28 ML +closepath C2 fill + newpath +104.16 29.28 104.16 23.28 111.16 23.28 111.16 29.28 104.16 29.28 ML +closepath C2 fill + newpath +104.16 23.28 104.16 17.28 111.16 17.28 111.16 23.28 104.16 23.28 ML +closepath C99 fill + newpath +104.16 17.28 104.16 11.28 111.16 11.28 111.16 17.28 104.16 17.28 ML +closepath C99 fill + newpath +104.16 11.28 104.16 5.28 111.16 5.28 111.16 11.28 104.16 11.28 ML +closepath C99 fill + newpath +104.16 5.28 104.16 -0.72 111.16 -0.72 111.16 5.28 104.16 5.28 ML +closepath C99 fill + newpath +97.16 71.28 97.16 65.28 104.16 65.28 104.16 71.28 97.16 71.28 ML +closepath C2 fill + newpath +97.16 65.28 97.16 59.28 104.16 59.28 104.16 65.28 97.16 65.28 ML +closepath C2 fill + newpath +97.16 59.28 97.16 53.28 104.16 53.28 104.16 59.28 97.16 59.28 ML +closepath C2 fill + newpath +97.16 53.28 97.16 47.28 104.16 47.28 104.16 53.28 97.16 53.28 ML +closepath C2 fill + newpath +97.16 47.28 97.16 41.28 104.16 41.28 104.16 47.28 97.16 47.28 ML +closepath C2 fill + newpath +97.16 41.28 97.16 35.28 104.16 35.28 104.16 41.28 97.16 41.28 ML +closepath C2 fill + newpath +97.16 35.28 97.16 29.28 104.16 29.28 104.16 35.28 97.16 35.28 ML +closepath C2 fill + newpath +97.16 29.28 97.16 23.28 104.16 23.28 104.16 29.28 97.16 29.28 ML +closepath C2 fill + newpath +97.16 23.28 97.16 17.28 104.16 17.28 104.16 23.28 97.16 23.28 ML +closepath C99 fill + newpath +97.16 17.28 97.16 11.28 104.16 11.28 104.16 17.28 97.16 17.28 ML +closepath C99 fill + newpath +97.16 11.28 97.16 5.28 104.16 5.28 104.16 11.28 97.16 11.28 ML +closepath C99 fill + newpath +97.16 5.28 97.16 -0.72 104.16 -0.72 104.16 5.28 97.16 5.28 ML +closepath C99 fill + newpath +90.16 71.28 90.16 65.28 97.16 65.28 97.16 71.28 90.16 71.28 ML +closepath C99 fill + newpath +90.16 65.28 90.16 59.28 97.16 59.28 97.16 65.28 90.16 65.28 ML +closepath C99 fill + newpath +90.16 59.28 90.16 53.28 97.16 53.28 97.16 59.28 90.16 59.28 ML +closepath C99 fill + newpath +90.16 53.28 90.16 47.28 97.16 47.28 97.16 53.28 90.16 53.28 ML +closepath C99 fill + newpath +90.16 47.28 90.16 41.28 97.16 41.28 97.16 47.28 90.16 47.28 ML +closepath C99 fill + newpath +90.16 41.28 90.16 35.28 97.16 35.28 97.16 41.28 90.16 41.28 ML +closepath C99 fill + newpath +90.16 35.28 90.16 29.28 97.16 29.28 97.16 35.28 90.16 35.28 ML +closepath C99 fill + newpath +90.16 29.28 90.16 23.28 97.16 23.28 97.16 29.28 90.16 29.28 ML +closepath C99 fill + newpath +90.16 23.28 90.16 17.28 97.16 17.28 97.16 23.28 90.16 23.28 ML +closepath C99 fill + newpath +90.16 17.28 90.16 11.28 97.16 11.28 97.16 17.28 90.16 17.28 ML +closepath C99 fill + newpath +90.16 11.28 90.16 5.28 97.16 5.28 97.16 11.28 90.16 11.28 ML +closepath C99 fill + newpath +90.16 5.28 90.16 -0.72 97.16 -0.72 97.16 5.28 90.16 5.28 ML +closepath C99 fill + newpath +83.16 71.28 83.16 65.28 90.16 65.28 90.16 71.28 83.16 71.28 ML +closepath C99 fill + newpath +83.16 65.28 83.16 59.28 90.16 59.28 90.16 65.28 83.16 65.28 ML +closepath C99 fill + newpath +83.16 59.28 83.16 53.28 90.16 53.28 90.16 59.28 83.16 59.28 ML +closepath C99 fill + newpath +83.16 53.28 83.16 47.28 90.16 47.28 90.16 53.28 83.16 53.28 ML +closepath C99 fill + newpath +83.16 47.28 83.16 41.28 90.16 41.28 90.16 47.28 83.16 47.28 ML +closepath C99 fill + newpath +83.16 41.28 83.16 35.28 90.16 35.28 90.16 41.28 83.16 41.28 ML +closepath C99 fill + newpath +83.16 35.28 83.16 29.28 90.16 29.28 90.16 35.28 83.16 35.28 ML +closepath C99 fill + newpath +83.16 29.28 83.16 23.28 90.16 23.28 90.16 29.28 83.16 29.28 ML +closepath C99 fill + newpath +83.16 23.28 83.16 17.28 90.16 17.28 90.16 23.28 83.16 23.28 ML +closepath C99 fill + newpath +83.16 17.28 83.16 11.28 90.16 11.28 90.16 17.28 83.16 17.28 ML +closepath C99 fill + newpath +83.16 11.28 83.16 5.28 90.16 5.28 90.16 11.28 83.16 11.28 ML +closepath C99 fill + newpath +83.16 5.28 83.16 -0.72 90.16 -0.72 90.16 5.28 83.16 5.28 ML +closepath C99 fill + newpath +76.16 71.28 76.16 65.28 83.16 65.28 83.16 71.28 76.16 71.28 ML +closepath C2 fill + newpath +76.16 65.28 76.16 59.28 83.16 59.28 83.16 65.28 76.16 65.28 ML +closepath C2 fill + newpath +76.16 59.28 76.16 53.28 83.16 53.28 83.16 59.28 76.16 59.28 ML +closepath C2 fill + newpath +76.16 53.28 76.16 47.28 83.16 47.28 83.16 53.28 76.16 53.28 ML +closepath C2 fill + newpath +76.16 47.28 76.16 41.28 83.16 41.28 83.16 47.28 76.16 47.28 ML +closepath C2 fill + newpath +76.16 41.28 76.16 35.28 83.16 35.28 83.16 41.28 76.16 41.28 ML +closepath C2 fill + newpath +76.16 35.28 76.16 29.28 83.16 29.28 83.16 35.28 76.16 35.28 ML +closepath C2 fill + newpath +76.16 29.28 76.16 23.28 83.16 23.28 83.16 29.28 76.16 29.28 ML +closepath C2 fill + newpath +76.16 23.28 76.16 17.28 83.16 17.28 83.16 23.28 76.16 23.28 ML +closepath C99 fill + newpath +76.16 17.28 76.16 11.28 83.16 11.28 83.16 17.28 76.16 17.28 ML +closepath C99 fill + newpath +76.16 11.28 76.16 5.28 83.16 5.28 83.16 11.28 76.16 11.28 ML +closepath C99 fill + newpath +76.16 5.28 76.16 -0.72 83.16 -0.72 83.16 5.28 76.16 5.28 ML +closepath C99 fill + newpath +69.16 71.28 69.16 65.28 76.16 65.28 76.16 71.28 69.16 71.28 ML +closepath C2 fill + newpath +69.16 65.28 69.16 59.28 76.16 59.28 76.16 65.28 69.16 65.28 ML +closepath C2 fill + newpath +69.16 59.28 69.16 53.28 76.16 53.28 76.16 59.28 69.16 59.28 ML +closepath C2 fill + newpath +69.16 53.28 69.16 47.28 76.16 47.28 76.16 53.28 69.16 53.28 ML +closepath C2 fill + newpath +69.16 47.28 69.16 41.28 76.16 41.28 76.16 47.28 69.16 47.28 ML +closepath C2 fill + newpath +69.16 41.28 69.16 35.28 76.16 35.28 76.16 41.28 69.16 41.28 ML +closepath C2 fill + newpath +69.16 35.28 69.16 29.28 76.16 29.28 76.16 35.28 69.16 35.28 ML +closepath C2 fill + newpath +69.16 29.28 69.16 23.28 76.16 23.28 76.16 29.28 69.16 29.28 ML +closepath C2 fill + newpath +69.16 23.28 69.16 17.28 76.16 17.28 76.16 23.28 69.16 23.28 ML +closepath C99 fill + newpath +69.16 17.28 69.16 11.28 76.16 11.28 76.16 17.28 69.16 17.28 ML +closepath C99 fill + newpath +69.16 11.28 69.16 5.28 76.16 5.28 76.16 11.28 69.16 11.28 ML +closepath C99 fill + newpath +69.16 5.28 69.16 -0.72 76.16 -0.72 76.16 5.28 69.16 5.28 ML +closepath C99 fill + newpath +62.16 71.28 62.16 65.28 69.16 65.28 69.16 71.28 62.16 71.28 ML +closepath C99 fill + newpath +62.16 65.28 62.16 59.28 69.16 59.28 69.16 65.28 62.16 65.28 ML +closepath C99 fill + newpath +62.16 59.28 62.16 53.28 69.16 53.28 69.16 59.28 62.16 59.28 ML +closepath C99 fill + newpath +62.16 53.28 62.16 47.28 69.16 47.28 69.16 53.28 62.16 53.28 ML +closepath C99 fill + newpath +62.16 47.28 62.16 41.28 69.16 41.28 69.16 47.28 62.16 47.28 ML +closepath C99 fill + newpath +62.16 41.28 62.16 35.28 69.16 35.28 69.16 41.28 62.16 41.28 ML +closepath C99 fill + newpath +62.16 35.28 62.16 29.28 69.16 29.28 69.16 35.28 62.16 35.28 ML +closepath C99 fill + newpath +62.16 29.28 62.16 23.28 69.16 23.28 69.16 29.28 62.16 29.28 ML +closepath C99 fill + newpath +62.16 23.28 62.16 17.28 69.16 17.28 69.16 23.28 62.16 23.28 ML +closepath C99 fill + newpath +62.16 17.28 62.16 11.28 69.16 11.28 69.16 17.28 62.16 17.28 ML +closepath C99 fill + newpath +62.16 11.28 62.16 5.28 69.16 5.28 69.16 11.28 62.16 11.28 ML +closepath C99 fill + newpath +62.16 5.28 62.16 -0.72 69.16 -0.72 69.16 5.28 62.16 5.28 ML +closepath C99 fill + newpath +55.16 71.28 55.16 65.28 62.16 65.28 62.16 71.28 55.16 71.28 ML +closepath C99 fill + newpath +55.16 65.28 55.16 59.28 62.16 59.28 62.16 65.28 55.16 65.28 ML +closepath C99 fill + newpath +55.16 59.28 55.16 53.28 62.16 53.28 62.16 59.28 55.16 59.28 ML +closepath C99 fill + newpath +55.16 53.28 55.16 47.28 62.16 47.28 62.16 53.28 55.16 53.28 ML +closepath C99 fill + newpath +55.16 47.28 55.16 41.28 62.16 41.28 62.16 47.28 55.16 47.28 ML +closepath C99 fill + newpath +55.16 41.28 55.16 35.28 62.16 35.28 62.16 41.28 55.16 41.28 ML +closepath C99 fill + newpath +55.16 35.28 55.16 29.28 62.16 29.28 62.16 35.28 55.16 35.28 ML +closepath C99 fill + newpath +55.16 29.28 55.16 23.28 62.16 23.28 62.16 29.28 55.16 29.28 ML +closepath C99 fill + newpath +55.16 23.28 55.16 17.28 62.16 17.28 62.16 23.28 55.16 23.28 ML +closepath C99 fill + newpath +55.16 17.28 55.16 11.28 62.16 11.28 62.16 17.28 55.16 17.28 ML +closepath C99 fill + newpath +55.16 11.28 55.16 5.28 62.16 5.28 62.16 11.28 55.16 11.28 ML +closepath C99 fill + newpath +55.16 5.28 55.16 -0.72 62.16 -0.72 62.16 5.28 55.16 5.28 ML +closepath C99 fill + newpath +48.16 71.28 48.16 65.28 55.16 65.28 55.16 71.28 48.16 71.28 ML +closepath C2 fill + newpath +48.16 65.28 48.16 59.28 55.16 59.28 55.16 65.28 48.16 65.28 ML +closepath C2 fill + newpath +48.16 59.28 48.16 53.28 55.16 53.28 55.16 59.28 48.16 59.28 ML +closepath C2 fill + newpath +48.16 53.28 48.16 47.28 55.16 47.28 55.16 53.28 48.16 53.28 ML +closepath C2 fill + newpath +48.16 47.28 48.16 41.28 55.16 41.28 55.16 47.28 48.16 47.28 ML +closepath C2 fill + newpath +48.16 41.28 48.16 35.28 55.16 35.28 55.16 41.28 48.16 41.28 ML +closepath C2 fill + newpath +48.16 35.28 48.16 29.28 55.16 29.28 55.16 35.28 48.16 35.28 ML +closepath C2 fill + newpath +48.16 29.28 48.16 23.28 55.16 23.28 55.16 29.28 48.16 29.28 ML +closepath C2 fill + newpath +48.16 23.28 48.16 17.28 55.16 17.28 55.16 23.28 48.16 23.28 ML +closepath C99 fill + newpath +48.16 17.28 48.16 11.28 55.16 11.28 55.16 17.28 48.16 17.28 ML +closepath C99 fill + newpath +48.16 11.28 48.16 5.28 55.16 5.28 55.16 11.28 48.16 11.28 ML +closepath C99 fill + newpath +48.16 5.28 48.16 -0.72 55.16 -0.72 55.16 5.28 48.16 5.28 ML +closepath C99 fill + newpath +41.16 71.28 41.16 65.28 48.16 65.28 48.16 71.28 41.16 71.28 ML +closepath C99 fill + newpath +41.16 65.28 41.16 59.28 48.16 59.28 48.16 65.28 41.16 65.28 ML +closepath C99 fill + newpath +41.16 59.28 41.16 53.28 48.16 53.28 48.16 59.28 41.16 59.28 ML +closepath C99 fill + newpath +41.16 53.28 41.16 47.28 48.16 47.28 48.16 53.28 41.16 53.28 ML +closepath C99 fill + newpath +41.16 47.28 41.16 41.28 48.16 41.28 48.16 47.28 41.16 47.28 ML +closepath C99 fill + newpath +41.16 41.28 41.16 35.28 48.16 35.28 48.16 41.28 41.16 41.28 ML +closepath C99 fill + newpath +41.16 35.28 41.16 29.28 48.16 29.28 48.16 35.28 41.16 35.28 ML +closepath C99 fill + newpath +41.16 29.28 41.16 23.28 48.16 23.28 48.16 29.28 41.16 29.28 ML +closepath C99 fill + newpath +41.16 23.28 41.16 17.28 48.16 17.28 48.16 23.28 41.16 23.28 ML +closepath C99 fill + newpath +41.16 17.28 41.16 11.28 48.16 11.28 48.16 17.28 41.16 17.28 ML +closepath C99 fill + newpath +41.16 11.28 41.16 5.28 48.16 5.28 48.16 11.28 41.16 11.28 ML +closepath C99 fill + newpath +41.16 5.28 41.16 -0.72 48.16 -0.72 48.16 5.28 41.16 5.28 ML +closepath C99 fill + newpath +34.16 71.28 34.16 65.28 41.16 65.28 41.16 71.28 34.16 71.28 ML +closepath C99 fill + newpath +34.16 65.28 34.16 59.28 41.16 59.28 41.16 65.28 34.16 65.28 ML +closepath C99 fill + newpath +34.16 59.28 34.16 53.28 41.16 53.28 41.16 59.28 34.16 59.28 ML +closepath C99 fill + newpath +34.16 53.28 34.16 47.28 41.16 47.28 41.16 53.28 34.16 53.28 ML +closepath C99 fill + newpath +34.16 47.28 34.16 41.28 41.16 41.28 41.16 47.28 34.16 47.28 ML +closepath C99 fill + newpath +34.16 41.28 34.16 35.28 41.16 35.28 41.16 41.28 34.16 41.28 ML +closepath C99 fill + newpath +34.16 35.28 34.16 29.28 41.16 29.28 41.16 35.28 34.16 35.28 ML +closepath C99 fill + newpath +34.16 29.28 34.16 23.28 41.16 23.28 41.16 29.28 34.16 29.28 ML +closepath C99 fill + newpath +34.16 23.28 34.16 17.28 41.16 17.28 41.16 23.28 34.16 23.28 ML +closepath C99 fill + newpath +34.16 17.28 34.16 11.28 41.16 11.28 41.16 17.28 34.16 17.28 ML +closepath C99 fill + newpath +34.16 11.28 34.16 5.28 41.16 5.28 41.16 11.28 34.16 11.28 ML +closepath C99 fill + newpath +34.16 5.28 34.16 -0.72 41.16 -0.72 41.16 5.28 34.16 5.28 ML +closepath C99 fill + newpath +27.16 71.28 27.16 65.28 34.16 65.28 34.16 71.28 27.16 71.28 ML +closepath C99 fill + newpath +27.16 65.28 27.16 59.28 34.16 59.28 34.16 65.28 27.16 65.28 ML +closepath C99 fill + newpath +27.16 59.28 27.16 53.28 34.16 53.28 34.16 59.28 27.16 59.28 ML +closepath C99 fill + newpath +27.16 53.28 27.16 47.28 34.16 47.28 34.16 53.28 27.16 53.28 ML +closepath C99 fill + newpath +27.16 47.28 27.16 41.28 34.16 41.28 34.16 47.28 27.16 47.28 ML +closepath C99 fill + newpath +27.16 41.28 27.16 35.28 34.16 35.28 34.16 41.28 27.16 41.28 ML +closepath C99 fill + newpath +27.16 35.28 27.16 29.28 34.16 29.28 34.16 35.28 27.16 35.28 ML +closepath C99 fill + newpath +27.16 29.28 27.16 23.28 34.16 23.28 34.16 29.28 27.16 29.28 ML +closepath C99 fill + newpath +27.16 23.28 27.16 17.28 34.16 17.28 34.16 23.28 27.16 23.28 ML +closepath C99 fill + newpath +27.16 17.28 27.16 11.28 34.16 11.28 34.16 17.28 27.16 17.28 ML +closepath C99 fill + newpath +27.16 11.28 27.16 5.28 34.16 5.28 34.16 11.28 27.16 11.28 ML +closepath C99 fill + newpath +27.16 5.28 27.16 -0.72 34.16 -0.72 34.16 5.28 27.16 5.28 ML +closepath C99 fill + newpath +20.16 71.28 20.16 65.28 27.16 65.28 27.16 71.28 20.16 71.28 ML +closepath C2 fill + newpath +20.16 65.28 20.16 59.28 27.16 59.28 27.16 65.28 20.16 65.28 ML +closepath C2 fill + newpath +20.16 59.28 20.16 53.28 27.16 53.28 27.16 59.28 20.16 59.28 ML +closepath C2 fill + newpath +20.16 53.28 20.16 47.28 27.16 47.28 27.16 53.28 20.16 53.28 ML +closepath C2 fill + newpath +20.16 47.28 20.16 41.28 27.16 41.28 27.16 47.28 20.16 47.28 ML +closepath C2 fill + newpath +20.16 41.28 20.16 35.28 27.16 35.28 27.16 41.28 20.16 41.28 ML +closepath C2 fill + newpath +20.16 35.28 20.16 29.28 27.16 29.28 27.16 35.28 20.16 35.28 ML +closepath C2 fill + newpath +20.16 29.28 20.16 23.28 27.16 23.28 27.16 29.28 20.16 29.28 ML +closepath C2 fill + newpath +20.16 23.28 20.16 17.28 27.16 17.28 27.16 23.28 20.16 23.28 ML +closepath C99 fill + newpath +20.16 17.28 20.16 11.28 27.16 11.28 27.16 17.28 20.16 17.28 ML +closepath C99 fill + newpath +20.16 11.28 20.16 5.28 27.16 5.28 27.16 11.28 20.16 11.28 ML +closepath C99 fill + newpath +20.16 5.28 20.16 -0.72 27.16 -0.72 27.16 5.28 20.16 5.28 ML +closepath C99 fill + newpath +13.16 71.28 13.16 65.28 20.16 65.28 20.16 71.28 13.16 71.28 ML +closepath C99 fill + newpath +13.16 65.28 13.16 59.28 20.16 59.28 20.16 65.28 13.16 65.28 ML +closepath C99 fill + newpath +13.16 59.28 13.16 53.28 20.16 53.28 20.16 59.28 13.16 59.28 ML +closepath C99 fill + newpath +13.16 53.28 13.16 47.28 20.16 47.28 20.16 53.28 13.16 53.28 ML +closepath C99 fill + newpath +13.16 47.28 13.16 41.28 20.16 41.28 20.16 47.28 13.16 47.28 ML +closepath C99 fill + newpath +13.16 41.28 13.16 35.28 20.16 35.28 20.16 41.28 13.16 41.28 ML +closepath C99 fill + newpath +13.16 35.28 13.16 29.28 20.16 29.28 20.16 35.28 13.16 35.28 ML +closepath C99 fill + newpath +13.16 29.28 13.16 23.28 20.16 23.28 20.16 29.28 13.16 29.28 ML +closepath C99 fill + newpath +13.16 23.28 13.16 17.28 20.16 17.28 20.16 23.28 13.16 23.28 ML +closepath C99 fill + newpath +13.16 17.28 13.16 11.28 20.16 11.28 20.16 17.28 13.16 17.28 ML +closepath C99 fill + newpath +13.16 11.28 13.16 5.28 20.16 5.28 20.16 11.28 13.16 11.28 ML +closepath C99 fill + newpath +13.16 5.28 13.16 -0.72 20.16 -0.72 20.16 5.28 13.16 5.28 ML +closepath C99 fill + newpath +6.16 71.28 6.16 65.28 13.16 65.28 13.16 71.28 6.16 71.28 ML +closepath C99 fill + newpath +6.16 65.28 6.16 59.28 13.16 59.28 13.16 65.28 6.16 65.28 ML +closepath C99 fill + newpath +6.16 59.28 6.16 53.28 13.16 53.28 13.16 59.28 6.16 59.28 ML +closepath C99 fill + newpath +6.16 53.28 6.16 47.28 13.16 47.28 13.16 53.28 6.16 53.28 ML +closepath C99 fill + newpath +6.16 47.28 6.16 41.28 13.16 41.28 13.16 47.28 6.16 47.28 ML +closepath C99 fill + newpath +6.16 41.28 6.16 35.28 13.16 35.28 13.16 41.28 6.16 41.28 ML +closepath C99 fill + newpath +6.16 35.28 6.16 29.28 13.16 29.28 13.16 35.28 6.16 35.28 ML +closepath C99 fill + newpath +6.16 29.28 6.16 23.28 13.16 23.28 13.16 29.28 6.16 29.28 ML +closepath C99 fill + newpath +6.16 23.28 6.16 17.28 13.16 17.28 13.16 23.28 6.16 23.28 ML +closepath C99 fill + newpath +6.16 17.28 6.16 11.28 13.16 11.28 13.16 17.28 6.16 17.28 ML +closepath C99 fill + newpath +6.16 11.28 6.16 5.28 13.16 5.28 13.16 11.28 6.16 11.28 ML +closepath C99 fill + newpath +6.16 5.28 6.16 -0.72 13.16 -0.72 13.16 5.28 6.16 5.28 ML +closepath C99 fill + newpath +-0.84 71.28 -0.84 65.28 6.16 65.28 6.16 71.28 -0.84 71.28 ML +closepath C99 fill + newpath +-0.84 65.28 -0.84 59.28 6.16 59.28 6.16 65.28 -0.84 65.28 ML +closepath C99 fill + newpath +-0.84 59.28 -0.84 53.28 6.16 53.28 6.16 59.28 -0.84 59.28 ML +closepath C99 fill + newpath +-0.84 53.28 -0.84 47.28 6.16 47.28 6.16 53.28 -0.84 53.28 ML +closepath C99 fill + newpath +-0.84 47.28 -0.84 41.28 6.16 41.28 6.16 47.28 -0.84 47.28 ML +closepath C99 fill + newpath +-0.84 41.28 -0.84 35.28 6.16 35.28 6.16 41.28 -0.84 41.28 ML +closepath C99 fill + newpath +-0.84 35.28 -0.84 29.28 6.16 29.28 6.16 35.28 -0.84 35.28 ML +closepath C99 fill + newpath +-0.84 29.28 -0.84 23.28 6.16 23.28 6.16 29.28 -0.84 29.28 ML +closepath C99 fill + newpath +-0.84 23.28 -0.84 17.28 6.16 17.28 6.16 23.28 -0.84 23.28 ML +closepath C99 fill + newpath +-0.84 17.28 -0.84 11.28 6.16 11.28 6.16 17.28 -0.84 17.28 ML +closepath C99 fill + newpath +-0.84 11.28 -0.84 5.28 6.16 5.28 6.16 11.28 -0.84 11.28 ML +closepath C99 fill + newpath +-0.84 5.28 -0.84 -0.72 6.16 -0.72 6.16 5.28 -0.84 5.28 ML +closepath C99 fill +C100 + 384.16 71.28 384.16 65.28 L + C100 + 377.16 71.28 384.16 71.28 L + C100 + 384.16 65.28 384.16 59.28 L + C100 + 384.16 59.28 384.16 53.28 L + C100 + 384.16 53.28 384.16 47.28 L + C100 + 384.16 47.28 384.16 41.28 L + C100 + 384.16 41.28 384.16 35.28 L + C100 + 384.16 35.28 384.16 29.28 L + C100 + 384.16 29.28 384.16 23.28 L + C100 + 377.16 23.28 384.16 23.28 L + C100 + 370.16 71.28 370.16 65.28 L + C100 + 370.16 71.28 377.16 71.28 L + C100 + 370.16 65.28 370.16 59.28 L + C100 + 370.16 59.28 370.16 53.28 L + C100 + 370.16 53.28 370.16 47.28 L + C100 + 370.16 47.28 370.16 41.28 L + C100 + 370.16 41.28 370.16 35.28 L + C100 + 370.16 35.28 370.16 29.28 L + C100 + 370.16 29.28 370.16 23.28 L + C100 + 370.16 23.28 377.16 23.28 L + C100 + 363.16 71.28 363.16 65.28 L + C100 + 356.16 71.28 363.16 71.28 L + C100 + 363.16 65.28 363.16 59.28 L + C100 + 363.16 59.28 363.16 53.28 L + C100 + 363.16 53.28 363.16 47.28 L + C100 + 363.16 47.28 363.16 41.28 L + C100 + 363.16 41.28 363.16 35.28 L + C100 + 363.16 35.28 363.16 29.28 L + C100 + 363.16 29.28 363.16 23.28 L + C100 + 356.16 23.28 363.16 23.28 L + C100 + 349.16 71.28 356.16 71.28 L + C100 + 349.16 23.28 356.16 23.28 L + C100 + 342.16 71.28 342.16 65.28 L + C100 + 342.16 71.28 349.16 71.28 L + C100 + 342.16 65.28 342.16 59.28 L + C100 + 342.16 59.28 342.16 53.28 L + C100 + 342.16 53.28 342.16 47.28 L + C100 + 342.16 47.28 342.16 41.28 L + C100 + 342.16 41.28 342.16 35.28 L + C100 + 342.16 35.28 342.16 29.28 L + C100 + 342.16 29.28 342.16 23.28 L + C100 + 342.16 23.28 349.16 23.28 L + C100 + 328.16 71.28 328.16 65.28 L + C100 + 335.16 71.28 335.16 65.28 L + C100 + 328.16 71.28 335.16 71.28 L + C100 + 328.16 65.28 328.16 59.28 L + C100 + 335.16 65.28 335.16 59.28 L + C100 + 328.16 59.28 328.16 53.28 L + C100 + 335.16 59.28 335.16 53.28 L + C100 + 328.16 53.28 328.16 47.28 L + C100 + 335.16 53.28 335.16 47.28 L + C100 + 328.16 47.28 328.16 41.28 L + C100 + 335.16 47.28 335.16 41.28 L + C100 + 328.16 41.28 328.16 35.28 L + C100 + 335.16 41.28 335.16 35.28 L + C100 + 328.16 35.28 328.16 29.28 L + C100 + 335.16 35.28 335.16 29.28 L + C100 + 328.16 29.28 328.16 23.28 L + C100 + 335.16 29.28 335.16 23.28 L + C100 + 328.16 23.28 335.16 23.28 L + C100 + 314.16 71.28 314.16 65.28 L + C100 + 321.16 71.28 321.16 65.28 L + C100 + 314.16 71.28 321.16 71.28 L + C100 + 314.16 65.28 314.16 59.28 L + C100 + 321.16 65.28 321.16 59.28 L + C100 + 314.16 59.28 314.16 53.28 L + C100 + 321.16 59.28 321.16 53.28 L + C100 + 314.16 53.28 314.16 47.28 L + C100 + 321.16 53.28 321.16 47.28 L + C100 + 314.16 47.28 314.16 41.28 L + C100 + 321.16 47.28 321.16 41.28 L + C100 + 314.16 41.28 314.16 35.28 L + C100 + 321.16 41.28 321.16 35.28 L + C100 + 314.16 35.28 314.16 29.28 L + C100 + 321.16 35.28 321.16 29.28 L + C100 + 314.16 29.28 314.16 23.28 L + C100 + 321.16 29.28 321.16 23.28 L + C100 + 314.16 23.28 321.16 23.28 L + C100 + 167.16 71.28 167.16 65.28 L + C100 + 160.16 71.28 167.16 71.28 L + C100 + 167.16 65.28 167.16 59.28 L + C100 + 167.16 59.28 167.16 53.28 L + C100 + 167.16 53.28 167.16 47.28 L + C100 + 167.16 47.28 167.16 41.28 L + C100 + 167.16 41.28 167.16 35.28 L + C100 + 167.16 35.28 167.16 29.28 L + C100 + 167.16 29.28 167.16 23.28 L + C100 + 160.16 23.28 167.16 23.28 L + C100 + 153.16 71.28 160.16 71.28 L + C100 + 153.16 23.28 160.16 23.28 L + C100 + 146.16 71.28 146.16 65.28 L + C100 + 146.16 71.28 153.16 71.28 L + C100 + 146.16 65.28 146.16 59.28 L + C100 + 146.16 59.28 146.16 53.28 L + C100 + 146.16 53.28 146.16 47.28 L + C100 + 146.16 47.28 146.16 41.28 L + C100 + 146.16 41.28 146.16 35.28 L + C100 + 146.16 35.28 146.16 29.28 L + C100 + 146.16 29.28 146.16 23.28 L + C100 + 146.16 23.28 153.16 23.28 L + C100 + 125.16 71.28 125.16 65.28 L + C100 + 132.16 71.28 132.16 65.28 L + C100 + 125.16 71.28 132.16 71.28 L + C100 + 125.16 65.28 125.16 59.28 L + C100 + 132.16 65.28 132.16 59.28 L + C100 + 125.16 59.28 125.16 53.28 L + C100 + 132.16 59.28 132.16 53.28 L + C100 + 125.16 53.28 125.16 47.28 L + C100 + 132.16 53.28 132.16 47.28 L + C100 + 125.16 47.28 125.16 41.28 L + C100 + 132.16 47.28 132.16 41.28 L + C100 + 125.16 41.28 125.16 35.28 L + C100 + 132.16 41.28 132.16 35.28 L + C100 + 125.16 35.28 125.16 29.28 L + C100 + 132.16 35.28 132.16 29.28 L + C100 + 125.16 29.28 125.16 23.28 L + C100 + 132.16 29.28 132.16 23.28 L + C100 + 125.16 23.28 132.16 23.28 L + C100 + 111.16 71.28 111.16 65.28 L + C100 + 104.16 71.28 111.16 71.28 L + C100 + 111.16 65.28 111.16 59.28 L + C100 + 111.16 59.28 111.16 53.28 L + C100 + 111.16 53.28 111.16 47.28 L + C100 + 111.16 47.28 111.16 41.28 L + C100 + 111.16 41.28 111.16 35.28 L + C100 + 111.16 35.28 111.16 29.28 L + C100 + 111.16 29.28 111.16 23.28 L + C100 + 104.16 23.28 111.16 23.28 L + C100 + 97.16 71.28 97.16 65.28 L + C100 + 97.16 71.28 104.16 71.28 L + C100 + 97.16 65.28 97.16 59.28 L + C100 + 97.16 59.28 97.16 53.28 L + C100 + 97.16 53.28 97.16 47.28 L + C100 + 97.16 47.28 97.16 41.28 L + C100 + 97.16 41.28 97.16 35.28 L + C100 + 97.16 35.28 97.16 29.28 L + C100 + 97.16 29.28 97.16 23.28 L + C100 + 97.16 23.28 104.16 23.28 L + C100 + 83.16 71.28 83.16 65.28 L + C100 + 76.16 71.28 83.16 71.28 L + C100 + 83.16 65.28 83.16 59.28 L + C100 + 83.16 59.28 83.16 53.28 L + C100 + 83.16 53.28 83.16 47.28 L + C100 + 83.16 47.28 83.16 41.28 L + C100 + 83.16 41.28 83.16 35.28 L + C100 + 83.16 35.28 83.16 29.28 L + C100 + 83.16 29.28 83.16 23.28 L + C100 + 76.16 23.28 83.16 23.28 L + C100 + 69.16 71.28 69.16 65.28 L + C100 + 69.16 71.28 76.16 71.28 L + C100 + 69.16 65.28 69.16 59.28 L + C100 + 69.16 59.28 69.16 53.28 L + C100 + 69.16 53.28 69.16 47.28 L + C100 + 69.16 47.28 69.16 41.28 L + C100 + 69.16 41.28 69.16 35.28 L + C100 + 69.16 35.28 69.16 29.28 L + C100 + 69.16 29.28 69.16 23.28 L + C100 + 69.16 23.28 76.16 23.28 L + C100 + 48.16 71.28 48.16 65.28 L + C100 + 55.16 71.28 55.16 65.28 L + C100 + 48.16 71.28 55.16 71.28 L + C100 + 48.16 65.28 48.16 59.28 L + C100 + 55.16 65.28 55.16 59.28 L + C100 + 48.16 59.28 48.16 53.28 L + C100 + 55.16 59.28 55.16 53.28 L + C100 + 48.16 53.28 48.16 47.28 L + C100 + 55.16 53.28 55.16 47.28 L + C100 + 48.16 47.28 48.16 41.28 L + C100 + 55.16 47.28 55.16 41.28 L + C100 + 48.16 41.28 48.16 35.28 L + C100 + 55.16 41.28 55.16 35.28 L + C100 + 48.16 35.28 48.16 29.28 L + C100 + 55.16 35.28 55.16 29.28 L + C100 + 48.16 29.28 48.16 23.28 L + C100 + 55.16 29.28 55.16 23.28 L + C100 + 48.16 23.28 55.16 23.28 L + C100 + 20.16 71.28 20.16 65.28 L + C100 + 27.16 71.28 27.16 65.28 L + C100 + 20.16 71.28 27.16 71.28 L + C100 + 20.16 65.28 20.16 59.28 L + C100 + 27.16 65.28 27.16 59.28 L + C100 + 20.16 59.28 20.16 53.28 L + C100 + 27.16 59.28 27.16 53.28 L + C100 + 20.16 53.28 20.16 47.28 L + C100 + 27.16 53.28 27.16 47.28 L + C100 + 20.16 47.28 20.16 41.28 L + C100 + 27.16 47.28 27.16 41.28 L + C100 + 20.16 41.28 20.16 35.28 L + C100 + 27.16 41.28 27.16 35.28 L + C100 + 20.16 35.28 20.16 29.28 L + C100 + 27.16 35.28 27.16 29.28 L + C100 + 20.16 29.28 20.16 23.28 L + C100 + 27.16 29.28 27.16 23.28 L + C100 + 20.16 23.28 27.16 23.28 L + C100 + 315.00 0.00 moveto +322.00 0.00 lineto +318.50 5.40 lineto +315.00 0.00 lineto +stroke +315.00 0.00 moveto +322.00 0.00 lineto +318.50 5.40 lineto +315.00 0.00 lineto +closepath + C100 + fill +F5 + 63 6 moveto (a6) show +F0 + F5 + 217 6 moveto (a7) show +F0 + F5 + 308 6 moveto (b5) show +F0 + F5 + 392 6 moveto (a8) show +F0 + F5 + 413 6 moveto (b6) show +F0 + C11 + 0.00 12.00 7.00 12.00 7.00 17.40 0.00 17.40 0.00 12.00 ML +stroke +0.00 12.00 7.00 12.00 7.00 17.40 0.00 17.40 0.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 7.00 12.00 14.00 12.00 14.00 17.40 7.00 17.40 7.00 12.00 ML +stroke +7.00 12.00 14.00 12.00 14.00 17.40 7.00 17.40 7.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 14.00 12.00 21.00 12.00 21.00 17.40 14.00 17.40 14.00 12.00 ML +stroke +14.00 12.00 21.00 12.00 21.00 17.40 14.00 17.40 14.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 21.00 12.00 28.00 12.00 28.00 17.40 21.00 17.40 21.00 12.00 ML +stroke +21.00 12.00 28.00 12.00 28.00 17.40 21.00 17.40 21.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 28.00 12.00 35.00 12.00 35.00 17.40 28.00 17.40 28.00 12.00 ML +stroke +28.00 12.00 35.00 12.00 35.00 17.40 28.00 17.40 28.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 35.00 12.00 42.00 12.00 42.00 17.40 35.00 17.40 35.00 12.00 ML +stroke +35.00 12.00 42.00 12.00 42.00 17.40 35.00 17.40 35.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 42.00 12.00 49.00 12.00 49.00 17.40 42.00 17.40 42.00 12.00 ML +stroke +42.00 12.00 49.00 12.00 49.00 17.40 42.00 17.40 42.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 49.00 12.00 56.00 12.00 56.00 17.40 49.00 17.40 49.00 12.00 ML +stroke +49.00 12.00 56.00 12.00 56.00 17.40 49.00 17.40 49.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 56.00 12.00 63.00 12.00 63.00 17.40 56.00 17.40 56.00 12.00 ML +stroke +56.00 12.00 63.00 12.00 63.00 17.40 56.00 17.40 56.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 63.00 12.00 70.00 12.00 70.00 17.40 63.00 17.40 63.00 12.00 ML +stroke +63.00 12.00 70.00 12.00 70.00 17.40 63.00 17.40 63.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 70.00 12.00 77.00 12.00 77.00 17.40 70.00 17.40 70.00 12.00 ML +stroke +70.00 12.00 77.00 12.00 77.00 17.40 70.00 17.40 70.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 77.00 12.00 84.00 12.00 84.00 17.40 77.00 17.40 77.00 12.00 ML +stroke +77.00 12.00 84.00 12.00 84.00 17.40 77.00 17.40 77.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 84.00 12.00 91.00 12.00 91.00 17.40 84.00 17.40 84.00 12.00 ML +stroke +84.00 12.00 91.00 12.00 91.00 17.40 84.00 17.40 84.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 91.00 12.00 98.00 12.00 98.00 17.40 91.00 17.40 91.00 12.00 ML +stroke +91.00 12.00 98.00 12.00 98.00 17.40 91.00 17.40 91.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 98.00 12.00 105.00 12.00 105.00 17.40 98.00 17.40 98.00 12.00 ML +stroke +98.00 12.00 105.00 12.00 105.00 17.40 98.00 17.40 98.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 105.00 12.00 112.00 12.00 112.00 17.40 105.00 17.40 105.00 12.00 ML +stroke +105.00 12.00 112.00 12.00 112.00 17.40 105.00 17.40 105.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 112.00 12.00 119.00 12.00 119.00 17.40 112.00 17.40 112.00 12.00 ML +stroke +112.00 12.00 119.00 12.00 119.00 17.40 112.00 17.40 112.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 119.00 12.00 126.00 12.00 126.00 17.40 119.00 17.40 119.00 12.00 ML +stroke +119.00 12.00 126.00 12.00 126.00 17.40 119.00 17.40 119.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 126.00 12.00 133.00 12.00 133.00 17.40 126.00 17.40 126.00 12.00 ML +stroke +126.00 12.00 133.00 12.00 133.00 17.40 126.00 17.40 126.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 133.00 12.00 140.00 12.00 140.00 17.40 133.00 17.40 133.00 12.00 ML +stroke +133.00 12.00 140.00 12.00 140.00 17.40 133.00 17.40 133.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 140.00 12.00 147.00 12.00 147.00 17.40 140.00 17.40 140.00 12.00 ML +stroke +140.00 12.00 147.00 12.00 147.00 17.40 140.00 17.40 140.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 150.50 12.00 moveto +150.50 17.40 lineto +147.00 17.40 lineto +147.00 12.00 lineto +150.50 12.00 lineto +stroke +150.50 12.00 moveto +150.50 17.40 lineto +147.00 17.40 lineto +147.00 12.00 lineto +150.50 12.00 lineto +closepath + C11 + fill +newpath +150.50 12.00 moveto +148.40 12.00 148.40 17.40 150.50 17.40 curveto +152.60 17.40 152.60 12.00 150.50 12.00 curveto +stroke +newpath +150.50 12.00 moveto +148.40 12.00 148.40 17.40 150.50 17.40 curveto +152.60 17.40 152.60 12.00 150.50 12.00 curveto +closepath + C11 + fill +150.50 14.43 moveto +150.50 14.97 lineto +154.00 14.97 lineto +154.00 14.43 lineto +150.50 14.43 lineto +stroke +150.50 14.43 moveto +150.50 14.97 lineto +154.00 14.97 lineto +154.00 14.43 lineto +150.50 14.43 lineto +closepath + C11 + fill +C100 + C11 + 213.50 12.00 moveto +213.50 17.40 lineto +217.00 17.40 lineto +217.00 12.00 lineto +213.50 12.00 lineto +stroke +213.50 12.00 moveto +213.50 17.40 lineto +217.00 17.40 lineto +217.00 12.00 lineto +213.50 12.00 lineto +closepath + C11 + fill +newpath +213.50 12.00 moveto +211.40 12.00 211.40 17.40 213.50 17.40 curveto +215.60 17.40 215.60 12.00 213.50 12.00 curveto +closepath + C99 + fill +213.50 14.43 moveto +213.50 14.97 lineto +210.00 14.97 lineto +210.00 14.43 lineto +213.50 14.43 lineto +stroke +213.50 14.43 moveto +213.50 14.97 lineto +210.00 14.97 lineto +210.00 14.43 lineto +213.50 14.43 lineto +closepath + C11 + fill +newpath +213.50 12.00 moveto +211.40 12.00 211.40 17.40 213.50 17.40 curveto +215.60 17.40 215.60 12.00 213.50 12.00 curveto +stroke +C100 + C11 + 217.00 12.00 224.00 12.00 224.00 17.40 217.00 17.40 217.00 12.00 ML +stroke +217.00 12.00 224.00 12.00 224.00 17.40 217.00 17.40 217.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 227.50 12.00 moveto +227.50 17.40 lineto +224.00 17.40 lineto +224.00 12.00 lineto +227.50 12.00 lineto +stroke +227.50 12.00 moveto +227.50 17.40 lineto +224.00 17.40 lineto +224.00 12.00 lineto +227.50 12.00 lineto +closepath + C11 + fill +newpath +227.50 12.00 moveto +225.40 12.00 225.40 17.40 227.50 17.40 curveto +229.60 17.40 229.60 12.00 227.50 12.00 curveto +stroke +newpath +227.50 12.00 moveto +225.40 12.00 225.40 17.40 227.50 17.40 curveto +229.60 17.40 229.60 12.00 227.50 12.00 curveto +closepath + C11 + fill +227.50 14.43 moveto +227.50 14.97 lineto +231.00 14.97 lineto +231.00 14.43 lineto +227.50 14.43 lineto +stroke +227.50 14.43 moveto +227.50 14.97 lineto +231.00 14.97 lineto +231.00 14.43 lineto +227.50 14.43 lineto +closepath + C11 + fill +C100 + C10 + 287.00 13.35 294.00 13.35 294.00 16.05 287.00 16.05 287.00 13.35 ML +stroke +287.00 13.35 294.00 13.35 294.00 16.05 287.00 16.05 287.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 294.00 13.35 301.00 13.35 301.00 16.05 294.00 16.05 294.00 13.35 ML +stroke +294.00 13.35 301.00 13.35 301.00 16.05 294.00 16.05 294.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 301.00 13.35 308.00 13.35 308.00 16.05 301.00 16.05 301.00 13.35 ML +stroke +301.00 13.35 308.00 13.35 308.00 16.05 301.00 16.05 301.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 308.00 13.35 315.00 13.35 315.00 16.05 308.00 16.05 308.00 13.35 ML +stroke +308.00 13.35 315.00 13.35 315.00 16.05 308.00 16.05 308.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 315.00 13.35 322.00 13.35 322.00 16.05 315.00 16.05 315.00 13.35 ML +stroke +315.00 13.35 322.00 13.35 322.00 16.05 315.00 16.05 315.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 322.00 13.35 329.00 13.35 329.00 16.05 322.00 16.05 322.00 13.35 ML +stroke +322.00 13.35 329.00 13.35 329.00 16.05 322.00 16.05 322.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 329.00 12.00 moveto +333.90 14.70 lineto +329.00 17.40 lineto +329.00 12.00 lineto +stroke +329.00 12.00 moveto +333.90 14.70 lineto +329.00 17.40 lineto +329.00 12.00 lineto +closepath + C10 + fill +C100 + C11 + 388.50 12.00 moveto +388.50 17.40 lineto +392.00 17.40 lineto +392.00 12.00 lineto +388.50 12.00 lineto +stroke +388.50 12.00 moveto +388.50 17.40 lineto +392.00 17.40 lineto +392.00 12.00 lineto +388.50 12.00 lineto +closepath + C11 + fill +newpath +388.50 12.00 moveto +386.40 12.00 386.40 17.40 388.50 17.40 curveto +390.60 17.40 390.60 12.00 388.50 12.00 curveto +closepath + C99 + fill +388.50 14.43 moveto +388.50 14.97 lineto +385.00 14.97 lineto +385.00 14.43 lineto +388.50 14.43 lineto +stroke +388.50 14.43 moveto +388.50 14.97 lineto +385.00 14.97 lineto +385.00 14.43 lineto +388.50 14.43 lineto +closepath + C11 + fill +newpath +388.50 12.00 moveto +386.40 12.00 386.40 17.40 388.50 17.40 curveto +390.60 17.40 390.60 12.00 388.50 12.00 curveto +stroke +C100 + C11 + 392.00 12.00 399.00 12.00 399.00 17.40 392.00 17.40 392.00 12.00 ML +stroke +392.00 12.00 399.00 12.00 399.00 17.40 392.00 17.40 392.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 402.50 12.00 moveto +402.50 17.40 lineto +399.00 17.40 lineto +399.00 12.00 lineto +402.50 12.00 lineto +stroke +402.50 12.00 moveto +402.50 17.40 lineto +399.00 17.40 lineto +399.00 12.00 lineto +402.50 12.00 lineto +closepath + C11 + fill +newpath +402.50 12.00 moveto +400.40 12.00 400.40 17.40 402.50 17.40 curveto +404.60 17.40 404.60 12.00 402.50 12.00 curveto +stroke +newpath +402.50 12.00 moveto +400.40 12.00 400.40 17.40 402.50 17.40 curveto +404.60 17.40 404.60 12.00 402.50 12.00 curveto +closepath + C11 + fill +402.50 14.43 moveto +402.50 14.97 lineto +406.00 14.97 lineto +406.00 14.43 lineto +402.50 14.43 lineto +stroke +402.50 14.43 moveto +402.50 14.97 lineto +406.00 14.97 lineto +406.00 14.43 lineto +402.50 14.43 lineto +closepath + C11 + fill +C100 + C11 + 413.00 13.35 420.00 13.35 420.00 16.05 413.00 16.05 413.00 13.35 ML +stroke +413.00 13.35 420.00 13.35 420.00 16.05 413.00 16.05 413.00 13.35 ML +closepath + C11 + fill +C100 + C11 + 420.00 12.00 moveto +424.90 14.70 lineto +420.00 17.40 lineto +420.00 12.00 lineto +stroke +420.00 12.00 moveto +424.90 14.70 lineto +420.00 17.40 lineto +420.00 12.00 lineto +closepath + C11 + fill +C100 + 56 18 moveto (150) show + 126 18 moveto (160) show + 196 18 moveto (170) show + 266 18 moveto (180) show + 336 18 moveto (190) show + 406 18 moveto (200) show +(A) 0 24 P +(E) 7 24 P +(Q) 14 24 P +(Y) 21 24 P +(Y) 28 24 P +(W) 35 24 P +(D) 42 24 P +(V) 49 24 P +(F) 56 24 P +(G) 63 24 P +(L) 70 24 P +(S) 77 24 P +(S) 84 24 P +(A) 91 24 P +(L) 98 24 P +(L) 105 24 P +(K) 112 24 P +(G) 119 24 P +(Y) 126 24 P +(A) 133 24 P +(L) 140 24 P +(A) 147 24 P +(L) 154 24 P +F2 + C99 + (G) 161 24 P +F0 + C100 + (K) 168 24 P +(E) 175 24 P +(E) 182 24 P +(N) 189 24 P +(F) 196 24 P +(F) 203 24 P +(A) 210 24 P +(R) 217 24 P +(H) 224 24 P +(F) 231 24 P +(K) 238 24 P +(P) 245 24 P +(D) 252 24 P +(D) 259 24 P +(T) 266 24 P +(L) 273 24 P +(A) 280 24 P +(S) 287 24 P +(V) 294 24 P +(V) 301 24 P +(L) 308 24 P +(I) 315 24 P +(R) 322 24 P +(Y) 329 24 P +(P) 336 24 P +(Y) 343 24 P +(L) 350 24 P +(D) 357 24 P +(P) 364 24 P +(Y) 371 24 P +(P) 378 24 P +(E) 385 24 P +(A) 392 24 P +(A) 399 24 P +(I) 406 24 P +(K) 413 24 P +(T) 420 24 P +(A) 427 24 P +(A) 434 24 P +(D) 441 24 P +(G) 448 24 P +(T) 455 24 P +(W) 0 30 P +(Q) 7 30 P +(D) 14 30 P +(Y) 21 30 P +(F) 28 30 P +(D) 35 30 P +(R) 42 30 P +(M) 49 30 P +(Y) 56 30 P +(G) 63 30 P +(A) 70 30 P +(A) 77 30 P +(K) 84 30 P +(D) 91 30 P +(V) 98 30 P +(A) 105 30 P +(R) 112 30 P +(A) 119 30 P +(V) 126 30 P +(L) 133 30 P +(N) 140 30 P +(S) 147 30 P +(V) 154 30 P +F2 + C99 + (G) 161 30 P +F0 + C100 + (A) 168 30 P +(P) 175 30 P +(L) 182 30 P +(A) 189 30 P +(G) 210 30 P +(E) 217 30 P +(D) 224 30 P +(I) 245 30 P +(D) 252 30 P +(D) 259 30 P +(F) 266 30 P +(V) 273 30 P +(E) 280 30 P +(C) 287 30 P +(D) 294 30 P +(P) 301 30 P +(L) 308 30 P +(L) 315 30 P +(R) 322 30 P +(L) 329 30 P +(R) 336 30 P +(Y) 343 30 P +(F) 350 30 P +(P) 357 30 P +(E) 364 30 P +(V) 371 30 P +(P) 378 30 P +(E) 385 30 P +(D) 392 30 P +(R) 399 30 P +(V) 406 30 P +(A) 413 30 P +(E) 441 30 P +(E) 448 30 P +(E) 455 30 P +(W) 0 36 P +(T) 7 36 P +(Q) 14 36 P +(Y) 21 36 P +(F) 28 36 P +(D) 35 36 P +(R) 42 36 P +(Q) 49 36 P +(Y) 56 36 P +(T) 63 36 P +(A) 70 36 P +(S) 77 36 P +(R) 84 36 P +(A) 91 36 P +(V) 98 36 P +(A) 105 36 P +(R) 112 36 P +(E) 119 36 P +(V) 126 36 P +(L) 133 36 P +(R) 140 36 P +(A) 147 36 P +(T) 154 36 P +F2 + C99 + (G) 161 36 P +F0 + C100 + (T) 168 36 P +(E) 175 36 P +(P) 182 36 P +(D) 189 36 P +(G) 210 36 P +(G) 217 36 P +(V) 224 36 P +(E) 252 36 P +(A) 259 36 P +(F) 266 36 P +(L) 273 36 P +(D) 280 36 P +(C) 287 36 P +(E) 294 36 P +(P) 301 36 P +(L) 308 36 P +(L) 315 36 P +(R) 322 36 P +(F) 329 36 P +(R) 336 36 P +(Y) 343 36 P +(F) 350 36 P +(P) 357 36 P +(Q) 364 36 P +(V) 371 36 P +(P) 378 36 P +(E) 385 36 P +(H) 392 36 P +(R) 399 36 P +(S) 406 36 P +(A) 413 36 P +(E) 441 36 P +(E) 448 36 P +(Q) 455 36 P +(Y) 0 42 P +(Q) 7 42 P +(E) 14 42 P +(C) 21 42 P +(G) 28 42 P +(I) 35 42 P +(A) 42 42 P +(L) 49 42 P +(N) 56 42 P +(E) 63 42 P +(L) 70 42 P +(G) 77 42 P +(T) 84 42 P +(K) 91 42 P +(I) 98 42 P +(V) 105 42 P +(E) 112 42 P +(L) 119 42 P +(L) 126 42 P +(G) 133 42 P +(L) 140 42 P +(S) 147 42 P +(L) 154 42 P +F2 + C99 + (G) 161 42 P +F0 + C100 + (I) 168 42 P +(S) 175 42 P +(R) 182 42 P +(E) 189 42 P +(Y) 196 42 P +(F) 203 42 P +(K) 210 42 P +(N) 217 42 P +(F) 224 42 P +(F) 266 42 P +(E) 273 42 P +(D) 280 42 P +(N) 287 42 P +(D) 294 42 P +(S) 301 42 P +(I) 308 42 P +(L) 315 42 P +(R) 322 42 P +(L) 329 42 P +(N) 336 42 P +(Y) 343 42 P +(Y) 350 42 P +(P) 357 42 P +(T) 364 42 P +(C) 371 42 P +(D) 378 42 P +(K) 385 42 P +(P) 392 42 P +(E) 399 42 P +(V) 406 42 P +(N) 0 48 P +(E) 7 48 P +(E) 14 48 P +(Y) 21 48 P +(G) 28 48 P +(K) 35 48 P +(R) 42 48 P +(M) 49 48 P +(R) 56 48 P +(E) 63 48 P +(V) 70 48 P +(V) 77 48 P +(D) 84 48 P +(R) 91 48 P +(I) 98 48 P +(F) 105 48 P +(K) 112 48 P +(S) 119 48 P +(L) 126 48 P +(S) 133 48 P +(L) 140 48 P +(G) 147 48 P +(L) 154 48 P +F2 + C99 + (G) 161 48 P +F0 + C100 + (L) 168 48 P +(E) 175 48 P +(G) 182 48 P +(H) 189 48 P +(E) 196 48 P +(M) 203 48 P +(I) 210 48 P +(E) 217 48 P +(A) 224 48 P +(A) 231 48 P +(G) 238 48 P +(G) 266 48 P +(D) 273 48 P +(E) 280 48 P +(I) 287 48 P +(V) 294 48 P +(Y) 301 48 P +(L) 308 48 P +(L) 315 48 P +(K) 322 48 P +(I) 329 48 P +(N) 336 48 P +(Y) 343 48 P +(Y) 350 48 P +(P) 357 48 P +(P) 364 48 P +(C) 371 48 P +(P) 378 48 P +(R) 385 48 P +(P) 392 48 P +(D) 399 48 P +(L) 406 48 P +(V) 0 54 P +(A) 7 54 P +(K) 14 54 P +(Y) 21 54 P +(S) 28 54 P +(V) 35 54 P +(E) 42 54 P +(V) 49 54 P +(R) 56 54 P +(K) 63 54 P +(L) 70 54 P +(T) 77 54 P +(M) 84 54 P +(R) 91 54 P +(M) 98 54 P +(L) 105 54 P +(D) 112 54 P +(Y) 119 54 P +(I) 126 54 P +(C) 133 54 P +(E) 140 54 P +(G) 147 54 P +(L) 154 54 P +F2 + C99 + (G) 161 54 P +F0 + C100 + (L) 168 54 P +(K) 175 54 P +(L) 182 54 P +(G) 189 54 P +(Y) 196 54 P +(F) 203 54 P +(D) 210 54 P +(N) 217 54 P +(E) 224 54 P +(L) 231 54 P +(S) 238 54 P +(Q) 287 54 P +(I) 294 54 P +(Q) 301 54 P +(M) 308 54 P +(M) 315 54 P +(L) 322 54 P +(T) 329 54 P +(N) 336 54 P +(Y) 343 54 P +(Y) 350 54 P +(P) 357 54 P +(P) 364 54 P +(C) 371 54 P +(P) 378 54 P +(D) 385 54 P +(P) 392 54 P +(S) 399 54 P +(S) 406 54 P +(V) 0 60 P +(E) 7 60 P +(R) 14 60 P +(Y) 21 60 P +(S) 28 60 P +(E) 35 60 P +(Q) 42 60 P +(L) 49 60 P +(M) 56 60 P +(A) 63 60 P +(L) 70 60 P +(A) 77 60 P +(C) 84 60 P +(R) 91 60 P +(L) 98 60 P +(L) 105 60 P +(G) 112 60 P +(V) 119 60 P +(L) 126 60 P +(S) 133 60 P +(E) 140 60 P +(A) 147 60 P +(M) 154 60 P +F2 + C99 + (G) 161 60 P +F0 + C100 + (L) 168 60 P +(D) 175 60 P +(T) 182 60 P +(E) 189 60 P +(A) 196 60 P +(L) 203 60 P +(A) 210 60 P +(R) 217 60 P +(A) 224 60 P +(C) 231 60 P +(V) 238 60 P +(D) 245 60 P +(M) 287 60 P +(D) 294 60 P +(Q) 301 60 P +(K) 308 60 P +(V) 315 60 P +(V) 322 60 P +(V) 329 60 P +(N) 336 60 P +(F) 343 60 P +(Y) 350 60 P +(P) 357 60 P +(R) 364 60 P +(C) 371 60 P +(P) 378 60 P +(Q) 385 60 P +(P) 392 60 P +(D) 399 60 P +(L) 406 60 P +(M) 0 66 P +(R) 7 66 P +(D) 14 66 P +(F) 21 66 P +(A) 28 66 P +(K) 35 66 P +(R) 42 66 P +(L) 49 66 P +(E) 56 66 P +(K) 63 66 P +(L) 70 66 P +(A) 77 66 P +(E) 84 66 P +(E) 91 66 P +(L) 98 66 P +(L) 105 66 P +(D) 112 66 P +(L) 119 66 P +(L) 126 66 P +(C) 133 66 P +(E) 140 66 P +(N) 147 66 P +(L) 154 66 P +F2 + C99 + (G) 161 66 P +F0 + C100 + (L) 168 66 P +(E) 175 66 P +(K) 182 66 P +(G) 189 66 P +(Y) 196 66 P +(L) 203 66 P +(K) 210 66 P +(N) 217 66 P +(A) 224 66 P +(F) 231 66 P +(Y) 238 66 P +(G) 245 66 P +(S) 266 66 P +(K) 273 66 P +(G) 280 66 P +(P) 287 66 P +(N) 294 66 P +(F) 301 66 P +(G) 308 66 P +(T) 315 66 P +(K) 322 66 P +(V) 329 66 P +(S) 336 66 P +(N) 343 66 P +(Y) 350 66 P +(P) 357 66 P +(P) 364 66 P +(C) 371 66 P +(P) 378 66 P +(K) 385 66 P +(P) 392 66 P +(D) 399 66 P +(L) 406 66 P +0 -420 translate +0 336 translate +2 setlinecap + 0.33 setlinewidth + newpath +454.16 71.28 454.16 65.28 461.16 65.28 461.16 71.28 454.16 71.28 ML +closepath C2 fill + newpath +454.16 65.28 454.16 59.28 461.16 59.28 461.16 65.28 454.16 65.28 ML +closepath C2 fill + newpath +454.16 59.28 454.16 53.28 461.16 53.28 461.16 59.28 454.16 59.28 ML +closepath C2 fill + newpath +454.16 53.28 454.16 47.28 461.16 47.28 461.16 53.28 454.16 53.28 ML +closepath C2 fill + newpath +454.16 47.28 454.16 41.28 461.16 41.28 461.16 47.28 454.16 47.28 ML +closepath C2 fill + newpath +454.16 41.28 454.16 35.28 461.16 35.28 461.16 41.28 454.16 41.28 ML +closepath C2 fill + newpath +454.16 35.28 454.16 29.28 461.16 29.28 461.16 35.28 454.16 35.28 ML +closepath C2 fill + newpath +454.16 29.28 454.16 23.28 461.16 23.28 461.16 29.28 454.16 29.28 ML +closepath C2 fill + newpath +454.16 23.28 454.16 17.28 461.16 17.28 461.16 23.28 454.16 23.28 ML +closepath C99 fill + newpath +454.16 17.28 454.16 11.28 461.16 11.28 461.16 17.28 454.16 17.28 ML +closepath C99 fill + newpath +454.16 11.28 454.16 5.28 461.16 5.28 461.16 11.28 454.16 11.28 ML +closepath C99 fill + newpath +454.16 5.28 454.16 -0.72 461.16 -0.72 461.16 5.28 454.16 5.28 ML +closepath C99 fill + newpath +447.16 71.28 447.16 65.28 454.16 65.28 454.16 71.28 447.16 71.28 ML +closepath C2 fill + newpath +447.16 65.28 447.16 59.28 454.16 59.28 454.16 65.28 447.16 65.28 ML +closepath C2 fill + newpath +447.16 59.28 447.16 53.28 454.16 53.28 454.16 59.28 447.16 59.28 ML +closepath C2 fill + newpath +447.16 53.28 447.16 47.28 454.16 47.28 454.16 53.28 447.16 53.28 ML +closepath C2 fill + newpath +447.16 47.28 447.16 41.28 454.16 41.28 454.16 47.28 447.16 47.28 ML +closepath C2 fill + newpath +447.16 41.28 447.16 35.28 454.16 35.28 454.16 41.28 447.16 41.28 ML +closepath C2 fill + newpath +447.16 35.28 447.16 29.28 454.16 29.28 454.16 35.28 447.16 35.28 ML +closepath C2 fill + newpath +447.16 29.28 447.16 23.28 454.16 23.28 454.16 29.28 447.16 29.28 ML +closepath C2 fill + newpath +447.16 23.28 447.16 17.28 454.16 17.28 454.16 23.28 447.16 23.28 ML +closepath C99 fill + newpath +447.16 17.28 447.16 11.28 454.16 11.28 454.16 17.28 447.16 17.28 ML +closepath C99 fill + newpath +447.16 11.28 447.16 5.28 454.16 5.28 454.16 11.28 447.16 11.28 ML +closepath C99 fill + newpath +447.16 5.28 447.16 -0.72 454.16 -0.72 454.16 5.28 447.16 5.28 ML +closepath C99 fill + newpath +440.16 71.28 440.16 65.28 447.16 65.28 447.16 71.28 440.16 71.28 ML +closepath C2 fill + newpath +440.16 65.28 440.16 59.28 447.16 59.28 447.16 65.28 440.16 65.28 ML +closepath C2 fill + newpath +440.16 59.28 440.16 53.28 447.16 53.28 447.16 59.28 440.16 59.28 ML +closepath C2 fill + newpath +440.16 53.28 440.16 47.28 447.16 47.28 447.16 53.28 440.16 53.28 ML +closepath C2 fill + newpath +440.16 47.28 440.16 41.28 447.16 41.28 447.16 47.28 440.16 47.28 ML +closepath C2 fill + newpath +440.16 41.28 440.16 35.28 447.16 35.28 447.16 41.28 440.16 41.28 ML +closepath C2 fill + newpath +440.16 35.28 440.16 29.28 447.16 29.28 447.16 35.28 440.16 35.28 ML +closepath C2 fill + newpath +440.16 29.28 440.16 23.28 447.16 23.28 447.16 29.28 440.16 29.28 ML +closepath C2 fill + newpath +440.16 23.28 440.16 17.28 447.16 17.28 447.16 23.28 440.16 23.28 ML +closepath C99 fill + newpath +440.16 17.28 440.16 11.28 447.16 11.28 447.16 17.28 440.16 17.28 ML +closepath C99 fill + newpath +440.16 11.28 440.16 5.28 447.16 5.28 447.16 11.28 440.16 11.28 ML +closepath C99 fill + newpath +440.16 5.28 440.16 -0.72 447.16 -0.72 447.16 5.28 440.16 5.28 ML +closepath C99 fill + newpath +433.16 71.28 433.16 65.28 440.16 65.28 440.16 71.28 433.16 71.28 ML +closepath C99 fill + newpath +433.16 65.28 433.16 59.28 440.16 59.28 440.16 65.28 433.16 65.28 ML +closepath C99 fill + newpath +433.16 59.28 433.16 53.28 440.16 53.28 440.16 59.28 433.16 59.28 ML +closepath C99 fill + newpath +433.16 53.28 433.16 47.28 440.16 47.28 440.16 53.28 433.16 53.28 ML +closepath C99 fill + newpath +433.16 47.28 433.16 41.28 440.16 41.28 440.16 47.28 433.16 47.28 ML +closepath C99 fill + newpath +433.16 41.28 433.16 35.28 440.16 35.28 440.16 41.28 433.16 41.28 ML +closepath C99 fill + newpath +433.16 35.28 433.16 29.28 440.16 29.28 440.16 35.28 433.16 35.28 ML +closepath C99 fill + newpath +433.16 29.28 433.16 23.28 440.16 23.28 440.16 29.28 433.16 29.28 ML +closepath C99 fill + newpath +433.16 23.28 433.16 17.28 440.16 17.28 440.16 23.28 433.16 23.28 ML +closepath C99 fill + newpath +433.16 17.28 433.16 11.28 440.16 11.28 440.16 17.28 433.16 17.28 ML +closepath C99 fill + newpath +433.16 11.28 433.16 5.28 440.16 5.28 440.16 11.28 433.16 11.28 ML +closepath C99 fill + newpath +433.16 5.28 433.16 -0.72 440.16 -0.72 440.16 5.28 433.16 5.28 ML +closepath C99 fill + newpath +426.16 71.28 426.16 65.28 433.16 65.28 433.16 71.28 426.16 71.28 ML +closepath C99 fill + newpath +426.16 65.28 426.16 59.28 433.16 59.28 433.16 65.28 426.16 65.28 ML +closepath C99 fill + newpath +426.16 59.28 426.16 53.28 433.16 53.28 433.16 59.28 426.16 59.28 ML +closepath C99 fill + newpath +426.16 53.28 426.16 47.28 433.16 47.28 433.16 53.28 426.16 53.28 ML +closepath C99 fill + newpath +426.16 47.28 426.16 41.28 433.16 41.28 433.16 47.28 426.16 47.28 ML +closepath C99 fill + newpath +426.16 41.28 426.16 35.28 433.16 35.28 433.16 41.28 426.16 41.28 ML +closepath C99 fill + newpath +426.16 35.28 426.16 29.28 433.16 29.28 433.16 35.28 426.16 35.28 ML +closepath C99 fill + newpath +426.16 29.28 426.16 23.28 433.16 23.28 433.16 29.28 426.16 29.28 ML +closepath C99 fill + newpath +426.16 23.28 426.16 17.28 433.16 17.28 433.16 23.28 426.16 23.28 ML +closepath C99 fill + newpath +426.16 17.28 426.16 11.28 433.16 11.28 433.16 17.28 426.16 17.28 ML +closepath C99 fill + newpath +426.16 11.28 426.16 5.28 433.16 5.28 433.16 11.28 426.16 11.28 ML +closepath C99 fill + newpath +426.16 5.28 426.16 -0.72 433.16 -0.72 433.16 5.28 426.16 5.28 ML +closepath C99 fill + newpath +419.16 71.28 419.16 65.28 426.16 65.28 426.16 71.28 419.16 71.28 ML +closepath C2 fill + newpath +419.16 65.28 419.16 59.28 426.16 59.28 426.16 65.28 419.16 65.28 ML +closepath C2 fill + newpath +419.16 59.28 419.16 53.28 426.16 53.28 426.16 59.28 419.16 59.28 ML +closepath C2 fill + newpath +419.16 53.28 419.16 47.28 426.16 47.28 426.16 53.28 419.16 53.28 ML +closepath C2 fill + newpath +419.16 47.28 419.16 41.28 426.16 41.28 426.16 47.28 419.16 47.28 ML +closepath C2 fill + newpath +419.16 41.28 419.16 35.28 426.16 35.28 426.16 41.28 419.16 41.28 ML +closepath C2 fill + newpath +419.16 35.28 419.16 29.28 426.16 29.28 426.16 35.28 419.16 35.28 ML +closepath C2 fill + newpath +419.16 29.28 419.16 23.28 426.16 23.28 426.16 29.28 419.16 29.28 ML +closepath C2 fill + newpath +419.16 23.28 419.16 17.28 426.16 17.28 426.16 23.28 419.16 23.28 ML +closepath C99 fill + newpath +419.16 17.28 419.16 11.28 426.16 11.28 426.16 17.28 419.16 17.28 ML +closepath C99 fill + newpath +419.16 11.28 419.16 5.28 426.16 5.28 426.16 11.28 419.16 11.28 ML +closepath C99 fill + newpath +419.16 5.28 419.16 -0.72 426.16 -0.72 426.16 5.28 419.16 5.28 ML +closepath C99 fill + newpath +412.16 71.28 412.16 65.28 419.16 65.28 419.16 71.28 412.16 71.28 ML +closepath C2 fill + newpath +412.16 65.28 412.16 59.28 419.16 59.28 419.16 65.28 412.16 65.28 ML +closepath C2 fill + newpath +412.16 59.28 412.16 53.28 419.16 53.28 419.16 59.28 412.16 59.28 ML +closepath C2 fill + newpath +412.16 53.28 412.16 47.28 419.16 47.28 419.16 53.28 412.16 53.28 ML +closepath C2 fill + newpath +412.16 47.28 412.16 41.28 419.16 41.28 419.16 47.28 412.16 47.28 ML +closepath C2 fill + newpath +412.16 41.28 412.16 35.28 419.16 35.28 419.16 41.28 412.16 41.28 ML +closepath C2 fill + newpath +412.16 35.28 412.16 29.28 419.16 29.28 419.16 35.28 412.16 35.28 ML +closepath C2 fill + newpath +412.16 29.28 412.16 23.28 419.16 23.28 419.16 29.28 412.16 29.28 ML +closepath C2 fill + newpath +412.16 23.28 412.16 17.28 419.16 17.28 419.16 23.28 412.16 23.28 ML +closepath C99 fill + newpath +412.16 17.28 412.16 11.28 419.16 11.28 419.16 17.28 412.16 17.28 ML +closepath C99 fill + newpath +412.16 11.28 412.16 5.28 419.16 5.28 419.16 11.28 412.16 11.28 ML +closepath C99 fill + newpath +412.16 5.28 412.16 -0.72 419.16 -0.72 419.16 5.28 412.16 5.28 ML +closepath C99 fill + newpath +405.16 71.28 405.16 65.28 412.16 65.28 412.16 71.28 405.16 71.28 ML +closepath C2 fill + newpath +405.16 65.28 405.16 59.28 412.16 59.28 412.16 65.28 405.16 65.28 ML +closepath C2 fill + newpath +405.16 59.28 405.16 53.28 412.16 53.28 412.16 59.28 405.16 59.28 ML +closepath C2 fill + newpath +405.16 53.28 405.16 47.28 412.16 47.28 412.16 53.28 405.16 53.28 ML +closepath C2 fill + newpath +405.16 47.28 405.16 41.28 412.16 41.28 412.16 47.28 405.16 47.28 ML +closepath C2 fill + newpath +405.16 41.28 405.16 35.28 412.16 35.28 412.16 41.28 405.16 41.28 ML +closepath C2 fill + newpath +405.16 35.28 405.16 29.28 412.16 29.28 412.16 35.28 405.16 35.28 ML +closepath C2 fill + newpath +405.16 29.28 405.16 23.28 412.16 23.28 412.16 29.28 405.16 29.28 ML +closepath C2 fill + newpath +405.16 23.28 405.16 17.28 412.16 17.28 412.16 23.28 405.16 23.28 ML +closepath C99 fill + newpath +405.16 17.28 405.16 11.28 412.16 11.28 412.16 17.28 405.16 17.28 ML +closepath C99 fill + newpath +405.16 11.28 405.16 5.28 412.16 5.28 412.16 11.28 405.16 11.28 ML +closepath C99 fill + newpath +405.16 5.28 405.16 -0.72 412.16 -0.72 412.16 5.28 405.16 5.28 ML +closepath C99 fill + newpath +398.16 71.28 398.16 65.28 405.16 65.28 405.16 71.28 398.16 71.28 ML +closepath C99 fill + newpath +398.16 65.28 398.16 59.28 405.16 59.28 405.16 65.28 398.16 65.28 ML +closepath C99 fill + newpath +398.16 59.28 398.16 53.28 405.16 53.28 405.16 59.28 398.16 59.28 ML +closepath C99 fill + newpath +398.16 53.28 398.16 47.28 405.16 47.28 405.16 53.28 398.16 53.28 ML +closepath C99 fill + newpath +398.16 47.28 398.16 41.28 405.16 41.28 405.16 47.28 398.16 47.28 ML +closepath C99 fill + newpath +398.16 41.28 398.16 35.28 405.16 35.28 405.16 41.28 398.16 41.28 ML +closepath C99 fill + newpath +398.16 35.28 398.16 29.28 405.16 29.28 405.16 35.28 398.16 35.28 ML +closepath C99 fill + newpath +398.16 29.28 398.16 23.28 405.16 23.28 405.16 29.28 398.16 29.28 ML +closepath C99 fill + newpath +398.16 23.28 398.16 17.28 405.16 17.28 405.16 23.28 398.16 23.28 ML +closepath C99 fill + newpath +398.16 17.28 398.16 11.28 405.16 11.28 405.16 17.28 398.16 17.28 ML +closepath C99 fill + newpath +398.16 11.28 398.16 5.28 405.16 5.28 405.16 11.28 398.16 11.28 ML +closepath C99 fill + newpath +398.16 5.28 398.16 -0.72 405.16 -0.72 405.16 5.28 398.16 5.28 ML +closepath C99 fill + newpath +391.16 71.28 391.16 65.28 398.16 65.28 398.16 71.28 391.16 71.28 ML +closepath C99 fill + newpath +391.16 65.28 391.16 59.28 398.16 59.28 398.16 65.28 391.16 65.28 ML +closepath C99 fill + newpath +391.16 59.28 391.16 53.28 398.16 53.28 398.16 59.28 391.16 59.28 ML +closepath C99 fill + newpath +391.16 53.28 391.16 47.28 398.16 47.28 398.16 53.28 391.16 53.28 ML +closepath C99 fill + newpath +391.16 47.28 391.16 41.28 398.16 41.28 398.16 47.28 391.16 47.28 ML +closepath C99 fill + newpath +391.16 41.28 391.16 35.28 398.16 35.28 398.16 41.28 391.16 41.28 ML +closepath C99 fill + newpath +391.16 35.28 391.16 29.28 398.16 29.28 398.16 35.28 391.16 35.28 ML +closepath C99 fill + newpath +391.16 29.28 391.16 23.28 398.16 23.28 398.16 29.28 391.16 29.28 ML +closepath C99 fill + newpath +391.16 23.28 391.16 17.28 398.16 17.28 398.16 23.28 391.16 23.28 ML +closepath C99 fill + newpath +391.16 17.28 391.16 11.28 398.16 11.28 398.16 17.28 391.16 17.28 ML +closepath C99 fill + newpath +391.16 11.28 391.16 5.28 398.16 5.28 398.16 11.28 391.16 11.28 ML +closepath C99 fill + newpath +391.16 5.28 391.16 -0.72 398.16 -0.72 398.16 5.28 391.16 5.28 ML +closepath C99 fill + newpath +384.16 71.28 384.16 65.28 391.16 65.28 391.16 71.28 384.16 71.28 ML +closepath C2 fill + newpath +384.16 65.28 384.16 59.28 391.16 59.28 391.16 65.28 384.16 65.28 ML +closepath C2 fill + newpath +384.16 59.28 384.16 53.28 391.16 53.28 391.16 59.28 384.16 59.28 ML +closepath C2 fill + newpath +384.16 53.28 384.16 47.28 391.16 47.28 391.16 53.28 384.16 53.28 ML +closepath C2 fill + newpath +384.16 47.28 384.16 41.28 391.16 41.28 391.16 47.28 384.16 47.28 ML +closepath C2 fill + newpath +384.16 41.28 384.16 35.28 391.16 35.28 391.16 41.28 384.16 41.28 ML +closepath C2 fill + newpath +384.16 35.28 384.16 29.28 391.16 29.28 391.16 35.28 384.16 35.28 ML +closepath C2 fill + newpath +384.16 29.28 384.16 23.28 391.16 23.28 391.16 29.28 384.16 29.28 ML +closepath C2 fill + newpath +384.16 23.28 384.16 17.28 391.16 17.28 391.16 23.28 384.16 23.28 ML +closepath C99 fill + newpath +384.16 17.28 384.16 11.28 391.16 11.28 391.16 17.28 384.16 17.28 ML +closepath C99 fill + newpath +384.16 11.28 384.16 5.28 391.16 5.28 391.16 11.28 384.16 11.28 ML +closepath C99 fill + newpath +384.16 5.28 384.16 -0.72 391.16 -0.72 391.16 5.28 384.16 5.28 ML +closepath C99 fill + newpath +377.16 71.28 377.16 65.28 384.16 65.28 384.16 71.28 377.16 71.28 ML +closepath C99 fill + newpath +377.16 65.28 377.16 59.28 384.16 59.28 384.16 65.28 377.16 65.28 ML +closepath C99 fill + newpath +377.16 59.28 377.16 53.28 384.16 53.28 384.16 59.28 377.16 59.28 ML +closepath C99 fill + newpath +377.16 53.28 377.16 47.28 384.16 47.28 384.16 53.28 377.16 53.28 ML +closepath C99 fill + newpath +377.16 47.28 377.16 41.28 384.16 41.28 384.16 47.28 377.16 47.28 ML +closepath C99 fill + newpath +377.16 41.28 377.16 35.28 384.16 35.28 384.16 41.28 377.16 41.28 ML +closepath C99 fill + newpath +377.16 35.28 377.16 29.28 384.16 29.28 384.16 35.28 377.16 35.28 ML +closepath C99 fill + newpath +377.16 29.28 377.16 23.28 384.16 23.28 384.16 29.28 377.16 29.28 ML +closepath C99 fill + newpath +377.16 23.28 377.16 17.28 384.16 17.28 384.16 23.28 377.16 23.28 ML +closepath C99 fill + newpath +377.16 17.28 377.16 11.28 384.16 11.28 384.16 17.28 377.16 17.28 ML +closepath C99 fill + newpath +377.16 11.28 377.16 5.28 384.16 5.28 384.16 11.28 377.16 11.28 ML +closepath C99 fill + newpath +377.16 5.28 377.16 -0.72 384.16 -0.72 384.16 5.28 377.16 5.28 ML +closepath C99 fill + newpath +370.16 71.28 370.16 65.28 377.16 65.28 377.16 71.28 370.16 71.28 ML +closepath C99 fill + newpath +370.16 65.28 370.16 59.28 377.16 59.28 377.16 65.28 370.16 65.28 ML +closepath C99 fill + newpath +370.16 59.28 370.16 53.28 377.16 53.28 377.16 59.28 370.16 59.28 ML +closepath C99 fill + newpath +370.16 53.28 370.16 47.28 377.16 47.28 377.16 53.28 370.16 53.28 ML +closepath C99 fill + newpath +370.16 47.28 370.16 41.28 377.16 41.28 377.16 47.28 370.16 47.28 ML +closepath C99 fill + newpath +370.16 41.28 370.16 35.28 377.16 35.28 377.16 41.28 370.16 41.28 ML +closepath C99 fill + newpath +370.16 35.28 370.16 29.28 377.16 29.28 377.16 35.28 370.16 35.28 ML +closepath C99 fill + newpath +370.16 29.28 370.16 23.28 377.16 23.28 377.16 29.28 370.16 29.28 ML +closepath C99 fill + newpath +370.16 23.28 370.16 17.28 377.16 17.28 377.16 23.28 370.16 23.28 ML +closepath C99 fill + newpath +370.16 17.28 370.16 11.28 377.16 11.28 377.16 17.28 370.16 17.28 ML +closepath C99 fill + newpath +370.16 11.28 370.16 5.28 377.16 5.28 377.16 11.28 370.16 11.28 ML +closepath C99 fill + newpath +370.16 5.28 370.16 -0.72 377.16 -0.72 377.16 5.28 370.16 5.28 ML +closepath C99 fill + newpath +363.16 71.28 363.16 65.28 370.16 65.28 370.16 71.28 363.16 71.28 ML +closepath C1 fill + newpath +363.16 65.28 363.16 59.28 370.16 59.28 370.16 65.28 363.16 65.28 ML +closepath C1 fill + newpath +363.16 59.28 363.16 53.28 370.16 53.28 370.16 59.28 363.16 59.28 ML +closepath C1 fill + newpath +363.16 53.28 363.16 47.28 370.16 47.28 370.16 53.28 363.16 53.28 ML +closepath C1 fill + newpath +363.16 47.28 363.16 41.28 370.16 41.28 370.16 47.28 363.16 47.28 ML +closepath C1 fill + newpath +363.16 41.28 363.16 35.28 370.16 35.28 370.16 41.28 363.16 41.28 ML +closepath C1 fill + newpath +363.16 35.28 363.16 29.28 370.16 29.28 370.16 35.28 363.16 35.28 ML +closepath C1 fill + newpath +363.16 29.28 363.16 23.28 370.16 23.28 370.16 29.28 363.16 29.28 ML +closepath C1 fill + newpath +363.16 23.28 363.16 17.28 370.16 17.28 370.16 23.28 363.16 23.28 ML +closepath C99 fill + newpath +363.16 17.28 363.16 11.28 370.16 11.28 370.16 17.28 363.16 17.28 ML +closepath C99 fill + newpath +363.16 11.28 363.16 5.28 370.16 5.28 370.16 11.28 363.16 11.28 ML +closepath C99 fill + newpath +363.16 5.28 363.16 -0.72 370.16 -0.72 370.16 5.28 363.16 5.28 ML +closepath C99 fill + newpath +356.16 71.28 356.16 65.28 363.16 65.28 363.16 71.28 356.16 71.28 ML +closepath C2 fill + newpath +356.16 65.28 356.16 59.28 363.16 59.28 363.16 65.28 356.16 65.28 ML +closepath C2 fill + newpath +356.16 59.28 356.16 53.28 363.16 53.28 363.16 59.28 356.16 59.28 ML +closepath C2 fill + newpath +356.16 53.28 356.16 47.28 363.16 47.28 363.16 53.28 356.16 53.28 ML +closepath C2 fill + newpath +356.16 47.28 356.16 41.28 363.16 41.28 363.16 47.28 356.16 47.28 ML +closepath C2 fill + newpath +356.16 41.28 356.16 35.28 363.16 35.28 363.16 41.28 356.16 41.28 ML +closepath C2 fill + newpath +356.16 35.28 356.16 29.28 363.16 29.28 363.16 35.28 356.16 35.28 ML +closepath C2 fill + newpath +356.16 29.28 356.16 23.28 363.16 23.28 363.16 29.28 356.16 29.28 ML +closepath C2 fill + newpath +356.16 23.28 356.16 17.28 363.16 17.28 363.16 23.28 356.16 23.28 ML +closepath C99 fill + newpath +356.16 17.28 356.16 11.28 363.16 11.28 363.16 17.28 356.16 17.28 ML +closepath C99 fill + newpath +356.16 11.28 356.16 5.28 363.16 5.28 363.16 11.28 356.16 11.28 ML +closepath C99 fill + newpath +356.16 5.28 356.16 -0.72 363.16 -0.72 363.16 5.28 356.16 5.28 ML +closepath C99 fill + newpath +349.16 71.28 349.16 65.28 356.16 65.28 356.16 71.28 349.16 71.28 ML +closepath C99 fill + newpath +349.16 65.28 349.16 59.28 356.16 59.28 356.16 65.28 349.16 65.28 ML +closepath C99 fill + newpath +349.16 59.28 349.16 53.28 356.16 53.28 356.16 59.28 349.16 59.28 ML +closepath C99 fill + newpath +349.16 53.28 349.16 47.28 356.16 47.28 356.16 53.28 349.16 53.28 ML +closepath C99 fill + newpath +349.16 47.28 349.16 41.28 356.16 41.28 356.16 47.28 349.16 47.28 ML +closepath C99 fill + newpath +349.16 41.28 349.16 35.28 356.16 35.28 356.16 41.28 349.16 41.28 ML +closepath C99 fill + newpath +349.16 35.28 349.16 29.28 356.16 29.28 356.16 35.28 349.16 35.28 ML +closepath C99 fill + newpath +349.16 29.28 349.16 23.28 356.16 23.28 356.16 29.28 349.16 29.28 ML +closepath C99 fill + newpath +349.16 23.28 349.16 17.28 356.16 17.28 356.16 23.28 349.16 23.28 ML +closepath C99 fill + newpath +349.16 17.28 349.16 11.28 356.16 11.28 356.16 17.28 349.16 17.28 ML +closepath C99 fill + newpath +349.16 11.28 349.16 5.28 356.16 5.28 356.16 11.28 349.16 11.28 ML +closepath C99 fill + newpath +349.16 5.28 349.16 -0.72 356.16 -0.72 356.16 5.28 349.16 5.28 ML +closepath C99 fill + newpath +342.16 71.28 342.16 65.28 349.16 65.28 349.16 71.28 342.16 71.28 ML +closepath C2 fill + newpath +342.16 65.28 342.16 59.28 349.16 59.28 349.16 65.28 342.16 65.28 ML +closepath C2 fill + newpath +342.16 59.28 342.16 53.28 349.16 53.28 349.16 59.28 342.16 59.28 ML +closepath C2 fill + newpath +342.16 53.28 342.16 47.28 349.16 47.28 349.16 53.28 342.16 53.28 ML +closepath C2 fill + newpath +342.16 47.28 342.16 41.28 349.16 41.28 349.16 47.28 342.16 47.28 ML +closepath C2 fill + newpath +342.16 41.28 342.16 35.28 349.16 35.28 349.16 41.28 342.16 41.28 ML +closepath C2 fill + newpath +342.16 35.28 342.16 29.28 349.16 29.28 349.16 35.28 342.16 35.28 ML +closepath C2 fill + newpath +342.16 29.28 342.16 23.28 349.16 23.28 349.16 29.28 342.16 29.28 ML +closepath C2 fill + newpath +342.16 23.28 342.16 17.28 349.16 17.28 349.16 23.28 342.16 23.28 ML +closepath C99 fill + newpath +342.16 17.28 342.16 11.28 349.16 11.28 349.16 17.28 342.16 17.28 ML +closepath C99 fill + newpath +342.16 11.28 342.16 5.28 349.16 5.28 349.16 11.28 342.16 11.28 ML +closepath C99 fill + newpath +342.16 5.28 342.16 -0.72 349.16 -0.72 349.16 5.28 342.16 5.28 ML +closepath C99 fill + newpath +335.16 71.28 335.16 65.28 342.16 65.28 342.16 71.28 335.16 71.28 ML +closepath C2 fill + newpath +335.16 65.28 335.16 59.28 342.16 59.28 342.16 65.28 335.16 65.28 ML +closepath C2 fill + newpath +335.16 59.28 335.16 53.28 342.16 53.28 342.16 59.28 335.16 59.28 ML +closepath C2 fill + newpath +335.16 53.28 335.16 47.28 342.16 47.28 342.16 53.28 335.16 53.28 ML +closepath C2 fill + newpath +335.16 47.28 335.16 41.28 342.16 41.28 342.16 47.28 335.16 47.28 ML +closepath C2 fill + newpath +335.16 41.28 335.16 35.28 342.16 35.28 342.16 41.28 335.16 41.28 ML +closepath C2 fill + newpath +335.16 35.28 335.16 29.28 342.16 29.28 342.16 35.28 335.16 35.28 ML +closepath C2 fill + newpath +335.16 29.28 335.16 23.28 342.16 23.28 342.16 29.28 335.16 29.28 ML +closepath C2 fill + newpath +335.16 23.28 335.16 17.28 342.16 17.28 342.16 23.28 335.16 23.28 ML +closepath C99 fill + newpath +335.16 17.28 335.16 11.28 342.16 11.28 342.16 17.28 335.16 17.28 ML +closepath C99 fill + newpath +335.16 11.28 335.16 5.28 342.16 5.28 342.16 11.28 335.16 11.28 ML +closepath C99 fill + newpath +335.16 5.28 335.16 -0.72 342.16 -0.72 342.16 5.28 335.16 5.28 ML +closepath C99 fill + newpath +328.16 71.28 328.16 65.28 335.16 65.28 335.16 71.28 328.16 71.28 ML +closepath C2 fill + newpath +328.16 65.28 328.16 59.28 335.16 59.28 335.16 65.28 328.16 65.28 ML +closepath C2 fill + newpath +328.16 59.28 328.16 53.28 335.16 53.28 335.16 59.28 328.16 59.28 ML +closepath C2 fill + newpath +328.16 53.28 328.16 47.28 335.16 47.28 335.16 53.28 328.16 53.28 ML +closepath C2 fill + newpath +328.16 47.28 328.16 41.28 335.16 41.28 335.16 47.28 328.16 47.28 ML +closepath C2 fill + newpath +328.16 41.28 328.16 35.28 335.16 35.28 335.16 41.28 328.16 41.28 ML +closepath C2 fill + newpath +328.16 35.28 328.16 29.28 335.16 29.28 335.16 35.28 328.16 35.28 ML +closepath C2 fill + newpath +328.16 29.28 328.16 23.28 335.16 23.28 335.16 29.28 328.16 29.28 ML +closepath C2 fill + newpath +328.16 23.28 328.16 17.28 335.16 17.28 335.16 23.28 328.16 23.28 ML +closepath C99 fill + newpath +328.16 17.28 328.16 11.28 335.16 11.28 335.16 17.28 328.16 17.28 ML +closepath C99 fill + newpath +328.16 11.28 328.16 5.28 335.16 5.28 335.16 11.28 328.16 11.28 ML +closepath C99 fill + newpath +328.16 5.28 328.16 -0.72 335.16 -0.72 335.16 5.28 328.16 5.28 ML +closepath C99 fill + newpath +321.16 71.28 321.16 65.28 328.16 65.28 328.16 71.28 321.16 71.28 ML +closepath C2 fill + newpath +321.16 65.28 321.16 59.28 328.16 59.28 328.16 65.28 321.16 65.28 ML +closepath C2 fill + newpath +321.16 59.28 321.16 53.28 328.16 53.28 328.16 59.28 321.16 59.28 ML +closepath C2 fill + newpath +321.16 53.28 321.16 47.28 328.16 47.28 328.16 53.28 321.16 53.28 ML +closepath C2 fill + newpath +321.16 47.28 321.16 41.28 328.16 41.28 328.16 47.28 321.16 47.28 ML +closepath C2 fill + newpath +321.16 41.28 321.16 35.28 328.16 35.28 328.16 41.28 321.16 41.28 ML +closepath C2 fill + newpath +321.16 35.28 321.16 29.28 328.16 29.28 328.16 35.28 321.16 35.28 ML +closepath C2 fill + newpath +321.16 29.28 321.16 23.28 328.16 23.28 328.16 29.28 321.16 29.28 ML +closepath C2 fill + newpath +321.16 23.28 321.16 17.28 328.16 17.28 328.16 23.28 321.16 23.28 ML +closepath C99 fill + newpath +321.16 17.28 321.16 11.28 328.16 11.28 328.16 17.28 321.16 17.28 ML +closepath C99 fill + newpath +321.16 11.28 321.16 5.28 328.16 5.28 328.16 11.28 321.16 11.28 ML +closepath C99 fill + newpath +321.16 5.28 321.16 -0.72 328.16 -0.72 328.16 5.28 321.16 5.28 ML +closepath C99 fill + newpath +314.16 71.28 314.16 65.28 321.16 65.28 321.16 71.28 314.16 71.28 ML +closepath C99 fill + newpath +314.16 65.28 314.16 59.28 321.16 59.28 321.16 65.28 314.16 65.28 ML +closepath C99 fill + newpath +314.16 59.28 314.16 53.28 321.16 53.28 321.16 59.28 314.16 59.28 ML +closepath C99 fill + newpath +314.16 53.28 314.16 47.28 321.16 47.28 321.16 53.28 314.16 53.28 ML +closepath C99 fill + newpath +314.16 47.28 314.16 41.28 321.16 41.28 321.16 47.28 314.16 47.28 ML +closepath C99 fill + newpath +314.16 41.28 314.16 35.28 321.16 35.28 321.16 41.28 314.16 41.28 ML +closepath C99 fill + newpath +314.16 35.28 314.16 29.28 321.16 29.28 321.16 35.28 314.16 35.28 ML +closepath C99 fill + newpath +314.16 29.28 314.16 23.28 321.16 23.28 321.16 29.28 314.16 29.28 ML +closepath C99 fill + newpath +314.16 23.28 314.16 17.28 321.16 17.28 321.16 23.28 314.16 23.28 ML +closepath C99 fill + newpath +314.16 17.28 314.16 11.28 321.16 11.28 321.16 17.28 314.16 17.28 ML +closepath C99 fill + newpath +314.16 11.28 314.16 5.28 321.16 5.28 321.16 11.28 314.16 11.28 ML +closepath C99 fill + newpath +314.16 5.28 314.16 -0.72 321.16 -0.72 321.16 5.28 314.16 5.28 ML +closepath C99 fill + newpath +307.16 71.28 307.16 65.28 314.16 65.28 314.16 71.28 307.16 71.28 ML +closepath C99 fill + newpath +307.16 65.28 307.16 59.28 314.16 59.28 314.16 65.28 307.16 65.28 ML +closepath C99 fill + newpath +307.16 59.28 307.16 53.28 314.16 53.28 314.16 59.28 307.16 59.28 ML +closepath C99 fill + newpath +307.16 53.28 307.16 47.28 314.16 47.28 314.16 53.28 307.16 53.28 ML +closepath C99 fill + newpath +307.16 47.28 307.16 41.28 314.16 41.28 314.16 47.28 307.16 47.28 ML +closepath C99 fill + newpath +307.16 41.28 307.16 35.28 314.16 35.28 314.16 41.28 307.16 41.28 ML +closepath C99 fill + newpath +307.16 35.28 307.16 29.28 314.16 29.28 314.16 35.28 307.16 35.28 ML +closepath C99 fill + newpath +307.16 29.28 307.16 23.28 314.16 23.28 314.16 29.28 307.16 29.28 ML +closepath C99 fill + newpath +307.16 23.28 307.16 17.28 314.16 17.28 314.16 23.28 307.16 23.28 ML +closepath C99 fill + newpath +307.16 17.28 307.16 11.28 314.16 11.28 314.16 17.28 307.16 17.28 ML +closepath C99 fill + newpath +307.16 11.28 307.16 5.28 314.16 5.28 314.16 11.28 307.16 11.28 ML +closepath C99 fill + newpath +307.16 5.28 307.16 -0.72 314.16 -0.72 314.16 5.28 307.16 5.28 ML +closepath C99 fill + newpath +300.16 71.28 300.16 65.28 307.16 65.28 307.16 71.28 300.16 71.28 ML +closepath C99 fill + newpath +300.16 65.28 300.16 59.28 307.16 59.28 307.16 65.28 300.16 65.28 ML +closepath C99 fill + newpath +300.16 59.28 300.16 53.28 307.16 53.28 307.16 59.28 300.16 59.28 ML +closepath C99 fill + newpath +300.16 53.28 300.16 47.28 307.16 47.28 307.16 53.28 300.16 53.28 ML +closepath C99 fill + newpath +300.16 47.28 300.16 41.28 307.16 41.28 307.16 47.28 300.16 47.28 ML +closepath C99 fill + newpath +300.16 41.28 300.16 35.28 307.16 35.28 307.16 41.28 300.16 41.28 ML +closepath C99 fill + newpath +300.16 35.28 300.16 29.28 307.16 29.28 307.16 35.28 300.16 35.28 ML +closepath C99 fill + newpath +300.16 29.28 300.16 23.28 307.16 23.28 307.16 29.28 300.16 29.28 ML +closepath C99 fill + newpath +300.16 23.28 300.16 17.28 307.16 17.28 307.16 23.28 300.16 23.28 ML +closepath C99 fill + newpath +300.16 17.28 300.16 11.28 307.16 11.28 307.16 17.28 300.16 17.28 ML +closepath C99 fill + newpath +300.16 11.28 300.16 5.28 307.16 5.28 307.16 11.28 300.16 11.28 ML +closepath C99 fill + newpath +300.16 5.28 300.16 -0.72 307.16 -0.72 307.16 5.28 300.16 5.28 ML +closepath C99 fill + newpath +293.16 71.28 293.16 65.28 300.16 65.28 300.16 71.28 293.16 71.28 ML +closepath C99 fill + newpath +293.16 65.28 293.16 59.28 300.16 59.28 300.16 65.28 293.16 65.28 ML +closepath C99 fill + newpath +293.16 59.28 293.16 53.28 300.16 53.28 300.16 59.28 293.16 59.28 ML +closepath C99 fill + newpath +293.16 53.28 293.16 47.28 300.16 47.28 300.16 53.28 293.16 53.28 ML +closepath C99 fill + newpath +293.16 47.28 293.16 41.28 300.16 41.28 300.16 47.28 293.16 47.28 ML +closepath C99 fill + newpath +293.16 41.28 293.16 35.28 300.16 35.28 300.16 41.28 293.16 41.28 ML +closepath C99 fill + newpath +293.16 35.28 293.16 29.28 300.16 29.28 300.16 35.28 293.16 35.28 ML +closepath C99 fill + newpath +293.16 29.28 293.16 23.28 300.16 23.28 300.16 29.28 293.16 29.28 ML +closepath C99 fill + newpath +293.16 23.28 293.16 17.28 300.16 17.28 300.16 23.28 293.16 23.28 ML +closepath C99 fill + newpath +293.16 17.28 293.16 11.28 300.16 11.28 300.16 17.28 293.16 17.28 ML +closepath C99 fill + newpath +293.16 11.28 293.16 5.28 300.16 5.28 300.16 11.28 293.16 11.28 ML +closepath C99 fill + newpath +293.16 5.28 293.16 -0.72 300.16 -0.72 300.16 5.28 293.16 5.28 ML +closepath C99 fill + newpath +286.16 71.28 286.16 65.28 293.16 65.28 293.16 71.28 286.16 71.28 ML +closepath C99 fill + newpath +286.16 65.28 286.16 59.28 293.16 59.28 293.16 65.28 286.16 65.28 ML +closepath C99 fill + newpath +286.16 59.28 286.16 53.28 293.16 53.28 293.16 59.28 286.16 59.28 ML +closepath C99 fill + newpath +286.16 53.28 286.16 47.28 293.16 47.28 293.16 53.28 286.16 53.28 ML +closepath C99 fill + newpath +286.16 47.28 286.16 41.28 293.16 41.28 293.16 47.28 286.16 47.28 ML +closepath C99 fill + newpath +286.16 41.28 286.16 35.28 293.16 35.28 293.16 41.28 286.16 41.28 ML +closepath C99 fill + newpath +286.16 35.28 286.16 29.28 293.16 29.28 293.16 35.28 286.16 35.28 ML +closepath C99 fill + newpath +286.16 29.28 286.16 23.28 293.16 23.28 293.16 29.28 286.16 29.28 ML +closepath C99 fill + newpath +286.16 23.28 286.16 17.28 293.16 17.28 293.16 23.28 286.16 23.28 ML +closepath C99 fill + newpath +286.16 17.28 286.16 11.28 293.16 11.28 293.16 17.28 286.16 17.28 ML +closepath C99 fill + newpath +286.16 11.28 286.16 5.28 293.16 5.28 293.16 11.28 286.16 11.28 ML +closepath C99 fill + newpath +286.16 5.28 286.16 -0.72 293.16 -0.72 293.16 5.28 286.16 5.28 ML +closepath C99 fill + newpath +279.16 71.28 279.16 65.28 286.16 65.28 286.16 71.28 279.16 71.28 ML +closepath C2 fill + newpath +279.16 65.28 279.16 59.28 286.16 59.28 286.16 65.28 279.16 65.28 ML +closepath C2 fill + newpath +279.16 59.28 279.16 53.28 286.16 53.28 286.16 59.28 279.16 59.28 ML +closepath C2 fill + newpath +279.16 53.28 279.16 47.28 286.16 47.28 286.16 53.28 279.16 53.28 ML +closepath C2 fill + newpath +279.16 47.28 279.16 41.28 286.16 41.28 286.16 47.28 279.16 47.28 ML +closepath C2 fill + newpath +279.16 41.28 279.16 35.28 286.16 35.28 286.16 41.28 279.16 41.28 ML +closepath C2 fill + newpath +279.16 35.28 279.16 29.28 286.16 29.28 286.16 35.28 279.16 35.28 ML +closepath C2 fill + newpath +279.16 29.28 279.16 23.28 286.16 23.28 286.16 29.28 279.16 29.28 ML +closepath C2 fill + newpath +279.16 23.28 279.16 17.28 286.16 17.28 286.16 23.28 279.16 23.28 ML +closepath C99 fill + newpath +279.16 17.28 279.16 11.28 286.16 11.28 286.16 17.28 279.16 17.28 ML +closepath C99 fill + newpath +279.16 11.28 279.16 5.28 286.16 5.28 286.16 11.28 279.16 11.28 ML +closepath C99 fill + newpath +279.16 5.28 279.16 -0.72 286.16 -0.72 286.16 5.28 279.16 5.28 ML +closepath C99 fill + newpath +272.16 71.28 272.16 65.28 279.16 65.28 279.16 71.28 272.16 71.28 ML +closepath C99 fill + newpath +272.16 65.28 272.16 59.28 279.16 59.28 279.16 65.28 272.16 65.28 ML +closepath C99 fill + newpath +272.16 59.28 272.16 53.28 279.16 53.28 279.16 59.28 272.16 59.28 ML +closepath C99 fill + newpath +272.16 53.28 272.16 47.28 279.16 47.28 279.16 53.28 272.16 53.28 ML +closepath C99 fill + newpath +272.16 47.28 272.16 41.28 279.16 41.28 279.16 47.28 272.16 47.28 ML +closepath C99 fill + newpath +272.16 41.28 272.16 35.28 279.16 35.28 279.16 41.28 272.16 41.28 ML +closepath C99 fill + newpath +272.16 35.28 272.16 29.28 279.16 29.28 279.16 35.28 272.16 35.28 ML +closepath C99 fill + newpath +272.16 29.28 272.16 23.28 279.16 23.28 279.16 29.28 272.16 29.28 ML +closepath C99 fill + newpath +272.16 23.28 272.16 17.28 279.16 17.28 279.16 23.28 272.16 23.28 ML +closepath C99 fill + newpath +272.16 17.28 272.16 11.28 279.16 11.28 279.16 17.28 272.16 17.28 ML +closepath C99 fill + newpath +272.16 11.28 272.16 5.28 279.16 5.28 279.16 11.28 272.16 11.28 ML +closepath C99 fill + newpath +272.16 5.28 272.16 -0.72 279.16 -0.72 279.16 5.28 272.16 5.28 ML +closepath C99 fill + newpath +265.16 71.28 265.16 65.28 272.16 65.28 272.16 71.28 265.16 71.28 ML +closepath C99 fill + newpath +265.16 65.28 265.16 59.28 272.16 59.28 272.16 65.28 265.16 65.28 ML +closepath C99 fill + newpath +265.16 59.28 265.16 53.28 272.16 53.28 272.16 59.28 265.16 59.28 ML +closepath C99 fill + newpath +265.16 53.28 265.16 47.28 272.16 47.28 272.16 53.28 265.16 53.28 ML +closepath C99 fill + newpath +265.16 47.28 265.16 41.28 272.16 41.28 272.16 47.28 265.16 47.28 ML +closepath C99 fill + newpath +265.16 41.28 265.16 35.28 272.16 35.28 272.16 41.28 265.16 41.28 ML +closepath C99 fill + newpath +265.16 35.28 265.16 29.28 272.16 29.28 272.16 35.28 265.16 35.28 ML +closepath C99 fill + newpath +265.16 29.28 265.16 23.28 272.16 23.28 272.16 29.28 265.16 29.28 ML +closepath C99 fill + newpath +265.16 23.28 265.16 17.28 272.16 17.28 272.16 23.28 265.16 23.28 ML +closepath C99 fill + newpath +265.16 17.28 265.16 11.28 272.16 11.28 272.16 17.28 265.16 17.28 ML +closepath C99 fill + newpath +265.16 11.28 265.16 5.28 272.16 5.28 272.16 11.28 265.16 11.28 ML +closepath C99 fill + newpath +265.16 5.28 265.16 -0.72 272.16 -0.72 272.16 5.28 265.16 5.28 ML +closepath C99 fill + newpath +258.16 71.28 258.16 65.28 265.16 65.28 265.16 71.28 258.16 71.28 ML +closepath C2 fill + newpath +258.16 65.28 258.16 59.28 265.16 59.28 265.16 65.28 258.16 65.28 ML +closepath C2 fill + newpath +258.16 59.28 258.16 53.28 265.16 53.28 265.16 59.28 258.16 59.28 ML +closepath C2 fill + newpath +258.16 53.28 258.16 47.28 265.16 47.28 265.16 53.28 258.16 53.28 ML +closepath C2 fill + newpath +258.16 47.28 258.16 41.28 265.16 41.28 265.16 47.28 258.16 47.28 ML +closepath C2 fill + newpath +258.16 41.28 258.16 35.28 265.16 35.28 265.16 41.28 258.16 41.28 ML +closepath C2 fill + newpath +258.16 35.28 258.16 29.28 265.16 29.28 265.16 35.28 258.16 35.28 ML +closepath C2 fill + newpath +258.16 29.28 258.16 23.28 265.16 23.28 265.16 29.28 258.16 29.28 ML +closepath C2 fill + newpath +258.16 23.28 258.16 17.28 265.16 17.28 265.16 23.28 258.16 23.28 ML +closepath C99 fill + newpath +258.16 17.28 258.16 11.28 265.16 11.28 265.16 17.28 258.16 17.28 ML +closepath C99 fill + newpath +258.16 11.28 258.16 5.28 265.16 5.28 265.16 11.28 258.16 11.28 ML +closepath C99 fill + newpath +258.16 5.28 258.16 -0.72 265.16 -0.72 265.16 5.28 258.16 5.28 ML +closepath C99 fill + newpath +251.16 71.28 251.16 65.28 258.16 65.28 258.16 71.28 251.16 71.28 ML +closepath C99 fill + newpath +251.16 65.28 251.16 59.28 258.16 59.28 258.16 65.28 251.16 65.28 ML +closepath C99 fill + newpath +251.16 59.28 251.16 53.28 258.16 53.28 258.16 59.28 251.16 59.28 ML +closepath C99 fill + newpath +251.16 53.28 251.16 47.28 258.16 47.28 258.16 53.28 251.16 53.28 ML +closepath C99 fill + newpath +251.16 47.28 251.16 41.28 258.16 41.28 258.16 47.28 251.16 47.28 ML +closepath C99 fill + newpath +251.16 41.28 251.16 35.28 258.16 35.28 258.16 41.28 251.16 41.28 ML +closepath C99 fill + newpath +251.16 35.28 251.16 29.28 258.16 29.28 258.16 35.28 251.16 35.28 ML +closepath C99 fill + newpath +251.16 29.28 251.16 23.28 258.16 23.28 258.16 29.28 251.16 29.28 ML +closepath C99 fill + newpath +251.16 23.28 251.16 17.28 258.16 17.28 258.16 23.28 251.16 23.28 ML +closepath C99 fill + newpath +251.16 17.28 251.16 11.28 258.16 11.28 258.16 17.28 251.16 17.28 ML +closepath C99 fill + newpath +251.16 11.28 251.16 5.28 258.16 5.28 258.16 11.28 251.16 11.28 ML +closepath C99 fill + newpath +251.16 5.28 251.16 -0.72 258.16 -0.72 258.16 5.28 251.16 5.28 ML +closepath C99 fill + newpath +244.16 71.28 244.16 65.28 251.16 65.28 251.16 71.28 244.16 71.28 ML +closepath C99 fill + newpath +244.16 65.28 244.16 59.28 251.16 59.28 251.16 65.28 244.16 65.28 ML +closepath C99 fill + newpath +244.16 59.28 244.16 53.28 251.16 53.28 251.16 59.28 244.16 59.28 ML +closepath C99 fill + newpath +244.16 53.28 244.16 47.28 251.16 47.28 251.16 53.28 244.16 53.28 ML +closepath C99 fill + newpath +244.16 47.28 244.16 41.28 251.16 41.28 251.16 47.28 244.16 47.28 ML +closepath C99 fill + newpath +244.16 41.28 244.16 35.28 251.16 35.28 251.16 41.28 244.16 41.28 ML +closepath C99 fill + newpath +244.16 35.28 244.16 29.28 251.16 29.28 251.16 35.28 244.16 35.28 ML +closepath C99 fill + newpath +244.16 29.28 244.16 23.28 251.16 23.28 251.16 29.28 244.16 29.28 ML +closepath C99 fill + newpath +244.16 23.28 244.16 17.28 251.16 17.28 251.16 23.28 244.16 23.28 ML +closepath C99 fill + newpath +244.16 17.28 244.16 11.28 251.16 11.28 251.16 17.28 244.16 17.28 ML +closepath C99 fill + newpath +244.16 11.28 244.16 5.28 251.16 5.28 251.16 11.28 244.16 11.28 ML +closepath C99 fill + newpath +244.16 5.28 244.16 -0.72 251.16 -0.72 251.16 5.28 244.16 5.28 ML +closepath C99 fill + newpath +237.16 71.28 237.16 65.28 244.16 65.28 244.16 71.28 237.16 71.28 ML +closepath C99 fill + newpath +237.16 65.28 237.16 59.28 244.16 59.28 244.16 65.28 237.16 65.28 ML +closepath C99 fill + newpath +237.16 59.28 237.16 53.28 244.16 53.28 244.16 59.28 237.16 59.28 ML +closepath C99 fill + newpath +237.16 53.28 237.16 47.28 244.16 47.28 244.16 53.28 237.16 53.28 ML +closepath C99 fill + newpath +237.16 47.28 237.16 41.28 244.16 41.28 244.16 47.28 237.16 47.28 ML +closepath C99 fill + newpath +237.16 41.28 237.16 35.28 244.16 35.28 244.16 41.28 237.16 41.28 ML +closepath C99 fill + newpath +237.16 35.28 237.16 29.28 244.16 29.28 244.16 35.28 237.16 35.28 ML +closepath C99 fill + newpath +237.16 29.28 237.16 23.28 244.16 23.28 244.16 29.28 237.16 29.28 ML +closepath C99 fill + newpath +237.16 23.28 237.16 17.28 244.16 17.28 244.16 23.28 237.16 23.28 ML +closepath C99 fill + newpath +237.16 17.28 237.16 11.28 244.16 11.28 244.16 17.28 237.16 17.28 ML +closepath C99 fill + newpath +237.16 11.28 237.16 5.28 244.16 5.28 244.16 11.28 237.16 11.28 ML +closepath C99 fill + newpath +237.16 5.28 237.16 -0.72 244.16 -0.72 244.16 5.28 237.16 5.28 ML +closepath C99 fill + newpath +230.16 71.28 230.16 65.28 237.16 65.28 237.16 71.28 230.16 71.28 ML +closepath C99 fill + newpath +230.16 65.28 230.16 59.28 237.16 59.28 237.16 65.28 230.16 65.28 ML +closepath C99 fill + newpath +230.16 59.28 230.16 53.28 237.16 53.28 237.16 59.28 230.16 59.28 ML +closepath C99 fill + newpath +230.16 53.28 230.16 47.28 237.16 47.28 237.16 53.28 230.16 53.28 ML +closepath C99 fill + newpath +230.16 47.28 230.16 41.28 237.16 41.28 237.16 47.28 230.16 47.28 ML +closepath C99 fill + newpath +230.16 41.28 230.16 35.28 237.16 35.28 237.16 41.28 230.16 41.28 ML +closepath C99 fill + newpath +230.16 35.28 230.16 29.28 237.16 29.28 237.16 35.28 230.16 35.28 ML +closepath C99 fill + newpath +230.16 29.28 230.16 23.28 237.16 23.28 237.16 29.28 230.16 29.28 ML +closepath C99 fill + newpath +230.16 23.28 230.16 17.28 237.16 17.28 237.16 23.28 230.16 23.28 ML +closepath C99 fill + newpath +230.16 17.28 230.16 11.28 237.16 11.28 237.16 17.28 230.16 17.28 ML +closepath C99 fill + newpath +230.16 11.28 230.16 5.28 237.16 5.28 237.16 11.28 230.16 11.28 ML +closepath C99 fill + newpath +230.16 5.28 230.16 -0.72 237.16 -0.72 237.16 5.28 230.16 5.28 ML +closepath C99 fill + newpath +223.16 71.28 223.16 65.28 230.16 65.28 230.16 71.28 223.16 71.28 ML +closepath C99 fill + newpath +223.16 65.28 223.16 59.28 230.16 59.28 230.16 65.28 223.16 65.28 ML +closepath C99 fill + newpath +223.16 59.28 223.16 53.28 230.16 53.28 230.16 59.28 223.16 59.28 ML +closepath C99 fill + newpath +223.16 53.28 223.16 47.28 230.16 47.28 230.16 53.28 223.16 53.28 ML +closepath C99 fill + newpath +223.16 47.28 223.16 41.28 230.16 41.28 230.16 47.28 223.16 47.28 ML +closepath C99 fill + newpath +223.16 41.28 223.16 35.28 230.16 35.28 230.16 41.28 223.16 41.28 ML +closepath C99 fill + newpath +223.16 35.28 223.16 29.28 230.16 29.28 230.16 35.28 223.16 35.28 ML +closepath C99 fill + newpath +223.16 29.28 223.16 23.28 230.16 23.28 230.16 29.28 223.16 29.28 ML +closepath C99 fill + newpath +223.16 23.28 223.16 17.28 230.16 17.28 230.16 23.28 223.16 23.28 ML +closepath C99 fill + newpath +223.16 17.28 223.16 11.28 230.16 11.28 230.16 17.28 223.16 17.28 ML +closepath C99 fill + newpath +223.16 11.28 223.16 5.28 230.16 5.28 230.16 11.28 223.16 11.28 ML +closepath C99 fill + newpath +223.16 5.28 223.16 -0.72 230.16 -0.72 230.16 5.28 223.16 5.28 ML +closepath C99 fill + newpath +216.16 71.28 216.16 65.28 223.16 65.28 223.16 71.28 216.16 71.28 ML +closepath C99 fill + newpath +216.16 65.28 216.16 59.28 223.16 59.28 223.16 65.28 216.16 65.28 ML +closepath C99 fill + newpath +216.16 59.28 216.16 53.28 223.16 53.28 223.16 59.28 216.16 59.28 ML +closepath C99 fill + newpath +216.16 53.28 216.16 47.28 223.16 47.28 223.16 53.28 216.16 53.28 ML +closepath C99 fill + newpath +216.16 47.28 216.16 41.28 223.16 41.28 223.16 47.28 216.16 47.28 ML +closepath C99 fill + newpath +216.16 41.28 216.16 35.28 223.16 35.28 223.16 41.28 216.16 41.28 ML +closepath C99 fill + newpath +216.16 35.28 216.16 29.28 223.16 29.28 223.16 35.28 216.16 35.28 ML +closepath C99 fill + newpath +216.16 29.28 216.16 23.28 223.16 23.28 223.16 29.28 216.16 29.28 ML +closepath C99 fill + newpath +216.16 23.28 216.16 17.28 223.16 17.28 223.16 23.28 216.16 23.28 ML +closepath C99 fill + newpath +216.16 17.28 216.16 11.28 223.16 11.28 223.16 17.28 216.16 17.28 ML +closepath C99 fill + newpath +216.16 11.28 216.16 5.28 223.16 5.28 223.16 11.28 216.16 11.28 ML +closepath C99 fill + newpath +216.16 5.28 216.16 -0.72 223.16 -0.72 223.16 5.28 216.16 5.28 ML +closepath C99 fill + newpath +209.16 71.28 209.16 65.28 216.16 65.28 216.16 71.28 209.16 71.28 ML +closepath C99 fill + newpath +209.16 65.28 209.16 59.28 216.16 59.28 216.16 65.28 209.16 65.28 ML +closepath C99 fill + newpath +209.16 59.28 209.16 53.28 216.16 53.28 216.16 59.28 209.16 59.28 ML +closepath C99 fill + newpath +209.16 53.28 209.16 47.28 216.16 47.28 216.16 53.28 209.16 53.28 ML +closepath C99 fill + newpath +209.16 47.28 209.16 41.28 216.16 41.28 216.16 47.28 209.16 47.28 ML +closepath C99 fill + newpath +209.16 41.28 209.16 35.28 216.16 35.28 216.16 41.28 209.16 41.28 ML +closepath C99 fill + newpath +209.16 35.28 209.16 29.28 216.16 29.28 216.16 35.28 209.16 35.28 ML +closepath C99 fill + newpath +209.16 29.28 209.16 23.28 216.16 23.28 216.16 29.28 209.16 29.28 ML +closepath C99 fill + newpath +209.16 23.28 209.16 17.28 216.16 17.28 216.16 23.28 209.16 23.28 ML +closepath C99 fill + newpath +209.16 17.28 209.16 11.28 216.16 11.28 216.16 17.28 209.16 17.28 ML +closepath C99 fill + newpath +209.16 11.28 209.16 5.28 216.16 5.28 216.16 11.28 209.16 11.28 ML +closepath C99 fill + newpath +209.16 5.28 209.16 -0.72 216.16 -0.72 216.16 5.28 209.16 5.28 ML +closepath C99 fill + newpath +202.16 71.28 202.16 65.28 209.16 65.28 209.16 71.28 202.16 71.28 ML +closepath C99 fill + newpath +202.16 65.28 202.16 59.28 209.16 59.28 209.16 65.28 202.16 65.28 ML +closepath C99 fill + newpath +202.16 59.28 202.16 53.28 209.16 53.28 209.16 59.28 202.16 59.28 ML +closepath C99 fill + newpath +202.16 53.28 202.16 47.28 209.16 47.28 209.16 53.28 202.16 53.28 ML +closepath C99 fill + newpath +202.16 47.28 202.16 41.28 209.16 41.28 209.16 47.28 202.16 47.28 ML +closepath C99 fill + newpath +202.16 41.28 202.16 35.28 209.16 35.28 209.16 41.28 202.16 41.28 ML +closepath C99 fill + newpath +202.16 35.28 202.16 29.28 209.16 29.28 209.16 35.28 202.16 35.28 ML +closepath C99 fill + newpath +202.16 29.28 202.16 23.28 209.16 23.28 209.16 29.28 202.16 29.28 ML +closepath C99 fill + newpath +202.16 23.28 202.16 17.28 209.16 17.28 209.16 23.28 202.16 23.28 ML +closepath C99 fill + newpath +202.16 17.28 202.16 11.28 209.16 11.28 209.16 17.28 202.16 17.28 ML +closepath C99 fill + newpath +202.16 11.28 202.16 5.28 209.16 5.28 209.16 11.28 202.16 11.28 ML +closepath C99 fill + newpath +202.16 5.28 202.16 -0.72 209.16 -0.72 209.16 5.28 202.16 5.28 ML +closepath C99 fill + newpath +195.16 71.28 195.16 65.28 202.16 65.28 202.16 71.28 195.16 71.28 ML +closepath C1 fill + newpath +195.16 65.28 195.16 59.28 202.16 59.28 202.16 65.28 195.16 65.28 ML +closepath C1 fill + newpath +195.16 59.28 195.16 53.28 202.16 53.28 202.16 59.28 195.16 59.28 ML +closepath C1 fill + newpath +195.16 53.28 195.16 47.28 202.16 47.28 202.16 53.28 195.16 53.28 ML +closepath C1 fill + newpath +195.16 47.28 195.16 41.28 202.16 41.28 202.16 47.28 195.16 47.28 ML +closepath C1 fill + newpath +195.16 41.28 195.16 35.28 202.16 35.28 202.16 41.28 195.16 41.28 ML +closepath C1 fill + newpath +195.16 35.28 195.16 29.28 202.16 29.28 202.16 35.28 195.16 35.28 ML +closepath C1 fill + newpath +195.16 29.28 195.16 23.28 202.16 23.28 202.16 29.28 195.16 29.28 ML +closepath C1 fill + newpath +195.16 23.28 195.16 17.28 202.16 17.28 202.16 23.28 195.16 23.28 ML +closepath C99 fill + newpath +195.16 17.28 195.16 11.28 202.16 11.28 202.16 17.28 195.16 17.28 ML +closepath C99 fill + newpath +195.16 11.28 195.16 5.28 202.16 5.28 202.16 11.28 195.16 11.28 ML +closepath C99 fill + newpath +195.16 5.28 195.16 -0.72 202.16 -0.72 202.16 5.28 195.16 5.28 ML +closepath C99 fill + newpath +188.16 71.28 188.16 65.28 195.16 65.28 195.16 71.28 188.16 71.28 ML +closepath C1 fill + newpath +188.16 65.28 188.16 59.28 195.16 59.28 195.16 65.28 188.16 65.28 ML +closepath C1 fill + newpath +188.16 59.28 188.16 53.28 195.16 53.28 195.16 59.28 188.16 59.28 ML +closepath C1 fill + newpath +188.16 53.28 188.16 47.28 195.16 47.28 195.16 53.28 188.16 53.28 ML +closepath C1 fill + newpath +188.16 47.28 188.16 41.28 195.16 41.28 195.16 47.28 188.16 47.28 ML +closepath C1 fill + newpath +188.16 41.28 188.16 35.28 195.16 35.28 195.16 41.28 188.16 41.28 ML +closepath C1 fill + newpath +188.16 35.28 188.16 29.28 195.16 29.28 195.16 35.28 188.16 35.28 ML +closepath C1 fill + newpath +188.16 29.28 188.16 23.28 195.16 23.28 195.16 29.28 188.16 29.28 ML +closepath C1 fill + newpath +188.16 23.28 188.16 17.28 195.16 17.28 195.16 23.28 188.16 23.28 ML +closepath C99 fill + newpath +188.16 17.28 188.16 11.28 195.16 11.28 195.16 17.28 188.16 17.28 ML +closepath C99 fill + newpath +188.16 11.28 188.16 5.28 195.16 5.28 195.16 11.28 188.16 11.28 ML +closepath C99 fill + newpath +188.16 5.28 188.16 -0.72 195.16 -0.72 195.16 5.28 188.16 5.28 ML +closepath C99 fill + newpath +181.16 71.28 181.16 65.28 188.16 65.28 188.16 71.28 181.16 71.28 ML +closepath C99 fill + newpath +181.16 65.28 181.16 59.28 188.16 59.28 188.16 65.28 181.16 65.28 ML +closepath C99 fill + newpath +181.16 59.28 181.16 53.28 188.16 53.28 188.16 59.28 181.16 59.28 ML +closepath C99 fill + newpath +181.16 53.28 181.16 47.28 188.16 47.28 188.16 53.28 181.16 53.28 ML +closepath C99 fill + newpath +181.16 47.28 181.16 41.28 188.16 41.28 188.16 47.28 181.16 47.28 ML +closepath C99 fill + newpath +181.16 41.28 181.16 35.28 188.16 35.28 188.16 41.28 181.16 41.28 ML +closepath C99 fill + newpath +181.16 35.28 181.16 29.28 188.16 29.28 188.16 35.28 181.16 35.28 ML +closepath C99 fill + newpath +181.16 29.28 181.16 23.28 188.16 23.28 188.16 29.28 181.16 29.28 ML +closepath C99 fill + newpath +181.16 23.28 181.16 17.28 188.16 17.28 188.16 23.28 181.16 23.28 ML +closepath C99 fill + newpath +181.16 17.28 181.16 11.28 188.16 11.28 188.16 17.28 181.16 17.28 ML +closepath C99 fill + newpath +181.16 11.28 181.16 5.28 188.16 5.28 188.16 11.28 181.16 11.28 ML +closepath C99 fill + newpath +181.16 5.28 181.16 -0.72 188.16 -0.72 188.16 5.28 181.16 5.28 ML +closepath C99 fill + newpath +174.16 71.28 174.16 65.28 181.16 65.28 181.16 71.28 174.16 71.28 ML +closepath C99 fill + newpath +174.16 65.28 174.16 59.28 181.16 59.28 181.16 65.28 174.16 65.28 ML +closepath C99 fill + newpath +174.16 59.28 174.16 53.28 181.16 53.28 181.16 59.28 174.16 59.28 ML +closepath C99 fill + newpath +174.16 53.28 174.16 47.28 181.16 47.28 181.16 53.28 174.16 53.28 ML +closepath C99 fill + newpath +174.16 47.28 174.16 41.28 181.16 41.28 181.16 47.28 174.16 47.28 ML +closepath C99 fill + newpath +174.16 41.28 174.16 35.28 181.16 35.28 181.16 41.28 174.16 41.28 ML +closepath C99 fill + newpath +174.16 35.28 174.16 29.28 181.16 29.28 181.16 35.28 174.16 35.28 ML +closepath C99 fill + newpath +174.16 29.28 174.16 23.28 181.16 23.28 181.16 29.28 174.16 29.28 ML +closepath C99 fill + newpath +174.16 23.28 174.16 17.28 181.16 17.28 181.16 23.28 174.16 23.28 ML +closepath C99 fill + newpath +174.16 17.28 174.16 11.28 181.16 11.28 181.16 17.28 174.16 17.28 ML +closepath C99 fill + newpath +174.16 11.28 174.16 5.28 181.16 5.28 181.16 11.28 174.16 11.28 ML +closepath C99 fill + newpath +174.16 5.28 174.16 -0.72 181.16 -0.72 181.16 5.28 174.16 5.28 ML +closepath C99 fill + newpath +167.16 71.28 167.16 65.28 174.16 65.28 174.16 71.28 167.16 71.28 ML +closepath C99 fill + newpath +167.16 65.28 167.16 59.28 174.16 59.28 174.16 65.28 167.16 65.28 ML +closepath C99 fill + newpath +167.16 59.28 167.16 53.28 174.16 53.28 174.16 59.28 167.16 59.28 ML +closepath C99 fill + newpath +167.16 53.28 167.16 47.28 174.16 47.28 174.16 53.28 167.16 53.28 ML +closepath C99 fill + newpath +167.16 47.28 167.16 41.28 174.16 41.28 174.16 47.28 167.16 47.28 ML +closepath C99 fill + newpath +167.16 41.28 167.16 35.28 174.16 35.28 174.16 41.28 167.16 41.28 ML +closepath C99 fill + newpath +167.16 35.28 167.16 29.28 174.16 29.28 174.16 35.28 167.16 35.28 ML +closepath C99 fill + newpath +167.16 29.28 167.16 23.28 174.16 23.28 174.16 29.28 167.16 29.28 ML +closepath C99 fill + newpath +167.16 23.28 167.16 17.28 174.16 17.28 174.16 23.28 167.16 23.28 ML +closepath C99 fill + newpath +167.16 17.28 167.16 11.28 174.16 11.28 174.16 17.28 167.16 17.28 ML +closepath C99 fill + newpath +167.16 11.28 167.16 5.28 174.16 5.28 174.16 11.28 167.16 11.28 ML +closepath C99 fill + newpath +167.16 5.28 167.16 -0.72 174.16 -0.72 174.16 5.28 167.16 5.28 ML +closepath C99 fill + newpath +160.16 71.28 160.16 65.28 167.16 65.28 167.16 71.28 160.16 71.28 ML +closepath C99 fill + newpath +160.16 65.28 160.16 59.28 167.16 59.28 167.16 65.28 160.16 65.28 ML +closepath C99 fill + newpath +160.16 59.28 160.16 53.28 167.16 53.28 167.16 59.28 160.16 59.28 ML +closepath C99 fill + newpath +160.16 53.28 160.16 47.28 167.16 47.28 167.16 53.28 160.16 53.28 ML +closepath C99 fill + newpath +160.16 47.28 160.16 41.28 167.16 41.28 167.16 47.28 160.16 47.28 ML +closepath C99 fill + newpath +160.16 41.28 160.16 35.28 167.16 35.28 167.16 41.28 160.16 41.28 ML +closepath C99 fill + newpath +160.16 35.28 160.16 29.28 167.16 29.28 167.16 35.28 160.16 35.28 ML +closepath C99 fill + newpath +160.16 29.28 160.16 23.28 167.16 23.28 167.16 29.28 160.16 29.28 ML +closepath C99 fill + newpath +160.16 23.28 160.16 17.28 167.16 17.28 167.16 23.28 160.16 23.28 ML +closepath C99 fill + newpath +160.16 17.28 160.16 11.28 167.16 11.28 167.16 17.28 160.16 17.28 ML +closepath C99 fill + newpath +160.16 11.28 160.16 5.28 167.16 5.28 167.16 11.28 160.16 11.28 ML +closepath C99 fill + newpath +160.16 5.28 160.16 -0.72 167.16 -0.72 167.16 5.28 160.16 5.28 ML +closepath C99 fill + newpath +153.16 71.28 153.16 65.28 160.16 65.28 160.16 71.28 153.16 71.28 ML +closepath C99 fill + newpath +153.16 65.28 153.16 59.28 160.16 59.28 160.16 65.28 153.16 65.28 ML +closepath C99 fill + newpath +153.16 59.28 153.16 53.28 160.16 53.28 160.16 59.28 153.16 59.28 ML +closepath C99 fill + newpath +153.16 53.28 153.16 47.28 160.16 47.28 160.16 53.28 153.16 53.28 ML +closepath C99 fill + newpath +153.16 47.28 153.16 41.28 160.16 41.28 160.16 47.28 153.16 47.28 ML +closepath C99 fill + newpath +153.16 41.28 153.16 35.28 160.16 35.28 160.16 41.28 153.16 41.28 ML +closepath C99 fill + newpath +153.16 35.28 153.16 29.28 160.16 29.28 160.16 35.28 153.16 35.28 ML +closepath C99 fill + newpath +153.16 29.28 153.16 23.28 160.16 23.28 160.16 29.28 153.16 29.28 ML +closepath C99 fill + newpath +153.16 23.28 153.16 17.28 160.16 17.28 160.16 23.28 153.16 23.28 ML +closepath C99 fill + newpath +153.16 17.28 153.16 11.28 160.16 11.28 160.16 17.28 153.16 17.28 ML +closepath C99 fill + newpath +153.16 11.28 153.16 5.28 160.16 5.28 160.16 11.28 153.16 11.28 ML +closepath C99 fill + newpath +153.16 5.28 153.16 -0.72 160.16 -0.72 160.16 5.28 153.16 5.28 ML +closepath C99 fill + newpath +146.16 71.28 146.16 65.28 153.16 65.28 153.16 71.28 146.16 71.28 ML +closepath C99 fill + newpath +146.16 65.28 146.16 59.28 153.16 59.28 153.16 65.28 146.16 65.28 ML +closepath C99 fill + newpath +146.16 59.28 146.16 53.28 153.16 53.28 153.16 59.28 146.16 59.28 ML +closepath C99 fill + newpath +146.16 53.28 146.16 47.28 153.16 47.28 153.16 53.28 146.16 53.28 ML +closepath C99 fill + newpath +146.16 47.28 146.16 41.28 153.16 41.28 153.16 47.28 146.16 47.28 ML +closepath C99 fill + newpath +146.16 41.28 146.16 35.28 153.16 35.28 153.16 41.28 146.16 41.28 ML +closepath C99 fill + newpath +146.16 35.28 146.16 29.28 153.16 29.28 153.16 35.28 146.16 35.28 ML +closepath C99 fill + newpath +146.16 29.28 146.16 23.28 153.16 23.28 153.16 29.28 146.16 29.28 ML +closepath C99 fill + newpath +146.16 23.28 146.16 17.28 153.16 17.28 153.16 23.28 146.16 23.28 ML +closepath C99 fill + newpath +146.16 17.28 146.16 11.28 153.16 11.28 153.16 17.28 146.16 17.28 ML +closepath C99 fill + newpath +146.16 11.28 146.16 5.28 153.16 5.28 153.16 11.28 146.16 11.28 ML +closepath C99 fill + newpath +146.16 5.28 146.16 -0.72 153.16 -0.72 153.16 5.28 146.16 5.28 ML +closepath C99 fill + newpath +139.16 71.28 139.16 65.28 146.16 65.28 146.16 71.28 139.16 71.28 ML +closepath C99 fill + newpath +139.16 65.28 139.16 59.28 146.16 59.28 146.16 65.28 139.16 65.28 ML +closepath C99 fill + newpath +139.16 59.28 139.16 53.28 146.16 53.28 146.16 59.28 139.16 59.28 ML +closepath C99 fill + newpath +139.16 53.28 139.16 47.28 146.16 47.28 146.16 53.28 139.16 53.28 ML +closepath C99 fill + newpath +139.16 47.28 139.16 41.28 146.16 41.28 146.16 47.28 139.16 47.28 ML +closepath C99 fill + newpath +139.16 41.28 139.16 35.28 146.16 35.28 146.16 41.28 139.16 41.28 ML +closepath C99 fill + newpath +139.16 35.28 139.16 29.28 146.16 29.28 146.16 35.28 139.16 35.28 ML +closepath C99 fill + newpath +139.16 29.28 139.16 23.28 146.16 23.28 146.16 29.28 139.16 29.28 ML +closepath C99 fill + newpath +139.16 23.28 139.16 17.28 146.16 17.28 146.16 23.28 139.16 23.28 ML +closepath C99 fill + newpath +139.16 17.28 139.16 11.28 146.16 11.28 146.16 17.28 139.16 17.28 ML +closepath C99 fill + newpath +139.16 11.28 139.16 5.28 146.16 5.28 146.16 11.28 139.16 11.28 ML +closepath C99 fill + newpath +139.16 5.28 139.16 -0.72 146.16 -0.72 146.16 5.28 139.16 5.28 ML +closepath C99 fill + newpath +132.16 71.28 132.16 65.28 139.16 65.28 139.16 71.28 132.16 71.28 ML +closepath C99 fill + newpath +132.16 65.28 132.16 59.28 139.16 59.28 139.16 65.28 132.16 65.28 ML +closepath C99 fill + newpath +132.16 59.28 132.16 53.28 139.16 53.28 139.16 59.28 132.16 59.28 ML +closepath C99 fill + newpath +132.16 53.28 132.16 47.28 139.16 47.28 139.16 53.28 132.16 53.28 ML +closepath C99 fill + newpath +132.16 47.28 132.16 41.28 139.16 41.28 139.16 47.28 132.16 47.28 ML +closepath C99 fill + newpath +132.16 41.28 132.16 35.28 139.16 35.28 139.16 41.28 132.16 41.28 ML +closepath C99 fill + newpath +132.16 35.28 132.16 29.28 139.16 29.28 139.16 35.28 132.16 35.28 ML +closepath C99 fill + newpath +132.16 29.28 132.16 23.28 139.16 23.28 139.16 29.28 132.16 29.28 ML +closepath C99 fill + newpath +132.16 23.28 132.16 17.28 139.16 17.28 139.16 23.28 132.16 23.28 ML +closepath C99 fill + newpath +132.16 17.28 132.16 11.28 139.16 11.28 139.16 17.28 132.16 17.28 ML +closepath C99 fill + newpath +132.16 11.28 132.16 5.28 139.16 5.28 139.16 11.28 132.16 11.28 ML +closepath C99 fill + newpath +132.16 5.28 132.16 -0.72 139.16 -0.72 139.16 5.28 132.16 5.28 ML +closepath C99 fill + newpath +125.16 71.28 125.16 65.28 132.16 65.28 132.16 71.28 125.16 71.28 ML +closepath C2 fill + newpath +125.16 65.28 125.16 59.28 132.16 59.28 132.16 65.28 125.16 65.28 ML +closepath C2 fill + newpath +125.16 59.28 125.16 53.28 132.16 53.28 132.16 59.28 125.16 59.28 ML +closepath C2 fill + newpath +125.16 53.28 125.16 47.28 132.16 47.28 132.16 53.28 125.16 53.28 ML +closepath C2 fill + newpath +125.16 47.28 125.16 41.28 132.16 41.28 132.16 47.28 125.16 47.28 ML +closepath C2 fill + newpath +125.16 41.28 125.16 35.28 132.16 35.28 132.16 41.28 125.16 41.28 ML +closepath C2 fill + newpath +125.16 35.28 125.16 29.28 132.16 29.28 132.16 35.28 125.16 35.28 ML +closepath C2 fill + newpath +125.16 29.28 125.16 23.28 132.16 23.28 132.16 29.28 125.16 29.28 ML +closepath C2 fill + newpath +125.16 23.28 125.16 17.28 132.16 17.28 132.16 23.28 125.16 23.28 ML +closepath C99 fill + newpath +125.16 17.28 125.16 11.28 132.16 11.28 132.16 17.28 125.16 17.28 ML +closepath C99 fill + newpath +125.16 11.28 125.16 5.28 132.16 5.28 132.16 11.28 125.16 11.28 ML +closepath C99 fill + newpath +125.16 5.28 125.16 -0.72 132.16 -0.72 132.16 5.28 125.16 5.28 ML +closepath C99 fill + newpath +118.16 71.28 118.16 65.28 125.16 65.28 125.16 71.28 118.16 71.28 ML +closepath C2 fill + newpath +118.16 65.28 118.16 59.28 125.16 59.28 125.16 65.28 118.16 65.28 ML +closepath C2 fill + newpath +118.16 59.28 118.16 53.28 125.16 53.28 125.16 59.28 118.16 59.28 ML +closepath C2 fill + newpath +118.16 53.28 118.16 47.28 125.16 47.28 125.16 53.28 118.16 53.28 ML +closepath C2 fill + newpath +118.16 47.28 118.16 41.28 125.16 41.28 125.16 47.28 118.16 47.28 ML +closepath C2 fill + newpath +118.16 41.28 118.16 35.28 125.16 35.28 125.16 41.28 118.16 41.28 ML +closepath C2 fill + newpath +118.16 35.28 118.16 29.28 125.16 29.28 125.16 35.28 118.16 35.28 ML +closepath C2 fill + newpath +118.16 29.28 118.16 23.28 125.16 23.28 125.16 29.28 118.16 29.28 ML +closepath C2 fill + newpath +118.16 23.28 118.16 17.28 125.16 17.28 125.16 23.28 118.16 23.28 ML +closepath C99 fill + newpath +118.16 17.28 118.16 11.28 125.16 11.28 125.16 17.28 118.16 17.28 ML +closepath C99 fill + newpath +118.16 11.28 118.16 5.28 125.16 5.28 125.16 11.28 118.16 11.28 ML +closepath C99 fill + newpath +118.16 5.28 118.16 -0.72 125.16 -0.72 125.16 5.28 118.16 5.28 ML +closepath C99 fill + newpath +111.16 71.28 111.16 65.28 118.16 65.28 118.16 71.28 111.16 71.28 ML +closepath C99 fill + newpath +111.16 65.28 111.16 59.28 118.16 59.28 118.16 65.28 111.16 65.28 ML +closepath C99 fill + newpath +111.16 59.28 111.16 53.28 118.16 53.28 118.16 59.28 111.16 59.28 ML +closepath C99 fill + newpath +111.16 53.28 111.16 47.28 118.16 47.28 118.16 53.28 111.16 53.28 ML +closepath C99 fill + newpath +111.16 47.28 111.16 41.28 118.16 41.28 118.16 47.28 111.16 47.28 ML +closepath C99 fill + newpath +111.16 41.28 111.16 35.28 118.16 35.28 118.16 41.28 111.16 41.28 ML +closepath C99 fill + newpath +111.16 35.28 111.16 29.28 118.16 29.28 118.16 35.28 111.16 35.28 ML +closepath C99 fill + newpath +111.16 29.28 111.16 23.28 118.16 23.28 118.16 29.28 111.16 29.28 ML +closepath C99 fill + newpath +111.16 23.28 111.16 17.28 118.16 17.28 118.16 23.28 111.16 23.28 ML +closepath C99 fill + newpath +111.16 17.28 111.16 11.28 118.16 11.28 118.16 17.28 111.16 17.28 ML +closepath C99 fill + newpath +111.16 11.28 111.16 5.28 118.16 5.28 118.16 11.28 111.16 11.28 ML +closepath C99 fill + newpath +111.16 5.28 111.16 -0.72 118.16 -0.72 118.16 5.28 111.16 5.28 ML +closepath C99 fill + newpath +104.16 71.28 104.16 65.28 111.16 65.28 111.16 71.28 104.16 71.28 ML +closepath C2 fill + newpath +104.16 65.28 104.16 59.28 111.16 59.28 111.16 65.28 104.16 65.28 ML +closepath C2 fill + newpath +104.16 59.28 104.16 53.28 111.16 53.28 111.16 59.28 104.16 59.28 ML +closepath C2 fill + newpath +104.16 53.28 104.16 47.28 111.16 47.28 111.16 53.28 104.16 53.28 ML +closepath C2 fill + newpath +104.16 47.28 104.16 41.28 111.16 41.28 111.16 47.28 104.16 47.28 ML +closepath C2 fill + newpath +104.16 41.28 104.16 35.28 111.16 35.28 111.16 41.28 104.16 41.28 ML +closepath C2 fill + newpath +104.16 35.28 104.16 29.28 111.16 29.28 111.16 35.28 104.16 35.28 ML +closepath C2 fill + newpath +104.16 29.28 104.16 23.28 111.16 23.28 111.16 29.28 104.16 29.28 ML +closepath C2 fill + newpath +104.16 23.28 104.16 17.28 111.16 17.28 111.16 23.28 104.16 23.28 ML +closepath C99 fill + newpath +104.16 17.28 104.16 11.28 111.16 11.28 111.16 17.28 104.16 17.28 ML +closepath C99 fill + newpath +104.16 11.28 104.16 5.28 111.16 5.28 111.16 11.28 104.16 11.28 ML +closepath C99 fill + newpath +104.16 5.28 104.16 -0.72 111.16 -0.72 111.16 5.28 104.16 5.28 ML +closepath C99 fill + newpath +97.16 71.28 97.16 65.28 104.16 65.28 104.16 71.28 97.16 71.28 ML +closepath C2 fill + newpath +97.16 65.28 97.16 59.28 104.16 59.28 104.16 65.28 97.16 65.28 ML +closepath C2 fill + newpath +97.16 59.28 97.16 53.28 104.16 53.28 104.16 59.28 97.16 59.28 ML +closepath C2 fill + newpath +97.16 53.28 97.16 47.28 104.16 47.28 104.16 53.28 97.16 53.28 ML +closepath C2 fill + newpath +97.16 47.28 97.16 41.28 104.16 41.28 104.16 47.28 97.16 47.28 ML +closepath C2 fill + newpath +97.16 41.28 97.16 35.28 104.16 35.28 104.16 41.28 97.16 41.28 ML +closepath C2 fill + newpath +97.16 35.28 97.16 29.28 104.16 29.28 104.16 35.28 97.16 35.28 ML +closepath C2 fill + newpath +97.16 29.28 97.16 23.28 104.16 23.28 104.16 29.28 97.16 29.28 ML +closepath C2 fill + newpath +97.16 23.28 97.16 17.28 104.16 17.28 104.16 23.28 97.16 23.28 ML +closepath C99 fill + newpath +97.16 17.28 97.16 11.28 104.16 11.28 104.16 17.28 97.16 17.28 ML +closepath C99 fill + newpath +97.16 11.28 97.16 5.28 104.16 5.28 104.16 11.28 97.16 11.28 ML +closepath C99 fill + newpath +97.16 5.28 97.16 -0.72 104.16 -0.72 104.16 5.28 97.16 5.28 ML +closepath C99 fill + newpath +90.16 71.28 90.16 65.28 97.16 65.28 97.16 71.28 90.16 71.28 ML +closepath C2 fill + newpath +90.16 65.28 90.16 59.28 97.16 59.28 97.16 65.28 90.16 65.28 ML +closepath C2 fill + newpath +90.16 59.28 90.16 53.28 97.16 53.28 97.16 59.28 90.16 59.28 ML +closepath C2 fill + newpath +90.16 53.28 90.16 47.28 97.16 47.28 97.16 53.28 90.16 53.28 ML +closepath C2 fill + newpath +90.16 47.28 90.16 41.28 97.16 41.28 97.16 47.28 90.16 47.28 ML +closepath C2 fill + newpath +90.16 41.28 90.16 35.28 97.16 35.28 97.16 41.28 90.16 41.28 ML +closepath C2 fill + newpath +90.16 35.28 90.16 29.28 97.16 29.28 97.16 35.28 90.16 35.28 ML +closepath C2 fill + newpath +90.16 29.28 90.16 23.28 97.16 23.28 97.16 29.28 90.16 29.28 ML +closepath C2 fill + newpath +90.16 23.28 90.16 17.28 97.16 17.28 97.16 23.28 90.16 23.28 ML +closepath C99 fill + newpath +90.16 17.28 90.16 11.28 97.16 11.28 97.16 17.28 90.16 17.28 ML +closepath C99 fill + newpath +90.16 11.28 90.16 5.28 97.16 5.28 97.16 11.28 90.16 11.28 ML +closepath C99 fill + newpath +90.16 5.28 90.16 -0.72 97.16 -0.72 97.16 5.28 90.16 5.28 ML +closepath C99 fill + newpath +83.16 71.28 83.16 65.28 90.16 65.28 90.16 71.28 83.16 71.28 ML +closepath C2 fill + newpath +83.16 65.28 83.16 59.28 90.16 59.28 90.16 65.28 83.16 65.28 ML +closepath C2 fill + newpath +83.16 59.28 83.16 53.28 90.16 53.28 90.16 59.28 83.16 59.28 ML +closepath C2 fill + newpath +83.16 53.28 83.16 47.28 90.16 47.28 90.16 53.28 83.16 53.28 ML +closepath C2 fill + newpath +83.16 47.28 83.16 41.28 90.16 41.28 90.16 47.28 83.16 47.28 ML +closepath C2 fill + newpath +83.16 41.28 83.16 35.28 90.16 35.28 90.16 41.28 83.16 41.28 ML +closepath C2 fill + newpath +83.16 35.28 83.16 29.28 90.16 29.28 90.16 35.28 83.16 35.28 ML +closepath C2 fill + newpath +83.16 29.28 83.16 23.28 90.16 23.28 90.16 29.28 83.16 29.28 ML +closepath C2 fill + newpath +83.16 23.28 83.16 17.28 90.16 17.28 90.16 23.28 83.16 23.28 ML +closepath C99 fill + newpath +83.16 17.28 83.16 11.28 90.16 11.28 90.16 17.28 83.16 17.28 ML +closepath C99 fill + newpath +83.16 11.28 83.16 5.28 90.16 5.28 90.16 11.28 83.16 11.28 ML +closepath C99 fill + newpath +83.16 5.28 83.16 -0.72 90.16 -0.72 90.16 5.28 83.16 5.28 ML +closepath C99 fill + newpath +76.16 71.28 76.16 65.28 83.16 65.28 83.16 71.28 76.16 71.28 ML +closepath C99 fill + newpath +76.16 65.28 76.16 59.28 83.16 59.28 83.16 65.28 76.16 65.28 ML +closepath C99 fill + newpath +76.16 59.28 76.16 53.28 83.16 53.28 83.16 59.28 76.16 59.28 ML +closepath C99 fill + newpath +76.16 53.28 76.16 47.28 83.16 47.28 83.16 53.28 76.16 53.28 ML +closepath C99 fill + newpath +76.16 47.28 76.16 41.28 83.16 41.28 83.16 47.28 76.16 47.28 ML +closepath C99 fill + newpath +76.16 41.28 76.16 35.28 83.16 35.28 83.16 41.28 76.16 41.28 ML +closepath C99 fill + newpath +76.16 35.28 76.16 29.28 83.16 29.28 83.16 35.28 76.16 35.28 ML +closepath C99 fill + newpath +76.16 29.28 76.16 23.28 83.16 23.28 83.16 29.28 76.16 29.28 ML +closepath C99 fill + newpath +76.16 23.28 76.16 17.28 83.16 17.28 83.16 23.28 76.16 23.28 ML +closepath C99 fill + newpath +76.16 17.28 76.16 11.28 83.16 11.28 83.16 17.28 76.16 17.28 ML +closepath C99 fill + newpath +76.16 11.28 76.16 5.28 83.16 5.28 83.16 11.28 76.16 11.28 ML +closepath C99 fill + newpath +76.16 5.28 76.16 -0.72 83.16 -0.72 83.16 5.28 76.16 5.28 ML +closepath C99 fill + newpath +69.16 71.28 69.16 65.28 76.16 65.28 76.16 71.28 69.16 71.28 ML +closepath C2 fill + newpath +69.16 65.28 69.16 59.28 76.16 59.28 76.16 65.28 69.16 65.28 ML +closepath C2 fill + newpath +69.16 59.28 69.16 53.28 76.16 53.28 76.16 59.28 69.16 59.28 ML +closepath C2 fill + newpath +69.16 53.28 69.16 47.28 76.16 47.28 76.16 53.28 69.16 53.28 ML +closepath C2 fill + newpath +69.16 47.28 69.16 41.28 76.16 41.28 76.16 47.28 69.16 47.28 ML +closepath C2 fill + newpath +69.16 41.28 69.16 35.28 76.16 35.28 76.16 41.28 69.16 41.28 ML +closepath C2 fill + newpath +69.16 35.28 69.16 29.28 76.16 29.28 76.16 35.28 69.16 35.28 ML +closepath C2 fill + newpath +69.16 29.28 69.16 23.28 76.16 23.28 76.16 29.28 69.16 29.28 ML +closepath C2 fill + newpath +69.16 23.28 69.16 17.28 76.16 17.28 76.16 23.28 69.16 23.28 ML +closepath C99 fill + newpath +69.16 17.28 69.16 11.28 76.16 11.28 76.16 17.28 69.16 17.28 ML +closepath C99 fill + newpath +69.16 11.28 69.16 5.28 76.16 5.28 76.16 11.28 69.16 11.28 ML +closepath C99 fill + newpath +69.16 5.28 69.16 -0.72 76.16 -0.72 76.16 5.28 69.16 5.28 ML +closepath C99 fill + newpath +62.16 71.28 62.16 65.28 69.16 65.28 69.16 71.28 62.16 71.28 ML +closepath C99 fill + newpath +62.16 65.28 62.16 59.28 69.16 59.28 69.16 65.28 62.16 65.28 ML +closepath C99 fill + newpath +62.16 59.28 62.16 53.28 69.16 53.28 69.16 59.28 62.16 59.28 ML +closepath C99 fill + newpath +62.16 53.28 62.16 47.28 69.16 47.28 69.16 53.28 62.16 53.28 ML +closepath C99 fill + newpath +62.16 47.28 62.16 41.28 69.16 41.28 69.16 47.28 62.16 47.28 ML +closepath C99 fill + newpath +62.16 41.28 62.16 35.28 69.16 35.28 69.16 41.28 62.16 41.28 ML +closepath C99 fill + newpath +62.16 35.28 62.16 29.28 69.16 29.28 69.16 35.28 62.16 35.28 ML +closepath C99 fill + newpath +62.16 29.28 62.16 23.28 69.16 23.28 69.16 29.28 62.16 29.28 ML +closepath C99 fill + newpath +62.16 23.28 62.16 17.28 69.16 17.28 69.16 23.28 62.16 23.28 ML +closepath C99 fill + newpath +62.16 17.28 62.16 11.28 69.16 11.28 69.16 17.28 62.16 17.28 ML +closepath C99 fill + newpath +62.16 11.28 62.16 5.28 69.16 5.28 69.16 11.28 62.16 11.28 ML +closepath C99 fill + newpath +62.16 5.28 62.16 -0.72 69.16 -0.72 69.16 5.28 62.16 5.28 ML +closepath C99 fill + newpath +55.16 71.28 55.16 65.28 62.16 65.28 62.16 71.28 55.16 71.28 ML +closepath C1 fill + newpath +55.16 65.28 55.16 59.28 62.16 59.28 62.16 65.28 55.16 65.28 ML +closepath C1 fill + newpath +55.16 59.28 55.16 53.28 62.16 53.28 62.16 59.28 55.16 59.28 ML +closepath C1 fill + newpath +55.16 53.28 55.16 47.28 62.16 47.28 62.16 53.28 55.16 53.28 ML +closepath C1 fill + newpath +55.16 47.28 55.16 41.28 62.16 41.28 62.16 47.28 55.16 47.28 ML +closepath C1 fill + newpath +55.16 41.28 55.16 35.28 62.16 35.28 62.16 41.28 55.16 41.28 ML +closepath C1 fill + newpath +55.16 35.28 55.16 29.28 62.16 29.28 62.16 35.28 55.16 35.28 ML +closepath C1 fill + newpath +55.16 29.28 55.16 23.28 62.16 23.28 62.16 29.28 55.16 29.28 ML +closepath C1 fill + newpath +55.16 23.28 55.16 17.28 62.16 17.28 62.16 23.28 55.16 23.28 ML +closepath C99 fill + newpath +55.16 17.28 55.16 11.28 62.16 11.28 62.16 17.28 55.16 17.28 ML +closepath C99 fill + newpath +55.16 11.28 55.16 5.28 62.16 5.28 62.16 11.28 55.16 11.28 ML +closepath C99 fill + newpath +55.16 5.28 55.16 -0.72 62.16 -0.72 62.16 5.28 55.16 5.28 ML +closepath C99 fill + newpath +48.16 71.28 48.16 65.28 55.16 65.28 55.16 71.28 48.16 71.28 ML +closepath C99 fill + newpath +48.16 65.28 48.16 59.28 55.16 59.28 55.16 65.28 48.16 65.28 ML +closepath C99 fill + newpath +48.16 59.28 48.16 53.28 55.16 53.28 55.16 59.28 48.16 59.28 ML +closepath C99 fill + newpath +48.16 53.28 48.16 47.28 55.16 47.28 55.16 53.28 48.16 53.28 ML +closepath C99 fill + newpath +48.16 47.28 48.16 41.28 55.16 41.28 55.16 47.28 48.16 47.28 ML +closepath C99 fill + newpath +48.16 41.28 48.16 35.28 55.16 35.28 55.16 41.28 48.16 41.28 ML +closepath C99 fill + newpath +48.16 35.28 48.16 29.28 55.16 29.28 55.16 35.28 48.16 35.28 ML +closepath C99 fill + newpath +48.16 29.28 48.16 23.28 55.16 23.28 55.16 29.28 48.16 29.28 ML +closepath C99 fill + newpath +48.16 23.28 48.16 17.28 55.16 17.28 55.16 23.28 48.16 23.28 ML +closepath C99 fill + newpath +48.16 17.28 48.16 11.28 55.16 11.28 55.16 17.28 48.16 17.28 ML +closepath C99 fill + newpath +48.16 11.28 48.16 5.28 55.16 5.28 55.16 11.28 48.16 11.28 ML +closepath C99 fill + newpath +48.16 5.28 48.16 -0.72 55.16 -0.72 55.16 5.28 48.16 5.28 ML +closepath C99 fill + newpath +41.16 71.28 41.16 65.28 48.16 65.28 48.16 71.28 41.16 71.28 ML +closepath C1 fill + newpath +41.16 65.28 41.16 59.28 48.16 59.28 48.16 65.28 41.16 65.28 ML +closepath C1 fill + newpath +41.16 59.28 41.16 53.28 48.16 53.28 48.16 59.28 41.16 59.28 ML +closepath C1 fill + newpath +41.16 53.28 41.16 47.28 48.16 47.28 48.16 53.28 41.16 53.28 ML +closepath C1 fill + newpath +41.16 47.28 41.16 41.28 48.16 41.28 48.16 47.28 41.16 47.28 ML +closepath C1 fill + newpath +41.16 41.28 41.16 35.28 48.16 35.28 48.16 41.28 41.16 41.28 ML +closepath C1 fill + newpath +41.16 35.28 41.16 29.28 48.16 29.28 48.16 35.28 41.16 35.28 ML +closepath C1 fill + newpath +41.16 29.28 41.16 23.28 48.16 23.28 48.16 29.28 41.16 29.28 ML +closepath C1 fill + newpath +41.16 23.28 41.16 17.28 48.16 17.28 48.16 23.28 41.16 23.28 ML +closepath C99 fill + newpath +41.16 17.28 41.16 11.28 48.16 11.28 48.16 17.28 41.16 17.28 ML +closepath C99 fill + newpath +41.16 11.28 41.16 5.28 48.16 5.28 48.16 11.28 41.16 11.28 ML +closepath C99 fill + newpath +41.16 5.28 41.16 -0.72 48.16 -0.72 48.16 5.28 41.16 5.28 ML +closepath C99 fill + newpath +34.16 71.28 34.16 65.28 41.16 65.28 41.16 71.28 34.16 71.28 ML +closepath C99 fill + newpath +34.16 65.28 34.16 59.28 41.16 59.28 41.16 65.28 34.16 65.28 ML +closepath C99 fill + newpath +34.16 59.28 34.16 53.28 41.16 53.28 41.16 59.28 34.16 59.28 ML +closepath C99 fill + newpath +34.16 53.28 34.16 47.28 41.16 47.28 41.16 53.28 34.16 53.28 ML +closepath C99 fill + newpath +34.16 47.28 34.16 41.28 41.16 41.28 41.16 47.28 34.16 47.28 ML +closepath C99 fill + newpath +34.16 41.28 34.16 35.28 41.16 35.28 41.16 41.28 34.16 41.28 ML +closepath C99 fill + newpath +34.16 35.28 34.16 29.28 41.16 29.28 41.16 35.28 34.16 35.28 ML +closepath C99 fill + newpath +34.16 29.28 34.16 23.28 41.16 23.28 41.16 29.28 34.16 29.28 ML +closepath C99 fill + newpath +34.16 23.28 34.16 17.28 41.16 17.28 41.16 23.28 34.16 23.28 ML +closepath C99 fill + newpath +34.16 17.28 34.16 11.28 41.16 11.28 41.16 17.28 34.16 17.28 ML +closepath C99 fill + newpath +34.16 11.28 34.16 5.28 41.16 5.28 41.16 11.28 34.16 11.28 ML +closepath C99 fill + newpath +34.16 5.28 34.16 -0.72 41.16 -0.72 41.16 5.28 34.16 5.28 ML +closepath C99 fill + newpath +27.16 71.28 27.16 65.28 34.16 65.28 34.16 71.28 27.16 71.28 ML +closepath C99 fill + newpath +27.16 65.28 27.16 59.28 34.16 59.28 34.16 65.28 27.16 65.28 ML +closepath C99 fill + newpath +27.16 59.28 27.16 53.28 34.16 53.28 34.16 59.28 27.16 59.28 ML +closepath C99 fill + newpath +27.16 53.28 27.16 47.28 34.16 47.28 34.16 53.28 27.16 53.28 ML +closepath C99 fill + newpath +27.16 47.28 27.16 41.28 34.16 41.28 34.16 47.28 27.16 47.28 ML +closepath C99 fill + newpath +27.16 41.28 27.16 35.28 34.16 35.28 34.16 41.28 27.16 41.28 ML +closepath C99 fill + newpath +27.16 35.28 27.16 29.28 34.16 29.28 34.16 35.28 27.16 35.28 ML +closepath C99 fill + newpath +27.16 29.28 27.16 23.28 34.16 23.28 34.16 29.28 27.16 29.28 ML +closepath C99 fill + newpath +27.16 23.28 27.16 17.28 34.16 17.28 34.16 23.28 27.16 23.28 ML +closepath C99 fill + newpath +27.16 17.28 27.16 11.28 34.16 11.28 34.16 17.28 27.16 17.28 ML +closepath C99 fill + newpath +27.16 11.28 27.16 5.28 34.16 5.28 34.16 11.28 27.16 11.28 ML +closepath C99 fill + newpath +27.16 5.28 27.16 -0.72 34.16 -0.72 34.16 5.28 27.16 5.28 ML +closepath C99 fill + newpath +20.16 71.28 20.16 65.28 27.16 65.28 27.16 71.28 20.16 71.28 ML +closepath C99 fill + newpath +20.16 65.28 20.16 59.28 27.16 59.28 27.16 65.28 20.16 65.28 ML +closepath C99 fill + newpath +20.16 59.28 20.16 53.28 27.16 53.28 27.16 59.28 20.16 59.28 ML +closepath C99 fill + newpath +20.16 53.28 20.16 47.28 27.16 47.28 27.16 53.28 20.16 53.28 ML +closepath C99 fill + newpath +20.16 47.28 20.16 41.28 27.16 41.28 27.16 47.28 20.16 47.28 ML +closepath C99 fill + newpath +20.16 41.28 20.16 35.28 27.16 35.28 27.16 41.28 20.16 41.28 ML +closepath C99 fill + newpath +20.16 35.28 20.16 29.28 27.16 29.28 27.16 35.28 20.16 35.28 ML +closepath C99 fill + newpath +20.16 29.28 20.16 23.28 27.16 23.28 27.16 29.28 20.16 29.28 ML +closepath C99 fill + newpath +20.16 23.28 20.16 17.28 27.16 17.28 27.16 23.28 20.16 23.28 ML +closepath C99 fill + newpath +20.16 17.28 20.16 11.28 27.16 11.28 27.16 17.28 20.16 17.28 ML +closepath C99 fill + newpath +20.16 11.28 20.16 5.28 27.16 5.28 27.16 11.28 20.16 11.28 ML +closepath C99 fill + newpath +20.16 5.28 20.16 -0.72 27.16 -0.72 27.16 5.28 20.16 5.28 ML +closepath C99 fill + newpath +13.16 71.28 13.16 65.28 20.16 65.28 20.16 71.28 13.16 71.28 ML +closepath C99 fill + newpath +13.16 65.28 13.16 59.28 20.16 59.28 20.16 65.28 13.16 65.28 ML +closepath C99 fill + newpath +13.16 59.28 13.16 53.28 20.16 53.28 20.16 59.28 13.16 59.28 ML +closepath C99 fill + newpath +13.16 53.28 13.16 47.28 20.16 47.28 20.16 53.28 13.16 53.28 ML +closepath C99 fill + newpath +13.16 47.28 13.16 41.28 20.16 41.28 20.16 47.28 13.16 47.28 ML +closepath C99 fill + newpath +13.16 41.28 13.16 35.28 20.16 35.28 20.16 41.28 13.16 41.28 ML +closepath C99 fill + newpath +13.16 35.28 13.16 29.28 20.16 29.28 20.16 35.28 13.16 35.28 ML +closepath C99 fill + newpath +13.16 29.28 13.16 23.28 20.16 23.28 20.16 29.28 13.16 29.28 ML +closepath C99 fill + newpath +13.16 23.28 13.16 17.28 20.16 17.28 20.16 23.28 13.16 23.28 ML +closepath C99 fill + newpath +13.16 17.28 13.16 11.28 20.16 11.28 20.16 17.28 13.16 17.28 ML +closepath C99 fill + newpath +13.16 11.28 13.16 5.28 20.16 5.28 20.16 11.28 13.16 11.28 ML +closepath C99 fill + newpath +13.16 5.28 13.16 -0.72 20.16 -0.72 20.16 5.28 13.16 5.28 ML +closepath C99 fill + newpath +6.16 71.28 6.16 65.28 13.16 65.28 13.16 71.28 6.16 71.28 ML +closepath C2 fill + newpath +6.16 65.28 6.16 59.28 13.16 59.28 13.16 65.28 6.16 65.28 ML +closepath C2 fill + newpath +6.16 59.28 6.16 53.28 13.16 53.28 13.16 59.28 6.16 59.28 ML +closepath C2 fill + newpath +6.16 53.28 6.16 47.28 13.16 47.28 13.16 53.28 6.16 53.28 ML +closepath C2 fill + newpath +6.16 47.28 6.16 41.28 13.16 41.28 13.16 47.28 6.16 47.28 ML +closepath C2 fill + newpath +6.16 41.28 6.16 35.28 13.16 35.28 13.16 41.28 6.16 41.28 ML +closepath C2 fill + newpath +6.16 35.28 6.16 29.28 13.16 29.28 13.16 35.28 6.16 35.28 ML +closepath C2 fill + newpath +6.16 29.28 6.16 23.28 13.16 23.28 13.16 29.28 6.16 29.28 ML +closepath C2 fill + newpath +6.16 23.28 6.16 17.28 13.16 17.28 13.16 23.28 6.16 23.28 ML +closepath C99 fill + newpath +6.16 17.28 6.16 11.28 13.16 11.28 13.16 17.28 6.16 17.28 ML +closepath C99 fill + newpath +6.16 11.28 6.16 5.28 13.16 5.28 13.16 11.28 6.16 11.28 ML +closepath C99 fill + newpath +6.16 5.28 6.16 -0.72 13.16 -0.72 13.16 5.28 6.16 5.28 ML +closepath C99 fill + newpath +-0.84 71.28 -0.84 65.28 6.16 65.28 6.16 71.28 -0.84 71.28 ML +closepath C99 fill + newpath +-0.84 65.28 -0.84 59.28 6.16 59.28 6.16 65.28 -0.84 65.28 ML +closepath C99 fill + newpath +-0.84 59.28 -0.84 53.28 6.16 53.28 6.16 59.28 -0.84 59.28 ML +closepath C99 fill + newpath +-0.84 53.28 -0.84 47.28 6.16 47.28 6.16 53.28 -0.84 53.28 ML +closepath C99 fill + newpath +-0.84 47.28 -0.84 41.28 6.16 41.28 6.16 47.28 -0.84 47.28 ML +closepath C99 fill + newpath +-0.84 41.28 -0.84 35.28 6.16 35.28 6.16 41.28 -0.84 41.28 ML +closepath C99 fill + newpath +-0.84 35.28 -0.84 29.28 6.16 29.28 6.16 35.28 -0.84 35.28 ML +closepath C99 fill + newpath +-0.84 29.28 -0.84 23.28 6.16 23.28 6.16 29.28 -0.84 29.28 ML +closepath C99 fill + newpath +-0.84 23.28 -0.84 17.28 6.16 17.28 6.16 23.28 -0.84 23.28 ML +closepath C99 fill + newpath +-0.84 17.28 -0.84 11.28 6.16 11.28 6.16 17.28 -0.84 17.28 ML +closepath C99 fill + newpath +-0.84 11.28 -0.84 5.28 6.16 5.28 6.16 11.28 -0.84 11.28 ML +closepath C99 fill + newpath +-0.84 5.28 -0.84 -0.72 6.16 -0.72 6.16 5.28 -0.84 5.28 ML +closepath C99 fill +C100 + 461.16 71.28 461.16 65.28 L + C100 + 454.16 71.28 461.16 71.28 L + C100 + 461.16 65.28 461.16 59.28 L + C100 + 461.16 59.28 461.16 53.28 L + C100 + 461.16 53.28 461.16 47.28 L + C100 + 461.16 47.28 461.16 41.28 L + C100 + 461.16 41.28 461.16 35.28 L + C100 + 461.16 35.28 461.16 29.28 L + C100 + 461.16 29.28 461.16 23.28 L + C100 + 454.16 23.28 461.16 23.28 L + C100 + 447.16 71.28 454.16 71.28 L + C100 + 447.16 23.28 454.16 23.28 L + C100 + 440.16 71.28 440.16 65.28 L + C100 + 440.16 71.28 447.16 71.28 L + C100 + 440.16 65.28 440.16 59.28 L + C100 + 440.16 59.28 440.16 53.28 L + C100 + 440.16 53.28 440.16 47.28 L + C100 + 440.16 47.28 440.16 41.28 L + C100 + 440.16 41.28 440.16 35.28 L + C100 + 440.16 35.28 440.16 29.28 L + C100 + 440.16 29.28 440.16 23.28 L + C100 + 440.16 23.28 447.16 23.28 L + C100 + 426.16 71.28 426.16 65.28 L + C100 + 419.16 71.28 426.16 71.28 L + C100 + 426.16 65.28 426.16 59.28 L + C100 + 426.16 59.28 426.16 53.28 L + C100 + 426.16 53.28 426.16 47.28 L + C100 + 426.16 47.28 426.16 41.28 L + C100 + 426.16 41.28 426.16 35.28 L + C100 + 426.16 35.28 426.16 29.28 L + C100 + 426.16 29.28 426.16 23.28 L + C100 + 419.16 23.28 426.16 23.28 L + C100 + 412.16 71.28 419.16 71.28 L + C100 + 412.16 23.28 419.16 23.28 L + C100 + 405.16 71.28 405.16 65.28 L + C100 + 405.16 71.28 412.16 71.28 L + C100 + 405.16 65.28 405.16 59.28 L + C100 + 405.16 59.28 405.16 53.28 L + C100 + 405.16 53.28 405.16 47.28 L + C100 + 405.16 47.28 405.16 41.28 L + C100 + 405.16 41.28 405.16 35.28 L + C100 + 405.16 35.28 405.16 29.28 L + C100 + 405.16 29.28 405.16 23.28 L + C100 + 405.16 23.28 412.16 23.28 L + C100 + 384.16 71.28 384.16 65.28 L + C100 + 391.16 71.28 391.16 65.28 L + C100 + 384.16 71.28 391.16 71.28 L + C100 + 384.16 65.28 384.16 59.28 L + C100 + 391.16 65.28 391.16 59.28 L + C100 + 384.16 59.28 384.16 53.28 L + C100 + 391.16 59.28 391.16 53.28 L + C100 + 384.16 53.28 384.16 47.28 L + C100 + 391.16 53.28 391.16 47.28 L + C100 + 384.16 47.28 384.16 41.28 L + C100 + 391.16 47.28 391.16 41.28 L + C100 + 384.16 41.28 384.16 35.28 L + C100 + 391.16 41.28 391.16 35.28 L + C100 + 384.16 35.28 384.16 29.28 L + C100 + 391.16 35.28 391.16 29.28 L + C100 + 384.16 29.28 384.16 23.28 L + C100 + 391.16 29.28 391.16 23.28 L + C100 + 384.16 23.28 391.16 23.28 L + C100 + 370.16 71.28 370.16 65.28 L + C100 + 363.16 71.28 370.16 71.28 L + C100 + 370.16 65.28 370.16 59.28 L + C100 + 370.16 59.28 370.16 53.28 L + C100 + 370.16 53.28 370.16 47.28 L + C100 + 370.16 47.28 370.16 41.28 L + C100 + 370.16 41.28 370.16 35.28 L + C100 + 370.16 35.28 370.16 29.28 L + C100 + 370.16 29.28 370.16 23.28 L + C100 + 363.16 23.28 370.16 23.28 L + C100 + 356.16 71.28 356.16 65.28 L + C100 + 356.16 71.28 363.16 71.28 L + C100 + 356.16 65.28 356.16 59.28 L + C100 + 356.16 59.28 356.16 53.28 L + C100 + 356.16 53.28 356.16 47.28 L + C100 + 356.16 47.28 356.16 41.28 L + C100 + 356.16 41.28 356.16 35.28 L + C100 + 356.16 35.28 356.16 29.28 L + C100 + 356.16 29.28 356.16 23.28 L + C100 + 356.16 23.28 363.16 23.28 L + C100 + 349.16 71.28 349.16 65.28 L + C100 + 342.16 71.28 349.16 71.28 L + C100 + 349.16 65.28 349.16 59.28 L + C100 + 349.16 59.28 349.16 53.28 L + C100 + 349.16 53.28 349.16 47.28 L + C100 + 349.16 47.28 349.16 41.28 L + C100 + 349.16 41.28 349.16 35.28 L + C100 + 349.16 35.28 349.16 29.28 L + C100 + 349.16 29.28 349.16 23.28 L + C100 + 342.16 23.28 349.16 23.28 L + C100 + 335.16 71.28 342.16 71.28 L + C100 + 335.16 23.28 342.16 23.28 L + C100 + 328.16 71.28 335.16 71.28 L + C100 + 328.16 23.28 335.16 23.28 L + C100 + 321.16 71.28 321.16 65.28 L + C100 + 321.16 71.28 328.16 71.28 L + C100 + 321.16 65.28 321.16 59.28 L + C100 + 321.16 59.28 321.16 53.28 L + C100 + 321.16 53.28 321.16 47.28 L + C100 + 321.16 47.28 321.16 41.28 L + C100 + 321.16 41.28 321.16 35.28 L + C100 + 321.16 35.28 321.16 29.28 L + C100 + 321.16 29.28 321.16 23.28 L + C100 + 321.16 23.28 328.16 23.28 L + C100 + 279.16 71.28 279.16 65.28 L + C100 + 286.16 71.28 286.16 65.28 L + C100 + 279.16 71.28 286.16 71.28 L + C100 + 279.16 65.28 279.16 59.28 L + C100 + 286.16 65.28 286.16 59.28 L + C100 + 279.16 59.28 279.16 53.28 L + C100 + 286.16 59.28 286.16 53.28 L + C100 + 279.16 53.28 279.16 47.28 L + C100 + 286.16 53.28 286.16 47.28 L + C100 + 279.16 47.28 279.16 41.28 L + C100 + 286.16 47.28 286.16 41.28 L + C100 + 279.16 41.28 279.16 35.28 L + C100 + 286.16 41.28 286.16 35.28 L + C100 + 279.16 35.28 279.16 29.28 L + C100 + 286.16 35.28 286.16 29.28 L + C100 + 279.16 29.28 279.16 23.28 L + C100 + 286.16 29.28 286.16 23.28 L + C100 + 279.16 23.28 286.16 23.28 L + C100 + 258.16 71.28 258.16 65.28 L + C100 + 265.16 71.28 265.16 65.28 L + C100 + 258.16 71.28 265.16 71.28 L + C100 + 258.16 65.28 258.16 59.28 L + C100 + 265.16 65.28 265.16 59.28 L + C100 + 258.16 59.28 258.16 53.28 L + C100 + 265.16 59.28 265.16 53.28 L + C100 + 258.16 53.28 258.16 47.28 L + C100 + 265.16 53.28 265.16 47.28 L + C100 + 258.16 47.28 258.16 41.28 L + C100 + 265.16 47.28 265.16 41.28 L + C100 + 258.16 41.28 258.16 35.28 L + C100 + 265.16 41.28 265.16 35.28 L + C100 + 258.16 35.28 258.16 29.28 L + C100 + 265.16 35.28 265.16 29.28 L + C100 + 258.16 29.28 258.16 23.28 L + C100 + 265.16 29.28 265.16 23.28 L + C100 + 258.16 23.28 265.16 23.28 L + C100 + 202.16 71.28 202.16 65.28 L + C100 + 195.16 71.28 202.16 71.28 L + C100 + 202.16 65.28 202.16 59.28 L + C100 + 202.16 59.28 202.16 53.28 L + C100 + 202.16 53.28 202.16 47.28 L + C100 + 202.16 47.28 202.16 41.28 L + C100 + 202.16 41.28 202.16 35.28 L + C100 + 202.16 35.28 202.16 29.28 L + C100 + 202.16 29.28 202.16 23.28 L + C100 + 195.16 23.28 202.16 23.28 L + C100 + 188.16 71.28 188.16 65.28 L + C100 + 188.16 71.28 195.16 71.28 L + C100 + 188.16 65.28 188.16 59.28 L + C100 + 188.16 59.28 188.16 53.28 L + C100 + 188.16 53.28 188.16 47.28 L + C100 + 188.16 47.28 188.16 41.28 L + C100 + 188.16 41.28 188.16 35.28 L + C100 + 188.16 35.28 188.16 29.28 L + C100 + 188.16 29.28 188.16 23.28 L + C100 + 188.16 23.28 195.16 23.28 L + C100 + 132.16 71.28 132.16 65.28 L + C100 + 125.16 71.28 132.16 71.28 L + C100 + 132.16 65.28 132.16 59.28 L + C100 + 132.16 59.28 132.16 53.28 L + C100 + 132.16 53.28 132.16 47.28 L + C100 + 132.16 47.28 132.16 41.28 L + C100 + 132.16 41.28 132.16 35.28 L + C100 + 132.16 35.28 132.16 29.28 L + C100 + 132.16 29.28 132.16 23.28 L + C100 + 125.16 23.28 132.16 23.28 L + C100 + 118.16 71.28 118.16 65.28 L + C100 + 118.16 71.28 125.16 71.28 L + C100 + 118.16 65.28 118.16 59.28 L + C100 + 118.16 59.28 118.16 53.28 L + C100 + 118.16 53.28 118.16 47.28 L + C100 + 118.16 47.28 118.16 41.28 L + C100 + 118.16 41.28 118.16 35.28 L + C100 + 118.16 35.28 118.16 29.28 L + C100 + 118.16 29.28 118.16 23.28 L + C100 + 118.16 23.28 125.16 23.28 L + C100 + 111.16 71.28 111.16 65.28 L + C100 + 104.16 71.28 111.16 71.28 L + C100 + 111.16 65.28 111.16 59.28 L + C100 + 111.16 59.28 111.16 53.28 L + C100 + 111.16 53.28 111.16 47.28 L + C100 + 111.16 47.28 111.16 41.28 L + C100 + 111.16 41.28 111.16 35.28 L + C100 + 111.16 35.28 111.16 29.28 L + C100 + 111.16 29.28 111.16 23.28 L + C100 + 104.16 23.28 111.16 23.28 L + C100 + 97.16 71.28 104.16 71.28 L + C100 + 97.16 23.28 104.16 23.28 L + C100 + 90.16 71.28 97.16 71.28 L + C100 + 90.16 23.28 97.16 23.28 L + C100 + 83.16 71.28 83.16 65.28 L + C100 + 83.16 71.28 90.16 71.28 L + C100 + 83.16 65.28 83.16 59.28 L + C100 + 83.16 59.28 83.16 53.28 L + C100 + 83.16 53.28 83.16 47.28 L + C100 + 83.16 47.28 83.16 41.28 L + C100 + 83.16 41.28 83.16 35.28 L + C100 + 83.16 35.28 83.16 29.28 L + C100 + 83.16 29.28 83.16 23.28 L + C100 + 83.16 23.28 90.16 23.28 L + C100 + 69.16 71.28 69.16 65.28 L + C100 + 76.16 71.28 76.16 65.28 L + C100 + 69.16 71.28 76.16 71.28 L + C100 + 69.16 65.28 69.16 59.28 L + C100 + 76.16 65.28 76.16 59.28 L + C100 + 69.16 59.28 69.16 53.28 L + C100 + 76.16 59.28 76.16 53.28 L + C100 + 69.16 53.28 69.16 47.28 L + C100 + 76.16 53.28 76.16 47.28 L + C100 + 69.16 47.28 69.16 41.28 L + C100 + 76.16 47.28 76.16 41.28 L + C100 + 69.16 41.28 69.16 35.28 L + C100 + 76.16 41.28 76.16 35.28 L + C100 + 69.16 35.28 69.16 29.28 L + C100 + 76.16 35.28 76.16 29.28 L + C100 + 69.16 29.28 69.16 23.28 L + C100 + 76.16 29.28 76.16 23.28 L + C100 + 69.16 23.28 76.16 23.28 L + C100 + 55.16 71.28 55.16 65.28 L + C100 + 62.16 71.28 62.16 65.28 L + C100 + 55.16 71.28 62.16 71.28 L + C100 + 55.16 65.28 55.16 59.28 L + C100 + 62.16 65.28 62.16 59.28 L + C100 + 55.16 59.28 55.16 53.28 L + C100 + 62.16 59.28 62.16 53.28 L + C100 + 55.16 53.28 55.16 47.28 L + C100 + 62.16 53.28 62.16 47.28 L + C100 + 55.16 47.28 55.16 41.28 L + C100 + 62.16 47.28 62.16 41.28 L + C100 + 55.16 41.28 55.16 35.28 L + C100 + 62.16 41.28 62.16 35.28 L + C100 + 55.16 35.28 55.16 29.28 L + C100 + 62.16 35.28 62.16 29.28 L + C100 + 55.16 29.28 55.16 23.28 L + C100 + 62.16 29.28 62.16 23.28 L + C100 + 55.16 23.28 62.16 23.28 L + C100 + 41.16 71.28 41.16 65.28 L + C100 + 48.16 71.28 48.16 65.28 L + C100 + 41.16 71.28 48.16 71.28 L + C100 + 41.16 65.28 41.16 59.28 L + C100 + 48.16 65.28 48.16 59.28 L + C100 + 41.16 59.28 41.16 53.28 L + C100 + 48.16 59.28 48.16 53.28 L + C100 + 41.16 53.28 41.16 47.28 L + C100 + 48.16 53.28 48.16 47.28 L + C100 + 41.16 47.28 41.16 41.28 L + C100 + 48.16 47.28 48.16 41.28 L + C100 + 41.16 41.28 41.16 35.28 L + C100 + 48.16 41.28 48.16 35.28 L + C100 + 41.16 35.28 41.16 29.28 L + C100 + 48.16 35.28 48.16 29.28 L + C100 + 41.16 29.28 41.16 23.28 L + C100 + 48.16 29.28 48.16 23.28 L + C100 + 41.16 23.28 48.16 23.28 L + C100 + 6.16 71.28 6.16 65.28 L + C100 + 13.16 71.28 13.16 65.28 L + C100 + 6.16 71.28 13.16 71.28 L + C100 + 6.16 65.28 6.16 59.28 L + C100 + 13.16 65.28 13.16 59.28 L + C100 + 6.16 59.28 6.16 53.28 L + C100 + 13.16 59.28 13.16 53.28 L + C100 + 6.16 53.28 6.16 47.28 L + C100 + 13.16 53.28 13.16 47.28 L + C100 + 6.16 47.28 6.16 41.28 L + C100 + 13.16 47.28 13.16 41.28 L + C100 + 6.16 41.28 6.16 35.28 L + C100 + 13.16 41.28 13.16 35.28 L + C100 + 6.16 35.28 6.16 29.28 L + C100 + 13.16 35.28 13.16 29.28 L + C100 + 6.16 29.28 6.16 23.28 L + C100 + 13.16 29.28 13.16 23.28 L + C100 + 6.16 23.28 13.16 23.28 L + C100 + C1 + 42.00 0.00 moveto +49.00 0.00 lineto +45.50 5.40 lineto +42.00 0.00 lineto +stroke +42.00 0.00 moveto +49.00 0.00 lineto +45.50 5.40 lineto +42.00 0.00 lineto +closepath + C1 + fill +C100 + C1 + 56.00 0.00 moveto +63.00 0.00 lineto +59.50 5.40 lineto +56.00 0.00 lineto +stroke +56.00 0.00 moveto +63.00 0.00 lineto +59.50 5.40 lineto +56.00 0.00 lineto +closepath + C1 + fill +C100 + 70.00 0.00 moveto +77.00 0.00 lineto +73.50 5.40 lineto +70.00 0.00 lineto +stroke +70.00 0.00 moveto +77.00 0.00 lineto +73.50 5.40 lineto +70.00 0.00 lineto +closepath + C100 + fill +91.00 0.00 moveto +98.00 0.00 lineto +94.50 5.40 lineto +91.00 0.00 lineto +stroke +91.00 0.00 moveto +98.00 0.00 lineto +94.50 5.40 lineto +91.00 0.00 lineto +closepath + C100 + fill +105.00 0.00 moveto +112.00 0.00 lineto +108.50 5.40 lineto +105.00 0.00 lineto +stroke +105.00 0.00 moveto +112.00 0.00 lineto +108.50 5.40 lineto +105.00 0.00 lineto +closepath + C100 + fill +189.00 0.00 moveto +196.00 0.00 lineto +192.50 5.40 lineto +189.00 0.00 lineto +stroke +189.00 0.00 moveto +196.00 0.00 lineto +192.50 5.40 lineto +189.00 0.00 lineto +closepath + C100 + fill +350.00 0.00 moveto +357.00 0.00 lineto +353.50 5.40 lineto +350.00 0.00 lineto +stroke +350.00 0.00 moveto +357.00 0.00 lineto +353.50 5.40 lineto +350.00 0.00 lineto +closepath + C100 + fill +F5 + 0 6 moveto (b7) show +F0 + F5 + 28 6 moveto (b8) show +F0 + F5 + 98 6 moveto (b9) show +F0 + F5 + 203 6 moveto (b10) show +F0 + F5 + 259 6 moveto (b11) show +F0 + F5 + 336 6 moveto (b12) show +F0 + F5 + 385 6 moveto (a9) show +F0 + C11 + 0.00 13.35 7.00 13.35 7.00 16.05 0.00 16.05 0.00 13.35 ML +stroke +0.00 13.35 7.00 13.35 7.00 16.05 0.00 16.05 0.00 13.35 ML +closepath + C11 + fill +C100 + C11 + 7.00 12.00 moveto +11.90 14.70 lineto +7.00 17.40 lineto +7.00 12.00 lineto +stroke +7.00 12.00 moveto +11.90 14.70 lineto +7.00 17.40 lineto +7.00 12.00 lineto +closepath + C11 + fill +C100 + C10 + 14.00 13.35 21.00 13.35 21.00 16.05 14.00 16.05 14.00 13.35 ML +stroke +14.00 13.35 21.00 13.35 21.00 16.05 14.00 16.05 14.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 21.00 13.35 28.00 13.35 28.00 16.05 21.00 16.05 21.00 13.35 ML +stroke +21.00 13.35 28.00 13.35 28.00 16.05 21.00 16.05 21.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 28.00 13.35 35.00 13.35 35.00 16.05 28.00 16.05 28.00 13.35 ML +stroke +28.00 13.35 35.00 13.35 35.00 16.05 28.00 16.05 28.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 35.00 13.35 42.00 13.35 42.00 16.05 35.00 16.05 35.00 13.35 ML +stroke +35.00 13.35 42.00 13.35 42.00 16.05 35.00 16.05 35.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 42.00 12.00 moveto +46.90 14.70 lineto +42.00 17.40 lineto +42.00 12.00 lineto +stroke +42.00 12.00 moveto +46.90 14.70 lineto +42.00 17.40 lineto +42.00 12.00 lineto +closepath + C10 + fill +C100 + C10 + 84.00 13.35 91.00 13.35 91.00 16.05 84.00 16.05 84.00 13.35 ML +stroke +84.00 13.35 91.00 13.35 91.00 16.05 84.00 16.05 84.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 91.00 13.35 98.00 13.35 98.00 16.05 91.00 16.05 91.00 13.35 ML +stroke +91.00 13.35 98.00 13.35 98.00 16.05 91.00 16.05 91.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 98.00 13.35 105.00 13.35 105.00 16.05 98.00 16.05 98.00 13.35 ML +stroke +98.00 13.35 105.00 13.35 105.00 16.05 98.00 16.05 98.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 105.00 13.35 112.00 13.35 112.00 16.05 105.00 16.05 105.00 13.35 ML +stroke +105.00 13.35 112.00 13.35 112.00 16.05 105.00 16.05 105.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 112.00 13.35 119.00 13.35 119.00 16.05 112.00 16.05 112.00 13.35 ML +stroke +112.00 13.35 119.00 13.35 119.00 16.05 112.00 16.05 112.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 119.00 12.00 moveto +123.90 14.70 lineto +119.00 17.40 lineto +119.00 12.00 lineto +stroke +119.00 12.00 moveto +123.90 14.70 lineto +119.00 17.40 lineto +119.00 12.00 lineto +closepath + C10 + fill +C100 + C10 + 189.00 13.35 196.00 13.35 196.00 16.05 189.00 16.05 189.00 13.35 ML +stroke +189.00 13.35 196.00 13.35 196.00 16.05 189.00 16.05 189.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 196.00 13.35 203.00 13.35 203.00 16.05 196.00 16.05 196.00 13.35 ML +stroke +196.00 13.35 203.00 13.35 203.00 16.05 196.00 16.05 196.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 203.00 13.35 210.00 13.35 210.00 16.05 203.00 16.05 203.00 13.35 ML +stroke +203.00 13.35 210.00 13.35 210.00 16.05 203.00 16.05 203.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 210.00 13.35 217.00 13.35 217.00 16.05 210.00 16.05 210.00 13.35 ML +stroke +210.00 13.35 217.00 13.35 217.00 16.05 210.00 16.05 210.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 217.00 12.00 moveto +221.90 14.70 lineto +217.00 17.40 lineto +217.00 12.00 lineto +stroke +217.00 12.00 moveto +221.90 14.70 lineto +217.00 17.40 lineto +217.00 12.00 lineto +closepath + C10 + fill +C100 + C10 + 252.00 13.35 259.00 13.35 259.00 16.05 252.00 16.05 252.00 13.35 ML +stroke +252.00 13.35 259.00 13.35 259.00 16.05 252.00 16.05 252.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 259.00 13.35 266.00 13.35 266.00 16.05 259.00 16.05 259.00 13.35 ML +stroke +259.00 13.35 266.00 13.35 266.00 16.05 259.00 16.05 259.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 266.00 13.35 273.00 13.35 273.00 16.05 266.00 16.05 266.00 13.35 ML +stroke +266.00 13.35 273.00 13.35 273.00 16.05 266.00 16.05 266.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 273.00 12.00 moveto +277.90 14.70 lineto +273.00 17.40 lineto +273.00 12.00 lineto +stroke +273.00 12.00 moveto +277.90 14.70 lineto +273.00 17.40 lineto +273.00 12.00 lineto +closepath + C10 + fill +C100 + C10 + 329.00 13.35 336.00 13.35 336.00 16.05 329.00 16.05 329.00 13.35 ML +stroke +329.00 13.35 336.00 13.35 336.00 16.05 329.00 16.05 329.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 336.00 13.35 343.00 13.35 343.00 16.05 336.00 16.05 336.00 13.35 ML +stroke +336.00 13.35 343.00 13.35 343.00 16.05 336.00 16.05 336.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 343.00 13.35 350.00 13.35 350.00 16.05 343.00 16.05 343.00 13.35 ML +stroke +343.00 13.35 350.00 13.35 350.00 16.05 343.00 16.05 343.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 350.00 13.35 357.00 13.35 357.00 16.05 350.00 16.05 350.00 13.35 ML +stroke +350.00 13.35 357.00 13.35 357.00 16.05 350.00 16.05 350.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 357.00 12.00 moveto +361.90 14.70 lineto +357.00 17.40 lineto +357.00 12.00 lineto +stroke +357.00 12.00 moveto +361.90 14.70 lineto +357.00 17.40 lineto +357.00 12.00 lineto +closepath + C10 + fill +C100 + C11 + 374.50 12.00 moveto +374.50 17.40 lineto +378.00 17.40 lineto +378.00 12.00 lineto +374.50 12.00 lineto +stroke +374.50 12.00 moveto +374.50 17.40 lineto +378.00 17.40 lineto +378.00 12.00 lineto +374.50 12.00 lineto +closepath + C11 + fill +newpath +374.50 12.00 moveto +372.40 12.00 372.40 17.40 374.50 17.40 curveto +376.60 17.40 376.60 12.00 374.50 12.00 curveto +closepath + C99 + fill +374.50 14.43 moveto +374.50 14.97 lineto +371.00 14.97 lineto +371.00 14.43 lineto +374.50 14.43 lineto +stroke +374.50 14.43 moveto +374.50 14.97 lineto +371.00 14.97 lineto +371.00 14.43 lineto +374.50 14.43 lineto +closepath + C11 + fill +newpath +374.50 12.00 moveto +372.40 12.00 372.40 17.40 374.50 17.40 curveto +376.60 17.40 376.60 12.00 374.50 12.00 curveto +stroke +C100 + C11 + 378.00 12.00 385.00 12.00 385.00 17.40 378.00 17.40 378.00 12.00 ML +stroke +378.00 12.00 385.00 12.00 385.00 17.40 378.00 17.40 378.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 385.00 12.00 392.00 12.00 392.00 17.40 385.00 17.40 385.00 12.00 ML +stroke +385.00 12.00 392.00 12.00 392.00 17.40 385.00 17.40 385.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 392.00 12.00 399.00 12.00 399.00 17.40 392.00 17.40 392.00 12.00 ML +stroke +392.00 12.00 399.00 12.00 399.00 17.40 392.00 17.40 392.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 399.00 12.00 406.00 12.00 406.00 17.40 399.00 17.40 399.00 12.00 ML +stroke +399.00 12.00 406.00 12.00 406.00 17.40 399.00 17.40 399.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 409.50 12.00 moveto +409.50 17.40 lineto +406.00 17.40 lineto +406.00 12.00 lineto +409.50 12.00 lineto +stroke +409.50 12.00 moveto +409.50 17.40 lineto +406.00 17.40 lineto +406.00 12.00 lineto +409.50 12.00 lineto +closepath + C11 + fill +newpath +409.50 12.00 moveto +407.40 12.00 407.40 17.40 409.50 17.40 curveto +411.60 17.40 411.60 12.00 409.50 12.00 curveto +stroke +newpath +409.50 12.00 moveto +407.40 12.00 407.40 17.40 409.50 17.40 curveto +411.60 17.40 411.60 12.00 409.50 12.00 curveto +closepath + C11 + fill +409.50 14.43 moveto +409.50 14.97 lineto +413.00 14.97 lineto +413.00 14.43 lineto +409.50 14.43 lineto +stroke +409.50 14.43 moveto +409.50 14.97 lineto +413.00 14.97 lineto +413.00 14.43 lineto +409.50 14.43 lineto +closepath + C11 + fill +C100 + 14 18 moveto (210) show + 84 18 moveto (220) show + 154 18 moveto (230) show + 266 18 moveto (240) show + 336 18 moveto (250) show + 406 18 moveto (260) show +(K) 0 24 P +(L) 7 24 P +(S) 14 24 P +(F) 21 24 P +(E) 28 24 P +(W) 35 24 P +F2 + C99 + (H) 42 24 P +F0 + C100 + (E) 49 24 P +F2 + C99 + (D) 56 24 P +F0 + C100 + (V) 63 24 P +(S) 70 24 P +(L) 77 24 P +(I) 84 24 P +(T) 91 24 P +(V) 98 24 P +(L) 105 24 P +(Y) 112 24 P +(Q) 119 24 P +(S) 126 24 P +(N) 133 24 P +(V) 140 24 P +(Q) 147 24 P +(N) 154 24 P +F2 + C99 + (L) 189 24 P +F0 + F2 + (Q) 196 24 P +F0 + C100 + (V) 203 24 P +(E) 210 24 P +(T) 217 24 P +(A) 224 24 P +(A) 231 24 P +(G) 252 24 P +(Y) 259 24 P +(Q) 266 24 P +(D) 273 24 P +(I) 280 24 P +(E) 287 24 P +(A) 294 24 P +(D) 301 24 P +(D) 308 24 P +(T) 315 24 P +(G) 322 24 P +(Y) 329 24 P +(L) 336 24 P +(I) 343 24 P +(N) 350 24 P +(C) 357 24 P +F2 + C99 + (G) 364 24 P +F0 + C100 + (S) 371 24 P +(Y) 378 24 P +(M) 385 24 P +(A) 392 24 P +(H) 399 24 P +(L) 406 24 P +(T) 413 24 P +(N) 420 24 P +(N) 427 24 P +(Y) 434 24 P +(Y) 441 24 P +(K) 448 24 P +(A) 455 24 P +(P) 0 30 P +(L) 7 30 P +(R) 14 30 P +(M) 21 30 P +(G) 28 30 P +(P) 35 30 P +F2 + C99 + (H) 42 30 P +F0 + C100 + (Y) 49 30 P +F2 + C99 + (D) 56 30 P +F0 + C100 + (L) 63 30 P +(S) 70 30 P +(T) 77 30 P +(I) 84 30 P +(T) 91 30 P +(L) 98 30 P +(V) 105 30 P +(H) 112 30 P +(Q) 119 30 P +(T) 126 30 P +(A) 133 30 P +(C) 140 30 P +(A) 147 30 P +(N) 154 30 P +(G) 161 30 P +(F) 168 30 P +(V) 175 30 P +(S) 182 30 P +F2 + C99 + (L) 189 30 P +F0 + F2 + (Q) 196 30 P +F0 + C100 + (C) 203 30 P +(E) 210 30 P +(V) 217 30 P +(D) 224 30 P +(G) 231 30 P +(E) 252 30 P +(F) 259 30 P +(V) 266 30 P +(D) 273 30 P +(L) 280 30 P +(P) 287 30 P +(T) 294 30 P +(L) 301 30 P +(P) 308 30 P +(G) 315 30 P +(A) 322 30 P +(M) 329 30 P +(V) 336 30 P +(V) 343 30 P +(F) 350 30 P +(C) 357 30 P +F2 + C99 + (G) 364 30 P +F0 + C100 + (A) 371 30 P +(V) 378 30 P +(G) 385 30 P +(T) 392 30 P +(L) 399 30 P +(A) 406 30 P +(T) 413 30 P +(G) 420 30 P +(G) 427 30 P +(K) 434 30 P +(V) 441 30 P +(K) 448 30 P +(A) 455 30 P +(P) 0 36 P +(L) 7 36 P +(R) 14 36 P +(M) 21 36 P +(A) 28 36 P +(P) 35 36 P +F2 + C99 + (H) 42 36 P +F0 + C100 + (Y) 49 36 P +F2 + C99 + (D) 56 36 P +F0 + C100 + (L) 63 36 P +(S) 70 36 P +(M) 77 36 P +(V) 84 36 P +(T) 91 36 P +(L) 98 36 P +(I) 105 36 P +(Q) 112 36 P +(Q) 119 36 P +(T) 126 36 P +(P) 133 36 P +(C) 140 36 P +(A) 147 36 P +(N) 154 36 P +(G) 161 36 P +(F) 168 36 P +(V) 175 36 P +(S) 182 36 P +F2 + C99 + (L) 189 36 P +F0 + F2 + (Q) 196 36 P +F0 + C100 + (A) 203 36 P +(E) 210 36 P +(V) 217 36 P +(G) 224 36 P +(G) 231 36 P +(A) 252 36 P +(F) 259 36 P +(T) 266 36 P +(D) 273 36 P +(L) 280 36 P +(P) 287 36 P +(Y) 294 36 P +(R) 301 36 P +(P) 308 36 P +(D) 315 36 P +(A) 322 36 P +(V) 329 36 P +(L) 336 36 P +(V) 343 36 P +(F) 350 36 P +(C) 357 36 P +F2 + C99 + (G) 364 36 P +F0 + C100 + (A) 371 36 P +(I) 378 36 P +(A) 385 36 P +(T) 392 36 P +(L) 399 36 P +(V) 406 36 P +(T) 413 36 P +(G) 420 36 P +(G) 427 36 P +(Q) 434 36 P +(V) 441 36 P +(K) 448 36 P +(A) 455 36 P +(V) 0 42 P +(L) 7 42 P +(G) 14 42 P +(T) 21 42 P +(G) 28 42 P +(P) 35 42 P +F2 + C99 + (H) 42 42 P +F0 + C100 + (T) 49 42 P +F2 + C99 + (D) 56 42 P +F0 + C100 + (P) 63 42 P +(T) 70 42 P +(S) 77 42 P +(V) 84 42 P +(T) 91 42 P +(I) 98 42 P +(L) 105 42 P +(H) 112 42 P +(Q) 119 42 P +(D) 126 42 P +(P) 133 42 P +(V) 147 42 P +(S) 154 42 P +(G) 161 42 P +F2 + C99 + (L) 189 42 P +F0 + F2 + (Q) 196 42 P +F0 + C100 + (V) 203 42 P +(C) 210 42 P +(S) 217 42 P +(N) 224 42 P +(D) 231 42 P +(Q) 252 42 P +(W) 259 42 P +(Y) 266 42 P +(S) 273 42 P +(I) 280 42 P +(P) 287 42 P +(P) 294 42 P +(N) 301 42 P +(P) 308 42 P +(E) 315 42 P +(A) 322 42 P +(F) 329 42 P +(V) 336 42 P +(I) 343 42 P +(N) 350 42 P +(I) 357 42 P +F2 + C99 + (G) 364 42 P +F0 + C100 + (D) 371 42 P +(T) 378 42 P +(F) 385 42 P +(T) 392 42 P +(S) 399 42 P +(L) 406 42 P +(T) 413 42 P +(N) 420 42 P +(G) 427 42 P +(I) 434 42 P +(Y) 441 42 P +(K) 448 42 P +(G) 455 42 P +(A) 0 48 P +(L) 7 48 P +(G) 14 48 P +(V) 21 48 P +(V) 28 48 P +(A) 35 48 P +F2 + C99 + (H) 42 48 P +F0 + C100 + (T) 49 48 P +F2 + C99 + (D) 56 48 P +F0 + C100 + (M) 63 48 P +(S) 70 48 P +(Y) 77 48 P +(I) 84 48 P +(T) 91 48 P +(I) 98 48 P +(L) 105 48 P +(V) 112 48 P +(P) 119 48 P +(N) 126 48 P +(E) 133 48 P +(V) 147 48 P +(Q) 154 48 P +(G) 161 48 P +F2 + C99 + (L) 189 48 P +F0 + F2 + (Q) 196 48 P +F0 + C100 + (V) 203 48 P +(F) 210 48 P +(K) 217 48 P +(D) 224 48 P +(G) 231 48 P +(H) 252 48 P +(W) 259 48 P +(Y) 266 48 P +(D) 273 48 P +(V) 280 48 P +(K) 287 48 P +(Y) 294 48 P +(I) 301 48 P +(P) 308 48 P +(N) 315 48 P +(A) 322 48 P +(L) 329 48 P +(I) 336 48 P +(V) 343 48 P +(H) 350 48 P +(I) 357 48 P +F2 + C99 + (G) 364 48 P +F0 + C100 + (D) 371 48 P +(Q) 378 48 P +(V) 385 48 P +(E) 392 48 P +(I) 399 48 P +(L) 406 48 P +(S) 413 48 P +(N) 420 48 P +(G) 427 48 P +(K) 434 48 P +(Y) 441 48 P +(K) 448 48 P +(S) 455 48 P +(T) 0 54 P +(L) 7 54 P +(G) 14 54 P +(S) 21 54 P +(G) 28 54 P +(G) 35 54 P +F2 + C99 + (H) 42 54 P +F0 + C100 + (Y) 49 54 P +F2 + C99 + (D) 56 54 P +F0 + C100 + (G) 63 54 P +(N) 70 54 P +(L) 77 54 P +(I) 84 54 P +(T) 91 54 P +(L) 98 54 P +(L) 105 54 P +(Q) 112 54 P +(Q) 119 54 P +(D) 126 54 P +(L) 147 54 P +(P) 154 54 P +(G) 161 54 P +F2 + C99 + (L) 189 54 P +F0 + F2 + (Q) 196 54 P +F0 + C100 + (Q) 203 54 P +(L) 210 54 P +(I) 217 54 P +(V) 224 54 P +(K) 231 54 P +(D) 238 54 P +(A) 245 54 P +(T) 252 54 P +(W) 259 54 P +(I) 266 54 P +(A) 273 54 P +(V) 280 54 P +(Q) 287 54 P +(P) 294 54 P +(I) 301 54 P +(P) 308 54 P +(T) 315 54 P +(A) 322 54 P +(F) 329 54 P +(V) 336 54 P +(V) 343 54 P +(N) 350 54 P +(L) 357 54 P +F2 + C99 + (G) 364 54 P +F0 + C100 + (L) 371 54 P +(T) 378 54 P +(L) 385 54 P +(K) 392 54 P +(V) 399 54 P +(I) 406 54 P +(T) 413 54 P +(N) 420 54 P +(E) 427 54 P +(K) 434 54 P +(F) 441 54 P +(E) 448 54 P +(G) 455 54 P +(T) 0 60 P +(L) 7 60 P +(G) 14 60 P +(L) 21 60 P +(K) 28 60 P +(R) 35 60 P +F2 + C99 + (H) 42 60 P +F0 + C100 + (T) 49 60 P +F2 + C99 + (D) 56 60 P +F0 + C100 + (P) 63 60 P +(G) 70 60 P +(T) 77 60 P +(I) 84 60 P +(T) 91 60 P +(L) 98 60 P +(L) 105 60 P +(L) 112 60 P +(Q) 119 60 P +(D) 126 60 P +(L) 133 60 P +(V) 147 60 P +(G) 154 60 P +(G) 161 60 P +F2 + C99 + (L) 189 60 P +F0 + F2 + (Q) 196 60 P +F0 + C100 + (A) 203 60 P +(T) 210 60 P +(R) 217 60 P +(D) 224 60 P +(G) 231 60 P +(G) 238 60 P +(R) 245 60 P +(T) 252 60 P +(W) 259 60 P +(I) 266 60 P +(T) 273 60 P +(V) 280 60 P +(Q) 287 60 P +(P) 294 60 P +(V) 301 60 P +(E) 308 60 P +(G) 315 60 P +(A) 322 60 P +(F) 329 60 P +(V) 336 60 P +(V) 343 60 P +(N) 350 60 P +(L) 357 60 P +F2 + C99 + (G) 364 60 P +F0 + C100 + (D) 371 60 P +(H) 378 60 P +(G) 385 60 P +(H) 392 60 P +(L) 399 60 P +(L) 406 60 P +(S) 413 60 P +(N) 420 60 P +(G) 427 60 P +(R) 434 60 P +(F) 441 60 P +(K) 448 60 P +(N) 455 60 P +(I) 0 66 P +(K) 7 66 P +(G) 14 66 P +(L) 21 66 P +(R) 28 66 P +(A) 35 66 P +F2 + C99 + (H) 42 66 P +F0 + C100 + (T) 49 66 P +F2 + C99 + (D) 56 66 P +F0 + C100 + (A) 63 66 P +(G) 70 66 P +(G) 77 66 P +(I) 84 66 P +(I) 91 66 P +(L) 98 66 P +(L) 105 66 P +(F) 112 66 P +(Q) 119 66 P +(D) 126 66 P +(D) 133 66 P +(K) 140 66 P +(V) 147 66 P +(S) 154 66 P +(G) 161 66 P +F2 + C99 + (L) 189 66 P +F0 + F2 + (Q) 196 66 P +F0 + C100 + (L) 203 66 P +(L) 210 66 P +(K) 217 66 P +(D) 224 66 P +(E) 231 66 P +(Q) 252 66 P +(W) 259 66 P +(I) 266 66 P +(D) 273 66 P +(V) 280 66 P +(P) 287 66 P +(P) 294 66 P +(M) 301 66 P +(R) 308 66 P +(H) 315 66 P +(S) 322 66 P +(I) 329 66 P +(V) 336 66 P +(V) 343 66 P +(N) 350 66 P +(L) 357 66 P +F2 + C99 + (G) 364 66 P +F0 + C100 + (D) 371 66 P +(Q) 378 66 P +(L) 385 66 P +(E) 392 66 P +(V) 399 66 P +(I) 406 66 P +(T) 413 66 P +(N) 420 66 P +(G) 427 66 P +(K) 434 66 P +(Y) 441 66 P +(K) 448 66 P +(S) 455 66 P +0 -336 translate +0 252 translate +2 setlinecap + 0.33 setlinewidth + newpath +454.16 71.28 454.16 65.28 461.16 65.28 461.16 71.28 454.16 71.28 ML +closepath C99 fill + newpath +454.16 65.28 454.16 59.28 461.16 59.28 461.16 65.28 454.16 65.28 ML +closepath C99 fill + newpath +454.16 59.28 454.16 53.28 461.16 53.28 461.16 59.28 454.16 59.28 ML +closepath C99 fill + newpath +454.16 53.28 454.16 47.28 461.16 47.28 461.16 53.28 454.16 53.28 ML +closepath C99 fill + newpath +454.16 47.28 454.16 41.28 461.16 41.28 461.16 47.28 454.16 47.28 ML +closepath C99 fill + newpath +454.16 41.28 454.16 35.28 461.16 35.28 461.16 41.28 454.16 41.28 ML +closepath C99 fill + newpath +454.16 35.28 454.16 29.28 461.16 29.28 461.16 35.28 454.16 35.28 ML +closepath C99 fill + newpath +454.16 29.28 454.16 23.28 461.16 23.28 461.16 29.28 454.16 29.28 ML +closepath C99 fill + newpath +454.16 23.28 454.16 17.28 461.16 17.28 461.16 23.28 454.16 23.28 ML +closepath C99 fill + newpath +454.16 17.28 454.16 11.28 461.16 11.28 461.16 17.28 454.16 17.28 ML +closepath C99 fill + newpath +454.16 11.28 454.16 5.28 461.16 5.28 461.16 11.28 454.16 11.28 ML +closepath C99 fill + newpath +454.16 5.28 454.16 -0.72 461.16 -0.72 461.16 5.28 454.16 5.28 ML +closepath C99 fill + newpath +447.16 71.28 447.16 65.28 454.16 65.28 454.16 71.28 447.16 71.28 ML +closepath C99 fill + newpath +447.16 65.28 447.16 59.28 454.16 59.28 454.16 65.28 447.16 65.28 ML +closepath C99 fill + newpath +447.16 59.28 447.16 53.28 454.16 53.28 454.16 59.28 447.16 59.28 ML +closepath C99 fill + newpath +447.16 53.28 447.16 47.28 454.16 47.28 454.16 53.28 447.16 53.28 ML +closepath C99 fill + newpath +447.16 47.28 447.16 41.28 454.16 41.28 454.16 47.28 447.16 47.28 ML +closepath C99 fill + newpath +447.16 41.28 447.16 35.28 454.16 35.28 454.16 41.28 447.16 41.28 ML +closepath C99 fill + newpath +447.16 35.28 447.16 29.28 454.16 29.28 454.16 35.28 447.16 35.28 ML +closepath C99 fill + newpath +447.16 29.28 447.16 23.28 454.16 23.28 454.16 29.28 447.16 29.28 ML +closepath C99 fill + newpath +447.16 23.28 447.16 17.28 454.16 17.28 454.16 23.28 447.16 23.28 ML +closepath C99 fill + newpath +447.16 17.28 447.16 11.28 454.16 11.28 454.16 17.28 447.16 17.28 ML +closepath C99 fill + newpath +447.16 11.28 447.16 5.28 454.16 5.28 454.16 11.28 447.16 11.28 ML +closepath C99 fill + newpath +447.16 5.28 447.16 -0.72 454.16 -0.72 454.16 5.28 447.16 5.28 ML +closepath C99 fill + newpath +440.16 71.28 440.16 65.28 447.16 65.28 447.16 71.28 440.16 71.28 ML +closepath C99 fill + newpath +440.16 65.28 440.16 59.28 447.16 59.28 447.16 65.28 440.16 65.28 ML +closepath C99 fill + newpath +440.16 59.28 440.16 53.28 447.16 53.28 447.16 59.28 440.16 59.28 ML +closepath C99 fill + newpath +440.16 53.28 440.16 47.28 447.16 47.28 447.16 53.28 440.16 53.28 ML +closepath C99 fill + newpath +440.16 47.28 440.16 41.28 447.16 41.28 447.16 47.28 440.16 47.28 ML +closepath C99 fill + newpath +440.16 41.28 440.16 35.28 447.16 35.28 447.16 41.28 440.16 41.28 ML +closepath C99 fill + newpath +440.16 35.28 440.16 29.28 447.16 29.28 447.16 35.28 440.16 35.28 ML +closepath C99 fill + newpath +440.16 29.28 440.16 23.28 447.16 23.28 447.16 29.28 440.16 29.28 ML +closepath C99 fill + newpath +440.16 23.28 440.16 17.28 447.16 17.28 447.16 23.28 440.16 23.28 ML +closepath C99 fill + newpath +440.16 17.28 440.16 11.28 447.16 11.28 447.16 17.28 440.16 17.28 ML +closepath C99 fill + newpath +440.16 11.28 440.16 5.28 447.16 5.28 447.16 11.28 440.16 11.28 ML +closepath C99 fill + newpath +440.16 5.28 440.16 -0.72 447.16 -0.72 447.16 5.28 440.16 5.28 ML +closepath C99 fill + newpath +433.16 71.28 433.16 65.28 440.16 65.28 440.16 71.28 433.16 71.28 ML +closepath C99 fill + newpath +433.16 65.28 433.16 59.28 440.16 59.28 440.16 65.28 433.16 65.28 ML +closepath C99 fill + newpath +433.16 59.28 433.16 53.28 440.16 53.28 440.16 59.28 433.16 59.28 ML +closepath C99 fill + newpath +433.16 53.28 433.16 47.28 440.16 47.28 440.16 53.28 433.16 53.28 ML +closepath C99 fill + newpath +433.16 47.28 433.16 41.28 440.16 41.28 440.16 47.28 433.16 47.28 ML +closepath C99 fill + newpath +433.16 41.28 433.16 35.28 440.16 35.28 440.16 41.28 433.16 41.28 ML +closepath C99 fill + newpath +433.16 35.28 433.16 29.28 440.16 29.28 440.16 35.28 433.16 35.28 ML +closepath C99 fill + newpath +433.16 29.28 433.16 23.28 440.16 23.28 440.16 29.28 433.16 29.28 ML +closepath C99 fill + newpath +433.16 23.28 433.16 17.28 440.16 17.28 440.16 23.28 433.16 23.28 ML +closepath C99 fill + newpath +433.16 17.28 433.16 11.28 440.16 11.28 440.16 17.28 433.16 17.28 ML +closepath C99 fill + newpath +433.16 11.28 433.16 5.28 440.16 5.28 440.16 11.28 433.16 11.28 ML +closepath C99 fill + newpath +433.16 5.28 433.16 -0.72 440.16 -0.72 440.16 5.28 433.16 5.28 ML +closepath C99 fill + newpath +426.16 71.28 426.16 65.28 433.16 65.28 433.16 71.28 426.16 71.28 ML +closepath C99 fill + newpath +426.16 65.28 426.16 59.28 433.16 59.28 433.16 65.28 426.16 65.28 ML +closepath C99 fill + newpath +426.16 59.28 426.16 53.28 433.16 53.28 433.16 59.28 426.16 59.28 ML +closepath C99 fill + newpath +426.16 53.28 426.16 47.28 433.16 47.28 433.16 53.28 426.16 53.28 ML +closepath C99 fill + newpath +426.16 47.28 426.16 41.28 433.16 41.28 433.16 47.28 426.16 47.28 ML +closepath C99 fill + newpath +426.16 41.28 426.16 35.28 433.16 35.28 433.16 41.28 426.16 41.28 ML +closepath C99 fill + newpath +426.16 35.28 426.16 29.28 433.16 29.28 433.16 35.28 426.16 35.28 ML +closepath C99 fill + newpath +426.16 29.28 426.16 23.28 433.16 23.28 433.16 29.28 426.16 29.28 ML +closepath C99 fill + newpath +426.16 23.28 426.16 17.28 433.16 17.28 433.16 23.28 426.16 23.28 ML +closepath C99 fill + newpath +426.16 17.28 426.16 11.28 433.16 11.28 433.16 17.28 426.16 17.28 ML +closepath C99 fill + newpath +426.16 11.28 426.16 5.28 433.16 5.28 433.16 11.28 426.16 11.28 ML +closepath C99 fill + newpath +426.16 5.28 426.16 -0.72 433.16 -0.72 433.16 5.28 426.16 5.28 ML +closepath C99 fill + newpath +419.16 71.28 419.16 65.28 426.16 65.28 426.16 71.28 419.16 71.28 ML +closepath C2 fill + newpath +419.16 65.28 419.16 59.28 426.16 59.28 426.16 65.28 419.16 65.28 ML +closepath C2 fill + newpath +419.16 59.28 419.16 53.28 426.16 53.28 426.16 59.28 419.16 59.28 ML +closepath C2 fill + newpath +419.16 53.28 419.16 47.28 426.16 47.28 426.16 53.28 419.16 53.28 ML +closepath C2 fill + newpath +419.16 47.28 419.16 41.28 426.16 41.28 426.16 47.28 419.16 47.28 ML +closepath C2 fill + newpath +419.16 41.28 419.16 35.28 426.16 35.28 426.16 41.28 419.16 41.28 ML +closepath C2 fill + newpath +419.16 35.28 419.16 29.28 426.16 29.28 426.16 35.28 419.16 35.28 ML +closepath C2 fill + newpath +419.16 29.28 419.16 23.28 426.16 23.28 426.16 29.28 419.16 29.28 ML +closepath C2 fill + newpath +419.16 23.28 419.16 17.28 426.16 17.28 426.16 23.28 419.16 23.28 ML +closepath C99 fill + newpath +419.16 17.28 419.16 11.28 426.16 11.28 426.16 17.28 419.16 17.28 ML +closepath C99 fill + newpath +419.16 11.28 419.16 5.28 426.16 5.28 426.16 11.28 419.16 11.28 ML +closepath C99 fill + newpath +419.16 5.28 419.16 -0.72 426.16 -0.72 426.16 5.28 419.16 5.28 ML +closepath C99 fill + newpath +412.16 71.28 412.16 65.28 419.16 65.28 419.16 71.28 412.16 71.28 ML +closepath C99 fill + newpath +412.16 65.28 412.16 59.28 419.16 59.28 419.16 65.28 412.16 65.28 ML +closepath C99 fill + newpath +412.16 59.28 412.16 53.28 419.16 53.28 419.16 59.28 412.16 59.28 ML +closepath C99 fill + newpath +412.16 53.28 412.16 47.28 419.16 47.28 419.16 53.28 412.16 53.28 ML +closepath C99 fill + newpath +412.16 47.28 412.16 41.28 419.16 41.28 419.16 47.28 412.16 47.28 ML +closepath C99 fill + newpath +412.16 41.28 412.16 35.28 419.16 35.28 419.16 41.28 412.16 41.28 ML +closepath C99 fill + newpath +412.16 35.28 412.16 29.28 419.16 29.28 419.16 35.28 412.16 35.28 ML +closepath C99 fill + newpath +412.16 29.28 412.16 23.28 419.16 23.28 419.16 29.28 412.16 29.28 ML +closepath C99 fill + newpath +412.16 23.28 412.16 17.28 419.16 17.28 419.16 23.28 412.16 23.28 ML +closepath C99 fill + newpath +412.16 17.28 412.16 11.28 419.16 11.28 419.16 17.28 412.16 17.28 ML +closepath C99 fill + newpath +412.16 11.28 412.16 5.28 419.16 5.28 419.16 11.28 412.16 11.28 ML +closepath C99 fill + newpath +412.16 5.28 412.16 -0.72 419.16 -0.72 419.16 5.28 412.16 5.28 ML +closepath C99 fill + newpath +405.16 71.28 405.16 65.28 412.16 65.28 412.16 71.28 405.16 71.28 ML +closepath C99 fill + newpath +405.16 65.28 405.16 59.28 412.16 59.28 412.16 65.28 405.16 65.28 ML +closepath C99 fill + newpath +405.16 59.28 405.16 53.28 412.16 53.28 412.16 59.28 405.16 59.28 ML +closepath C99 fill + newpath +405.16 53.28 405.16 47.28 412.16 47.28 412.16 53.28 405.16 53.28 ML +closepath C99 fill + newpath +405.16 47.28 405.16 41.28 412.16 41.28 412.16 47.28 405.16 47.28 ML +closepath C99 fill + newpath +405.16 41.28 405.16 35.28 412.16 35.28 412.16 41.28 405.16 41.28 ML +closepath C99 fill + newpath +405.16 35.28 405.16 29.28 412.16 29.28 412.16 35.28 405.16 35.28 ML +closepath C99 fill + newpath +405.16 29.28 405.16 23.28 412.16 23.28 412.16 29.28 405.16 29.28 ML +closepath C99 fill + newpath +405.16 23.28 405.16 17.28 412.16 17.28 412.16 23.28 405.16 23.28 ML +closepath C99 fill + newpath +405.16 17.28 405.16 11.28 412.16 11.28 412.16 17.28 405.16 17.28 ML +closepath C99 fill + newpath +405.16 11.28 405.16 5.28 412.16 5.28 412.16 11.28 405.16 11.28 ML +closepath C99 fill + newpath +405.16 5.28 405.16 -0.72 412.16 -0.72 412.16 5.28 405.16 5.28 ML +closepath C99 fill + newpath +398.16 71.28 398.16 65.28 405.16 65.28 405.16 71.28 398.16 71.28 ML +closepath C99 fill + newpath +398.16 65.28 398.16 59.28 405.16 59.28 405.16 65.28 398.16 65.28 ML +closepath C99 fill + newpath +398.16 59.28 398.16 53.28 405.16 53.28 405.16 59.28 398.16 59.28 ML +closepath C99 fill + newpath +398.16 53.28 398.16 47.28 405.16 47.28 405.16 53.28 398.16 53.28 ML +closepath C99 fill + newpath +398.16 47.28 398.16 41.28 405.16 41.28 405.16 47.28 398.16 47.28 ML +closepath C99 fill + newpath +398.16 41.28 398.16 35.28 405.16 35.28 405.16 41.28 398.16 41.28 ML +closepath C99 fill + newpath +398.16 35.28 398.16 29.28 405.16 29.28 405.16 35.28 398.16 35.28 ML +closepath C99 fill + newpath +398.16 29.28 398.16 23.28 405.16 23.28 405.16 29.28 398.16 29.28 ML +closepath C99 fill + newpath +398.16 23.28 398.16 17.28 405.16 17.28 405.16 23.28 398.16 23.28 ML +closepath C99 fill + newpath +398.16 17.28 398.16 11.28 405.16 11.28 405.16 17.28 398.16 17.28 ML +closepath C99 fill + newpath +398.16 11.28 398.16 5.28 405.16 5.28 405.16 11.28 398.16 11.28 ML +closepath C99 fill + newpath +398.16 5.28 398.16 -0.72 405.16 -0.72 405.16 5.28 398.16 5.28 ML +closepath C99 fill + newpath +391.16 71.28 391.16 65.28 398.16 65.28 398.16 71.28 391.16 71.28 ML +closepath C2 fill + newpath +391.16 65.28 391.16 59.28 398.16 59.28 398.16 65.28 391.16 65.28 ML +closepath C2 fill + newpath +391.16 59.28 391.16 53.28 398.16 53.28 398.16 59.28 391.16 59.28 ML +closepath C2 fill + newpath +391.16 53.28 391.16 47.28 398.16 47.28 398.16 53.28 391.16 53.28 ML +closepath C2 fill + newpath +391.16 47.28 391.16 41.28 398.16 41.28 398.16 47.28 391.16 47.28 ML +closepath C2 fill + newpath +391.16 41.28 391.16 35.28 398.16 35.28 398.16 41.28 391.16 41.28 ML +closepath C2 fill + newpath +391.16 35.28 391.16 29.28 398.16 29.28 398.16 35.28 391.16 35.28 ML +closepath C2 fill + newpath +391.16 29.28 391.16 23.28 398.16 23.28 398.16 29.28 391.16 29.28 ML +closepath C2 fill + newpath +391.16 23.28 391.16 17.28 398.16 17.28 398.16 23.28 391.16 23.28 ML +closepath C99 fill + newpath +391.16 17.28 391.16 11.28 398.16 11.28 398.16 17.28 391.16 17.28 ML +closepath C99 fill + newpath +391.16 11.28 391.16 5.28 398.16 5.28 398.16 11.28 391.16 11.28 ML +closepath C99 fill + newpath +391.16 5.28 391.16 -0.72 398.16 -0.72 398.16 5.28 391.16 5.28 ML +closepath C99 fill + newpath +384.16 71.28 384.16 65.28 391.16 65.28 391.16 71.28 384.16 71.28 ML +closepath C99 fill + newpath +384.16 65.28 384.16 59.28 391.16 59.28 391.16 65.28 384.16 65.28 ML +closepath C99 fill + newpath +384.16 59.28 384.16 53.28 391.16 53.28 391.16 59.28 384.16 59.28 ML +closepath C99 fill + newpath +384.16 53.28 384.16 47.28 391.16 47.28 391.16 53.28 384.16 53.28 ML +closepath C99 fill + newpath +384.16 47.28 384.16 41.28 391.16 41.28 391.16 47.28 384.16 47.28 ML +closepath C99 fill + newpath +384.16 41.28 384.16 35.28 391.16 35.28 391.16 41.28 384.16 41.28 ML +closepath C99 fill + newpath +384.16 35.28 384.16 29.28 391.16 29.28 391.16 35.28 384.16 35.28 ML +closepath C99 fill + newpath +384.16 29.28 384.16 23.28 391.16 23.28 391.16 29.28 384.16 29.28 ML +closepath C99 fill + newpath +384.16 23.28 384.16 17.28 391.16 17.28 391.16 23.28 384.16 23.28 ML +closepath C99 fill + newpath +384.16 17.28 384.16 11.28 391.16 11.28 391.16 17.28 384.16 17.28 ML +closepath C99 fill + newpath +384.16 11.28 384.16 5.28 391.16 5.28 391.16 11.28 384.16 11.28 ML +closepath C99 fill + newpath +384.16 5.28 384.16 -0.72 391.16 -0.72 391.16 5.28 384.16 5.28 ML +closepath C99 fill + newpath +377.16 71.28 377.16 65.28 384.16 65.28 384.16 71.28 377.16 71.28 ML +closepath C99 fill + newpath +377.16 65.28 377.16 59.28 384.16 59.28 384.16 65.28 377.16 65.28 ML +closepath C99 fill + newpath +377.16 59.28 377.16 53.28 384.16 53.28 384.16 59.28 377.16 59.28 ML +closepath C99 fill + newpath +377.16 53.28 377.16 47.28 384.16 47.28 384.16 53.28 377.16 53.28 ML +closepath C99 fill + newpath +377.16 47.28 377.16 41.28 384.16 41.28 384.16 47.28 377.16 47.28 ML +closepath C99 fill + newpath +377.16 41.28 377.16 35.28 384.16 35.28 384.16 41.28 377.16 41.28 ML +closepath C99 fill + newpath +377.16 35.28 377.16 29.28 384.16 29.28 384.16 35.28 377.16 35.28 ML +closepath C99 fill + newpath +377.16 29.28 377.16 23.28 384.16 23.28 384.16 29.28 377.16 29.28 ML +closepath C99 fill + newpath +377.16 23.28 377.16 17.28 384.16 17.28 384.16 23.28 377.16 23.28 ML +closepath C99 fill + newpath +377.16 17.28 377.16 11.28 384.16 11.28 384.16 17.28 377.16 17.28 ML +closepath C99 fill + newpath +377.16 11.28 377.16 5.28 384.16 5.28 384.16 11.28 377.16 11.28 ML +closepath C99 fill + newpath +377.16 5.28 377.16 -0.72 384.16 -0.72 384.16 5.28 377.16 5.28 ML +closepath C99 fill + newpath +370.16 71.28 370.16 65.28 377.16 65.28 377.16 71.28 370.16 71.28 ML +closepath C99 fill + newpath +370.16 65.28 370.16 59.28 377.16 59.28 377.16 65.28 370.16 65.28 ML +closepath C99 fill + newpath +370.16 59.28 370.16 53.28 377.16 53.28 377.16 59.28 370.16 59.28 ML +closepath C99 fill + newpath +370.16 53.28 370.16 47.28 377.16 47.28 377.16 53.28 370.16 53.28 ML +closepath C99 fill + newpath +370.16 47.28 370.16 41.28 377.16 41.28 377.16 47.28 370.16 47.28 ML +closepath C99 fill + newpath +370.16 41.28 370.16 35.28 377.16 35.28 377.16 41.28 370.16 41.28 ML +closepath C99 fill + newpath +370.16 35.28 370.16 29.28 377.16 29.28 377.16 35.28 370.16 35.28 ML +closepath C99 fill + newpath +370.16 29.28 370.16 23.28 377.16 23.28 377.16 29.28 370.16 29.28 ML +closepath C99 fill + newpath +370.16 23.28 370.16 17.28 377.16 17.28 377.16 23.28 370.16 23.28 ML +closepath C99 fill + newpath +370.16 17.28 370.16 11.28 377.16 11.28 377.16 17.28 370.16 17.28 ML +closepath C99 fill + newpath +370.16 11.28 370.16 5.28 377.16 5.28 377.16 11.28 370.16 11.28 ML +closepath C99 fill + newpath +370.16 5.28 370.16 -0.72 377.16 -0.72 377.16 5.28 370.16 5.28 ML +closepath C99 fill + newpath +363.16 71.28 363.16 65.28 370.16 65.28 370.16 71.28 363.16 71.28 ML +closepath C99 fill + newpath +363.16 65.28 363.16 59.28 370.16 59.28 370.16 65.28 363.16 65.28 ML +closepath C99 fill + newpath +363.16 59.28 363.16 53.28 370.16 53.28 370.16 59.28 363.16 59.28 ML +closepath C99 fill + newpath +363.16 53.28 363.16 47.28 370.16 47.28 370.16 53.28 363.16 53.28 ML +closepath C99 fill + newpath +363.16 47.28 363.16 41.28 370.16 41.28 370.16 47.28 363.16 47.28 ML +closepath C99 fill + newpath +363.16 41.28 363.16 35.28 370.16 35.28 370.16 41.28 363.16 41.28 ML +closepath C99 fill + newpath +363.16 35.28 363.16 29.28 370.16 29.28 370.16 35.28 363.16 35.28 ML +closepath C99 fill + newpath +363.16 29.28 363.16 23.28 370.16 23.28 370.16 29.28 363.16 29.28 ML +closepath C99 fill + newpath +363.16 23.28 363.16 17.28 370.16 17.28 370.16 23.28 363.16 23.28 ML +closepath C99 fill + newpath +363.16 17.28 363.16 11.28 370.16 11.28 370.16 17.28 363.16 17.28 ML +closepath C99 fill + newpath +363.16 11.28 363.16 5.28 370.16 5.28 370.16 11.28 363.16 11.28 ML +closepath C99 fill + newpath +363.16 5.28 363.16 -0.72 370.16 -0.72 370.16 5.28 363.16 5.28 ML +closepath C99 fill + newpath +356.16 71.28 356.16 65.28 363.16 65.28 363.16 71.28 356.16 71.28 ML +closepath C99 fill + newpath +356.16 65.28 356.16 59.28 363.16 59.28 363.16 65.28 356.16 65.28 ML +closepath C99 fill + newpath +356.16 59.28 356.16 53.28 363.16 53.28 363.16 59.28 356.16 59.28 ML +closepath C99 fill + newpath +356.16 53.28 356.16 47.28 363.16 47.28 363.16 53.28 356.16 53.28 ML +closepath C99 fill + newpath +356.16 47.28 356.16 41.28 363.16 41.28 363.16 47.28 356.16 47.28 ML +closepath C99 fill + newpath +356.16 41.28 356.16 35.28 363.16 35.28 363.16 41.28 356.16 41.28 ML +closepath C99 fill + newpath +356.16 35.28 356.16 29.28 363.16 29.28 363.16 35.28 356.16 35.28 ML +closepath C99 fill + newpath +356.16 29.28 356.16 23.28 363.16 23.28 363.16 29.28 356.16 29.28 ML +closepath C99 fill + newpath +356.16 23.28 356.16 17.28 363.16 17.28 363.16 23.28 356.16 23.28 ML +closepath C99 fill + newpath +356.16 17.28 356.16 11.28 363.16 11.28 363.16 17.28 356.16 17.28 ML +closepath C99 fill + newpath +356.16 11.28 356.16 5.28 363.16 5.28 363.16 11.28 356.16 11.28 ML +closepath C99 fill + newpath +356.16 5.28 356.16 -0.72 363.16 -0.72 363.16 5.28 356.16 5.28 ML +closepath C99 fill + newpath +349.16 71.28 349.16 65.28 356.16 65.28 356.16 71.28 349.16 71.28 ML +closepath C99 fill + newpath +349.16 65.28 349.16 59.28 356.16 59.28 356.16 65.28 349.16 65.28 ML +closepath C99 fill + newpath +349.16 59.28 349.16 53.28 356.16 53.28 356.16 59.28 349.16 59.28 ML +closepath C99 fill + newpath +349.16 53.28 349.16 47.28 356.16 47.28 356.16 53.28 349.16 53.28 ML +closepath C99 fill + newpath +349.16 47.28 349.16 41.28 356.16 41.28 356.16 47.28 349.16 47.28 ML +closepath C99 fill + newpath +349.16 41.28 349.16 35.28 356.16 35.28 356.16 41.28 349.16 41.28 ML +closepath C99 fill + newpath +349.16 35.28 349.16 29.28 356.16 29.28 356.16 35.28 349.16 35.28 ML +closepath C99 fill + newpath +349.16 29.28 349.16 23.28 356.16 23.28 356.16 29.28 349.16 29.28 ML +closepath C99 fill + newpath +349.16 23.28 349.16 17.28 356.16 17.28 356.16 23.28 349.16 23.28 ML +closepath C99 fill + newpath +349.16 17.28 349.16 11.28 356.16 11.28 356.16 17.28 349.16 17.28 ML +closepath C99 fill + newpath +349.16 11.28 349.16 5.28 356.16 5.28 356.16 11.28 349.16 11.28 ML +closepath C99 fill + newpath +349.16 5.28 349.16 -0.72 356.16 -0.72 356.16 5.28 349.16 5.28 ML +closepath C99 fill + newpath +342.16 71.28 342.16 65.28 349.16 65.28 349.16 71.28 342.16 71.28 ML +closepath C99 fill + newpath +342.16 65.28 342.16 59.28 349.16 59.28 349.16 65.28 342.16 65.28 ML +closepath C99 fill + newpath +342.16 59.28 342.16 53.28 349.16 53.28 349.16 59.28 342.16 59.28 ML +closepath C99 fill + newpath +342.16 53.28 342.16 47.28 349.16 47.28 349.16 53.28 342.16 53.28 ML +closepath C99 fill + newpath +342.16 47.28 342.16 41.28 349.16 41.28 349.16 47.28 342.16 47.28 ML +closepath C99 fill + newpath +342.16 41.28 342.16 35.28 349.16 35.28 349.16 41.28 342.16 41.28 ML +closepath C99 fill + newpath +342.16 35.28 342.16 29.28 349.16 29.28 349.16 35.28 342.16 35.28 ML +closepath C99 fill + newpath +342.16 29.28 342.16 23.28 349.16 23.28 349.16 29.28 342.16 29.28 ML +closepath C99 fill + newpath +342.16 23.28 342.16 17.28 349.16 17.28 349.16 23.28 342.16 23.28 ML +closepath C99 fill + newpath +342.16 17.28 342.16 11.28 349.16 11.28 349.16 17.28 342.16 17.28 ML +closepath C99 fill + newpath +342.16 11.28 342.16 5.28 349.16 5.28 349.16 11.28 342.16 11.28 ML +closepath C99 fill + newpath +342.16 5.28 342.16 -0.72 349.16 -0.72 349.16 5.28 342.16 5.28 ML +closepath C99 fill + newpath +335.16 71.28 335.16 65.28 342.16 65.28 342.16 71.28 335.16 71.28 ML +closepath C99 fill + newpath +335.16 65.28 335.16 59.28 342.16 59.28 342.16 65.28 335.16 65.28 ML +closepath C99 fill + newpath +335.16 59.28 335.16 53.28 342.16 53.28 342.16 59.28 335.16 59.28 ML +closepath C99 fill + newpath +335.16 53.28 335.16 47.28 342.16 47.28 342.16 53.28 335.16 53.28 ML +closepath C99 fill + newpath +335.16 47.28 335.16 41.28 342.16 41.28 342.16 47.28 335.16 47.28 ML +closepath C99 fill + newpath +335.16 41.28 335.16 35.28 342.16 35.28 342.16 41.28 335.16 41.28 ML +closepath C99 fill + newpath +335.16 35.28 335.16 29.28 342.16 29.28 342.16 35.28 335.16 35.28 ML +closepath C99 fill + newpath +335.16 29.28 335.16 23.28 342.16 23.28 342.16 29.28 335.16 29.28 ML +closepath C99 fill + newpath +335.16 23.28 335.16 17.28 342.16 17.28 342.16 23.28 335.16 23.28 ML +closepath C99 fill + newpath +335.16 17.28 335.16 11.28 342.16 11.28 342.16 17.28 335.16 17.28 ML +closepath C99 fill + newpath +335.16 11.28 335.16 5.28 342.16 5.28 342.16 11.28 335.16 11.28 ML +closepath C99 fill + newpath +335.16 5.28 335.16 -0.72 342.16 -0.72 342.16 5.28 335.16 5.28 ML +closepath C99 fill + newpath +328.16 71.28 328.16 65.28 335.16 65.28 335.16 71.28 328.16 71.28 ML +closepath C99 fill + newpath +328.16 65.28 328.16 59.28 335.16 59.28 335.16 65.28 328.16 65.28 ML +closepath C99 fill + newpath +328.16 59.28 328.16 53.28 335.16 53.28 335.16 59.28 328.16 59.28 ML +closepath C99 fill + newpath +328.16 53.28 328.16 47.28 335.16 47.28 335.16 53.28 328.16 53.28 ML +closepath C99 fill + newpath +328.16 47.28 328.16 41.28 335.16 41.28 335.16 47.28 328.16 47.28 ML +closepath C99 fill + newpath +328.16 41.28 328.16 35.28 335.16 35.28 335.16 41.28 328.16 41.28 ML +closepath C99 fill + newpath +328.16 35.28 328.16 29.28 335.16 29.28 335.16 35.28 328.16 35.28 ML +closepath C99 fill + newpath +328.16 29.28 328.16 23.28 335.16 23.28 335.16 29.28 328.16 29.28 ML +closepath C99 fill + newpath +328.16 23.28 328.16 17.28 335.16 17.28 335.16 23.28 328.16 23.28 ML +closepath C99 fill + newpath +328.16 17.28 328.16 11.28 335.16 11.28 335.16 17.28 328.16 17.28 ML +closepath C99 fill + newpath +328.16 11.28 328.16 5.28 335.16 5.28 335.16 11.28 328.16 11.28 ML +closepath C99 fill + newpath +328.16 5.28 328.16 -0.72 335.16 -0.72 335.16 5.28 328.16 5.28 ML +closepath C99 fill + newpath +321.16 71.28 321.16 65.28 328.16 65.28 328.16 71.28 321.16 71.28 ML +closepath C99 fill + newpath +321.16 65.28 321.16 59.28 328.16 59.28 328.16 65.28 321.16 65.28 ML +closepath C99 fill + newpath +321.16 59.28 321.16 53.28 328.16 53.28 328.16 59.28 321.16 59.28 ML +closepath C99 fill + newpath +321.16 53.28 321.16 47.28 328.16 47.28 328.16 53.28 321.16 53.28 ML +closepath C99 fill + newpath +321.16 47.28 321.16 41.28 328.16 41.28 328.16 47.28 321.16 47.28 ML +closepath C99 fill + newpath +321.16 41.28 321.16 35.28 328.16 35.28 328.16 41.28 321.16 41.28 ML +closepath C99 fill + newpath +321.16 35.28 321.16 29.28 328.16 29.28 328.16 35.28 321.16 35.28 ML +closepath C99 fill + newpath +321.16 29.28 321.16 23.28 328.16 23.28 328.16 29.28 321.16 29.28 ML +closepath C99 fill + newpath +321.16 23.28 321.16 17.28 328.16 17.28 328.16 23.28 321.16 23.28 ML +closepath C99 fill + newpath +321.16 17.28 321.16 11.28 328.16 11.28 328.16 17.28 321.16 17.28 ML +closepath C99 fill + newpath +321.16 11.28 321.16 5.28 328.16 5.28 328.16 11.28 321.16 11.28 ML +closepath C99 fill + newpath +321.16 5.28 321.16 -0.72 328.16 -0.72 328.16 5.28 321.16 5.28 ML +closepath C99 fill + newpath +314.16 71.28 314.16 65.28 321.16 65.28 321.16 71.28 314.16 71.28 ML +closepath C99 fill + newpath +314.16 65.28 314.16 59.28 321.16 59.28 321.16 65.28 314.16 65.28 ML +closepath C99 fill + newpath +314.16 59.28 314.16 53.28 321.16 53.28 321.16 59.28 314.16 59.28 ML +closepath C99 fill + newpath +314.16 53.28 314.16 47.28 321.16 47.28 321.16 53.28 314.16 53.28 ML +closepath C99 fill + newpath +314.16 47.28 314.16 41.28 321.16 41.28 321.16 47.28 314.16 47.28 ML +closepath C99 fill + newpath +314.16 41.28 314.16 35.28 321.16 35.28 321.16 41.28 314.16 41.28 ML +closepath C99 fill + newpath +314.16 35.28 314.16 29.28 321.16 29.28 321.16 35.28 314.16 35.28 ML +closepath C99 fill + newpath +314.16 29.28 314.16 23.28 321.16 23.28 321.16 29.28 314.16 29.28 ML +closepath C99 fill + newpath +314.16 23.28 314.16 17.28 321.16 17.28 321.16 23.28 314.16 23.28 ML +closepath C99 fill + newpath +314.16 17.28 314.16 11.28 321.16 11.28 321.16 17.28 314.16 17.28 ML +closepath C99 fill + newpath +314.16 11.28 314.16 5.28 321.16 5.28 321.16 11.28 314.16 11.28 ML +closepath C99 fill + newpath +314.16 5.28 314.16 -0.72 321.16 -0.72 321.16 5.28 314.16 5.28 ML +closepath C99 fill + newpath +307.16 71.28 307.16 65.28 314.16 65.28 314.16 71.28 307.16 71.28 ML +closepath C99 fill + newpath +307.16 65.28 307.16 59.28 314.16 59.28 314.16 65.28 307.16 65.28 ML +closepath C99 fill + newpath +307.16 59.28 307.16 53.28 314.16 53.28 314.16 59.28 307.16 59.28 ML +closepath C99 fill + newpath +307.16 53.28 307.16 47.28 314.16 47.28 314.16 53.28 307.16 53.28 ML +closepath C99 fill + newpath +307.16 47.28 307.16 41.28 314.16 41.28 314.16 47.28 307.16 47.28 ML +closepath C99 fill + newpath +307.16 41.28 307.16 35.28 314.16 35.28 314.16 41.28 307.16 41.28 ML +closepath C99 fill + newpath +307.16 35.28 307.16 29.28 314.16 29.28 314.16 35.28 307.16 35.28 ML +closepath C99 fill + newpath +307.16 29.28 307.16 23.28 314.16 23.28 314.16 29.28 307.16 29.28 ML +closepath C99 fill + newpath +307.16 23.28 307.16 17.28 314.16 17.28 314.16 23.28 307.16 23.28 ML +closepath C99 fill + newpath +307.16 17.28 307.16 11.28 314.16 11.28 314.16 17.28 307.16 17.28 ML +closepath C99 fill + newpath +307.16 11.28 307.16 5.28 314.16 5.28 314.16 11.28 307.16 11.28 ML +closepath C99 fill + newpath +307.16 5.28 307.16 -0.72 314.16 -0.72 314.16 5.28 307.16 5.28 ML +closepath C99 fill + newpath +300.16 71.28 300.16 65.28 307.16 65.28 307.16 71.28 300.16 71.28 ML +closepath C99 fill + newpath +300.16 65.28 300.16 59.28 307.16 59.28 307.16 65.28 300.16 65.28 ML +closepath C99 fill + newpath +300.16 59.28 300.16 53.28 307.16 53.28 307.16 59.28 300.16 59.28 ML +closepath C99 fill + newpath +300.16 53.28 300.16 47.28 307.16 47.28 307.16 53.28 300.16 53.28 ML +closepath C99 fill + newpath +300.16 47.28 300.16 41.28 307.16 41.28 307.16 47.28 300.16 47.28 ML +closepath C99 fill + newpath +300.16 41.28 300.16 35.28 307.16 35.28 307.16 41.28 300.16 41.28 ML +closepath C99 fill + newpath +300.16 35.28 300.16 29.28 307.16 29.28 307.16 35.28 300.16 35.28 ML +closepath C99 fill + newpath +300.16 29.28 300.16 23.28 307.16 23.28 307.16 29.28 300.16 29.28 ML +closepath C99 fill + newpath +300.16 23.28 300.16 17.28 307.16 17.28 307.16 23.28 300.16 23.28 ML +closepath C99 fill + newpath +300.16 17.28 300.16 11.28 307.16 11.28 307.16 17.28 300.16 17.28 ML +closepath C99 fill + newpath +300.16 11.28 300.16 5.28 307.16 5.28 307.16 11.28 300.16 11.28 ML +closepath C99 fill + newpath +300.16 5.28 300.16 -0.72 307.16 -0.72 307.16 5.28 300.16 5.28 ML +closepath C99 fill + newpath +293.16 71.28 293.16 65.28 300.16 65.28 300.16 71.28 293.16 71.28 ML +closepath C99 fill + newpath +293.16 65.28 293.16 59.28 300.16 59.28 300.16 65.28 293.16 65.28 ML +closepath C99 fill + newpath +293.16 59.28 293.16 53.28 300.16 53.28 300.16 59.28 293.16 59.28 ML +closepath C99 fill + newpath +293.16 53.28 293.16 47.28 300.16 47.28 300.16 53.28 293.16 53.28 ML +closepath C99 fill + newpath +293.16 47.28 293.16 41.28 300.16 41.28 300.16 47.28 293.16 47.28 ML +closepath C99 fill + newpath +293.16 41.28 293.16 35.28 300.16 35.28 300.16 41.28 293.16 41.28 ML +closepath C99 fill + newpath +293.16 35.28 293.16 29.28 300.16 29.28 300.16 35.28 293.16 35.28 ML +closepath C99 fill + newpath +293.16 29.28 293.16 23.28 300.16 23.28 300.16 29.28 293.16 29.28 ML +closepath C99 fill + newpath +293.16 23.28 293.16 17.28 300.16 17.28 300.16 23.28 293.16 23.28 ML +closepath C99 fill + newpath +293.16 17.28 293.16 11.28 300.16 11.28 300.16 17.28 293.16 17.28 ML +closepath C99 fill + newpath +293.16 11.28 293.16 5.28 300.16 5.28 300.16 11.28 293.16 11.28 ML +closepath C99 fill + newpath +293.16 5.28 293.16 -0.72 300.16 -0.72 300.16 5.28 293.16 5.28 ML +closepath C99 fill + newpath +286.16 71.28 286.16 65.28 293.16 65.28 293.16 71.28 286.16 71.28 ML +closepath C99 fill + newpath +286.16 65.28 286.16 59.28 293.16 59.28 293.16 65.28 286.16 65.28 ML +closepath C99 fill + newpath +286.16 59.28 286.16 53.28 293.16 53.28 293.16 59.28 286.16 59.28 ML +closepath C99 fill + newpath +286.16 53.28 286.16 47.28 293.16 47.28 293.16 53.28 286.16 53.28 ML +closepath C99 fill + newpath +286.16 47.28 286.16 41.28 293.16 41.28 293.16 47.28 286.16 47.28 ML +closepath C99 fill + newpath +286.16 41.28 286.16 35.28 293.16 35.28 293.16 41.28 286.16 41.28 ML +closepath C99 fill + newpath +286.16 35.28 286.16 29.28 293.16 29.28 293.16 35.28 286.16 35.28 ML +closepath C99 fill + newpath +286.16 29.28 286.16 23.28 293.16 23.28 293.16 29.28 286.16 29.28 ML +closepath C99 fill + newpath +286.16 23.28 286.16 17.28 293.16 17.28 293.16 23.28 286.16 23.28 ML +closepath C99 fill + newpath +286.16 17.28 286.16 11.28 293.16 11.28 293.16 17.28 286.16 17.28 ML +closepath C99 fill + newpath +286.16 11.28 286.16 5.28 293.16 5.28 293.16 11.28 286.16 11.28 ML +closepath C99 fill + newpath +286.16 5.28 286.16 -0.72 293.16 -0.72 293.16 5.28 286.16 5.28 ML +closepath C99 fill + newpath +279.16 71.28 279.16 65.28 286.16 65.28 286.16 71.28 279.16 71.28 ML +closepath C99 fill + newpath +279.16 65.28 279.16 59.28 286.16 59.28 286.16 65.28 279.16 65.28 ML +closepath C99 fill + newpath +279.16 59.28 279.16 53.28 286.16 53.28 286.16 59.28 279.16 59.28 ML +closepath C99 fill + newpath +279.16 53.28 279.16 47.28 286.16 47.28 286.16 53.28 279.16 53.28 ML +closepath C99 fill + newpath +279.16 47.28 279.16 41.28 286.16 41.28 286.16 47.28 279.16 47.28 ML +closepath C99 fill + newpath +279.16 41.28 279.16 35.28 286.16 35.28 286.16 41.28 279.16 41.28 ML +closepath C99 fill + newpath +279.16 35.28 279.16 29.28 286.16 29.28 286.16 35.28 279.16 35.28 ML +closepath C99 fill + newpath +279.16 29.28 279.16 23.28 286.16 23.28 286.16 29.28 279.16 29.28 ML +closepath C99 fill + newpath +279.16 23.28 279.16 17.28 286.16 17.28 286.16 23.28 279.16 23.28 ML +closepath C99 fill + newpath +279.16 17.28 279.16 11.28 286.16 11.28 286.16 17.28 279.16 17.28 ML +closepath C99 fill + newpath +279.16 11.28 279.16 5.28 286.16 5.28 286.16 11.28 279.16 11.28 ML +closepath C99 fill + newpath +279.16 5.28 279.16 -0.72 286.16 -0.72 286.16 5.28 279.16 5.28 ML +closepath C99 fill + newpath +272.16 71.28 272.16 65.28 279.16 65.28 279.16 71.28 272.16 71.28 ML +closepath C99 fill + newpath +272.16 65.28 272.16 59.28 279.16 59.28 279.16 65.28 272.16 65.28 ML +closepath C99 fill + newpath +272.16 59.28 272.16 53.28 279.16 53.28 279.16 59.28 272.16 59.28 ML +closepath C99 fill + newpath +272.16 53.28 272.16 47.28 279.16 47.28 279.16 53.28 272.16 53.28 ML +closepath C99 fill + newpath +272.16 47.28 272.16 41.28 279.16 41.28 279.16 47.28 272.16 47.28 ML +closepath C99 fill + newpath +272.16 41.28 272.16 35.28 279.16 35.28 279.16 41.28 272.16 41.28 ML +closepath C99 fill + newpath +272.16 35.28 272.16 29.28 279.16 29.28 279.16 35.28 272.16 35.28 ML +closepath C99 fill + newpath +272.16 29.28 272.16 23.28 279.16 23.28 279.16 29.28 272.16 29.28 ML +closepath C99 fill + newpath +272.16 23.28 272.16 17.28 279.16 17.28 279.16 23.28 272.16 23.28 ML +closepath C99 fill + newpath +272.16 17.28 272.16 11.28 279.16 11.28 279.16 17.28 272.16 17.28 ML +closepath C99 fill + newpath +272.16 11.28 272.16 5.28 279.16 5.28 279.16 11.28 272.16 11.28 ML +closepath C99 fill + newpath +272.16 5.28 272.16 -0.72 279.16 -0.72 279.16 5.28 272.16 5.28 ML +closepath C99 fill + newpath +265.16 71.28 265.16 65.28 272.16 65.28 272.16 71.28 265.16 71.28 ML +closepath C99 fill + newpath +265.16 65.28 265.16 59.28 272.16 59.28 272.16 65.28 265.16 65.28 ML +closepath C99 fill + newpath +265.16 59.28 265.16 53.28 272.16 53.28 272.16 59.28 265.16 59.28 ML +closepath C99 fill + newpath +265.16 53.28 265.16 47.28 272.16 47.28 272.16 53.28 265.16 53.28 ML +closepath C99 fill + newpath +265.16 47.28 265.16 41.28 272.16 41.28 272.16 47.28 265.16 47.28 ML +closepath C99 fill + newpath +265.16 41.28 265.16 35.28 272.16 35.28 272.16 41.28 265.16 41.28 ML +closepath C99 fill + newpath +265.16 35.28 265.16 29.28 272.16 29.28 272.16 35.28 265.16 35.28 ML +closepath C99 fill + newpath +265.16 29.28 265.16 23.28 272.16 23.28 272.16 29.28 265.16 29.28 ML +closepath C99 fill + newpath +265.16 23.28 265.16 17.28 272.16 17.28 272.16 23.28 265.16 23.28 ML +closepath C99 fill + newpath +265.16 17.28 265.16 11.28 272.16 11.28 272.16 17.28 265.16 17.28 ML +closepath C99 fill + newpath +265.16 11.28 265.16 5.28 272.16 5.28 272.16 11.28 265.16 11.28 ML +closepath C99 fill + newpath +265.16 5.28 265.16 -0.72 272.16 -0.72 272.16 5.28 265.16 5.28 ML +closepath C99 fill + newpath +258.16 71.28 258.16 65.28 265.16 65.28 265.16 71.28 258.16 71.28 ML +closepath C99 fill + newpath +258.16 65.28 258.16 59.28 265.16 59.28 265.16 65.28 258.16 65.28 ML +closepath C99 fill + newpath +258.16 59.28 258.16 53.28 265.16 53.28 265.16 59.28 258.16 59.28 ML +closepath C99 fill + newpath +258.16 53.28 258.16 47.28 265.16 47.28 265.16 53.28 258.16 53.28 ML +closepath C99 fill + newpath +258.16 47.28 258.16 41.28 265.16 41.28 265.16 47.28 258.16 47.28 ML +closepath C99 fill + newpath +258.16 41.28 258.16 35.28 265.16 35.28 265.16 41.28 258.16 41.28 ML +closepath C99 fill + newpath +258.16 35.28 258.16 29.28 265.16 29.28 265.16 35.28 258.16 35.28 ML +closepath C99 fill + newpath +258.16 29.28 258.16 23.28 265.16 23.28 265.16 29.28 258.16 29.28 ML +closepath C99 fill + newpath +258.16 23.28 258.16 17.28 265.16 17.28 265.16 23.28 258.16 23.28 ML +closepath C99 fill + newpath +258.16 17.28 258.16 11.28 265.16 11.28 265.16 17.28 258.16 17.28 ML +closepath C99 fill + newpath +258.16 11.28 258.16 5.28 265.16 5.28 265.16 11.28 258.16 11.28 ML +closepath C99 fill + newpath +258.16 5.28 258.16 -0.72 265.16 -0.72 265.16 5.28 258.16 5.28 ML +closepath C99 fill + newpath +251.16 71.28 251.16 65.28 258.16 65.28 258.16 71.28 251.16 71.28 ML +closepath C99 fill + newpath +251.16 65.28 251.16 59.28 258.16 59.28 258.16 65.28 251.16 65.28 ML +closepath C99 fill + newpath +251.16 59.28 251.16 53.28 258.16 53.28 258.16 59.28 251.16 59.28 ML +closepath C99 fill + newpath +251.16 53.28 251.16 47.28 258.16 47.28 258.16 53.28 251.16 53.28 ML +closepath C99 fill + newpath +251.16 47.28 251.16 41.28 258.16 41.28 258.16 47.28 251.16 47.28 ML +closepath C99 fill + newpath +251.16 41.28 251.16 35.28 258.16 35.28 258.16 41.28 251.16 41.28 ML +closepath C99 fill + newpath +251.16 35.28 251.16 29.28 258.16 29.28 258.16 35.28 251.16 35.28 ML +closepath C99 fill + newpath +251.16 29.28 251.16 23.28 258.16 23.28 258.16 29.28 251.16 29.28 ML +closepath C99 fill + newpath +251.16 23.28 251.16 17.28 258.16 17.28 258.16 23.28 251.16 23.28 ML +closepath C99 fill + newpath +251.16 17.28 251.16 11.28 258.16 11.28 258.16 17.28 251.16 17.28 ML +closepath C99 fill + newpath +251.16 11.28 251.16 5.28 258.16 5.28 258.16 11.28 251.16 11.28 ML +closepath C99 fill + newpath +251.16 5.28 251.16 -0.72 258.16 -0.72 258.16 5.28 251.16 5.28 ML +closepath C99 fill + newpath +244.16 71.28 244.16 65.28 251.16 65.28 251.16 71.28 244.16 71.28 ML +closepath C99 fill + newpath +244.16 65.28 244.16 59.28 251.16 59.28 251.16 65.28 244.16 65.28 ML +closepath C99 fill + newpath +244.16 59.28 244.16 53.28 251.16 53.28 251.16 59.28 244.16 59.28 ML +closepath C99 fill + newpath +244.16 53.28 244.16 47.28 251.16 47.28 251.16 53.28 244.16 53.28 ML +closepath C99 fill + newpath +244.16 47.28 244.16 41.28 251.16 41.28 251.16 47.28 244.16 47.28 ML +closepath C99 fill + newpath +244.16 41.28 244.16 35.28 251.16 35.28 251.16 41.28 244.16 41.28 ML +closepath C99 fill + newpath +244.16 35.28 244.16 29.28 251.16 29.28 251.16 35.28 244.16 35.28 ML +closepath C99 fill + newpath +244.16 29.28 244.16 23.28 251.16 23.28 251.16 29.28 244.16 29.28 ML +closepath C99 fill + newpath +244.16 23.28 244.16 17.28 251.16 17.28 251.16 23.28 244.16 23.28 ML +closepath C99 fill + newpath +244.16 17.28 244.16 11.28 251.16 11.28 251.16 17.28 244.16 17.28 ML +closepath C99 fill + newpath +244.16 11.28 244.16 5.28 251.16 5.28 251.16 11.28 244.16 11.28 ML +closepath C99 fill + newpath +244.16 5.28 244.16 -0.72 251.16 -0.72 251.16 5.28 244.16 5.28 ML +closepath C99 fill + newpath +237.16 71.28 237.16 65.28 244.16 65.28 244.16 71.28 237.16 71.28 ML +closepath C2 fill + newpath +237.16 65.28 237.16 59.28 244.16 59.28 244.16 65.28 237.16 65.28 ML +closepath C2 fill + newpath +237.16 59.28 237.16 53.28 244.16 53.28 244.16 59.28 237.16 59.28 ML +closepath C2 fill + newpath +237.16 53.28 237.16 47.28 244.16 47.28 244.16 53.28 237.16 53.28 ML +closepath C2 fill + newpath +237.16 47.28 237.16 41.28 244.16 41.28 244.16 47.28 237.16 47.28 ML +closepath C2 fill + newpath +237.16 41.28 237.16 35.28 244.16 35.28 244.16 41.28 237.16 41.28 ML +closepath C2 fill + newpath +237.16 35.28 237.16 29.28 244.16 29.28 244.16 35.28 237.16 35.28 ML +closepath C2 fill + newpath +237.16 29.28 237.16 23.28 244.16 23.28 244.16 29.28 237.16 29.28 ML +closepath C2 fill + newpath +237.16 23.28 237.16 17.28 244.16 17.28 244.16 23.28 237.16 23.28 ML +closepath C99 fill + newpath +237.16 17.28 237.16 11.28 244.16 11.28 244.16 17.28 237.16 17.28 ML +closepath C99 fill + newpath +237.16 11.28 237.16 5.28 244.16 5.28 244.16 11.28 237.16 11.28 ML +closepath C99 fill + newpath +237.16 5.28 237.16 -0.72 244.16 -0.72 244.16 5.28 237.16 5.28 ML +closepath C99 fill + newpath +230.16 71.28 230.16 65.28 237.16 65.28 237.16 71.28 230.16 71.28 ML +closepath C99 fill + newpath +230.16 65.28 230.16 59.28 237.16 59.28 237.16 65.28 230.16 65.28 ML +closepath C99 fill + newpath +230.16 59.28 230.16 53.28 237.16 53.28 237.16 59.28 230.16 59.28 ML +closepath C99 fill + newpath +230.16 53.28 230.16 47.28 237.16 47.28 237.16 53.28 230.16 53.28 ML +closepath C99 fill + newpath +230.16 47.28 230.16 41.28 237.16 41.28 237.16 47.28 230.16 47.28 ML +closepath C99 fill + newpath +230.16 41.28 230.16 35.28 237.16 35.28 237.16 41.28 230.16 41.28 ML +closepath C99 fill + newpath +230.16 35.28 230.16 29.28 237.16 29.28 237.16 35.28 230.16 35.28 ML +closepath C99 fill + newpath +230.16 29.28 230.16 23.28 237.16 23.28 237.16 29.28 230.16 29.28 ML +closepath C99 fill + newpath +230.16 23.28 230.16 17.28 237.16 17.28 237.16 23.28 230.16 23.28 ML +closepath C99 fill + newpath +230.16 17.28 230.16 11.28 237.16 11.28 237.16 17.28 230.16 17.28 ML +closepath C99 fill + newpath +230.16 11.28 230.16 5.28 237.16 5.28 237.16 11.28 230.16 11.28 ML +closepath C99 fill + newpath +230.16 5.28 230.16 -0.72 237.16 -0.72 237.16 5.28 230.16 5.28 ML +closepath C99 fill + newpath +223.16 71.28 223.16 65.28 230.16 65.28 230.16 71.28 223.16 71.28 ML +closepath C2 fill + newpath +223.16 65.28 223.16 59.28 230.16 59.28 230.16 65.28 223.16 65.28 ML +closepath C2 fill + newpath +223.16 59.28 223.16 53.28 230.16 53.28 230.16 59.28 223.16 59.28 ML +closepath C2 fill + newpath +223.16 53.28 223.16 47.28 230.16 47.28 230.16 53.28 223.16 53.28 ML +closepath C2 fill + newpath +223.16 47.28 223.16 41.28 230.16 41.28 230.16 47.28 223.16 47.28 ML +closepath C2 fill + newpath +223.16 41.28 223.16 35.28 230.16 35.28 230.16 41.28 223.16 41.28 ML +closepath C2 fill + newpath +223.16 35.28 223.16 29.28 230.16 29.28 230.16 35.28 223.16 35.28 ML +closepath C2 fill + newpath +223.16 29.28 223.16 23.28 230.16 23.28 230.16 29.28 223.16 29.28 ML +closepath C2 fill + newpath +223.16 23.28 223.16 17.28 230.16 17.28 230.16 23.28 223.16 23.28 ML +closepath C99 fill + newpath +223.16 17.28 223.16 11.28 230.16 11.28 230.16 17.28 223.16 17.28 ML +closepath C99 fill + newpath +223.16 11.28 223.16 5.28 230.16 5.28 230.16 11.28 223.16 11.28 ML +closepath C99 fill + newpath +223.16 5.28 223.16 -0.72 230.16 -0.72 230.16 5.28 223.16 5.28 ML +closepath C99 fill + newpath +216.16 71.28 216.16 65.28 223.16 65.28 223.16 71.28 216.16 71.28 ML +closepath C99 fill + newpath +216.16 65.28 216.16 59.28 223.16 59.28 223.16 65.28 216.16 65.28 ML +closepath C99 fill + newpath +216.16 59.28 216.16 53.28 223.16 53.28 223.16 59.28 216.16 59.28 ML +closepath C99 fill + newpath +216.16 53.28 216.16 47.28 223.16 47.28 223.16 53.28 216.16 53.28 ML +closepath C99 fill + newpath +216.16 47.28 216.16 41.28 223.16 41.28 223.16 47.28 216.16 47.28 ML +closepath C99 fill + newpath +216.16 41.28 216.16 35.28 223.16 35.28 223.16 41.28 216.16 41.28 ML +closepath C99 fill + newpath +216.16 35.28 216.16 29.28 223.16 29.28 223.16 35.28 216.16 35.28 ML +closepath C99 fill + newpath +216.16 29.28 216.16 23.28 223.16 23.28 223.16 29.28 216.16 29.28 ML +closepath C99 fill + newpath +216.16 23.28 216.16 17.28 223.16 17.28 223.16 23.28 216.16 23.28 ML +closepath C99 fill + newpath +216.16 17.28 216.16 11.28 223.16 11.28 223.16 17.28 216.16 17.28 ML +closepath C99 fill + newpath +216.16 11.28 216.16 5.28 223.16 5.28 223.16 11.28 216.16 11.28 ML +closepath C99 fill + newpath +216.16 5.28 216.16 -0.72 223.16 -0.72 223.16 5.28 216.16 5.28 ML +closepath C99 fill + newpath +209.16 71.28 209.16 65.28 216.16 65.28 216.16 71.28 209.16 71.28 ML +closepath C99 fill + newpath +209.16 65.28 209.16 59.28 216.16 59.28 216.16 65.28 209.16 65.28 ML +closepath C99 fill + newpath +209.16 59.28 209.16 53.28 216.16 53.28 216.16 59.28 209.16 59.28 ML +closepath C99 fill + newpath +209.16 53.28 209.16 47.28 216.16 47.28 216.16 53.28 209.16 53.28 ML +closepath C99 fill + newpath +209.16 47.28 209.16 41.28 216.16 41.28 216.16 47.28 209.16 47.28 ML +closepath C99 fill + newpath +209.16 41.28 209.16 35.28 216.16 35.28 216.16 41.28 209.16 41.28 ML +closepath C99 fill + newpath +209.16 35.28 209.16 29.28 216.16 29.28 216.16 35.28 209.16 35.28 ML +closepath C99 fill + newpath +209.16 29.28 209.16 23.28 216.16 23.28 216.16 29.28 209.16 29.28 ML +closepath C99 fill + newpath +209.16 23.28 209.16 17.28 216.16 17.28 216.16 23.28 209.16 23.28 ML +closepath C99 fill + newpath +209.16 17.28 209.16 11.28 216.16 11.28 216.16 17.28 209.16 17.28 ML +closepath C99 fill + newpath +209.16 11.28 209.16 5.28 216.16 5.28 216.16 11.28 209.16 11.28 ML +closepath C99 fill + newpath +209.16 5.28 209.16 -0.72 216.16 -0.72 216.16 5.28 209.16 5.28 ML +closepath C99 fill + newpath +202.16 71.28 202.16 65.28 209.16 65.28 209.16 71.28 202.16 71.28 ML +closepath C2 fill + newpath +202.16 65.28 202.16 59.28 209.16 59.28 209.16 65.28 202.16 65.28 ML +closepath C2 fill + newpath +202.16 59.28 202.16 53.28 209.16 53.28 209.16 59.28 202.16 59.28 ML +closepath C2 fill + newpath +202.16 53.28 202.16 47.28 209.16 47.28 209.16 53.28 202.16 53.28 ML +closepath C2 fill + newpath +202.16 47.28 202.16 41.28 209.16 41.28 209.16 47.28 202.16 47.28 ML +closepath C2 fill + newpath +202.16 41.28 202.16 35.28 209.16 35.28 209.16 41.28 202.16 41.28 ML +closepath C2 fill + newpath +202.16 35.28 202.16 29.28 209.16 29.28 209.16 35.28 202.16 35.28 ML +closepath C2 fill + newpath +202.16 29.28 202.16 23.28 209.16 23.28 209.16 29.28 202.16 29.28 ML +closepath C2 fill + newpath +202.16 23.28 202.16 17.28 209.16 17.28 209.16 23.28 202.16 23.28 ML +closepath C99 fill + newpath +202.16 17.28 202.16 11.28 209.16 11.28 209.16 17.28 202.16 17.28 ML +closepath C99 fill + newpath +202.16 11.28 202.16 5.28 209.16 5.28 209.16 11.28 202.16 11.28 ML +closepath C99 fill + newpath +202.16 5.28 202.16 -0.72 209.16 -0.72 209.16 5.28 202.16 5.28 ML +closepath C99 fill + newpath +195.16 71.28 195.16 65.28 202.16 65.28 202.16 71.28 195.16 71.28 ML +closepath C99 fill + newpath +195.16 65.28 195.16 59.28 202.16 59.28 202.16 65.28 195.16 65.28 ML +closepath C99 fill + newpath +195.16 59.28 195.16 53.28 202.16 53.28 202.16 59.28 195.16 59.28 ML +closepath C99 fill + newpath +195.16 53.28 195.16 47.28 202.16 47.28 202.16 53.28 195.16 53.28 ML +closepath C99 fill + newpath +195.16 47.28 195.16 41.28 202.16 41.28 202.16 47.28 195.16 47.28 ML +closepath C99 fill + newpath +195.16 41.28 195.16 35.28 202.16 35.28 202.16 41.28 195.16 41.28 ML +closepath C99 fill + newpath +195.16 35.28 195.16 29.28 202.16 29.28 202.16 35.28 195.16 35.28 ML +closepath C99 fill + newpath +195.16 29.28 195.16 23.28 202.16 23.28 202.16 29.28 195.16 29.28 ML +closepath C99 fill + newpath +195.16 23.28 195.16 17.28 202.16 17.28 202.16 23.28 195.16 23.28 ML +closepath C99 fill + newpath +195.16 17.28 195.16 11.28 202.16 11.28 202.16 17.28 195.16 17.28 ML +closepath C99 fill + newpath +195.16 11.28 195.16 5.28 202.16 5.28 202.16 11.28 195.16 11.28 ML +closepath C99 fill + newpath +195.16 5.28 195.16 -0.72 202.16 -0.72 202.16 5.28 195.16 5.28 ML +closepath C99 fill + newpath +188.16 71.28 188.16 65.28 195.16 65.28 195.16 71.28 188.16 71.28 ML +closepath C99 fill + newpath +188.16 65.28 188.16 59.28 195.16 59.28 195.16 65.28 188.16 65.28 ML +closepath C99 fill + newpath +188.16 59.28 188.16 53.28 195.16 53.28 195.16 59.28 188.16 59.28 ML +closepath C99 fill + newpath +188.16 53.28 188.16 47.28 195.16 47.28 195.16 53.28 188.16 53.28 ML +closepath C99 fill + newpath +188.16 47.28 188.16 41.28 195.16 41.28 195.16 47.28 188.16 47.28 ML +closepath C99 fill + newpath +188.16 41.28 188.16 35.28 195.16 35.28 195.16 41.28 188.16 41.28 ML +closepath C99 fill + newpath +188.16 35.28 188.16 29.28 195.16 29.28 195.16 35.28 188.16 35.28 ML +closepath C99 fill + newpath +188.16 29.28 188.16 23.28 195.16 23.28 195.16 29.28 188.16 29.28 ML +closepath C99 fill + newpath +188.16 23.28 188.16 17.28 195.16 17.28 195.16 23.28 188.16 23.28 ML +closepath C99 fill + newpath +188.16 17.28 188.16 11.28 195.16 11.28 195.16 17.28 188.16 17.28 ML +closepath C99 fill + newpath +188.16 11.28 188.16 5.28 195.16 5.28 195.16 11.28 188.16 11.28 ML +closepath C99 fill + newpath +188.16 5.28 188.16 -0.72 195.16 -0.72 195.16 5.28 188.16 5.28 ML +closepath C99 fill + newpath +181.16 71.28 181.16 65.28 188.16 65.28 188.16 71.28 181.16 71.28 ML +closepath C2 fill + newpath +181.16 65.28 181.16 59.28 188.16 59.28 188.16 65.28 181.16 65.28 ML +closepath C2 fill + newpath +181.16 59.28 181.16 53.28 188.16 53.28 188.16 59.28 181.16 59.28 ML +closepath C2 fill + newpath +181.16 53.28 181.16 47.28 188.16 47.28 188.16 53.28 181.16 53.28 ML +closepath C2 fill + newpath +181.16 47.28 181.16 41.28 188.16 41.28 188.16 47.28 181.16 47.28 ML +closepath C2 fill + newpath +181.16 41.28 181.16 35.28 188.16 35.28 188.16 41.28 181.16 41.28 ML +closepath C2 fill + newpath +181.16 35.28 181.16 29.28 188.16 29.28 188.16 35.28 181.16 35.28 ML +closepath C2 fill + newpath +181.16 29.28 181.16 23.28 188.16 23.28 188.16 29.28 181.16 29.28 ML +closepath C2 fill + newpath +181.16 23.28 181.16 17.28 188.16 17.28 188.16 23.28 181.16 23.28 ML +closepath C99 fill + newpath +181.16 17.28 181.16 11.28 188.16 11.28 188.16 17.28 181.16 17.28 ML +closepath C99 fill + newpath +181.16 11.28 181.16 5.28 188.16 5.28 188.16 11.28 181.16 11.28 ML +closepath C99 fill + newpath +181.16 5.28 181.16 -0.72 188.16 -0.72 188.16 5.28 181.16 5.28 ML +closepath C99 fill + newpath +174.16 71.28 174.16 65.28 181.16 65.28 181.16 71.28 174.16 71.28 ML +closepath C99 fill + newpath +174.16 65.28 174.16 59.28 181.16 59.28 181.16 65.28 174.16 65.28 ML +closepath C99 fill + newpath +174.16 59.28 174.16 53.28 181.16 53.28 181.16 59.28 174.16 59.28 ML +closepath C99 fill + newpath +174.16 53.28 174.16 47.28 181.16 47.28 181.16 53.28 174.16 53.28 ML +closepath C99 fill + newpath +174.16 47.28 174.16 41.28 181.16 41.28 181.16 47.28 174.16 47.28 ML +closepath C99 fill + newpath +174.16 41.28 174.16 35.28 181.16 35.28 181.16 41.28 174.16 41.28 ML +closepath C99 fill + newpath +174.16 35.28 174.16 29.28 181.16 29.28 181.16 35.28 174.16 35.28 ML +closepath C99 fill + newpath +174.16 29.28 174.16 23.28 181.16 23.28 181.16 29.28 174.16 29.28 ML +closepath C99 fill + newpath +174.16 23.28 174.16 17.28 181.16 17.28 181.16 23.28 174.16 23.28 ML +closepath C99 fill + newpath +174.16 17.28 174.16 11.28 181.16 11.28 181.16 17.28 174.16 17.28 ML +closepath C99 fill + newpath +174.16 11.28 174.16 5.28 181.16 5.28 181.16 11.28 174.16 11.28 ML +closepath C99 fill + newpath +174.16 5.28 174.16 -0.72 181.16 -0.72 181.16 5.28 174.16 5.28 ML +closepath C99 fill + newpath +167.16 71.28 167.16 65.28 174.16 65.28 174.16 71.28 167.16 71.28 ML +closepath C99 fill + newpath +167.16 65.28 167.16 59.28 174.16 59.28 174.16 65.28 167.16 65.28 ML +closepath C99 fill + newpath +167.16 59.28 167.16 53.28 174.16 53.28 174.16 59.28 167.16 59.28 ML +closepath C99 fill + newpath +167.16 53.28 167.16 47.28 174.16 47.28 174.16 53.28 167.16 53.28 ML +closepath C99 fill + newpath +167.16 47.28 167.16 41.28 174.16 41.28 174.16 47.28 167.16 47.28 ML +closepath C99 fill + newpath +167.16 41.28 167.16 35.28 174.16 35.28 174.16 41.28 167.16 41.28 ML +closepath C99 fill + newpath +167.16 35.28 167.16 29.28 174.16 29.28 174.16 35.28 167.16 35.28 ML +closepath C99 fill + newpath +167.16 29.28 167.16 23.28 174.16 23.28 174.16 29.28 167.16 29.28 ML +closepath C99 fill + newpath +167.16 23.28 167.16 17.28 174.16 17.28 174.16 23.28 167.16 23.28 ML +closepath C99 fill + newpath +167.16 17.28 167.16 11.28 174.16 11.28 174.16 17.28 167.16 17.28 ML +closepath C99 fill + newpath +167.16 11.28 167.16 5.28 174.16 5.28 174.16 11.28 167.16 11.28 ML +closepath C99 fill + newpath +167.16 5.28 167.16 -0.72 174.16 -0.72 174.16 5.28 167.16 5.28 ML +closepath C99 fill + newpath +160.16 71.28 160.16 65.28 167.16 65.28 167.16 71.28 160.16 71.28 ML +closepath C2 fill + newpath +160.16 65.28 160.16 59.28 167.16 59.28 167.16 65.28 160.16 65.28 ML +closepath C2 fill + newpath +160.16 59.28 160.16 53.28 167.16 53.28 167.16 59.28 160.16 59.28 ML +closepath C2 fill + newpath +160.16 53.28 160.16 47.28 167.16 47.28 167.16 53.28 160.16 53.28 ML +closepath C2 fill + newpath +160.16 47.28 160.16 41.28 167.16 41.28 167.16 47.28 160.16 47.28 ML +closepath C2 fill + newpath +160.16 41.28 160.16 35.28 167.16 35.28 167.16 41.28 160.16 41.28 ML +closepath C2 fill + newpath +160.16 35.28 160.16 29.28 167.16 29.28 167.16 35.28 160.16 35.28 ML +closepath C2 fill + newpath +160.16 29.28 160.16 23.28 167.16 23.28 167.16 29.28 160.16 29.28 ML +closepath C2 fill + newpath +160.16 23.28 160.16 17.28 167.16 17.28 167.16 23.28 160.16 23.28 ML +closepath C99 fill + newpath +160.16 17.28 160.16 11.28 167.16 11.28 167.16 17.28 160.16 17.28 ML +closepath C99 fill + newpath +160.16 11.28 160.16 5.28 167.16 5.28 167.16 11.28 160.16 11.28 ML +closepath C99 fill + newpath +160.16 5.28 160.16 -0.72 167.16 -0.72 167.16 5.28 160.16 5.28 ML +closepath C99 fill + newpath +153.16 71.28 153.16 65.28 160.16 65.28 160.16 71.28 153.16 71.28 ML +closepath C99 fill + newpath +153.16 65.28 153.16 59.28 160.16 59.28 160.16 65.28 153.16 65.28 ML +closepath C99 fill + newpath +153.16 59.28 153.16 53.28 160.16 53.28 160.16 59.28 153.16 59.28 ML +closepath C99 fill + newpath +153.16 53.28 153.16 47.28 160.16 47.28 160.16 53.28 153.16 53.28 ML +closepath C99 fill + newpath +153.16 47.28 153.16 41.28 160.16 41.28 160.16 47.28 153.16 47.28 ML +closepath C99 fill + newpath +153.16 41.28 153.16 35.28 160.16 35.28 160.16 41.28 153.16 41.28 ML +closepath C99 fill + newpath +153.16 35.28 153.16 29.28 160.16 29.28 160.16 35.28 153.16 35.28 ML +closepath C99 fill + newpath +153.16 29.28 153.16 23.28 160.16 23.28 160.16 29.28 153.16 29.28 ML +closepath C99 fill + newpath +153.16 23.28 153.16 17.28 160.16 17.28 160.16 23.28 153.16 23.28 ML +closepath C99 fill + newpath +153.16 17.28 153.16 11.28 160.16 11.28 160.16 17.28 153.16 17.28 ML +closepath C99 fill + newpath +153.16 11.28 153.16 5.28 160.16 5.28 160.16 11.28 153.16 11.28 ML +closepath C99 fill + newpath +153.16 5.28 153.16 -0.72 160.16 -0.72 160.16 5.28 153.16 5.28 ML +closepath C99 fill + newpath +146.16 71.28 146.16 65.28 153.16 65.28 153.16 71.28 146.16 71.28 ML +closepath C2 fill + newpath +146.16 65.28 146.16 59.28 153.16 59.28 153.16 65.28 146.16 65.28 ML +closepath C2 fill + newpath +146.16 59.28 146.16 53.28 153.16 53.28 153.16 59.28 146.16 59.28 ML +closepath C2 fill + newpath +146.16 53.28 146.16 47.28 153.16 47.28 153.16 53.28 146.16 53.28 ML +closepath C2 fill + newpath +146.16 47.28 146.16 41.28 153.16 41.28 153.16 47.28 146.16 47.28 ML +closepath C2 fill + newpath +146.16 41.28 146.16 35.28 153.16 35.28 153.16 41.28 146.16 41.28 ML +closepath C2 fill + newpath +146.16 35.28 146.16 29.28 153.16 29.28 153.16 35.28 146.16 35.28 ML +closepath C2 fill + newpath +146.16 29.28 146.16 23.28 153.16 23.28 153.16 29.28 146.16 29.28 ML +closepath C2 fill + newpath +146.16 23.28 146.16 17.28 153.16 17.28 153.16 23.28 146.16 23.28 ML +closepath C99 fill + newpath +146.16 17.28 146.16 11.28 153.16 11.28 153.16 17.28 146.16 17.28 ML +closepath C99 fill + newpath +146.16 11.28 146.16 5.28 153.16 5.28 153.16 11.28 146.16 11.28 ML +closepath C99 fill + newpath +146.16 5.28 146.16 -0.72 153.16 -0.72 153.16 5.28 146.16 5.28 ML +closepath C99 fill + newpath +139.16 71.28 139.16 65.28 146.16 65.28 146.16 71.28 139.16 71.28 ML +closepath C99 fill + newpath +139.16 65.28 139.16 59.28 146.16 59.28 146.16 65.28 139.16 65.28 ML +closepath C99 fill + newpath +139.16 59.28 139.16 53.28 146.16 53.28 146.16 59.28 139.16 59.28 ML +closepath C99 fill + newpath +139.16 53.28 139.16 47.28 146.16 47.28 146.16 53.28 139.16 53.28 ML +closepath C99 fill + newpath +139.16 47.28 139.16 41.28 146.16 41.28 146.16 47.28 139.16 47.28 ML +closepath C99 fill + newpath +139.16 41.28 139.16 35.28 146.16 35.28 146.16 41.28 139.16 41.28 ML +closepath C99 fill + newpath +139.16 35.28 139.16 29.28 146.16 29.28 146.16 35.28 139.16 35.28 ML +closepath C99 fill + newpath +139.16 29.28 139.16 23.28 146.16 23.28 146.16 29.28 139.16 29.28 ML +closepath C99 fill + newpath +139.16 23.28 139.16 17.28 146.16 17.28 146.16 23.28 139.16 23.28 ML +closepath C99 fill + newpath +139.16 17.28 139.16 11.28 146.16 11.28 146.16 17.28 139.16 17.28 ML +closepath C99 fill + newpath +139.16 11.28 139.16 5.28 146.16 5.28 146.16 11.28 139.16 11.28 ML +closepath C99 fill + newpath +139.16 5.28 139.16 -0.72 146.16 -0.72 146.16 5.28 139.16 5.28 ML +closepath C99 fill + newpath +132.16 71.28 132.16 65.28 139.16 65.28 139.16 71.28 132.16 71.28 ML +closepath C1 fill + newpath +132.16 65.28 132.16 59.28 139.16 59.28 139.16 65.28 132.16 65.28 ML +closepath C1 fill + newpath +132.16 59.28 132.16 53.28 139.16 53.28 139.16 59.28 132.16 59.28 ML +closepath C1 fill + newpath +132.16 53.28 132.16 47.28 139.16 47.28 139.16 53.28 132.16 53.28 ML +closepath C1 fill + newpath +132.16 47.28 132.16 41.28 139.16 41.28 139.16 47.28 132.16 47.28 ML +closepath C1 fill + newpath +132.16 41.28 132.16 35.28 139.16 35.28 139.16 41.28 132.16 41.28 ML +closepath C1 fill + newpath +132.16 35.28 132.16 29.28 139.16 29.28 139.16 35.28 132.16 35.28 ML +closepath C1 fill + newpath +132.16 29.28 132.16 23.28 139.16 23.28 139.16 29.28 132.16 29.28 ML +closepath C1 fill + newpath +132.16 23.28 132.16 17.28 139.16 17.28 139.16 23.28 132.16 23.28 ML +closepath C99 fill + newpath +132.16 17.28 132.16 11.28 139.16 11.28 139.16 17.28 132.16 17.28 ML +closepath C99 fill + newpath +132.16 11.28 132.16 5.28 139.16 5.28 139.16 11.28 132.16 11.28 ML +closepath C99 fill + newpath +132.16 5.28 132.16 -0.72 139.16 -0.72 139.16 5.28 132.16 5.28 ML +closepath C99 fill + newpath +125.16 71.28 125.16 65.28 132.16 65.28 132.16 71.28 125.16 71.28 ML +closepath C99 fill + newpath +125.16 65.28 125.16 59.28 132.16 59.28 132.16 65.28 125.16 65.28 ML +closepath C99 fill + newpath +125.16 59.28 125.16 53.28 132.16 53.28 132.16 59.28 125.16 59.28 ML +closepath C99 fill + newpath +125.16 53.28 125.16 47.28 132.16 47.28 132.16 53.28 125.16 53.28 ML +closepath C99 fill + newpath +125.16 47.28 125.16 41.28 132.16 41.28 132.16 47.28 125.16 47.28 ML +closepath C99 fill + newpath +125.16 41.28 125.16 35.28 132.16 35.28 132.16 41.28 125.16 41.28 ML +closepath C99 fill + newpath +125.16 35.28 125.16 29.28 132.16 29.28 132.16 35.28 125.16 35.28 ML +closepath C99 fill + newpath +125.16 29.28 125.16 23.28 132.16 23.28 132.16 29.28 125.16 29.28 ML +closepath C99 fill + newpath +125.16 23.28 125.16 17.28 132.16 17.28 132.16 23.28 125.16 23.28 ML +closepath C99 fill + newpath +125.16 17.28 125.16 11.28 132.16 11.28 132.16 17.28 125.16 17.28 ML +closepath C99 fill + newpath +125.16 11.28 125.16 5.28 132.16 5.28 132.16 11.28 125.16 11.28 ML +closepath C99 fill + newpath +125.16 5.28 125.16 -0.72 132.16 -0.72 132.16 5.28 125.16 5.28 ML +closepath C99 fill + newpath +118.16 71.28 118.16 65.28 125.16 65.28 125.16 71.28 118.16 71.28 ML +closepath C1 fill + newpath +118.16 65.28 118.16 59.28 125.16 59.28 125.16 65.28 118.16 65.28 ML +closepath C1 fill + newpath +118.16 59.28 118.16 53.28 125.16 53.28 125.16 59.28 118.16 59.28 ML +closepath C1 fill + newpath +118.16 53.28 118.16 47.28 125.16 47.28 125.16 53.28 118.16 53.28 ML +closepath C1 fill + newpath +118.16 47.28 118.16 41.28 125.16 41.28 125.16 47.28 118.16 47.28 ML +closepath C1 fill + newpath +118.16 41.28 118.16 35.28 125.16 35.28 125.16 41.28 118.16 41.28 ML +closepath C1 fill + newpath +118.16 35.28 118.16 29.28 125.16 29.28 125.16 35.28 118.16 35.28 ML +closepath C1 fill + newpath +118.16 29.28 118.16 23.28 125.16 23.28 125.16 29.28 118.16 29.28 ML +closepath C1 fill + newpath +118.16 23.28 118.16 17.28 125.16 17.28 125.16 23.28 118.16 23.28 ML +closepath C99 fill + newpath +118.16 17.28 118.16 11.28 125.16 11.28 125.16 17.28 118.16 17.28 ML +closepath C99 fill + newpath +118.16 11.28 118.16 5.28 125.16 5.28 125.16 11.28 118.16 11.28 ML +closepath C99 fill + newpath +118.16 5.28 118.16 -0.72 125.16 -0.72 125.16 5.28 118.16 5.28 ML +closepath C99 fill + newpath +111.16 71.28 111.16 65.28 118.16 65.28 118.16 71.28 111.16 71.28 ML +closepath C99 fill + newpath +111.16 65.28 111.16 59.28 118.16 59.28 118.16 65.28 111.16 65.28 ML +closepath C99 fill + newpath +111.16 59.28 111.16 53.28 118.16 53.28 118.16 59.28 111.16 59.28 ML +closepath C99 fill + newpath +111.16 53.28 111.16 47.28 118.16 47.28 118.16 53.28 111.16 53.28 ML +closepath C99 fill + newpath +111.16 47.28 111.16 41.28 118.16 41.28 118.16 47.28 111.16 47.28 ML +closepath C99 fill + newpath +111.16 41.28 111.16 35.28 118.16 35.28 118.16 41.28 111.16 41.28 ML +closepath C99 fill + newpath +111.16 35.28 111.16 29.28 118.16 29.28 118.16 35.28 111.16 35.28 ML +closepath C99 fill + newpath +111.16 29.28 111.16 23.28 118.16 23.28 118.16 29.28 111.16 29.28 ML +closepath C99 fill + newpath +111.16 23.28 111.16 17.28 118.16 17.28 118.16 23.28 111.16 23.28 ML +closepath C99 fill + newpath +111.16 17.28 111.16 11.28 118.16 11.28 118.16 17.28 111.16 17.28 ML +closepath C99 fill + newpath +111.16 11.28 111.16 5.28 118.16 5.28 118.16 11.28 111.16 11.28 ML +closepath C99 fill + newpath +111.16 5.28 111.16 -0.72 118.16 -0.72 118.16 5.28 111.16 5.28 ML +closepath C99 fill + newpath +104.16 71.28 104.16 65.28 111.16 65.28 111.16 71.28 104.16 71.28 ML +closepath C99 fill + newpath +104.16 65.28 104.16 59.28 111.16 59.28 111.16 65.28 104.16 65.28 ML +closepath C99 fill + newpath +104.16 59.28 104.16 53.28 111.16 53.28 111.16 59.28 104.16 59.28 ML +closepath C99 fill + newpath +104.16 53.28 104.16 47.28 111.16 47.28 111.16 53.28 104.16 53.28 ML +closepath C99 fill + newpath +104.16 47.28 104.16 41.28 111.16 41.28 111.16 47.28 104.16 47.28 ML +closepath C99 fill + newpath +104.16 41.28 104.16 35.28 111.16 35.28 111.16 41.28 104.16 41.28 ML +closepath C99 fill + newpath +104.16 35.28 104.16 29.28 111.16 29.28 111.16 35.28 104.16 35.28 ML +closepath C99 fill + newpath +104.16 29.28 104.16 23.28 111.16 23.28 111.16 29.28 104.16 29.28 ML +closepath C99 fill + newpath +104.16 23.28 104.16 17.28 111.16 17.28 111.16 23.28 104.16 23.28 ML +closepath C99 fill + newpath +104.16 17.28 104.16 11.28 111.16 11.28 111.16 17.28 104.16 17.28 ML +closepath C99 fill + newpath +104.16 11.28 104.16 5.28 111.16 5.28 111.16 11.28 104.16 11.28 ML +closepath C99 fill + newpath +104.16 5.28 104.16 -0.72 111.16 -0.72 111.16 5.28 104.16 5.28 ML +closepath C99 fill + newpath +97.16 71.28 97.16 65.28 104.16 65.28 104.16 71.28 97.16 71.28 ML +closepath C99 fill + newpath +97.16 65.28 97.16 59.28 104.16 59.28 104.16 65.28 97.16 65.28 ML +closepath C99 fill + newpath +97.16 59.28 97.16 53.28 104.16 53.28 104.16 59.28 97.16 59.28 ML +closepath C99 fill + newpath +97.16 53.28 97.16 47.28 104.16 47.28 104.16 53.28 97.16 53.28 ML +closepath C99 fill + newpath +97.16 47.28 97.16 41.28 104.16 41.28 104.16 47.28 97.16 47.28 ML +closepath C99 fill + newpath +97.16 41.28 97.16 35.28 104.16 35.28 104.16 41.28 97.16 41.28 ML +closepath C99 fill + newpath +97.16 35.28 97.16 29.28 104.16 29.28 104.16 35.28 97.16 35.28 ML +closepath C99 fill + newpath +97.16 29.28 97.16 23.28 104.16 23.28 104.16 29.28 97.16 29.28 ML +closepath C99 fill + newpath +97.16 23.28 97.16 17.28 104.16 17.28 104.16 23.28 97.16 23.28 ML +closepath C99 fill + newpath +97.16 17.28 97.16 11.28 104.16 11.28 104.16 17.28 97.16 17.28 ML +closepath C99 fill + newpath +97.16 11.28 97.16 5.28 104.16 5.28 104.16 11.28 97.16 11.28 ML +closepath C99 fill + newpath +97.16 5.28 97.16 -0.72 104.16 -0.72 104.16 5.28 97.16 5.28 ML +closepath C99 fill + newpath +90.16 71.28 90.16 65.28 97.16 65.28 97.16 71.28 90.16 71.28 ML +closepath C99 fill + newpath +90.16 65.28 90.16 59.28 97.16 59.28 97.16 65.28 90.16 65.28 ML +closepath C99 fill + newpath +90.16 59.28 90.16 53.28 97.16 53.28 97.16 59.28 90.16 59.28 ML +closepath C99 fill + newpath +90.16 53.28 90.16 47.28 97.16 47.28 97.16 53.28 90.16 53.28 ML +closepath C99 fill + newpath +90.16 47.28 90.16 41.28 97.16 41.28 97.16 47.28 90.16 47.28 ML +closepath C99 fill + newpath +90.16 41.28 90.16 35.28 97.16 35.28 97.16 41.28 90.16 41.28 ML +closepath C99 fill + newpath +90.16 35.28 90.16 29.28 97.16 29.28 97.16 35.28 90.16 35.28 ML +closepath C99 fill + newpath +90.16 29.28 90.16 23.28 97.16 23.28 97.16 29.28 90.16 29.28 ML +closepath C99 fill + newpath +90.16 23.28 90.16 17.28 97.16 17.28 97.16 23.28 90.16 23.28 ML +closepath C99 fill + newpath +90.16 17.28 90.16 11.28 97.16 11.28 97.16 17.28 90.16 17.28 ML +closepath C99 fill + newpath +90.16 11.28 90.16 5.28 97.16 5.28 97.16 11.28 90.16 11.28 ML +closepath C99 fill + newpath +90.16 5.28 90.16 -0.72 97.16 -0.72 97.16 5.28 90.16 5.28 ML +closepath C99 fill + newpath +83.16 71.28 83.16 65.28 90.16 65.28 90.16 71.28 83.16 71.28 ML +closepath C99 fill + newpath +83.16 65.28 83.16 59.28 90.16 59.28 90.16 65.28 83.16 65.28 ML +closepath C99 fill + newpath +83.16 59.28 83.16 53.28 90.16 53.28 90.16 59.28 83.16 59.28 ML +closepath C99 fill + newpath +83.16 53.28 83.16 47.28 90.16 47.28 90.16 53.28 83.16 53.28 ML +closepath C99 fill + newpath +83.16 47.28 83.16 41.28 90.16 41.28 90.16 47.28 83.16 47.28 ML +closepath C99 fill + newpath +83.16 41.28 83.16 35.28 90.16 35.28 90.16 41.28 83.16 41.28 ML +closepath C99 fill + newpath +83.16 35.28 83.16 29.28 90.16 29.28 90.16 35.28 83.16 35.28 ML +closepath C99 fill + newpath +83.16 29.28 83.16 23.28 90.16 23.28 90.16 29.28 83.16 29.28 ML +closepath C99 fill + newpath +83.16 23.28 83.16 17.28 90.16 17.28 90.16 23.28 83.16 23.28 ML +closepath C99 fill + newpath +83.16 17.28 83.16 11.28 90.16 11.28 90.16 17.28 83.16 17.28 ML +closepath C99 fill + newpath +83.16 11.28 83.16 5.28 90.16 5.28 90.16 11.28 83.16 11.28 ML +closepath C99 fill + newpath +83.16 5.28 83.16 -0.72 90.16 -0.72 90.16 5.28 83.16 5.28 ML +closepath C99 fill + newpath +76.16 71.28 76.16 65.28 83.16 65.28 83.16 71.28 76.16 71.28 ML +closepath C99 fill + newpath +76.16 65.28 76.16 59.28 83.16 59.28 83.16 65.28 76.16 65.28 ML +closepath C99 fill + newpath +76.16 59.28 76.16 53.28 83.16 53.28 83.16 59.28 76.16 59.28 ML +closepath C99 fill + newpath +76.16 53.28 76.16 47.28 83.16 47.28 83.16 53.28 76.16 53.28 ML +closepath C99 fill + newpath +76.16 47.28 76.16 41.28 83.16 41.28 83.16 47.28 76.16 47.28 ML +closepath C99 fill + newpath +76.16 41.28 76.16 35.28 83.16 35.28 83.16 41.28 76.16 41.28 ML +closepath C99 fill + newpath +76.16 35.28 76.16 29.28 83.16 29.28 83.16 35.28 76.16 35.28 ML +closepath C99 fill + newpath +76.16 29.28 76.16 23.28 83.16 23.28 83.16 29.28 76.16 29.28 ML +closepath C99 fill + newpath +76.16 23.28 76.16 17.28 83.16 17.28 83.16 23.28 76.16 23.28 ML +closepath C99 fill + newpath +76.16 17.28 76.16 11.28 83.16 11.28 83.16 17.28 76.16 17.28 ML +closepath C99 fill + newpath +76.16 11.28 76.16 5.28 83.16 5.28 83.16 11.28 76.16 11.28 ML +closepath C99 fill + newpath +76.16 5.28 76.16 -0.72 83.16 -0.72 83.16 5.28 76.16 5.28 ML +closepath C99 fill + newpath +69.16 71.28 69.16 65.28 76.16 65.28 76.16 71.28 69.16 71.28 ML +closepath C99 fill + newpath +69.16 65.28 69.16 59.28 76.16 59.28 76.16 65.28 69.16 65.28 ML +closepath C99 fill + newpath +69.16 59.28 69.16 53.28 76.16 53.28 76.16 59.28 69.16 59.28 ML +closepath C99 fill + newpath +69.16 53.28 69.16 47.28 76.16 47.28 76.16 53.28 69.16 53.28 ML +closepath C99 fill + newpath +69.16 47.28 69.16 41.28 76.16 41.28 76.16 47.28 69.16 47.28 ML +closepath C99 fill + newpath +69.16 41.28 69.16 35.28 76.16 35.28 76.16 41.28 69.16 41.28 ML +closepath C99 fill + newpath +69.16 35.28 69.16 29.28 76.16 29.28 76.16 35.28 69.16 35.28 ML +closepath C99 fill + newpath +69.16 29.28 69.16 23.28 76.16 23.28 76.16 29.28 69.16 29.28 ML +closepath C99 fill + newpath +69.16 23.28 69.16 17.28 76.16 17.28 76.16 23.28 69.16 23.28 ML +closepath C99 fill + newpath +69.16 17.28 69.16 11.28 76.16 11.28 76.16 17.28 69.16 17.28 ML +closepath C99 fill + newpath +69.16 11.28 69.16 5.28 76.16 5.28 76.16 11.28 69.16 11.28 ML +closepath C99 fill + newpath +69.16 5.28 69.16 -0.72 76.16 -0.72 76.16 5.28 69.16 5.28 ML +closepath C99 fill + newpath +62.16 71.28 62.16 65.28 69.16 65.28 69.16 71.28 62.16 71.28 ML +closepath C99 fill + newpath +62.16 65.28 62.16 59.28 69.16 59.28 69.16 65.28 62.16 65.28 ML +closepath C99 fill + newpath +62.16 59.28 62.16 53.28 69.16 53.28 69.16 59.28 62.16 59.28 ML +closepath C99 fill + newpath +62.16 53.28 62.16 47.28 69.16 47.28 69.16 53.28 62.16 53.28 ML +closepath C99 fill + newpath +62.16 47.28 62.16 41.28 69.16 41.28 69.16 47.28 62.16 47.28 ML +closepath C99 fill + newpath +62.16 41.28 62.16 35.28 69.16 35.28 69.16 41.28 62.16 41.28 ML +closepath C99 fill + newpath +62.16 35.28 62.16 29.28 69.16 29.28 69.16 35.28 62.16 35.28 ML +closepath C99 fill + newpath +62.16 29.28 62.16 23.28 69.16 23.28 69.16 29.28 62.16 29.28 ML +closepath C99 fill + newpath +62.16 23.28 62.16 17.28 69.16 17.28 69.16 23.28 62.16 23.28 ML +closepath C99 fill + newpath +62.16 17.28 62.16 11.28 69.16 11.28 69.16 17.28 62.16 17.28 ML +closepath C99 fill + newpath +62.16 11.28 62.16 5.28 69.16 5.28 69.16 11.28 62.16 11.28 ML +closepath C99 fill + newpath +62.16 5.28 62.16 -0.72 69.16 -0.72 69.16 5.28 62.16 5.28 ML +closepath C99 fill + newpath +55.16 71.28 55.16 65.28 62.16 65.28 62.16 71.28 55.16 71.28 ML +closepath C99 fill + newpath +55.16 65.28 55.16 59.28 62.16 59.28 62.16 65.28 55.16 65.28 ML +closepath C99 fill + newpath +55.16 59.28 55.16 53.28 62.16 53.28 62.16 59.28 55.16 59.28 ML +closepath C99 fill + newpath +55.16 53.28 55.16 47.28 62.16 47.28 62.16 53.28 55.16 53.28 ML +closepath C99 fill + newpath +55.16 47.28 55.16 41.28 62.16 41.28 62.16 47.28 55.16 47.28 ML +closepath C99 fill + newpath +55.16 41.28 55.16 35.28 62.16 35.28 62.16 41.28 55.16 41.28 ML +closepath C99 fill + newpath +55.16 35.28 55.16 29.28 62.16 29.28 62.16 35.28 55.16 35.28 ML +closepath C99 fill + newpath +55.16 29.28 55.16 23.28 62.16 23.28 62.16 29.28 55.16 29.28 ML +closepath C99 fill + newpath +55.16 23.28 55.16 17.28 62.16 17.28 62.16 23.28 55.16 23.28 ML +closepath C99 fill + newpath +55.16 17.28 55.16 11.28 62.16 11.28 62.16 17.28 55.16 17.28 ML +closepath C99 fill + newpath +55.16 11.28 55.16 5.28 62.16 5.28 62.16 11.28 55.16 11.28 ML +closepath C99 fill + newpath +55.16 5.28 55.16 -0.72 62.16 -0.72 62.16 5.28 55.16 5.28 ML +closepath C99 fill + newpath +48.16 71.28 48.16 65.28 55.16 65.28 55.16 71.28 48.16 71.28 ML +closepath C99 fill + newpath +48.16 65.28 48.16 59.28 55.16 59.28 55.16 65.28 48.16 65.28 ML +closepath C99 fill + newpath +48.16 59.28 48.16 53.28 55.16 53.28 55.16 59.28 48.16 59.28 ML +closepath C99 fill + newpath +48.16 53.28 48.16 47.28 55.16 47.28 55.16 53.28 48.16 53.28 ML +closepath C99 fill + newpath +48.16 47.28 48.16 41.28 55.16 41.28 55.16 47.28 48.16 47.28 ML +closepath C99 fill + newpath +48.16 41.28 48.16 35.28 55.16 35.28 55.16 41.28 48.16 41.28 ML +closepath C99 fill + newpath +48.16 35.28 48.16 29.28 55.16 29.28 55.16 35.28 48.16 35.28 ML +closepath C99 fill + newpath +48.16 29.28 48.16 23.28 55.16 23.28 55.16 29.28 48.16 29.28 ML +closepath C99 fill + newpath +48.16 23.28 48.16 17.28 55.16 17.28 55.16 23.28 48.16 23.28 ML +closepath C99 fill + newpath +48.16 17.28 48.16 11.28 55.16 11.28 55.16 17.28 48.16 17.28 ML +closepath C99 fill + newpath +48.16 11.28 48.16 5.28 55.16 5.28 55.16 11.28 48.16 11.28 ML +closepath C99 fill + newpath +48.16 5.28 48.16 -0.72 55.16 -0.72 55.16 5.28 48.16 5.28 ML +closepath C99 fill + newpath +41.16 71.28 41.16 65.28 48.16 65.28 48.16 71.28 41.16 71.28 ML +closepath C99 fill + newpath +41.16 65.28 41.16 59.28 48.16 59.28 48.16 65.28 41.16 65.28 ML +closepath C99 fill + newpath +41.16 59.28 41.16 53.28 48.16 53.28 48.16 59.28 41.16 59.28 ML +closepath C99 fill + newpath +41.16 53.28 41.16 47.28 48.16 47.28 48.16 53.28 41.16 53.28 ML +closepath C99 fill + newpath +41.16 47.28 41.16 41.28 48.16 41.28 48.16 47.28 41.16 47.28 ML +closepath C99 fill + newpath +41.16 41.28 41.16 35.28 48.16 35.28 48.16 41.28 41.16 41.28 ML +closepath C99 fill + newpath +41.16 35.28 41.16 29.28 48.16 29.28 48.16 35.28 41.16 35.28 ML +closepath C99 fill + newpath +41.16 29.28 41.16 23.28 48.16 23.28 48.16 29.28 41.16 29.28 ML +closepath C99 fill + newpath +41.16 23.28 41.16 17.28 48.16 17.28 48.16 23.28 41.16 23.28 ML +closepath C99 fill + newpath +41.16 17.28 41.16 11.28 48.16 11.28 48.16 17.28 41.16 17.28 ML +closepath C99 fill + newpath +41.16 11.28 41.16 5.28 48.16 5.28 48.16 11.28 41.16 11.28 ML +closepath C99 fill + newpath +41.16 5.28 41.16 -0.72 48.16 -0.72 48.16 5.28 41.16 5.28 ML +closepath C99 fill + newpath +34.16 71.28 34.16 65.28 41.16 65.28 41.16 71.28 34.16 71.28 ML +closepath C99 fill + newpath +34.16 65.28 34.16 59.28 41.16 59.28 41.16 65.28 34.16 65.28 ML +closepath C99 fill + newpath +34.16 59.28 34.16 53.28 41.16 53.28 41.16 59.28 34.16 59.28 ML +closepath C99 fill + newpath +34.16 53.28 34.16 47.28 41.16 47.28 41.16 53.28 34.16 53.28 ML +closepath C99 fill + newpath +34.16 47.28 34.16 41.28 41.16 41.28 41.16 47.28 34.16 47.28 ML +closepath C99 fill + newpath +34.16 41.28 34.16 35.28 41.16 35.28 41.16 41.28 34.16 41.28 ML +closepath C99 fill + newpath +34.16 35.28 34.16 29.28 41.16 29.28 41.16 35.28 34.16 35.28 ML +closepath C99 fill + newpath +34.16 29.28 34.16 23.28 41.16 23.28 41.16 29.28 34.16 29.28 ML +closepath C99 fill + newpath +34.16 23.28 34.16 17.28 41.16 17.28 41.16 23.28 34.16 23.28 ML +closepath C99 fill + newpath +34.16 17.28 34.16 11.28 41.16 11.28 41.16 17.28 34.16 17.28 ML +closepath C99 fill + newpath +34.16 11.28 34.16 5.28 41.16 5.28 41.16 11.28 34.16 11.28 ML +closepath C99 fill + newpath +34.16 5.28 34.16 -0.72 41.16 -0.72 41.16 5.28 34.16 5.28 ML +closepath C99 fill + newpath +27.16 71.28 27.16 65.28 34.16 65.28 34.16 71.28 27.16 71.28 ML +closepath C2 fill + newpath +27.16 65.28 27.16 59.28 34.16 59.28 34.16 65.28 27.16 65.28 ML +closepath C2 fill + newpath +27.16 59.28 27.16 53.28 34.16 53.28 34.16 59.28 27.16 59.28 ML +closepath C2 fill + newpath +27.16 53.28 27.16 47.28 34.16 47.28 34.16 53.28 27.16 53.28 ML +closepath C2 fill + newpath +27.16 47.28 27.16 41.28 34.16 41.28 34.16 47.28 27.16 47.28 ML +closepath C2 fill + newpath +27.16 41.28 27.16 35.28 34.16 35.28 34.16 41.28 27.16 41.28 ML +closepath C2 fill + newpath +27.16 35.28 27.16 29.28 34.16 29.28 34.16 35.28 27.16 35.28 ML +closepath C2 fill + newpath +27.16 29.28 27.16 23.28 34.16 23.28 34.16 29.28 27.16 29.28 ML +closepath C2 fill + newpath +27.16 23.28 27.16 17.28 34.16 17.28 34.16 23.28 27.16 23.28 ML +closepath C99 fill + newpath +27.16 17.28 27.16 11.28 34.16 11.28 34.16 17.28 27.16 17.28 ML +closepath C99 fill + newpath +27.16 11.28 27.16 5.28 34.16 5.28 34.16 11.28 27.16 11.28 ML +closepath C99 fill + newpath +27.16 5.28 27.16 -0.72 34.16 -0.72 34.16 5.28 27.16 5.28 ML +closepath C99 fill + newpath +20.16 71.28 20.16 65.28 27.16 65.28 27.16 71.28 20.16 71.28 ML +closepath C2 fill + newpath +20.16 65.28 20.16 59.28 27.16 59.28 27.16 65.28 20.16 65.28 ML +closepath C2 fill + newpath +20.16 59.28 20.16 53.28 27.16 53.28 27.16 59.28 20.16 59.28 ML +closepath C2 fill + newpath +20.16 53.28 20.16 47.28 27.16 47.28 27.16 53.28 20.16 53.28 ML +closepath C2 fill + newpath +20.16 47.28 20.16 41.28 27.16 41.28 27.16 47.28 20.16 47.28 ML +closepath C2 fill + newpath +20.16 41.28 20.16 35.28 27.16 35.28 27.16 41.28 20.16 41.28 ML +closepath C2 fill + newpath +20.16 35.28 20.16 29.28 27.16 29.28 27.16 35.28 20.16 35.28 ML +closepath C2 fill + newpath +20.16 29.28 20.16 23.28 27.16 23.28 27.16 29.28 20.16 29.28 ML +closepath C2 fill + newpath +20.16 23.28 20.16 17.28 27.16 17.28 27.16 23.28 20.16 23.28 ML +closepath C99 fill + newpath +20.16 17.28 20.16 11.28 27.16 11.28 27.16 17.28 20.16 17.28 ML +closepath C99 fill + newpath +20.16 11.28 20.16 5.28 27.16 5.28 27.16 11.28 20.16 11.28 ML +closepath C99 fill + newpath +20.16 5.28 20.16 -0.72 27.16 -0.72 27.16 5.28 20.16 5.28 ML +closepath C99 fill + newpath +13.16 71.28 13.16 65.28 20.16 65.28 20.16 71.28 13.16 71.28 ML +closepath C1 fill + newpath +13.16 65.28 13.16 59.28 20.16 59.28 20.16 65.28 13.16 65.28 ML +closepath C1 fill + newpath +13.16 59.28 13.16 53.28 20.16 53.28 20.16 59.28 13.16 59.28 ML +closepath C1 fill + newpath +13.16 53.28 13.16 47.28 20.16 47.28 20.16 53.28 13.16 53.28 ML +closepath C1 fill + newpath +13.16 47.28 13.16 41.28 20.16 41.28 20.16 47.28 13.16 47.28 ML +closepath C1 fill + newpath +13.16 41.28 13.16 35.28 20.16 35.28 20.16 41.28 13.16 41.28 ML +closepath C1 fill + newpath +13.16 35.28 13.16 29.28 20.16 29.28 20.16 35.28 13.16 35.28 ML +closepath C1 fill + newpath +13.16 29.28 13.16 23.28 20.16 23.28 20.16 29.28 13.16 29.28 ML +closepath C1 fill + newpath +13.16 23.28 13.16 17.28 20.16 17.28 20.16 23.28 13.16 23.28 ML +closepath C99 fill + newpath +13.16 17.28 13.16 11.28 20.16 11.28 20.16 17.28 13.16 17.28 ML +closepath C99 fill + newpath +13.16 11.28 13.16 5.28 20.16 5.28 20.16 11.28 13.16 11.28 ML +closepath C99 fill + newpath +13.16 5.28 13.16 -0.72 20.16 -0.72 20.16 5.28 13.16 5.28 ML +closepath C99 fill + newpath +6.16 71.28 6.16 65.28 13.16 65.28 13.16 71.28 6.16 71.28 ML +closepath C99 fill + newpath +6.16 65.28 6.16 59.28 13.16 59.28 13.16 65.28 6.16 65.28 ML +closepath C99 fill + newpath +6.16 59.28 6.16 53.28 13.16 53.28 13.16 59.28 6.16 59.28 ML +closepath C99 fill + newpath +6.16 53.28 6.16 47.28 13.16 47.28 13.16 53.28 6.16 53.28 ML +closepath C99 fill + newpath +6.16 47.28 6.16 41.28 13.16 41.28 13.16 47.28 6.16 47.28 ML +closepath C99 fill + newpath +6.16 41.28 6.16 35.28 13.16 35.28 13.16 41.28 6.16 41.28 ML +closepath C99 fill + newpath +6.16 35.28 6.16 29.28 13.16 29.28 13.16 35.28 6.16 35.28 ML +closepath C99 fill + newpath +6.16 29.28 6.16 23.28 13.16 23.28 13.16 29.28 6.16 29.28 ML +closepath C99 fill + newpath +6.16 23.28 6.16 17.28 13.16 17.28 13.16 23.28 6.16 23.28 ML +closepath C99 fill + newpath +6.16 17.28 6.16 11.28 13.16 11.28 13.16 17.28 6.16 17.28 ML +closepath C99 fill + newpath +6.16 11.28 6.16 5.28 13.16 5.28 13.16 11.28 6.16 11.28 ML +closepath C99 fill + newpath +6.16 5.28 6.16 -0.72 13.16 -0.72 13.16 5.28 6.16 5.28 ML +closepath C99 fill + newpath +-0.84 71.28 -0.84 65.28 6.16 65.28 6.16 71.28 -0.84 71.28 ML +closepath C99 fill + newpath +-0.84 65.28 -0.84 59.28 6.16 59.28 6.16 65.28 -0.84 65.28 ML +closepath C99 fill + newpath +-0.84 59.28 -0.84 53.28 6.16 53.28 6.16 59.28 -0.84 59.28 ML +closepath C99 fill + newpath +-0.84 53.28 -0.84 47.28 6.16 47.28 6.16 53.28 -0.84 53.28 ML +closepath C99 fill + newpath +-0.84 47.28 -0.84 41.28 6.16 41.28 6.16 47.28 -0.84 47.28 ML +closepath C99 fill + newpath +-0.84 41.28 -0.84 35.28 6.16 35.28 6.16 41.28 -0.84 41.28 ML +closepath C99 fill + newpath +-0.84 35.28 -0.84 29.28 6.16 29.28 6.16 35.28 -0.84 35.28 ML +closepath C99 fill + newpath +-0.84 29.28 -0.84 23.28 6.16 23.28 6.16 29.28 -0.84 29.28 ML +closepath C99 fill + newpath +-0.84 23.28 -0.84 17.28 6.16 17.28 6.16 23.28 -0.84 23.28 ML +closepath C99 fill + newpath +-0.84 17.28 -0.84 11.28 6.16 11.28 6.16 17.28 -0.84 17.28 ML +closepath C99 fill + newpath +-0.84 11.28 -0.84 5.28 6.16 5.28 6.16 11.28 -0.84 11.28 ML +closepath C99 fill + newpath +-0.84 5.28 -0.84 -0.72 6.16 -0.72 6.16 5.28 -0.84 5.28 ML +closepath C99 fill +C100 + 419.16 71.28 419.16 65.28 L + C100 + 426.16 71.28 426.16 65.28 L + C100 + 419.16 71.28 426.16 71.28 L + C100 + 419.16 65.28 419.16 59.28 L + C100 + 426.16 65.28 426.16 59.28 L + C100 + 419.16 59.28 419.16 53.28 L + C100 + 426.16 59.28 426.16 53.28 L + C100 + 419.16 53.28 419.16 47.28 L + C100 + 426.16 53.28 426.16 47.28 L + C100 + 419.16 47.28 419.16 41.28 L + C100 + 426.16 47.28 426.16 41.28 L + C100 + 419.16 41.28 419.16 35.28 L + C100 + 426.16 41.28 426.16 35.28 L + C100 + 419.16 35.28 419.16 29.28 L + C100 + 426.16 35.28 426.16 29.28 L + C100 + 419.16 29.28 419.16 23.28 L + C100 + 426.16 29.28 426.16 23.28 L + C100 + 419.16 23.28 426.16 23.28 L + C100 + 391.16 71.28 391.16 65.28 L + C100 + 398.16 71.28 398.16 65.28 L + C100 + 391.16 71.28 398.16 71.28 L + C100 + 391.16 65.28 391.16 59.28 L + C100 + 398.16 65.28 398.16 59.28 L + C100 + 391.16 59.28 391.16 53.28 L + C100 + 398.16 59.28 398.16 53.28 L + C100 + 391.16 53.28 391.16 47.28 L + C100 + 398.16 53.28 398.16 47.28 L + C100 + 391.16 47.28 391.16 41.28 L + C100 + 398.16 47.28 398.16 41.28 L + C100 + 391.16 41.28 391.16 35.28 L + C100 + 398.16 41.28 398.16 35.28 L + C100 + 391.16 35.28 391.16 29.28 L + C100 + 398.16 35.28 398.16 29.28 L + C100 + 391.16 29.28 391.16 23.28 L + C100 + 398.16 29.28 398.16 23.28 L + C100 + 391.16 23.28 398.16 23.28 L + C100 + 237.16 71.28 237.16 65.28 L + C100 + 244.16 71.28 244.16 65.28 L + C100 + 237.16 71.28 244.16 71.28 L + C100 + 237.16 65.28 237.16 59.28 L + C100 + 244.16 65.28 244.16 59.28 L + C100 + 237.16 59.28 237.16 53.28 L + C100 + 244.16 59.28 244.16 53.28 L + C100 + 237.16 53.28 237.16 47.28 L + C100 + 244.16 53.28 244.16 47.28 L + C100 + 237.16 47.28 237.16 41.28 L + C100 + 244.16 47.28 244.16 41.28 L + C100 + 237.16 41.28 237.16 35.28 L + C100 + 244.16 41.28 244.16 35.28 L + C100 + 237.16 35.28 237.16 29.28 L + C100 + 244.16 35.28 244.16 29.28 L + C100 + 237.16 29.28 237.16 23.28 L + C100 + 244.16 29.28 244.16 23.28 L + C100 + 237.16 23.28 244.16 23.28 L + C100 + 223.16 71.28 223.16 65.28 L + C100 + 230.16 71.28 230.16 65.28 L + C100 + 223.16 71.28 230.16 71.28 L + C100 + 223.16 65.28 223.16 59.28 L + C100 + 230.16 65.28 230.16 59.28 L + C100 + 223.16 59.28 223.16 53.28 L + C100 + 230.16 59.28 230.16 53.28 L + C100 + 223.16 53.28 223.16 47.28 L + C100 + 230.16 53.28 230.16 47.28 L + C100 + 223.16 47.28 223.16 41.28 L + C100 + 230.16 47.28 230.16 41.28 L + C100 + 223.16 41.28 223.16 35.28 L + C100 + 230.16 41.28 230.16 35.28 L + C100 + 223.16 35.28 223.16 29.28 L + C100 + 230.16 35.28 230.16 29.28 L + C100 + 223.16 29.28 223.16 23.28 L + C100 + 230.16 29.28 230.16 23.28 L + C100 + 223.16 23.28 230.16 23.28 L + C100 + 202.16 71.28 202.16 65.28 L + C100 + 209.16 71.28 209.16 65.28 L + C100 + 202.16 71.28 209.16 71.28 L + C100 + 202.16 65.28 202.16 59.28 L + C100 + 209.16 65.28 209.16 59.28 L + C100 + 202.16 59.28 202.16 53.28 L + C100 + 209.16 59.28 209.16 53.28 L + C100 + 202.16 53.28 202.16 47.28 L + C100 + 209.16 53.28 209.16 47.28 L + C100 + 202.16 47.28 202.16 41.28 L + C100 + 209.16 47.28 209.16 41.28 L + C100 + 202.16 41.28 202.16 35.28 L + C100 + 209.16 41.28 209.16 35.28 L + C100 + 202.16 35.28 202.16 29.28 L + C100 + 209.16 35.28 209.16 29.28 L + C100 + 202.16 29.28 202.16 23.28 L + C100 + 209.16 29.28 209.16 23.28 L + C100 + 202.16 23.28 209.16 23.28 L + C100 + 181.16 71.28 181.16 65.28 L + C100 + 188.16 71.28 188.16 65.28 L + C100 + 181.16 71.28 188.16 71.28 L + C100 + 181.16 65.28 181.16 59.28 L + C100 + 188.16 65.28 188.16 59.28 L + C100 + 181.16 59.28 181.16 53.28 L + C100 + 188.16 59.28 188.16 53.28 L + C100 + 181.16 53.28 181.16 47.28 L + C100 + 188.16 53.28 188.16 47.28 L + C100 + 181.16 47.28 181.16 41.28 L + C100 + 188.16 47.28 188.16 41.28 L + C100 + 181.16 41.28 181.16 35.28 L + C100 + 188.16 41.28 188.16 35.28 L + C100 + 181.16 35.28 181.16 29.28 L + C100 + 188.16 35.28 188.16 29.28 L + C100 + 181.16 29.28 181.16 23.28 L + C100 + 188.16 29.28 188.16 23.28 L + C100 + 181.16 23.28 188.16 23.28 L + C100 + 160.16 71.28 160.16 65.28 L + C100 + 167.16 71.28 167.16 65.28 L + C100 + 160.16 71.28 167.16 71.28 L + C100 + 160.16 65.28 160.16 59.28 L + C100 + 167.16 65.28 167.16 59.28 L + C100 + 160.16 59.28 160.16 53.28 L + C100 + 167.16 59.28 167.16 53.28 L + C100 + 160.16 53.28 160.16 47.28 L + C100 + 167.16 53.28 167.16 47.28 L + C100 + 160.16 47.28 160.16 41.28 L + C100 + 167.16 47.28 167.16 41.28 L + C100 + 160.16 41.28 160.16 35.28 L + C100 + 167.16 41.28 167.16 35.28 L + C100 + 160.16 35.28 160.16 29.28 L + C100 + 167.16 35.28 167.16 29.28 L + C100 + 160.16 29.28 160.16 23.28 L + C100 + 167.16 29.28 167.16 23.28 L + C100 + 160.16 23.28 167.16 23.28 L + C100 + 146.16 71.28 146.16 65.28 L + C100 + 153.16 71.28 153.16 65.28 L + C100 + 146.16 71.28 153.16 71.28 L + C100 + 146.16 65.28 146.16 59.28 L + C100 + 153.16 65.28 153.16 59.28 L + C100 + 146.16 59.28 146.16 53.28 L + C100 + 153.16 59.28 153.16 53.28 L + C100 + 146.16 53.28 146.16 47.28 L + C100 + 153.16 53.28 153.16 47.28 L + C100 + 146.16 47.28 146.16 41.28 L + C100 + 153.16 47.28 153.16 41.28 L + C100 + 146.16 41.28 146.16 35.28 L + C100 + 153.16 41.28 153.16 35.28 L + C100 + 146.16 35.28 146.16 29.28 L + C100 + 153.16 35.28 153.16 29.28 L + C100 + 146.16 29.28 146.16 23.28 L + C100 + 153.16 29.28 153.16 23.28 L + C100 + 146.16 23.28 153.16 23.28 L + C100 + 132.16 71.28 132.16 65.28 L + C100 + 139.16 71.28 139.16 65.28 L + C100 + 132.16 71.28 139.16 71.28 L + C100 + 132.16 65.28 132.16 59.28 L + C100 + 139.16 65.28 139.16 59.28 L + C100 + 132.16 59.28 132.16 53.28 L + C100 + 139.16 59.28 139.16 53.28 L + C100 + 132.16 53.28 132.16 47.28 L + C100 + 139.16 53.28 139.16 47.28 L + C100 + 132.16 47.28 132.16 41.28 L + C100 + 139.16 47.28 139.16 41.28 L + C100 + 132.16 41.28 132.16 35.28 L + C100 + 139.16 41.28 139.16 35.28 L + C100 + 132.16 35.28 132.16 29.28 L + C100 + 139.16 35.28 139.16 29.28 L + C100 + 132.16 29.28 132.16 23.28 L + C100 + 139.16 29.28 139.16 23.28 L + C100 + 132.16 23.28 139.16 23.28 L + C100 + 118.16 71.28 118.16 65.28 L + C100 + 125.16 71.28 125.16 65.28 L + C100 + 118.16 71.28 125.16 71.28 L + C100 + 118.16 65.28 118.16 59.28 L + C100 + 125.16 65.28 125.16 59.28 L + C100 + 118.16 59.28 118.16 53.28 L + C100 + 125.16 59.28 125.16 53.28 L + C100 + 118.16 53.28 118.16 47.28 L + C100 + 125.16 53.28 125.16 47.28 L + C100 + 118.16 47.28 118.16 41.28 L + C100 + 125.16 47.28 125.16 41.28 L + C100 + 118.16 41.28 118.16 35.28 L + C100 + 125.16 41.28 125.16 35.28 L + C100 + 118.16 35.28 118.16 29.28 L + C100 + 125.16 35.28 125.16 29.28 L + C100 + 118.16 29.28 118.16 23.28 L + C100 + 125.16 29.28 125.16 23.28 L + C100 + 118.16 23.28 125.16 23.28 L + C100 + 34.16 71.28 34.16 65.28 L + C100 + 27.16 71.28 34.16 71.28 L + C100 + 34.16 65.28 34.16 59.28 L + C100 + 34.16 59.28 34.16 53.28 L + C100 + 34.16 53.28 34.16 47.28 L + C100 + 34.16 47.28 34.16 41.28 L + C100 + 34.16 41.28 34.16 35.28 L + C100 + 34.16 35.28 34.16 29.28 L + C100 + 34.16 29.28 34.16 23.28 L + C100 + 27.16 23.28 34.16 23.28 L + C100 + 20.16 71.28 27.16 71.28 L + C100 + 20.16 23.28 27.16 23.28 L + C100 + 13.16 71.28 13.16 65.28 L + C100 + 13.16 71.28 20.16 71.28 L + C100 + 13.16 65.28 13.16 59.28 L + C100 + 13.16 59.28 13.16 53.28 L + C100 + 13.16 53.28 13.16 47.28 L + C100 + 13.16 47.28 13.16 41.28 L + C100 + 13.16 41.28 13.16 35.28 L + C100 + 13.16 35.28 13.16 29.28 L + C100 + 13.16 29.28 13.16 23.28 L + C100 + 13.16 23.28 20.16 23.28 L + C100 + C1 + 14.00 0.00 moveto +21.00 0.00 lineto +17.50 5.40 lineto +14.00 0.00 lineto +stroke +14.00 0.00 moveto +21.00 0.00 lineto +17.50 5.40 lineto +14.00 0.00 lineto +closepath + C1 + fill +C100 + 28.00 0.00 moveto +35.00 0.00 lineto +31.50 5.40 lineto +28.00 0.00 lineto +stroke +28.00 0.00 moveto +35.00 0.00 lineto +31.50 5.40 lineto +28.00 0.00 lineto +closepath + C100 + fill +161.00 0.00 moveto +168.00 0.00 lineto +164.50 5.40 lineto +161.00 0.00 lineto +stroke +161.00 0.00 moveto +168.00 0.00 lineto +164.50 5.40 lineto +161.00 0.00 lineto +closepath + C100 + fill +F5 + 21 6 moveto (b13) show +F0 + F5 + 140 6 moveto (b14) show +F0 + F5 + 217 6 moveto (b15) show +F0 + F5 + 378 6 moveto (b16) show +F0 + F5 + 420 6 moveto (a10) show +F0 + C10 + 14.00 13.35 21.00 13.35 21.00 16.05 14.00 16.05 14.00 13.35 ML +stroke +14.00 13.35 21.00 13.35 21.00 16.05 14.00 16.05 14.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 21.00 13.35 28.00 13.35 28.00 16.05 21.00 16.05 21.00 13.35 ML +stroke +21.00 13.35 28.00 13.35 28.00 16.05 21.00 16.05 21.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 28.00 13.35 35.00 13.35 35.00 16.05 28.00 16.05 28.00 13.35 ML +stroke +28.00 13.35 35.00 13.35 35.00 16.05 28.00 16.05 28.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 35.00 12.00 moveto +39.90 14.70 lineto +35.00 17.40 lineto +35.00 12.00 lineto +stroke +35.00 12.00 moveto +39.90 14.70 lineto +35.00 17.40 lineto +35.00 12.00 lineto +closepath + C10 + fill +C100 + C10 + 119.00 13.35 126.00 13.35 126.00 16.05 119.00 16.05 119.00 13.35 ML +stroke +119.00 13.35 126.00 13.35 126.00 16.05 119.00 16.05 119.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 126.00 13.35 133.00 13.35 133.00 16.05 126.00 16.05 126.00 13.35 ML +stroke +126.00 13.35 133.00 13.35 133.00 16.05 126.00 16.05 126.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 133.00 13.35 140.00 13.35 140.00 16.05 133.00 16.05 133.00 13.35 ML +stroke +133.00 13.35 140.00 13.35 140.00 16.05 133.00 16.05 133.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 140.00 13.35 147.00 13.35 147.00 16.05 140.00 16.05 140.00 13.35 ML +stroke +140.00 13.35 147.00 13.35 147.00 16.05 140.00 16.05 140.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 147.00 13.35 154.00 13.35 154.00 16.05 147.00 16.05 147.00 13.35 ML +stroke +147.00 13.35 154.00 13.35 154.00 16.05 147.00 16.05 147.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 154.00 13.35 161.00 13.35 161.00 16.05 154.00 16.05 154.00 13.35 ML +stroke +154.00 13.35 161.00 13.35 161.00 16.05 154.00 16.05 154.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 161.00 13.35 168.00 13.35 168.00 16.05 161.00 16.05 161.00 13.35 ML +stroke +161.00 13.35 168.00 13.35 168.00 16.05 161.00 16.05 161.00 13.35 ML +closepath + C10 + fill +C100 + C10 + 168.00 12.00 moveto +172.90 14.70 lineto +168.00 17.40 lineto +168.00 12.00 lineto +stroke +168.00 12.00 moveto +172.90 14.70 lineto +168.00 17.40 lineto +168.00 12.00 lineto +closepath + C10 + fill +C100 + C11 + 217.00 13.35 224.00 13.35 224.00 16.05 217.00 16.05 217.00 13.35 ML +stroke +217.00 13.35 224.00 13.35 224.00 16.05 217.00 16.05 217.00 13.35 ML +closepath + C11 + fill +C100 + C11 + 224.00 12.00 moveto +228.90 14.70 lineto +224.00 17.40 lineto +224.00 12.00 lineto +stroke +224.00 12.00 moveto +228.90 14.70 lineto +224.00 17.40 lineto +224.00 12.00 lineto +closepath + C11 + fill +C100 + C11 + 378.00 13.35 385.00 13.35 385.00 16.05 378.00 16.05 378.00 13.35 ML +stroke +378.00 13.35 385.00 13.35 385.00 16.05 378.00 16.05 378.00 13.35 ML +closepath + C11 + fill +C100 + C11 + 385.00 12.00 moveto +389.90 14.70 lineto +385.00 17.40 lineto +385.00 12.00 lineto +stroke +385.00 12.00 moveto +389.90 14.70 lineto +385.00 17.40 lineto +385.00 12.00 lineto +closepath + C11 + fill +C100 + C11 + 395.50 12.00 moveto +395.50 17.40 lineto +399.00 17.40 lineto +399.00 12.00 lineto +395.50 12.00 lineto +stroke +395.50 12.00 moveto +395.50 17.40 lineto +399.00 17.40 lineto +399.00 12.00 lineto +395.50 12.00 lineto +closepath + C11 + fill +newpath +395.50 12.00 moveto +393.40 12.00 393.40 17.40 395.50 17.40 curveto +397.60 17.40 397.60 12.00 395.50 12.00 curveto +closepath + C99 + fill +395.50 14.43 moveto +395.50 14.97 lineto +392.00 14.97 lineto +392.00 14.43 lineto +395.50 14.43 lineto +stroke +395.50 14.43 moveto +395.50 14.97 lineto +392.00 14.97 lineto +392.00 14.43 lineto +395.50 14.43 lineto +closepath + C11 + fill +newpath +395.50 12.00 moveto +393.40 12.00 393.40 17.40 395.50 17.40 curveto +397.60 17.40 397.60 12.00 395.50 12.00 curveto +stroke +C100 + C11 + 399.00 12.00 406.00 12.00 406.00 17.40 399.00 17.40 399.00 12.00 ML +stroke +399.00 12.00 406.00 12.00 406.00 17.40 399.00 17.40 399.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 406.00 12.00 413.00 12.00 413.00 17.40 406.00 17.40 406.00 12.00 ML +stroke +406.00 12.00 413.00 12.00 413.00 17.40 406.00 17.40 406.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 413.00 12.00 420.00 12.00 420.00 17.40 413.00 17.40 413.00 12.00 ML +stroke +413.00 12.00 420.00 12.00 420.00 17.40 413.00 17.40 413.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 420.00 12.00 427.00 12.00 427.00 17.40 420.00 17.40 420.00 12.00 ML +stroke +420.00 12.00 427.00 12.00 427.00 17.40 420.00 17.40 420.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 427.00 12.00 434.00 12.00 434.00 17.40 427.00 17.40 427.00 12.00 ML +stroke +427.00 12.00 434.00 12.00 434.00 17.40 427.00 17.40 427.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 434.00 12.00 441.00 12.00 441.00 17.40 434.00 17.40 434.00 12.00 ML +stroke +434.00 12.00 441.00 12.00 441.00 17.40 434.00 17.40 434.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 441.00 12.00 448.00 12.00 448.00 17.40 441.00 17.40 441.00 12.00 ML +stroke +441.00 12.00 448.00 12.00 448.00 17.40 441.00 17.40 441.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 448.00 12.00 455.00 12.00 455.00 17.40 448.00 17.40 448.00 12.00 ML +stroke +448.00 12.00 455.00 12.00 455.00 17.40 448.00 17.40 448.00 12.00 ML +closepath + C11 + fill +C100 + C11 + 455.00 12.00 462.00 12.00 462.00 17.40 455.00 17.40 455.00 12.00 ML +stroke +455.00 12.00 462.00 12.00 462.00 17.40 455.00 17.40 455.00 12.00 ML +closepath + C11 + fill +C100 + 14 18 moveto (270) show + 126 18 moveto (280) show + 196 18 moveto (290) show + 266 18 moveto (300) show + 371 18 moveto (310) show + 441 18 moveto (320) show +(P) 0 24 P +(I) 7 24 P +F2 + C99 + (H) 14 24 P +F0 + C100 + (R) 21 24 P +(V) 28 24 P +(K) 35 24 P +(W) 84 24 P +(V) 91 24 P +(N) 98 24 P +(A) 105 24 P +(E) 112 24 P +F2 + C99 + (R) 119 24 P +F0 + C100 + (Q) 126 24 P +F2 + C99 + (S) 133 24 P +F0 + C100 + (L) 140 24 P +(P) 147 24 P +(F) 154 24 P +(F) 161 24 P +(V) 168 24 P +(N) 175 24 P +(L) 182 24 P +(G) 189 24 P +(Y) 196 24 P +(D) 203 24 P +(S) 210 24 P +(V) 217 24 P +(I) 224 24 P +(D) 231 24 P +(P) 238 24 P +(F) 245 24 P +(D) 252 24 P +(P) 259 24 P +(R) 266 24 P +(E) 273 24 P +(P) 280 24 P +(N) 287 24 P +(G) 294 24 P +(K) 301 24 P +(S) 308 24 P +(D) 350 24 P +(R) 357 24 P +(E) 364 24 P +(P) 371 24 P +(L) 378 24 P +(S) 385 24 P +(Y) 392 24 P +(G) 399 24 P +(D) 406 24 P +(Y) 413 24 P +(L) 420 24 P +(Q) 427 24 P +(N) 434 24 P +(G) 441 24 P +(L) 448 24 P +(V) 455 24 P +(P) 0 30 P +(K) 7 30 P +F2 + C99 + (H) 14 30 P +F0 + C100 + (R) 21 30 P +(V) 28 30 P +(K) 35 30 P +(S) 42 30 P +(P) 49 30 P +(G) 56 30 P +(R) 63 30 P +(D) 70 30 P +(Q) 77 30 P +(R) 84 30 P +(V) 91 30 P +(G) 98 30 P +(S) 105 30 P +(S) 112 30 P +F2 + C99 + (R) 119 30 P +F0 + C100 + (T) 126 30 P +F2 + C99 + (S) 133 30 P +F0 + C100 + (S) 140 30 P +(V) 147 30 P +(F) 154 30 P +(F) 161 30 P +(L) 168 30 P +(R) 175 30 P +(P) 182 30 P +(K) 189 30 P +(P) 196 30 P +(D) 203 30 P +(F) 210 30 P +(S) 217 30 P +(F) 224 30 P +(N) 231 30 P +(V) 238 30 P +(Q) 245 30 P +(Q) 252 30 P +(S) 259 30 P +(R) 266 30 P +(E) 273 30 P +(W) 280 30 P +(G) 287 30 P +(F) 294 30 P +(N) 301 30 P +(V) 308 30 P +(R) 315 30 P +(I) 322 30 P +(P) 350 30 P +(S) 357 30 P +(E) 364 30 P +(R) 371 30 P +(T) 378 30 P +(T) 385 30 P +(F) 392 30 P +(R) 399 30 P +(E) 406 30 P +(W) 413 30 P +(L) 420 30 P +(G) 427 30 P +(G) 434 30 P +(N) 441 30 P +(Y) 448 30 P +(V) 455 30 P +(P) 0 36 P +(R) 7 36 P +F2 + C99 + (H) 14 36 P +F0 + C100 + (H) 21 36 P +(V) 28 36 P +(A) 35 36 P +(A) 42 36 P +(P) 49 36 P +(R) 56 36 P +(R) 63 36 P +(D) 70 36 P +(Q) 77 36 P +(I) 84 36 P +(A) 91 36 P +(G) 98 36 P +(S) 105 36 P +(S) 112 36 P +F2 + C99 + (R) 119 36 P +F0 + C100 + (T) 126 36 P +F2 + C99 + (S) 133 36 P +F0 + C100 + (S) 140 36 P +(V) 147 36 P +(F) 154 36 P +(F) 161 36 P +(L) 168 36 P +(R) 175 36 P +(P) 182 36 P +(N) 189 36 P +(A) 196 36 P +(D) 203 36 P +(F) 210 36 P +(T) 217 36 P +(F) 224 36 P +(S) 231 36 P +(V) 238 36 P +(P) 245 36 P +(L) 252 36 P +(A) 259 36 P +(R) 266 36 P +(E) 273 36 P +(C) 280 36 P +(G) 287 36 P +(F) 294 36 P +(D) 301 36 P +(V) 308 36 P +(S) 315 36 P +(L) 322 36 P +(D) 350 36 P +(G) 357 36 P +(E) 364 36 P +(T) 371 36 P +(A) 378 36 P +(T) 385 36 P +(F) 392 36 P +(Q) 399 36 P +(D) 406 36 P +(W) 413 36 P +(I) 420 36 P +(G) 427 36 P +(G) 434 36 P +(N) 441 36 P +(Y) 448 36 P +(V) 455 36 P +(C) 0 42 P +(I) 7 42 P +F2 + C99 + (H) 14 42 P +F0 + C100 + (R) 21 42 P +(A) 28 42 P +(V) 35 42 P +(V) 42 42 P +(N) 77 42 P +(S) 84 42 P +(M) 91 42 P +(N) 98 42 P +(A) 105 42 P +F2 + C99 + (R) 119 42 P +F0 + C100 + (K) 126 42 P +F2 + C99 + (S) 133 42 P +F0 + C100 + (L) 140 42 P +(A) 147 42 P +(F) 154 42 P +(F) 161 42 P +(L) 168 42 P +(C) 175 42 P +(P) 182 42 P +(S) 189 42 P +(H) 196 42 P +(D) 203 42 P +(K) 210 42 P +(V) 217 42 P +(V) 224 42 P +(R) 231 42 P +(A) 238 42 P +(P) 245 42 P +(E) 252 42 P +(E) 259 42 P +(L) 266 42 P +(V) 273 42 P +(E) 280 42 P +(K) 287 42 P +(S) 294 42 P +(P) 301 42 P +(P) 308 42 P +(R) 343 42 P +(K) 350 42 P +(Y) 357 42 P +(P) 364 42 P +(D) 371 42 P +(Y) 378 42 P +(K) 385 42 P +(W) 392 42 P +(P) 399 42 P +(M) 406 42 P +(L) 413 42 P +(L) 420 42 P +(E) 427 42 P +(M) 434 42 P +(T) 441 42 P +(Q) 448 42 P +(K) 455 42 P +(V) 0 48 P +(Y) 7 48 P +F2 + C99 + (H) 14 48 P +F0 + C100 + (R) 21 48 P +(T) 28 48 P +(T) 35 48 P +(V) 42 48 P +(N) 77 48 P +(K) 84 48 P +(D) 91 48 P +(K) 98 48 P +(T) 105 48 P +F2 + C99 + (R) 119 48 P +F0 + C100 + (M) 126 48 P +F2 + C99 + (S) 133 48 P +F0 + C100 + (W) 140 48 P +(P) 147 48 P +(V) 154 48 P +(F) 161 48 P +(L) 168 48 P +(E) 175 48 P +(P) 182 48 P +(P) 189 48 P +(S) 196 48 P +(E) 203 48 P +(H) 210 48 P +(E) 217 48 P +(V) 224 48 P +(G) 231 48 P +(P) 238 48 P +(I) 245 48 P +(P) 252 48 P +(K) 259 48 P +(L) 266 48 P +(L) 273 48 P +(S) 280 48 P +(E) 287 48 P +(A) 294 48 P +(N) 301 48 P +(P) 308 48 P +(P) 343 48 P +(K) 350 48 P +(F) 357 48 P +(K) 364 48 P +(T) 371 48 P +(K) 378 48 P +(K) 385 48 P +(Y) 392 48 P +(K) 399 48 P +(D) 406 48 P +(Y) 413 48 P +(V) 420 48 P +(Y) 427 48 P +(C) 434 48 P +(K) 441 48 P +(L) 448 48 P +(N) 455 48 P +(S) 0 54 P +(I) 7 54 P +F2 + C99 + (H) 14 54 P +F0 + C100 + (R) 21 54 P +(V) 28 54 P +(V) 35 54 P +(T) 42 54 P +(D) 77 54 P +(P) 84 54 P +(T) 91 54 P +(R) 98 54 P +(D) 105 54 P +F2 + C99 + (R) 119 54 P +F0 + C100 + (V) 126 54 P +F2 + C99 + (S) 133 54 P +F0 + C100 + (I) 140 54 P +(A) 147 54 P +(T) 154 54 P +(L) 161 54 P +(I) 168 54 P +(G) 175 54 P +(P) 182 54 P +(D) 189 54 P +(Y) 196 54 P +(S) 203 54 P +(C) 210 54 P +(T) 217 54 P +(I) 224 54 P +(E) 231 54 P +(P) 238 54 P +(A) 245 54 P +(K) 252 54 P +(E) 259 54 P +(L) 266 54 P +(L) 273 54 P +(N) 280 54 P +(Q) 287 54 P +(D) 294 54 P +(N) 301 54 P +(P) 308 54 P +(P) 315 54 P +(L) 322 54 P +(Y) 329 54 P +(K) 336 54 P +(P) 343 54 P +(Y) 350 54 P +(S) 357 54 P +(Y) 364 54 P +(S) 371 54 P +(E) 378 54 P +(F) 385 54 P +(A) 392 54 P +(D) 399 54 P +(I) 406 54 P +(Y) 413 54 P +(L) 420 54 P +(S) 427 54 P +(D) 434 54 P +(K) 441 54 P +(S) 448 54 P +(D) 455 54 P +(A) 0 60 P +(D) 7 60 P +F2 + C99 + (H) 14 60 P +F0 + C100 + (Q) 21 60 P +(A) 28 60 P +(V) 35 60 P +(V) 42 60 P +(N) 77 60 P +(S) 84 60 P +(E) 91 60 P +(C) 98 60 P +(S) 105 60 P +F2 + C99 + (R) 119 60 P +F0 + C100 + (L) 126 60 P +F2 + C99 + (S) 133 60 P +F0 + C100 + (I) 140 60 P +(A) 147 60 P +(T) 154 60 P +(F) 161 60 P +(Q) 168 60 P +(N) 175 60 P +(P) 182 60 P +(A) 189 60 P +(P) 196 60 P +(D) 203 60 P +(A) 210 60 P +(T) 217 60 P +(V) 224 60 P +(Y) 231 60 P +(P) 238 60 P +(L) 245 60 P +(A) 252 60 P +(V) 266 60 P +(R) 273 60 P +(D) 280 60 P +(G) 287 60 P +(E) 294 60 P +(A) 301 60 P +(P) 308 60 P +(I) 315 60 P +(L) 322 60 P +(D) 329 60 P +(H) 336 60 P +(P) 343 60 P +(I) 350 60 P +(T) 357 60 P +(F) 364 60 P +(A) 371 60 P +(E) 378 60 P +(M) 385 60 P +(Y) 392 60 P +(R) 399 60 P +(R) 406 60 P +(K) 413 60 P +(M) 420 60 P +(A) 427 60 P +(R) 434 60 P +(D) 441 60 P +(I) 448 60 P +(E) 455 60 P +(V) 0 66 P +(L) 7 66 P +F2 + C99 + (H) 14 66 P +F0 + C100 + (R) 21 66 P +(V) 28 66 P +(I) 35 66 P +(A) 42 66 P +(Q) 77 66 P +(T) 84 66 P +(D) 91 66 P +(G) 98 66 P +(T) 105 66 P +F2 + C99 + (R) 119 66 P +F0 + C100 + (M) 126 66 P +F2 + C99 + (S) 133 66 P +F0 + C100 + (L) 140 66 P +(A) 147 66 P +(S) 154 66 P +(F) 161 66 P +(Y) 168 66 P +(N) 175 66 P +(P) 182 66 P +(G) 189 66 P +(S) 196 66 P +(D) 203 66 P +(A) 210 66 P +(V) 217 66 P +(I) 224 66 P +(Y) 231 66 P +(P) 238 66 P +(A) 245 66 P +(K) 252 66 P +(T) 259 66 P +(L) 266 66 P +(V) 273 66 P +(E) 280 66 P +(K) 287 66 P +(E) 294 66 P +(A) 301 66 P +(E) 308 66 P +(E) 315 66 P +(S) 329 66 P +(T) 336 66 P +(Q) 343 66 P +(V) 350 66 P +(Y) 357 66 P +(P) 364 66 P +(K) 371 66 P +(F) 378 66 P +(V) 385 66 P +(F) 392 66 P +(D) 399 66 P +(D) 406 66 P +(Y) 413 66 P +(M) 420 66 P +(K) 427 66 P +(L) 434 66 P +(Y) 441 66 P +(A) 448 66 P +(G) 455 66 P +0 -252 translate +0 168 translate +2 setlinecap + 0.33 setlinewidth + newpath +237.16 71.28 237.16 65.28 244.16 65.28 244.16 71.28 237.16 71.28 ML +closepath C99 fill + newpath +237.16 65.28 237.16 59.28 244.16 59.28 244.16 65.28 237.16 65.28 ML +closepath C99 fill + newpath +237.16 59.28 237.16 53.28 244.16 53.28 244.16 59.28 237.16 59.28 ML +closepath C99 fill + newpath +237.16 53.28 237.16 47.28 244.16 47.28 244.16 53.28 237.16 53.28 ML +closepath C99 fill + newpath +237.16 47.28 237.16 41.28 244.16 41.28 244.16 47.28 237.16 47.28 ML +closepath C99 fill + newpath +237.16 41.28 237.16 35.28 244.16 35.28 244.16 41.28 237.16 41.28 ML +closepath C99 fill + newpath +237.16 35.28 237.16 29.28 244.16 29.28 244.16 35.28 237.16 35.28 ML +closepath C99 fill + newpath +237.16 29.28 237.16 23.28 244.16 23.28 244.16 29.28 237.16 29.28 ML +closepath C99 fill + newpath +237.16 23.28 237.16 17.28 244.16 17.28 244.16 23.28 237.16 23.28 ML +closepath C99 fill + newpath +237.16 17.28 237.16 11.28 244.16 11.28 244.16 17.28 237.16 17.28 ML +closepath C99 fill + newpath +237.16 11.28 237.16 5.28 244.16 5.28 244.16 11.28 237.16 11.28 ML +closepath C99 fill + newpath +237.16 5.28 237.16 -0.72 244.16 -0.72 244.16 5.28 237.16 5.28 ML +closepath C99 fill + newpath +230.16 71.28 230.16 65.28 237.16 65.28 237.16 71.28 230.16 71.28 ML +closepath C99 fill + newpath +230.16 65.28 230.16 59.28 237.16 59.28 237.16 65.28 230.16 65.28 ML +closepath C99 fill + newpath +230.16 59.28 230.16 53.28 237.16 53.28 237.16 59.28 230.16 59.28 ML +closepath C99 fill + newpath +230.16 53.28 230.16 47.28 237.16 47.28 237.16 53.28 230.16 53.28 ML +closepath C99 fill + newpath +230.16 47.28 230.16 41.28 237.16 41.28 237.16 47.28 230.16 47.28 ML +closepath C99 fill + newpath +230.16 41.28 230.16 35.28 237.16 35.28 237.16 41.28 230.16 41.28 ML +closepath C99 fill + newpath +230.16 35.28 230.16 29.28 237.16 29.28 237.16 35.28 230.16 35.28 ML +closepath C99 fill + newpath +230.16 29.28 230.16 23.28 237.16 23.28 237.16 29.28 230.16 29.28 ML +closepath C99 fill + newpath +230.16 23.28 230.16 17.28 237.16 17.28 237.16 23.28 230.16 23.28 ML +closepath C99 fill + newpath +230.16 17.28 230.16 11.28 237.16 11.28 237.16 17.28 230.16 17.28 ML +closepath C99 fill + newpath +230.16 11.28 230.16 5.28 237.16 5.28 237.16 11.28 230.16 11.28 ML +closepath C99 fill + newpath +230.16 5.28 230.16 -0.72 237.16 -0.72 237.16 5.28 230.16 5.28 ML +closepath C99 fill + newpath +223.16 71.28 223.16 65.28 230.16 65.28 230.16 71.28 223.16 71.28 ML +closepath C99 fill + newpath +223.16 65.28 223.16 59.28 230.16 59.28 230.16 65.28 223.16 65.28 ML +closepath C99 fill + newpath +223.16 59.28 223.16 53.28 230.16 53.28 230.16 59.28 223.16 59.28 ML +closepath C99 fill + newpath +223.16 53.28 223.16 47.28 230.16 47.28 230.16 53.28 223.16 53.28 ML +closepath C99 fill + newpath +223.16 47.28 223.16 41.28 230.16 41.28 230.16 47.28 223.16 47.28 ML +closepath C99 fill + newpath +223.16 41.28 223.16 35.28 230.16 35.28 230.16 41.28 223.16 41.28 ML +closepath C99 fill + newpath +223.16 35.28 223.16 29.28 230.16 29.28 230.16 35.28 223.16 35.28 ML +closepath C99 fill + newpath +223.16 29.28 223.16 23.28 230.16 23.28 230.16 29.28 223.16 29.28 ML +closepath C99 fill + newpath +223.16 23.28 223.16 17.28 230.16 17.28 230.16 23.28 223.16 23.28 ML +closepath C99 fill + newpath +223.16 17.28 223.16 11.28 230.16 11.28 230.16 17.28 223.16 17.28 ML +closepath C99 fill + newpath +223.16 11.28 223.16 5.28 230.16 5.28 230.16 11.28 223.16 11.28 ML +closepath C99 fill + newpath +223.16 5.28 223.16 -0.72 230.16 -0.72 230.16 5.28 223.16 5.28 ML +closepath C99 fill + newpath +216.16 71.28 216.16 65.28 223.16 65.28 223.16 71.28 216.16 71.28 ML +closepath C99 fill + newpath +216.16 65.28 216.16 59.28 223.16 59.28 223.16 65.28 216.16 65.28 ML +closepath C99 fill + newpath +216.16 59.28 216.16 53.28 223.16 53.28 223.16 59.28 216.16 59.28 ML +closepath C99 fill + newpath +216.16 53.28 216.16 47.28 223.16 47.28 223.16 53.28 216.16 53.28 ML +closepath C99 fill + newpath +216.16 47.28 216.16 41.28 223.16 41.28 223.16 47.28 216.16 47.28 ML +closepath C99 fill + newpath +216.16 41.28 216.16 35.28 223.16 35.28 223.16 41.28 216.16 41.28 ML +closepath C99 fill + newpath +216.16 35.28 216.16 29.28 223.16 29.28 223.16 35.28 216.16 35.28 ML +closepath C99 fill + newpath +216.16 29.28 216.16 23.28 223.16 23.28 223.16 29.28 216.16 29.28 ML +closepath C99 fill + newpath +216.16 23.28 216.16 17.28 223.16 17.28 223.16 23.28 216.16 23.28 ML +closepath C99 fill + newpath +216.16 17.28 216.16 11.28 223.16 11.28 223.16 17.28 216.16 17.28 ML +closepath C99 fill + newpath +216.16 11.28 216.16 5.28 223.16 5.28 223.16 11.28 216.16 11.28 ML +closepath C99 fill + newpath +216.16 5.28 216.16 -0.72 223.16 -0.72 223.16 5.28 216.16 5.28 ML +closepath C99 fill + newpath +209.16 71.28 209.16 65.28 216.16 65.28 216.16 71.28 209.16 71.28 ML +closepath C99 fill + newpath +209.16 65.28 209.16 59.28 216.16 59.28 216.16 65.28 209.16 65.28 ML +closepath C99 fill + newpath +209.16 59.28 209.16 53.28 216.16 53.28 216.16 59.28 209.16 59.28 ML +closepath C99 fill + newpath +209.16 53.28 209.16 47.28 216.16 47.28 216.16 53.28 209.16 53.28 ML +closepath C99 fill + newpath +209.16 47.28 209.16 41.28 216.16 41.28 216.16 47.28 209.16 47.28 ML +closepath C99 fill + newpath +209.16 41.28 209.16 35.28 216.16 35.28 216.16 41.28 209.16 41.28 ML +closepath C99 fill + newpath +209.16 35.28 209.16 29.28 216.16 29.28 216.16 35.28 209.16 35.28 ML +closepath C99 fill + newpath +209.16 29.28 209.16 23.28 216.16 23.28 216.16 29.28 209.16 29.28 ML +closepath C99 fill + newpath +209.16 23.28 209.16 17.28 216.16 17.28 216.16 23.28 209.16 23.28 ML +closepath C99 fill + newpath +209.16 17.28 209.16 11.28 216.16 11.28 216.16 17.28 209.16 17.28 ML +closepath C99 fill + newpath +209.16 11.28 209.16 5.28 216.16 5.28 216.16 11.28 209.16 11.28 ML +closepath C99 fill + newpath +209.16 5.28 209.16 -0.72 216.16 -0.72 216.16 5.28 209.16 5.28 ML +closepath C99 fill + newpath +202.16 71.28 202.16 65.28 209.16 65.28 209.16 71.28 202.16 71.28 ML +closepath C99 fill + newpath +202.16 65.28 202.16 59.28 209.16 59.28 209.16 65.28 202.16 65.28 ML +closepath C99 fill + newpath +202.16 59.28 202.16 53.28 209.16 53.28 209.16 59.28 202.16 59.28 ML +closepath C99 fill + newpath +202.16 53.28 202.16 47.28 209.16 47.28 209.16 53.28 202.16 53.28 ML +closepath C99 fill + newpath +202.16 47.28 202.16 41.28 209.16 41.28 209.16 47.28 202.16 47.28 ML +closepath C99 fill + newpath +202.16 41.28 202.16 35.28 209.16 35.28 209.16 41.28 202.16 41.28 ML +closepath C99 fill + newpath +202.16 35.28 202.16 29.28 209.16 29.28 209.16 35.28 202.16 35.28 ML +closepath C99 fill + newpath +202.16 29.28 202.16 23.28 209.16 23.28 209.16 29.28 202.16 29.28 ML +closepath C99 fill + newpath +202.16 23.28 202.16 17.28 209.16 17.28 209.16 23.28 202.16 23.28 ML +closepath C99 fill + newpath +202.16 17.28 202.16 11.28 209.16 11.28 209.16 17.28 202.16 17.28 ML +closepath C99 fill + newpath +202.16 11.28 202.16 5.28 209.16 5.28 209.16 11.28 202.16 11.28 ML +closepath C99 fill + newpath +202.16 5.28 202.16 -0.72 209.16 -0.72 209.16 5.28 202.16 5.28 ML +closepath C99 fill + newpath +195.16 71.28 195.16 65.28 202.16 65.28 202.16 71.28 195.16 71.28 ML +closepath C99 fill + newpath +195.16 65.28 195.16 59.28 202.16 59.28 202.16 65.28 195.16 65.28 ML +closepath C99 fill + newpath +195.16 59.28 195.16 53.28 202.16 53.28 202.16 59.28 195.16 59.28 ML +closepath C99 fill + newpath +195.16 53.28 195.16 47.28 202.16 47.28 202.16 53.28 195.16 53.28 ML +closepath C99 fill + newpath +195.16 47.28 195.16 41.28 202.16 41.28 202.16 47.28 195.16 47.28 ML +closepath C99 fill + newpath +195.16 41.28 195.16 35.28 202.16 35.28 202.16 41.28 195.16 41.28 ML +closepath C99 fill + newpath +195.16 35.28 195.16 29.28 202.16 29.28 202.16 35.28 195.16 35.28 ML +closepath C99 fill + newpath +195.16 29.28 195.16 23.28 202.16 23.28 202.16 29.28 195.16 29.28 ML +closepath C99 fill + newpath +195.16 23.28 195.16 17.28 202.16 17.28 202.16 23.28 195.16 23.28 ML +closepath C99 fill + newpath +195.16 17.28 195.16 11.28 202.16 11.28 202.16 17.28 195.16 17.28 ML +closepath C99 fill + newpath +195.16 11.28 195.16 5.28 202.16 5.28 202.16 11.28 195.16 11.28 ML +closepath C99 fill + newpath +195.16 5.28 195.16 -0.72 202.16 -0.72 202.16 5.28 195.16 5.28 ML +closepath C99 fill + newpath +188.16 71.28 188.16 65.28 195.16 65.28 195.16 71.28 188.16 71.28 ML +closepath C99 fill + newpath +188.16 65.28 188.16 59.28 195.16 59.28 195.16 65.28 188.16 65.28 ML +closepath C99 fill + newpath +188.16 59.28 188.16 53.28 195.16 53.28 195.16 59.28 188.16 59.28 ML +closepath C99 fill + newpath +188.16 53.28 188.16 47.28 195.16 47.28 195.16 53.28 188.16 53.28 ML +closepath C99 fill + newpath +188.16 47.28 188.16 41.28 195.16 41.28 195.16 47.28 188.16 47.28 ML +closepath C99 fill + newpath +188.16 41.28 188.16 35.28 195.16 35.28 195.16 41.28 188.16 41.28 ML +closepath C99 fill + newpath +188.16 35.28 188.16 29.28 195.16 29.28 195.16 35.28 188.16 35.28 ML +closepath C99 fill + newpath +188.16 29.28 188.16 23.28 195.16 23.28 195.16 29.28 188.16 29.28 ML +closepath C99 fill + newpath +188.16 23.28 188.16 17.28 195.16 17.28 195.16 23.28 188.16 23.28 ML +closepath C99 fill + newpath +188.16 17.28 188.16 11.28 195.16 11.28 195.16 17.28 188.16 17.28 ML +closepath C99 fill + newpath +188.16 11.28 188.16 5.28 195.16 5.28 195.16 11.28 188.16 11.28 ML +closepath C99 fill + newpath +188.16 5.28 188.16 -0.72 195.16 -0.72 195.16 5.28 188.16 5.28 ML +closepath C99 fill + newpath +181.16 71.28 181.16 65.28 188.16 65.28 188.16 71.28 181.16 71.28 ML +closepath C99 fill + newpath +181.16 65.28 181.16 59.28 188.16 59.28 188.16 65.28 181.16 65.28 ML +closepath C99 fill + newpath +181.16 59.28 181.16 53.28 188.16 53.28 188.16 59.28 181.16 59.28 ML +closepath C99 fill + newpath +181.16 53.28 181.16 47.28 188.16 47.28 188.16 53.28 181.16 53.28 ML +closepath C99 fill + newpath +181.16 47.28 181.16 41.28 188.16 41.28 188.16 47.28 181.16 47.28 ML +closepath C99 fill + newpath +181.16 41.28 181.16 35.28 188.16 35.28 188.16 41.28 181.16 41.28 ML +closepath C99 fill + newpath +181.16 35.28 181.16 29.28 188.16 29.28 188.16 35.28 181.16 35.28 ML +closepath C99 fill + newpath +181.16 29.28 181.16 23.28 188.16 23.28 188.16 29.28 181.16 29.28 ML +closepath C99 fill + newpath +181.16 23.28 181.16 17.28 188.16 17.28 188.16 23.28 181.16 23.28 ML +closepath C99 fill + newpath +181.16 17.28 181.16 11.28 188.16 11.28 188.16 17.28 181.16 17.28 ML +closepath C99 fill + newpath +181.16 11.28 181.16 5.28 188.16 5.28 188.16 11.28 181.16 11.28 ML +closepath C99 fill + newpath +181.16 5.28 181.16 -0.72 188.16 -0.72 188.16 5.28 181.16 5.28 ML +closepath C99 fill + newpath +174.16 71.28 174.16 65.28 181.16 65.28 181.16 71.28 174.16 71.28 ML +closepath C99 fill + newpath +174.16 65.28 174.16 59.28 181.16 59.28 181.16 65.28 174.16 65.28 ML +closepath C99 fill + newpath +174.16 59.28 174.16 53.28 181.16 53.28 181.16 59.28 174.16 59.28 ML +closepath C99 fill + newpath +174.16 53.28 174.16 47.28 181.16 47.28 181.16 53.28 174.16 53.28 ML +closepath C99 fill + newpath +174.16 47.28 174.16 41.28 181.16 41.28 181.16 47.28 174.16 47.28 ML +closepath C99 fill + newpath +174.16 41.28 174.16 35.28 181.16 35.28 181.16 41.28 174.16 41.28 ML +closepath C99 fill + newpath +174.16 35.28 174.16 29.28 181.16 29.28 181.16 35.28 174.16 35.28 ML +closepath C99 fill + newpath +174.16 29.28 174.16 23.28 181.16 23.28 181.16 29.28 174.16 29.28 ML +closepath C99 fill + newpath +174.16 23.28 174.16 17.28 181.16 17.28 181.16 23.28 174.16 23.28 ML +closepath C99 fill + newpath +174.16 17.28 174.16 11.28 181.16 11.28 181.16 17.28 174.16 17.28 ML +closepath C99 fill + newpath +174.16 11.28 174.16 5.28 181.16 5.28 181.16 11.28 174.16 11.28 ML +closepath C99 fill + newpath +174.16 5.28 174.16 -0.72 181.16 -0.72 181.16 5.28 174.16 5.28 ML +closepath C99 fill + newpath +167.16 71.28 167.16 65.28 174.16 65.28 174.16 71.28 167.16 71.28 ML +closepath C99 fill + newpath +167.16 65.28 167.16 59.28 174.16 59.28 174.16 65.28 167.16 65.28 ML +closepath C99 fill + newpath +167.16 59.28 167.16 53.28 174.16 53.28 174.16 59.28 167.16 59.28 ML +closepath C99 fill + newpath +167.16 53.28 167.16 47.28 174.16 47.28 174.16 53.28 167.16 53.28 ML +closepath C99 fill + newpath +167.16 47.28 167.16 41.28 174.16 41.28 174.16 47.28 167.16 47.28 ML +closepath C99 fill + newpath +167.16 41.28 167.16 35.28 174.16 35.28 174.16 41.28 167.16 41.28 ML +closepath C99 fill + newpath +167.16 35.28 167.16 29.28 174.16 29.28 174.16 35.28 167.16 35.28 ML +closepath C99 fill + newpath +167.16 29.28 167.16 23.28 174.16 23.28 174.16 29.28 167.16 29.28 ML +closepath C99 fill + newpath +167.16 23.28 167.16 17.28 174.16 17.28 174.16 23.28 167.16 23.28 ML +closepath C99 fill + newpath +167.16 17.28 167.16 11.28 174.16 11.28 174.16 17.28 167.16 17.28 ML +closepath C99 fill + newpath +167.16 11.28 167.16 5.28 174.16 5.28 174.16 11.28 167.16 11.28 ML +closepath C99 fill + newpath +167.16 5.28 167.16 -0.72 174.16 -0.72 174.16 5.28 167.16 5.28 ML +closepath C99 fill + newpath +160.16 71.28 160.16 65.28 167.16 65.28 167.16 71.28 160.16 71.28 ML +closepath C99 fill + newpath +160.16 65.28 160.16 59.28 167.16 59.28 167.16 65.28 160.16 65.28 ML +closepath C99 fill + newpath +160.16 59.28 160.16 53.28 167.16 53.28 167.16 59.28 160.16 59.28 ML +closepath C99 fill + newpath +160.16 53.28 160.16 47.28 167.16 47.28 167.16 53.28 160.16 53.28 ML +closepath C99 fill + newpath +160.16 47.28 160.16 41.28 167.16 41.28 167.16 47.28 160.16 47.28 ML +closepath C99 fill + newpath +160.16 41.28 160.16 35.28 167.16 35.28 167.16 41.28 160.16 41.28 ML +closepath C99 fill + newpath +160.16 35.28 160.16 29.28 167.16 29.28 167.16 35.28 160.16 35.28 ML +closepath C99 fill + newpath +160.16 29.28 160.16 23.28 167.16 23.28 167.16 29.28 160.16 29.28 ML +closepath C99 fill + newpath +160.16 23.28 160.16 17.28 167.16 17.28 167.16 23.28 160.16 23.28 ML +closepath C99 fill + newpath +160.16 17.28 160.16 11.28 167.16 11.28 167.16 17.28 160.16 17.28 ML +closepath C99 fill + newpath +160.16 11.28 160.16 5.28 167.16 5.28 167.16 11.28 160.16 11.28 ML +closepath C99 fill + newpath +160.16 5.28 160.16 -0.72 167.16 -0.72 167.16 5.28 160.16 5.28 ML +closepath C99 fill + newpath +153.16 71.28 153.16 65.28 160.16 65.28 160.16 71.28 153.16 71.28 ML +closepath C99 fill + newpath +153.16 65.28 153.16 59.28 160.16 59.28 160.16 65.28 153.16 65.28 ML +closepath C99 fill + newpath +153.16 59.28 153.16 53.28 160.16 53.28 160.16 59.28 153.16 59.28 ML +closepath C99 fill + newpath +153.16 53.28 153.16 47.28 160.16 47.28 160.16 53.28 153.16 53.28 ML +closepath C99 fill + newpath +153.16 47.28 153.16 41.28 160.16 41.28 160.16 47.28 153.16 47.28 ML +closepath C99 fill + newpath +153.16 41.28 153.16 35.28 160.16 35.28 160.16 41.28 153.16 41.28 ML +closepath C99 fill + newpath +153.16 35.28 153.16 29.28 160.16 29.28 160.16 35.28 153.16 35.28 ML +closepath C99 fill + newpath +153.16 29.28 153.16 23.28 160.16 23.28 160.16 29.28 153.16 29.28 ML +closepath C99 fill + newpath +153.16 23.28 153.16 17.28 160.16 17.28 160.16 23.28 153.16 23.28 ML +closepath C99 fill + newpath +153.16 17.28 153.16 11.28 160.16 11.28 160.16 17.28 153.16 17.28 ML +closepath C99 fill + newpath +153.16 11.28 153.16 5.28 160.16 5.28 160.16 11.28 153.16 11.28 ML +closepath C99 fill + newpath +153.16 5.28 153.16 -0.72 160.16 -0.72 160.16 5.28 153.16 5.28 ML +closepath C99 fill + newpath +146.16 71.28 146.16 65.28 153.16 65.28 153.16 71.28 146.16 71.28 ML +closepath C99 fill + newpath +146.16 65.28 146.16 59.28 153.16 59.28 153.16 65.28 146.16 65.28 ML +closepath C99 fill + newpath +146.16 59.28 146.16 53.28 153.16 53.28 153.16 59.28 146.16 59.28 ML +closepath C99 fill + newpath +146.16 53.28 146.16 47.28 153.16 47.28 153.16 53.28 146.16 53.28 ML +closepath C99 fill + newpath +146.16 47.28 146.16 41.28 153.16 41.28 153.16 47.28 146.16 47.28 ML +closepath C99 fill + newpath +146.16 41.28 146.16 35.28 153.16 35.28 153.16 41.28 146.16 41.28 ML +closepath C99 fill + newpath +146.16 35.28 146.16 29.28 153.16 29.28 153.16 35.28 146.16 35.28 ML +closepath C99 fill + newpath +146.16 29.28 146.16 23.28 153.16 23.28 153.16 29.28 146.16 29.28 ML +closepath C99 fill + newpath +146.16 23.28 146.16 17.28 153.16 17.28 153.16 23.28 146.16 23.28 ML +closepath C99 fill + newpath +146.16 17.28 146.16 11.28 153.16 11.28 153.16 17.28 146.16 17.28 ML +closepath C99 fill + newpath +146.16 11.28 146.16 5.28 153.16 5.28 153.16 11.28 146.16 11.28 ML +closepath C99 fill + newpath +146.16 5.28 146.16 -0.72 153.16 -0.72 153.16 5.28 146.16 5.28 ML +closepath C99 fill + newpath +139.16 71.28 139.16 65.28 146.16 65.28 146.16 71.28 139.16 71.28 ML +closepath C99 fill + newpath +139.16 65.28 139.16 59.28 146.16 59.28 146.16 65.28 139.16 65.28 ML +closepath C99 fill + newpath +139.16 59.28 139.16 53.28 146.16 53.28 146.16 59.28 139.16 59.28 ML +closepath C99 fill + newpath +139.16 53.28 139.16 47.28 146.16 47.28 146.16 53.28 139.16 53.28 ML +closepath C99 fill + newpath +139.16 47.28 139.16 41.28 146.16 41.28 146.16 47.28 139.16 47.28 ML +closepath C99 fill + newpath +139.16 41.28 139.16 35.28 146.16 35.28 146.16 41.28 139.16 41.28 ML +closepath C99 fill + newpath +139.16 35.28 139.16 29.28 146.16 29.28 146.16 35.28 139.16 35.28 ML +closepath C99 fill + newpath +139.16 29.28 139.16 23.28 146.16 23.28 146.16 29.28 139.16 29.28 ML +closepath C99 fill + newpath +139.16 23.28 139.16 17.28 146.16 17.28 146.16 23.28 139.16 23.28 ML +closepath C99 fill + newpath +139.16 17.28 139.16 11.28 146.16 11.28 146.16 17.28 139.16 17.28 ML +closepath C99 fill + newpath +139.16 11.28 139.16 5.28 146.16 5.28 146.16 11.28 139.16 11.28 ML +closepath C99 fill + newpath +139.16 5.28 139.16 -0.72 146.16 -0.72 146.16 5.28 139.16 5.28 ML +closepath C99 fill + newpath +132.16 71.28 132.16 65.28 139.16 65.28 139.16 71.28 132.16 71.28 ML +closepath C99 fill + newpath +132.16 65.28 132.16 59.28 139.16 59.28 139.16 65.28 132.16 65.28 ML +closepath C99 fill + newpath +132.16 59.28 132.16 53.28 139.16 53.28 139.16 59.28 132.16 59.28 ML +closepath C99 fill + newpath +132.16 53.28 132.16 47.28 139.16 47.28 139.16 53.28 132.16 53.28 ML +closepath C99 fill + newpath +132.16 47.28 132.16 41.28 139.16 41.28 139.16 47.28 132.16 47.28 ML +closepath C99 fill + newpath +132.16 41.28 132.16 35.28 139.16 35.28 139.16 41.28 132.16 41.28 ML +closepath C99 fill + newpath +132.16 35.28 132.16 29.28 139.16 29.28 139.16 35.28 132.16 35.28 ML +closepath C99 fill + newpath +132.16 29.28 132.16 23.28 139.16 23.28 139.16 29.28 132.16 29.28 ML +closepath C99 fill + newpath +132.16 23.28 132.16 17.28 139.16 17.28 139.16 23.28 132.16 23.28 ML +closepath C99 fill + newpath +132.16 17.28 132.16 11.28 139.16 11.28 139.16 17.28 132.16 17.28 ML +closepath C99 fill + newpath +132.16 11.28 132.16 5.28 139.16 5.28 139.16 11.28 132.16 11.28 ML +closepath C99 fill + newpath +132.16 5.28 132.16 -0.72 139.16 -0.72 139.16 5.28 132.16 5.28 ML +closepath C99 fill + newpath +125.16 71.28 125.16 65.28 132.16 65.28 132.16 71.28 125.16 71.28 ML +closepath C99 fill + newpath +125.16 65.28 125.16 59.28 132.16 59.28 132.16 65.28 125.16 65.28 ML +closepath C99 fill + newpath +125.16 59.28 125.16 53.28 132.16 53.28 132.16 59.28 125.16 59.28 ML +closepath C99 fill + newpath +125.16 53.28 125.16 47.28 132.16 47.28 132.16 53.28 125.16 53.28 ML +closepath C99 fill + newpath +125.16 47.28 125.16 41.28 132.16 41.28 132.16 47.28 125.16 47.28 ML +closepath C99 fill + newpath +125.16 41.28 125.16 35.28 132.16 35.28 132.16 41.28 125.16 41.28 ML +closepath C99 fill + newpath +125.16 35.28 125.16 29.28 132.16 29.28 132.16 35.28 125.16 35.28 ML +closepath C99 fill + newpath +125.16 29.28 125.16 23.28 132.16 23.28 132.16 29.28 125.16 29.28 ML +closepath C99 fill + newpath +125.16 23.28 125.16 17.28 132.16 17.28 132.16 23.28 125.16 23.28 ML +closepath C99 fill + newpath +125.16 17.28 125.16 11.28 132.16 11.28 132.16 17.28 125.16 17.28 ML +closepath C99 fill + newpath +125.16 11.28 125.16 5.28 132.16 5.28 132.16 11.28 125.16 11.28 ML +closepath C99 fill + newpath +125.16 5.28 125.16 -0.72 132.16 -0.72 132.16 5.28 125.16 5.28 ML +closepath C99 fill + newpath +118.16 71.28 118.16 65.28 125.16 65.28 125.16 71.28 118.16 71.28 ML +closepath C99 fill + newpath +118.16 65.28 118.16 59.28 125.16 59.28 125.16 65.28 118.16 65.28 ML +closepath C99 fill + newpath +118.16 59.28 118.16 53.28 125.16 53.28 125.16 59.28 118.16 59.28 ML +closepath C99 fill + newpath +118.16 53.28 118.16 47.28 125.16 47.28 125.16 53.28 118.16 53.28 ML +closepath C99 fill + newpath +118.16 47.28 118.16 41.28 125.16 41.28 125.16 47.28 118.16 47.28 ML +closepath C99 fill + newpath +118.16 41.28 118.16 35.28 125.16 35.28 125.16 41.28 118.16 41.28 ML +closepath C99 fill + newpath +118.16 35.28 118.16 29.28 125.16 29.28 125.16 35.28 118.16 35.28 ML +closepath C99 fill + newpath +118.16 29.28 118.16 23.28 125.16 23.28 125.16 29.28 118.16 29.28 ML +closepath C99 fill + newpath +118.16 23.28 118.16 17.28 125.16 17.28 125.16 23.28 118.16 23.28 ML +closepath C99 fill + newpath +118.16 17.28 118.16 11.28 125.16 11.28 125.16 17.28 118.16 17.28 ML +closepath C99 fill + newpath +118.16 11.28 118.16 5.28 125.16 5.28 125.16 11.28 118.16 11.28 ML +closepath C99 fill + newpath +118.16 5.28 118.16 -0.72 125.16 -0.72 125.16 5.28 118.16 5.28 ML +closepath C99 fill + newpath +111.16 71.28 111.16 65.28 118.16 65.28 118.16 71.28 111.16 71.28 ML +closepath C99 fill + newpath +111.16 65.28 111.16 59.28 118.16 59.28 118.16 65.28 111.16 65.28 ML +closepath C99 fill + newpath +111.16 59.28 111.16 53.28 118.16 53.28 118.16 59.28 111.16 59.28 ML +closepath C99 fill + newpath +111.16 53.28 111.16 47.28 118.16 47.28 118.16 53.28 111.16 53.28 ML +closepath C99 fill + newpath +111.16 47.28 111.16 41.28 118.16 41.28 118.16 47.28 111.16 47.28 ML +closepath C99 fill + newpath +111.16 41.28 111.16 35.28 118.16 35.28 118.16 41.28 111.16 41.28 ML +closepath C99 fill + newpath +111.16 35.28 111.16 29.28 118.16 29.28 118.16 35.28 111.16 35.28 ML +closepath C99 fill + newpath +111.16 29.28 111.16 23.28 118.16 23.28 118.16 29.28 111.16 29.28 ML +closepath C99 fill + newpath +111.16 23.28 111.16 17.28 118.16 17.28 118.16 23.28 111.16 23.28 ML +closepath C99 fill + newpath +111.16 17.28 111.16 11.28 118.16 11.28 118.16 17.28 111.16 17.28 ML +closepath C99 fill + newpath +111.16 11.28 111.16 5.28 118.16 5.28 118.16 11.28 111.16 11.28 ML +closepath C99 fill + newpath +111.16 5.28 111.16 -0.72 118.16 -0.72 118.16 5.28 111.16 5.28 ML +closepath C99 fill + newpath +104.16 71.28 104.16 65.28 111.16 65.28 111.16 71.28 104.16 71.28 ML +closepath C99 fill + newpath +104.16 65.28 104.16 59.28 111.16 59.28 111.16 65.28 104.16 65.28 ML +closepath C99 fill + newpath +104.16 59.28 104.16 53.28 111.16 53.28 111.16 59.28 104.16 59.28 ML +closepath C99 fill + newpath +104.16 53.28 104.16 47.28 111.16 47.28 111.16 53.28 104.16 53.28 ML +closepath C99 fill + newpath +104.16 47.28 104.16 41.28 111.16 41.28 111.16 47.28 104.16 47.28 ML +closepath C99 fill + newpath +104.16 41.28 104.16 35.28 111.16 35.28 111.16 41.28 104.16 41.28 ML +closepath C99 fill + newpath +104.16 35.28 104.16 29.28 111.16 29.28 111.16 35.28 104.16 35.28 ML +closepath C99 fill + newpath +104.16 29.28 104.16 23.28 111.16 23.28 111.16 29.28 104.16 29.28 ML +closepath C99 fill + newpath +104.16 23.28 104.16 17.28 111.16 17.28 111.16 23.28 104.16 23.28 ML +closepath C99 fill + newpath +104.16 17.28 104.16 11.28 111.16 11.28 111.16 17.28 104.16 17.28 ML +closepath C99 fill + newpath +104.16 11.28 104.16 5.28 111.16 5.28 111.16 11.28 104.16 11.28 ML +closepath C99 fill + newpath +104.16 5.28 104.16 -0.72 111.16 -0.72 111.16 5.28 104.16 5.28 ML +closepath C99 fill + newpath +97.16 71.28 97.16 65.28 104.16 65.28 104.16 71.28 97.16 71.28 ML +closepath C99 fill + newpath +97.16 65.28 97.16 59.28 104.16 59.28 104.16 65.28 97.16 65.28 ML +closepath C99 fill + newpath +97.16 59.28 97.16 53.28 104.16 53.28 104.16 59.28 97.16 59.28 ML +closepath C99 fill + newpath +97.16 53.28 97.16 47.28 104.16 47.28 104.16 53.28 97.16 53.28 ML +closepath C99 fill + newpath +97.16 47.28 97.16 41.28 104.16 41.28 104.16 47.28 97.16 47.28 ML +closepath C99 fill + newpath +97.16 41.28 97.16 35.28 104.16 35.28 104.16 41.28 97.16 41.28 ML +closepath C99 fill + newpath +97.16 35.28 97.16 29.28 104.16 29.28 104.16 35.28 97.16 35.28 ML +closepath C99 fill + newpath +97.16 29.28 97.16 23.28 104.16 23.28 104.16 29.28 97.16 29.28 ML +closepath C99 fill + newpath +97.16 23.28 97.16 17.28 104.16 17.28 104.16 23.28 97.16 23.28 ML +closepath C99 fill + newpath +97.16 17.28 97.16 11.28 104.16 11.28 104.16 17.28 97.16 17.28 ML +closepath C99 fill + newpath +97.16 11.28 97.16 5.28 104.16 5.28 104.16 11.28 97.16 11.28 ML +closepath C99 fill + newpath +97.16 5.28 97.16 -0.72 104.16 -0.72 104.16 5.28 97.16 5.28 ML +closepath C99 fill + newpath +90.16 71.28 90.16 65.28 97.16 65.28 97.16 71.28 90.16 71.28 ML +closepath C99 fill + newpath +90.16 65.28 90.16 59.28 97.16 59.28 97.16 65.28 90.16 65.28 ML +closepath C99 fill + newpath +90.16 59.28 90.16 53.28 97.16 53.28 97.16 59.28 90.16 59.28 ML +closepath C99 fill + newpath +90.16 53.28 90.16 47.28 97.16 47.28 97.16 53.28 90.16 53.28 ML +closepath C99 fill + newpath +90.16 47.28 90.16 41.28 97.16 41.28 97.16 47.28 90.16 47.28 ML +closepath C99 fill + newpath +90.16 41.28 90.16 35.28 97.16 35.28 97.16 41.28 90.16 41.28 ML +closepath C99 fill + newpath +90.16 35.28 90.16 29.28 97.16 29.28 97.16 35.28 90.16 35.28 ML +closepath C99 fill + newpath +90.16 29.28 90.16 23.28 97.16 23.28 97.16 29.28 90.16 29.28 ML +closepath C99 fill + newpath +90.16 23.28 90.16 17.28 97.16 17.28 97.16 23.28 90.16 23.28 ML +closepath C99 fill + newpath +90.16 17.28 90.16 11.28 97.16 11.28 97.16 17.28 90.16 17.28 ML +closepath C99 fill + newpath +90.16 11.28 90.16 5.28 97.16 5.28 97.16 11.28 90.16 11.28 ML +closepath C99 fill + newpath +90.16 5.28 90.16 -0.72 97.16 -0.72 97.16 5.28 90.16 5.28 ML +closepath C99 fill + newpath +83.16 71.28 83.16 65.28 90.16 65.28 90.16 71.28 83.16 71.28 ML +closepath C99 fill + newpath +83.16 65.28 83.16 59.28 90.16 59.28 90.16 65.28 83.16 65.28 ML +closepath C99 fill + newpath +83.16 59.28 83.16 53.28 90.16 53.28 90.16 59.28 83.16 59.28 ML +closepath C99 fill + newpath +83.16 53.28 83.16 47.28 90.16 47.28 90.16 53.28 83.16 53.28 ML +closepath C99 fill + newpath +83.16 47.28 83.16 41.28 90.16 41.28 90.16 47.28 83.16 47.28 ML +closepath C99 fill + newpath +83.16 41.28 83.16 35.28 90.16 35.28 90.16 41.28 83.16 41.28 ML +closepath C99 fill + newpath +83.16 35.28 83.16 29.28 90.16 29.28 90.16 35.28 83.16 35.28 ML +closepath C99 fill + newpath +83.16 29.28 83.16 23.28 90.16 23.28 90.16 29.28 83.16 29.28 ML +closepath C99 fill + newpath +83.16 23.28 83.16 17.28 90.16 17.28 90.16 23.28 83.16 23.28 ML +closepath C99 fill + newpath +83.16 17.28 83.16 11.28 90.16 11.28 90.16 17.28 83.16 17.28 ML +closepath C99 fill + newpath +83.16 11.28 83.16 5.28 90.16 5.28 90.16 11.28 83.16 11.28 ML +closepath C99 fill + newpath +83.16 5.28 83.16 -0.72 90.16 -0.72 90.16 5.28 83.16 5.28 ML +closepath C99 fill + newpath +76.16 71.28 76.16 65.28 83.16 65.28 83.16 71.28 76.16 71.28 ML +closepath C99 fill + newpath +76.16 65.28 76.16 59.28 83.16 59.28 83.16 65.28 76.16 65.28 ML +closepath C99 fill + newpath +76.16 59.28 76.16 53.28 83.16 53.28 83.16 59.28 76.16 59.28 ML +closepath C99 fill + newpath +76.16 53.28 76.16 47.28 83.16 47.28 83.16 53.28 76.16 53.28 ML +closepath C99 fill + newpath +76.16 47.28 76.16 41.28 83.16 41.28 83.16 47.28 76.16 47.28 ML +closepath C99 fill + newpath +76.16 41.28 76.16 35.28 83.16 35.28 83.16 41.28 76.16 41.28 ML +closepath C99 fill + newpath +76.16 35.28 76.16 29.28 83.16 29.28 83.16 35.28 76.16 35.28 ML +closepath C99 fill + newpath +76.16 29.28 76.16 23.28 83.16 23.28 83.16 29.28 76.16 29.28 ML +closepath C99 fill + newpath +76.16 23.28 76.16 17.28 83.16 17.28 83.16 23.28 76.16 23.28 ML +closepath C99 fill + newpath +76.16 17.28 76.16 11.28 83.16 11.28 83.16 17.28 76.16 17.28 ML +closepath C99 fill + newpath +76.16 11.28 76.16 5.28 83.16 5.28 83.16 11.28 76.16 11.28 ML +closepath C99 fill + newpath +76.16 5.28 76.16 -0.72 83.16 -0.72 83.16 5.28 76.16 5.28 ML +closepath C99 fill + newpath +69.16 71.28 69.16 65.28 76.16 65.28 76.16 71.28 69.16 71.28 ML +closepath C99 fill + newpath +69.16 65.28 69.16 59.28 76.16 59.28 76.16 65.28 69.16 65.28 ML +closepath C99 fill + newpath +69.16 59.28 69.16 53.28 76.16 53.28 76.16 59.28 69.16 59.28 ML +closepath C99 fill + newpath +69.16 53.28 69.16 47.28 76.16 47.28 76.16 53.28 69.16 53.28 ML +closepath C99 fill + newpath +69.16 47.28 69.16 41.28 76.16 41.28 76.16 47.28 69.16 47.28 ML +closepath C99 fill + newpath +69.16 41.28 69.16 35.28 76.16 35.28 76.16 41.28 69.16 41.28 ML +closepath C99 fill + newpath +69.16 35.28 69.16 29.28 76.16 29.28 76.16 35.28 69.16 35.28 ML +closepath C99 fill + newpath +69.16 29.28 69.16 23.28 76.16 23.28 76.16 29.28 69.16 29.28 ML +closepath C99 fill + newpath +69.16 23.28 69.16 17.28 76.16 17.28 76.16 23.28 69.16 23.28 ML +closepath C99 fill + newpath +69.16 17.28 69.16 11.28 76.16 11.28 76.16 17.28 69.16 17.28 ML +closepath C99 fill + newpath +69.16 11.28 69.16 5.28 76.16 5.28 76.16 11.28 69.16 11.28 ML +closepath C99 fill + newpath +69.16 5.28 69.16 -0.72 76.16 -0.72 76.16 5.28 69.16 5.28 ML +closepath C99 fill + newpath +62.16 71.28 62.16 65.28 69.16 65.28 69.16 71.28 62.16 71.28 ML +closepath C99 fill + newpath +62.16 65.28 62.16 59.28 69.16 59.28 69.16 65.28 62.16 65.28 ML +closepath C99 fill + newpath +62.16 59.28 62.16 53.28 69.16 53.28 69.16 59.28 62.16 59.28 ML +closepath C99 fill + newpath +62.16 53.28 62.16 47.28 69.16 47.28 69.16 53.28 62.16 53.28 ML +closepath C99 fill + newpath +62.16 47.28 62.16 41.28 69.16 41.28 69.16 47.28 62.16 47.28 ML +closepath C99 fill + newpath +62.16 41.28 62.16 35.28 69.16 35.28 69.16 41.28 62.16 41.28 ML +closepath C99 fill + newpath +62.16 35.28 62.16 29.28 69.16 29.28 69.16 35.28 62.16 35.28 ML +closepath C99 fill + newpath +62.16 29.28 62.16 23.28 69.16 23.28 69.16 29.28 62.16 29.28 ML +closepath C99 fill + newpath +62.16 23.28 62.16 17.28 69.16 17.28 69.16 23.28 62.16 23.28 ML +closepath C99 fill + newpath +62.16 17.28 62.16 11.28 69.16 11.28 69.16 17.28 62.16 17.28 ML +closepath C99 fill + newpath +62.16 11.28 62.16 5.28 69.16 5.28 69.16 11.28 62.16 11.28 ML +closepath C99 fill + newpath +62.16 5.28 62.16 -0.72 69.16 -0.72 69.16 5.28 62.16 5.28 ML +closepath C99 fill + newpath +55.16 71.28 55.16 65.28 62.16 65.28 62.16 71.28 55.16 71.28 ML +closepath C99 fill + newpath +55.16 65.28 55.16 59.28 62.16 59.28 62.16 65.28 55.16 65.28 ML +closepath C99 fill + newpath +55.16 59.28 55.16 53.28 62.16 53.28 62.16 59.28 55.16 59.28 ML +closepath C99 fill + newpath +55.16 53.28 55.16 47.28 62.16 47.28 62.16 53.28 55.16 53.28 ML +closepath C99 fill + newpath +55.16 47.28 55.16 41.28 62.16 41.28 62.16 47.28 55.16 47.28 ML +closepath C99 fill + newpath +55.16 41.28 55.16 35.28 62.16 35.28 62.16 41.28 55.16 41.28 ML +closepath C99 fill + newpath +55.16 35.28 55.16 29.28 62.16 29.28 62.16 35.28 55.16 35.28 ML +closepath C99 fill + newpath +55.16 29.28 55.16 23.28 62.16 23.28 62.16 29.28 55.16 29.28 ML +closepath C99 fill + newpath +55.16 23.28 55.16 17.28 62.16 17.28 62.16 23.28 55.16 23.28 ML +closepath C99 fill + newpath +55.16 17.28 55.16 11.28 62.16 11.28 62.16 17.28 55.16 17.28 ML +closepath C99 fill + newpath +55.16 11.28 55.16 5.28 62.16 5.28 62.16 11.28 55.16 11.28 ML +closepath C99 fill + newpath +55.16 5.28 55.16 -0.72 62.16 -0.72 62.16 5.28 55.16 5.28 ML +closepath C99 fill + newpath +48.16 71.28 48.16 65.28 55.16 65.28 55.16 71.28 48.16 71.28 ML +closepath C99 fill + newpath +48.16 65.28 48.16 59.28 55.16 59.28 55.16 65.28 48.16 65.28 ML +closepath C99 fill + newpath +48.16 59.28 48.16 53.28 55.16 53.28 55.16 59.28 48.16 59.28 ML +closepath C99 fill + newpath +48.16 53.28 48.16 47.28 55.16 47.28 55.16 53.28 48.16 53.28 ML +closepath C99 fill + newpath +48.16 47.28 48.16 41.28 55.16 41.28 55.16 47.28 48.16 47.28 ML +closepath C99 fill + newpath +48.16 41.28 48.16 35.28 55.16 35.28 55.16 41.28 48.16 41.28 ML +closepath C99 fill + newpath +48.16 35.28 48.16 29.28 55.16 29.28 55.16 35.28 48.16 35.28 ML +closepath C99 fill + newpath +48.16 29.28 48.16 23.28 55.16 23.28 55.16 29.28 48.16 29.28 ML +closepath C99 fill + newpath +48.16 23.28 48.16 17.28 55.16 17.28 55.16 23.28 48.16 23.28 ML +closepath C99 fill + newpath +48.16 17.28 48.16 11.28 55.16 11.28 55.16 17.28 48.16 17.28 ML +closepath C99 fill + newpath +48.16 11.28 48.16 5.28 55.16 5.28 55.16 11.28 48.16 11.28 ML +closepath C99 fill + newpath +48.16 5.28 48.16 -0.72 55.16 -0.72 55.16 5.28 48.16 5.28 ML +closepath C99 fill + newpath +41.16 71.28 41.16 65.28 48.16 65.28 48.16 71.28 41.16 71.28 ML +closepath C99 fill + newpath +41.16 65.28 41.16 59.28 48.16 59.28 48.16 65.28 41.16 65.28 ML +closepath C99 fill + newpath +41.16 59.28 41.16 53.28 48.16 53.28 48.16 59.28 41.16 59.28 ML +closepath C99 fill + newpath +41.16 53.28 41.16 47.28 48.16 47.28 48.16 53.28 41.16 53.28 ML +closepath C99 fill + newpath +41.16 47.28 41.16 41.28 48.16 41.28 48.16 47.28 41.16 47.28 ML +closepath C99 fill + newpath +41.16 41.28 41.16 35.28 48.16 35.28 48.16 41.28 41.16 41.28 ML +closepath C99 fill + newpath +41.16 35.28 41.16 29.28 48.16 29.28 48.16 35.28 41.16 35.28 ML +closepath C99 fill + newpath +41.16 29.28 41.16 23.28 48.16 23.28 48.16 29.28 41.16 29.28 ML +closepath C99 fill + newpath +41.16 23.28 41.16 17.28 48.16 17.28 48.16 23.28 41.16 23.28 ML +closepath C99 fill + newpath +41.16 17.28 41.16 11.28 48.16 11.28 48.16 17.28 41.16 17.28 ML +closepath C99 fill + newpath +41.16 11.28 41.16 5.28 48.16 5.28 48.16 11.28 41.16 11.28 ML +closepath C99 fill + newpath +41.16 5.28 41.16 -0.72 48.16 -0.72 48.16 5.28 41.16 5.28 ML +closepath C99 fill + newpath +34.16 71.28 34.16 65.28 41.16 65.28 41.16 71.28 34.16 71.28 ML +closepath C99 fill + newpath +34.16 65.28 34.16 59.28 41.16 59.28 41.16 65.28 34.16 65.28 ML +closepath C99 fill + newpath +34.16 59.28 34.16 53.28 41.16 53.28 41.16 59.28 34.16 59.28 ML +closepath C99 fill + newpath +34.16 53.28 34.16 47.28 41.16 47.28 41.16 53.28 34.16 53.28 ML +closepath C99 fill + newpath +34.16 47.28 34.16 41.28 41.16 41.28 41.16 47.28 34.16 47.28 ML +closepath C99 fill + newpath +34.16 41.28 34.16 35.28 41.16 35.28 41.16 41.28 34.16 41.28 ML +closepath C99 fill + newpath +34.16 35.28 34.16 29.28 41.16 29.28 41.16 35.28 34.16 35.28 ML +closepath C99 fill + newpath +34.16 29.28 34.16 23.28 41.16 23.28 41.16 29.28 34.16 29.28 ML +closepath C99 fill + newpath +34.16 23.28 34.16 17.28 41.16 17.28 41.16 23.28 34.16 23.28 ML +closepath C99 fill + newpath +34.16 17.28 34.16 11.28 41.16 11.28 41.16 17.28 34.16 17.28 ML +closepath C99 fill + newpath +34.16 11.28 34.16 5.28 41.16 5.28 41.16 11.28 34.16 11.28 ML +closepath C99 fill + newpath +34.16 5.28 34.16 -0.72 41.16 -0.72 41.16 5.28 34.16 5.28 ML +closepath C99 fill + newpath +27.16 71.28 27.16 65.28 34.16 65.28 34.16 71.28 27.16 71.28 ML +closepath C99 fill + newpath +27.16 65.28 27.16 59.28 34.16 59.28 34.16 65.28 27.16 65.28 ML +closepath C99 fill + newpath +27.16 59.28 27.16 53.28 34.16 53.28 34.16 59.28 27.16 59.28 ML +closepath C99 fill + newpath +27.16 53.28 27.16 47.28 34.16 47.28 34.16 53.28 27.16 53.28 ML +closepath C99 fill + newpath +27.16 47.28 27.16 41.28 34.16 41.28 34.16 47.28 27.16 47.28 ML +closepath C99 fill + newpath +27.16 41.28 27.16 35.28 34.16 35.28 34.16 41.28 27.16 41.28 ML +closepath C99 fill + newpath +27.16 35.28 27.16 29.28 34.16 29.28 34.16 35.28 27.16 35.28 ML +closepath C99 fill + newpath +27.16 29.28 27.16 23.28 34.16 23.28 34.16 29.28 27.16 29.28 ML +closepath C99 fill + newpath +27.16 23.28 27.16 17.28 34.16 17.28 34.16 23.28 27.16 23.28 ML +closepath C99 fill + newpath +27.16 17.28 27.16 11.28 34.16 11.28 34.16 17.28 27.16 17.28 ML +closepath C99 fill + newpath +27.16 11.28 27.16 5.28 34.16 5.28 34.16 11.28 27.16 11.28 ML +closepath C99 fill + newpath +27.16 5.28 27.16 -0.72 34.16 -0.72 34.16 5.28 27.16 5.28 ML +closepath C99 fill + newpath +20.16 71.28 20.16 65.28 27.16 65.28 27.16 71.28 20.16 71.28 ML +closepath C99 fill + newpath +20.16 65.28 20.16 59.28 27.16 59.28 27.16 65.28 20.16 65.28 ML +closepath C99 fill + newpath +20.16 59.28 20.16 53.28 27.16 53.28 27.16 59.28 20.16 59.28 ML +closepath C99 fill + newpath +20.16 53.28 20.16 47.28 27.16 47.28 27.16 53.28 20.16 53.28 ML +closepath C99 fill + newpath +20.16 47.28 20.16 41.28 27.16 41.28 27.16 47.28 20.16 47.28 ML +closepath C99 fill + newpath +20.16 41.28 20.16 35.28 27.16 35.28 27.16 41.28 20.16 41.28 ML +closepath C99 fill + newpath +20.16 35.28 20.16 29.28 27.16 29.28 27.16 35.28 20.16 35.28 ML +closepath C99 fill + newpath +20.16 29.28 20.16 23.28 27.16 23.28 27.16 29.28 20.16 29.28 ML +closepath C99 fill + newpath +20.16 23.28 20.16 17.28 27.16 17.28 27.16 23.28 20.16 23.28 ML +closepath C99 fill + newpath +20.16 17.28 20.16 11.28 27.16 11.28 27.16 17.28 20.16 17.28 ML +closepath C99 fill + newpath +20.16 11.28 20.16 5.28 27.16 5.28 27.16 11.28 20.16 11.28 ML +closepath C99 fill + newpath +20.16 5.28 20.16 -0.72 27.16 -0.72 27.16 5.28 20.16 5.28 ML +closepath C99 fill + newpath +13.16 71.28 13.16 65.28 20.16 65.28 20.16 71.28 13.16 71.28 ML +closepath C99 fill + newpath +13.16 65.28 13.16 59.28 20.16 59.28 20.16 65.28 13.16 65.28 ML +closepath C99 fill + newpath +13.16 59.28 13.16 53.28 20.16 53.28 20.16 59.28 13.16 59.28 ML +closepath C99 fill + newpath +13.16 53.28 13.16 47.28 20.16 47.28 20.16 53.28 13.16 53.28 ML +closepath C99 fill + newpath +13.16 47.28 13.16 41.28 20.16 41.28 20.16 47.28 13.16 47.28 ML +closepath C99 fill + newpath +13.16 41.28 13.16 35.28 20.16 35.28 20.16 41.28 13.16 41.28 ML +closepath C99 fill + newpath +13.16 35.28 13.16 29.28 20.16 29.28 20.16 35.28 13.16 35.28 ML +closepath C99 fill + newpath +13.16 29.28 13.16 23.28 20.16 23.28 20.16 29.28 13.16 29.28 ML +closepath C99 fill + newpath +13.16 23.28 13.16 17.28 20.16 17.28 20.16 23.28 13.16 23.28 ML +closepath C99 fill + newpath +13.16 17.28 13.16 11.28 20.16 11.28 20.16 17.28 13.16 17.28 ML +closepath C99 fill + newpath +13.16 11.28 13.16 5.28 20.16 5.28 20.16 11.28 13.16 11.28 ML +closepath C99 fill + newpath +13.16 5.28 13.16 -0.72 20.16 -0.72 20.16 5.28 13.16 5.28 ML +closepath C99 fill + newpath +6.16 71.28 6.16 65.28 13.16 65.28 13.16 71.28 6.16 71.28 ML +closepath C99 fill + newpath +6.16 65.28 6.16 59.28 13.16 59.28 13.16 65.28 6.16 65.28 ML +closepath C99 fill + newpath +6.16 59.28 6.16 53.28 13.16 53.28 13.16 59.28 6.16 59.28 ML +closepath C99 fill + newpath +6.16 53.28 6.16 47.28 13.16 47.28 13.16 53.28 6.16 53.28 ML +closepath C99 fill + newpath +6.16 47.28 6.16 41.28 13.16 41.28 13.16 47.28 6.16 47.28 ML +closepath C99 fill + newpath +6.16 41.28 6.16 35.28 13.16 35.28 13.16 41.28 6.16 41.28 ML +closepath C99 fill + newpath +6.16 35.28 6.16 29.28 13.16 29.28 13.16 35.28 6.16 35.28 ML +closepath C99 fill + newpath +6.16 29.28 6.16 23.28 13.16 23.28 13.16 29.28 6.16 29.28 ML +closepath C99 fill + newpath +6.16 23.28 6.16 17.28 13.16 17.28 13.16 23.28 6.16 23.28 ML +closepath C99 fill + newpath +6.16 17.28 6.16 11.28 13.16 11.28 13.16 17.28 6.16 17.28 ML +closepath C99 fill + newpath +6.16 11.28 6.16 5.28 13.16 5.28 13.16 11.28 6.16 11.28 ML +closepath C99 fill + newpath +6.16 5.28 6.16 -0.72 13.16 -0.72 13.16 5.28 6.16 5.28 ML +closepath C99 fill + newpath +-0.84 71.28 -0.84 65.28 6.16 65.28 6.16 71.28 -0.84 71.28 ML +closepath C99 fill + newpath +-0.84 65.28 -0.84 59.28 6.16 59.28 6.16 65.28 -0.84 65.28 ML +closepath C99 fill + newpath +-0.84 59.28 -0.84 53.28 6.16 53.28 6.16 59.28 -0.84 59.28 ML +closepath C99 fill + newpath +-0.84 53.28 -0.84 47.28 6.16 47.28 6.16 53.28 -0.84 53.28 ML +closepath C99 fill + newpath +-0.84 47.28 -0.84 41.28 6.16 41.28 6.16 47.28 -0.84 47.28 ML +closepath C99 fill + newpath +-0.84 41.28 -0.84 35.28 6.16 35.28 6.16 41.28 -0.84 41.28 ML +closepath C99 fill + newpath +-0.84 35.28 -0.84 29.28 6.16 29.28 6.16 35.28 -0.84 35.28 ML +closepath C99 fill + newpath +-0.84 29.28 -0.84 23.28 6.16 23.28 6.16 29.28 -0.84 29.28 ML +closepath C99 fill + newpath +-0.84 23.28 -0.84 17.28 6.16 17.28 6.16 23.28 -0.84 23.28 ML +closepath C99 fill + newpath +-0.84 17.28 -0.84 11.28 6.16 11.28 6.16 17.28 -0.84 17.28 ML +closepath C99 fill + newpath +-0.84 11.28 -0.84 5.28 6.16 5.28 6.16 11.28 -0.84 11.28 ML +closepath C99 fill + newpath +-0.84 5.28 -0.84 -0.72 6.16 -0.72 6.16 5.28 -0.84 5.28 ML +closepath C99 fill +C100 + C1 + 49.00 0.00 moveto +56.00 0.00 lineto +52.50 5.40 lineto +49.00 0.00 lineto +stroke +49.00 0.00 moveto +56.00 0.00 lineto +52.50 5.40 lineto +49.00 0.00 lineto +closepath + C1 + fill +C100 + C11 + 3.50 12.00 moveto +3.50 17.40 lineto +0.00 17.40 lineto +0.00 12.00 lineto +3.50 12.00 lineto +stroke +3.50 12.00 moveto +3.50 17.40 lineto +0.00 17.40 lineto +0.00 12.00 lineto +3.50 12.00 lineto +closepath + C11 + fill +newpath +3.50 12.00 moveto +1.40 12.00 1.40 17.40 3.50 17.40 curveto +5.60 17.40 5.60 12.00 3.50 12.00 curveto +stroke +newpath +3.50 12.00 moveto +1.40 12.00 1.40 17.40 3.50 17.40 curveto +5.60 17.40 5.60 12.00 3.50 12.00 curveto +closepath + C11 + fill +3.50 14.43 moveto +3.50 14.97 lineto +7.00 14.97 lineto +7.00 14.43 lineto +3.50 14.43 lineto +stroke +3.50 14.43 moveto +3.50 14.97 lineto +7.00 14.97 lineto +7.00 14.43 lineto +3.50 14.43 lineto +closepath + C11 + fill +C100 + 49 18 moveto (330) show +(S) 0 24 P +(L) 7 24 P +(I) 14 24 P +(N) 21 24 P +(K) 28 24 P +(N) 35 24 P +(G) 42 24 P +(Q) 49 24 P +(T) 56 24 P +(N) 0 30 P +(M) 7 30 P +(R) 14 30 P +(R) 21 30 P +(D) 28 30 P +(K) 35 30 P +(P) 42 30 P +(A) 49 30 P +(A) 56 30 P +(A) 63 30 P +(E) 70 30 P +(A) 77 30 P +(A) 84 30 P +(V) 91 30 P +(P) 98 30 P +(A) 105 30 P +(A) 112 30 P +(A) 119 30 P +(P) 126 30 P +(V) 133 30 P +(S) 140 30 P +(T) 147 30 P +(A) 154 30 P +(A) 161 30 P +(P) 168 30 P +(I) 175 30 P +(A) 182 30 P +(T) 189 30 P +(N) 0 36 P +(I) 7 36 P +(R) 14 36 P +(R) 21 36 P +(T) 28 36 P +(S) 35 36 P +(K) 42 36 P +(A) 49 36 P +(R) 0 42 P +(Y) 7 42 P +(R) 14 42 P +(P) 21 42 P +(D) 28 42 P +(C) 35 42 P +(N) 42 42 P +(T) 49 42 P +(L) 56 42 P +(E) 63 42 P +(A) 70 42 P +(F) 77 42 P +(K) 84 42 P +(T) 91 42 P +(W) 98 42 P +(V) 105 42 P +(Q) 112 42 P +(E) 119 42 P +(G) 126 42 P +(K) 133 42 P +(A) 140 42 P +(L) 147 42 P +(D) 154 42 P +(T) 161 42 P +(G) 168 42 P +(S) 175 42 P +(T) 182 42 P +(I) 189 42 P +(T) 196 42 P +(A) 203 42 P +(P) 210 42 P +(S) 217 42 P +(A) 224 42 P +(K) 0 48 P +(L) 7 48 P +(P) 14 48 P +(Q) 21 48 P +(Y) 0 54 P +(D) 7 54 P +(S) 14 54 P +(G) 21 54 P +(V) 28 54 P +(K) 35 54 P +(P) 42 54 P +(Y) 49 54 P +(K) 56 54 P +(I) 63 54 P +(N) 70 54 P +(V) 77 54 P +(L) 0 60 P +(A) 7 60 P +(R) 14 60 P +(L) 21 60 P +(K) 28 60 P +(K) 35 60 P +(Q) 42 60 P +(A) 49 60 P +(K) 56 60 P +(A) 63 60 P +(D) 70 60 P +(K) 77 60 P +(K) 84 60 P +(Q) 91 60 P +(Q) 98 60 P +(Q) 105 60 P +(Q) 112 60 P +(S) 119 60 P +(A) 126 60 P +(N) 133 60 P +(K) 140 60 P +(E) 147 60 P +(F) 154 60 P +(A) 161 60 P +(D) 168 60 P +(S) 175 60 P +(K) 182 60 P +(P) 189 60 P +(L) 196 60 P +(D) 203 60 P +(A) 210 60 P +(I) 217 60 P +(F) 224 60 P +(A) 231 60 P +(L) 0 66 P +(K) 7 66 P +(F) 14 66 P +(Q) 21 66 P +(A) 28 66 P +(K) 35 66 P +(E) 42 66 P +(P) 49 66 P +(R) 56 66 P +(F) 63 66 P +(E) 70 66 P +(A) 77 66 P +(M) 84 66 P +(K) 91 66 P +(A) 98 66 P +(M) 105 66 P +(E) 112 66 P +(S) 119 66 P +(D) 126 66 P +(P) 133 66 P +(I) 140 66 P +(A) 147 66 P +(S) 154 66 P +(A) 161 66 P +0 -168 translate +0 84 translate +2 setlinecap + 0.33 setlinewidth +showpage diff --git a/sources/alscript/gjutil/gjtimes.c b/sources/alscript/gjutil/gjtimes.c new file mode 100644 index 0000000..3ce31a6 --- /dev/null +++ b/sources/alscript/gjutil/gjtimes.c @@ -0,0 +1,343 @@ +#include +#include +#include +#include +#include +#include +#include + +#include +#include + +#ifndef CLK_TCK +#include +#define CLK_TCK sysconf(_SC_CLK_TCK) +#endif + + +/* timing routines */ + +struct tms *t_init = NULL; +struct tms *t_last = NULL; +struct tms *t_new = NULL; + +clock_t init_times,last_times, new_times; + +void GJ_init_times(void) +{ + + extern struct tms *t_init, *t_last, *t_new; + extern clock_t init_times, last_times, new_times; + + if(t_init == NULL){ + t_init = (struct tms *) GJmalloc(sizeof(struct tms)); + t_new = (struct tms *) GJmalloc(sizeof(struct tms)); + t_last = (struct tms *) GJmalloc(sizeof(struct tms)); + + init_times = times(t_init); + new_times = init_times; + last_times = init_times; + + copy_tms(t_last,t_init); + copy_tms(t_new,t_init); + } +} + +void copy_tms(struct tms *l,struct tms *r) +{ + l->tms_utime = r->tms_utime; + l->tms_stime = r->tms_stime; + l->tms_cutime = r->tms_cutime; + l->tms_cstime = r->tms_cstime; +} + + +void GJ_show_times(FILE *fp,int action) +{ + /* show the time(s) since init_times was called + if action = 0, print the time since the last call to GJ_init_times + or GJ_show_times. + if action = 1, print as in 0, but add the total time since the + first call to GJ_init_times. + action = 2, print elapsed and total time + + tms_utime, tms_stime, tms_cutime and tms_cstime + */ + + clock_t init_calling, new_calling, last_calling; + clock_t init_child, new_child, last_child; + + extern struct tms *t_init, *t_last, *t_new; + extern clock_t init_times, last_times, new_times; + + new_times = times(t_new); + + if(action == 0){ + fprintf(fp,"Elapsed time: %*6.2f\n", + (float)(new_times-last_times)/CLK_TCK); + } + + if(action == 1){ + /* compressed output - shows summary of user + sys for parent and child */ + init_calling = t_init->tms_utime + t_init->tms_stime; + init_child = t_init->tms_cutime + t_init->tms_cstime; + + last_calling = t_last->tms_utime + t_last->tms_stime; + new_calling = t_new->tms_utime + t_new->tms_stime; + + last_child = t_last->tms_cutime + t_last->tms_cstime; + new_child = t_new->tms_cutime + t_new->tms_cstime; + + + + fprintf(fp,"CPU(P%7.1f%7.1f)(C%7.1f%7.1f)(T%7.1f%7.1f)(E%7.1f%7.1f)\n", + (float)(new_calling - last_calling)/CLK_TCK, + (float)(new_calling - init_calling)/CLK_TCK, + (float)(new_child - last_child)/CLK_TCK, + (float)(new_child - init_child)/CLK_TCK, + (float)(new_calling-last_calling+new_child-last_child)/CLK_TCK, + (float)(new_calling-init_calling+new_child-init_child)/CLK_TCK, + (float)(new_times-last_times)/CLK_TCK, + (float)(new_times-init_times)/CLK_TCK); + } + + + if(action == 2){ + /* full output */ + init_calling = t_init->tms_utime + t_init->tms_stime; + init_child = t_init->tms_cutime + t_init->tms_cstime; + + last_calling = t_last->tms_utime + t_last->tms_stime; + new_calling = t_new->tms_utime + t_new->tms_stime; + + last_child = t_last->tms_cutime + t_last->tms_cstime; + new_child = t_new->tms_cutime + t_new->tms_cstime; + + + + fprintf(fp," %7s:%7s:%7s|%7s:%7s:%7s:%7s:%7s\n", + "user","sys","total","c user","c sys","ctotal","el/tcpu","cum"); + fprintf(fp,"Master :%7.1f:%7.1f:%7.1f|%7.1f:%7.1f:%7.1f|%7.1f:%7.1f\n", + (float)(t_new->tms_utime - t_last->tms_utime)/CLK_TCK, + (float)(t_new->tms_stime - t_last->tms_stime)/CLK_TCK, + (float)(new_calling - last_calling)/CLK_TCK, + (float)(t_new->tms_utime - t_init->tms_utime)/CLK_TCK, + (float)(t_new->tms_stime - t_init->tms_stime)/CLK_TCK, + (float)(new_calling - init_calling)/CLK_TCK, + (float)(new_times-last_times)/CLK_TCK, + (float)(new_times-init_times)/CLK_TCK); + + fprintf(fp,"Children:%7.1f:%7.1f:%7.1f|%7.1f:%7.1f:%7.1f|%7.1f:%7.1f\n", + (float)(t_new->tms_cutime - t_last->tms_cutime)/CLK_TCK, + (float)(t_new->tms_cstime - t_last->tms_cstime)/CLK_TCK, + (float)(new_child - last_child)/CLK_TCK, + (float)(t_new->tms_cutime - t_init->tms_cutime)/CLK_TCK, + (float)(t_new->tms_cstime - t_init->tms_cstime)/CLK_TCK, + (float)(new_child - init_child)/CLK_TCK, + (float)(new_calling-last_calling+new_child-last_child)/CLK_TCK, + (float)(new_calling-init_calling+new_child-init_child)/CLK_TCK); + } + if(action == 3){ + /* very compressed output - shows cumparent, cumchild + sum of the two and elapsed time summary*/ + init_calling = t_init->tms_utime + t_init->tms_stime; + init_child = t_init->tms_cutime + t_init->tms_cstime; + + last_calling = t_last->tms_utime + t_last->tms_stime; + new_calling = t_new->tms_utime + t_new->tms_stime; + + last_child = t_last->tms_cutime + t_last->tms_cstime; + new_child = t_new->tms_cutime + t_new->tms_cstime; + + fprintf(fp,"Cum CPU Time: Parent: %*7.1f Child: %*7.1f Total: %*7.1f Elapsed: %7.1f\n", + (float)(new_calling - init_calling)/CLK_TCK, + (float)(new_child - init_child)/CLK_TCK, + (float)(new_calling-init_calling+new_child-init_child)/CLK_TCK, + (float)(new_times-init_times)/CLK_TCK); + } + + copy_tms(t_last,t_new); + last_times = new_times; +} + + +char *GJ_get_times(int action) +{ + /* show the time(s) since init_times was called + if action = 0, print the time since the last call to GJ_init_times + or GJ_show_times. + if action = 1, print as in 0, but add the total time since the + first call to GJ_init_times. + + */ + + clock_t init_calling, new_calling, last_calling; + clock_t init_child, new_child, last_child; + + char *outbuf; + + extern struct tms *t_init, *t_last, *t_new; + extern clock_t init_times, last_times, new_times; + + new_times = times(t_new); + + outbuf = (char *) GJmalloc(sizeof(char) *200); + + if(action == 0){ + sprintf(outbuf,"%7.1f\0", + (float)(new_times-last_times)/CLK_TCK); + } +#ifdef KEEP_THIS + if(action == 1){ + /* compressed output - shows summary of user + sys for parent and child */ + init_calling = t_init->tms_utime + t_init->tms_stime; + init_child = t_init->tms_cutime + t_init->tms_cstime; + + last_calling = t_last->tms_utime + t_last->tms_stime; + new_calling = t_new->tms_utime + t_new->tms_stime; + + last_child = t_last->tms_cutime + t_last->tms_cstime; + new_child = t_new->tms_cutime + t_new->tms_cstime; + + sprintf(outbuf,"%7.1f %7.1f %7.1f %7.1f %7.1f %7.1f %7.1f %7.1f\0", + (float)(new_calling - last_calling)/CLK_TCK, + (float)(new_calling - init_calling)/CLK_TCK, + (float)(new_child - last_child)/CLK_TCK, + (float)(new_child - init_child)/CLK_TCK, + (float)(new_calling-last_calling+new_child-last_child)/CLK_TCK, + (float)(new_calling-init_calling+new_child-init_child)/CLK_TCK, + (float)(new_times-last_times)/CLK_TCK, + (float)(new_times-init_times)/CLK_TCK); + } +#else + /* this is a version that ignores the child processes since these + appear not to be reported on the SGI */ + if(action == 1){ + /* compressed output - shows summary of user + sys for parent and child */ + init_calling = t_init->tms_utime + t_init->tms_stime; + init_child = t_init->tms_cutime + t_init->tms_cstime; + + last_calling = t_last->tms_utime + t_last->tms_stime; + new_calling = t_new->tms_utime + t_new->tms_stime; + + last_child = t_last->tms_cutime + t_last->tms_cstime; + new_child = t_new->tms_cutime + t_new->tms_cstime; + + sprintf(outbuf,"%7.1f %7.1f %7.1f %7.1f\0", + (float)(new_calling - last_calling)/CLK_TCK, + (float)(new_calling - init_calling)/CLK_TCK, + (float)(new_times-last_times)/CLK_TCK, + (float)(new_times-init_times)/CLK_TCK); + } +#endif + + if(action == 2){ + /* full output */ + init_calling = t_init->tms_utime + t_init->tms_stime; + init_child = t_init->tms_cutime + t_init->tms_cstime; + + last_calling = t_last->tms_utime + t_last->tms_stime; + new_calling = t_new->tms_utime + t_new->tms_stime; + + last_child = t_last->tms_cutime + t_last->tms_cstime; + new_child = t_new->tms_cutime + t_new->tms_cstime; + + + + sprintf(outbuf, + "%7.1f %7.1f %7.1f %7.1f %7.1f %7.1f %7.1f %7.1f %7.1f %7.1f %7.1f %7.1f %7.1f %7.1f %7.1f %7.1f", + (float)(t_new->tms_utime - t_last->tms_utime)/CLK_TCK, + (float)(t_new->tms_stime - t_last->tms_stime)/CLK_TCK, + (float)(new_calling - last_calling)/CLK_TCK, + (float)(t_new->tms_utime - t_init->tms_utime)/CLK_TCK, + (float)(t_new->tms_stime - t_init->tms_stime)/CLK_TCK, + (float)(new_calling - init_calling)/CLK_TCK, + (float)(new_times-last_times)/CLK_TCK, + (float)(new_times-init_times)/CLK_TCK, + (float)(t_new->tms_cutime - t_last->tms_cutime)/CLK_TCK, + (float)(t_new->tms_cstime - t_last->tms_cstime)/CLK_TCK, + (float)(new_child - last_child)/CLK_TCK, + (float)(t_new->tms_cutime - t_init->tms_cutime)/CLK_TCK, + (float)(t_new->tms_cstime - t_init->tms_cstime)/CLK_TCK, + (float)(new_child - init_child)/CLK_TCK, + (float)(new_calling-last_calling+new_child-last_child)/CLK_TCK, + (float)(new_calling-init_calling+new_child-init_child)/CLK_TCK); + } + + if(action == 3){ + /* very compressed output - shows cumparent, cumchild + sum of the two and elapsed time summary*/ + init_calling = t_init->tms_utime + t_init->tms_stime; + init_child = t_init->tms_cutime + t_init->tms_cstime; + + last_calling = t_last->tms_utime + t_last->tms_stime; + new_calling = t_new->tms_utime + t_new->tms_stime; + + last_child = t_last->tms_cutime + t_last->tms_cstime; + new_child = t_new->tms_cutime + t_new->tms_cstime; + + sprintf(outbuf,"%7.1f %7.1f %7.1f %7.1f\0", + (float)(new_calling - init_calling)/CLK_TCK, + (float)(new_child - init_child)/CLK_TCK, + (float)(new_calling-init_calling+new_child-init_child)/CLK_TCK, + (float)(new_times-init_times)/CLK_TCK); + } + + copy_tms(t_last,t_new); + last_times = new_times; + outbuf = (char *) GJrealloc(outbuf,sizeof(char) * (strlen(outbuf) + 1)); + return outbuf; +} + +void GJ_reset_times() +{ + extern struct tms *t_init, *t_new, *t_last; + + if(t_init != NULL){ + GJfree(t_init); + t_init = NULL; + } + if(t_new != NULL){ + GJfree(t_new); + t_new = NULL; + } + if(t_last != NULL){ + GJfree(t_last); + t_last = NULL; + } +} +#define DELETE +#ifndef DELETE +main(int argc,char **argv) +{ + int i,j; + float l; + GJ_init_times(); + /* fprintf(stderr,"(0)%s\n",GJ_get_times(0));*/ + /* fprintf(stderr,"(1)%s\n",GJ_get_times(1));*/ + /* fprintf(stderr,"(2)%s\n",GJ_get_times(2));*/ + fprintf(stderr,"(3)%s\n",GJ_get_times(3)); + + for(i=0;i<5000;++i){ + for(j=0;j<5000;++j){ + l = i*j; + } + } + /* fprintf(stderr,"(0)%s\n",GJ_get_times(0));*/ + /* fprintf(stderr,"(1)%s\n",GJ_get_times(1));*/ + /* fprintf(stderr,"(2)%s\n",GJ_get_times(2));*/ + fprintf(stderr,"(3)%s\n",GJ_get_times(3)); + for(i=0;i<10000;++i){ + for(j=0;j<5000;++j){ + l = i*j; + } + } + /* fprintf(stderr,"(0)%s\n",GJ_get_times(0));*/ + /* fprintf(stderr,"(1)%s\n",GJ_get_times(1));*/ + /* fprintf(stderr,"(2)%s\n",GJ_get_times(2));*/ + fprintf(stderr,"(3)%s\n",GJ_get_times(3)); + GJ_reset_times(); +} +#endif + + + + + diff --git a/sources/alscript/gjutil/gjtimes.h b/sources/alscript/gjutil/gjtimes.h new file mode 100644 index 0000000..9d44032 --- /dev/null +++ b/sources/alscript/gjutil/gjtimes.h @@ -0,0 +1,16 @@ +#ifndef GJ_TIMES_H +#define GJ_TIMES_H + +#include +#include +#include + +void GJ_init_times(void); +void GJ_show_times(FILE *fp,int action); +void GJ_reset_times(void); +char *GJ_get_times(int action); + +void copy_tms(struct tms *l,struct tms *r); + +#endif /*GJ_TIMES */ + diff --git a/sources/alscript/gjutil/gjutil.c b/sources/alscript/gjutil/gjutil.c new file mode 100644 index 0000000..e7f6408 --- /dev/null +++ b/sources/alscript/gjutil/gjutil.c @@ -0,0 +1,986 @@ + +/**************************************************************************** + +gjutil.c: Various utility routines - error checking malloc and +free, string functions etc... + +Copyright: Geoffrey J. Barton (1992, 1993, 1995, 1997) +email: geoff@ebi.ac.uk + +This software is made available for educational and non-commercial research +purposes. + +For commercial use, a commercial licence is required - contact the author +at the above address for details. + + +******************************************************************************/ +#include +#include +#include +#include +#include +#include +#include + +#include +#include + +/* define pointers for standard streams to allow redefinition to files */ + +FILE *std_err; +FILE *std_in; +FILE *std_out; + +/* clock externs */ +clock_t start_time, end_time,initial_time,final_time; + +void *GJmalloc(size_t size) +/* malloc with simple error check */ +/* G. J. Barton 1992 */ +{ + void *ptr; + ptr = (void *) malloc(size); + if(ptr == NULL){ + GJerror("malloc error"); + exit(0); + } + return ptr; +} + +void *GJrealloc(void *ptr,size_t size) +/* realloc with error check */ +/* G. J. Barton 1992 */ +{ + ptr = (void *) realloc(ptr,size); + if(ptr == NULL){ + GJerror("realloc error"); + exit(0); + } + return ptr; +} +void *GJmallocNQ(size_t size) +/* as for GJmalloc, but returns NULL on error*/ +/* G. J. Barton 1992 */ +{ + void *ptr; + ptr = (void *) malloc(size); + if(ptr == NULL){ + GJerror("malloc error"); + return NULL; + } + return ptr; +} + +void *GJreallocNQ(void *ptr,size_t size) +/* as for GJrealloc with error check but returns NULL on error*/ +/* G. J. Barton 1992 */ +{ + ptr = (void *) realloc(ptr,size); + if(ptr == NULL){ + GJerror("realloc error"); + return NULL; + } + return ptr; +} +void GJfree(void *ptr) +/* free with error check */ +/* G. J. Barton 1992 */ +{ + if(ptr == NULL){ + GJerror("Attempt to free NULL pointer"); + exit(0); + } + free(ptr); +} + +void GJerror(const char *prefix) +/* writes error message contained in prefix and contents of errno + to std_err. +*/ +/* G. J. Barton 1992 */ +{ + if(prefix != NULL){ + if(*prefix != '\0'){ + fprintf(std_err,"%s: ",prefix); + } + } + fprintf(std_err,"%s\n",strerror(errno)); +} + +/* +error: calls GJerror +*/ +void error(const char *str,int flag) +{ + GJerror(str); + if(flag)exit(0); +} + + +char *GJstoupper(const char *s) +/* return a copy of s in upper case */ +/* G. J. Barton 1992 */ +{ + char *temp; + int i; + temp = GJstrdup(s); + i=0; + while(temp[i] != '\0'){ + temp[i] = toupper(temp[i]); + ++i; + } + return temp; +} +char *GJstolower(const char *s) +/* return a copy of s in lower case */ +/* G. J. Barton 1992 */ +{ + char *temp; + int i; + temp = GJstrdup(s); + i=0; + while(temp[i] != '\0'){ + temp[i] = tolower(temp[i]); + ++i; + } + return temp; +} +char *GJstoup(char *s) +/* return s in upper case */ +/* G. J. Barton 1992 */ +{ + int i; + i=0; + while(s[i] != '\0'){ + s[i] = toupper(s[i]); + ++i; + } + return s; +} +char *GJstolo(char *s) +/* return s in lower case */ +/* G. J. Barton 1992 */ +{ + int i; + i=0; + while(s[i] != '\0'){ + s[i] = tolower(s[i]); + ++i; + } + return s; +} + +char *GJstrdup(const char *s) +/* returns a pointer to a copy of string s */ +/* G. J. Barton 1992 */ + +{ + char *temp; + temp = (char *) GJmalloc(sizeof(char) * (strlen(s)+1)); + temp = strcpy(temp,s); + return temp; +} + +char *GJstrrename(char *old,const char *new) +/* takes old which is a pointer to a string, then replaces the contents + of the string with new, reallocating to the correct size +*/ +{ + int nlen; + nlen = strlen(new); + old = (char *) GJrealloc(old,sizeof(char) * (nlen + 1)); + old = strcpy(old,new); + return old; +} + + + +FILE *GJfopen(const char *fname,const char *type,int action) +/* a file open function with error checking. The third argument +is set to 0 if we want a failed open to return, or 1 if we +want a failed open to exit the program. +*/ +/* G. J. Barton 1992 */ +/* modified July 1995 - error message only printed if action is 1 */ +{ + FILE *ret_val; + ret_val = fopen(fname,type); + if(ret_val == NULL){ + /* GJerror(strcat("Cannot Open File: ",fname));*/ + if(action == 1){ + GJerror(strcat("Cannot Open File: ",fname)); + exit(1); + } + } + return ret_val; +} + +int GJfclose(FILE *fp,int action) +/* a file close function with error checking. The second argument +is set to 0 if we want a failed close to return, or 1 if we +want a failed close to exit the program. +*/ +/* G. J. Barton 1992 */ +{ + int ret_val; + ret_val = fclose(fp); + if(ret_val != 0){ + if(action == 1){ + GJerror("Error closing File"); + exit(1); + } + } + return ret_val; +} + + +GJFILE *GJfilemake(const char *name,const char *type,int action) +/* If action = 1 then +Tries to open the file with the given name. If successful returns +a pointer to a struct file structure with the name and filehandle. If +the open fails, or action= 0 then returns a struct file structure +with the name and a NULL filehandle */ +/* G. J. Barton 1995 */ +{ + GJFILE *ret_val; + ret_val = (GJFILE *) GJmalloc(sizeof(GJFILE)); + ret_val->name = GJstrdup(name); + if(action == 1) { + ret_val->handle = GJfopen(ret_val->name,type,0); + }else if(action == 0){ + ret_val->handle = NULL; + } + return ret_val; +} + +GJFILE *GJfilerename(GJFILE *ret_val, const char *name) +/* When passed the fval structure - renames the name part of the +file structure to name, if the handle is non null it tries to close +the file, then sets the file handle to NULL. */ +/* G. J. Barton 1995 */ +{ + if(ret_val->name != NULL) { + GJfree(ret_val->name); + ret_val->name = GJstrdup(name); + } + if(ret_val->handle != NULL) { + GJfclose(ret_val->handle,0); + ret_val->handle = NULL; + } + return ret_val; +} + +GJFILE *GJfileclose(GJFILE *ret_val,int action) +/* Closes a file named in the struct file structure returns the struct + file structure */ + +/* G. J. Barton July 1995 */ +{ + STD_FILES; + + if(GJfclose(ret_val->handle,0) == 0){ + return ret_val; + }else { + if(action == 1){ + GJerror("Error closing File"); + fprintf(std_err,"%s\n",ret_val->name); + exit(-1); + } + } + return ret_val; +} + +GJFILE *GJfileopen(GJFILE *ret_val,const char *type,int action) +/* Opens a file named in the struct file structure */ + +/* G. J. Barton October 1995 */ +{ + STD_FILES; + + ret_val->handle = GJfopen(ret_val->name,type,0); + if(ret_val->handle == NULL){ + if(action == 1){ + GJerror("Error opening File"); + fprintf(std_err,"%s\n",ret_val->name); + exit(-1); + } + } + return ret_val; +} + +GJFILE *GJfileclean(GJFILE *ret_val,int action) +/* Closes the file then sets the file pointer to NULL, then + frees the filename string */ + +/* G. J. Barton July 1995 */ +{ + if(GJfclose(ret_val->handle,0) == 0) { + ret_val->handle = NULL; + GJfree(ret_val->name); + return ret_val; + }else { + if(action == 1){ + GJerror("Error closing File"); + fprintf(std_err,"%s\n",ret_val->name); + exit(-1); + } + } + return ret_val; +} + +void GJinitfile(void) +/* just set the standard streams */ +{ + std_err = stderr; + std_in = stdin; + std_out = stdout; +} + +char *GJfnonnull(char *string) +/* return pointer to first non null character in the string */ +/* this could cause problems if the string is not null terminated */ +{ + while(*string != '\0'){ + ++string; + } + return ++string; +} + +char *GJstrappend(char *string1, char *string2) +/* appends string2 to the end of string2. Any newline characters are removed +from string1, then the first character of string2 overwrites the null at the +end of string1. +string1 and string2 must have been allocated with malloc. +*/ +/* G. J. Barton July 1992 */ +{ + char *ret_val; + ret_val = GJremovechar(string1,'\n'); + ret_val = (char *) GJrealloc(ret_val, + sizeof(char) * (strlen(ret_val) + strlen(string2) + 1)); + ret_val = strcat(ret_val,string2); + return ret_val; +} + +char *GJremovechar(char *string,char c) +/* removes all instances of character c from string + returns a pointer to the reduced, null terminated string + 11/8/1996: couple of bugs found in this routine. + the length of the string returned was too short by 2 bytes. + This is a dodgy routine since string is freed. +*/ +/* G. J. Barton (July 1992) */ +{ + char *temp; + int j,i,nchar; + nchar = 0; + i=0; + while(string[i] != '\0'){ + if(string[i] == c){ + ++nchar; + } + ++i; + } + if(nchar == 0){ + return string; + }else{ + temp = (char *) GJmalloc(sizeof(char) * (strlen(string)-nchar + 1)); + j=0; + i=0; + while(string[i] != '\0'){ + if(string[i] != c){ + temp[j] = string[i]; + ++j; + } + ++i; + } + temp[j] = '\0'; + GJfree(string); + return temp; + } +} + +char *GJremovechar2(char *string,char c) +/* removes all instances of character c from string + returns a pointer to the reduced, null terminated string +*/ +/* G. J. Barton (July 1992) */ +{ + char *temp; + int i,k,len; + k=0; + len=strlen(string); + temp = (char *) GJmalloc(sizeof(char) * (len+1)); + for(i=0;i<(len+1);++i){ + if(string[i] != c){ + temp[k] = string[i]; + ++k; + } + } + for(i=0;i<(strlen(temp)+1);++i){ + string[i] = temp[i]; + } + GJfree(temp); + return string; +} + + +char *GJsubchar(char *string,char c2,char c1) +/* substitutes c1 for c2 in string +*/ +/* G. J. Barton (July 1992) */ +{ + int i; + + i=0; + while(string[i] != '\0'){ + if(string[i] == c1){ + string[i] = c2; + } + ++i; + } + return string; +} + +/* create a string and if fchar != NULL fill with characters */ +/* always set the len-1 character to '\0' */ + +char *GJstrcreate(size_t len,char *fchar) +{ + char *ret_val; + ret_val = (char *) GJmalloc(sizeof(char) * len); + --len; + ret_val[len] = '\0'; + if(fchar != NULL){ + while(len > -1){ + ret_val[len] = *fchar; + --len; + } + } + return ret_val; +} + +/* searches for string s2 in string s1 and returns pointer to first instance +of s2 in s1 or NULL if no instance found. s1 and s2 must be null terminated +*/ +char *GJstrlocate(char *s1, char *s2) +{ + int i=0; + int j=0; + int k; + if(strlen(s1) == 0 || strlen(s2) == 0) return NULL; + while(i < strlen(s1)){ + j=0; + k=i; + while(j < strlen(s2) && s1[k] == s2[j]){ + ++k; + ++j; + } + if(j == strlen(s2)) return &s1[i]; + ++i; + } + return NULL; +} +#include +#include + + +/* GJstrtok() + +This version of strtok places the work pointer at the location of the first +character in the next token, rather than just after the last character of the +current token. This is useful for extracting quoted strings +*/ + +char *GJstrtok(char *input_string,const char *token_list) +{ + static char *work; + char *return_ptr; + + if(input_string != NULL){ + /* first call */ + work = input_string; + } + + /* search for next non-token character */ + while(strchr(token_list,*work)!=NULL){ + ++work; + } + + if(*work == '\0'){ + /* if we've reached the end of string, then return NULL */ + return NULL; + }else{ + return_ptr = (char *) work; + while(strchr(token_list,*work) == NULL){ + if(*work == '\0'){ + /* end of the string */ + return return_ptr; + }else{ + ++work; + } + } + *work = '\0'; + ++work; + /* now increment work until we find the next non-delimiter character */ + while(strchr(token_list,*work) != NULL){ + if(*work == '\0'){ + break; + }else{ + ++work; + } + } + return return_ptr; + } +} +/************************************************************************** +return a pointer to space for a rectangular unsigned character array +Version 2.0 ANSI and uses GJmallocNQ +--------------------------------------------------------------------------*/ + +unsigned char **uchararr(int i,int j) +{ + unsigned char **temp; + int k, rowsiz; + + temp = (unsigned char **) GJmallocNQ(sizeof(unsigned char *) * i); + if(temp == NULL) return NULL; + + rowsiz = sizeof(unsigned char) * j; + + for (k = 0; k < i; ++k){ + temp[k] = (unsigned char *) GJmallocNQ(rowsiz); + if(temp[k] == NULL) return NULL; + } + return temp; +} + +/************************************************************************** +free up space pointed to by rectangular unsigned character array +-------------------------------------------------------------------------*/ +void ucharfree(unsigned char **array,int i) + +{ + int k; + + for (k = 0; k < i; ++k){ + GJfree((char *) array[k]); + } + GJfree((char *) array); + +} + +/************************************************************************** +return a pointer to space for a rectangular signed character array +Version 2.0 ANSI +--------------------------------------------------------------------------*/ +signed char **chararr(int i,int j) + +{ + signed char **temp; + int k, rowsiz; + + temp = (signed char **) GJmallocNQ(sizeof(char *) * i); + + if(temp == NULL) return NULL; + + rowsiz = sizeof(char) * j; + + for (k = 0; k < i; ++k){ + temp[k] = (signed char *) GJmallocNQ(rowsiz); + if(temp[k] == NULL) return NULL; + } + return temp; +} + + +/* mcheck - check a call to malloc - if the call has failed, print the +error message and exit the program */ +/* ANSI Version - also uses GJerror routine and ptr is declared void*/ + +void mcheck(void *ptr,char *msg) + +{ + if(ptr == NULL){ + GJerror("malloc/realloc error"); + exit(0); + } +} + +/* set a string to blanks and add terminating nul */ +char *GJstrblank(char *string,int len) + +{ + --len; + string[len] = '\0'; + --len; + while(len > -1){ + string[len] = ' '; + --len; + } + return string; +} + +/* Initialise an unsigned char array */ +void GJUCinit(unsigned char **array,int i,int j,unsigned char val) +{ + int k,l; + + for(k=0;k0){ + token[i] = '\0'; + return token; + } + } +/* GJerror("End of File Encountered");*/ + GJfree(token); + return NULL; +} + +struct tokens *GJgettokens(const char *delims, char *buff) +/* This splits a buffer into tokens at each position defined by delims.*/ +/* The structure returned contains the number of tokens and the */ +/* tokens themselves as a char ** array */ +{ + char *token; + struct tokens *tok; + + token = strtok(buff,delims); + if(token == NULL) return NULL; + + tok = (struct tokens *) GJmalloc(sizeof(struct tokens)); + tok->ntok = 0; + tok->tok = (char **) GJmalloc(sizeof(char *)); + tok->tok[0] = GJstrdup(token); + ++tok->ntok; + while((token = strtok(NULL,delims)) != NULL) { + tok->tok = (char **) GJrealloc(tok->tok,sizeof(char *) * (tok->ntok+1)); + tok->tok[tok->ntok] = GJstrdup(token); + ++tok->ntok; + } + + return tok; +} + +void GJfreetokens(struct tokens *tok) +/* frees a tokens structure */ + +{ + int i; + for(i=0;intok;++i) { + GJfree(tok->tok[i]); + } + GJfree(tok->tok); + GJfree(tok); + tok = NULL; /* add this to avoid odd pointer 27/6/1997*/ +} + +char * GJtoktostr(struct tokens *tok,char delim,int s, int e) + +/* + returns a string with the tokens between s and e inclusive written to + it separated by delim + the tok structure is unmodified. +*/ + +{ + int n, i, j,k; + char *ret_val; + + n = 0; + + + if(s < 0 || s >= tok->ntok) s = 0; + if(e < 0 || e >= tok->ntok) e = tok->ntok - 1; + + for(i=s;i<=e;++i){ + n += strlen(tok->tok[i]); + ++n; + } + + ret_val = (char *) GJmalloc(sizeof(char) * n); + j = 0; + for(i=s;i<=e;++i){ + for(k=0;ktok[i]);++k){ + ret_val[j] = tok->tok[i][k]; + ++j; + } + ret_val[j++] = delim; + } + ret_val[n-1] = '\0'; + return ret_val; +} + +/* +void GJ_start_clock() +{ + extern clock_t start_time, end_time,initial_time,final_time; + start_time = clock(); + initial_time = start_time; +} + +void GJ_stop_clock(FILE *fp) +{ + extern clock_t start_time, end_time,initial_time,final_time; + end_time = clock(); + fprintf(fp,"CPU time: %f seconds\n", + ((float) (end_time - start_time))/CLOCKS_PER_SEC); +} +*/ + + +void GJ_start_clock(void) +{ + GJ_init_times(); +} + +void GJ_stop_clock(FILE *fp) +{ + GJ_show_times(fp,3); + GJ_reset_times(); +} + + +void GJindexx(int *arrin,int n,int *indx) + /* indexed heap sort - adapted from the NR routine indexx. + inarr is an integer array to sort, + indx is the returned index array + */ +{ + int l,j,ir,indxt,i; + float q; + + for (j=1;j<=n;j++) indx[j]=j; + l=(n >> 1) + 1; + ir=n; + for (;;) { + if (l > 1) + q=arrin[(indxt=indx[--l])]; + else { + q=arrin[(indxt=indx[ir])]; + indx[ir]=indx[1]; + if (--ir == 1) { + indx[1]=indxt; + return; + } + } + i=l; + j=l << 1; + while (j <= ir) { + if (j < ir && arrin[indx[j]] < arrin[indx[j+1]]) j++; + if (q < arrin[indx[j]]) { + indx[i]=indx[j]; + j += (i=j); + } + else j=ir+1; + } + indx[i]=indxt; + } +} + + + +void GJpline(FILE *fp,char c,int n) +/* print n copies of c to fp terminated by newline */ +{ + int i; + for(i=0;i n){ + for(i=0;i imax) imax = ivec[i]; + if(ivec[i] < imin) imin = ivec[i]; + } + + ret_val = (IRANGE *) GJmalloc(sizeof(IRANGE)); + ret_val->min = imin; + ret_val->max = imax; + + return ret_val; +} + +/* + +$Id: gjutil.c,v 1.1.1.1 1999/07/09 13:34:10 geoff Exp $ + +$Log: gjutil.c,v $ +Revision 1.1.1.1 1999/07/09 13:34:10 geoff +Import alscript 2_07 with the cygwin executables. + +Revision 1.9 1999/07/09 13:34:10 geoff +modified these as a test + +Revision 1.8 1998/08/11 15:38:50 geoff +Modified the copyright notice to reflect the new +ownership of this software. + +Revision 1.7 1997/06/29 00:43:57 gjb +Changes to add sysinfo calls and test of license reading routines + +Revision 1.6 1997/06/27 16:42:41 gjb +Add trlic.c test.lic and clean up gjutil.c + +Revision 1.5 1997/06/27 07:17:31 gjb +Added rlic.c linfo.h and +changes to gjutil.c to give better support for +token manipulation + +Revision 1.4 1997/05/12 11:10:53 gjb +Re-added gjutil.c and gjutil.h to repository +after deleting them + +Revision 1.2 1997/05/12 10:47:52 gjb +Modified CVS header and log position + +*/ diff --git a/sources/alscript/gjutil/gjutil.h b/sources/alscript/gjutil/gjutil.h new file mode 100644 index 0000000..f22d241 --- /dev/null +++ b/sources/alscript/gjutil/gjutil.h @@ -0,0 +1,109 @@ +#ifndef GJ_UTIL_H +#define GJ_UTIL_H + +/* +$Id: gjutil.h,v 1.1.1.1 1997/06/27 07:17:32 geoff Exp $ +*/ + +#include + + +typedef int GJ_LIM; /* type for limits - e.g. max buffer length */ +typedef int GJ_PEN; /* type for gap penalties */ +typedef int GJ_FLG; /* Flag type - usually just 1 or 0 */ +typedef float GJ_FLOAT; /* Single precision floating point type */ +typedef double GJ_DBL; /* a double precision floating point type */ +typedef int GJ_S_COUNT; /* small counter */ +typedef long GJ_L_COUNT; /* long counter */ + +typedef struct { /* structure to hold a filename and */ + char *name; /* associated handle */ + FILE *handle; +} GJFILE; + +struct tokens { /* structure to hold tokens parsed from */ + int ntok; /* string with strtok */ + char **tok; +}; + +typedef struct { + int min; + int max; +} IRANGE; + +#define STD_FILES extern FILE *std_in,*std_out,*std_err + +/* utility.h function definitions */ + +void *GJmalloc(size_t); +void *GJrealloc(void *,size_t); +void *GJmallocNQ(size_t); +void *GJreallocNQ(void *,size_t); +void GJfree(void *); +void GJerror(const char *); +char *GJstrdup(const char *); +char *GJstoupper(const char *); +char *GJstolower(const char *); +char *GJstoup(char *); +char *GJstolo(char *); + +FILE *GJfopen(const char *, const char *,int); +int GJfclose(FILE *,int); +GJFILE *GJfilemake(const char *name,const char *type,int action); +GJFILE *GJfilerename(GJFILE *ret_val, const char *name); +GJFILE *GJfileclose(GJFILE *ret_val,int action); +GJFILE *GJfileopen(GJFILE *ret_val,const char *type,int action); +GJFILE *GJfileclean(GJFILE *fval,int action); +void GJinitfile(void); + +char *GJfnonnull(char *); +char *GJstrappend(char *,char *); +char *GJremovechar(char *,char); +char *GJremovechar2(char *string,char c); +char *GJstrcreate(size_t, char *); +char *GJstrlocate(char *,char *); +char *GJsubchar(char *,char,char); +char *GJstrtok(char *,const char *); +void error(const char *, int); +unsigned char **uchararr(int,int); +void ucharfree(unsigned char **array,int i); +signed char **chararr(int,int); +void GJCinit(signed char **,int ,int ,char ); +void mcheck(void *, char *); +char *GJstrblank(char *, int); +void GJUCinit(unsigned char **,int ,int ,unsigned char ); +char *GJcat(int N,...); +struct tokens *GJgettokens(const char *delims, char *buff); +void GJfreetokens(struct tokens *tok); +char * GJtoktostr(struct tokens *tok, char delim, int s, int e); +void GJ_start_clock(void); +void GJ_stop_clock(FILE *fp); +char *GJstrrename(char *old,const char *new); +void GJindexx(int *arrin,int n,int *indx); + +void GJpline(FILE *fp,char c,int n); +char *GJlocaltime(void); +void GJpstring(FILE *fp,char *s,int n); + +IRANGE *irange(int *ivec, int n); + +/* +$Log: gjutil.h,v $ +Revision 1.1.1.1 1997/06/27 07:17:32 geoff +Import alscript 2_07 with the cygwin executables. + +Revision 1.5 1997/06/27 07:17:32 gjb +Added rlic.c linfo.h and +changes to gjutil.c to give better support for +token manipulation + +Revision 1.4 1997/05/12 11:10:54 gjb +Re-added gjutil.c and gjutil.h to repository +after deleting them + +Revision 1.2 1997/05/12 10:47:52 gjb +Modified CVS header and log position + +*/ +#endif /* GJ_UTIL_H */ + diff --git a/sources/alscript/src/.pure b/sources/alscript/src/.pure new file mode 100755 index 0000000..e69de29 diff --git a/sources/alscript/src/agetbloc.c b/sources/alscript/src/agetbloc.c new file mode 100644 index 0000000..b3bea0e --- /dev/null +++ b/sources/alscript/src/agetbloc.c @@ -0,0 +1,135 @@ +/**************************************************************************** + + AGETBLOC - a routine to read an AMPS block file + + Copyright: Geoffrey J. Barton (1992,1997) + + email: geoff@ebi.ac.uk + + Please see README for conditions of use. + +**************************************************************************** + +History: + +15th November 1992 - ANSI C version - also uses GJ... routines. +This version adapted with error messages for alscript. + +11th June 1992. +Agetbloc: like getbloc, but does not require that every character read into +the seqs structure is an alphabetic character. Also does not contain the +option to convert the "sequences" read in into integer format + +getbloc: Read an AMPS style block file into the seqs array +the nbloc aligned sequences are stored in positions 1-nbloc. + +This is a straight-ish translation of the fortran routine fbloc.f, hence +the non-C like goto's... + +Sequence lengths are actual length +1 + 1. This allows position 0 to +be reserved for future use, and preserves the '\0' for output. + +18/Feb/1993:Fix (i) to (i+1) in realloc. Spotted by RBR. + + $Id: agetbloc.c,v 1.2 1998/09/17 16:54:58 geoff Exp $ + $Log: agetbloc.c,v $ + Revision 1.2 1998/09/17 16:54:58 geoff + Check consistency with archive + + +*/ + +#include +#include +#include +#include +#include "array.h" +#include "gjutil.h" + + +int Agetbloc(FILE *bfile,struct seqdat *bloc,int *nbloc) + +{ + int i,llen; + extern int MAXnseq, MAXslen, MAXilen, MAXtlen, MAXnbloc; + char *buff; + extern FILE *std_in,*std_out,*std_err; + + char *idstart, *idend, *bstart, sident = 0; + int idlen,totseq = 0,k,j; + + buff = (char *) GJmalloc(sizeof(char) * MAXtlen); + +l1: + buff = fgets(buff,MAXtlen,bfile); + if(buff == NULL){ + fprintf(std_err,"Premature end of BLOCK FILE\n"); + return 0; + } + if((idstart = strchr(buff,'>')) != NULL){ + if(++totseq == MAXnbloc){ + fprintf(std_err, + "Max Number of block file sequences exceeded: %d\n", + totseq); + fprintf(std_err,"Use MAX_NSEQ command to increase value"); + return 0; + } + sident = 1; + idend = strchr(idstart,' '); + if(idend == NULL){ + idend = strchr(idstart,'\0'); + } + if(idend == NULL){ + fprintf(std_err,"Error reading identifier:%s\n",idstart); + error("Exiting",1); + } + idlen = (idend - idstart) + 1; + bloc[totseq].id = (char *) malloc(sizeof(char) * idlen); + bloc[totseq].id = GJstrblank(bloc[totseq].id,idlen); + strncpy(bloc[totseq].id,idstart+1,idlen-1); /* don't copy the ">" symbol */ + bloc[totseq].ilen = idlen-1; + bloc[totseq].id[idlen-1] = '\0'; + + bloc[totseq].tlen = strlen(idend)+1; + bloc[totseq].title = (char *) GJmalloc(sizeof(char) * bloc[totseq].tlen); + bloc[totseq].title = GJstrblank(bloc[totseq].title,bloc[totseq].tlen); + strcpy(bloc[totseq].title,idend); + + bloc[totseq].seq = (char *) GJmalloc(sizeof(char) * MAXslen); + bloc[totseq].seq[0] = ' '; + goto l1; + } else if(sident){ + if((idstart = strchr(buff,'*')) != NULL){ + i = 0; + while((buff = fgets(buff,MAXtlen,bfile)) != NULL){ + if(*idstart == '*'){ +/* fprintf(stdout,"Blocfile read: Length: %d\n",i);*/ + ++i; + for(k=1;k +#include +#include +#include "array.h" +#include "gjutil.h" +#include "version.h" + +/**************************************************************************** + + ALPS - Main routines for ALSCRIPT alignment formatting tool + + Copyright: Geoffrey J. Barton (1992,1993,1997) + + email: geoff@ebi.ac.uk + +All use of this program must cite: Barton, G. J. (1993), ALSCRIPT: A Tool to +Format Multiple Sequence Alignments, Protein Engineering, Volume 6, No. 1, +pp. 37-40. + + Please see README file for details of limitations of use. + + $Id: alps.c,v 1.3 1998/09/17 17:34:26 geoff Exp $ + $Log: alps.c,v $ + Revision 1.3 1998/09/17 17:34:26 geoff + Add the new README file and the LICENSE and RELEASE_NOTES + + Revision 1.2 1998/09/17 16:54:58 geoff + Check consistency with archive + + +**************************************************************************** + + Main routine for ALSCRIPT - formally called ALPS + + alps: 11th June 1992. + Author: G. J. Barton + + This file contains a set of subroutines that provide for flexible +formatting of multiple sequence alignments in PostScript at +publication quality. + +11-18th June 1992: + +1. Modified getbloc.c to Agetbloc.c. Agetbloc reads all characters +(ie not just legal amino acid codes) from an AMPS blocfile format +multiple alignment file. + +2. Wrote basic page scaling features to allow arbitrary page +dimensions to be defined and to allow all x,y locations to be defined +in terms of characters of the chosen pointsize. The number of +residues per line and hence number of pages is determined by the +pointsize. The page is divided into four areas. (a) The main region +for plotting out the amino acid sequences. (b) A region to the left of +a for plotting sequence identifier codes - the width of this region is +set by variable Cidwidth. (c) A region above region a, and (d) a +region below a. Regions c and d are initially set to zero size. +Routine ALReserveSpace() allows a selected number of lines to be +reserved above or below for plotting. + +3. Routines ALOutID and ALOutSeq written and multi-page plotting of +the sequences sorted out. Still limited to one page in the vertical +direction - toyed with the idea of writing single page PostScript and +using PostScript to modify clipping boundaries like in the Poster demo +program in the CookBook. + +4. Experiment with simple boxing facility - ALDrawSimpleBox(). This +routine is incompatible with multi-page output since page breaks are +unpredictable. + +5. Develop sophisticated (!) boxing facility - defines boxes in terms +of TOP BOTTOM LEFT and RIGHT lines that may be defined around each +character routine ALLineRes() implements this feature. The details of +TOP etc for each character are stored in the unsigned char array +"lines". This uses the rightmost four bits to encode LEFT RIGHT etc. +Thus a line to the LEFT line is coded by decimal 1 (0001 binary), a +full box by decimal 15 (1111 binary). ALBoxRes and ALBoxRegion +written to allow boxing of arbitrary regions. + +6. The y coordinate sent to the low level ALLineRes routine +refers directly to the index to the lines array. If you want to work in +residue coordinate space, you need to flip the y coordinate before +writing to the lines array (also the fill array). Routines ALSurroundChars +and ALFillChars do this directly. Routines ALBoxRegion and ALFilRegion +make use of the Yindx array which does the flip in a much cleaner and more +elegant way. If I'd thought of it at the +time, I would have used this in ALSurroundChars and ALFillChars as well! + +7. Now add capability to split alignments vertically as well as horizontally. +There is now no limit on pointsize or number/length of sequences +(in principle!). Next move on the page layout front will be to allow +multiple blocks on a single page - this would permit alignments of a +few sequences, or small fonts to make better use of paper! + +8. We now have most of the subroutines working OK. So time to tidy up the +input. Add simple command parser to main programme - this is in two steps, +step 1 reads the basic page layout commands, step 2 reads the boxing/shading +font changing commands - Oh yes, added the font changing option as well. + +Current commands as follows: +Commands are delimited by space, comma, or tab. Newline signals the end of a +command. Unless otherwise stated, units are in characters of the default pointsize. +For a full list see the file "alscript.doc". + +step 1 commands: + +BLOCK_FILE %The name of the alignment file to format +OUTPUT_FILE %must have this near the beginning +LANDSCAPE %Longest side horizontal +PORTRAIT % vertical +POINTSIZE %Pointsize for page calculations and character spacing/default size. +IDENT_WIDTH %Width allocated to identifiers. +NUMBER_SEQS 1 || 0 %1=number identifiers, 0= no numbers (default). +DEFINE_FONT %define a font to be referred to as font number. +e.g. + DEFINE_FONT 0 Helvetica 10 %font 0 is Helvetica at 10 point + DEFINE_FONT 4 Times-Roman DEFAULT %font 4 is Times-Roman at the default pointsize. +SETUP %signals end of step 1 commands. + +step 2 commands: + +RESERVE_SPACE_TOP %make space at the top of the alignment +RESERVE_SPACE_BOTTOM % bottom DOES NOT WORK. +SURROUND_CHARS + %surround (box) the characters chars within the ranges specified +e.g. + SURROUND_CHARS PG 1 7 20 12 %surround P and G characters from residues 1 to 20 of sequences 7 to 12. + SURROUND_CHARS DEKHR ALL %surround D and E and K and R characters for the whole alignment. + +SHADE_CHARS + %similar syntax to SURROUND_CHARS with the addition of a grey value + % 0 = black, 1 = white. Note that shading is done before outputing the + % alignment. +e.g. + SHADE_CHARS PG 1 7 20 12 0.5 % shade P and G in the range shown with a grey value of 0.5 + SHADE_CHARS ILV ALL 0 % shade all I and L and V in black. + +FONT_CHARS + %same syntax as SHADE_CHARS, only give the font number in place of grey. + %font numbers must first be defined with the DEFINE_FONT command above. +FONT_RESIDUE sx sy font %allows setting of font for one residue (use with TEXT command) + +BOX_REGION + %draw a rectangular box around the characters within the defined range. +SHADE_REGION + %shade the region by the chosed grey value. + +9. Add option to place arbitrary text string at a character location. +e.g + TEXT 1 7 "SIGNAL PEPTIDE" %puts this text at sequence position 1 7. + %to change fonts use the FONT_RESIDUE or FONT_REGION commands. +10. Add option to change fonts of identifiers. +ID_FONT +e.g. + ID_FONT 3 1 %sets font to 1 for sequence identifier 3 + ID_FONT ALL 7 %uses font 7 for all identifiers + +19th June 1992: +Still fiddling - must get back to some real work soon. +Split alps away from the scanps program. Now have a separate main() for the routine. + +Add options to redefine all defaults: e.g. MAXslen (maximum sequence +length etc.) Add arbitrary line drawing options: eg. LINE TOP 20 15 50 +draws a line along the top of the characters from residue 20 to 50 or +sequence 15. Think about adding the option to change line thickness at +different parts of the plot. Decide not to implement that option right +now. Add option to include dummy sequences (ADD_SEQ) + +Check the programme compiles on the 386 PC. It does! +Write documentation and brief report of the programme. + +22nd June 1992: Get back to some real work! + +19th October: Add SILENT_MODE Command and carriage returns to all .PS print statements. +21st October: Add VERTICAL_SPACING command and ability to output multiple blocks per page. +15th November: Add pipe options to alscript.c Tidy up file handling. + +6th December: Add Colour options. +18th Jan 1993: Tidy up citations: modify Inverse chars to allow reversion. +1 March 1993: Fix bug in colour option. Pass use_colour to ALDrawLines routine to + specify black for line colour. Previously, this was drawn in white + if coloured shading had been specified on the same characters. +2 March 1993: Fix bug in colour option to output identifiers in black, not white! +9 March 1993: Add NO_NUMBERS option to avoid printing residue numbers. +24 March 1993: Add mask features. + +11 March 1994: At PERI - Add special text features - preliminary version only. + This permits strands and helices to be plotted as cylinders and arrows. + Special text features also permit triangles and circles etc etc. through + use of text command. + +23 May 1995: Numerous changes and additions over the last year - these +include the option to colour backgrounds differently, ommission of +idents on second and subsequent lines, helix, strand and other special +characters, relative numbering, error checking of ranges on input, +bounding box, screening, conservation colouring... + + +*/ + +#define TOKENS "\" ,\n\t" /* standard command token delimiters */ +#define POINT 72 /* Work in points throughout */ +#define C_ID_WIDTH 10 /* Default width for writing id's (in characters) */ +#define DEF_POINTSIZE 10.0 +#define X_OFFSET 40 /* offset for bottom lh corner of page (points) */ +#define Y_OFFSET 30 +#define DEF_YPOS 0 /* default first printinf position (character units) */ +#define LINE_WIDTH_FACTOR 0.05 /* Multiply pointsize by this to get linewidth */ +#define MAX_ADD_SEQ 10 /* Maximum number of ADD_SEQ commands allowed */ + +/*#define MAX_S 10.5 max and min page side in inches */ +/*#define MIN_S 6.5 */ +/*#define MAXSIDE (MAX_S * POINT) Default Max and min dimensions of paper */ +/*#define MINSIDE (MIN_S * POINT) */ + +#define SCREENSIZE 120 /* define default size for screen */ + + +int width = 0; /* max width and height of drawing area */ +int height = 0; +char *tokens = TOKENS; + +float MAXside = 10.5 * POINT; /* values to hold Max and min page side in points */ +float MINside = 6.5 * POINT; + +int xoff = X_OFFSET; +int yoff = Y_OFFSET; + +int Cidwidth = C_ID_WIDTH; /* width of id region in characters (left of sequence block)*/ +int Cseqwidth; /* width of sequence region in characters */ +int Cwidth; /* width/height of page in characters */ +int Cheight; +int Xspace; /* spacing between characters in X */ +int Yspace; /* spacing between characters in Y */ +float XspaceFactor = 0.2; /* extra bit to add to horizontal character spacing */ +float YspaceFactor = 0.0; /* extra bit to add to vertical character spacing */ +float XshiftFactor = 0.12; /* *pointsize gives the shift for vertical lines */ +float YshiftFactor = 0.12; /* horizontal lines */ + +int CseqTop = 0; +int CseqVoffset = 0; /* vertical offset for sequence block (characters)*/ +int CtopSpace =0; /* extra space above sequence block (characters) */ +int CbottomSpace = 0; /* " " below " " " */ +int Csheet = 1; /* number of vertical splits in sequence block */ + +int TVspace = 0; /* total vertical space reserved (characters)*/ + +float Xshift = 0; /* offsets for drawing box lines */ +float Yshift = 0; +float LineWidthFactor = LINE_WIDTH_FACTOR; + +float pointsize = DEF_POINTSIZE; +int npage; + +int Vspacing = 0; /* vertical spacing in characters between blocks on a page */ + + +enum Orientations{ + LANDSCAPE, + PORTRAIT +}; + +enum Spaces{ + TOP, + BOTTOM +}; + +struct addseq { + int pos; + int num; +}; + +/* bit masks for the lines array */ +unsigned char LINE_LEFT = 1; /* mask for line at left of char */ +unsigned char LINE_RIGHT= 2; /* right */ +unsigned char LINE_TOP = 4; /* top */ +unsigned char LINE_BOTTOM=8; /* bottom */ + +void ALOutId(struct seqdat *,int,unsigned char *colour, + unsigned char *,int,int,int,int, FILE *); +void ALOutSeq(struct seqdat *,unsigned char **, + char ***, + unsigned char **,int ,unsigned char **, + unsigned char **text_colour, + unsigned char background_colour, + int ,int ,int ,int ,FILE *); +void PSPutText(int,int,char *,FILE *); +void PSPutChar(int,int,char,FILE *); +void PSShowPage(FILE *); +void ALSetFont(char *,int,FILE *); +void ALCheckSinglePage(int ,int ,int ); +void ALSetPageLimits(void); +void PSSetOrientation(int, FILE *); +void PSPreamble(FILE *,int, int*, int screensize); +void PSLandscape(FILE *); +void PSPortrait(FILE *); +void PSSetupPage(int,int,FILE *); +void ALReserveSpace(int, int); +void ALReportInfo(int, FILE *); +char **ALCreateNumbers(int,int,int,int); +char *ALCreateTicks(int,int,int); +void ALOutTicks(char *,int,int,int,int,FILE *); +void ALOutNumbers(char **,int,int,int,int,FILE *); +void PSDrawBox(float,float,float,float,float,FILE *); +void ALSimpleBox(int,int,int,int,float,FILE *); +void PSline(float,float,float,float,FILE *); +void ALLineChar(unsigned char **,int,int,unsigned char); +void ALLineRes(unsigned char **,int,int,unsigned char); +void ALDrawLines(unsigned char **,int, + unsigned char **left_line_colour, + unsigned char **right_line_colour, + unsigned char **top_line_colour, + unsigned char **bottom_line_colour, + int,int,int,int,int,int,FILE *); +void ALBoxRes(unsigned char **,int,int); +void ALDrawFills(signed char **,int ,unsigned char **, + int,int ,int,int ,int ,int, FILE *); +void ALFilRes(signed char **,int,int,float); +void ALBoxRegion(unsigned char **,int,int,int,int,int *); +void ALFilRegion(signed char **,int ,int,int,int , int *,float); +void ALSurroundChars(struct seqdat *,unsigned char **,int,int,int,int,int,char *); +void ALShadeChars(struct seqdat *,signed char **, + int ,int,int,int,int,char *,float); +void ALDefineFont(int,char *,float,FILE *); +void echo(char *); +void ALGetFourInt(int *,int *,int *,int *); +void ALGetThreeInt(int *,int *,int *); +void ALGetTwoInt(int *,int *); +void ALFontChars(struct seqdat *,unsigned char **, + int,int,int,int,char *,unsigned char); +void ALFontRegion(unsigned char **,int,int,int,int,unsigned char); +void PSSetFont(unsigned char,FILE *); +void ALDoLine(unsigned char **,int,int,int,int,int *); +void ALSubChars(struct seqdat *,int,int,int,int,char,char); +char ALChekSpace(const char *); +void PSSetGrey(float,FILE *); +void ALInverseChars(struct seqdat *,unsigned char **,int,int,int,int,char *); +int Agetbloc(FILE *,struct seqdat *,int *); +void ALDefineColour(int,char *coltype, float,float,float,FILE *); +void ALSColChars(struct seqdat *,unsigned char **, + int,int,int,int,int,char *,unsigned char); +void ALColourChars(struct seqdat *,unsigned char **, + int ,int,int,int,char *,unsigned char); +void ALColRes(unsigned char **,int ,int , int ); +void PSSetColour(unsigned char,FILE *); +void ALColRegion(unsigned char **,int,int,int,int,int *,unsigned char); +void ALColRRegion(unsigned char **,int,int,int,int,unsigned char); +void ckdd(struct seqdat *, int); +int Ifound(struct seqdat *,int,int,char *,int); +void ALSColMask(unsigned char **,unsigned char **, + int, int, int, int,int, unsigned char); +void ALInverseMask(unsigned char **,unsigned char **,int, int, int, int); +void ALFontMask(unsigned char **,unsigned char **,int, int, int, int,unsigned char); +void ALShadeMask(unsigned char **,signed char **,int,int,int,int,int *, float); +void ALGetAllRange(int *, int *, int *, int *,int ,int ); +void ALid_mask(unsigned char **,struct seqdat *,int, int, int, int, int, char *, char *); +void ALfre_mask(unsigned char **mask,struct seqdat *,int, int, int, int, char *, char *); +int Ifound(struct seqdat *,int,int,char *,int); +void ALagree_mask(unsigned char **,struct seqdat *,int,int,int,int,int); +void ALnot_mask(unsigned char **,int, int, int, int); +void ALsub_mask(unsigned char **,struct seqdat *,int, int, int, int, char); +void ALMask(unsigned char **,int, int, int, int); +void ALConsMask(unsigned char **mask, +int sx,int sy,int ex,int ey,int *consval,int conscut); +void ALColourMask(unsigned char **,unsigned char **,int,int,int,int,unsigned char); +void ALSurroundMask(unsigned char **,struct seqdat *,unsigned char **,int,int,int,int,int); +int save_pir(struct seqdat *,int,FILE *); +void ALDrawHorizLine( + float Xpos, /* bottom left hand corner of character posn */ + float Ypos, /* */ + float Xspace, /* horizontal width of character position */ + float Yspace, /* vertical height of character position */ + float width_fac,FILE *outf); /* proportion of vertical height that the line will fill */ +void ALDrawRightArrow(float Xpos,float Ypos, float Xspace, + float Yspace, float width_fac,FILE *outf); +void ALDrawLeftArrow(float Xpos,float Ypos, float Xspace, + float Yspace, float width_fac,FILE *outf); +void ALDrawUpArrow(float Xpos,float Ypos, float Xspace, + float Yspace, float width_fac,FILE *outf); +void ALDrawDownArrow(float Xpos,float Ypos, float Xspace, + float Yspace, float width_fac,FILE *outf); +void ALDrawCircle(float Xpos,float Ypos, float Xspace, + float Yspace, float width_fac,FILE *outf); +void ALDrawPseudoEllipse(float Xpos,float Ypos, float Xspace, + float Yspace, float width_fac, + FILE *outf); +void ALDrawLeftSemiEnd(float Xpos,float Ypos, float Xspace, + float Yspace, float width_fac,FILE *outf); +void ALDrawRightSemiEnd(float Xpos,float Ypos, float Xspace, + float Yspace, float width_fac,FILE *outf); +void ALDrawRightHalfHorizLine(float Xpos,float Ypos,float Xspace, + float Yspace,float width_fac,FILE *outf); +void ALDrawLeftHalfHorizLine(float Xpos,float Ypos,float Xspace,float + Yspace,float width_fac,FILE *outf); +void PSmoveto(float x,float y,FILE *outf); +void PSlineto(float x,float y,FILE *outf); +void PSPutSpecialText(float Xpos,float Ypos,float Xspace, + float Yspace,char *text,unsigned char current_col, + unsigned char background_colour, + float YspaceFactor,FILE *outf); +void PSstroke(FILE *outf); +void PSnewpath(FILE *outf); +void ALColourBackground(FILE *outf,int colour,int *background_region); +void ALCheckLegalRange(int sx,int sy, int ex, int ey, int xmin, int ymin, int xmax, int ymax); +void ALMakeCoilText(int sx, int sy, int ex, char ***texts); +void ALMakeStrandText(int sx, int sy, int ex, char ***texts); +void ALMakeHelixText(int sx, int sy, int ex, char ***texts); +int ALrel(char *pos,int *relnum); +int GJindex(char *str,char c); +float mzcons(unsigned char *pos,int n); +int *ALCalCons(struct seqdat *bloc, + int sx,int sy,int ex,int ey,int *ret_val,int len); +int save_msf(struct seqdat *bloc,int nseq,FILE *msff); + +int alps(char *command_file,int silent, int pipe, int singlepage) +{ + FILE *cf,*inf,*outf,*pirf,*msff; + char *buff; + char *token; + char *charstring; + struct seqdat *bloc; + struct seqdat *temp; + int orientation; + extern int MAXtlen,MAXnbloc; + extern int MAXilen,precis,MAXslen; + int nseq; + int start_aa; + int start_seq; + int i,j,k; + int totalpage; + char **numbers; + char *ticks; + unsigned char **lines; +#ifdef VAX + char **fills; +#else + signed char **fills; +#endif + unsigned char **fonts; + unsigned char *idfonts; + unsigned char **inverse; + char ***texts; + int *Yindx; + int number_seqs = 0; + + int Xtemp,Ytemp; + int sx,sy,ex,ey; + + int fnum; + char *fname; + float fpoint; + int rowsiz; + + char oldchar,newchar; + + struct seqdat *addbloc; + struct addseq *adds; + int nadds; + int natot; + int l; + int do_ticks = 0; + int number_int = 10; + int pirsave = 0; + int msfsave = 0; + + int nbp,nspage; /*counter and total for number of blocks per page */ + int lastY; + int nbpage; + + /* bounding_box - allows explicit fiddling with the bounding_box */ + int *bounding_box; + + /* colours */ + float red,green,blue; + unsigned char **s_colour; /*colour number for shading */ + unsigned char **c_colour; /*colour number for characters */ + /* new 4th Oct 1994 */ + unsigned char *id_colour; /*colour for identifiers */ + unsigned char **left_line_colour; /*colours for lines */ + unsigned char **right_line_colour; + unsigned char **top_line_colour; + unsigned char **bottom_line_colour; + unsigned char **text_colour; /*colour for text */ + char *colname; + + int background_colour = 99; /*set background to white */ + int *background_region; /* use this to set the region for background colouring */ + + int number_colour = 100; /* colour for numbers along top of plot */ + /* end new */ + char *tstring; + + int use_colour; /* flag set if the define_colour command is seen */ + int res_numbers; + + int msl; + + /* min and max ranges in the sequence alignment */ + int xmin, ymin, xmax, ymax; + + /* masking variables */ + unsigned char **mask; + char *illegal; + char *legal; + int id_cut; + + /* screen size variable - for printer screen */ + int screensize = SCREENSIZE; + + /* set up relative numbering - allows commands to follow + a specific sequence numbering + firstres defines the number of the first residue */ + int relative_seq = 0; + int firstres = 0; + int i1; + int *relnum; + /* temp relnum */ + int *trelnum; + + /* flag for idents */ + int id_only_on_first = 0; + int tempCseqwidth; + int tempCidwidth; + + /* conservation values */ + int *consval; /* array */ + int conscut; /* cutoff */ + + /* counter for add_seq errors */ + int adderr; + + /* file streams */ + extern FILE *std_in, *std_out, *std_err; + + /* By default read and write to stdin and stdout */ + outf = std_out; + inf = std_in; + + + /* default is no colour */ + use_colour = 0; + + /* if set, residue numbers are output */ + res_numbers = 1; + + + + /* set the bounding box to default values for portrait A4*/ + bounding_box = (int *) GJmalloc(sizeof(int) * 4); + bounding_box[0] = 0; + bounding_box[1] = 0; + bounding_box[2] = 590; + bounding_box[3] = 826; + + /* set the background colour region equal to the default bounding box */ + background_region = (int *) GJmalloc(sizeof(int) * 4); + background_region[0] = 0; + background_region[1] = 0; + background_region[2] = 590; + background_region[3] = 826; + + /* initialise the mask */ + mask = NULL; + illegal = NULL; + legal = NULL; + + adds = (struct addseq *) malloc(sizeof(struct addseq) * (MAX_ADD_SEQ+1)); + nadds = 0; + + + fname = (char *) malloc(sizeof(char)*MAXtlen); + + buff = (char *) malloc(MAXtlen * sizeof(char)); + if(buff == NULL)error("No Space for buff",1); + + if((cf = fopen(command_file,"r")) == NULL){ + error("Cannot open ALSCRIPT command file",0); + return 0; + } + + /* + This is a little inelegant at the moment - when I get the generalized + parser finished this could be cleaned up substantially + */ + + /* main loop to read commands */ + if(pipe){ + /* Alscript is being used as a pipe so write preamble to std_out */ + outf = std_out; + PSPreamble(outf,singlepage,bounding_box,screensize); + } + + if(!silent)fprintf(std_err,"Starting ALSCRIPT\n"); + + while(buff = fgets(buff,MAXtlen,cf)){ + if(!silent)echo(buff); + if(buff == NULL) continue; + token = strtok(buff,TOKENS); + if(token == NULL) continue; + token = GJstoup(token); + if(*token == '#'){ + if(!silent)echo("Comment\n"); + }else if(strcmp(token,"SILENT_MODE")==0){ + if(!silent){ + silent=1; + }else{ + silent=0; + } + }else if(strcmp(token,"MAX_INPUT_LEN")==0){ + if(!silent) fprintf(std_err,"Max input len was:\t%d\n",MAXtlen); + token = strtok(NULL,TOKENS); + MAXtlen = atoi(token); + if(!silent)fprintf(std_err,"Max input len now:\t%d\n",MAXtlen); + }else if(strcmp(token,"MAX_NSEQ")==0){ + if(!silent)fprintf(std_err,"Max No. of sequences was:\t%d\n",MAXnbloc); + token = strtok(NULL,TOKENS); + MAXnbloc = atoi(token); + MAXtlen = MAXnbloc; + fprintf(std_err,"Max No. of sequences now:\t%d\n",MAXnbloc); + }else if(strcmp(token,"MAX_ILEN")==0){ + if(!silent)fprintf(std_err,"Max Identifier length was:\t%d\n",MAXilen); + token = strtok(NULL,TOKENS); + MAXilen = atoi(token); + if(!silent)fprintf(std_err,"Max Identifier length now:\t%d\n",MAXilen); + }else if(strcmp(token,"PRECISION")==0){ + token = strtok(NULL,TOKENS); + precis = atoi(token); + }else if(strcmp(token,"MAX_SEQ_LEN")==0){ + if(!silent)fprintf(std_err,"Max Sequence Length was:\t%d\n",MAXslen); + token = strtok(NULL,TOKENS); + MAXslen = atoi(token); + if(!silent)fprintf(std_err,"Max Sequence Length now:\t%d\n",MAXslen); + }else if(strcmp(token,"X_OFFSET")==0){ + if(!silent)fprintf(std_err,"X offset was:\t%d\n",xoff); + token = strtok(NULL,TOKENS); + xoff = atoi(token); + if(!silent)fprintf(std_err,"X offset now:\t%d\n",xoff); + }else if(strcmp(token,"Y_OFFSET")==0){ + if(!silent)fprintf(std_err,"Y offset was:\t%d\n",yoff); + token = strtok(NULL,TOKENS); + yoff = atoi(token); + if(!silent)fprintf(std_err,"Y offset now:\t%d\n",yoff); + }else if(strcmp(token,"MAX_SIDE")==0){ + if(!silent)fprintf(std_err,"Longest page side was:\t%.2f inches\n",MAXside/POINT); + token = strtok(NULL,TOKENS); + MAXside = POINT * atof(token); + if(!silent)fprintf(std_err,"Longest page side now:\t%.2f inches\n",MAXside/POINT); + }else if(strcmp(token,"MIN_SIDE")==0){ + if(!silent)fprintf(std_err,"Shortest page side was:\t%.2f inches\n",MINside/POINT); + token = strtok(NULL,TOKENS); + MINside = POINT * atof(token); + if(!silent)fprintf(std_err,"Shortest page side now:\t%.2f inches\n",MINside/POINT); + }else if(strcmp(token,"LINE_WIDTH_FACTOR")==0){ + if(!silent)fprintf(std_err,"Line width multiplication factor was:\t%f\n",LineWidthFactor); + token = strtok(NULL,TOKENS); + LineWidthFactor = atof(token); + if(!silent)fprintf(std_err,"Line width multiplication factor now:\t%f\n",LineWidthFactor); + }else if(strcmp(token,"SCREENSIZE")==0){ + if(!silent)fprintf(std_err,"Screensize was:\t%d\n",screensize); + token = strtok(NULL,TOKENS); + screensize = atoi(token); + if(!silent)fprintf(std_err,"Screensize now:\t%d\n",screensize); + }else if(strcmp(token,"BLOCK_FILE") == 0){ + token = strtok(NULL,TOKENS); + if(!pipe){ + inf = fopen(token,"r"); + if(inf == NULL)error("Cannot open BLOCK_FILE\n",1); + } + }else if(strcmp(token,"OUTPUT_FILE")==0){ + token = strtok(NULL,TOKENS); + if(!pipe){ + outf = fopen(token,"w"); + if(outf == NULL)error("Cannot open OUTPUT_FILE\n",1); + PSPreamble(outf,singlepage,bounding_box,screensize); + } + }else if(strcmp(token,"PIR_SAVE")==0){ + token = strtok(NULL,TOKENS); + pirf = fopen(token,"w"); + if(pirf == NULL)error("Cannot open PIR_SAVE file\n",1); + pirsave = 1; + }else if(strcmp(token,"MSF_SAVE")==0){ + token = strtok(NULL,TOKENS); + msff = fopen(token,"w"); + if(msff == NULL)error("Cannot open MSF_SAVE file\n",1); + msfsave = 1; + }else if(strcmp(token,"LANDSCAPE")==0){ + orientation = LANDSCAPE; + }else if(strcmp(token,"PORTRAIT")==0){ + orientation = PORTRAIT; + + }else if(strcmp(token,"POINTSIZE")==0){ + token = strtok(NULL,TOKENS); + pointsize = atof(token); + }else if(strcmp(token,"IDENT_WIDTH")==0){ + token = strtok(NULL,TOKENS); + Cidwidth = atoi(token); + if(Cidwidth > MAXilen)error("INCREASE MAX_ID_LEN value",1); + }else if(strcmp(token,"NUMBER_SEQS")==0){ + number_seqs=1; + }else if(strcmp(token,"X_SPACE_FACTOR")==0){ + if(!silent)fprintf(std_err,"Was:\t%.2f\n",XspaceFactor); + token = strtok(NULL,TOKENS); + XspaceFactor = atof(token); + if(!silent)fprintf(std_err,"Now Is:\t%.2f\n",XspaceFactor); + }else if(strcmp(token,"Y_SPACE_FACTOR")==0){ + if(!silent)fprintf(std_err,"Was:\t%.2f\n",YspaceFactor); + token = strtok(NULL,TOKENS); + YspaceFactor = atof(token); + }else if(strcmp(token,"X_SHIFT_FACTOR")==0){ + if(!silent)fprintf(std_err,"Was:\t%.2f\n",XshiftFactor); + token = strtok(NULL,TOKENS); + XshiftFactor = atof(token); + if(!silent)fprintf(std_err,"Now Is:\t%.2f\n",XshiftFactor); + }else if(strcmp(token,"Y_SHIFT_FACTOR")==0){ + if(!silent)fprintf(std_err,"Was:\t%.2f\n",YshiftFactor); + token = strtok(NULL,TOKENS); + YshiftFactor = atof(token); + if(!silent)fprintf(std_err,"Now Is:\t%.2f\n",YshiftFactor); + }else if(strcmp(token,"VERTICAL_SPACING")==0){ + if(!silent)fprintf(std_err,"Was:\t%d\n",Vspacing); + token = strtok(NULL,TOKENS); + Vspacing = (int) atol(token); + if(!silent)fprintf(std_err,"Now Is:\t%d\n",Vspacing); + }else if(strcmp(token,"DEFINE_FONT")==0){ + token = strtok(NULL,TOKENS); + fnum = atoi(token); /* font number */ + token = strtok(NULL,TOKENS); /* font name */ + fname = strcpy(fname,token); + token = strtok(NULL,TOKENS); + if(strcmp(token,"DEFAULT")==0){ + fpoint = pointsize; + }else if(strcmp(token,"REL")==0){ + token = strtok(NULL,TOKENS); + fpoint = pointsize * atof(token); + }else{ + fpoint = atof(token); + } + ALDefineFont(fnum,fname,fpoint,outf); + }else if(strcmp(token,"DEFINE_COLOUR")==0 || strcmp(token,"DEFINE_COLOR")==0){ + /* new style + define_colour colour_name r g b */ + /* e.g. define_colour 1 1.0 1.0 1.0 + (same as before) + define_colour rgb red 1.0 0.0 0.0 7 + (define an rgb colour (red,green,blue),colour_number) + define_colour hsb red 1.0 0.0 0.0 9 + (define an hsb colour (hue,sat,bright),colour_number) + currently can use either hsb OR rgb, but not mix them + */ + use_colour = 1; + token = strtok(NULL,TOKENS); + tstring = GJstoupper(token); + if(strcmp(tstring,"RGB")==0 || strcmp(tstring,"HSB")==0){ + token = strtok(NULL,TOKENS); + colname = GJstrdup(token); + token = strtok(NULL,TOKENS); + red = atof(token); + token = strtok(NULL,TOKENS); + green = atof(token); + token = strtok(NULL,TOKENS); + blue = atof(token); + token = strtok(NULL,TOKENS); + fnum = atoi(token); + }else{ + fnum = atoi(token); /* colour number */ + token = strtok(NULL,TOKENS); + red = atof(token); + token = strtok(NULL,TOKENS); + green = atof(token); + token = strtok(NULL,TOKENS); + blue = atof(token); + + } + /* for now just ignore the colour name - we'll allow use of this later */ + ALDefineColour(fnum,tstring,red,green,blue,outf); + GJfree(tstring); + }else if(strcmp(token,"ADD_SEQ")==0){ + token = strtok(NULL,TOKENS); + adds[nadds].pos = atoi(token); + token = strtok(NULL,TOKENS); + adds[nadds].num = atoi(token); + ++nadds; + }else if(strcmp(token,"DO_TICKS")==0){ + do_ticks=1; + }else if(strcmp(token,"NUMBER_INT")==0){ + token = strtok(NULL,TOKENS); + number_int = atoi(token); + if(!silent)fprintf(std_err,"Sequence Numbering interval now:\t%d\n",number_int); + }else if(strcmp(token,"NO_NUMBERS")==0){ + res_numbers = 0; + }else if(strcmp(token,"NUMBER_COLOUR")==0){ + token = strtok(NULL,TOKENS); + number_colour = atoi(token); + }else if(strcmp(token,"SINGLE_PAGE")==0){ + /* if this is set, then alscript assumes a single page - + just adds a bounding box for now*/ + if(!silent)fprintf(std_err,"Single page was: %d\n",singlepage); + singlepage = 1; + if(!silent)fprintf(std_err,"Single page now: %d\n",singlepage); + }else if(strcmp(token,"BOUNDING_BOX")==0){ + ALGetFourInt(&bounding_box[0],&bounding_box[1], + &bounding_box[2],&bounding_box[3]); + if(!silent){ + fprintf(std_err,"Bounding box set to: %d %d %d %d\n", + bounding_box[0],bounding_box[1], + bounding_box[2],bounding_box[3]); + } + }else if(strcmp(token,"BACKGROUND_REGION") == 0){ + /* set the region of the background to colour */ + ALGetFourInt(&background_region[0],&background_region[1], + &background_region[2],&background_region[3]); + if(!silent){ + fprintf(std_err,"Background region set to: %d %d %d %d\n", + background_region[0],background_region[1], + background_region[2],background_region[3]); + } + }else if(strcmp(token,"ID_ONLY_ON_FIRST_LINE")==0){ + /* flag to indicate identifiers only on first line!*/ + id_only_on_first = 1; + }else if(strcmp(token,"BACKGROUND_COLOUR") ==0){ + /* set the colour for background defined by background_region */ + token = strtok(NULL,TOKENS); + background_colour = atoi(token); + }else if(strcmp(token,"SETUP")==0){ + if(!silent)fprintf(std_err,"Initial Commands read - Establishing basic settings\n"); + break; + }else{ + fprintf(std_err,"%s",buff); + error("Unrecognised Step 1 command",1); + + } + } + + if(outf == std_out){ + if(!silent)fprintf(std_err,"Output file undefined - will write to stdout\n"); + } + + + if(inf == std_in){ + if(!silent)fprintf(std_err,"Block file undefined - will read from stdin\n"); + } + + bloc = (struct seqdat *) malloc(sizeof(struct seqdat) * MAXnbloc); + mcheck((char *) bloc,"Cannot get space for bloc"); + if(!Agetbloc(inf,bloc,&nseq))error("Cannot read bloc file",1); + + ckdd(bloc,nseq); + + if(pirsave){ + if(!save_pir(bloc,nseq,pirf))error("Cannot write to pirf file",1); + exit(0); + } + + if(msfsave){ + if(!save_msf(bloc,nseq,msff))error("Cannot write to msf file",1); + exit(0); + } + + /* Initialise relnum to 1..n*/ + /* relnum = (int *) GJmalloc(sizeof(int) * MAXslen); */ + /* for(i=1;i nseq){ + ++adderr; + fprintf(std_err,"Error in ADD_SEQ request: %d %d\n",adds[i].pos,adds[i].num); + fprintf(std_err,"%d is greater than the number of sequences in the block file(%d)\n",adds[i].pos,nseq); + fprintf(std_err,"Please see the manual for help on using ADD_SEQ\n"); + } + } + if(adderr > 0){ + fprintf(std_err,"%d ADD_SEQ errors - exiting\n",adderr); + exit(-1); + } + + + if(nadds > 0){ + if(!silent)fprintf(std_err,"Making extra space for %d additions\n",nadds); + natot = 0; + for(i=0;i bloc[1].slen-1) ex = bloc[1].slen-1; + ALCheckLegalRange(relnum[sx],sy,relnum[ex],sy,xmin,ymin,xmax,ymax); + ALDoLine(lines,relnum[sx],sy,relnum[ex],LINE_TOP,Yindx); + }else if(strcmp(token,"BOTTOM")==0){ + ALGetThreeInt(&sx,&sy,&ex); + ALCheckLegalRange(relnum[sx],sy,relnum[ex],sy,xmin,ymin,xmax,ymax); + if(ex > bloc[1].slen-1) ex = bloc[1].slen-1; + ALDoLine(lines,relnum[sx],sy,relnum[ex],LINE_BOTTOM,Yindx); + }else if(strcmp(token,"LEFT")==0){ + ALGetThreeInt(&sx,&sy,&ey); + ALCheckLegalRange(relnum[sx],sy,relnum[sx],ey,xmin,ymin,xmax,ymax); + if(ey > nseq) ey = nseq; + ALDoLine(lines,relnum[sx],sy,ey,LINE_LEFT,Yindx); + }else if(strcmp(token,"RIGHT")==0){ + ALGetThreeInt(&sx,&sy,&ey); + ALCheckLegalRange(relnum[sx],sy,relnum[sx],ey,xmin,ymin,xmax,ymax); + if(ey > nseq) ey = nseq; + ALDoLine(lines,relnum[sx],sy,ey,LINE_RIGHT,Yindx); + }else{ + error("Illegal LINE command\n",1); + } + }else if(strcmp(token,"BOX_REGION")==0){ + ALGetAllRange(&sx,&sy,&ex,&ey,xmax,nseq); + ALCheckLegalRange(relnum[sx],sy,relnum[ex],ey,xmin,ymin,xmax,ymax); + ALBoxRegion(lines,relnum[sx],sy,relnum[ex],ey,Yindx); + }else if(strcmp(token,"SHADE_REGION")==0){ + ALGetAllRange(&sx,&sy,&ex,&ey,xmax,nseq); + ALCheckLegalRange(relnum[sx],sy,relnum[ex],ey,xmin,ymin,xmax,ymax); + token = strtok(NULL,TOKENS); + ALFilRegion(fills,relnum[sx],sy,relnum[ex],ey,Yindx,(float)atof(token)); + }else if(strcmp(token,"SHADE_RES")==0){ + ALGetTwoInt(&sx,&sy); + ALCheckLegalRange(relnum[sx],sy,relnum[sx],sy,xmin,ymin,xmax,ymax); + token = strtok(NULL,TOKENS); + ALFilRegion(fills,relnum[sx],sy,relnum[sx],sy,Yindx,(float)atof(token)); + }else if(strcmp(token,"COLOUR_REGION")==0 || strcmp(token,"COLOR_REGION")==0){ + if(!use_colour)error("You must use the DEFINE_COLOUR command first",1); + ALGetAllRange(&sx,&sy,&ex,&ey,xmax,nseq); + ALCheckLegalRange(relnum[sx],sy,relnum[ex],ey,xmin,ymin,xmax,ymax); + token = strtok(NULL,TOKENS); + ALColRegion(s_colour,relnum[sx],sy,relnum[ex],ey,Yindx,(unsigned char) atoi(token)); + }else if(strcmp(token,"COLOUR_TEXT_REGION")==0 || strcmp(token,"COLOR_TEXT_REGION")==0){ + if(!use_colour)error("You must use the DEFINE_COLOUR command first",1); + ALGetAllRange(&sx,&sy,&ex,&ey,xmax,nseq); + ALCheckLegalRange(relnum[sx],sy,relnum[ex],ey,xmin,ymin,xmax,ymax); + token = strtok(NULL,TOKENS); + ALColRRegion(text_colour,relnum[sx],sy,relnum[ex],ey,(unsigned char) atoi(token)); + }else if(strcmp(token,"COLOUR_RES")==0 || strcmp(token,"COLOR_RES")==0){ + if(!use_colour)error("You must use the DEFINE_COLOUR command first",1); + ALGetTwoInt(&sx,&sy); + ALCheckLegalRange(relnum[sx],sy,relnum[sx],sy,xmin,ymin,xmax,ymax); + token = strtok(NULL,TOKENS); + ALColRRegion(s_colour,relnum[sx],sy,relnum[sx],sy,(unsigned char) atoi(token)); + }else if(strcmp(token,"CCOLOUR_REGION")==0 || strcmp(token,"CCOLOR_REGION")==0){ + if(!use_colour)error("You must use the DEFINE_COLOUR command first",1); + ALGetAllRange(&sx,&sy,&ex,&ey,xmax,nseq); + ALCheckLegalRange(relnum[sx],sy,relnum[ex],ey,xmin,ymin,xmax,ymax); + token = strtok(NULL,TOKENS); + ALColRRegion(c_colour,relnum[sx],sy,relnum[ex],ey,(unsigned char) atoi(token)); + }else if(strcmp(token,"COLOUR_LINE_REGION")==0 || strcmp(token,"COLOR_LINE_REGION")==0){ + if(!use_colour)error("You must use the DEFINE_COLOUR command first",1); + ALGetAllRange(&sx,&sy,&ex,&ey,xmax,nseq); + ALCheckLegalRange(relnum[sx],sy,relnum[ex],ey,xmin,ymin,xmax,ymax); + token = strtok(NULL,TOKENS); + ALColRegion(left_line_colour,relnum[sx],sy,relnum[ex],ey,Yindx,(unsigned char) atoi(token)); + ALColRegion(right_line_colour,relnum[sx],sy,relnum[ex],ey,Yindx,(unsigned char) atoi(token)); + ALColRegion(top_line_colour,relnum[sx],sy,relnum[ex],ey,Yindx,(unsigned char) atoi(token)); + ALColRegion(bottom_line_colour,relnum[sx],sy,relnum[ex],ey,Yindx,(unsigned char) atoi(token)); + }else if(strcmp(token,"CCOLOUR_RES")==0 || strcmp(token,"CCOLOR_RES")==0){ + if(!use_colour)error("You must use the DEFINE_COLOUR command first",1); + ALGetTwoInt(&sx,&sy); + token = strtok(NULL,TOKENS); + ALCheckLegalRange(relnum[sx],sy,relnum[sx],sy,xmin,ymin,xmax,ymax); + ALColRRegion(c_colour,relnum[sx],sy,relnum[sx],sy,(unsigned char) atoi(token)); + }else if(strcmp(token,"MASK")==0){ + /* mask commands */ + token = strtok(NULL,TOKENS); + if(strcmp(token,"SETUP")==0){ + if(mask == NULL){ + mask = uchararr(bloc[1].slen+1,nseq+1); + GJUCinit(mask,bloc[1].slen+1,nseq+1,0); + }else{ + GJUCinit(mask,bloc[1].slen+1,nseq+1,0); + } + }else if(strcmp(token,"RESET")==0){ + GJUCinit(mask,bloc[1].slen+1,nseq+1,0); + }else if(strcmp(token,"LEGAL")==0){ + /* get the legal character list */ + token = strtok(NULL,TOKENS); + if(legal != NULL) GJfree(legal); + legal = GJstrdup(token); + if(!silent)fprintf(stderr,"legal:%s\n",legal); + }else if(strcmp(token,"ILLEGAL")==0){ + /* get the illegal character list */ + token = strtok(NULL,TOKENS); + if(illegal != NULL) GJfree(illegal); + illegal = GJstrdup(token); + if(!silent)fprintf(stderr,"illegal:%s:\n",illegal); + }else if(strcmp(token,"ID")==0){ + ALGetAllRange(&sx,&sy,&ex,&ey,xmax,nseq); + ALCheckLegalRange(relnum[sx],sy,relnum[ex],ey,xmin,ymin,xmax,ymax); + token = strtok(NULL,TOKENS); + id_cut = atoi(token); + if(id_cut < (int) ( ( ((float) (ey-sy+1) / 2.0) + 0.6))){ + error("ID cutoff must be > half the number of sequences",1); + } + ALid_mask(mask,bloc,relnum[sx],sy,relnum[ex],ey,id_cut,legal,illegal); + }else if(strcmp(token,"AGREE")==0){ + ALGetAllRange(&sx,&sy,&ex,&ey,xmax,nseq); + ALCheckLegalRange(relnum[sx],sy,relnum[ex],ey,xmin,ymin,xmax,ymax); + token= strtok(NULL,TOKENS); + ALagree_mask(mask,bloc,relnum[sx],sy,relnum[ex],ey,atoi(token)); + }else if(strcmp(token,"FRE")==0){ + ALGetAllRange(&sx,&sy,&ex,&ey,xmax,nseq); + ALCheckLegalRange(relnum[sx],sy,relnum[ex],ey,xmin,ymin,xmax,ymax); + ALfre_mask(mask,bloc,relnum[sx],sy,relnum[ex],ey,legal,illegal); + }else if(strcmp(token,"NOT")==0){ + ALGetAllRange(&sx,&sy,&ex,&ey,xmax,nseq); + ALCheckLegalRange(relnum[sx],sy,relnum[ex],ey,xmin,ymin,xmax,ymax); + ALnot_mask(mask,relnum[sx],sy,relnum[ex],ey); + }else if(strcmp(token,"SUB")==0){ + ALGetAllRange(&sx,&sy,&ex,&ey,xmax,nseq); + ALCheckLegalRange(relnum[sx],sy,relnum[ex],ey,xmin,ymin,xmax,ymax); + token=strtok(NULL,TOKENS); + ALsub_mask(mask,bloc,relnum[sx],sy,relnum[ex],ey,token[0]); + }else if(strcmp(token,"REGION")==0){ + ALGetAllRange(&sx,&sy,&ex,&ey,xmax,nseq); + ALCheckLegalRange(relnum[sx],sy,relnum[ex],ey,xmin,ymin,xmax,ymax); + ALMask(mask,relnum[sx],sy,relnum[ex],ey); + }else if(strcmp(token,"CONSERVATION")==0){ + ALGetAllRange(&sx,&sy,&ex,&ey,xmax,nseq); + ALCheckLegalRange(relnum[sx],sy,relnum[ex],ey,xmin,ymin,xmax,ymax); + token=strtok(NULL,TOKENS); + conscut = atoi(token); + if(!silent)fprintf(std_err,"Conservation Cutoff:%d\n",conscut); + ALConsMask(mask,relnum[sx],sy,relnum[ex],ey,consval,conscut); + }else if(strcmp(token,"BOX")==0){ + /* box the masked residues - ie surround them*/ + ALGetAllRange(&sx,&sy,&ex,&ey,xmax,nseq); + ALCheckLegalRange(relnum[sx],sy,relnum[ex],ey,xmin,ymin,xmax,ymax); + ALSurroundMask(mask,bloc,lines,relnum[sx],sy,relnum[ex],ey,nseq); + }else if(strcmp(token,"SHADE")==0){ + /* shade the masked residues - */ + ALGetAllRange(&sx,&sy,&ex,&ey,xmax,nseq); + ALCheckLegalRange(relnum[sx],sy,relnum[ex],ey,xmin,ymin,xmax,ymax); + token = strtok(NULL,TOKENS); + ALShadeMask(mask,fills,relnum[sx],sy,relnum[ex],ey,Yindx,(float)atof(token)); + }else if(strcmp(token,"FONT")==0){ + /* set the font of the masked residues - */ + ALGetAllRange(&sx,&sy,&ex,&ey,xmax,nseq); + ALCheckLegalRange(relnum[sx],sy,relnum[ex],ey,xmin,ymin,xmax,ymax); + token = strtok(NULL,TOKENS); + ALFontMask(mask,fonts,relnum[sx],sy,relnum[ex],ey,(unsigned char) atoi(token)); + }else if(strcmp(token,"INVERSE")==0){ + /* invert the masked residues - */ + ALGetAllRange(&sx,&sy,&ex,&ey,xmax,nseq); + ALCheckLegalRange(relnum[sx],sy,relnum[ex],ey,xmin,ymin,xmax,ymax); + token = strtok(NULL,TOKENS); + ALInverseMask(mask,inverse,relnum[sx],sy,relnum[ex],ey); + }else if(strcmp(token,"SCOL")==0){ + if(!use_colour)error("You must use the DEFINE_COLOUR command first",1); + ALGetAllRange(&sx,&sy,&ex,&ey,xmax,nseq); + ALCheckLegalRange(relnum[sx],sy,relnum[ex],ey,xmin,ymin,xmax,ymax); + token = strtok(NULL,TOKENS); + ALSColMask(mask,s_colour,relnum[sx],sy,relnum[ex],ey,nseq,(unsigned char) atoi(token)); + }else if(strcmp(token,"CCOL")==0){ + if(!use_colour)error("You must use the DEFINE_COLOUR command first",1); + ALGetAllRange(&sx,&sy,&ex,&ey,xmax,nseq); + ALCheckLegalRange(relnum[sx],sy,relnum[ex],ey,xmin,ymin,xmax,ymax); + token = strtok(NULL,TOKENS); + ALColourMask(mask,c_colour,relnum[sx],sy,relnum[ex],ey,(unsigned char) atoi(token)); + }else{ + error("Unrecognised MASK qualifier\n",1); + } + }else if(strcmp(token,"TEXT")==0){ + token=strtok(NULL,TOKENS); + sx = atoi(token); + token=strtok(NULL,"\""); + sy = atoi(token); + token=strtok(NULL,"\""); + ALCheckLegalRange(relnum[sx],sy,relnum[sx],sy,xmin,ymin,xmax,ymax); + texts[relnum[sx]][sy] = (char *) malloc(sizeof(char)*(strlen(token)+1)); + texts[relnum[sx]][sy] = (char *) strcpy(texts[relnum[sx]][sy],token); + }else if(strcmp(token,"NUMBERS")==0){ + error("Numbers not implemented",1); + }else if(strcmp(token,"ID_FONT")==0){ + token = strtok(NULL,TOKENS); + if(strcmp(token,"ALL")==0){ + token = strtok(NULL,TOKENS); + for(i=1;i xmax ) xmax = k; + }else{ + for(i=1;i 0)){ + if(!silent)fprintf(std_err,"Saving (%d) Pages to file\n",totalpage/nspage); + }else{ + fprintf(std_err,"This pointsize is too large to print even a single character on the page\n"); + fprintf(std_err,"Try a smaller pointsize - or\n"); + fprintf(std_err,"Try reducing the Identifier width\n"); + fprintf(std_err,"Increase the paper size\n"); + fprintf(std_err,"You could do some PostScrip-ery to print partial characters\n"); + fprintf(std_err,"After creating an alignment on a single page - see the CookBook\n"); + exit(1); + } + lastY = 0; + nbpage = 0; + k = 0; + start_seq = 1; + while(k < totalpage){ + start_aa = 1; + Ytemp = start_seq+Cheight-CtopSpace - 1; + if(Ytemp > nseq) Ytemp = nseq; + for(i=0;i 1){ /* more than one block per page */ +/* fprintf(stderr,"nbp nspage %d %d\n",nbp,nspage);*/ + if(k>0 && nbp == 0){ /* if not the first page, then setup page*/ + PSSetupPage(orientation,nbpage+1,outf); + if(background_colour != 99){ + ALColourBackground(outf,background_colour,background_region); + } + } + if(nbp>0){ + /* if this is not the first block on the page, then */ + /* translate the block of alignment back to origin */ + fprintf(outf,"%d %d translate\n",0,-lastY); + } + /* get new position for drawing and translate to this posn*/ + lastY = Yspace*( Cheight-(nseq+CtopSpace)*(nbp+1) - (nbp*Vspacing) ); + fprintf(outf,"%d %d translate\n",0,lastY); + }else{ + if(k>0)PSSetupPage(orientation,k+1,outf); + if(background_colour != 99){ + ALColourBackground(outf,background_colour,background_region); + } + } + if(id_only_on_first == 1 && nbp > 0 ){ + /* save the Cseqwidth, then reset it to Cwidth - also set Cidwidth to 0*/ + tempCseqwidth = Cseqwidth; + tempCidwidth = Cidwidth; + Cseqwidth = Cwidth; + Cidwidth = 0; + } + + Xtemp = start_aa+Cseqwidth-1; + if(Xtemp > bloc[1].slen) Xtemp = bloc[1].slen; + + fprintf(outf,"2 setlinecap\n"); + fprintf(outf," %.2f setlinewidth\n",LineWidthFactor*pointsize); + + ALDrawFills(fills,use_colour,s_colour,start_aa,nseq-Ytemp+1,Xtemp,nseq-start_seq+1,Cidwidth,CseqVoffset,outf); + ALDrawLines(lines,use_colour, + left_line_colour, + right_line_colour, + top_line_colour, + bottom_line_colour, + start_aa,nseq-Ytemp+1,Xtemp,nseq-start_seq+1,Cidwidth,CseqVoffset,outf); + if(!(id_only_on_first == 1 && (nbp > 0 || k > 0))){ + /* don't output ID string if this is not the first block on the first page*/ + ALOutId(bloc,use_colour, + id_colour,idfonts,start_seq,Ytemp,CseqVoffset,number_seqs,outf); + } + ALOutSeq(bloc,fonts,texts,inverse,use_colour,c_colour, + text_colour,background_colour,start_seq,Ytemp,start_aa,CseqVoffset,outf); + + if(res_numbers){ + if(use_colour)PSSetColour(number_colour,outf); + if(do_ticks){ + ALOutTicks(ticks,start_aa,Cidwidth,Ytemp-start_seq+1,bloc[1].slen,outf); + ALOutNumbers(numbers,start_aa,Cidwidth,Ytemp-start_seq+2,bloc[1].slen,outf); + }else{ + ALOutNumbers(numbers,start_aa,Cidwidth,Ytemp-start_seq+1,bloc[1].slen,outf); + } + } + start_aa += Cseqwidth; + + if(nspage > 1){ + ++nbp; + if(nbp == nspage || k == totalpage-1){ /* put showpage command for page or last page */ + PSShowPage(outf); + nbp = 0; + ++nbpage; + } + }else{ + PSShowPage(outf); + } + ++k; + } + start_seq = Ytemp + 1; + if(id_only_on_first == 1 && nbp > 0){ + /* reset the values - not strictly necessary */ + Cseqwidth = tempCseqwidth; + Cidwidth = tempCidwidth; + } + } + return 1; +} + +void ALShadeChars(struct seqdat *bloc, +signed char **fill, +int start_x,int start_y,int end_x,int end_y, +int maxY, +char *charlist, +float grey) + +/* shade residues in charlist by grey value */ + +{ + int i,j,jpos; + for(i=start_x;i= 0 draw box and fill in with grey value */ +/* 6/12/92: add colour option */ +{ + int i,j; + extern int precis; + + XOffset *= Xspace; + YOffset *= Yspace; + + for(i=end_x;i>(start_x-1);--i){ + for(j=end_y;j>(start_y-1);--j){ + if((int) fill[i][j] >= 0 || use_colour){ + +/* +Revise to use ML function 27th Oct 1992 + fprintf(outf," newpath\n"); + fprintf(outf,"%.2f %.2f moveto \n",(float)(i-start_x)*Xspace-Xshift+XOffset, + (float)(j-start_y+1)*Yspace-Yshift+YOffset); + fprintf(outf,"%.2f %.2f lineto \n",(float)(i-start_x)*Xspace-Xshift+XOffset, + (float)(j-start_y+0)*Yspace-Yshift+YOffset); + fprintf(outf,"%.2f %.2f lineto \n",(float)(i-start_x+1)*Xspace-Xshift+XOffset, + (float)(j-start_y+0)*Yspace-Yshift+YOffset); + fprintf(outf,"%.2f %.2f lineto \n",(float)(i-start_x+1)*Xspace-Xshift+XOffset, + (float)(j-start_y+1)*Yspace-Yshift+YOffset); + fprintf(outf,"%.2f %.2f lineto \n",(float)(i-start_x)*Xspace-Xshift+XOffset, + (float)(j-start_y+1)*Yspace-Yshift+YOffset); + fprintf(outf,"closepath %.2f setgray fill 0 setgray \n",(float)fill[i][j]/(float)precis); +*/ + fprintf(outf," newpath\n"); + fprintf(outf,"%.2f %.2f %.2f %.2f %.2f %.2f %.2f %.2f %.2f %.2f ML\n", + (float)(i-start_x)*Xspace-Xshift+XOffset, + (float)(j-start_y+1)*Yspace-Yshift+YOffset, + (float)(i-start_x)*Xspace-Xshift+XOffset, + (float)(j-start_y+0)*Yspace-Yshift+YOffset, + (float)(i-start_x+1)*Xspace-Xshift+XOffset, + (float)(j-start_y+0)*Yspace-Yshift+YOffset, + (float)(i-start_x+1)*Xspace-Xshift+XOffset, + (float)(j-start_y+1)*Yspace-Yshift+YOffset, + (float)(i-start_x)*Xspace-Xshift+XOffset, + (float)(j-start_y+1)*Yspace-Yshift+YOffset); + if(use_colour && fill[i][j] < 0){ + /* 6/1/1995 - only set colour if grey is not set */ + /* set to colour number */ + fprintf(outf,"closepath C%-d fill \n",colour[i][j]); + }else{ + fprintf(outf,"closepath %.2f setgray fill 0 setgray \n",(float)fill[i][j]/(float)precis); + } + } + } + } +} + +void ALFilRes(signed char **fill,int i,int j,float grey) + +{ + extern int precis; +/* ALBoxRes(lines,i,j); + fill[i+Cidwidth][j+CseqVoffset] = grey * precis; +*/ + fill[i][j] = grey * precis; +} + +void ALColRes(unsigned char **colour,int i,int j,int colnum) + +{ + colour[i][j] = colnum; +} + + +void ALBoxRes(unsigned char **lines,int i,int j) + +{ + ALLineRes(lines,i,j,LINE_TOP); + ALLineRes(lines,i,j,LINE_BOTTOM); + ALLineRes(lines,i,j,LINE_LEFT); + ALLineRes(lines,i,j,LINE_RIGHT); +} + + +void ALLineRes( +unsigned char **lines, +int i,int j, +unsigned char value) +{ +/* + i = i + Cidwidth; + j = j + CseqVoffset; +*/ + ALLineChar(lines,i,j,value); +} + +void ALLineChar(unsigned char **lines,int i,int j,unsigned char value) + +{ + lines[i][j] = lines[i][j] | value; +} + +void ALDrawLines(unsigned char **lines,int use_colour, + unsigned char **left_line_colour, + unsigned char **right_line_colour, + unsigned char **top_line_colour, + unsigned char **bottom_line_colour, + int start_x,int start_y,int end_x,int end_y, + int XOffset,int YOffset,FILE *outf) + +/* draw the lines that are indicated by the lines array in the range of the +array indicated by start_x etc +*/ +{ + int i,j; + XOffset *= Xspace; + YOffset *= Yspace; + +/* + if(use_colour){ + fprintf(outf,"C100\n"); + } +*/ + + for(i=end_x;i>(start_x-1);--i){ + for(j=end_y;j>(start_y-1);--j){ + if(lines[i][j] != 0){ + if((LINE_LEFT & lines[i][j]) == LINE_LEFT){ + PSSetColour(left_line_colour[i][j],outf); + PSline((float)(i-start_x)*Xspace-Xshift+XOffset, + (float)(j-start_y+1)*Yspace-Yshift+YOffset, + (float)(i-start_x)*Xspace-Xshift+XOffset, + (float)(j-start_y+0)*Yspace-Yshift+YOffset,outf); + } + if((LINE_RIGHT & lines[i][j]) == LINE_RIGHT){ + PSSetColour(right_line_colour[i][j],outf); + PSline((float)(i-start_x+1)*Xspace-Xshift+XOffset, + (float)(j-start_y+1)*Yspace-Yshift+YOffset, + (float)(i-start_x+1)*Xspace-Xshift+XOffset, + (float)(j-start_y+0)*Yspace-Yshift+YOffset,outf); + } + if((LINE_TOP & lines[i][j]) == LINE_TOP){ + PSSetColour(top_line_colour[i][j],outf); + PSline((float)(i-start_x)*Xspace-Xshift+XOffset, + (float)(j-start_y+1)*Yspace-Yshift+YOffset, + (float)(i-start_x+1)*Xspace-Xshift+XOffset, + (float)(j-start_y+1)*Yspace-Yshift+YOffset,outf); + } + if((LINE_BOTTOM & lines[i][j]) == LINE_BOTTOM){ + PSSetColour(bottom_line_colour[i][j],outf); + PSline((float)(i-start_x)*Xspace-Xshift+XOffset, + (float)(j-start_y+0)*Yspace-Yshift+YOffset, + (float)(i-start_x+1)*Xspace-Xshift+XOffset, + (float)(j-start_y+0)*Yspace-Yshift+YOffset,outf); + } + } + } + } + /* + if(use_colour){ + fprintf(outf,"C99\n"); + } + */ +} + +void PSline(float x1,float y1,float x2,float y2,FILE *outf) + +{ + fprintf(outf,"%.2f %.2f %.2f %.2f L\n ",x1,y1,x2,y2); +} + + + +void ALSimpleBox(int x1,int y1,int x2,int y2,float pfactor, /* multiply pointsize by this to get linewidth */ + FILE *outf) + +/* draw a box to include character coordinates x1,y1 to x2,y2 */ +/* x1 < x2 y1< y2 */ +{ + float lshift = Xspace/6; + float rshift = Xspace - lshift; + + x1 *= Xspace; + y1 *= Yspace; + x2 *= Xspace; + y2 *= Yspace; + + x1 -= lshift; + x2 += rshift; + y1 -= lshift; + + PSDrawBox((float)x1,(float)y1,(float)x2,(float)y2,pfactor,outf); +} + +void PSDrawBox(float x1,float y1,float x2,float y2,float pfactor,FILE *out) + +{ + fprintf(out,"%f setlinewidth\n ",pointsize*pfactor); + fprintf(out,"%f %f moveto %f %f lineto %f %f lineto %f %f lineto %f %f lineto closepath stroke\n", + x1,y1,x2,y1,x2,y2,x1,y2,x1,y1); +} + +void ALOutTicks(char *array,int start_aa,int xpos,int ypos,int len,FILE *out) + +{ + int right; + int j; + + xpos *= Xspace; + ypos *= Yspace; + + right = start_aa + Cseqwidth; + if(right > len)right = len; + for(j=start_aa;j len)right = len; + for(j=start_aa;j bloc[1].slen-1)right = bloc[1].slen; + + for(i=end_seq;i>(start_seq-1);--i){ + xpos = Cidwidth * Xspace; + for(j=start_aa;j(start_seq-1);--i){ + if(use_colour)PSSetColour(colour[i],outf); + if(fonts[i] != 0)PSSetFont(fonts[i],outf); + if(numbers){ + sprintf(temp,"%4d:%s",i,bloc[i].id); + }else{ + sprintf(temp,"%s",bloc[i].id); + } + PSPutText(xpos,ypos,temp,outf); + ypos += Yspace; + if(fonts[i] != 0)PSSetFont(0,outf); + } + free((char *) temp); + +} + +void PSPutText(int x,int y,char *text,FILE *outf) + +{ + fprintf(outf," %d %d moveto (%s) show \n",x,y,text); +} + +void PSPutChar(int x,int y,char c,FILE *outf) + +{ + /* fprintf(outf," %d %d moveto (%c) show \n",x,y,c);*/ + fprintf(outf,"(%c) %d %d P\n",c,x,y); +} + +void PSShowPage(FILE *outf) + +{ + fprintf(outf,"showpage\n"); +} + +void ALSetFont(char *font,int point,FILE *outf) + +{ + fprintf(outf,"/%s findfont %d scalefont setfont\n",font,point); +} + +void PSSetFont(unsigned char number,FILE *outf) + +{ + fprintf(outf,"F%-d\n ",number); +} + +void PSSetColour(unsigned char number,FILE *outf) + +{ + fprintf(outf,"C%-d\n ",number); +} + +void ALDefineFont(int number,char *font,float point,FILE *outf) + +/* define a PostScript function called /Fnumber which selects the +font at point pointsize */ +{ + fprintf(outf,"/F%-d {/%s findfont %.2f scalefont setfont } def\n", + number,font,point); +} + +void ALDefineColour(int number,char *type,float red,float green,float blue,FILE *outf) + +/* define a PostScript function called /Cnumber which selects the +colour defined by red,green, blue intensities + +new addition - if type is equal to "HSB" then define an hsb colour using red, green blue as +the hue saturation and brightness. +*/ +{ + if(strcmp(type,"HSB")==0){ + /* set an HSB colour */ + fprintf(outf,"/C%-d {%f %f %f sethsbcolor } def\n", number,red,green,blue); + }else{ + /* set an RGB colour */ + fprintf(outf,"/C%-d {%f %f %f setrgbcolor } def\n", number,red,green,blue); + } +} + +void ALCheckSinglePage(int nseq,int len,int silent) + +{ + extern FILE *std_err; + Csheet = 1; + + + if(Cheight-CtopSpace < nseq){ + if(!silent)fprintf(std_err,"Not enough height to print all sequences on a single page at this pointsize\n"); + if(!silent)fprintf(std_err,"Pointsize: %.2f\n",pointsize); + if(!silent)fprintf(std_err,"Need a pointsize of < : %.2f\n",(float) height/(nseq+ CtopSpace)); + Csheet = nseq/(Cheight-CtopSpace) + 1; + if(!silent)fprintf(std_err,"Will split alignment into %d segments\n",Csheet); + } + + npage = len/(Cwidth - Cidwidth) + 1; +} + + +void ALSetPageLimits(void) +/* Use the current width height and pointsize values to calculate: + Cwidth + Cheight + Xspace + Yspace +*/ +{ + + Xspace = pointsize + pointsize * XspaceFactor; + Yspace = pointsize + pointsize * YspaceFactor; + + Cwidth = width/Xspace; + Cheight = height/Yspace; + + Cseqwidth = Cwidth - Cidwidth; + + Xshift = Xspace * XshiftFactor; + Yshift = Yspace * YshiftFactor; +} + +void PSSetOrientation(int orientation,FILE *outf) + +{ + switch(orientation){ + case LANDSCAPE: + PSLandscape(outf); + break; + case PORTRAIT: + PSPortrait(outf); + break; + default: + PSPortrait(outf); + } +} + +void PSPreamble(FILE *out,int singlepage,int *b_box,int screensize) +{ + char *Alscript_Version = ALSCRIPT_VERSION; + fprintf(out,"%%!PS-Adobe-2.0\n"); + fprintf(out,"%%%%Creator: %s\n",Alscript_Version); + fprintf(out,"%%%%Title: Alscript Output\n"); + fprintf(out,"%% Barto,n G. J. (1993)\n"); + fprintf(out,"%% ALSCRIPT - A Tool to format multiple sequence alignments\n"); + fprintf(out,"%% Protein Engineering, 6, 37-40\n"); + fprintf(out,"%%\n"); + if(singlepage == 1){ + fprintf(out,"%%%%BoundingBox: %d %d %d %d\n", + b_box[0],b_box[1],b_box[2],b_box[3]); + } + fprintf(out,"/P {moveto show} def\n"); + fprintf(out,"/L {moveto lineto stroke} def\n"); + fprintf(out, + "/ML {moveto lineto lineto lineto lineto} def\n"); + fprintf(out,"2 setlinecap\n"); /* projecting line caps */ + ALDefineColour(99,"RGB",1.0,1.0,1.0,out); /* white */ + ALDefineColour(100,"RGB",0.0,0.0,0.0,out); /* black */ + /* modify the screening - suggested by Michael D. Baron */ + fprintf(out,"%d currentscreen 3 -1 roll pop setscreen\n",screensize); + +} + +void PSLandscape(FILE *out) + +{ + width = MAXside; + height = MINside; + + fprintf(out,"%d %d translate\n",xoff+height,yoff); + fprintf(out,"90 rotate\n"); + +} + +void PSPortrait(FILE *out) + +{ + width = MINside; + height = MAXside; + fprintf(out,"%d %d translate\n",xoff,yoff); +} + + +void echo(char *s) + +{ + extern FILE *std_err; + fprintf(std_err,"%s",s); +} + +void ALGetFourInt(int *sx,int *sy,int *ex,int *ey) + +{ +char *token; + + token = strtok(NULL,TOKENS); + *sx = atoi(token); + token = strtok(NULL,TOKENS); + *sy = atoi(token); + token = strtok(NULL,TOKENS); + *ex = atoi(token); + token = strtok(NULL,TOKENS); + *ey = atoi(token); +} +void ALGetThreeInt(int *sy,int *ex,int *ey) + +{ +char *token; + + token = strtok(NULL,TOKENS); + *sy = atoi(token); + token = strtok(NULL,TOKENS); + *ex = atoi(token); + token = strtok(NULL,TOKENS); + *ey = atoi(token); +} +void ALGetTwoInt(int *sy,int *ex) + +{ +char *token; + + token = strtok(NULL,TOKENS); + *sy = atoi(token); + token = strtok(NULL,TOKENS); + *ex = atoi(token); +} + +char ALChekSpace(const char *token) +{ + if(strcmp(token,"SPACE") == 0){ + return ' '; + }else{ + return token[0]; + } +} + +void PSSetGrey(float grey,FILE *outf) +{ + fprintf(outf," %.2f setgray\n",grey); +} + +int save_pir(struct seqdat *bloc,int nseq,FILE *pirf) + +{ + int i,j; + int count; + + + for(i=1;i<(nseq+1);++i){ + fprintf(pirf,">P1;%s\n",bloc[i].id); + fprintf(pirf,"%s\n",bloc[i].title); + count=0; + for(j=1;j bloc[1].slen) e = bloc[1].slen; + + for(i=1;i<(nseq+1);++i){ + fprintf(msff,"%10s ",bloc[i].id); + for(j=s;j dex) *ex = dex; + if(*ey > dey) *ey = dey; +} + +void ALid_mask( +unsigned char **mask, +struct seqdat *bloc, +int sx,int sy,int ex,int ey, +int id_cut, +char *legal, +char *illegal) + +{ + int i,j,k,iseen; + char fchar; + char *seen; /* array of characters that are seen at this position */ + int *freq; /* array of frequencies of the characters */ + int nc; /* number of different character types at this position */ + int ns; + int mc; /* maximum character present */ + int imc; /* location of max character */ + + ns = ey - sy + 1; + nc = 0; + + seen = (char *) GJmalloc(sizeof(char) *ns); + freq = (int *) GJmalloc(sizeof(int) *ns); + + for(i=0;i= 0){ + ++freq[iseen]; + }else{ + seen[nc] = bloc[j].seq[i]; + ++freq[nc]; + ++nc; + } + } + /* + for(k=0;k mc){ + mc = freq[k]; + imc = k; + } + }else if(legal != NULL){ + if( strchr(legal,seen[k]) != NULL + && freq[k] > mc){ + mc = freq[k]; + imc = k; + } + }else if(illegal != NULL){ + if( strchr(illegal,seen[k]) == NULL + && freq[k] > mc){ + mc = freq[k]; + imc = k; + } + }else{ + if(freq[k] > mc){ + mc = freq[k]; + imc = k; + } + } + } + if(mc >= id_cut){ + /* only select the character if it is >= id_cut */ + fchar = seen[imc]; +/* fprintf(stdout,"At %d %c\n",i,fchar);*/ + for(j=sy;j<(ey+1);++j){ + if(bloc[j].seq[i] == fchar){ + mask[i][j] = 1; +/* fprintf(stdout,"%d %d \n",i,j);*/ + } + } + } + for(j=0;j= 0){ + ++freq[iseen]; + }else{ + seen[nc] = bloc[j].seq[i]; + ++freq[nc]; + ++nc; + } + } +/* for(k=0;k mc){ + mc = freq[k]; + imc = k; + } + }else if(legal != NULL){ + if( strchr(legal,seen[k]) != NULL + && freq[k] > mc){ + mc = freq[k]; + imc = k; + } + }else if(illegal != NULL){ + if( strchr(illegal,seen[k]) == NULL + && freq[k] > mc){ + mc = freq[k]; + imc = k; + } + }else{ + if(freq[k] > mc){ + mc = freq[k]; + imc = k; + } + } + } + fchar = seen[imc]; +/* fprintf(stdout,"At %d %c\n",i,fchar);*/ + for(j=sy;j<(ey+1);++j){ + if(bloc[j].seq[i] == fchar){ + mask[i][j] = 1; +/* fprintf(stdout,"%d %d \n",i,j);*/ + } + } + + for(j=0;j 0){ + for(k=0;k= conscut in the consval array */ + for(j=sy;j<(ey+1);++j){ + if(consval[i] >= conscut){ + mask[i][j] = 1; + } + } + } +} + + +void ALDrawHorizLine( + float Xpos, /* bottom left hand corner of character posn */ + float Ypos, /* */ + float Xspace, /* horizontal width of character position */ + float Yspace, /* vertical height of character position */ + float width_fac,FILE *outf) /* proportion of vertical height that the line will fill */ + + +{ + float xright,ytop; + float ymid; + float hline_w; + + xright = Xpos + Xspace; /* right hand edge of character (lhe of next character) */ + ytop = Ypos + Yspace; /* top edge of character */ + ymid = (ytop + Ypos) * 0.5; /* vertical mid point */ + + /* width_fac defines the width of the line in terms of the height of the characters */ + + hline_w = 0.5 * (width_fac * (ytop - Ypos)); + + fprintf(outf,"%.2f %.2f %.2f %.2f %.2f %.2f %.2f %.2f %.2f %.2f ML\n", + Xpos,ymid-hline_w, + xright,ymid-hline_w, + xright,ymid+hline_w, + Xpos,ymid+hline_w, + Xpos,ymid-hline_w,outf); +} + +void ALDrawRightArrow(float Xpos,float Ypos, float Xspace, float Yspace, float width_fac,FILE *outf) + +{ + float xright,ytop; + float ymid; + float hline_w; + + xright = Xpos + Xspace; /* right hand edge of character (lhe of next character) */ + ytop = Ypos + Yspace; /* top edge of character */ + ymid = (ytop + Ypos) * 0.5; /* vertical mid point */ + + /* width_fac defines the width of the Arrow in terms of the height of the characters */ + + hline_w = 0.5 * (width_fac * (ytop - Ypos)); + + PSmoveto(Xpos,Ypos,outf); + PSlineto(xright,ymid,outf); + PSlineto(Xpos,ytop,outf); + PSlineto(Xpos,Ypos,outf); + +} + +void ALDrawLeftArrow(float Xpos,float Ypos, float Xspace, float Yspace, float width_fac,FILE *outf) + +{ + float xright,ytop; + float ymid; + float hline_w; + + xright = Xpos + Xspace; /* right hand edge of character (lhe of next character) */ + ytop = Ypos + Yspace; /* top edge of character */ + ymid = (ytop + Ypos) * 0.5; /* vertical mid point */ + + /* width_fac defines the width of the Arrow in terms of the height of the characters */ + + hline_w = 0.5 * (width_fac * (ytop - Ypos)); + + PSmoveto(xright,Ypos,outf); + PSlineto(xright,ytop,outf); + PSlineto(Xpos,ymid,outf); + PSlineto(xright,Ypos,outf); +} + + +void ALDrawUpArrow(float Xpos,float Ypos, float Xspace, float Yspace, float width_fac,FILE *outf) + +{ + float xright,ytop; + float ymid; + float hline_w; + float xmid; + + xright = Xpos + Xspace; /* right hand edge of character (lhe of next character) */ + ytop = Ypos + Yspace; /* top edge of character */ + ymid = (ytop + Ypos) * 0.5; /* vertical mid point */ + xmid = (xright + Xpos) * 0.5; /* horizontal mid point */ + + hline_w = 0.5 * (width_fac * (ytop - Ypos)); + + PSmoveto(Xpos,Ypos,outf); + PSlineto(xright,Ypos,outf); + PSlineto(xmid,ytop,outf); + PSlineto(Xpos,Ypos,outf); +} + +void ALDrawDownArrow(float Xpos,float Ypos, float Xspace, float Yspace, float width_fac,FILE *outf) + +{ + float xright,ytop; + float ymid; + float hline_w; + float xmid; + + xright = Xpos + Xspace; /* right hand edge of character (lhe of next character) */ + ytop = Ypos + Yspace; /* top edge of character */ + ymid = (ytop + Ypos) * 0.5; /* vertical mid point */ + xmid = (xright + Xpos) * 0.5; /* horizontal mid point */ + + hline_w = 0.5 * (width_fac * (ytop - Ypos)); + + PSmoveto(Xpos,ytop,outf); + PSlineto(xright,ytop,outf); + PSlineto(xmid,Ypos,outf); + PSlineto(Xpos,ytop,outf); +} + +/* Draw a small up arrow. mok 980917 */ +void ALDrawSmallUpArrow(float Xpos,float Ypos, float Xspace, float Yspace, float width_fac,FILE *outf) + +{ + float xright,ytop; + float ymid; + float xmid; + float x,y; + + xright = Xpos + Xspace; /* right hand edge of character (lhe of next character) */ + ytop = Ypos + Yspace; /* top edge of character */ + ymid = (ytop + Ypos) * 0.5; /* vertical mid point */ + xmid = (xright + Xpos) * 0.5; /* horizontal mid point */ + + PSmoveto(xmid, ytop, outf); + x = Xpos + (xright-Xpos)/5.0; y = Ypos + 2.0*(ytop-Ypos)/3.0; + PSlineto(x,y,outf); + x = Xpos + 2.0*(xright-Xpos)/5.0; + PSlineto(x, y, outf); + PSlineto (x, Ypos, outf); + x = Xpos + 3.0*(xright-Xpos)/5.0; + PSlineto (x, Ypos, outf); + PSlineto(x, y, outf); + x = Xpos + 4.0*(xright-Xpos)/5.0; + PSlineto(x, y, outf); + PSlineto(xmid, ytop, outf); +} + +/* Draw a small down arrow. mok 980917 */ +void ALDrawSmallDownArrow(float Xpos,float Ypos, float Xspace, float Yspace, float width_fac,FILE *outf) + +{ + float xright,ytop; + float ymid; + float xmid; + float x,y; + + xright = Xpos + Xspace; /* right hand edge of character (lhe of next character) */ + ytop = Ypos + Yspace; /* top edge of character */ + ymid = (ytop + Ypos) * 0.5; /* vertical mid point */ + xmid = (xright + Xpos) * 0.5; /* horizontal mid point */ + + PSmoveto(xmid, Ypos, outf); + x = Xpos + 4.0*(xright-Xpos)/5.0; y = Ypos + (ytop-Ypos)/3.0; + PSlineto(x,y,outf); + x = Xpos + 3.0*(xright-Xpos)/5.0; + PSlineto(x, y, outf); + PSlineto (x, ytop, outf); + x = Xpos + 2.0*(xright-Xpos)/5.0; + PSlineto (x, ytop, outf); + PSlineto(x, y, outf); + x = Xpos + (xright-Xpos)/5.0; + PSlineto(x, y, outf); + PSlineto(xmid, Ypos, outf); +} + +void ALDrawCircle(float Xpos,float Ypos, float Xspace, float Yspace, float width_fac,FILE *outf) + +{ + float xright,ytop; + float ymid; + float hline_w; + float xmid; + + xright = Xpos + Xspace; /* right hand edge of character (lhe of next character) */ + ytop = Ypos + Yspace; /* top edge of character */ + ymid = (ytop + Ypos) * 0.5; /* vertical mid point */ + xmid = (xright + Xpos) * 0.5; /* horizontal mid point */ + + hline_w = 0.5 * (width_fac * (ytop - Ypos)); + + PSnewpath(outf); + + fprintf(outf,"%.2f %.2f %.2f %d %d arc\n",xmid,ymid,(ytop - Ypos)*0.5,0,360); + +} + +/* Draw a diamond. mok 980917 */ +void ALDrawDiamond(float Xpos,float Ypos, float Xspace, float Yspace, float width_fac,FILE *outf) + +{ + float xright,ytop; + float ymid; + float hline_w; + float xmid; + + xright = Xpos + Xspace; /* right hand edge of character (lhe of next character) */ + ytop = Ypos + Yspace; /* top edge of character */ + ymid = (ytop + Ypos) * 0.5; /* vertical mid point */ + xmid = (xright + Xpos) * 0.5; /* horizontal mid point */ + + PSmoveto(Xpos, ymid, outf); + PSlineto(xmid, ytop, outf); + PSlineto(xright, ymid, outf); + PSlineto(xmid, Ypos, outf); + PSlineto(Xpos, ymid, outf); +} + +/* Draw a bar. mok 980917 */ +void ALDrawBar(float Xpos,float Ypos, float Xspace, float Yspace, float width_fac,FILE *outf) + +{ + float xright; + float y1, y2; + + xright = Xpos + Xspace; /* right hand edge of character (lhe of next character) */ + + y1 = Ypos + 2.0*(Ypos+Yspace)/5.0; + y2 = Ypos + 3.0*(Ypos+Yspace)/5.0; + + PSmoveto(Xpos, y1, outf); + PSlineto(xright, y1, outf); + PSlineto(xright, y2, outf); + PSlineto(Xpos, y2, outf); + PSlineto(Xpos, y1, outf); +} + +void ALDrawPseudoEllipse(float Xpos,float Ypos, float Xspace, float Yspace, float width_fac, + FILE *outf) + +{ + /* draws a pseudo ellipse in the box bounded by Xpos,Ypos, Xpos+Xspace, Ypos+Yspace */ + float xright,ytop; + float ymid; + float hline_w; + float xmid; + float xefact = 0.2; /* this shifts the guide points by 0.2 towards the axis */ + /* should not really be hard wired */ + float yefact = 0.0; + + float xbit,ybit; + + xright = Xpos + Xspace; /* right hand edge of character (lhe of next character) */ + ytop = Ypos + Yspace; /* top edge of character */ + ymid = (ytop + Ypos) * 0.5; /* vertical mid point */ + xmid = (xright + Xpos) * 0.5; /* horizontal mid point */ + xbit = Xspace * xefact; + ybit = Yspace * yefact; + + hline_w = 0.5 * (width_fac * (ytop - Ypos)); + + PSnewpath(outf); + + PSmoveto(xmid,Ypos,outf); + + fprintf(outf,"%.2f %.2f %.2f %.2f %.2f %.2f curveto\n", + Xpos+xbit,Ypos+ybit,Xpos+xbit,ytop-ybit,xmid,ytop); + fprintf(outf,"%.2f %.2f %.2f %.2f %.2f %.2f curveto\n", + xright-xbit,ytop-ybit,xright-xbit,Ypos+ybit,xmid,Ypos); +} + +void ALDrawLeftSemiEnd(float Xpos,float Ypos, float Xspace, float Yspace, float width_fac,FILE *outf) + +{ + float xright,ytop; + float ymid; + float hline_w; + float xmid; + + xright = Xpos + Xspace; /* right hand edge of character (lhe of next character) */ + ytop = Ypos + Yspace; /* top edge of character */ + ymid = (ytop + Ypos) * 0.5; /* vertical mid point */ + xmid = (xright + Xpos) * 0.5; /* horizontal mid point */ + + hline_w = 0.5 * (width_fac * (ytop - Ypos)); + + PSnewpath(outf); + + fprintf(outf,"%.2f %.2f %.2f %d %d arc\n",xmid,ymid,(ytop - Ypos) *0.5,270,90); + + PSlineto(xright,ytop,outf); + PSlineto(xright,Ypos,outf); + PSlineto(xmid,Ypos,outf); + +} +void ALDrawRightSemiEnd(float Xpos,float Ypos, float Xspace, float Yspace, float width_fac,FILE *outf) + +{ + float xright,ytop; + float ymid; + float hline_w; + float xmid; + + xright = Xpos + Xspace; /* right hand edge of character (lhe of next character) */ + ytop = Ypos + Yspace; /* top edge of character */ + ymid = (ytop + Ypos) * 0.5; /* vertical mid point */ + xmid = (xright + Xpos) * 0.5; /* horizontal mid point */ + + hline_w = 0.5 * (width_fac * (ytop - Ypos)); + + PSnewpath(outf); + fprintf(outf,"%f %f %f %d %d arc\n",xmid,ymid,(ytop - Ypos) *0.5,90,270); + + PSlineto(Xpos,Ypos,outf); + PSlineto(Xpos,ytop,outf); + PSlineto(xmid,ytop,outf); +} +void ALDrawRightHalfHorizLine( + float Xpos, /* bottom left hand corner of character posn */ + float Ypos, /* */ + float Xspace, /* horizontal width of character position */ + float Yspace, /* vertical height of character position */ + float width_fac, FILE *outf) /* proportion of vertical height that the line will fill */ + +/* draw line from midpoint to right of position */ + + +{ + float xright,ytop; + float ymid; + float hline_w; + float xmid; + + xright = Xpos + Xspace; /* right hand edge of character (lhe of next character) */ + ytop = Ypos + Yspace; /* top edge of character */ + ymid = (ytop + Ypos) * 0.5; /* vertical mid point */ + xmid = (xright + Xpos) * 0.5; /* horizontal mid point */ + + /* width_fac defines the width of the line in terms of the height of the characters */ + + hline_w = 0.5 * (width_fac * (ytop - Ypos)); + + PSmoveto(xmid,ymid-hline_w,outf); + PSlineto(xmid,ymid+hline_w,outf); + PSlineto(xright,ymid+hline_w,outf); + PSlineto(xright,ymid-hline_w,outf); + PSlineto(xmid,ymid-hline_w,outf); +} + +void ALDrawLeftHalfHorizLine( + float Xpos, /* bottom left hand corner of character posn */ + float Ypos, /* */ + float Xspace, /* horizontal width of character position */ + float Yspace, /* vertical height of character position */ + float width_fac, FILE *outf) /* proportion of vertical height that the line will fill */ + +/* draw line from midpoint to left of position */ + +{ + float xright,ytop; + float ymid; + float hline_w; + float xmid; + + xright = Xpos + Xspace; /* right hand edge of character (lhe of next character) */ + ytop = Ypos + Yspace; /* top edge of character */ + ymid = (ytop + Ypos) * 0.5; /* vertical mid point */ + xmid = (xright + Xpos) * 0.5; /* horizontal mid point */ + + /* width_fac defines the width of the line in terms of the height of the characters */ + + hline_w = 0.5 * (width_fac * (ytop - Ypos)); + + PSmoveto(xmid,ymid-hline_w,outf); + PSlineto(xmid,ymid+hline_w,outf); + PSlineto(Xpos,ymid+hline_w,outf); + PSlineto(Xpos,ymid-hline_w,outf); + PSlineto(xmid,ymid-hline_w,outf); +} + +void PSmoveto(float x,float y,FILE *outf) +{ + fprintf(outf,"%.2f %.2f moveto\n",x,y); +} +void PSlineto(float x,float y,FILE *outf) +{ + fprintf(outf,"%.2f %.2f lineto\n",x,y); +} +void PSPutSpecialText(float Xpos,float Ypos,float Xspace,float Yspace,char *text, + unsigned char current_col, + unsigned char background_colour,float YspaceFactor,FILE *outf) +/* Handle the special text characters */ +{ + + Yspace *= YspaceFactor; /* shrink the Y axis a little to avoid clashes.*/ + + + if(strcmp(text,"@horizline") == 0){ + ALDrawHorizLine(Xpos,Ypos,Xspace,Yspace,0.5,outf); + PSstroke(outf); + }else if(strcmp(text,"@fhorizline") == 0){ + ALDrawHorizLine(Xpos,Ypos,Xspace,Yspace,0.5,outf); + PSstroke(outf); + ALDrawHorizLine(Xpos,Ypos,Xspace,Yspace,0.5,outf); + fprintf(outf,"closepath \n C%-d \n fill \n",current_col); + + }else if(strcmp(text,"@thickhorizline") == 0){ + ALDrawHorizLine(Xpos,Ypos,Xspace,Yspace,1.0,outf); + PSstroke(outf); + }else if(strcmp(text,"@fthickhorizline") == 0){ + ALDrawHorizLine(Xpos,Ypos,Xspace,Yspace,1.0,outf); + PSstroke(outf); + ALDrawHorizLine(Xpos,Ypos,Xspace,Yspace,1.0,outf); + fprintf(outf,"closepath \n C%-d \n fill \n",current_col); + + }else if(strcmp(text,"@thinhorizline") == 0){ + ALDrawHorizLine(Xpos,Ypos,Xspace,Yspace,0.1,outf); + PSstroke(outf); + }else if(strcmp(text,"@fthinhorizline") == 0){ + ALDrawHorizLine(Xpos,Ypos,Xspace,Yspace,0.1,outf); + PSstroke(outf); + ALDrawHorizLine(Xpos,Ypos,Xspace,Yspace,0.1,outf); + fprintf(outf,"closepath \n C%-d \n fill \n",current_col); + + }else if(strcmp(text,"@rightarrow") == 0){ + ALDrawRightArrow(Xpos,Ypos,Xspace,Yspace,0.5,outf); + PSstroke(outf); + }else if(strcmp(text,"@frightarrow") == 0){ +/* ALDrawRightArrow(Xpos,Ypos,Xspace,Yspace,0.5,outf);*/ +/* temporary change to the right arrow width 20/1/1995*/ + ALDrawRightArrow(Xpos,Ypos,(Xspace*0.7),Yspace,0.5,outf); + PSstroke(outf); + ALDrawRightArrow(Xpos,Ypos,(Xspace*0.7),Yspace,0.5,outf); + fprintf(outf,"closepath \n C%-d \n fill \n",current_col); + + }else if(strcmp(text,"@leftarrow") == 0){ + ALDrawLeftArrow(Xpos,Ypos,Xspace,Yspace,0.5,outf); + PSstroke(outf); + }else if(strcmp(text,"@fleftarrow") == 0){ + ALDrawLeftArrow(Xpos,Ypos,Xspace,Yspace,0.5,outf); + PSstroke(outf); + ALDrawLeftArrow(Xpos,Ypos,Xspace,Yspace,0.5,outf); + fprintf(outf,"closepath \n C%-d \n fill \n",current_col); + + }else if(strcmp(text,"@uparrow") == 0){ + ALDrawUpArrow(Xpos,Ypos,Xspace,Yspace,0.5,outf); + PSstroke(outf); + }else if(strcmp(text,"@fuparrow") == 0){ + ALDrawUpArrow(Xpos,Ypos,Xspace,Yspace,0.5,outf); + PSstroke(outf); + ALDrawUpArrow(Xpos,Ypos,Xspace,Yspace,0.5,outf); + fprintf(outf,"closepath \n C%-d \n fill \n",current_col); + + }else if(strcmp(text,"@suparrow") == 0){ + ALDrawSmallUpArrow(Xpos,Ypos,Xspace,Yspace,0.5,outf); + PSstroke(outf); + }else if(strcmp(text,"@fsuparrow") == 0){ + ALDrawSmallUpArrow(Xpos,Ypos,Xspace,Yspace,0.5,outf); + PSstroke(outf); + ALDrawSmallUpArrow(Xpos,Ypos,Xspace,Yspace,0.5,outf); + fprintf(outf,"closepath \n C%-d \n fill \n",current_col); + + }else if(strcmp(text,"@downarrow") == 0){ + ALDrawDownArrow(Xpos,Ypos,Xspace,Yspace,0.5,outf); + PSstroke(outf); + }else if(strcmp(text,"@fdownarrow") == 0){ + ALDrawDownArrow(Xpos,Ypos,Xspace,Yspace,0.5,outf); + PSstroke(outf); + ALDrawDownArrow(Xpos,Ypos,Xspace,Yspace,0.5,outf); + fprintf(outf,"closepath \n C%-d \n fill \n",current_col); + + }else if(strcmp(text,"@sdownarrow") == 0){ + ALDrawSmallDownArrow(Xpos,Ypos,Xspace,Yspace,0.5,outf); + PSstroke(outf); + }else if(strcmp(text,"@fsdownarrow") == 0){ + ALDrawSmallDownArrow(Xpos,Ypos,Xspace,Yspace,0.5,outf); + PSstroke(outf); + ALDrawSmallDownArrow(Xpos,Ypos,Xspace,Yspace,0.5,outf); + fprintf(outf,"closepath \n C%-d \n fill \n",current_col); + + }else if(strcmp(text,"@circle") == 0){ + ALDrawCircle(Xpos,Ypos,Xspace,Yspace,0.5,outf); + PSstroke(outf); + }else if(strcmp(text,"@fcircle") == 0){ + ALDrawCircle(Xpos,Ypos,Xspace,Yspace,0.5,outf); + PSstroke(outf); + ALDrawCircle(Xpos,Ypos,Xspace,Yspace,0.5,outf); + fprintf(outf,"closepath \n C%-d \n fill \n",current_col); + + }else if(strcmp(text,"@diamond") == 0){ + ALDrawDiamond(Xpos,Ypos,Xspace,Yspace,0.5,outf); + PSstroke(outf); + }else if(strcmp(text,"@fdiamond") == 0){ + ALDrawDiamond(Xpos,Ypos,Xspace,Yspace,0.5,outf); + PSstroke(outf); + ALDrawDiamond(Xpos,Ypos,Xspace,Yspace,0.5,outf); + fprintf(outf,"closepath \n C%-d \n fill \n",current_col); + + }else if(strcmp(text,"@bar") == 0){ + ALDrawBar(Xpos,Ypos,Xspace,Yspace,0.5,outf); + PSstroke(outf); + }else if(strcmp(text,"@fbar") == 0){ + ALDrawBar(Xpos,Ypos,Xspace,Yspace,0.5,outf); + PSstroke(outf); + ALDrawBar(Xpos,Ypos,Xspace,Yspace,0.5,outf); + fprintf(outf,"closepath \n C%-d \n fill \n",current_col); + + }else if(strcmp(text,"@leftsemiend") == 0){ + ALDrawLeftSemiEnd(Xpos,Ypos,Xspace,Yspace,0.5,outf); + PSstroke(outf); + }else if(strcmp(text,"@fleftsemiend") == 0){ + ALDrawLeftSemiEnd(Xpos,Ypos,Xspace,Yspace,0.5,outf); + PSstroke(outf); + ALDrawLeftSemiEnd(Xpos,Ypos,Xspace,Yspace,0.5,outf); + fprintf(outf,"closepath \n C%-d \n fill \n",current_col); + + }else if(strcmp(text,"@rightsemiend") == 0){ + ALDrawRightSemiEnd(Xpos,Ypos,Xspace,Yspace,0.5,outf); + PSstroke(outf); + }else if(strcmp(text,"@frightsemiend") == 0){ + ALDrawRightSemiEnd(Xpos,Ypos,Xspace,Yspace,0.5,outf); + PSstroke(outf); + ALDrawRightSemiEnd(Xpos,Ypos,Xspace,Yspace,0.5,outf); + fprintf(outf,"closepath \n C%-d \n fill \n",current_col); + + }else if(strcmp(text,"@lefthelixend") == 0){ + + ALDrawRightHalfHorizLine(Xpos,Ypos,Xspace,Yspace,1.0,outf); + PSstroke(outf); + ALDrawRightHalfHorizLine(Xpos,Ypos,Xspace,Yspace,1.0,outf); + fprintf(outf,"closepath \n C%-d \n fill \n",current_col); + + ALDrawPseudoEllipse(Xpos,Ypos,Xspace,Yspace,0.5,outf); + fprintf(outf,"closepath \n C%-d \n fill \n",background_colour); + + ALDrawLeftHalfHorizLine(Xpos,Ypos,Xspace,Yspace,0.1,outf); + PSstroke(outf); + ALDrawLeftHalfHorizLine(Xpos,Ypos,Xspace,Yspace,0.1,outf); + fprintf(outf,"closepath \n C%-d \n fill \n",current_col); + + ALDrawPseudoEllipse(Xpos,Ypos,Xspace,Yspace,0.5,outf); + PSstroke(outf); + + }else if(strcmp(text,"@righthelixend") == 0){ + + ALDrawLeftHalfHorizLine(Xpos,Ypos,Xspace,Yspace,1.0,outf); + PSstroke(outf); + ALDrawLeftHalfHorizLine(Xpos,Ypos,Xspace,Yspace,1.0,outf); + fprintf(outf,"closepath \n C%-d \n fill \n",current_col); + + ALDrawPseudoEllipse(Xpos,Ypos,Xspace,Yspace,1.0,outf); + PSstroke(outf); + ALDrawPseudoEllipse(Xpos,Ypos,Xspace,Yspace,1.0,outf); + fprintf(outf,"closepath \n C%-d \n fill \n",current_col); + + ALDrawRightHalfHorizLine(Xpos,Ypos,Xspace,Yspace,0.1,outf); + PSstroke(outf); + ALDrawRightHalfHorizLine(Xpos,Ypos,Xspace,Yspace,0.1,outf); + fprintf(outf,"closepath \n C%-d \n fill \n",current_col); + + + }else{ + fprintf(stderr,"Error: Unrecognised special character: %s\n",text); + error(" ",1); + } +} + +void PSstroke(FILE *outf) +{ + fprintf(outf,"stroke\n"); +} + +void PSnewpath(FILE *outf) +{ + fprintf(outf,"newpath\n"); +} + +void ALColourBackground(FILE *outf,int colour, int *b_region) +{ + int x1,y1,x2,y2; + x1 = b_region[0]; + x2 = b_region[2]; + y1 = b_region[1]; + y2 = b_region[3]; + + fprintf(outf,"%d %d moveto %d %d lineto %d %d lineto %d %d lineto %d %d lineto closepath\n", + x1,y1,x2,y1,x2,y2,x1,y2,x1,y1); + fprintf(outf," C%-d \n fill \n",colour); + /* reset the colour to white */ + /* fprintf(outf," C99\n");*/ +} + +void ALCheckLegalRange(int sx,int sy, int ex, int ey, int xmin, int ymin, int xmax, int ymax) +/* check if sx, sy, ex, ey are within the limits given by xmin, ymin, xmax, ymax */ +{ + extern FILE *std_err; + if( sx >= xmin && sx <= xmax + && sy >= ymin && sy <= ymax + && ex <= xmax && ex >= xmin + && ey <= ymax && ey >= ymin){ + return; + }else{ + fprintf(std_err,"\n\nALSCRIPT COMMAND FILE ERROR:\n"); + fprintf(std_err,"Maximum legal range:\n"); + fprintf(std_err,"From position %d of sequence %d to position %d of sequence %d\n", + xmin,ymin,xmax,ymax); + + fprintf(std_err,"Your range:\n"); + fprintf(std_err,"From position %d of sequence %d to position %d of sequence %d\n", + sx,sy,ex,ey); + + GJerror("Range too big for alignment - try again!"); + exit(0); + } +} + +void ALMakeHelixText(int sx, int sy, int ex, char ***texts) +{ + int i; + texts[sx][sy] = GJstrdup("@lefthelixend"); + texts[ex][sy] = GJstrdup("@righthelixend"); + for(i=sx+1;i has same effect as 1, But does not prompt for the command file + e.g. alscript example1.com + +3. alscript -q < > + Quick mode - uses default commands, reads alignment from stdin, writes PostScript + to stdout. + e.g. alscript -q < example1.blc > example1.ps + +4. alscript -f + Similar effect to 2. + +5. alscript -f -s + Silent operation: No messages are written to stderr, unless fatal. + Silent operation may be toggled by the silent_mode command in the command file. + +6. alscript -f -p < > + Make alscript work like a pipe - blocfile is read from stdin, postscript is written + to stdout. Messages are written to stderr. To supress messages include + the -s flag too + e.g. alscript -f example1.com -p -s < example1.blc > example1.ps + +Using alscript as a pipe has the advantage of allowing the blocfile to +be created on the fly by the programs msf2blc or clus2blc. For example +if we have a GCG .msf file called "pileup.msf" we can run alscript with +default shading/fonts and send the results straight to the PostScript +printer "lpr" as follows: + +msf2blc -q < pileup.msf | alscript -q -s | lpr + +See alps.c for revision history; +fprintf(std_err,"\n Version 2.0 - 23 May 1995\n"); + +*/ + +#include +#include +#include +#include "array.h" +#include "gjutil.h" +#include "version.h" + +int MAXtlen = 500; +int MAXnbloc = 500; +int MAXilen = 50; +int precis = 100; +int MAXslen = 8000; +int MAXnseq; + +void ALwritestddefs(FILE *); +int alps(char *command_file,int silent, int pipe, int single); + +main(int argc,char *argv[]) +{ + char *alps_file; + int silent; + int quick; + int i; + int pipe; + int singlepage; /* flag for EPS output */ + FILE *fp; + char *Alscript_Version = ALSCRIPT_VERSION; + + extern FILE *std_out,*std_err,*std_in; + + silent = 0; + quick = 0; + pipe = 0; + + alps_file = NULL; + + /* initialize the file streams for GJ... routines */ + GJinitfile(); + + singlepage = 0; + + if(argc > 1){ + /* check for -f option - if present, then define name for command file */ + i = 1; + while(i +#include +#include "gjutil.h" +#include "array.h" + +int Agetbloc(FILE *,struct seqdat *,int *); + +int MAXtlen = 500; +int MAXnbloc = 500; +int MAXilen = 50; +int precis = 100; +int MAXslen = 8000; +int MAXnseq; + +/* alsnum: Aim - produce TEXT commands for ALSCRIPT that will generate numbers + corresponding to a given sequence in the blockfile. + + Usage: + + alsnum < blockfile > output + + Where: + + seqnum: The number of the sequence in the blockfile. + + startnum: The number to use for the first residue in the sequence (e.g. 1). + + interval: The numbering interval (e.g. 10). + + position: Where to place the text in the alscript output (ie the Y coordinate). + + + ALL ARGUMENTS ARE REQUIRED + + + G. J. Barton (25 May 1993). + + $Id: alsnum.c,v 1.2 1998/09/17 16:54:59 geoff Exp $ + $Log: alsnum.c,v $ + Revision 1.2 1998/09/17 16:54:59 geoff + Check consistency with archive + + +*/ + +main(int argc,char *argv[]) + +{ + + extern FILE *std_in,*std_out,*std_err; + extern int MAXtlen,MAXnbloc; + extern int MAXilen,precis,MAXslen; + + int seqnum,startnum,interval,position; + int nseq; + int *nums; + int nval; + int i; + + struct seqdat *bloc; + + GJinitfile(); + + if(argc != 5){ + fprintf(std_err, + "Usage: alsnum < blockfile > output\n"); + exit(0); + } + + seqnum = atoi(argv[1]); + startnum = atoi(argv[2]); + interval = atoi(argv[3]); + position = atoi(argv[4]); + + nseq = 0; + bloc = (struct seqdat *) malloc(sizeof(struct seqdat) * MAXnbloc); + mcheck((char *) bloc,"Cannot get space for bloc"); + if(!Agetbloc(std_in,bloc,&nseq))error("Cannot read bloc file",1); + + /* have read block file */ + + nums = (int *) GJmalloc(sizeof(int) * bloc[seqnum].slen); + + nval = startnum; + + /* get the array of numbers - use blank . or - as non-amino acid character */ + for(i=1;i output +Only error messages will be output to std_err + +Default mode is interactive and prompts for filenames. + +The storage for the sequences is allocated dynamically, so the MAX_SEQ_LEN +defines in the header file "defaults.h" have no effect. If a system memory +limit is reached, then a "malloc error" message will be written and the +program will stop. Most computers should happily cope with large numbers of +long sequences. If yours doesn't, some possible solutions are outlined in +the user manual - alscript.doc. + +24 Oct 1994 - modify to remove dots and dashes from input file before writing +output file (if -n option is second argument ). + +****************************************************************************/ + +#include +#include +#include +#include +#include + +#include "gjutil.h" +#include "array.h" +#include "defaults.h" + +#define TOKENS " \t\n" + + +main(int argc,char *argv[]) +{ + struct seqdat *seqs; + FILE *fp,*fout; + int nseq; + int found; + int i,j; + char *token,*sbit; + char *line; + extern FILE *std_err,*std_in,*std_out; + char *msffile; + char *blocfile; + int quiet; + char c; + int allen; /* total alignment length */ + int nodot; + + std_err = stderr; + std_in = stdin; + std_out = stdout; + + line = GJstrcreate(MAX_INLEN," "); + msffile = GJstrcreate(MAX_INLEN,NULL); + blocfile = GJstrcreate(MAX_INLEN,NULL); + + nseq = 0; + found = 0; + quiet = 0; + allen = 0; + nodot = 0; + + if(argc > 1){ + if(strcmp(argv[1],"-q")==0){ + /* Quiet mode - read .MSF file from stdin and output block file to stdout */ + quiet = 1; + fp = std_in; + fout = std_out; + } + if(argc > 2){ + if(strcmp(argv[2],"-n")==0){ + /* set flag to remove dots */ + nodot = 1; + } + } + }else{ + /* Verbose mode - prompt for all filenames */ + fprintf(std_out,"\n\n"); + fprintf(std_out,"CLUSTAL NBRF-PIR format to AMPS Blockfile conversion\n"); + fprintf(std_out,"Copyright: G. J. Barton (1992)\n"); + fprintf(std_out,"Author: G. J. Barton (1992)\n\n"); + fprintf(std_out,"Max number/length of alignment - Defined by System\n"); + fprintf(std_out,"If you get a malloc error message - see manual\n\n"); + fprintf(std_out,"Enter CLUSTAL NBRF-PIR alignment filename: "); + + fscanf(std_in,"%s",msffile); + fprintf(std_out,"Opening: %s\n",msffile); + fp = GJfopen(msffile,"r",1); + + fprintf(std_out,"Enter Block filename: "); + fscanf(std_in,"%s",blocfile); + fprintf(std_out,"Opening: %s\n",blocfile); + fout = GJfopen(blocfile,"w",1); + } + + fprintf(fout,"\n"); + fprintf(fout,"Conversion of CLUSTAL NBRF-PIR file to AMPS BLOCKFILE format\n"); + fprintf(fout,"clus2blc: Geoffrey J. Barton (1992)\n\n"); + + seqs = (struct seqdat *) GJmalloc(sizeof(struct seqdat)); + + if(!quiet)fprintf(std_out,"Reading .pir file\n"); + nseq = 0; + while(fgets(line,MAX_INLEN,fp) != NULL){ + if(line[0] == '>'){ + /* found an identifier */ + token = strtok(&line[1]," \n"); + if(token != NULL){ + seqs = (struct seqdat *) GJrealloc(seqs,sizeof(struct seqdat) * (nseq + 1)); + seqs[nseq].id = GJstrdup(token); + if(fgets(line,MAX_INLEN,fp) != NULL){ + /* read the title line */ + seqs[nseq].title = GJstrdup(line); + seqs[nseq].seq = GJstrcreate(MAX_SEQ_LEN,NULL); + seqs[nseq].slen = 0; + seqs[nseq].seq = (char *) GJmalloc(sizeof(char)); + i=0; + while((c = fgetc(fp)) != '*'){ + /* read characters until * */ + if(isalpha(c) || c == '-' || c == '.'){ + seqs[nseq].seq = (char *) GJrealloc(seqs[nseq].seq,sizeof(char) * (i+1)); + seqs[nseq].seq[i] = c; + ++i; + }else if(c == EOF){ + break; + } + } + } + seqs[nseq].slen = i; + if(i > allen) allen = i; + ++nseq; + } + } + } + + if(!quiet)fprintf(std_out,"All %d sequences read in\n",nseq); + if(!quiet)fprintf(std_out,"Writing .blc file\n"); + + for(i=0;i%s %s",seqs[i].id,seqs[i].title); + } + fprintf(fout,"* iteration 1\n"); + for(i=0;ione +>two +>three +>four +>five +* +ABCDE +EDFTD +AAAAA +LLL +PPPPP +GGGGG +SSSSS +ABCDE +EDFTD +AAAAA +LLL +PPPPP +GGGGG +* diff --git a/sources/alscript/src/fast2blc.c b/sources/alscript/src/fast2blc.c new file mode 100644 index 0000000..1faaf08 --- /dev/null +++ b/sources/alscript/src/fast2blc.c @@ -0,0 +1,201 @@ +/*************************************************************************** + +fast2blc: A program to convert a FASTA format alignment file to an + AMPS blockfile. + + Copyright: Geoffrey J. Barton (1992,1997) + + email: geoff@ebi.ac.uk + Please see the README file for details of conditions for use of this program. + + $Id: fast2blc.c,v 1.3 1999/07/09 10:35:29 geoff Exp $ + $Log: fast2blc.c,v $ + Revision 1.3 1999/07/09 10:35:29 geoff + Change version and copyright statement to reflect 1997 status + + Revision 1.2 1998/09/17 16:55:01 geoff + Check consistency with archive + + +**************************************************************************** + +Notes: This program can be run as a pipe: type fast2blc -q < input > output +Only error messages will be output to std_err + +Default mode is interactive and prompts for filenames. + +The storage for the sequences is allocated dynamically, so the MAX_SEQ_LEN +defines in the header file "defaults.h" have no effect. If a system memory +limit is reached, then a "malloc error" message will be written and the +program will stop. Most computers should happily cope with large numbers of +long sequences. If yours doesn't, some possible solutions are outlined in +the user manual - alscript.doc. + +24 Oct 1994 - modify to remove dots and dashes from input file before writing +output file (if -n option is second argument ). + +19 April 1995 - fast2blc derived from clus2blc to read a FASTA style alignment +file. This assumes the title line is after the id code rather than on the +next line. + +****************************************************************************/ + +#include +#include +#include +#include +#include + +#include "gjutil.h" +#include "array.h" +#include "defaults.h" + +#define TOKENS " \t\n" + + +main(int argc,char *argv[]) +{ + struct seqdat *seqs; + FILE *fp,*fout; + int nseq; + int found; + int i,j; + char *token,*sbit; + char *line; + extern FILE *std_err,*std_in,*std_out; + char *msffile; + char *blocfile; + int quiet; + char c; + int allen; /* total alignment length */ + int nodot; + + std_err = stderr; + std_in = stdin; + std_out = stdout; + + line = GJstrcreate(MAX_INLEN," "); + msffile = GJstrcreate(MAX_INLEN,NULL); + blocfile = GJstrcreate(MAX_INLEN,NULL); + + nseq = 0; + found = 0; + quiet = 0; + allen = 0; + nodot = 0; + + if(argc > 1){ + if(strcmp(argv[1],"-q")==0){ + /* Quiet mode - read .MSF file from stdin and output block file to stdout */ + quiet = 1; + fp = std_in; + fout = std_out; + } + if(argc > 2){ + if(strcmp(argv[2],"-n")==0){ + /* set flag to remove dots */ + nodot = 1; + } + } + }else{ + /* Verbose mode - prompt for all filenames */ + fprintf(std_out,"\n\n"); + fprintf(std_out,"FASTA format to AMPS Blockfile conversion\n"); + fprintf(std_out,"Copyright: G. J. Barton (1992)\n"); + fprintf(std_out,"Author: G. J. Barton (1992)\n\n"); + fprintf(std_out,"Max number/length of alignment - Defined by System\n"); + fprintf(std_out,"If you get a malloc error message - see manual\n\n"); + fprintf(std_out,"Enter FASTA format alignment filename: "); + + fscanf(std_in,"%s",msffile); + fprintf(std_out,"Opening: %s\n",msffile); + fp = GJfopen(msffile,"r",1); + + fprintf(std_out,"Enter Block filename: "); + fscanf(std_in,"%s",blocfile); + fprintf(std_out,"Opening: %s\n",blocfile); + fout = GJfopen(blocfile,"w",1); + } + + fprintf(fout,"\n"); + fprintf(fout,"Conversion of FASTA file to AMPS BLOCKFILE format\n"); + fprintf(fout,"fast2blc: Geoffrey J. Barton (1992)\n\n"); + + seqs = (struct seqdat *) GJmalloc(sizeof(struct seqdat)); + + if(!quiet)fprintf(std_out,"Reading .fas file\n"); + nseq = 0; + while(fgets(line,MAX_INLEN,fp) != NULL){ + if(line[0] == '>'){ + /* found an identifier */ + token = strtok(&line[1]," -\n"); + if(token != NULL){ + seqs = (struct seqdat *) GJrealloc(seqs,sizeof(struct seqdat) * (nseq + 1)); + seqs[nseq].id = GJstrdup(token); + token = strtok(NULL,"\n"); + if(token != NULL){ + /* assign the title line */ + seqs[nseq].title = GJstrdup(token); + seqs[nseq].seq = GJstrcreate(MAX_SEQ_LEN,NULL); + seqs[nseq].slen = 0; + seqs[nseq].seq = (char *) GJmalloc(sizeof(char)); + i=0; + while((c = fgetc(fp)) != '*'){ + /* read characters until * */ + if(isalpha(c) || c == '-' || c == '.'){ + seqs[nseq].seq = (char *) GJrealloc(seqs[nseq].seq,sizeof(char) * (i+1)); + seqs[nseq].seq[i] = c; + ++i; + }else if(c == EOF){ + break; + } + } + }else{ + fprintf(std_err, + "Error: No title in sequence %s - is this FASTA format?\n",seqs[nseq].id); + exit(1); + } + seqs[nseq].slen = i; + if(i > allen) allen = i; + ++nseq; + } + } + } + + if(!quiet)fprintf(std_out,"All %d sequences read in\n",nseq); + if(!quiet)fprintf(std_out,"Writing .blc file\n"); + + for(i=0;i%s %s\n",seqs[i].id,seqs[i].title); + } + fprintf(fout,"* iteration 1\n"); + for(i=0;i +#include +#include +#include +#include +#include +#include + +#include +#include + +/* define pointers for standard streams to allow redefinition to files */ + +FILE *std_err; +FILE *std_in; +FILE *std_out; + +/* clock externs */ +clock_t start_time, end_time,initial_time,final_time; + +void *GJmalloc(size_t size) +/* malloc with simple error check */ +/* G. J. Barton 1992 */ +{ + void *ptr; + ptr = (void *) malloc(size); + if(ptr == NULL){ + GJerror("malloc error"); + exit(0); + } + return ptr; +} + +void *GJrealloc(void *ptr,size_t size) +/* realloc with error check */ +/* G. J. Barton 1992 */ +{ + ptr = (void *) realloc(ptr,size); + if(ptr == NULL){ + GJerror("realloc error"); + exit(0); + } + return ptr; +} +void *GJmallocNQ(size_t size) +/* as for GJmalloc, but returns NULL on error*/ +/* G. J. Barton 1992 */ +{ + void *ptr; + ptr = (void *) malloc(size); + if(ptr == NULL){ + GJerror("malloc error"); + return NULL; + } + return ptr; +} + +void *GJreallocNQ(void *ptr,size_t size) +/* as for GJrealloc with error check but returns NULL on error*/ +/* G. J. Barton 1992 */ +{ + ptr = (void *) realloc(ptr,size); + if(ptr == NULL){ + GJerror("realloc error"); + return NULL; + } + return ptr; +} +void GJfree(void *ptr) +/* free with error check */ +/* G. J. Barton 1992 */ +{ + if(ptr == NULL){ + GJerror("Attempt to free NULL pointer"); + exit(0); + } + free(ptr); +} + +void GJerror(const char *prefix) +/* writes error message contained in prefix and contents of errno + to std_err. +*/ +/* G. J. Barton 1992 */ +{ + if(prefix != NULL){ + if(*prefix != '\0'){ + fprintf(std_err,"%s: ",prefix); + } + } + fprintf(std_err,"%s\n",strerror(errno)); +} + +/* +error: calls GJerror +*/ +void error(const char *str,int flag) +{ + GJerror(str); + if(flag)exit(0); +} + + +char *GJstoupper(const char *s) +/* return a copy of s in upper case */ +/* G. J. Barton 1992 */ +{ + char *temp; + int i; + temp = GJstrdup(s); + i=0; + while(temp[i] != '\0'){ + temp[i] = toupper(temp[i]); + ++i; + } + return temp; +} +char *GJstolower(const char *s) +/* return a copy of s in lower case */ +/* G. J. Barton 1992 */ +{ + char *temp; + int i; + temp = GJstrdup(s); + i=0; + while(temp[i] != '\0'){ + temp[i] = tolower(temp[i]); + ++i; + } + return temp; +} +char *GJstoup(char *s) +/* return s in upper case */ +/* G. J. Barton 1992 */ +{ + int i; + i=0; + while(s[i] != '\0'){ + s[i] = toupper(s[i]); + ++i; + } + return s; +} +char *GJstolo(char *s) +/* return s in lower case */ +/* G. J. Barton 1992 */ +{ + int i; + i=0; + while(s[i] != '\0'){ + s[i] = tolower(s[i]); + ++i; + } + return s; +} + +char *GJstrdup(const char *s) +/* returns a pointer to a copy of string s */ +/* G. J. Barton 1992 */ + +{ + char *temp; + temp = (char *) GJmalloc(sizeof(char) * (strlen(s)+1)); + temp = strcpy(temp,s); + return temp; +} + +char *GJstrrename(char *old,const char *new) +/* takes old which is a pointer to a string, then replaces the contents + of the string with new, reallocating to the correct size +*/ +{ + int nlen; + nlen = strlen(new); + old = (char *) GJrealloc(old,sizeof(char) * (nlen + 1)); + old = strcpy(old,new); + return old; +} + + + +FILE *GJfopen(const char *fname,const char *type,int action) +/* a file open function with error checking. The third argument +is set to 0 if we want a failed open to return, or 1 if we +want a failed open to exit the program. +*/ +/* G. J. Barton 1992 */ +/* modified July 1995 - error message only printed if action is 1 */ +{ + FILE *ret_val; + ret_val = fopen(fname,type); + if(ret_val == NULL){ + /* GJerror(strcat("Cannot Open File: ",fname));*/ + if(action == 1){ + GJerror(strcat("Cannot Open File: ",fname)); + exit(1); + } + } + return ret_val; +} + +int GJfclose(FILE *fp,int action) +/* a file close function with error checking. The second argument +is set to 0 if we want a failed close to return, or 1 if we +want a failed close to exit the program. +*/ +/* G. J. Barton 1992 */ +{ + int ret_val; + ret_val = fclose(fp); + if(ret_val != 0){ + if(action == 1){ + GJerror("Error closing File"); + exit(1); + } + } + return ret_val; +} + + +GJFILE *GJfilemake(const char *name,const char *type,int action) +/* If action = 1 then +Tries to open the file with the given name. If successful returns +a pointer to a struct file structure with the name and filehandle. If +the open fails, or action= 0 then returns a struct file structure +with the name and a NULL filehandle */ +/* G. J. Barton 1995 */ +{ + GJFILE *ret_val; + ret_val = (GJFILE *) GJmalloc(sizeof(GJFILE)); + ret_val->name = GJstrdup(name); + if(action == 1) { + ret_val->handle = GJfopen(ret_val->name,type,0); + }else if(action == 0){ + ret_val->handle = NULL; + } + return ret_val; +} + +GJFILE *GJfilerename(GJFILE *ret_val, const char *name) +/* When passed the fval structure - renames the name part of the +file structure to name, if the handle is non null it tries to close +the file, then sets the file handle to NULL. */ +/* G. J. Barton 1995 */ +{ + if(ret_val->name != NULL) { + GJfree(ret_val->name); + ret_val->name = GJstrdup(name); + } + if(ret_val->handle != NULL) { + GJfclose(ret_val->handle,0); + ret_val->handle = NULL; + } + return ret_val; +} + +GJFILE *GJfileclose(GJFILE *ret_val,int action) +/* Closes a file named in the struct file structure returns the struct + file structure */ + +/* G. J. Barton July 1995 */ +{ + STD_FILES; + + if(GJfclose(ret_val->handle,0) == 0){ + return ret_val; + }else { + if(action == 1){ + GJerror("Error closing File"); + fprintf(std_err,"%s\n",ret_val->name); + exit(-1); + } + } + return ret_val; +} + +GJFILE *GJfileopen(GJFILE *ret_val,const char *type,int action) +/* Opens a file named in the struct file structure */ + +/* G. J. Barton October 1995 */ +{ + STD_FILES; + + ret_val->handle = GJfopen(ret_val->name,type,0); + if(ret_val->handle == NULL){ + if(action == 1){ + GJerror("Error opening File"); + fprintf(std_err,"%s\n",ret_val->name); + exit(-1); + } + } + return ret_val; +} + +GJFILE *GJfileclean(GJFILE *ret_val,int action) +/* Closes the file then sets the file pointer to NULL, then + frees the filename string */ + +/* G. J. Barton July 1995 */ +{ + if(GJfclose(ret_val->handle,0) == 0) { + ret_val->handle = NULL; + GJfree(ret_val->name); + return ret_val; + }else { + if(action == 1){ + GJerror("Error closing File"); + fprintf(std_err,"%s\n",ret_val->name); + exit(-1); + } + } + return ret_val; +} + +void GJinitfile(void) +/* just set the standard streams */ +{ + std_err = stderr; + std_in = stdin; + std_out = stdout; +} + +char *GJfnonnull(char *string) +/* return pointer to first non null character in the string */ +/* this could cause problems if the string is not null terminated */ +{ + while(*string != '\0'){ + ++string; + } + return ++string; +} + +char *GJstrappend(char *string1, char *string2) +/* appends string2 to the end of string2. Any newline characters are removed +from string1, then the first character of string2 overwrites the null at the +end of string1. +string1 and string2 must have been allocated with malloc. +*/ +/* G. J. Barton July 1992 */ +{ + char *ret_val; + ret_val = GJremovechar(string1,'\n'); + ret_val = (char *) GJrealloc(ret_val, + sizeof(char) * (strlen(ret_val) + strlen(string2) + 1)); + ret_val = strcat(ret_val,string2); + return ret_val; +} + +char *GJremovechar(char *string,char c) +/* removes all instances of character c from string + returns a pointer to the reduced, null terminated string + 11/8/1996: couple of bugs found in this routine. + the length of the string returned was too short by 2 bytes. + This is a dodgy routine since string is freed. +*/ +/* G. J. Barton (July 1992) */ +{ + char *temp; + int j,i,nchar; + nchar = 0; + i=0; + while(string[i] != '\0'){ + if(string[i] == c){ + ++nchar; + } + ++i; + } + if(nchar == 0){ + return string; + }else{ + temp = (char *) GJmalloc(sizeof(char) * (strlen(string)-nchar + 1)); + j=0; + i=0; + while(string[i] != '\0'){ + if(string[i] != c){ + temp[j] = string[i]; + ++j; + } + ++i; + } + temp[j] = '\0'; + GJfree(string); + return temp; + } +} + +char *GJremovechar2(char *string,char c) +/* removes all instances of character c from string + returns a pointer to the reduced, null terminated string +*/ +/* G. J. Barton (July 1992) */ +{ + char *temp; + int i,k,len; + k=0; + len=strlen(string); + temp = (char *) GJmalloc(sizeof(char) * (len+1)); + for(i=0;i<(len+1);++i){ + if(string[i] != c){ + temp[k] = string[i]; + ++k; + } + } + for(i=0;i<(strlen(temp)+1);++i){ + string[i] = temp[i]; + } + GJfree(temp); + return string; +} + + +char *GJsubchar(char *string,char c2,char c1) +/* substitutes c1 for c2 in string +*/ +/* G. J. Barton (July 1992) */ +{ + int i; + + i=0; + while(string[i] != '\0'){ + if(string[i] == c1){ + string[i] = c2; + } + ++i; + } + return string; +} + +/* create a string and if fchar != NULL fill with characters */ +/* always set the len-1 character to '\0' */ + +char *GJstrcreate(size_t len,char *fchar) +{ + char *ret_val; + ret_val = (char *) GJmalloc(sizeof(char) * len); + --len; + ret_val[len] = '\0'; + if(fchar != NULL){ + while(len > -1){ + ret_val[len] = *fchar; + --len; + } + } + return ret_val; +} + +/* searches for string s2 in string s1 and returns pointer to first instance +of s2 in s1 or NULL if no instance found. s1 and s2 must be null terminated +*/ +char *GJstrlocate(char *s1, char *s2) +{ + int i=0; + int j=0; + int k; + if(strlen(s1) == 0 || strlen(s2) == 0) return NULL; + while(i < strlen(s1)){ + j=0; + k=i; + while(j < strlen(s2) && s1[k] == s2[j]){ + ++k; + ++j; + } + if(j == strlen(s2)) return &s1[i]; + ++i; + } + return NULL; +} +#include +#include + + +/* GJstrtok() + +This version of strtok places the work pointer at the location of the first +character in the next token, rather than just after the last character of the +current token. This is useful for extracting quoted strings +*/ + +char *GJstrtok(char *input_string,const char *token_list) +{ + static char *work; + char *return_ptr; + + if(input_string != NULL){ + /* first call */ + work = input_string; + } + + /* search for next non-token character */ + while(strchr(token_list,*work)!=NULL){ + ++work; + } + + if(*work == '\0'){ + /* if we've reached the end of string, then return NULL */ + return NULL; + }else{ + return_ptr = (char *) work; + while(strchr(token_list,*work) == NULL){ + if(*work == '\0'){ + /* end of the string */ + return return_ptr; + }else{ + ++work; + } + } + *work = '\0'; + ++work; + /* now increment work until we find the next non-delimiter character */ + while(strchr(token_list,*work) != NULL){ + if(*work == '\0'){ + break; + }else{ + ++work; + } + } + return return_ptr; + } +} +/************************************************************************** +return a pointer to space for a rectangular unsigned character array +Version 2.0 ANSI and uses GJmallocNQ +--------------------------------------------------------------------------*/ + +unsigned char **uchararr(int i,int j) +{ + unsigned char **temp; + int k, rowsiz; + + temp = (unsigned char **) GJmallocNQ(sizeof(unsigned char *) * i); + if(temp == NULL) return NULL; + + rowsiz = sizeof(unsigned char) * j; + + for (k = 0; k < i; ++k){ + temp[k] = (unsigned char *) GJmallocNQ(rowsiz); + if(temp[k] == NULL) return NULL; + } + return temp; +} + +/************************************************************************** +free up space pointed to by rectangular unsigned character array +-------------------------------------------------------------------------*/ +void ucharfree(unsigned char **array,int i) + +{ + int k; + + for (k = 0; k < i; ++k){ + GJfree((char *) array[k]); + } + GJfree((char *) array); + +} + +/************************************************************************** +return a pointer to space for a rectangular signed character array +Version 2.0 ANSI +--------------------------------------------------------------------------*/ +signed char **chararr(int i,int j) + +{ + signed char **temp; + int k, rowsiz; + + temp = (signed char **) GJmallocNQ(sizeof(char *) * i); + + if(temp == NULL) return NULL; + + rowsiz = sizeof(char) * j; + + for (k = 0; k < i; ++k){ + temp[k] = (signed char *) GJmallocNQ(rowsiz); + if(temp[k] == NULL) return NULL; + } + return temp; +} + + +/* mcheck - check a call to malloc - if the call has failed, print the +error message and exit the program */ +/* ANSI Version - also uses GJerror routine and ptr is declared void*/ + +void mcheck(void *ptr,char *msg) + +{ + if(ptr == NULL){ + GJerror("malloc/realloc error"); + exit(0); + } +} + +/* set a string to blanks and add terminating nul */ +char *GJstrblank(char *string,int len) + +{ + --len; + string[len] = '\0'; + --len; + while(len > -1){ + string[len] = ' '; + --len; + } + return string; +} + +/* Initialise an unsigned char array */ +void GJUCinit(unsigned char **array,int i,int j,unsigned char val) +{ + int k,l; + + for(k=0;k0){ + token[i] = '\0'; + return token; + } + } +/* GJerror("End of File Encountered");*/ + GJfree(token); + return NULL; +} + +struct tokens *GJgettokens(const char *delims, char *buff) +/* This splits a buffer into tokens at each position defined by delims.*/ +/* The structure returned contains the number of tokens and the */ +/* tokens themselves as a char ** array */ +{ + char *token; + struct tokens *tok; + + token = strtok(buff,delims); + if(token == NULL) return NULL; + + tok = (struct tokens *) GJmalloc(sizeof(struct tokens)); + tok->ntok = 0; + tok->tok = (char **) GJmalloc(sizeof(char *)); + tok->tok[0] = GJstrdup(token); + ++tok->ntok; + while((token = strtok(NULL,delims)) != NULL) { + tok->tok = (char **) GJrealloc(tok->tok,sizeof(char *) * (tok->ntok+1)); + tok->tok[tok->ntok] = GJstrdup(token); + ++tok->ntok; + } + + return tok; +} + +void GJfreetokens(struct tokens *tok) +/* frees a tokens structure */ + +{ + int i; + for(i=0;intok;++i) { + GJfree(tok->tok[i]); + } + GJfree(tok->tok); + GJfree(tok); + tok = NULL; /* add this to avoid odd pointer 27/6/1997*/ +} + +char * GJtoktostr(struct tokens *tok,char delim,int s, int e) + +/* + returns a string with the tokens between s and e inclusive written to + it separated by delim + the tok structure is unmodified. +*/ + +{ + int n, i, j,k; + char *ret_val; + + n = 0; + + + if(s < 0 || s >= tok->ntok) s = 0; + if(e < 0 || e >= tok->ntok) e = tok->ntok - 1; + + for(i=s;i<=e;++i){ + n += strlen(tok->tok[i]); + ++n; + } + + ret_val = (char *) GJmalloc(sizeof(char) * n); + j = 0; + for(i=s;i<=e;++i){ + for(k=0;ktok[i]);++k){ + ret_val[j] = tok->tok[i][k]; + ++j; + } + ret_val[j++] = delim; + } + ret_val[n-1] = '\0'; + return ret_val; +} + +/* +void GJ_start_clock() +{ + extern clock_t start_time, end_time,initial_time,final_time; + start_time = clock(); + initial_time = start_time; +} + +void GJ_stop_clock(FILE *fp) +{ + extern clock_t start_time, end_time,initial_time,final_time; + end_time = clock(); + fprintf(fp,"CPU time: %f seconds\n", + ((float) (end_time - start_time))/CLOCKS_PER_SEC); +} +*/ + + +void GJ_start_clock(void) +{ + GJ_init_times(); +} + +void GJ_stop_clock(FILE *fp) +{ + GJ_show_times(fp,3); + GJ_reset_times(); +} + + +void GJindexx(int *arrin,int n,int *indx) + /* indexed heap sort - adapted from the NR routine indexx. + inarr is an integer array to sort, + indx is the returned index array + */ +{ + int l,j,ir,indxt,i; + float q; + + for (j=1;j<=n;j++) indx[j]=j; + l=(n >> 1) + 1; + ir=n; + for (;;) { + if (l > 1) + q=arrin[(indxt=indx[--l])]; + else { + q=arrin[(indxt=indx[ir])]; + indx[ir]=indx[1]; + if (--ir == 1) { + indx[1]=indxt; + return; + } + } + i=l; + j=l << 1; + while (j <= ir) { + if (j < ir && arrin[indx[j]] < arrin[indx[j+1]]) j++; + if (q < arrin[indx[j]]) { + indx[i]=indx[j]; + j += (i=j); + } + else j=ir+1; + } + indx[i]=indxt; + } +} + + + +void GJpline(FILE *fp,char c,int n) +/* print n copies of c to fp terminated by newline */ +{ + int i; + for(i=0;i n){ + for(i=0;i imax) imax = ivec[i]; + if(ivec[i] < imin) imin = ivec[i]; + } + + ret_val = (IRANGE *) GJmalloc(sizeof(IRANGE)); + ret_val->min = imin; + ret_val->max = imax; + + return ret_val; +} + +/* + +$Id: gjutil.c,v 1.2 1998/09/17 16:55:01 geoff Exp $ + +$Log: gjutil.c,v $ +Revision 1.2 1998/09/17 16:55:01 geoff +Check consistency with archive + +Revision 1.8 1998/08/11 15:38:50 geoff +Modified the copyright notice to reflect the new +ownership of this software. + +Revision 1.7 1997/06/29 00:43:57 gjb +Changes to add sysinfo calls and test of license reading routines + +Revision 1.6 1997/06/27 16:42:41 gjb +Add trlic.c test.lic and clean up gjutil.c + +Revision 1.5 1997/06/27 07:17:31 gjb +Added rlic.c linfo.h and +changes to gjutil.c to give better support for +token manipulation + +Revision 1.4 1997/05/12 11:10:53 gjb +Re-added gjutil.c and gjutil.h to repository +after deleting them + +Revision 1.2 1997/05/12 10:47:52 gjb +Modified CVS header and log position + +*/ diff --git a/sources/alscript/src/gjutil.h b/sources/alscript/src/gjutil.h new file mode 100644 index 0000000..c5aa1a2 --- /dev/null +++ b/sources/alscript/src/gjutil.h @@ -0,0 +1,109 @@ +#ifndef GJ_UTIL_H +#define GJ_UTIL_H + +/* +$Id: gjutil.h,v 1.2 1998/09/17 16:55:02 geoff Exp $ +*/ + +#include + + +typedef int GJ_LIM; /* type for limits - e.g. max buffer length */ +typedef int GJ_PEN; /* type for gap penalties */ +typedef int GJ_FLG; /* Flag type - usually just 1 or 0 */ +typedef float GJ_FLOAT; /* Single precision floating point type */ +typedef double GJ_DBL; /* a double precision floating point type */ +typedef int GJ_S_COUNT; /* small counter */ +typedef long GJ_L_COUNT; /* long counter */ + +typedef struct { /* structure to hold a filename and */ + char *name; /* associated handle */ + FILE *handle; +} GJFILE; + +struct tokens { /* structure to hold tokens parsed from */ + int ntok; /* string with strtok */ + char **tok; +}; + +typedef struct { + int min; + int max; +} IRANGE; + +#define STD_FILES extern FILE *std_in,*std_out,*std_err + +/* utility.h function definitions */ + +void *GJmalloc(size_t); +void *GJrealloc(void *,size_t); +void *GJmallocNQ(size_t); +void *GJreallocNQ(void *,size_t); +void GJfree(void *); +void GJerror(const char *); +char *GJstrdup(const char *); +char *GJstoupper(const char *); +char *GJstolower(const char *); +char *GJstoup(char *); +char *GJstolo(char *); + +FILE *GJfopen(const char *, const char *,int); +int GJfclose(FILE *,int); +GJFILE *GJfilemake(const char *name,const char *type,int action); +GJFILE *GJfilerename(GJFILE *ret_val, const char *name); +GJFILE *GJfileclose(GJFILE *ret_val,int action); +GJFILE *GJfileopen(GJFILE *ret_val,const char *type,int action); +GJFILE *GJfileclean(GJFILE *fval,int action); +void GJinitfile(void); + +char *GJfnonnull(char *); +char *GJstrappend(char *,char *); +char *GJremovechar(char *,char); +char *GJremovechar2(char *string,char c); +char *GJstrcreate(size_t, char *); +char *GJstrlocate(char *,char *); +char *GJsubchar(char *,char,char); +char *GJstrtok(char *,const char *); +void error(const char *, int); +unsigned char **uchararr(int,int); +void ucharfree(unsigned char **array,int i); +signed char **chararr(int,int); +void GJCinit(signed char **,int ,int ,char ); +void mcheck(void *, char *); +char *GJstrblank(char *, int); +void GJUCinit(unsigned char **,int ,int ,unsigned char ); +char *GJcat(int N,...); +struct tokens *GJgettokens(const char *delims, char *buff); +void GJfreetokens(struct tokens *tok); +char * GJtoktostr(struct tokens *tok, char delim, int s, int e); +void GJ_start_clock(void); +void GJ_stop_clock(FILE *fp); +char *GJstrrename(char *old,const char *new); +void GJindexx(int *arrin,int n,int *indx); + +void GJpline(FILE *fp,char c,int n); +char *GJlocaltime(void); +void GJpstring(FILE *fp,char *s,int n); + +IRANGE *irange(int *ivec, int n); + +/* +$Log: gjutil.h,v $ +Revision 1.2 1998/09/17 16:55:02 geoff +Check consistency with archive + +Revision 1.5 1997/06/27 07:17:32 gjb +Added rlic.c linfo.h and +changes to gjutil.c to give better support for +token manipulation + +Revision 1.4 1997/05/12 11:10:54 gjb +Re-added gjutil.c and gjutil.h to repository +after deleting them + +Revision 1.2 1997/05/12 10:47:52 gjb +Modified CVS header and log position + +*/ +#endif /* GJ_UTIL_H */ + diff --git a/sources/alscript/src/makefile b/sources/alscript/src/makefile new file mode 100644 index 0000000..baeb9c6 --- /dev/null +++ b/sources/alscript/src/makefile @@ -0,0 +1,61 @@ +# Makefile for ALSCRIPT, msf2blc and clus2blc programs +# +# These programs require an ANSI C compiler +# +# This makefile is for gcc linux computers it should need only +# minor modifications to work on other computer types, e.g. Sun +# Dec etc. This also appears to work under cygwin, though you +# have to use the --unix flag to make. +# +# +CC = gcc +MACHINE = linux +CFLAGS = -O2 -I./ -I../gjutil/ +LFLAGS = -o +ALOBJS = alscript.o alps.o ../gjutil/gjutil.o agetbloc.o ckdd.o ../gjutil/gjtimes.o +# +PROGS = alscript msf2blc clus2blc alsnum fast2blc + +all: $(PROGS) + +alscript: $(ALOBJS) + $(CC) $(CFLAGS) $(ALOBJS) $(LFLAGS) alscript +msf2blc: msf2blc.o ../gjutil/gjutil.o ../gjutil/gjtimes.o + $(CC) $(CFLAGS) msf2blc.o ../gjutil/gjutil.o ../gjutil/gjtimes.o $(LFLAGS) msf2blc +clus2blc: clus2blc.o ../gjutil/gjutil.o ../gjutil/gjtimes.o + $(CC) $(CFLAGS) clus2blc.o ../gjutil/gjutil.o ../gjutil/gjtimes.o $(LFLAGS) clus2blc +fast2blc: fast2blc.o ../gjutil/gjutil.o ../gjutil/gjtimes.o + $(CC) $(CFLAGS) fast2blc.o ../gjutil/gjutil.o ../gjutil/gjtimes.o $(LFLAGS) fast2blc +alsnum: alsnum.o ../gjutil/gjutil.o agetbloc.o ../gjutil/gjtimes.o + $(CC) $(CFLAGS) alsnum.o ../gjutil/gjutil.o agetbloc.o ../gjutil/gjtimes.o $(LFLAGS) alsnum + + +alscript.o: alscript.c array.h ../gjutil/gjutil.h version.h + $(CC) $(CFLAGS) -c alscript.c + +alps.o: alps.c array.h ../gjutil/gjutil.h version.h + $(CC) $(CFLAGS) -c alps.c + +agetbloc.o: agetbloc.c array.h ../gjutil/gjutil.h + $(CC) $(CFLAGS) -c agetbloc.c + +../gjutil/gjutil.o: ../gjutil/gjutil.c ../gjutil/gjutil.h ../gjutil/gjtimes.o + (cd ../gjutil; $(CC) $(CFLAGS) -c gjutil.c gjtimes.o ; cd ../src) + +../gjutil/gjtimes.o: ../gjutil/gjtimes.c ../gjutil/gjtimes.h + (cd ../gjutil; $(CC) $(CFLAGS) -c gjtimes.c ; cd ../src) + +clus2blc.o: clus2blc.c array.h ../gjutil/gjutil.h defaults.h + $(CC) $(CFLAGS) -c clus2blc.c + +msf2blc.o: msf2blc.c array.h ../gjutil/gjutil.h defaults.h + $(CC) $(CFLAGS) -c msf2blc.c + +fast2blc.o: fast2blc.c array.h ../gjutil/gjutil.h defaults.h + $(CC) $(CFLAGS) -c fast2blc.c + +ckdd.o: ckdd.c array.h + $(CC) $(CFLAGS) -c ckdd.c + +alsnum.o: alsnum.c array.h ../gjutil/gjutil.h defaults.h + $(CC) $(CFLAGS) -c alsnum.c diff --git a/sources/alscript/src/makefile.gcc b/sources/alscript/src/makefile.gcc new file mode 100644 index 0000000..a01589e --- /dev/null +++ b/sources/alscript/src/makefile.gcc @@ -0,0 +1,63 @@ +# Makefile for ALSCRIPT, msf2blc and clus2blc programs +# +# These programs require an ANSI C compiler +# +# This makefile is for Sun computers +# +CC = gcc +MACHINE = gcc +CFLAGS = -O2 -I./ +LFLAGS = -o +ALOBJS = alscript.o alps.o gjutil.o agetbloc.o ckdd.o gjtimes.o +# +PROGS = alscript msf2blc clus2blc alsnum fast2blc + +all: $(PROGS) + +alscript: $(ALOBJS) + $(CC) $(CFLAGS) $(ALOBJS) $(LFLAGS) alscript +msf2blc: msf2blc.o gjutil.o + $(CC) $(CFLAGS) msf2blc.o gjutil.o $(LFLAGS) msf2blc +clus2blc: clus2blc.o gjutil.o + $(CC) $(CFLAGS) clus2blc.o gjutil.o $(LFLAGS) clus2blc +fast2blc: fast2blc.o gjutil.o + $(CC) $(CFLAGS) fast2blc.o gjutil.o $(LFLAGS) fast2blc +alsnum: alsnum.o gjutil.o agetbloc.o + $(CC) $(CFLAGS) alsnum.o gjutil.o agetbloc.o $(LFLAGS) alsnum + +alscript.o: alscript.c array.h gjutil.h version.h + $(CC) $(CFLAGS) -c alscript.c + +alps.o: alps.c array.h gjutil.h version.h + $(CC) $(CFLAGS) -c alps.c + +agetbloc.o: agetbloc.c array.h gjutil.h + $(CC) $(CFLAGS) -c agetbloc.c + +gjutil.o: gjutil.c gjutil.h gjtimes.o + $(CC) $(CFLAGS) -c gjutil.c + +gjtimes.o: gjtimes.c gjtimes.h + $(CC) $(CFLAGS) -c gjtimes.c + +clus2blc.o: clus2blc.c array.h gjutil.h defaults.h + $(CC) $(CFLAGS) -c clus2blc.c + +msf2blc.o: msf2blc.c array.h gjutil.h defaults.h + $(CC) $(CFLAGS) -c msf2blc.c + +ckdd.o: ckdd.c array.h + $(CC) $(CFLAGS) -c ckdd.c + +alsnum.o: alsnum.c array.h gjutil.h defaults.h + $(CC) $(CFLAGS) -c alsnum.c + + + + + + + + + + diff --git a/sources/alscript/src/makefile.linux b/sources/alscript/src/makefile.linux new file mode 100644 index 0000000..baeb9c6 --- /dev/null +++ b/sources/alscript/src/makefile.linux @@ -0,0 +1,61 @@ +# Makefile for ALSCRIPT, msf2blc and clus2blc programs +# +# These programs require an ANSI C compiler +# +# This makefile is for gcc linux computers it should need only +# minor modifications to work on other computer types, e.g. Sun +# Dec etc. This also appears to work under cygwin, though you +# have to use the --unix flag to make. +# +# +CC = gcc +MACHINE = linux +CFLAGS = -O2 -I./ -I../gjutil/ +LFLAGS = -o +ALOBJS = alscript.o alps.o ../gjutil/gjutil.o agetbloc.o ckdd.o ../gjutil/gjtimes.o +# +PROGS = alscript msf2blc clus2blc alsnum fast2blc + +all: $(PROGS) + +alscript: $(ALOBJS) + $(CC) $(CFLAGS) $(ALOBJS) $(LFLAGS) alscript +msf2blc: msf2blc.o ../gjutil/gjutil.o ../gjutil/gjtimes.o + $(CC) $(CFLAGS) msf2blc.o ../gjutil/gjutil.o ../gjutil/gjtimes.o $(LFLAGS) msf2blc +clus2blc: clus2blc.o ../gjutil/gjutil.o ../gjutil/gjtimes.o + $(CC) $(CFLAGS) clus2blc.o ../gjutil/gjutil.o ../gjutil/gjtimes.o $(LFLAGS) clus2blc +fast2blc: fast2blc.o ../gjutil/gjutil.o ../gjutil/gjtimes.o + $(CC) $(CFLAGS) fast2blc.o ../gjutil/gjutil.o ../gjutil/gjtimes.o $(LFLAGS) fast2blc +alsnum: alsnum.o ../gjutil/gjutil.o agetbloc.o ../gjutil/gjtimes.o + $(CC) $(CFLAGS) alsnum.o ../gjutil/gjutil.o agetbloc.o ../gjutil/gjtimes.o $(LFLAGS) alsnum + + +alscript.o: alscript.c array.h ../gjutil/gjutil.h version.h + $(CC) $(CFLAGS) -c alscript.c + +alps.o: alps.c array.h ../gjutil/gjutil.h version.h + $(CC) $(CFLAGS) -c alps.c + +agetbloc.o: agetbloc.c array.h ../gjutil/gjutil.h + $(CC) $(CFLAGS) -c agetbloc.c + +../gjutil/gjutil.o: ../gjutil/gjutil.c ../gjutil/gjutil.h ../gjutil/gjtimes.o + (cd ../gjutil; $(CC) $(CFLAGS) -c gjutil.c gjtimes.o ; cd ../src) + +../gjutil/gjtimes.o: ../gjutil/gjtimes.c ../gjutil/gjtimes.h + (cd ../gjutil; $(CC) $(CFLAGS) -c gjtimes.c ; cd ../src) + +clus2blc.o: clus2blc.c array.h ../gjutil/gjutil.h defaults.h + $(CC) $(CFLAGS) -c clus2blc.c + +msf2blc.o: msf2blc.c array.h ../gjutil/gjutil.h defaults.h + $(CC) $(CFLAGS) -c msf2blc.c + +fast2blc.o: fast2blc.c array.h ../gjutil/gjutil.h defaults.h + $(CC) $(CFLAGS) -c fast2blc.c + +ckdd.o: ckdd.c array.h + $(CC) $(CFLAGS) -c ckdd.c + +alsnum.o: alsnum.c array.h ../gjutil/gjutil.h defaults.h + $(CC) $(CFLAGS) -c alsnum.c diff --git a/sources/alscript/src/makefile.osf b/sources/alscript/src/makefile.osf new file mode 100644 index 0000000..26fb3dd --- /dev/null +++ b/sources/alscript/src/makefile.osf @@ -0,0 +1,56 @@ +# Makefile for ALSCRIPT, msf2blc and clus2blc programs +# +# 22 June 1993: Add alsnum program +# +# These programs require an ANSI C compiler +# +# This makefile is for Sun computers +# +CC = cc +MACHINE = osf +CFLAGS = -O2 -Olimit 1500 -I./ +LFLAGS = -o +ALOBJS = alscript.o alps.o gjutil.o agetbloc.o ckdd.o gjtimes.o +# +PROGS = alscript msf2blc clus2blc alsnum fast2blc + +all: $(PROGS) + +alscript: $(ALOBJS) + $(CC) $(CFLAGS) $(ALOBJS) $(LFLAGS) alscript +msf2blc: msf2blc.o gjutil.o gjtimes.o + $(CC) $(CFLAGS) msf2blc.o gjutil.o gjtimes.o $(LFLAGS) msf2blc +clus2blc: clus2blc.o gjutil.o gjtimes.o + $(CC) $(CFLAGS) clus2blc.o gjutil.o gjtimes.o $(LFLAGS) clus2blc +fast2blc: fast2blc.o gjutil.o gjtimes.o + $(CC) $(CFLAGS) fast2blc.o gjutil.o gjtimes.o $(LFLAGS) fast2blc +alsnum: alsnum.o gjutil.o agetbloc.o gjtimes.o + $(CC) $(CFLAGS) alsnum.o gjutil.o agetbloc.o gjtimes.o $(LFLAGS) alsnum + + +alscript.o: alscript.c array.h gjutil.h version.h + $(CC) $(CFLAGS) -c alscript.c + +alps.o: alps.c array.h gjutil.h version.h + $(CC) $(CFLAGS) -c alps.c + +agetbloc.o: agetbloc.c array.h gjutil.h + $(CC) $(CFLAGS) -c agetbloc.c + +gjutil.o: gjutil.c gjutil.h gjtimes.o + $(CC) $(CFLAGS) -c gjutil.c gjtimes.o + +gjtimes.o: gjtimes.c gjtimes.h + $(CC) $(CFLAGS) -c gjtimes.c + +clus2blc.o: clus2blc.c array.h gjutil.h defaults.h + $(CC) $(CFLAGS) -c clus2blc.c + +msf2blc.o: msf2blc.c array.h gjutil.h defaults.h + $(CC) $(CFLAGS) -c msf2blc.c + +ckdd.o: ckdd.c array.h + $(CC) $(CFLAGS) -c ckdd.c + +alsnum.o: alsnum.c array.h gjutil.h defaults.h + $(CC) $(CFLAGS) -c alsnum.c diff --git a/sources/alscript/src/makefile.sgi b/sources/alscript/src/makefile.sgi new file mode 100644 index 0000000..3a2aebc --- /dev/null +++ b/sources/alscript/src/makefile.sgi @@ -0,0 +1,56 @@ +# Makefile for ALSCRIPT, msf2blc and clus2blc programs +# +# These programs require an ANSI C compiler +# +# This makefile is for Silicon Graphics computers it should need only +# minor modifications to work on other computer types, e.g. Sun +# Dec etc. +# +CC = cc +MACHINE = sgi +CFLAGS = -O1 -I./ -I../gjutil/ +LFLAGS = -o +ALOBJS = alscript.o alps.o ../gjutil/gjutil.o agetbloc.o ckdd.o ../gjutil/gjtimes.o +# +PROGS = alscript msf2blc clus2blc alsnum fast2blc + +all: $(PROGS) + +alscript: $(ALOBJS) + $(CC) $(CFLAGS) $(ALOBJS) $(LFLAGS) alscript +msf2blc: msf2blc.o ../gjutil/gjutil.o ../gjutil/gjtimes.o + $(CC) $(CFLAGS) msf2blc.o ../gjutil/gjutil.o ../gjutil/gjtimes.o $(LFLAGS) msf2blc +clus2blc: clus2blc.o ../gjutil/gjutil.o ../gjutil/gjtimes.o + $(CC) $(CFLAGS) clus2blc.o ../gjutil/gjutil.o ../gjutil/gjtimes.o $(LFLAGS) clus2blc +fast2blc: fast2blc.o ../gjutil/gjutil.o ../gjutil/gjtimes.o + $(CC) $(CFLAGS) fast2blc.o ../gjutil/gjutil.o ../gjutil/gjtimes.o $(LFLAGS) fast2blc +alsnum: alsnum.o ../gjutil/gjutil.o agetbloc.o ../gjutil/gjtimes.o + $(CC) $(CFLAGS) alsnum.o ../gjutil/gjutil.o agetbloc.o ../gjutil/gjtimes.o $(LFLAGS) alsnum + + +alscript.o: alscript.c array.h ../gjutil/gjutil.h version.h + $(CC) $(CFLAGS) -c alscript.c + +alps.o: alps.c array.h ../gjutil/gjutil.h version.h + $(CC) $(CFLAGS) -c alps.c + +agetbloc.o: agetbloc.c array.h ../gjutil/gjutil.h + $(CC) $(CFLAGS) -c agetbloc.c + +../gjutil/gjutil.o: ../gjutil/gjutil.c ../gjutil/gjutil.h ../gjutil/gjtimes.o + (cd ../gjutil; $(CC) $(CFLAGS) -c gjutil.c gjtimes.o ; cd ../src) + +../gjutil/gjtimes.o: ../gjutil/gjtimes.c ../gjutil/gjtimes.h + (cd ../gjutil; $(CC) $(CFLAGS) -c gjtimes.c ; cd ../src) + +clus2blc.o: clus2blc.c array.h ../gjutil/gjutil.h defaults.h + $(CC) $(CFLAGS) -c clus2blc.c + +msf2blc.o: msf2blc.c array.h ../gjutil/gjutil.h defaults.h + $(CC) $(CFLAGS) -c msf2blc.c + +ckdd.o: ckdd.c array.h + $(CC) $(CFLAGS) -c ckdd.c + +alsnum.o: alsnum.c array.h ../gjutil/gjutil.h defaults.h + $(CC) $(CFLAGS) -c alsnum.c diff --git a/sources/alscript/src/makefile.sol b/sources/alscript/src/makefile.sol new file mode 100644 index 0000000..3b585be --- /dev/null +++ b/sources/alscript/src/makefile.sol @@ -0,0 +1,63 @@ +# Makefile for ALSCRIPT, msf2blc and clus2blc programs +# +# 22 June 1993: Add alsnum program +# +# These programs require an ANSI C compiler +# +# This makefile is for Sun computers running Solaris 2.x +# +CC = cc +MACHINE = sol +CFLAGS = -O +LFLAGS = -I./ -o +ALOBJS = alscript.o alps.o gjutil.o agetbloc.o ckdd.o gjtimes.o +# +PROGS = alscript msf2blc clus2blc alsnum fast2blc + +all: $(PROGS) + +alscript: $(ALOBJS) + $(CC) $(CFLAGS) $(ALOBJS) $(LFLAGS) alscript +msf2blc: msf2blc.o gjutil.o gjtimes.o + $(CC) $(CFLAGS) msf2blc.o gjutil.o $(LFLAGS) msf2blc +clus2blc: clus2blc.o gjutil.o gjtimes.o + $(CC) $(CFLAGS) clus2blc.o gjutil.o $(LFLAGS) clus2blc +fast2blc: fast2blc.o gjutil.o gjtimes.o + $(CC) $(CFLAGS) fast2blc.o gjutil.o $(LFLAGS) fast2blc +alsnum: alsnum.o gjutil.o agetbloc.o gjtimes.o + $(CC) $(CFLAGS) alsnum.o gjutil.o agetbloc.o gjtimes.o $(LFLAGS) alsnum + +alscript.o: alscript.c array.h gjutil.h version.h + $(CC) $(CFLAGS) -c alscript.c + +alps.o: alps.c array.h gjutil.h version.h + $(CC) $(CFLAGS) -c alps.c + +agetbloc.o: agetbloc.c array.h gjutil.h + $(CC) $(CFLAGS) -c agetbloc.c + +gjutil.o: gjutil.c gjutil.h + $(CC) $(CFLAGS) -c gjutil.c + +clus2blc.o: clus2blc.c array.h gjutil.h defaults.h + $(CC) $(CFLAGS) -c clus2blc.c + +fast2blc.o: fast2blc.c array.h gjutil.h defaults.h + $(CC) $(CFLAGS) -c fast2blc.c + +msf2blc.o: msf2blc.c array.h gjutil.h defaults.h + $(CC) $(CFLAGS) -c msf2blc.c + +ckdd.o: ckdd.c array.h + $(CC) $(CFLAGS) -c ckdd.c + +alsnum.o: alsnum.c array.h gjutil.h defaults.h + $(CC) $(CFLAGS) -c alsnum.c + + + + + + + + diff --git a/sources/alscript/src/makefile.sun b/sources/alscript/src/makefile.sun new file mode 100644 index 0000000..be86d78 --- /dev/null +++ b/sources/alscript/src/makefile.sun @@ -0,0 +1,56 @@ +# Makefile for ALSCRIPT, msf2blc and clus2blc programs +# +# 22 June 1993: Add alsnum program +# +# These programs require an ANSI C compiler +# +# This makefile is for Sun computers +# +CC = acc +MACHINE = sun +CFLAGS = -O2 -I./ +LFLAGS = -o +ALOBJS = alscript.o alps.o gjutil.o agetbloc.o ckdd.o gjtimes.o +# +PROGS = alscript msf2blc clus2blc alsnum fast2blc + +all: $(PROGS) + +alscript: $(ALOBJS) + $(CC) $(CFLAGS) $(ALOBJS) $(LFLAGS) alscript +msf2blc: msf2blc.o gjutil.o gjtimes.o + $(CC) $(CFLAGS) msf2blc.o gjutil.o gjtimes.o $(LFLAGS) msf2blc +clus2blc: clus2blc.o gjutil.o gjtimes.o + $(CC) $(CFLAGS) clus2blc.o gjutil.o gjtimes.o $(LFLAGS) clus2blc +fast2blc: fast2blc.o gjutil.o gjtimes.o + $(CC) $(CFLAGS) fast2blc.o gjutil.o gjtimes.o $(LFLAGS) fast2blc +alsnum: alsnum.o gjutil.o agetbloc.o gjtimes.o + $(CC) $(CFLAGS) alsnum.o gjutil.o agetbloc.o gjtimes.o $(LFLAGS) alsnum + + +alscript.o: alscript.c array.h gjutil.h version.h + $(CC) $(CFLAGS) -c alscript.c + +alps.o: alps.c array.h gjutil.h version.h + $(CC) $(CFLAGS) -c alps.c + +agetbloc.o: agetbloc.c array.h gjutil.h + $(CC) $(CFLAGS) -c agetbloc.c + +gjutil.o: gjutil.c gjutil.h gjtimes.o + $(CC) $(CFLAGS) -c gjutil.c gjtimes.o + +gjtimes.o: gjtimes.c gjtimes.h + $(CC) $(CFLAGS) -c gjtimes.c + +clus2blc.o: clus2blc.c array.h gjutil.h defaults.h + $(CC) $(CFLAGS) -c clus2blc.c + +msf2blc.o: msf2blc.c array.h gjutil.h defaults.h + $(CC) $(CFLAGS) -c msf2blc.c + +ckdd.o: ckdd.c array.h + $(CC) $(CFLAGS) -c ckdd.c + +alsnum.o: alsnum.c array.h gjutil.h defaults.h + $(CC) $(CFLAGS) -c alsnum.c diff --git a/sources/alscript/src/makefile.wat b/sources/alscript/src/makefile.wat new file mode 100644 index 0000000..f6259b3 --- /dev/null +++ b/sources/alscript/src/makefile.wat @@ -0,0 +1,60 @@ +# Makefile for ALSCRIPT, msf2blc and clus2blc programs +# +# These programs require an ANSI C compiler +# +# This makefile is for WATCOM C on a 386 or better PC. +# Use the command wmake/u to build the alscript programs. +# +CC = wcc386 +CFLAGS = +LFLAGS = /l=dos4g +ALOBJS = alscript.obj alps.obj gjutil.obj agetbloc.obj ckdd.obj gjtimes.obj +# +PROGS = alscript.exe msf2blc.exe clus2blc.exe alsnum.exe fast2blc.exe + +all: $(PROGS) + +alscript.exe: $(ALOBJS) + $(CC) $(CFLAGS) $(ALOBJS) $(LFLAGS) /fe=alscript.exe +msf2blc.exe: msf2blc.obj gjutil.obj gjtimes.obj + $(CC) $(CFLAGS) msf2blc.obj gjutil.obj gjtimes.obj $(LFLAGS) /fe=msf2blc.exe +fast2blc.exe: fast2blc.obj gjutil.obj gjtimes.obj + $(CC) $(CFLAGS) msf2blc.obj gjutil.obj gjtimes.obj $(LFLAGS) /fe=msf2blc.exe +clus2blc.exe: clus2blc.obj gjutil.obj gjtimes.obj + $(CC) $(CFLAGS) clus2blc.obj gjutil.obj gjtimes.obj $(LFLAGS) /fe=clus2blc.exe +alsnum.exe: alsnum.obj gjutil.obj agetbloc.obj gjtimes.obj + $(CC) $(CFLAGS) alsnum.obj gjutil.obj agetbloc.obj gjtimes.obj $(LFLAGS) /fe=alsnum.exe + +alscript.obj: alscript.c array.h gjutil.h version.h + $(CC) $(CFLAGS) alscript.c + +alps.obj: alps.c array.h gjutil.h version.h + $(CC) $(CFLAGS) alps.c + +agetbloc.obj: agetbloc.c array.h gjutil.h + $(CC) $(CFLAGS) agetbloc.c + +gjutil.obj: gjutil.c gjutil.h gjtimes.obj + $(CC) $(CFLAGS) gjutil.c gjtimes.obj + +gjtimes.obj: gjtimes.c gjtimes.h + $(CC) $(CFLAGS) gjtimes.c + +clus2blc.obj: clus2blc.c array.h gjutil.h defaults.h + $(CC) $(CFLAGS) clus2blc.c + +msf2blc.obj: msf2blc.c array.h gjutil.h defaults.h + $(CC) $(CFLAGS) msf2blc.c + +ckdd.obj: ckdd.c array.h + $(CC) $(CFLAGS) ckdd.c + +alsnum.obj: alsnum.c array.h gjutil.h defaults.h + $(CC) $(CFLAGS) alsnum.c + + + + + + + diff --git a/sources/alscript/src/msf2blc.c b/sources/alscript/src/msf2blc.c new file mode 100644 index 0000000..f3aec8d --- /dev/null +++ b/sources/alscript/src/msf2blc.c @@ -0,0 +1,204 @@ +/*************************************************************************** + +msf2blc: A program to convert a GCG .MSF file into an AMPS blockfile. + + Copyright: Geoffrey J. Barton (1992,1997) + + email: geoff@ebi.ac.uk + Please see the README file for details of conditions for use of this program. + + $Id: msf2blc.c,v 1.3 1999/07/09 10:35:29 geoff Exp $ + $Log: msf2blc.c,v $ + Revision 1.3 1999/07/09 10:35:29 geoff + Change version and copyright statement to reflect 1997 status + + Revision 1.2 1998/09/17 16:55:06 geoff + Check consistency with archive + + +**************************************************************************** + +Notes: This program can be run as a pipe: type msf2blc -q < input > output +Only error messages will be output to std_err + +Default mode is interactive and prompts for filenames. + +The storage for the sequences is allocated dynamically, so the MAX_SEQ_LEN +defines in the header file "defaults.h" have no effect. If a system memory +limit is reached, then a "malloc error" message will be written and the +program will stop. Most computers should happily cope with large numbers of +long sequences. Some possible solutions to this problem are outlined in +the user manual - alscript.doc + +24 October 1994: Add -n option to delete . from alignment if found. + +****************************************************************************/ + +#include +#include +#include +#include +#include + +#include "gjutil.h" +#include "array.h" +#include "defaults.h" + +#define TOKENS " \t\n" + + +main(int argc,char *argv[]) +{ + struct seqdat *seqs; + FILE *fp,*fout; + int nseq; + int found; + int i,j; + char *token,*sbit; + char *line; + extern FILE *std_err,*std_in,*std_out; + char *msffile; + char *blocfile; + int quiet; + int nodot; +/* + std_err = stderr; + std_in = stdin; + std_out = stdout; +*/ + + GJinitfile(); + + line = GJstrcreate(MAX_INLEN," "); + msffile = GJstrcreate(MAX_INLEN,NULL); + blocfile = GJstrcreate(MAX_INLEN,NULL); + + nseq = 0; + found = 0; + quiet = 0; + nodot = 0; + + if(argc > 1){ + if(strcmp(argv[1],"-q")==0){ + /* Quiet mode - read .MSF file from stdin and output block file to stdout */ + quiet = 1; + fp = std_in; + fout = std_out; + } + if(argc > 2){ + if(strcmp(argv[2],"-n")==0){ + /* set flag to remove dots */ + nodot = 1; + } + } + }else{ + /* Verbose mode - prompt for all filenames */ + fprintf(std_out,"\n\n"); + fprintf(std_out,"GCG .MSF to AMPS Blockfile conversion\n"); + fprintf(std_out,"Copyright: G. J. Barton (1992)\n"); + fprintf(std_out,"Author: G. J. Barton (1992)\n\n"); + fprintf(std_out,"Max number/length of alignment - Defined by System\n"); + fprintf(std_out,"If you get a malloc error message - see manual\n\n"); + fprintf(std_out,"Enter MSF filename: "); + + fscanf(std_in,"%s",msffile); + fprintf(std_out,"Opening: %s\n",msffile); + fp = GJfopen(msffile,"r",1); + + fprintf(std_out,"Enter Block filename: "); + fscanf(std_in,"%s",blocfile); + fprintf(std_out,"Opening: %s\n",blocfile); + fout = GJfopen(blocfile,"w",1); + } + + fprintf(fout,"\n"); + fprintf(fout,"Conversion of GCG .MSF file to AMPS BLOCKFILE format\n"); + fprintf(fout,"msf2blc: Geoffrey J. Barton (1992)\n\n"); + + seqs = (struct seqdat *) GJmalloc(sizeof(struct seqdat)); + + if(!quiet)fprintf(std_out,"Reading .msf file\n"); + while(fgets(line,MAX_INLEN,fp) != NULL){ + if(line[0] != '\n'){ + token = strtok(line,TOKENS); + if(token != NULL){ + if(strcmp(token,"Name:") == 0){ + /* This is a seq id name */ + token = strtok(NULL,TOKENS); + seqs = (struct seqdat *) GJrealloc(seqs,sizeof(struct seqdat) * (nseq +1)); + seqs[nseq].id = GJstrdup(token); + seqs[nseq].title = GJstrdup(line); + seqs[nseq].slen = 0; + seqs[nseq].seq = (char *) GJmalloc(sizeof(char)); + ++nseq; + if(!quiet)fprintf(std_out,"%s\n",seqs[nseq-1].id); + }else if((strcmp(token,"//") == 0) || found){ + /* this signals the end of identifiers so process sequences*/ + found = 1; + if(token != NULL){ + /* find out which seq this is */ + i=0; + for(i=0;i%s %s\n",seqs[i].id,seqs[i].title); + } + fprintf(fout,"* iteration 1\n"); + for(i=0;i +#include +#include +#include + +int GJindex(char *str,char c); + +float mzcons(unsigned char *pos,int n) + +/* calculate conservation value according to Zvelebil et al for a set + of amino acids and gaps stored in string pos of length n + + Copyright: Geoffrey J. Barton (1992,1997) + + email: geoff@ebi.ac.uk + Please see the README file for details of conditions for use of this program. + + $Id: mzcons.c,v 1.2 1998/09/17 16:55:07 geoff Exp $ + $Log: mzcons.c,v $ + Revision 1.2 1998/09/17 16:55:07 geoff + Check consistency with archive + + +*/ + +{ + +/* -- conmat contains a table like that shown in the JMB paper + order of amino acids is GAP,ARNDCQEGHILKMFPSTWYBZX +*/ + static char *acids = " ARNDCQEGHILKMFPSTWYBZX"; + static int conmat[24][10] = { + {1,1,1,1,1,1,1,1,1,1}, + {1,0,0,0,0,1,1,0,0,0}, + {0,1,0,1,1,0,0,0,0,0}, + {0,0,0,1,0,1,0,0,0,0}, + {0,0,1,1,1,1,0,0,0,0}, + {1,0,0,0,0,1,0,0,0,0}, + {0,0,0,1,0,0,0,0,0,0}, + {0,0,1,1,1,0,0,0,0,0}, + {1,0,0,0,0,1,1,0,0,0}, + {1,1,0,1,1,0,0,0,1,0}, + {1,0,0,0,0,0,0,1,0,0}, + {1,0,0,0,0,0,0,1,0,0}, + {1,1,0,1,1,0,0,0,0,0}, + {1,0,0,0,0,0,0,0,0,0}, + {1,0,0,0,0,0,0,0,1,0}, + {0,0,0,0,0,1,0,0,0,1}, + {0,0,0,1,0,1,1,0,0,0}, + {1,0,0,1,0,1,0,0,0,0}, + {1,0,0,1,0,0,0,0,1,0}, + {1,0,0,1,0,0,0,0,1,0}, + {1,0,0,0,0,1,0,1,0,0}, + {0,0,0,1,0,0,0,0,0,0}, + {0,0,0,1,0,0,0,0,0,0}, + {1,1,1,1,1,1,1,1,1,1} + }; + + int concnt,it,i,j,k,l,tcnt,ibseq; + int nide, facid; + + concnt = 0; + for(j=0;j<10;++j){ + /*found: outer loop over properties + set IT to the value of the first amino acid*/ + it = conmat[GJindex(acids,pos[0])][j]; + /*loop over remaining acids, if a difference occurs then + set tcnt to 1*/ + tcnt = 0; + for(k=1;k