Line Code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->

<svg
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:cc="http://creativecommons.org/ns#"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   width="336.12445"
   height="366.47598"
   id="svg6155"
   version="1.1"
   inkscape:version="0.47 r22583"
   sodipodi:docname="disk23_template.svg">
  <defs
     id="defs6157">
    <inkscape:perspective
       sodipodi:type="inkscape:persp3d"
       inkscape:vp_x="0 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       id="perspective6163" />
    <inkscape:perspective
       id="perspective5805"
       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
       inkscape:vp_z="1 : 0.5 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 0.5 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective6872"
       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
       inkscape:vp_z="1 : 0.5 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 0.5 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective7237"
       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
       inkscape:vp_z="1 : 0.5 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 0.5 : 1"
       sodipodi:type="inkscape:persp3d" />
  </defs>
  <sodipodi:namedview
     id="base"
     pagecolor="#ffffff"
     bordercolor="#666666"
     borderopacity="1.0"
     inkscape:pageopacity="0.0"
     inkscape:pageshadow="2"
     inkscape:zoom="0.98994949"
     inkscape:cx="107.79171"
     inkscape:cy="203.68628"
     inkscape:document-units="px"
     inkscape:current-layer="layer1"
     showgrid="false"
     inkscape:window-width="715"
     inkscape:window-height="870"
     inkscape:window-x="1278"
     inkscape:window-y="0"
     inkscape:window-maximized="0" />
  <metadata
     id="metadata6160">
    <rdf:RDF>
      <cc:Work
         rdf:about="">
        <dc:format>image/svg+xml</dc:format>
        <dc:type
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
        <dc:title></dc:title>
      </cc:Work>
    </rdf:RDF>
  </metadata>
  <g
     inkscape:label="Layer 1"
     inkscape:groupmode="layer"
     id="layer1"
     transform="translate(-171.93777,-314.83847)">
    <path
       id="fakecenter"
       d="m 340.1752,513.16145 -0.15563,-0.10638 -0.19481,0.33361 0.0979,0.0607 0.25258,-0.28791 z"
       style="font-size:18px;fill:#f1cd77;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.00950142;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
       sodipodi:nodetypes="ccccc"
       inkscape:transform-center-x="-1.286781"
       inkscape:transform-center-y="-1.2404847" />
    <path
       transform="translate(175.54077,349.04395)"
       d="m 332.02145,164.20828 c 0,92.54206 -75.02016,167.56223 -167.56222,167.56223 -92.542063,0 -167.5622268,-75.02017 -167.5622268,-167.56223 0,-92.542059 75.0201638,-167.5622229 167.5622268,-167.5622229 92.54206,0 167.56222,75.0201639 167.56222,167.5622229 z"
       sodipodi:ry="167.56223"
       sodipodi:rx="167.56223"
       sodipodi:cy="164.20828"
       sodipodi:cx="164.45923"
       id="path26114"
       style="fill:#ffe3e3;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000083000000006;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;color:#000000;font-size:18"
       sodipodi:type="arc" />
    <text
       sodipodi:linespacing="125%"
       id="text25372"
       y="328.51425"
       x="335.77411"
       style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="328.51425"
         x="335.77411"
         id="diskx"
         sodipodi:role="line"
         style="font-size:18px">Disk X</tspan></text>
    <g
       id="chambers">
      <path
         inkscape:transform-center-y="46.018273"
         inkscape:transform-center-x="-117.56755"
         sodipodi:nodetypes="ccccc"
         style="font-size:18px;fill:#d9af4e;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         d="m 488.47043,583.76128 10.0266,-29.0194 -76.373,-19.96224 -5.4861,14.82183 71.8325,34.15981 z"
         id="ME_2_35" />
      <path
         inkscape:transform-center-y="82.677022"
         inkscape:transform-center-x="-97.166185"
         sodipodi:nodetypes="ccccc"
         style="font-size:18px;fill:#d9af4e;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         d="m 455.40103,630.28895 19.3473,-23.83999 -64.9399,-44.87951 -10.2245,12.05163 55.8171,56.66788 z"
         id="ME_2_33" />
      <path
         id="ME_2_1"
         d="m 503.63213,528.72916 -0.5032,-30.69865 -78.5946,7.36278 -0.086,15.80428 79.1838,7.53158 z"
         style="font-size:18px;fill:#d9af4e;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         sodipodi:nodetypes="ccccc"
         inkscape:transform-center-x="-124.04026"
         inkscape:transform-center-y="0.12764833" />
      <path
         id="ME_2_31"
         d="m 408.41253,662.70029 26.3343,-15.78515 -45.674,-64.38364 -13.7297,7.82781 33.0694,72.34098 z"
         style="font-size:18px;fill:#d9af4e;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         sodipodi:nodetypes="ccccc"
         inkscape:transform-center-x="-65.045069"
         inkscape:transform-center-y="109.36371" />
      <path
         id="ME_2_29"
         d="m 353.17253,677.08598 30.1447,-5.82638 -20.8987,-76.12218 -15.5791,2.65987 6.3331,79.28869 z"
         style="font-size:18px;fill:#d9af4e;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         sodipodi:nodetypes="ccccc"
         inkscape:transform-center-x="-25.078524"
         inkscape:transform-center-y="122.85951" />
      <path
         id="ME_2_27"
         d="m 296.34363,671.71091 30.3196,4.83512 6.3968,-78.67926 -15.5492,-2.82889 -21.1672,76.67303 z"
         style="font-size:18px;fill:#d9af4e;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         sodipodi:nodetypes="ccccc"
         inkscape:transform-center-x="25.298004"
         inkscape:transform-center-y="122.53976" />
      <path
         id="ME_2_25"
         d="m 244.78037,647.22337 26.8374,14.91345 32.92096,-71.74647 -13.64396,-7.97645 -46.1144,64.80947 z"
         style="font-size:18px;fill:#d9af4e;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         sodipodi:nodetypes="ccccc"
         inkscape:transform-center-x="65.340329"
         inkscape:transform-center-y="109.02318" />
      <path
         id="ME_2_23"
         d="m 204.70207,606.57691 20.1181,23.193 55.4743,-56.16001 -10.093,-12.16189 -65.4994,45.1289 z"
         style="font-size:18px;fill:#d9af4e;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         sodipodi:nodetypes="ccccc"
         inkscape:transform-center-x="97.501672"
         inkscape:transform-center-y="82.356783" />
      <path
         id="ME_2_21"
         d="m 180.94247,554.67415 10.9725,28.67509 71.3366,-33.79981 -5.3247,-14.88044 -76.9844,20.00516 z"
         style="font-size:18px;fill:#d9af4e;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         sodipodi:nodetypes="ccccc"
         inkscape:transform-center-x="117.90286"
         inkscape:transform-center-y="45.756938" />
      <path
         id="ME_2_3"
         d="m 499.05723,471.83031 -10.9724,-28.67521 -71.3366,33.79977 5.3248,14.88052 76.9842,-20.00508 z"
         style="font-size:18px;fill:#d9af4e;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         sodipodi:nodetypes="ccccc"
         inkscape:transform-center-x="-117.90278"
         inkscape:transform-center-y="-45.756942" />
      <path
         id="ME_2_5"
         d="m 475.29793,419.92752 -20.1183,-23.19306 -55.4744,56.15995 10.0931,12.16194 65.4996,-45.12883 z"
         style="font-size:18px;fill:#d9af4e;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         sodipodi:nodetypes="ccccc"
         inkscape:transform-center-x="-97.501675"
         inkscape:transform-center-y="-82.35679" />
      <path
         id="ME_2_7"
         d="m 435.21943,379.28111 -26.8375,-14.91355 -32.9211,71.74646 13.6441,7.97644 46.1145,-64.80935 z"
         style="font-size:18px;fill:#d9af4e;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         sodipodi:nodetypes="ccccc"
         inkscape:transform-center-x="-65.340214"
         inkscape:transform-center-y="-109.02318" />
      <path
         id="ME_2_9"
         d="m 383.65603,354.79356 -30.3196,-4.8352 -6.3969,78.67925 15.5493,2.82886 21.1672,-76.67291 z"
         style="font-size:18px;fill:#d9af4e;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         sodipodi:nodetypes="ccccc"
         inkscape:transform-center-x="-25.297969"
         inkscape:transform-center-y="-122.53976" />
      <path
         id="ME_2_11"
         d="m 326.82723,349.41848 -30.1448,5.82633 20.8987,76.12216 15.5791,-2.65992 -6.333,-79.28857 z"
         style="font-size:18px;fill:#d9af4e;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         sodipodi:nodetypes="ccccc"
         inkscape:transform-center-x="25.078534"
         inkscape:transform-center-y="-122.85946" />
      <path
         id="ME_2_13"
         d="m 271.58717,363.80415 -26.3341,15.78514 45.6737,64.38362 13.72986,-7.82787 -33.06946,-72.34089 z"
         style="font-size:18px;fill:#d9af4e;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         sodipodi:nodetypes="ccccc"
         inkscape:transform-center-x="65.045026"
         inkscape:transform-center-y="-109.36366" />
      <path
         id="ME_2_15"
         d="m 224.59887,396.21548 -19.3473,23.83999 64.9398,44.87948 10.2246,-12.05169 -55.8171,-56.66778 z"
         style="font-size:18px;fill:#d9af4e;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         sodipodi:nodetypes="ccccc"
         inkscape:transform-center-x="97.166166"
         inkscape:transform-center-y="-82.676976" />
      <path
         id="ME_2_17"
         d="m 191.52947,442.74314 -10.0267,29.01943 76.373,19.96218 5.4861,-14.82188 -71.8324,-34.15973 z"
         style="font-size:18px;fill:#d9af4e;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         sodipodi:nodetypes="ccccc"
         inkscape:transform-center-x="117.56759"
         inkscape:transform-center-y="-46.018237" />
      <path
         inkscape:transform-center-y="-0.12759667"
         inkscape:transform-center-x="124.04025"
         sodipodi:nodetypes="ccccc"
         style="font-size:18px;fill:#d9af4e;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         d="m 176.36777,497.77524 0.5032,30.6987 78.5947,-7.36285 0.0858,-15.80435 -79.1837,-7.5315 z"
         id="ME_2_19" />
      <path
         inkscape:transform-center-y="-6.5862847"
         inkscape:transform-center-x="-57.123355"
         sodipodi:nodetypes="ccccc"
         style="font-size:18px;fill:#d9af4e;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         d="m 422.64513,522.49831 -49.6506,-5.44633 -0.8865,-13.10925 47.4973,-13.74253 3.0398,32.29811 z"
         id="ME_1_1" />
      <path
         inkscape:transform-center-y="36.93648"
         inkscape:transform-center-x="-48.918305"
         sodipodi:nodetypes="ccccc"
         style="font-size:18px;fill:#d9af4e;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         d="m 397.22213,573.22151 -34.5336,-36.08684 7.7473,-10.61214 45.2186,20.00322 -18.4323,26.69576 z"
         id="ME_1_17" />
      <path
         inkscape:transform-center-y="56.30498"
         inkscape:transform-center-x="-18.900415"
         sodipodi:nodetypes="ccccc"
         style="font-size:18px;fill:#d9af4e;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         d="m 345.14283,595.73622 -3.2581,-49.84187 12.7561,-3.14955 21.7816,44.38925 -31.2796,8.60217 z"
         id="ME_1_15" />
      <path
         inkscape:transform-center-y="53.19262"
         inkscape:transform-center-x="28.808448"
         sodipodi:nodetypes="ccccc"
         style="font-size:18px;fill:#d9af4e;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         d="m 290.77577,579.5076 29.54176,-40.27537 11.7962,5.78677 -11.8472,48.00509 -29.49076,-13.51649 z"
         id="ME_1_13" />
      <path
         inkscape:transform-center-y="27.91714"
         inkscape:transform-center-x="53.775819"
         sodipodi:nodetypes="ccccc"
         style="font-size:18px;fill:#d9af4e;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         d="m 259.55957,532.12916 48.51876,-11.86357 5.3168,12.01536 -39.93256,29.1588 -13.903,-29.31059 z"
         id="ME_1_11" />
      <path
         inkscape:transform-center-y="-49.612775"
         inkscape:transform-center-x="36.085583"
         sodipodi:nodetypes="ccccc"
         style="font-size:18px;fill:#d9af4e;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         d="m 307.33883,436.80067 20.1085,45.72173 -10.9096,7.32246 -35.64996,-34.26251 26.45106,-18.78168 z"
         id="ME_1_7" />
      <path
         inkscape:transform-center-y="-19.805145"
         inkscape:transform-center-x="55.850726"
         sodipodi:nodetypes="ccccc"
         style="font-size:18px;fill:#d9af4e;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         d="m 266.10077,475.76976 44.79336,22.09935 -3.6505,12.62191 -49.33286,-3.33125 8.19,-31.39002 z"
         id="ME_1_9" />
      <path
         inkscape:transform-center-y="-56.811825"
         inkscape:transform-center-x="-7.5570102"
         sodipodi:nodetypes="ccccc"
         style="font-size:18px;fill:#d9af4e;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         d="m 363.97783,433.45593 -13.9853,47.9504 -13.0641,-1.40325 -5.286,-49.16199 32.3354,2.61484 z"
         id="ME_1_5" />
      <path
         inkscape:transform-center-y="-43.1576"
         inkscape:transform-center-x="-43.94221"
         sodipodi:nodetypes="ccccc"
         style="font-size:18px;fill:#d9af4e;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         d="m 409.51583,467.30057 -41.5353,27.74254 -9.1056,-9.47234 27.5514,-41.05801 23.0895,22.78781 z"
         id="ME_1_3" />
      <path
         inkscape:transform-center-y="-25.078532"
         inkscape:transform-center-x="-122.85956"
         sodipodi:nodetypes="ccccc"
         style="font-size:18px;fill:#f1cd77;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         d="m 503.83383,500.07962 -5.8265,-30.1449 -76.1221,20.89876 2.6599,15.57911 79.2887,-6.33297 z"
         id="ME_2_2" />
      <path
         id="ME_1_18"
         d="m 414.40553,550.10129 -44.7934,-22.09936 3.6505,-12.62188 49.333,3.33125 -8.1901,31.38999 z"
         style="font-size:18px;fill:#f1cd77;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         sodipodi:nodetypes="ccccc"
         inkscape:transform-center-x="-55.85069"
         inkscape:transform-center-y="19.80513" />
      <path
         id="ME_1_16"
         d="m 373.16743,589.07036 -20.1085,-45.72171 10.9096,-7.32244 35.65,34.26253 -26.4511,18.78162 z"
         style="font-size:18px;fill:#f1cd77;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         sodipodi:nodetypes="ccccc"
         inkscape:transform-center-x="-36.085585"
         inkscape:transform-center-y="49.612745" />
      <path
         id="ME_1_14"
         d="m 316.52853,592.4151 13.9853,-47.95038 13.064,1.40324 5.2859,49.16201 -32.3352,-2.61487 z"
         style="font-size:18px;fill:#f1cd77;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         sodipodi:nodetypes="ccccc"
         inkscape:transform-center-x="7.5570235"
         inkscape:transform-center-y="56.81181" />
      <path
         id="ME_1_12"
         d="m 270.99057,558.57051 41.53526,-27.74255 9.1056,9.4723 -27.55146,41.05804 -23.0894,-22.78779 z"
         style="font-size:18px;fill:#f1cd77;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         sodipodi:nodetypes="ccccc"
         inkscape:transform-center-x="43.942183"
         inkscape:transform-center-y="43.157595" />
      <path
         id="ME_1_10"
         d="m 257.86137,503.3728 49.65036,5.44632 0.8866,13.10919 -47.49716,13.74258 -3.0398,-32.29808 z"
         style="font-size:18px;fill:#f1cd77;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         sodipodi:nodetypes="ccccc"
         inkscape:transform-center-x="57.123333"
         inkscape:transform-center-y="6.5863103" />
      <path
         id="ME_1_8"
         d="m 283.28417,452.64954 34.53356,36.08683 -7.7473,10.61216 -45.21846,-20.00322 18.4322,-26.69577 z"
         style="font-size:18px;fill:#f1cd77;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         sodipodi:nodetypes="ccccc"
         inkscape:transform-center-x="48.918298"
         inkscape:transform-center-y="-36.9365" />
      <path
         id="ME_1_6"
         d="m 335.36343,430.1348 3.2582,49.84192 -12.7562,3.14951 -21.7816,-44.38922 31.2796,-8.60221 z"
         style="font-size:18px;fill:#f1cd77;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         sodipodi:nodetypes="ccccc"
         inkscape:transform-center-x="18.900433"
         inkscape:transform-center-y="-56.30502" />
      <path
         id="ME_1_4"
         d="m 389.73073,446.36347 -29.5419,40.27538 -11.7963,-5.7868 11.8472,-48.00506 29.491,13.51648 z"
         style="font-size:18px;fill:#f1cd77;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         sodipodi:nodetypes="ccccc"
         inkscape:transform-center-x="-28.808475"
         inkscape:transform-center-y="-53.192615" />
      <path
         id="ME_1_2"
         d="m 420.94693,493.74193 -48.519,11.86355 -5.3168,-12.0154 39.9326,-29.15875 13.9032,29.3106 z"
         style="font-size:18px;fill:#f1cd77;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         sodipodi:nodetypes="ccccc"
         inkscape:transform-center-x="-53.775845"
         inkscape:transform-center-y="-27.917135" />
      <path
         id="ME_2_36"
         d="m 498.45863,556.90847 4.8352,-30.31967 -78.6794,-6.3969 -2.8287,15.54929 76.6729,21.16728 z"
         style="font-size:18px;fill:#f1cd77;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         sodipodi:nodetypes="ccccc"
         inkscape:transform-center-x="-122.53978"
         inkscape:transform-center-y="25.298003" />
      <path
         id="ME_2_34"
         d="m 473.97093,608.47172 14.9137,-26.83742 -71.7465,-32.92102 -7.9766,13.644 64.8094,46.11444 z"
         style="font-size:18px;fill:#f1cd77;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         sodipodi:nodetypes="ccccc"
         inkscape:transform-center-x="-109.02317"
         inkscape:transform-center-y="65.340318" />
      <path
         inkscape:transform-center-y="97.501637"
         inkscape:transform-center-x="-82.356813"
         sodipodi:nodetypes="ccccc"
         style="font-size:18px;fill:#f1cd77;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         d="m 433.32473,648.55011 23.193,-20.1182 -56.1601,-55.47437 -12.1619,10.09305 45.129,65.49951 z"
         id="ME_2_32" />
      <path
         inkscape:transform-center-y="117.90282"
         inkscape:transform-center-x="-45.756944"
         sodipodi:nodetypes="ccccc"
         style="font-size:18px;fill:#f1cd77;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         d="m 381.42183,672.30957 28.6751,-10.97245 -33.7998,-71.33668 -14.8805,5.32473 20.0052,76.9844 z"
         id="ME_2_30" />
      <path
         inkscape:transform-center-y="124.04027"
         inkscape:transform-center-x="0.12760579"
         sodipodi:nodetypes="ccccc"
         style="font-size:18px;fill:#f1cd77;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         d="m 324.52293,676.88438 30.6986,-0.50327 -7.3628,-78.59476 -15.8043,-0.0858 -7.5315,79.18383 z"
         id="ME_2_28" />
      <path
         inkscape:transform-center-y="117.56759"
         inkscape:transform-center-x="46.018298"
         sodipodi:nodetypes="ccccc"
         style="font-size:18px;fill:#f1cd77;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         d="m 269.49077,661.72275 29.01936,10.0266 19.9622,-76.37315 -14.8217,-5.48601 -34.15986,71.83255 z"
         id="ME_2_26" />
      <path
         inkscape:transform-center-y="97.166157"
         inkscape:transform-center-x="82.677054"
         sodipodi:nodetypes="ccccc"
         style="font-size:18px;fill:#f1cd77;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         d="m 222.96317,628.65335 23.8399,19.34714 44.8795,-64.93981 -12.0515,-10.22451 -56.6679,55.81717 z"
         id="ME_2_24" />
      <path
         inkscape:transform-center-y="65.045043"
         inkscape:transform-center-x="109.36373"
         sodipodi:nodetypes="ccccc"
         style="font-size:18px;fill:#f1cd77;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         d="m 190.55187,581.66487 15.7851,26.33412 64.3835,-45.67381 -7.8277,-13.72973 -72.3409,33.06942 z"
         id="ME_2_22" />
      <path
         inkscape:transform-center-y="25.078538"
         inkscape:transform-center-x="122.85952"
         sodipodi:nodetypes="ccccc"
         style="font-size:18px;fill:#f1cd77;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         d="m 176.16617,526.42482 5.8263,30.14481 76.1221,-20.89884 -2.6597,-15.57898 -79.2887,6.33301 z"
         id="ME_2_20" />
      <path
         inkscape:transform-center-y="-65.045045"
         inkscape:transform-center-x="-109.3637"
         sodipodi:nodetypes="ccccc"
         style="font-size:18px;fill:#f1cd77;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         d="m 489.44813,444.83959 -15.7852,-26.33424 -64.3838,45.67375 7.828,13.72983 72.341,-33.06934 z"
         id="ME_2_4" />
      <path
         inkscape:transform-center-y="-97.166154"
         inkscape:transform-center-x="-82.676908"
         sodipodi:nodetypes="ccccc"
         style="font-size:18px;fill:#f1cd77;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         d="m 457.03663,397.85111 -23.8398,-19.34724 -44.8798,64.93979 12.0517,10.22454 56.6679,-55.81709 z"
         id="ME_2_6" />
      <path
         inkscape:transform-center-y="-117.56759"
         inkscape:transform-center-x="-46.018194"
         sodipodi:nodetypes="ccccc"
         style="font-size:18px;fill:#f1cd77;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         d="m 410.50883,364.78173 -29.0194,-10.0267 -19.9622,76.37313 14.8219,5.486 34.1597,-71.83243 z"
         id="ME_2_8" />
      <path
         inkscape:transform-center-y="-124.04022"
         inkscape:transform-center-x="-0.12762421"
         sodipodi:nodetypes="ccccc"
         style="font-size:18px;fill:#f1cd77;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         d="m 355.47683,349.62008 -30.6987,0.50322 7.3628,78.59473 15.8043,0.0858 7.5316,-79.18374 z"
         id="ME_2_10" />
      <path
         inkscape:transform-center-y="-117.90277"
         inkscape:transform-center-x="45.756968"
         sodipodi:nodetypes="ccccc"
         style="font-size:18px;fill:#f1cd77;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         d="m 298.57793,354.19488 -28.67516,10.97243 33.79976,71.33666 14.8805,-5.32481 -20.0051,-76.98428 z"
         id="ME_2_12" />
      <path
         inkscape:transform-center-y="-97.501596"
         inkscape:transform-center-x="82.356799"
         sodipodi:nodetypes="ccccc"
         style="font-size:18px;fill:#f1cd77;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         d="m 246.67517,377.95433 -23.193,20.11822 56.16,55.47432 12.1619,-10.09312 -45.1289,-65.49942 z"
         id="ME_2_14" />
      <path
         inkscape:transform-center-y="-65.340284"
         inkscape:transform-center-x="109.02317"
         sodipodi:nodetypes="ccccc"
         style="font-size:18px;fill:#f1cd77;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         d="m 206.02887,418.0327 -14.9136,26.83745 71.7464,32.92095 7.9765,-13.64407 -64.8093,-46.11433 z"
         id="ME_2_16" />
      <path
         id="ME_2_18"
         d="m 181.54127,469.59596 -4.8352,30.31968 78.6792,6.39685 2.8289,-15.54934 -76.6729,-21.16719 z"
         style="font-size:18px;fill:#f1cd77;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         sodipodi:nodetypes="ccccc"
         inkscape:transform-center-x="122.53976"
         inkscape:transform-center-y="-25.297962" />
    </g>
    <text
       xml:space="preserve"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       x="453.1077"
       y="537.87665"
       id="text9100"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan9102"
         x="453.1077"
         y="537.87665">36</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text8222"
       y="518.67786"
       x="485.47141"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="518.67786"
         x="485.47141"
         id="tspan8224"
         sodipodi:role="line">1</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       x="453.10757"
       y="497.83331"
       id="text8230"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan8232"
         x="453.10757"
         y="497.83331">2</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text8238"
       y="469.14868"
       x="475.69174"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="469.14868"
         x="475.69174"
         id="tspan8240"
         sodipodi:role="line">3</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       x="439.45401"
       y="460.10107"
       id="text8246"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan8248"
         x="439.45401"
         y="460.10107">4</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text8254"
       y="425.22659"
       x="450.95236"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="425.22659"
         x="450.95236"
         id="tspan8256"
         sodipodi:role="line">5</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       x="413.00232"
       y="429.78223"
       id="text8262"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan8264"
         x="413.00232"
         y="429.78223">6</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text8270"
       y="392.63559"
       x="412.26077"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="392.63559"
         x="412.26077"
         id="tspan8272"
         sodipodi:role="line">7</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text8278"
       y="567.4978"
       x="475.04916"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="567.4978"
         x="475.04916"
         id="tspan8280"
         sodipodi:role="line">35</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       x="439.3942"
       y="576.27435"
       id="text8286"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan8288"
         x="439.3942"
         y="576.27435">34</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text8294"
       y="610.8324"
       x="450.36484"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="610.8324"
         x="450.36484"
         id="tspan8296"
         sodipodi:role="line">33</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       x="412.51575"
       y="606.99255"
       id="text8302"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan8304"
         x="412.51575"
         y="606.99255">32</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text8310"
       y="643.74463"
       x="411.41858"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="643.74463"
         x="411.41858"
         id="tspan8312"
         sodipodi:role="line">31</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       x="378.12781"
       y="410.08997"
       id="text8320"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan8322"
         x="378.12781"
         y="410.08997">8</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text8328"
       y="376.34482"
       x="364.55203"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="376.34482"
         x="364.55203"
         id="tspan8330"
         sodipodi:role="line">9</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       x="338.95239"
       y="403.88391"
       id="text8336"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan8338"
         x="338.95239"
         y="403.88391">10</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text8344"
       y="375.95694"
       x="314.51614"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="375.95694"
         x="314.51614"
         id="tspan8346"
         sodipodi:role="line">11</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       x="299.77692"
       y="410.86566"
       id="text8352"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan8354"
         x="299.77692"
         y="410.86566">12</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text8360"
       y="393.79922"
       x="268.35898"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="393.79922"
         x="268.35898"
         id="tspan8362"
         sodipodi:role="line">13</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       x="266.03186"
       y="431.81097"
       id="text8368"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan8370"
         x="266.03186"
         y="431.81097">14</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text8376"
       y="426.38077"
       x="228.79576"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="426.38077"
         x="228.79576"
         id="tspan8378"
         sodipodi:role="line">15</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       x="239.65625"
       y="461.67737"
       id="text8384"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan8386"
         x="239.65625"
         y="461.67737">16</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text8392"
       y="470.21069"
       x="204.74748"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="470.21069"
         x="204.74748"
         id="tspan8394"
         sodipodi:role="line">17</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       x="225.69275"
       y="498.1377"
       id="text8400"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan8402"
         x="225.69275"
         y="498.1377">18</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text8408"
       y="518.30719"
       x="195.05054"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="518.30719"
         x="195.05054"
         id="tspan8410"
         sodipodi:role="line">19</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       x="225.69275"
       y="538.08887"
       id="text8416"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan8418"
         x="225.69275"
         y="538.08887">20</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text8424"
       y="567.56738"
       x="203.58386"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="567.56738"
         x="203.58386"
         id="tspan8426"
         sodipodi:role="line">21</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       x="240.43201"
       y="575.71277"
       id="text8432"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan8434"
         x="240.43201"
         y="575.71277">22</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text8440"
       y="610.62164"
       x="229.57152"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="610.62164"
         x="229.57152"
         id="tspan8442"
         sodipodi:role="line">23</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       x="266.4198"
       y="606.7428"
       id="text8448"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan8450"
         x="266.4198"
         y="606.7428">24</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text8456"
       y="642.03955"
       x="267.1954"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="642.03955"
         x="267.1954"
         id="tspan8458"
         sodipodi:role="line">25</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       x="301.7164"
       y="625.74872"
       id="text8464"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan8466"
         x="301.7164"
         y="625.74872">26</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text8472"
       y="660.26971"
       x="313.35257"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="660.26971"
         x="313.35257"
         id="tspan8474"
         sodipodi:role="line">27</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       x="338.95239"
       y="633.8941"
       id="text8480"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan8482"
         x="338.95239"
         y="633.8941">28</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text8488"
       y="661.82123"
       x="364.55203"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="661.82123"
         x="364.55203"
         id="tspan8490"
         sodipodi:role="line">29</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       x="378.90356"
       y="626.1366"
       id="text8496"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan8498"
         x="378.90356"
         y="626.1366">30</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       x="401.69016"
       y="512.4718"
       id="text8504"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan8506"
         x="401.69016"
         y="512.4718">1</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       x="345.44821"
       y="458.32657"
       id="text8520"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan8522"
         x="345.44821"
         y="458.32657">5</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       x="383.60919"
       y="476.43835"
       id="text8552"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan8554"
         x="383.60919"
         y="476.43835">3</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       x="306.82944"
       y="468.30914"
       id="text8576"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan8578"
         x="306.82944"
         y="468.30914">7</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       x="280.62259"
       y="501.47821"
       id="text8592"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan8594"
         x="280.62259"
         y="501.47821">9</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       x="283.79218"
       y="543.20001"
       id="text8608"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan8610"
         x="283.79218"
         y="543.20001">11</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text8624"
       y="573.86169"
       x="313.21561"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="573.86169"
         x="313.21561"
         id="tspan8626"
         sodipodi:role="line">13</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text8640"
       y="577.87354"
       x="355.05099"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="577.87354"
         x="355.05099"
         id="tspan8642"
         sodipodi:role="line">15</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text8656"
       y="552.84985"
       x="388.62741"
       style="font-size:18;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="552.84985"
         x="388.62741"
         id="tspan8658"
         sodipodi:role="line">17</tspan></text>
    <path
       transform="translate(175.66617,348.91848)"
       sodipodi:type="arc"
       style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000083000000006;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-size:18"
       id="path9041"
       sodipodi:cx="164.45923"
       sodipodi:cy="164.20828"
       sodipodi:rx="27.927032"
       sodipodi:ry="27.927032"
       d="m 192.38626,164.20828 a 27.927032,27.927032 0 1 1 -55.85406,0 27.927032,27.927032 0 1 1 55.85406,0 z" />
  </g>
</svg>