summaryrefslogtreecommitdiff
path: root/trunk/reprap/miscellaneous/Electronics/StepperStripboardUnder.svg
blob: 4571ede1c594869041900d623d9dfdf4b19551b7 (plain)
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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 10.0, SVG Export Plug-In . SVG Version: 3.0.0 Build 76)  -->
<svg
   xmlns:ns1="http://ns.adobe.com/Flows/1.0/"
   xmlns:ns0="http://ns.adobe.com/SaveForWeb/1.0/"
   xmlns:ns="http://ns.adobe.com/Variables/1.0/"
   xmlns:i="http://ns.adobe.com/AdobeIllustrator/10.0/"
   xmlns:x="http://ns.adobe.com/Extensibility/1.0/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:cc="http://web.resource.org/cc/"
   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:xlink="http://www.w3.org/1999/xlink"
   xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   i:viewOrigin="45 666.8442"
   i:rulerOrigin="0 0"
   i:pageBounds="0 841.8896 595.2754 0"
   width="290.73801"
   height="171.62100"
   viewBox="0 0 290.738 171.621"
   overflow="visible"
   enable-background="new 0 0 290.738 171.621"
   xml:space="preserve"
   id="svg9827"
   sodipodi:version="0.32"
   inkscape:version="0.32"
   sodipodi:docname="StepperStripboardUnder.svg"
   sodipodi:docbase="/home/vik/src/reprap/electronics"
   version="1.0"
   x="0.0000000"
   y="0.0000000"><defs
   id="defs10772">
		
		
	
			<foreignObject
   requiredExtensions="http://ns.adobe.com/Flows/1.0/"
   x="0"
   y="0"
   width="1"
   height="1"
   overflow="visible"
   id="foreignObject10737">
				<ns1:flowDef>
					<ns1:region>
						<ns1:path
   d="M0,63.844" />
					</ns1:region>
					<ns1:flow
   font-family="'Myriad-Roman'"
   font-size="21"
   text-align="center"
   text-align-last="center">
						<ns1:p />
					</ns1:flow>
				</ns1:flowDef>
				<x:targetRef
   xlink:href="#XMLID_1_" />
			</foreignObject>
			
		
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
		</defs><sodipodi:namedview
   inkscape:window-height="513"
   inkscape:window-width="753"
   inkscape:pageshadow="2"
   inkscape:pageopacity="0.0"
   borderopacity="1.0"
   bordercolor="#666666"
   pagecolor="#ffffff"
   id="base"
   inkscape:zoom="3.8980169"
   inkscape:cx="139.56900"
   inkscape:cy="100.45900"
   inkscape:window-x="416"
   inkscape:window-y="0"
   inkscape:current-layer="layer6" />
	<metadata
   id="metadata9829">
		<ns:variableSets>
			<ns:variableSet
   varSetName="binding1"
   locked="none">
				<ns:variables />
				<ns:sampleDataSets />
			</ns:variableSet>
		</ns:variableSets>
		<ns0:sfw>
			<ns0:slices />
			<ns0:sliceSourceBounds
   x="45"
   y="495.223"
   width="290.738"
   height="171.621"
   bottomLeftOrigin="true" />
		</ns0:sfw>
	<rdf:RDF><cc:Work
     rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
       rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata>
	
	<g
   inkscape:groupmode="layer"
   id="layer5"
   inkscape:label="Board"
   sodipodi:insensitive="true"><g
     id="Layer_1"
     i:layer="yes"
     i:dimmedPercent="50"
     i:rgbTrio="#4F008000FFFF">
		<path
   i:knockout="Off"
   d="M 279.00000,157.84400 L 18.000000,157.84400 L 18.000000,9.8440000 L 279.00000,9.8440000 L 279.00000,157.84400 z "
   id="path9832"
   style="fill:#f8e285" />
		<path
   i:knockout="Off"
   d="M 270.00000,24.342000 L 27.000000,24.342000 L 27.000000,18.844000 L 270.00000,18.844000 L 270.00000,24.342000 z "
   id="path9834"
   style="fill:#f3926c" />
		<path
   i:knockout="Off"
   d="M 270.00000,33.342000 L 27.000000,33.342000 L 27.000000,27.844000 L 270.00000,27.844000 L 270.00000,33.342000 z "
   id="path9836"
   style="fill:#f3926c" />
		<path
   i:knockout="Off"
   d="M 270.00000,42.342000 L 27.000000,42.342000 L 27.000000,36.844000 L 270.00000,36.844000 L 270.00000,42.342000 z "
   id="path9838"
   style="fill:#f3926c" />
		<path
   i:knockout="Off"
   d="M 270.00000,51.342000 L 27.000000,51.342000 L 27.000000,45.844000 L 270.00000,45.844000 L 270.00000,51.342000 z "
   id="path9840"
   style="fill:#f3926c" />
		<path
   i:knockout="Off"
   d="M 270.00000,60.342000 L 27.000000,60.342000 L 27.000000,54.844000 L 270.00000,54.844000 L 270.00000,60.342000 z "
   id="path9842"
   style="fill:#f3926c" />
		<path
   i:knockout="Off"
   d="M 270.00000,69.342000 L 27.000000,69.342000 L 27.000000,63.844000 L 270.00000,63.844000 L 270.00000,69.342000 z "
   id="path9844"
   style="fill:#f3926c" />
		<path
   i:knockout="Off"
   d="M 270.00000,78.342000 L 27.000000,78.342000 L 27.000000,72.844000 L 270.00000,72.844000 L 270.00000,78.342000 z "
   id="path9846"
   style="fill:#f3926c" />
		<path
   i:knockout="Off"
   d="M 270.00000,87.342000 L 27.000000,87.342000 L 27.000000,81.844000 L 270.00000,81.844000 L 270.00000,87.342000 z "
   id="path9848"
   style="fill:#f3926c" />
		<path
   i:knockout="Off"
   d="M 270.00000,96.342000 L 27.000000,96.342000 L 27.000000,90.844000 L 270.00000,90.844000 L 270.00000,96.342000 z "
   id="path9850"
   style="fill:#f3926c" />
		<path
   i:knockout="Off"
   d="M 270.00000,105.34200 L 27.000000,105.34200 L 27.000000,99.844000 L 270.00000,99.844000 L 270.00000,105.34200 z "
   id="path9852"
   style="fill:#f3926c" />
		<path
   i:knockout="Off"
   d="M 270.00000,114.34200 L 27.000000,114.34200 L 27.000000,108.84400 L 270.00000,108.84400 L 270.00000,114.34200 z "
   id="path9854"
   style="fill:#f3926c" />
		<path
   i:knockout="Off"
   d="M 270.00000,123.34200 L 27.000000,123.34200 L 27.000000,117.84400 L 270.00000,117.84400 L 270.00000,123.34200 z "
   id="path9856"
   style="fill:#f3926c" />
		<path
   i:knockout="Off"
   d="M 270.00000,132.34200 L 27.000000,132.34200 L 27.000000,126.84400 L 270.00000,126.84400 L 270.00000,132.34200 z "
   id="path9858"
   style="fill:#f3926c" />
		<path
   i:knockout="Off"
   d="M 270.00000,141.34200 L 27.000000,141.34200 L 27.000000,135.84400 L 270.00000,135.84400 L 270.00000,141.34200 z "
   id="path9860"
   style="fill:#f3926c" />
		<path
   i:knockout="Off"
   d="M 270.00000,150.34200 L 27.000000,150.34200 L 27.000000,144.84400 L 270.00000,144.84400 L 270.00000,150.34200 z "
   id="path9862"
   style="fill:#f3926c" />
		<path
   i:knockout="Off"
   d="M 33.883000,120.76400 C 33.883000,122.00700 32.876000,123.01400 31.633000,123.01400 C 30.390000,123.01400 29.383000,122.00700 29.383000,120.76400 C 29.383000,119.52100 30.390000,118.51400 31.633000,118.51400 C 32.876000,118.51400 33.883000,119.52100 33.883000,120.76400 z "
   id="path9864"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 42.883000,120.76400 C 42.883000,122.00700 41.876000,123.01400 40.633000,123.01400 C 39.390000,123.01400 38.383000,122.00700 38.383000,120.76400 C 38.383000,119.52100 39.390000,118.51400 40.633000,118.51400 C 41.876000,118.51400 42.883000,119.52100 42.883000,120.76400 z "
   id="path9866"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 51.883000,120.76400 C 51.883000,122.00700 50.876000,123.01400 49.633000,123.01400 C 48.390000,123.01400 47.383000,122.00700 47.383000,120.76400 C 47.383000,119.52100 48.390000,118.51400 49.633000,118.51400 C 50.876000,118.51400 51.883000,119.52100 51.883000,120.76400 z "
   id="path9868"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 60.883000,120.76400 C 60.883000,122.00700 59.876000,123.01400 58.633000,123.01400 C 57.390000,123.01400 56.383000,122.00700 56.383000,120.76400 C 56.383000,119.52100 57.390000,118.51400 58.633000,118.51400 C 59.876000,118.51400 60.883000,119.52100 60.883000,120.76400 z "
   id="path9870"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 69.883000,120.76400 C 69.883000,122.00700 68.876000,123.01400 67.633000,123.01400 C 66.390000,123.01400 65.383000,122.00700 65.383000,120.76400 C 65.383000,119.52100 66.390000,118.51400 67.633000,118.51400 C 68.876000,118.51400 69.883000,119.52100 69.883000,120.76400 z "
   id="path9872"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 78.883000,120.76400 C 78.883000,122.00700 77.876000,123.01400 76.633000,123.01400 C 75.390000,123.01400 74.383000,122.00700 74.383000,120.76400 C 74.383000,119.52100 75.390000,118.51400 76.633000,118.51400 C 77.876000,118.51400 78.883000,119.52100 78.883000,120.76400 z "
   id="path9874"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 87.883000,120.76400 C 87.883000,122.00700 86.876000,123.01400 85.633000,123.01400 C 84.390000,123.01400 83.383000,122.00700 83.383000,120.76400 C 83.383000,119.52100 84.390000,118.51400 85.633000,118.51400 C 86.876000,118.51400 87.883000,119.52100 87.883000,120.76400 z "
   id="path9876"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 96.883000,120.76400 C 96.883000,122.00700 95.876000,123.01400 94.633000,123.01400 C 93.390000,123.01400 92.383000,122.00700 92.383000,120.76400 C 92.383000,119.52100 93.390000,118.51400 94.633000,118.51400 C 95.876000,118.51400 96.883000,119.52100 96.883000,120.76400 z "
   id="path9878"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 105.88300,120.76400 C 105.88300,122.00700 104.87600,123.01400 103.63300,123.01400 C 102.39000,123.01400 101.38300,122.00700 101.38300,120.76400 C 101.38300,119.52100 102.39000,118.51400 103.63300,118.51400 C 104.87600,118.51400 105.88300,119.52100 105.88300,120.76400 z "
   id="path9880"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 114.88300,120.76400 C 114.88300,122.00700 113.87600,123.01400 112.63300,123.01400 C 111.39000,123.01400 110.38300,122.00700 110.38300,120.76400 C 110.38300,119.52100 111.39000,118.51400 112.63300,118.51400 C 113.87600,118.51400 114.88300,119.52100 114.88300,120.76400 z "
   id="path9882"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 123.88300,120.76400 C 123.88300,122.00700 122.87600,123.01400 121.63300,123.01400 C 120.39000,123.01400 119.38300,122.00700 119.38300,120.76400 C 119.38300,119.52100 120.39000,118.51400 121.63300,118.51400 C 122.87600,118.51400 123.88300,119.52100 123.88300,120.76400 z "
   id="path9884"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 132.88300,120.76400 C 132.88300,122.00700 131.87600,123.01400 130.63300,123.01400 C 129.39000,123.01400 128.38300,122.00700 128.38300,120.76400 C 128.38300,119.52100 129.39000,118.51400 130.63300,118.51400 C 131.87600,118.51400 132.88300,119.52100 132.88300,120.76400 z "
   id="path9886"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 141.88300,120.76400 C 141.88300,122.00700 140.87600,123.01400 139.63300,123.01400 C 138.39000,123.01400 137.38300,122.00700 137.38300,120.76400 C 137.38300,119.52100 138.39000,118.51400 139.63300,118.51400 C 140.87600,118.51400 141.88300,119.52100 141.88300,120.76400 z "
   id="path9888"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 150.88300,120.76400 C 150.88300,122.00700 149.87600,123.01400 148.63300,123.01400 C 147.39000,123.01400 146.38300,122.00700 146.38300,120.76400 C 146.38300,119.52100 147.39000,118.51400 148.63300,118.51400 C 149.87600,118.51400 150.88300,119.52100 150.88300,120.76400 z "
   id="path9890"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 159.88300,120.76400 C 159.88300,122.00700 158.87600,123.01400 157.63300,123.01400 C 156.39000,123.01400 155.38300,122.00700 155.38300,120.76400 C 155.38300,119.52100 156.39000,118.51400 157.63300,118.51400 C 158.87600,118.51400 159.88300,119.52100 159.88300,120.76400 z "
   id="path9892"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 168.88300,120.76400 C 168.88300,122.00700 167.87600,123.01400 166.63300,123.01400 C 165.39000,123.01400 164.38300,122.00700 164.38300,120.76400 C 164.38300,119.52100 165.39000,118.51400 166.63300,118.51400 C 167.87600,118.51400 168.88300,119.52100 168.88300,120.76400 z "
   id="path9894"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 177.88300,120.76400 C 177.88300,122.00700 176.87600,123.01400 175.63300,123.01400 C 174.39000,123.01400 173.38300,122.00700 173.38300,120.76400 C 173.38300,119.52100 174.39000,118.51400 175.63300,118.51400 C 176.87600,118.51400 177.88300,119.52100 177.88300,120.76400 z "
   id="path9896"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 186.88300,120.76400 C 186.88300,122.00700 185.87600,123.01400 184.63300,123.01400 C 183.39000,123.01400 182.38300,122.00700 182.38300,120.76400 C 182.38300,119.52100 183.39000,118.51400 184.63300,118.51400 C 185.87600,118.51400 186.88300,119.52100 186.88300,120.76400 z "
   id="path9898"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 195.88300,120.76400 C 195.88300,122.00700 194.87600,123.01400 193.63300,123.01400 C 192.39000,123.01400 191.38300,122.00700 191.38300,120.76400 C 191.38300,119.52100 192.39000,118.51400 193.63300,118.51400 C 194.87600,118.51400 195.88300,119.52100 195.88300,120.76400 z "
   id="path9900"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 204.88300,120.76400 C 204.88300,122.00700 203.87600,123.01400 202.63300,123.01400 C 201.39000,123.01400 200.38300,122.00700 200.38300,120.76400 C 200.38300,119.52100 201.39000,118.51400 202.63300,118.51400 C 203.87600,118.51400 204.88300,119.52100 204.88300,120.76400 z "
   id="path9902"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 213.88300,120.76400 C 213.88300,122.00700 212.87600,123.01400 211.63300,123.01400 C 210.39000,123.01400 209.38300,122.00700 209.38300,120.76400 C 209.38300,119.52100 210.39000,118.51400 211.63300,118.51400 C 212.87600,118.51400 213.88300,119.52100 213.88300,120.76400 z "
   id="path9904"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 222.88300,120.76400 C 222.88300,122.00700 221.87600,123.01400 220.63300,123.01400 C 219.39000,123.01400 218.38300,122.00700 218.38300,120.76400 C 218.38300,119.52100 219.39000,118.51400 220.63300,118.51400 C 221.87600,118.51400 222.88300,119.52100 222.88300,120.76400 z "
   id="path9906"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 231.88300,120.76400 C 231.88300,122.00700 230.87600,123.01400 229.63300,123.01400 C 228.39000,123.01400 227.38300,122.00700 227.38300,120.76400 C 227.38300,119.52100 228.39000,118.51400 229.63300,118.51400 C 230.87600,118.51400 231.88300,119.52100 231.88300,120.76400 z "
   id="path9908"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 33.883000,111.76400 C 33.883000,113.00700 32.876000,114.01400 31.633000,114.01400 C 30.390000,114.01400 29.383000,113.00700 29.383000,111.76400 C 29.383000,110.52100 30.390000,109.51400 31.633000,109.51400 C 32.876000,109.51400 33.883000,110.52100 33.883000,111.76400 z "
   id="path9910"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 42.883000,111.76400 C 42.883000,113.00700 41.876000,114.01400 40.633000,114.01400 C 39.390000,114.01400 38.383000,113.00700 38.383000,111.76400 C 38.383000,110.52100 39.390000,109.51400 40.633000,109.51400 C 41.876000,109.51400 42.883000,110.52100 42.883000,111.76400 z "
   id="path9912"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 51.883000,111.76400 C 51.883000,113.00700 50.876000,114.01400 49.633000,114.01400 C 48.390000,114.01400 47.383000,113.00700 47.383000,111.76400 C 47.383000,110.52100 48.390000,109.51400 49.633000,109.51400 C 50.876000,109.51400 51.883000,110.52100 51.883000,111.76400 z "
   id="path9914"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 60.883000,111.76400 C 60.883000,113.00700 59.876000,114.01400 58.633000,114.01400 C 57.390000,114.01400 56.383000,113.00700 56.383000,111.76400 C 56.383000,110.52100 57.390000,109.51400 58.633000,109.51400 C 59.876000,109.51400 60.883000,110.52100 60.883000,111.76400 z "
   id="path9916"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 69.883000,111.76400 C 69.883000,113.00700 68.876000,114.01400 67.633000,114.01400 C 66.390000,114.01400 65.383000,113.00700 65.383000,111.76400 C 65.383000,110.52100 66.390000,109.51400 67.633000,109.51400 C 68.876000,109.51400 69.883000,110.52100 69.883000,111.76400 z "
   id="path9918"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 78.883000,111.76400 C 78.883000,113.00700 77.876000,114.01400 76.633000,114.01400 C 75.390000,114.01400 74.383000,113.00700 74.383000,111.76400 C 74.383000,110.52100 75.390000,109.51400 76.633000,109.51400 C 77.876000,109.51400 78.883000,110.52100 78.883000,111.76400 z "
   id="path9920"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 87.883000,111.76400 C 87.883000,113.00700 86.876000,114.01400 85.633000,114.01400 C 84.390000,114.01400 83.383000,113.00700 83.383000,111.76400 C 83.383000,110.52100 84.390000,109.51400 85.633000,109.51400 C 86.876000,109.51400 87.883000,110.52100 87.883000,111.76400 z "
   id="path9922"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 96.883000,111.76400 C 96.883000,113.00700 95.876000,114.01400 94.633000,114.01400 C 93.390000,114.01400 92.383000,113.00700 92.383000,111.76400 C 92.383000,110.52100 93.390000,109.51400 94.633000,109.51400 C 95.876000,109.51400 96.883000,110.52100 96.883000,111.76400 z "
   id="path9924"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 105.88300,111.76400 C 105.88300,113.00700 104.87600,114.01400 103.63300,114.01400 C 102.39000,114.01400 101.38300,113.00700 101.38300,111.76400 C 101.38300,110.52100 102.39000,109.51400 103.63300,109.51400 C 104.87600,109.51400 105.88300,110.52100 105.88300,111.76400 z "
   id="path9926"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 114.88300,111.76400 C 114.88300,113.00700 113.87600,114.01400 112.63300,114.01400 C 111.39000,114.01400 110.38300,113.00700 110.38300,111.76400 C 110.38300,110.52100 111.39000,109.51400 112.63300,109.51400 C 113.87600,109.51400 114.88300,110.52100 114.88300,111.76400 z "
   id="path9928"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 123.88300,111.76400 C 123.88300,113.00700 122.87600,114.01400 121.63300,114.01400 C 120.39000,114.01400 119.38300,113.00700 119.38300,111.76400 C 119.38300,110.52100 120.39000,109.51400 121.63300,109.51400 C 122.87600,109.51400 123.88300,110.52100 123.88300,111.76400 z "
   id="path9930"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 132.88300,111.76400 C 132.88300,113.00700 131.87600,114.01400 130.63300,114.01400 C 129.39000,114.01400 128.38300,113.00700 128.38300,111.76400 C 128.38300,110.52100 129.39000,109.51400 130.63300,109.51400 C 131.87600,109.51400 132.88300,110.52100 132.88300,111.76400 z "
   id="path9932"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 141.88300,111.76400 C 141.88300,113.00700 140.87600,114.01400 139.63300,114.01400 C 138.39000,114.01400 137.38300,113.00700 137.38300,111.76400 C 137.38300,110.52100 138.39000,109.51400 139.63300,109.51400 C 140.87600,109.51400 141.88300,110.52100 141.88300,111.76400 z "
   id="path9934"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 150.88300,111.76400 C 150.88300,113.00700 149.87600,114.01400 148.63300,114.01400 C 147.39000,114.01400 146.38300,113.00700 146.38300,111.76400 C 146.38300,110.52100 147.39000,109.51400 148.63300,109.51400 C 149.87600,109.51400 150.88300,110.52100 150.88300,111.76400 z "
   id="path9936"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 159.88300,111.76400 C 159.88300,113.00700 158.87600,114.01400 157.63300,114.01400 C 156.39000,114.01400 155.38300,113.00700 155.38300,111.76400 C 155.38300,110.52100 156.39000,109.51400 157.63300,109.51400 C 158.87600,109.51400 159.88300,110.52100 159.88300,111.76400 z "
   id="path9938"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 168.88300,111.76400 C 168.88300,113.00700 167.87600,114.01400 166.63300,114.01400 C 165.39000,114.01400 164.38300,113.00700 164.38300,111.76400 C 164.38300,110.52100 165.39000,109.51400 166.63300,109.51400 C 167.87600,109.51400 168.88300,110.52100 168.88300,111.76400 z "
   id="path9940"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 177.88300,111.76400 C 177.88300,113.00700 176.87600,114.01400 175.63300,114.01400 C 174.39000,114.01400 173.38300,113.00700 173.38300,111.76400 C 173.38300,110.52100 174.39000,109.51400 175.63300,109.51400 C 176.87600,109.51400 177.88300,110.52100 177.88300,111.76400 z "
   id="path9942"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 186.88300,111.76400 C 186.88300,113.00700 185.87600,114.01400 184.63300,114.01400 C 183.39000,114.01400 182.38300,113.00700 182.38300,111.76400 C 182.38300,110.52100 183.39000,109.51400 184.63300,109.51400 C 185.87600,109.51400 186.88300,110.52100 186.88300,111.76400 z "
   id="path9944"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 195.88300,111.76400 C 195.88300,113.00700 194.87600,114.01400 193.63300,114.01400 C 192.39000,114.01400 191.38300,113.00700 191.38300,111.76400 C 191.38300,110.52100 192.39000,109.51400 193.63300,109.51400 C 194.87600,109.51400 195.88300,110.52100 195.88300,111.76400 z "
   id="path9946"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 204.88300,111.76400 C 204.88300,113.00700 203.87600,114.01400 202.63300,114.01400 C 201.39000,114.01400 200.38300,113.00700 200.38300,111.76400 C 200.38300,110.52100 201.39000,109.51400 202.63300,109.51400 C 203.87600,109.51400 204.88300,110.52100 204.88300,111.76400 z "
   id="path9948"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 213.88300,111.76400 C 213.88300,113.00700 212.87600,114.01400 211.63300,114.01400 C 210.39000,114.01400 209.38300,113.00700 209.38300,111.76400 C 209.38300,110.52100 210.39000,109.51400 211.63300,109.51400 C 212.87600,109.51400 213.88300,110.52100 213.88300,111.76400 z "
   id="path9950"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 222.88300,111.76400 C 222.88300,113.00700 221.87600,114.01400 220.63300,114.01400 C 219.39000,114.01400 218.38300,113.00700 218.38300,111.76400 C 218.38300,110.52100 219.39000,109.51400 220.63300,109.51400 C 221.87600,109.51400 222.88300,110.52100 222.88300,111.76400 z "
   id="path9952"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 231.88300,111.76400 C 231.88300,113.00700 230.87600,114.01400 229.63300,114.01400 C 228.39000,114.01400 227.38300,113.00700 227.38300,111.76400 C 227.38300,110.52100 228.39000,109.51400 229.63300,109.51400 C 230.87600,109.51400 231.88300,110.52100 231.88300,111.76400 z "
   id="path9954"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 33.883000,102.76400 C 33.883000,104.00700 32.876000,105.01400 31.633000,105.01400 C 30.390000,105.01400 29.383000,104.00700 29.383000,102.76400 C 29.383000,101.52100 30.390000,100.51400 31.633000,100.51400 C 32.876000,100.51400 33.883000,101.52100 33.883000,102.76400 z "
   id="path9956"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 42.883000,102.76400 C 42.883000,104.00700 41.876000,105.01400 40.633000,105.01400 C 39.390000,105.01400 38.383000,104.00700 38.383000,102.76400 C 38.383000,101.52100 39.390000,100.51400 40.633000,100.51400 C 41.876000,100.51400 42.883000,101.52100 42.883000,102.76400 z "
   id="path9958"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 51.883000,102.76400 C 51.883000,104.00700 50.876000,105.01400 49.633000,105.01400 C 48.390000,105.01400 47.383000,104.00700 47.383000,102.76400 C 47.383000,101.52100 48.390000,100.51400 49.633000,100.51400 C 50.876000,100.51400 51.883000,101.52100 51.883000,102.76400 z "
   id="path9960"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 60.883000,102.76400 C 60.883000,104.00700 59.876000,105.01400 58.633000,105.01400 C 57.390000,105.01400 56.383000,104.00700 56.383000,102.76400 C 56.383000,101.52100 57.390000,100.51400 58.633000,100.51400 C 59.876000,100.51400 60.883000,101.52100 60.883000,102.76400 z "
   id="path9962"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 69.883000,102.76400 C 69.883000,104.00700 68.876000,105.01400 67.633000,105.01400 C 66.390000,105.01400 65.383000,104.00700 65.383000,102.76400 C 65.383000,101.52100 66.390000,100.51400 67.633000,100.51400 C 68.876000,100.51400 69.883000,101.52100 69.883000,102.76400 z "
   id="path9964"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 78.883000,102.76400 C 78.883000,104.00700 77.876000,105.01400 76.633000,105.01400 C 75.390000,105.01400 74.383000,104.00700 74.383000,102.76400 C 74.383000,101.52100 75.390000,100.51400 76.633000,100.51400 C 77.876000,100.51400 78.883000,101.52100 78.883000,102.76400 z "
   id="path9966"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 87.883000,102.76400 C 87.883000,104.00700 86.876000,105.01400 85.633000,105.01400 C 84.390000,105.01400 83.383000,104.00700 83.383000,102.76400 C 83.383000,101.52100 84.390000,100.51400 85.633000,100.51400 C 86.876000,100.51400 87.883000,101.52100 87.883000,102.76400 z "
   id="path9968"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 96.883000,102.76400 C 96.883000,104.00700 95.876000,105.01400 94.633000,105.01400 C 93.390000,105.01400 92.383000,104.00700 92.383000,102.76400 C 92.383000,101.52100 93.390000,100.51400 94.633000,100.51400 C 95.876000,100.51400 96.883000,101.52100 96.883000,102.76400 z "
   id="path9970"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 105.88300,102.76400 C 105.88300,104.00700 104.87600,105.01400 103.63300,105.01400 C 102.39000,105.01400 101.38300,104.00700 101.38300,102.76400 C 101.38300,101.52100 102.39000,100.51400 103.63300,100.51400 C 104.87600,100.51400 105.88300,101.52100 105.88300,102.76400 z "
   id="path9972"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 114.88300,102.76400 C 114.88300,104.00700 113.87600,105.01400 112.63300,105.01400 C 111.39000,105.01400 110.38300,104.00700 110.38300,102.76400 C 110.38300,101.52100 111.39000,100.51400 112.63300,100.51400 C 113.87600,100.51400 114.88300,101.52100 114.88300,102.76400 z "
   id="path9974"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 123.88300,102.76400 C 123.88300,104.00700 122.87600,105.01400 121.63300,105.01400 C 120.39000,105.01400 119.38300,104.00700 119.38300,102.76400 C 119.38300,101.52100 120.39000,100.51400 121.63300,100.51400 C 122.87600,100.51400 123.88300,101.52100 123.88300,102.76400 z "
   id="path9976"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 132.88300,102.76400 C 132.88300,104.00700 131.87600,105.01400 130.63300,105.01400 C 129.39000,105.01400 128.38300,104.00700 128.38300,102.76400 C 128.38300,101.52100 129.39000,100.51400 130.63300,100.51400 C 131.87600,100.51400 132.88300,101.52100 132.88300,102.76400 z "
   id="path9978"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 141.88300,102.76400 C 141.88300,104.00700 140.87600,105.01400 139.63300,105.01400 C 138.39000,105.01400 137.38300,104.00700 137.38300,102.76400 C 137.38300,101.52100 138.39000,100.51400 139.63300,100.51400 C 140.87600,100.51400 141.88300,101.52100 141.88300,102.76400 z "
   id="path9980"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 150.88300,102.76400 C 150.88300,104.00700 149.87600,105.01400 148.63300,105.01400 C 147.39000,105.01400 146.38300,104.00700 146.38300,102.76400 C 146.38300,101.52100 147.39000,100.51400 148.63300,100.51400 C 149.87600,100.51400 150.88300,101.52100 150.88300,102.76400 z "
   id="path9982"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 159.88300,102.76400 C 159.88300,104.00700 158.87600,105.01400 157.63300,105.01400 C 156.39000,105.01400 155.38300,104.00700 155.38300,102.76400 C 155.38300,101.52100 156.39000,100.51400 157.63300,100.51400 C 158.87600,100.51400 159.88300,101.52100 159.88300,102.76400 z "
   id="path9984"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 168.88300,102.76400 C 168.88300,104.00700 167.87600,105.01400 166.63300,105.01400 C 165.39000,105.01400 164.38300,104.00700 164.38300,102.76400 C 164.38300,101.52100 165.39000,100.51400 166.63300,100.51400 C 167.87600,100.51400 168.88300,101.52100 168.88300,102.76400 z "
   id="path9986"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 177.88300,102.76400 C 177.88300,104.00700 176.87600,105.01400 175.63300,105.01400 C 174.39000,105.01400 173.38300,104.00700 173.38300,102.76400 C 173.38300,101.52100 174.39000,100.51400 175.63300,100.51400 C 176.87600,100.51400 177.88300,101.52100 177.88300,102.76400 z "
   id="path9988"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 186.88300,102.76400 C 186.88300,104.00700 185.87600,105.01400 184.63300,105.01400 C 183.39000,105.01400 182.38300,104.00700 182.38300,102.76400 C 182.38300,101.52100 183.39000,100.51400 184.63300,100.51400 C 185.87600,100.51400 186.88300,101.52100 186.88300,102.76400 z "
   id="path9990"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 195.88300,102.76400 C 195.88300,104.00700 194.87600,105.01400 193.63300,105.01400 C 192.39000,105.01400 191.38300,104.00700 191.38300,102.76400 C 191.38300,101.52100 192.39000,100.51400 193.63300,100.51400 C 194.87600,100.51400 195.88300,101.52100 195.88300,102.76400 z "
   id="path9992"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 204.88300,102.76400 C 204.88300,104.00700 203.87600,105.01400 202.63300,105.01400 C 201.39000,105.01400 200.38300,104.00700 200.38300,102.76400 C 200.38300,101.52100 201.39000,100.51400 202.63300,100.51400 C 203.87600,100.51400 204.88300,101.52100 204.88300,102.76400 z "
   id="path9994"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 213.88300,102.76400 C 213.88300,104.00700 212.87600,105.01400 211.63300,105.01400 C 210.39000,105.01400 209.38300,104.00700 209.38300,102.76400 C 209.38300,101.52100 210.39000,100.51400 211.63300,100.51400 C 212.87600,100.51400 213.88300,101.52100 213.88300,102.76400 z "
   id="path9996"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 222.88300,102.76400 C 222.88300,104.00700 221.87600,105.01400 220.63300,105.01400 C 219.39000,105.01400 218.38300,104.00700 218.38300,102.76400 C 218.38300,101.52100 219.39000,100.51400 220.63300,100.51400 C 221.87600,100.51400 222.88300,101.52100 222.88300,102.76400 z "
   id="path9998"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 231.88300,102.76400 C 231.88300,104.00700 230.87600,105.01400 229.63300,105.01400 C 228.39000,105.01400 227.38300,104.00700 227.38300,102.76400 C 227.38300,101.52100 228.39000,100.51400 229.63300,100.51400 C 230.87600,100.51400 231.88300,101.52100 231.88300,102.76400 z "
   id="path10000"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 33.883000,93.764000 C 33.883000,95.007000 32.876000,96.014000 31.633000,96.014000 C 30.390000,96.014000 29.383000,95.007000 29.383000,93.764000 C 29.383000,92.521000 30.390000,91.514000 31.633000,91.514000 C 32.876000,91.514000 33.883000,92.521000 33.883000,93.764000 z "
   id="path10002"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 42.883000,93.764000 C 42.883000,95.007000 41.876000,96.014000 40.633000,96.014000 C 39.390000,96.014000 38.383000,95.007000 38.383000,93.764000 C 38.383000,92.521000 39.390000,91.514000 40.633000,91.514000 C 41.876000,91.514000 42.883000,92.521000 42.883000,93.764000 z "
   id="path10004"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 51.883000,93.764000 C 51.883000,95.007000 50.876000,96.014000 49.633000,96.014000 C 48.390000,96.014000 47.383000,95.007000 47.383000,93.764000 C 47.383000,92.521000 48.390000,91.514000 49.633000,91.514000 C 50.876000,91.514000 51.883000,92.521000 51.883000,93.764000 z "
   id="path10006"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 60.883000,93.764000 C 60.883000,95.007000 59.876000,96.014000 58.633000,96.014000 C 57.390000,96.014000 56.383000,95.007000 56.383000,93.764000 C 56.383000,92.521000 57.390000,91.514000 58.633000,91.514000 C 59.876000,91.514000 60.883000,92.521000 60.883000,93.764000 z "
   id="path10008"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 69.883000,93.764000 C 69.883000,95.007000 68.876000,96.014000 67.633000,96.014000 C 66.390000,96.014000 65.383000,95.007000 65.383000,93.764000 C 65.383000,92.521000 66.390000,91.514000 67.633000,91.514000 C 68.876000,91.514000 69.883000,92.521000 69.883000,93.764000 z "
   id="path10010"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 78.883000,93.764000 C 78.883000,95.007000 77.876000,96.014000 76.633000,96.014000 C 75.390000,96.014000 74.383000,95.007000 74.383000,93.764000 C 74.383000,92.521000 75.390000,91.514000 76.633000,91.514000 C 77.876000,91.514000 78.883000,92.521000 78.883000,93.764000 z "
   id="path10012"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 87.883000,93.764000 C 87.883000,95.007000 86.876000,96.014000 85.633000,96.014000 C 84.390000,96.014000 83.383000,95.007000 83.383000,93.764000 C 83.383000,92.521000 84.390000,91.514000 85.633000,91.514000 C 86.876000,91.514000 87.883000,92.521000 87.883000,93.764000 z "
   id="path10014"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 96.883000,93.764000 C 96.883000,95.007000 95.876000,96.014000 94.633000,96.014000 C 93.390000,96.014000 92.383000,95.007000 92.383000,93.764000 C 92.383000,92.521000 93.390000,91.514000 94.633000,91.514000 C 95.876000,91.514000 96.883000,92.521000 96.883000,93.764000 z "
   id="path10016"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 105.88300,93.764000 C 105.88300,95.007000 104.87600,96.014000 103.63300,96.014000 C 102.39000,96.014000 101.38300,95.007000 101.38300,93.764000 C 101.38300,92.521000 102.39000,91.514000 103.63300,91.514000 C 104.87600,91.514000 105.88300,92.521000 105.88300,93.764000 z "
   id="path10018"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 114.88300,93.764000 C 114.88300,95.007000 113.87600,96.014000 112.63300,96.014000 C 111.39000,96.014000 110.38300,95.007000 110.38300,93.764000 C 110.38300,92.521000 111.39000,91.514000 112.63300,91.514000 C 113.87600,91.514000 114.88300,92.521000 114.88300,93.764000 z "
   id="path10020"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 123.88300,93.764000 C 123.88300,95.007000 122.87600,96.014000 121.63300,96.014000 C 120.39000,96.014000 119.38300,95.007000 119.38300,93.764000 C 119.38300,92.521000 120.39000,91.514000 121.63300,91.514000 C 122.87600,91.514000 123.88300,92.521000 123.88300,93.764000 z "
   id="path10022"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 132.88300,93.764000 C 132.88300,95.007000 131.87600,96.014000 130.63300,96.014000 C 129.39000,96.014000 128.38300,95.007000 128.38300,93.764000 C 128.38300,92.521000 129.39000,91.514000 130.63300,91.514000 C 131.87600,91.514000 132.88300,92.521000 132.88300,93.764000 z "
   id="path10024"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 141.88300,93.764000 C 141.88300,95.007000 140.87600,96.014000 139.63300,96.014000 C 138.39000,96.014000 137.38300,95.007000 137.38300,93.764000 C 137.38300,92.521000 138.39000,91.514000 139.63300,91.514000 C 140.87600,91.514000 141.88300,92.521000 141.88300,93.764000 z "
   id="path10026"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 150.88300,93.764000 C 150.88300,95.007000 149.87600,96.014000 148.63300,96.014000 C 147.39000,96.014000 146.38300,95.007000 146.38300,93.764000 C 146.38300,92.521000 147.39000,91.514000 148.63300,91.514000 C 149.87600,91.514000 150.88300,92.521000 150.88300,93.764000 z "
   id="path10028"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 159.88300,93.764000 C 159.88300,95.007000 158.87600,96.014000 157.63300,96.014000 C 156.39000,96.014000 155.38300,95.007000 155.38300,93.764000 C 155.38300,92.521000 156.39000,91.514000 157.63300,91.514000 C 158.87600,91.514000 159.88300,92.521000 159.88300,93.764000 z "
   id="path10030"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 168.88300,93.764000 C 168.88300,95.007000 167.87600,96.014000 166.63300,96.014000 C 165.39000,96.014000 164.38300,95.007000 164.38300,93.764000 C 164.38300,92.521000 165.39000,91.514000 166.63300,91.514000 C 167.87600,91.514000 168.88300,92.521000 168.88300,93.764000 z "
   id="path10032"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 177.88300,93.764000 C 177.88300,95.007000 176.87600,96.014000 175.63300,96.014000 C 174.39000,96.014000 173.38300,95.007000 173.38300,93.764000 C 173.38300,92.521000 174.39000,91.514000 175.63300,91.514000 C 176.87600,91.514000 177.88300,92.521000 177.88300,93.764000 z "
   id="path10034"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 186.88300,93.764000 C 186.88300,95.007000 185.87600,96.014000 184.63300,96.014000 C 183.39000,96.014000 182.38300,95.007000 182.38300,93.764000 C 182.38300,92.521000 183.39000,91.514000 184.63300,91.514000 C 185.87600,91.514000 186.88300,92.521000 186.88300,93.764000 z "
   id="path10036"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 195.88300,93.764000 C 195.88300,95.007000 194.87600,96.014000 193.63300,96.014000 C 192.39000,96.014000 191.38300,95.007000 191.38300,93.764000 C 191.38300,92.521000 192.39000,91.514000 193.63300,91.514000 C 194.87600,91.514000 195.88300,92.521000 195.88300,93.764000 z "
   id="path10038"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 204.88300,93.764000 C 204.88300,95.007000 203.87600,96.014000 202.63300,96.014000 C 201.39000,96.014000 200.38300,95.007000 200.38300,93.764000 C 200.38300,92.521000 201.39000,91.514000 202.63300,91.514000 C 203.87600,91.514000 204.88300,92.521000 204.88300,93.764000 z "
   id="path10040"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 213.88300,93.764000 C 213.88300,95.007000 212.87600,96.014000 211.63300,96.014000 C 210.39000,96.014000 209.38300,95.007000 209.38300,93.764000 C 209.38300,92.521000 210.39000,91.514000 211.63300,91.514000 C 212.87600,91.514000 213.88300,92.521000 213.88300,93.764000 z "
   id="path10042"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 222.88300,93.764000 C 222.88300,95.007000 221.87600,96.014000 220.63300,96.014000 C 219.39000,96.014000 218.38300,95.007000 218.38300,93.764000 C 218.38300,92.521000 219.39000,91.514000 220.63300,91.514000 C 221.87600,91.514000 222.88300,92.521000 222.88300,93.764000 z "
   id="path10044"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 231.88300,93.764000 C 231.88300,95.007000 230.87600,96.014000 229.63300,96.014000 C 228.39000,96.014000 227.38300,95.007000 227.38300,93.764000 C 227.38300,92.521000 228.39000,91.514000 229.63300,91.514000 C 230.87600,91.514000 231.88300,92.521000 231.88300,93.764000 z "
   id="path10046"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 33.883000,84.764000 C 33.883000,86.007000 32.876000,87.014000 31.633000,87.014000 C 30.390000,87.014000 29.383000,86.007000 29.383000,84.764000 C 29.383000,83.521000 30.390000,82.514000 31.633000,82.514000 C 32.876000,82.514000 33.883000,83.521000 33.883000,84.764000 z "
   id="path10048"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 42.883000,84.764000 C 42.883000,86.007000 41.876000,87.014000 40.633000,87.014000 C 39.390000,87.014000 38.383000,86.007000 38.383000,84.764000 C 38.383000,83.521000 39.390000,82.514000 40.633000,82.514000 C 41.876000,82.514000 42.883000,83.521000 42.883000,84.764000 z "
   id="path10050"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 51.883000,84.764000 C 51.883000,86.007000 50.876000,87.014000 49.633000,87.014000 C 48.390000,87.014000 47.383000,86.007000 47.383000,84.764000 C 47.383000,83.521000 48.390000,82.514000 49.633000,82.514000 C 50.876000,82.514000 51.883000,83.521000 51.883000,84.764000 z "
   id="path10052"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 60.883000,84.764000 C 60.883000,86.007000 59.876000,87.014000 58.633000,87.014000 C 57.390000,87.014000 56.383000,86.007000 56.383000,84.764000 C 56.383000,83.521000 57.390000,82.514000 58.633000,82.514000 C 59.876000,82.514000 60.883000,83.521000 60.883000,84.764000 z "
   id="path10054"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 69.883000,84.764000 C 69.883000,86.007000 68.876000,87.014000 67.633000,87.014000 C 66.390000,87.014000 65.383000,86.007000 65.383000,84.764000 C 65.383000,83.521000 66.390000,82.514000 67.633000,82.514000 C 68.876000,82.514000 69.883000,83.521000 69.883000,84.764000 z "
   id="path10056"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 78.883000,84.764000 C 78.883000,86.007000 77.876000,87.014000 76.633000,87.014000 C 75.390000,87.014000 74.383000,86.007000 74.383000,84.764000 C 74.383000,83.521000 75.390000,82.514000 76.633000,82.514000 C 77.876000,82.514000 78.883000,83.521000 78.883000,84.764000 z "
   id="path10058"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 87.883000,84.764000 C 87.883000,86.007000 86.876000,87.014000 85.633000,87.014000 C 84.390000,87.014000 83.383000,86.007000 83.383000,84.764000 C 83.383000,83.521000 84.390000,82.514000 85.633000,82.514000 C 86.876000,82.514000 87.883000,83.521000 87.883000,84.764000 z "
   id="path10060"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 96.883000,84.764000 C 96.883000,86.007000 95.876000,87.014000 94.633000,87.014000 C 93.390000,87.014000 92.383000,86.007000 92.383000,84.764000 C 92.383000,83.521000 93.390000,82.514000 94.633000,82.514000 C 95.876000,82.514000 96.883000,83.521000 96.883000,84.764000 z "
   id="path10062"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 105.88300,84.764000 C 105.88300,86.007000 104.87600,87.014000 103.63300,87.014000 C 102.39000,87.014000 101.38300,86.007000 101.38300,84.764000 C 101.38300,83.521000 102.39000,82.514000 103.63300,82.514000 C 104.87600,82.514000 105.88300,83.521000 105.88300,84.764000 z "
   id="path10064"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 114.88300,84.764000 C 114.88300,86.007000 113.87600,87.014000 112.63300,87.014000 C 111.39000,87.014000 110.38300,86.007000 110.38300,84.764000 C 110.38300,83.521000 111.39000,82.514000 112.63300,82.514000 C 113.87600,82.514000 114.88300,83.521000 114.88300,84.764000 z "
   id="path10066"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 123.88300,84.764000 C 123.88300,86.007000 122.87600,87.014000 121.63300,87.014000 C 120.39000,87.014000 119.38300,86.007000 119.38300,84.764000 C 119.38300,83.521000 120.39000,82.514000 121.63300,82.514000 C 122.87600,82.514000 123.88300,83.521000 123.88300,84.764000 z "
   id="path10068"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 132.88300,84.764000 C 132.88300,86.007000 131.87600,87.014000 130.63300,87.014000 C 129.39000,87.014000 128.38300,86.007000 128.38300,84.764000 C 128.38300,83.521000 129.39000,82.514000 130.63300,82.514000 C 131.87600,82.514000 132.88300,83.521000 132.88300,84.764000 z "
   id="path10070"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 141.88300,84.764000 C 141.88300,86.007000 140.87600,87.014000 139.63300,87.014000 C 138.39000,87.014000 137.38300,86.007000 137.38300,84.764000 C 137.38300,83.521000 138.39000,82.514000 139.63300,82.514000 C 140.87600,82.514000 141.88300,83.521000 141.88300,84.764000 z "
   id="path10072"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 150.88300,84.764000 C 150.88300,86.007000 149.87600,87.014000 148.63300,87.014000 C 147.39000,87.014000 146.38300,86.007000 146.38300,84.764000 C 146.38300,83.521000 147.39000,82.514000 148.63300,82.514000 C 149.87600,82.514000 150.88300,83.521000 150.88300,84.764000 z "
   id="path10074"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 159.88300,84.764000 C 159.88300,86.007000 158.87600,87.014000 157.63300,87.014000 C 156.39000,87.014000 155.38300,86.007000 155.38300,84.764000 C 155.38300,83.521000 156.39000,82.514000 157.63300,82.514000 C 158.87600,82.514000 159.88300,83.521000 159.88300,84.764000 z "
   id="path10076"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 168.88300,84.764000 C 168.88300,86.007000 167.87600,87.014000 166.63300,87.014000 C 165.39000,87.014000 164.38300,86.007000 164.38300,84.764000 C 164.38300,83.521000 165.39000,82.514000 166.63300,82.514000 C 167.87600,82.514000 168.88300,83.521000 168.88300,84.764000 z "
   id="path10078"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 177.88300,84.764000 C 177.88300,86.007000 176.87600,87.014000 175.63300,87.014000 C 174.39000,87.014000 173.38300,86.007000 173.38300,84.764000 C 173.38300,83.521000 174.39000,82.514000 175.63300,82.514000 C 176.87600,82.514000 177.88300,83.521000 177.88300,84.764000 z "
   id="path10080"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 186.88300,84.764000 C 186.88300,86.007000 185.87600,87.014000 184.63300,87.014000 C 183.39000,87.014000 182.38300,86.007000 182.38300,84.764000 C 182.38300,83.521000 183.39000,82.514000 184.63300,82.514000 C 185.87600,82.514000 186.88300,83.521000 186.88300,84.764000 z "
   id="path10082"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 195.88300,84.764000 C 195.88300,86.007000 194.87600,87.014000 193.63300,87.014000 C 192.39000,87.014000 191.38300,86.007000 191.38300,84.764000 C 191.38300,83.521000 192.39000,82.514000 193.63300,82.514000 C 194.87600,82.514000 195.88300,83.521000 195.88300,84.764000 z "
   id="path10084"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 204.88300,84.764000 C 204.88300,86.007000 203.87600,87.014000 202.63300,87.014000 C 201.39000,87.014000 200.38300,86.007000 200.38300,84.764000 C 200.38300,83.521000 201.39000,82.514000 202.63300,82.514000 C 203.87600,82.514000 204.88300,83.521000 204.88300,84.764000 z "
   id="path10086"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 213.88300,84.764000 C 213.88300,86.007000 212.87600,87.014000 211.63300,87.014000 C 210.39000,87.014000 209.38300,86.007000 209.38300,84.764000 C 209.38300,83.521000 210.39000,82.514000 211.63300,82.514000 C 212.87600,82.514000 213.88300,83.521000 213.88300,84.764000 z "
   id="path10088"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 222.88300,84.764000 C 222.88300,86.007000 221.87600,87.014000 220.63300,87.014000 C 219.39000,87.014000 218.38300,86.007000 218.38300,84.764000 C 218.38300,83.521000 219.39000,82.514000 220.63300,82.514000 C 221.87600,82.514000 222.88300,83.521000 222.88300,84.764000 z "
   id="path10090"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 231.88300,84.764000 C 231.88300,86.007000 230.87600,87.014000 229.63300,87.014000 C 228.39000,87.014000 227.38300,86.007000 227.38300,84.764000 C 227.38300,83.521000 228.39000,82.514000 229.63300,82.514000 C 230.87600,82.514000 231.88300,83.521000 231.88300,84.764000 z "
   id="path10092"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 33.883000,75.764000 C 33.883000,77.007000 32.876000,78.014000 31.633000,78.014000 C 30.390000,78.014000 29.383000,77.007000 29.383000,75.764000 C 29.383000,74.521000 30.390000,73.514000 31.633000,73.514000 C 32.876000,73.514000 33.883000,74.521000 33.883000,75.764000 z "
   id="path10094"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 42.883000,75.764000 C 42.883000,77.007000 41.876000,78.014000 40.633000,78.014000 C 39.390000,78.014000 38.383000,77.007000 38.383000,75.764000 C 38.383000,74.521000 39.390000,73.514000 40.633000,73.514000 C 41.876000,73.514000 42.883000,74.521000 42.883000,75.764000 z "
   id="path10096"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 51.883000,75.764000 C 51.883000,77.007000 50.876000,78.014000 49.633000,78.014000 C 48.390000,78.014000 47.383000,77.007000 47.383000,75.764000 C 47.383000,74.521000 48.390000,73.514000 49.633000,73.514000 C 50.876000,73.514000 51.883000,74.521000 51.883000,75.764000 z "
   id="path10098"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 60.883000,75.764000 C 60.883000,77.007000 59.876000,78.014000 58.633000,78.014000 C 57.390000,78.014000 56.383000,77.007000 56.383000,75.764000 C 56.383000,74.521000 57.390000,73.514000 58.633000,73.514000 C 59.876000,73.514000 60.883000,74.521000 60.883000,75.764000 z "
   id="path10100"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 69.883000,75.764000 C 69.883000,77.007000 68.876000,78.014000 67.633000,78.014000 C 66.390000,78.014000 65.383000,77.007000 65.383000,75.764000 C 65.383000,74.521000 66.390000,73.514000 67.633000,73.514000 C 68.876000,73.514000 69.883000,74.521000 69.883000,75.764000 z "
   id="path10102"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 78.883000,75.764000 C 78.883000,77.007000 77.876000,78.014000 76.633000,78.014000 C 75.390000,78.014000 74.383000,77.007000 74.383000,75.764000 C 74.383000,74.521000 75.390000,73.514000 76.633000,73.514000 C 77.876000,73.514000 78.883000,74.521000 78.883000,75.764000 z "
   id="path10104"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 87.883000,75.764000 C 87.883000,77.007000 86.876000,78.014000 85.633000,78.014000 C 84.390000,78.014000 83.383000,77.007000 83.383000,75.764000 C 83.383000,74.521000 84.390000,73.514000 85.633000,73.514000 C 86.876000,73.514000 87.883000,74.521000 87.883000,75.764000 z "
   id="path10106"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 96.883000,75.764000 C 96.883000,77.007000 95.876000,78.014000 94.633000,78.014000 C 93.390000,78.014000 92.383000,77.007000 92.383000,75.764000 C 92.383000,74.521000 93.390000,73.514000 94.633000,73.514000 C 95.876000,73.514000 96.883000,74.521000 96.883000,75.764000 z "
   id="path10108"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 105.88300,75.764000 C 105.88300,77.007000 104.87600,78.014000 103.63300,78.014000 C 102.39000,78.014000 101.38300,77.007000 101.38300,75.764000 C 101.38300,74.521000 102.39000,73.514000 103.63300,73.514000 C 104.87600,73.514000 105.88300,74.521000 105.88300,75.764000 z "
   id="path10110"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 114.88300,75.764000 C 114.88300,77.007000 113.87600,78.014000 112.63300,78.014000 C 111.39000,78.014000 110.38300,77.007000 110.38300,75.764000 C 110.38300,74.521000 111.39000,73.514000 112.63300,73.514000 C 113.87600,73.514000 114.88300,74.521000 114.88300,75.764000 z "
   id="path10112"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 123.88300,75.764000 C 123.88300,77.007000 122.87600,78.014000 121.63300,78.014000 C 120.39000,78.014000 119.38300,77.007000 119.38300,75.764000 C 119.38300,74.521000 120.39000,73.514000 121.63300,73.514000 C 122.87600,73.514000 123.88300,74.521000 123.88300,75.764000 z "
   id="path10114"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 132.88300,75.764000 C 132.88300,77.007000 131.87600,78.014000 130.63300,78.014000 C 129.39000,78.014000 128.38300,77.007000 128.38300,75.764000 C 128.38300,74.521000 129.39000,73.514000 130.63300,73.514000 C 131.87600,73.514000 132.88300,74.521000 132.88300,75.764000 z "
   id="path10116"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 141.88300,75.764000 C 141.88300,77.007000 140.87600,78.014000 139.63300,78.014000 C 138.39000,78.014000 137.38300,77.007000 137.38300,75.764000 C 137.38300,74.521000 138.39000,73.514000 139.63300,73.514000 C 140.87600,73.514000 141.88300,74.521000 141.88300,75.764000 z "
   id="path10118"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 150.88300,75.764000 C 150.88300,77.007000 149.87600,78.014000 148.63300,78.014000 C 147.39000,78.014000 146.38300,77.007000 146.38300,75.764000 C 146.38300,74.521000 147.39000,73.514000 148.63300,73.514000 C 149.87600,73.514000 150.88300,74.521000 150.88300,75.764000 z "
   id="path10120"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 159.88300,75.764000 C 159.88300,77.007000 158.87600,78.014000 157.63300,78.014000 C 156.39000,78.014000 155.38300,77.007000 155.38300,75.764000 C 155.38300,74.521000 156.39000,73.514000 157.63300,73.514000 C 158.87600,73.514000 159.88300,74.521000 159.88300,75.764000 z "
   id="path10122"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 168.88300,75.764000 C 168.88300,77.007000 167.87600,78.014000 166.63300,78.014000 C 165.39000,78.014000 164.38300,77.007000 164.38300,75.764000 C 164.38300,74.521000 165.39000,73.514000 166.63300,73.514000 C 167.87600,73.514000 168.88300,74.521000 168.88300,75.764000 z "
   id="path10124"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 177.88300,75.764000 C 177.88300,77.007000 176.87600,78.014000 175.63300,78.014000 C 174.39000,78.014000 173.38300,77.007000 173.38300,75.764000 C 173.38300,74.521000 174.39000,73.514000 175.63300,73.514000 C 176.87600,73.514000 177.88300,74.521000 177.88300,75.764000 z "
   id="path10126"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 186.88300,75.764000 C 186.88300,77.007000 185.87600,78.014000 184.63300,78.014000 C 183.39000,78.014000 182.38300,77.007000 182.38300,75.764000 C 182.38300,74.521000 183.39000,73.514000 184.63300,73.514000 C 185.87600,73.514000 186.88300,74.521000 186.88300,75.764000 z "
   id="path10128"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 195.88300,75.764000 C 195.88300,77.007000 194.87600,78.014000 193.63300,78.014000 C 192.39000,78.014000 191.38300,77.007000 191.38300,75.764000 C 191.38300,74.521000 192.39000,73.514000 193.63300,73.514000 C 194.87600,73.514000 195.88300,74.521000 195.88300,75.764000 z "
   id="path10130"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 204.88300,75.764000 C 204.88300,77.007000 203.87600,78.014000 202.63300,78.014000 C 201.39000,78.014000 200.38300,77.007000 200.38300,75.764000 C 200.38300,74.521000 201.39000,73.514000 202.63300,73.514000 C 203.87600,73.514000 204.88300,74.521000 204.88300,75.764000 z "
   id="path10132"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 213.88300,75.764000 C 213.88300,77.007000 212.87600,78.014000 211.63300,78.014000 C 210.39000,78.014000 209.38300,77.007000 209.38300,75.764000 C 209.38300,74.521000 210.39000,73.514000 211.63300,73.514000 C 212.87600,73.514000 213.88300,74.521000 213.88300,75.764000 z "
   id="path10134"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 222.88300,75.764000 C 222.88300,77.007000 221.87600,78.014000 220.63300,78.014000 C 219.39000,78.014000 218.38300,77.007000 218.38300,75.764000 C 218.38300,74.521000 219.39000,73.514000 220.63300,73.514000 C 221.87600,73.514000 222.88300,74.521000 222.88300,75.764000 z "
   id="path10136"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 231.88300,75.764000 C 231.88300,77.007000 230.87600,78.014000 229.63300,78.014000 C 228.39000,78.014000 227.38300,77.007000 227.38300,75.764000 C 227.38300,74.521000 228.39000,73.514000 229.63300,73.514000 C 230.87600,73.514000 231.88300,74.521000 231.88300,75.764000 z "
   id="path10138"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 33.883000,66.764000 C 33.883000,68.007000 32.876000,69.014000 31.633000,69.014000 C 30.390000,69.014000 29.383000,68.007000 29.383000,66.764000 C 29.383000,65.521000 30.390000,64.514000 31.633000,64.514000 C 32.876000,64.514000 33.883000,65.521000 33.883000,66.764000 z "
   id="path10140"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 42.883000,66.764000 C 42.883000,68.007000 41.876000,69.014000 40.633000,69.014000 C 39.390000,69.014000 38.383000,68.007000 38.383000,66.764000 C 38.383000,65.521000 39.390000,64.514000 40.633000,64.514000 C 41.876000,64.514000 42.883000,65.521000 42.883000,66.764000 z "
   id="path10142"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 51.883000,66.764000 C 51.883000,68.007000 50.876000,69.014000 49.633000,69.014000 C 48.390000,69.014000 47.383000,68.007000 47.383000,66.764000 C 47.383000,65.521000 48.390000,64.514000 49.633000,64.514000 C 50.876000,64.514000 51.883000,65.521000 51.883000,66.764000 z "
   id="path10144"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 60.883000,66.764000 C 60.883000,68.007000 59.876000,69.014000 58.633000,69.014000 C 57.390000,69.014000 56.383000,68.007000 56.383000,66.764000 C 56.383000,65.521000 57.390000,64.514000 58.633000,64.514000 C 59.876000,64.514000 60.883000,65.521000 60.883000,66.764000 z "
   id="path10146"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 69.883000,66.764000 C 69.883000,68.007000 68.876000,69.014000 67.633000,69.014000 C 66.390000,69.014000 65.383000,68.007000 65.383000,66.764000 C 65.383000,65.521000 66.390000,64.514000 67.633000,64.514000 C 68.876000,64.514000 69.883000,65.521000 69.883000,66.764000 z "
   id="path10148"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 78.883000,66.764000 C 78.883000,68.007000 77.876000,69.014000 76.633000,69.014000 C 75.390000,69.014000 74.383000,68.007000 74.383000,66.764000 C 74.383000,65.521000 75.390000,64.514000 76.633000,64.514000 C 77.876000,64.514000 78.883000,65.521000 78.883000,66.764000 z "
   id="path10150"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 87.883000,66.764000 C 87.883000,68.007000 86.876000,69.014000 85.633000,69.014000 C 84.390000,69.014000 83.383000,68.007000 83.383000,66.764000 C 83.383000,65.521000 84.390000,64.514000 85.633000,64.514000 C 86.876000,64.514000 87.883000,65.521000 87.883000,66.764000 z "
   id="path10152"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 96.883000,66.764000 C 96.883000,68.007000 95.876000,69.014000 94.633000,69.014000 C 93.390000,69.014000 92.383000,68.007000 92.383000,66.764000 C 92.383000,65.521000 93.390000,64.514000 94.633000,64.514000 C 95.876000,64.514000 96.883000,65.521000 96.883000,66.764000 z "
   id="path10154"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 105.88300,66.764000 C 105.88300,68.007000 104.87600,69.014000 103.63300,69.014000 C 102.39000,69.014000 101.38300,68.007000 101.38300,66.764000 C 101.38300,65.521000 102.39000,64.514000 103.63300,64.514000 C 104.87600,64.514000 105.88300,65.521000 105.88300,66.764000 z "
   id="path10156"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 114.88300,66.764000 C 114.88300,68.007000 113.87600,69.014000 112.63300,69.014000 C 111.39000,69.014000 110.38300,68.007000 110.38300,66.764000 C 110.38300,65.521000 111.39000,64.514000 112.63300,64.514000 C 113.87600,64.514000 114.88300,65.521000 114.88300,66.764000 z "
   id="path10158"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 123.88300,66.764000 C 123.88300,68.007000 122.87600,69.014000 121.63300,69.014000 C 120.39000,69.014000 119.38300,68.007000 119.38300,66.764000 C 119.38300,65.521000 120.39000,64.514000 121.63300,64.514000 C 122.87600,64.514000 123.88300,65.521000 123.88300,66.764000 z "
   id="path10160"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 132.88300,66.764000 C 132.88300,68.007000 131.87600,69.014000 130.63300,69.014000 C 129.39000,69.014000 128.38300,68.007000 128.38300,66.764000 C 128.38300,65.521000 129.39000,64.514000 130.63300,64.514000 C 131.87600,64.514000 132.88300,65.521000 132.88300,66.764000 z "
   id="path10162"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 141.88300,66.764000 C 141.88300,68.007000 140.87600,69.014000 139.63300,69.014000 C 138.39000,69.014000 137.38300,68.007000 137.38300,66.764000 C 137.38300,65.521000 138.39000,64.514000 139.63300,64.514000 C 140.87600,64.514000 141.88300,65.521000 141.88300,66.764000 z "
   id="path10164"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 150.88300,66.764000 C 150.88300,68.007000 149.87600,69.014000 148.63300,69.014000 C 147.39000,69.014000 146.38300,68.007000 146.38300,66.764000 C 146.38300,65.521000 147.39000,64.514000 148.63300,64.514000 C 149.87600,64.514000 150.88300,65.521000 150.88300,66.764000 z "
   id="path10166"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 159.88300,66.764000 C 159.88300,68.007000 158.87600,69.014000 157.63300,69.014000 C 156.39000,69.014000 155.38300,68.007000 155.38300,66.764000 C 155.38300,65.521000 156.39000,64.514000 157.63300,64.514000 C 158.87600,64.514000 159.88300,65.521000 159.88300,66.764000 z "
   id="path10168"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 168.88300,66.764000 C 168.88300,68.007000 167.87600,69.014000 166.63300,69.014000 C 165.39000,69.014000 164.38300,68.007000 164.38300,66.764000 C 164.38300,65.521000 165.39000,64.514000 166.63300,64.514000 C 167.87600,64.514000 168.88300,65.521000 168.88300,66.764000 z "
   id="path10170"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 177.88300,66.764000 C 177.88300,68.007000 176.87600,69.014000 175.63300,69.014000 C 174.39000,69.014000 173.38300,68.007000 173.38300,66.764000 C 173.38300,65.521000 174.39000,64.514000 175.63300,64.514000 C 176.87600,64.514000 177.88300,65.521000 177.88300,66.764000 z "
   id="path10172"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 186.88300,66.764000 C 186.88300,68.007000 185.87600,69.014000 184.63300,69.014000 C 183.39000,69.014000 182.38300,68.007000 182.38300,66.764000 C 182.38300,65.521000 183.39000,64.514000 184.63300,64.514000 C 185.87600,64.514000 186.88300,65.521000 186.88300,66.764000 z "
   id="path10174"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 195.88300,66.764000 C 195.88300,68.007000 194.87600,69.014000 193.63300,69.014000 C 192.39000,69.014000 191.38300,68.007000 191.38300,66.764000 C 191.38300,65.521000 192.39000,64.514000 193.63300,64.514000 C 194.87600,64.514000 195.88300,65.521000 195.88300,66.764000 z "
   id="path10176"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 204.88300,66.764000 C 204.88300,68.007000 203.87600,69.014000 202.63300,69.014000 C 201.39000,69.014000 200.38300,68.007000 200.38300,66.764000 C 200.38300,65.521000 201.39000,64.514000 202.63300,64.514000 C 203.87600,64.514000 204.88300,65.521000 204.88300,66.764000 z "
   id="path10178"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 213.88300,66.764000 C 213.88300,68.007000 212.87600,69.014000 211.63300,69.014000 C 210.39000,69.014000 209.38300,68.007000 209.38300,66.764000 C 209.38300,65.521000 210.39000,64.514000 211.63300,64.514000 C 212.87600,64.514000 213.88300,65.521000 213.88300,66.764000 z "
   id="path10180"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 222.88300,66.764000 C 222.88300,68.007000 221.87600,69.014000 220.63300,69.014000 C 219.39000,69.014000 218.38300,68.007000 218.38300,66.764000 C 218.38300,65.521000 219.39000,64.514000 220.63300,64.514000 C 221.87600,64.514000 222.88300,65.521000 222.88300,66.764000 z "
   id="path10182"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 231.88300,66.764000 C 231.88300,68.007000 230.87600,69.014000 229.63300,69.014000 C 228.39000,69.014000 227.38300,68.007000 227.38300,66.764000 C 227.38300,65.521000 228.39000,64.514000 229.63300,64.514000 C 230.87600,64.514000 231.88300,65.521000 231.88300,66.764000 z "
   id="path10184"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 33.883000,57.764000 C 33.883000,59.007000 32.876000,60.014000 31.633000,60.014000 C 30.390000,60.014000 29.383000,59.007000 29.383000,57.764000 C 29.383000,56.521000 30.390000,55.514000 31.633000,55.514000 C 32.876000,55.514000 33.883000,56.521000 33.883000,57.764000 z "
   id="path10186"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 42.883000,57.764000 C 42.883000,59.007000 41.876000,60.014000 40.633000,60.014000 C 39.390000,60.014000 38.383000,59.007000 38.383000,57.764000 C 38.383000,56.521000 39.390000,55.514000 40.633000,55.514000 C 41.876000,55.514000 42.883000,56.521000 42.883000,57.764000 z "
   id="path10188"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 51.883000,57.764000 C 51.883000,59.007000 50.876000,60.014000 49.633000,60.014000 C 48.390000,60.014000 47.383000,59.007000 47.383000,57.764000 C 47.383000,56.521000 48.390000,55.514000 49.633000,55.514000 C 50.876000,55.514000 51.883000,56.521000 51.883000,57.764000 z "
   id="path10190"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 60.883000,57.764000 C 60.883000,59.007000 59.876000,60.014000 58.633000,60.014000 C 57.390000,60.014000 56.383000,59.007000 56.383000,57.764000 C 56.383000,56.521000 57.390000,55.514000 58.633000,55.514000 C 59.876000,55.514000 60.883000,56.521000 60.883000,57.764000 z "
   id="path10192"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 69.883000,57.764000 C 69.883000,59.007000 68.876000,60.014000 67.633000,60.014000 C 66.390000,60.014000 65.383000,59.007000 65.383000,57.764000 C 65.383000,56.521000 66.390000,55.514000 67.633000,55.514000 C 68.876000,55.514000 69.883000,56.521000 69.883000,57.764000 z "
   id="path10194"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 78.883000,57.764000 C 78.883000,59.007000 77.876000,60.014000 76.633000,60.014000 C 75.390000,60.014000 74.383000,59.007000 74.383000,57.764000 C 74.383000,56.521000 75.390000,55.514000 76.633000,55.514000 C 77.876000,55.514000 78.883000,56.521000 78.883000,57.764000 z "
   id="path10196"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 87.883000,57.764000 C 87.883000,59.007000 86.876000,60.014000 85.633000,60.014000 C 84.390000,60.014000 83.383000,59.007000 83.383000,57.764000 C 83.383000,56.521000 84.390000,55.514000 85.633000,55.514000 C 86.876000,55.514000 87.883000,56.521000 87.883000,57.764000 z "
   id="path10198"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 96.883000,57.764000 C 96.883000,59.007000 95.876000,60.014000 94.633000,60.014000 C 93.390000,60.014000 92.383000,59.007000 92.383000,57.764000 C 92.383000,56.521000 93.390000,55.514000 94.633000,55.514000 C 95.876000,55.514000 96.883000,56.521000 96.883000,57.764000 z "
   id="path10200"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 105.88300,57.764000 C 105.88300,59.007000 104.87600,60.014000 103.63300,60.014000 C 102.39000,60.014000 101.38300,59.007000 101.38300,57.764000 C 101.38300,56.521000 102.39000,55.514000 103.63300,55.514000 C 104.87600,55.514000 105.88300,56.521000 105.88300,57.764000 z "
   id="path10202"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 114.88300,57.764000 C 114.88300,59.007000 113.87600,60.014000 112.63300,60.014000 C 111.39000,60.014000 110.38300,59.007000 110.38300,57.764000 C 110.38300,56.521000 111.39000,55.514000 112.63300,55.514000 C 113.87600,55.514000 114.88300,56.521000 114.88300,57.764000 z "
   id="path10204"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 123.88300,57.764000 C 123.88300,59.007000 122.87600,60.014000 121.63300,60.014000 C 120.39000,60.014000 119.38300,59.007000 119.38300,57.764000 C 119.38300,56.521000 120.39000,55.514000 121.63300,55.514000 C 122.87600,55.514000 123.88300,56.521000 123.88300,57.764000 z "
   id="path10206"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 132.88300,57.764000 C 132.88300,59.007000 131.87600,60.014000 130.63300,60.014000 C 129.39000,60.014000 128.38300,59.007000 128.38300,57.764000 C 128.38300,56.521000 129.39000,55.514000 130.63300,55.514000 C 131.87600,55.514000 132.88300,56.521000 132.88300,57.764000 z "
   id="path10208"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 141.88300,57.764000 C 141.88300,59.007000 140.87600,60.014000 139.63300,60.014000 C 138.39000,60.014000 137.38300,59.007000 137.38300,57.764000 C 137.38300,56.521000 138.39000,55.514000 139.63300,55.514000 C 140.87600,55.514000 141.88300,56.521000 141.88300,57.764000 z "
   id="path10210"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 150.88300,57.764000 C 150.88300,59.007000 149.87600,60.014000 148.63300,60.014000 C 147.39000,60.014000 146.38300,59.007000 146.38300,57.764000 C 146.38300,56.521000 147.39000,55.514000 148.63300,55.514000 C 149.87600,55.514000 150.88300,56.521000 150.88300,57.764000 z "
   id="path10212"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 159.88300,57.764000 C 159.88300,59.007000 158.87600,60.014000 157.63300,60.014000 C 156.39000,60.014000 155.38300,59.007000 155.38300,57.764000 C 155.38300,56.521000 156.39000,55.514000 157.63300,55.514000 C 158.87600,55.514000 159.88300,56.521000 159.88300,57.764000 z "
   id="path10214"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 168.88300,57.764000 C 168.88300,59.007000 167.87600,60.014000 166.63300,60.014000 C 165.39000,60.014000 164.38300,59.007000 164.38300,57.764000 C 164.38300,56.521000 165.39000,55.514000 166.63300,55.514000 C 167.87600,55.514000 168.88300,56.521000 168.88300,57.764000 z "
   id="path10216"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 177.88300,57.764000 C 177.88300,59.007000 176.87600,60.014000 175.63300,60.014000 C 174.39000,60.014000 173.38300,59.007000 173.38300,57.764000 C 173.38300,56.521000 174.39000,55.514000 175.63300,55.514000 C 176.87600,55.514000 177.88300,56.521000 177.88300,57.764000 z "
   id="path10218"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 186.88300,57.764000 C 186.88300,59.007000 185.87600,60.014000 184.63300,60.014000 C 183.39000,60.014000 182.38300,59.007000 182.38300,57.764000 C 182.38300,56.521000 183.39000,55.514000 184.63300,55.514000 C 185.87600,55.514000 186.88300,56.521000 186.88300,57.764000 z "
   id="path10220"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 195.88300,57.764000 C 195.88300,59.007000 194.87600,60.014000 193.63300,60.014000 C 192.39000,60.014000 191.38300,59.007000 191.38300,57.764000 C 191.38300,56.521000 192.39000,55.514000 193.63300,55.514000 C 194.87600,55.514000 195.88300,56.521000 195.88300,57.764000 z "
   id="path10222"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 204.88300,57.764000 C 204.88300,59.007000 203.87600,60.014000 202.63300,60.014000 C 201.39000,60.014000 200.38300,59.007000 200.38300,57.764000 C 200.38300,56.521000 201.39000,55.514000 202.63300,55.514000 C 203.87600,55.514000 204.88300,56.521000 204.88300,57.764000 z "
   id="path10224"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 213.88300,57.764000 C 213.88300,59.007000 212.87600,60.014000 211.63300,60.014000 C 210.39000,60.014000 209.38300,59.007000 209.38300,57.764000 C 209.38300,56.521000 210.39000,55.514000 211.63300,55.514000 C 212.87600,55.514000 213.88300,56.521000 213.88300,57.764000 z "
   id="path10226"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 222.88300,57.764000 C 222.88300,59.007000 221.87600,60.014000 220.63300,60.014000 C 219.39000,60.014000 218.38300,59.007000 218.38300,57.764000 C 218.38300,56.521000 219.39000,55.514000 220.63300,55.514000 C 221.87600,55.514000 222.88300,56.521000 222.88300,57.764000 z "
   id="path10228"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 231.88300,57.764000 C 231.88300,59.007000 230.87600,60.014000 229.63300,60.014000 C 228.39000,60.014000 227.38300,59.007000 227.38300,57.764000 C 227.38300,56.521000 228.39000,55.514000 229.63300,55.514000 C 230.87600,55.514000 231.88300,56.521000 231.88300,57.764000 z "
   id="path10230"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 33.883000,48.764000 C 33.883000,50.007000 32.876000,51.014000 31.633000,51.014000 C 30.390000,51.014000 29.383000,50.007000 29.383000,48.764000 C 29.383000,47.521000 30.390000,46.514000 31.633000,46.514000 C 32.876000,46.514000 33.883000,47.521000 33.883000,48.764000 z "
   id="path10232"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 42.883000,48.764000 C 42.883000,50.007000 41.876000,51.014000 40.633000,51.014000 C 39.390000,51.014000 38.383000,50.007000 38.383000,48.764000 C 38.383000,47.521000 39.390000,46.514000 40.633000,46.514000 C 41.876000,46.514000 42.883000,47.521000 42.883000,48.764000 z "
   id="path10234"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 51.883000,48.764000 C 51.883000,50.007000 50.876000,51.014000 49.633000,51.014000 C 48.390000,51.014000 47.383000,50.007000 47.383000,48.764000 C 47.383000,47.521000 48.390000,46.514000 49.633000,46.514000 C 50.876000,46.514000 51.883000,47.521000 51.883000,48.764000 z "
   id="path10236"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 60.883000,48.764000 C 60.883000,50.007000 59.876000,51.014000 58.633000,51.014000 C 57.390000,51.014000 56.383000,50.007000 56.383000,48.764000 C 56.383000,47.521000 57.390000,46.514000 58.633000,46.514000 C 59.876000,46.514000 60.883000,47.521000 60.883000,48.764000 z "
   id="path10238"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 69.883000,48.764000 C 69.883000,50.007000 68.876000,51.014000 67.633000,51.014000 C 66.390000,51.014000 65.383000,50.007000 65.383000,48.764000 C 65.383000,47.521000 66.390000,46.514000 67.633000,46.514000 C 68.876000,46.514000 69.883000,47.521000 69.883000,48.764000 z "
   id="path10240"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 78.883000,48.764000 C 78.883000,50.007000 77.876000,51.014000 76.633000,51.014000 C 75.390000,51.014000 74.383000,50.007000 74.383000,48.764000 C 74.383000,47.521000 75.390000,46.514000 76.633000,46.514000 C 77.876000,46.514000 78.883000,47.521000 78.883000,48.764000 z "
   id="path10242"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 87.883000,48.764000 C 87.883000,50.007000 86.876000,51.014000 85.633000,51.014000 C 84.390000,51.014000 83.383000,50.007000 83.383000,48.764000 C 83.383000,47.521000 84.390000,46.514000 85.633000,46.514000 C 86.876000,46.514000 87.883000,47.521000 87.883000,48.764000 z "
   id="path10244"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 96.883000,48.764000 C 96.883000,50.007000 95.876000,51.014000 94.633000,51.014000 C 93.390000,51.014000 92.383000,50.007000 92.383000,48.764000 C 92.383000,47.521000 93.390000,46.514000 94.633000,46.514000 C 95.876000,46.514000 96.883000,47.521000 96.883000,48.764000 z "
   id="path10246"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 105.88300,48.764000 C 105.88300,50.007000 104.87600,51.014000 103.63300,51.014000 C 102.39000,51.014000 101.38300,50.007000 101.38300,48.764000 C 101.38300,47.521000 102.39000,46.514000 103.63300,46.514000 C 104.87600,46.514000 105.88300,47.521000 105.88300,48.764000 z "
   id="path10248"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 114.88300,48.764000 C 114.88300,50.007000 113.87600,51.014000 112.63300,51.014000 C 111.39000,51.014000 110.38300,50.007000 110.38300,48.764000 C 110.38300,47.521000 111.39000,46.514000 112.63300,46.514000 C 113.87600,46.514000 114.88300,47.521000 114.88300,48.764000 z "
   id="path10250"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 123.88300,48.764000 C 123.88300,50.007000 122.87600,51.014000 121.63300,51.014000 C 120.39000,51.014000 119.38300,50.007000 119.38300,48.764000 C 119.38300,47.521000 120.39000,46.514000 121.63300,46.514000 C 122.87600,46.514000 123.88300,47.521000 123.88300,48.764000 z "
   id="path10252"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 132.88300,48.764000 C 132.88300,50.007000 131.87600,51.014000 130.63300,51.014000 C 129.39000,51.014000 128.38300,50.007000 128.38300,48.764000 C 128.38300,47.521000 129.39000,46.514000 130.63300,46.514000 C 131.87600,46.514000 132.88300,47.521000 132.88300,48.764000 z "
   id="path10254"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 141.88300,48.764000 C 141.88300,50.007000 140.87600,51.014000 139.63300,51.014000 C 138.39000,51.014000 137.38300,50.007000 137.38300,48.764000 C 137.38300,47.521000 138.39000,46.514000 139.63300,46.514000 C 140.87600,46.514000 141.88300,47.521000 141.88300,48.764000 z "
   id="path10256"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 150.88300,48.764000 C 150.88300,50.007000 149.87600,51.014000 148.63300,51.014000 C 147.39000,51.014000 146.38300,50.007000 146.38300,48.764000 C 146.38300,47.521000 147.39000,46.514000 148.63300,46.514000 C 149.87600,46.514000 150.88300,47.521000 150.88300,48.764000 z "
   id="path10258"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 159.88300,48.764000 C 159.88300,50.007000 158.87600,51.014000 157.63300,51.014000 C 156.39000,51.014000 155.38300,50.007000 155.38300,48.764000 C 155.38300,47.521000 156.39000,46.514000 157.63300,46.514000 C 158.87600,46.514000 159.88300,47.521000 159.88300,48.764000 z "
   id="path10260"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 168.88300,48.764000 C 168.88300,50.007000 167.87600,51.014000 166.63300,51.014000 C 165.39000,51.014000 164.38300,50.007000 164.38300,48.764000 C 164.38300,47.521000 165.39000,46.514000 166.63300,46.514000 C 167.87600,46.514000 168.88300,47.521000 168.88300,48.764000 z "
   id="path10262"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 177.88300,48.764000 C 177.88300,50.007000 176.87600,51.014000 175.63300,51.014000 C 174.39000,51.014000 173.38300,50.007000 173.38300,48.764000 C 173.38300,47.521000 174.39000,46.514000 175.63300,46.514000 C 176.87600,46.514000 177.88300,47.521000 177.88300,48.764000 z "
   id="path10264"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 186.88300,48.764000 C 186.88300,50.007000 185.87600,51.014000 184.63300,51.014000 C 183.39000,51.014000 182.38300,50.007000 182.38300,48.764000 C 182.38300,47.521000 183.39000,46.514000 184.63300,46.514000 C 185.87600,46.514000 186.88300,47.521000 186.88300,48.764000 z "
   id="path10266"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 195.88300,48.764000 C 195.88300,50.007000 194.87600,51.014000 193.63300,51.014000 C 192.39000,51.014000 191.38300,50.007000 191.38300,48.764000 C 191.38300,47.521000 192.39000,46.514000 193.63300,46.514000 C 194.87600,46.514000 195.88300,47.521000 195.88300,48.764000 z "
   id="path10268"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 204.88300,48.764000 C 204.88300,50.007000 203.87600,51.014000 202.63300,51.014000 C 201.39000,51.014000 200.38300,50.007000 200.38300,48.764000 C 200.38300,47.521000 201.39000,46.514000 202.63300,46.514000 C 203.87600,46.514000 204.88300,47.521000 204.88300,48.764000 z "
   id="path10270"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 213.88300,48.764000 C 213.88300,50.007000 212.87600,51.014000 211.63300,51.014000 C 210.39000,51.014000 209.38300,50.007000 209.38300,48.764000 C 209.38300,47.521000 210.39000,46.514000 211.63300,46.514000 C 212.87600,46.514000 213.88300,47.521000 213.88300,48.764000 z "
   id="path10272"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 222.88300,48.764000 C 222.88300,50.007000 221.87600,51.014000 220.63300,51.014000 C 219.39000,51.014000 218.38300,50.007000 218.38300,48.764000 C 218.38300,47.521000 219.39000,46.514000 220.63300,46.514000 C 221.87600,46.514000 222.88300,47.521000 222.88300,48.764000 z "
   id="path10274"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 231.88300,48.764000 C 231.88300,50.007000 230.87600,51.014000 229.63300,51.014000 C 228.39000,51.014000 227.38300,50.007000 227.38300,48.764000 C 227.38300,47.521000 228.39000,46.514000 229.63300,46.514000 C 230.87600,46.514000 231.88300,47.521000 231.88300,48.764000 z "
   id="path10276"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 33.883000,39.764000 C 33.883000,41.007000 32.876000,42.014000 31.633000,42.014000 C 30.390000,42.014000 29.383000,41.007000 29.383000,39.764000 C 29.383000,38.521000 30.390000,37.514000 31.633000,37.514000 C 32.876000,37.514000 33.883000,38.521000 33.883000,39.764000 z "
   id="path10278"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 42.883000,39.764000 C 42.883000,41.007000 41.876000,42.014000 40.633000,42.014000 C 39.390000,42.014000 38.383000,41.007000 38.383000,39.764000 C 38.383000,38.521000 39.390000,37.514000 40.633000,37.514000 C 41.876000,37.514000 42.883000,38.521000 42.883000,39.764000 z "
   id="path10280"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 51.883000,39.764000 C 51.883000,41.007000 50.876000,42.014000 49.633000,42.014000 C 48.390000,42.014000 47.383000,41.007000 47.383000,39.764000 C 47.383000,38.521000 48.390000,37.514000 49.633000,37.514000 C 50.876000,37.514000 51.883000,38.521000 51.883000,39.764000 z "
   id="path10282"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 60.883000,39.764000 C 60.883000,41.007000 59.876000,42.014000 58.633000,42.014000 C 57.390000,42.014000 56.383000,41.007000 56.383000,39.764000 C 56.383000,38.521000 57.390000,37.514000 58.633000,37.514000 C 59.876000,37.514000 60.883000,38.521000 60.883000,39.764000 z "
   id="path10284"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 69.883000,39.764000 C 69.883000,41.007000 68.876000,42.014000 67.633000,42.014000 C 66.390000,42.014000 65.383000,41.007000 65.383000,39.764000 C 65.383000,38.521000 66.390000,37.514000 67.633000,37.514000 C 68.876000,37.514000 69.883000,38.521000 69.883000,39.764000 z "
   id="path10286"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 78.883000,39.764000 C 78.883000,41.007000 77.876000,42.014000 76.633000,42.014000 C 75.390000,42.014000 74.383000,41.007000 74.383000,39.764000 C 74.383000,38.521000 75.390000,37.514000 76.633000,37.514000 C 77.876000,37.514000 78.883000,38.521000 78.883000,39.764000 z "
   id="path10288"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 87.883000,39.764000 C 87.883000,41.007000 86.876000,42.014000 85.633000,42.014000 C 84.390000,42.014000 83.383000,41.007000 83.383000,39.764000 C 83.383000,38.521000 84.390000,37.514000 85.633000,37.514000 C 86.876000,37.514000 87.883000,38.521000 87.883000,39.764000 z "
   id="path10290"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 96.883000,39.764000 C 96.883000,41.007000 95.876000,42.014000 94.633000,42.014000 C 93.390000,42.014000 92.383000,41.007000 92.383000,39.764000 C 92.383000,38.521000 93.390000,37.514000 94.633000,37.514000 C 95.876000,37.514000 96.883000,38.521000 96.883000,39.764000 z "
   id="path10292"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 105.88300,39.764000 C 105.88300,41.007000 104.87600,42.014000 103.63300,42.014000 C 102.39000,42.014000 101.38300,41.007000 101.38300,39.764000 C 101.38300,38.521000 102.39000,37.514000 103.63300,37.514000 C 104.87600,37.514000 105.88300,38.521000 105.88300,39.764000 z "
   id="path10294"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 114.88300,39.764000 C 114.88300,41.007000 113.87600,42.014000 112.63300,42.014000 C 111.39000,42.014000 110.38300,41.007000 110.38300,39.764000 C 110.38300,38.521000 111.39000,37.514000 112.63300,37.514000 C 113.87600,37.514000 114.88300,38.521000 114.88300,39.764000 z "
   id="path10296"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 123.88300,39.764000 C 123.88300,41.007000 122.87600,42.014000 121.63300,42.014000 C 120.39000,42.014000 119.38300,41.007000 119.38300,39.764000 C 119.38300,38.521000 120.39000,37.514000 121.63300,37.514000 C 122.87600,37.514000 123.88300,38.521000 123.88300,39.764000 z "
   id="path10298"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 132.88300,39.764000 C 132.88300,41.007000 131.87600,42.014000 130.63300,42.014000 C 129.39000,42.014000 128.38300,41.007000 128.38300,39.764000 C 128.38300,38.521000 129.39000,37.514000 130.63300,37.514000 C 131.87600,37.514000 132.88300,38.521000 132.88300,39.764000 z "
   id="path10300"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 141.88300,39.764000 C 141.88300,41.007000 140.87600,42.014000 139.63300,42.014000 C 138.39000,42.014000 137.38300,41.007000 137.38300,39.764000 C 137.38300,38.521000 138.39000,37.514000 139.63300,37.514000 C 140.87600,37.514000 141.88300,38.521000 141.88300,39.764000 z "
   id="path10302"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 150.88300,39.764000 C 150.88300,41.007000 149.87600,42.014000 148.63300,42.014000 C 147.39000,42.014000 146.38300,41.007000 146.38300,39.764000 C 146.38300,38.521000 147.39000,37.514000 148.63300,37.514000 C 149.87600,37.514000 150.88300,38.521000 150.88300,39.764000 z "
   id="path10304"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 159.88300,39.764000 C 159.88300,41.007000 158.87600,42.014000 157.63300,42.014000 C 156.39000,42.014000 155.38300,41.007000 155.38300,39.764000 C 155.38300,38.521000 156.39000,37.514000 157.63300,37.514000 C 158.87600,37.514000 159.88300,38.521000 159.88300,39.764000 z "
   id="path10306"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 168.88300,39.764000 C 168.88300,41.007000 167.87600,42.014000 166.63300,42.014000 C 165.39000,42.014000 164.38300,41.007000 164.38300,39.764000 C 164.38300,38.521000 165.39000,37.514000 166.63300,37.514000 C 167.87600,37.514000 168.88300,38.521000 168.88300,39.764000 z "
   id="path10308"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 177.88300,39.764000 C 177.88300,41.007000 176.87600,42.014000 175.63300,42.014000 C 174.39000,42.014000 173.38300,41.007000 173.38300,39.764000 C 173.38300,38.521000 174.39000,37.514000 175.63300,37.514000 C 176.87600,37.514000 177.88300,38.521000 177.88300,39.764000 z "
   id="path10310"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 186.88300,39.764000 C 186.88300,41.007000 185.87600,42.014000 184.63300,42.014000 C 183.39000,42.014000 182.38300,41.007000 182.38300,39.764000 C 182.38300,38.521000 183.39000,37.514000 184.63300,37.514000 C 185.87600,37.514000 186.88300,38.521000 186.88300,39.764000 z "
   id="path10312"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 195.88300,39.764000 C 195.88300,41.007000 194.87600,42.014000 193.63300,42.014000 C 192.39000,42.014000 191.38300,41.007000 191.38300,39.764000 C 191.38300,38.521000 192.39000,37.514000 193.63300,37.514000 C 194.87600,37.514000 195.88300,38.521000 195.88300,39.764000 z "
   id="path10314"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 204.88300,39.764000 C 204.88300,41.007000 203.87600,42.014000 202.63300,42.014000 C 201.39000,42.014000 200.38300,41.007000 200.38300,39.764000 C 200.38300,38.521000 201.39000,37.514000 202.63300,37.514000 C 203.87600,37.514000 204.88300,38.521000 204.88300,39.764000 z "
   id="path10316"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 213.88300,39.764000 C 213.88300,41.007000 212.87600,42.014000 211.63300,42.014000 C 210.39000,42.014000 209.38300,41.007000 209.38300,39.764000 C 209.38300,38.521000 210.39000,37.514000 211.63300,37.514000 C 212.87600,37.514000 213.88300,38.521000 213.88300,39.764000 z "
   id="path10318"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 222.88300,39.764000 C 222.88300,41.007000 221.87600,42.014000 220.63300,42.014000 C 219.39000,42.014000 218.38300,41.007000 218.38300,39.764000 C 218.38300,38.521000 219.39000,37.514000 220.63300,37.514000 C 221.87600,37.514000 222.88300,38.521000 222.88300,39.764000 z "
   id="path10320"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 231.88300,39.764000 C 231.88300,41.007000 230.87600,42.014000 229.63300,42.014000 C 228.39000,42.014000 227.38300,41.007000 227.38300,39.764000 C 227.38300,38.521000 228.39000,37.514000 229.63300,37.514000 C 230.87600,37.514000 231.88300,38.521000 231.88300,39.764000 z "
   id="path10322"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 33.883000,30.764000 C 33.883000,32.007000 32.876000,33.014000 31.633000,33.014000 C 30.390000,33.014000 29.383000,32.007000 29.383000,30.764000 C 29.383000,29.521000 30.390000,28.514000 31.633000,28.514000 C 32.876000,28.514000 33.883000,29.521000 33.883000,30.764000 z "
   id="path10324"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 42.883000,30.764000 C 42.883000,32.007000 41.876000,33.014000 40.633000,33.014000 C 39.390000,33.014000 38.383000,32.007000 38.383000,30.764000 C 38.383000,29.521000 39.390000,28.514000 40.633000,28.514000 C 41.876000,28.514000 42.883000,29.521000 42.883000,30.764000 z "
   id="path10326"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 51.883000,30.764000 C 51.883000,32.007000 50.876000,33.014000 49.633000,33.014000 C 48.390000,33.014000 47.383000,32.007000 47.383000,30.764000 C 47.383000,29.521000 48.390000,28.514000 49.633000,28.514000 C 50.876000,28.514000 51.883000,29.521000 51.883000,30.764000 z "
   id="path10328"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 60.883000,30.764000 C 60.883000,32.007000 59.876000,33.014000 58.633000,33.014000 C 57.390000,33.014000 56.383000,32.007000 56.383000,30.764000 C 56.383000,29.521000 57.390000,28.514000 58.633000,28.514000 C 59.876000,28.514000 60.883000,29.521000 60.883000,30.764000 z "
   id="path10330"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 69.883000,30.764000 C 69.883000,32.007000 68.876000,33.014000 67.633000,33.014000 C 66.390000,33.014000 65.383000,32.007000 65.383000,30.764000 C 65.383000,29.521000 66.390000,28.514000 67.633000,28.514000 C 68.876000,28.514000 69.883000,29.521000 69.883000,30.764000 z "
   id="path10332"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 78.883000,30.764000 C 78.883000,32.007000 77.876000,33.014000 76.633000,33.014000 C 75.390000,33.014000 74.383000,32.007000 74.383000,30.764000 C 74.383000,29.521000 75.390000,28.514000 76.633000,28.514000 C 77.876000,28.514000 78.883000,29.521000 78.883000,30.764000 z "
   id="path10334"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 87.883000,30.764000 C 87.883000,32.007000 86.876000,33.014000 85.633000,33.014000 C 84.390000,33.014000 83.383000,32.007000 83.383000,30.764000 C 83.383000,29.521000 84.390000,28.514000 85.633000,28.514000 C 86.876000,28.514000 87.883000,29.521000 87.883000,30.764000 z "
   id="path10336"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 96.883000,30.764000 C 96.883000,32.007000 95.876000,33.014000 94.633000,33.014000 C 93.390000,33.014000 92.383000,32.007000 92.383000,30.764000 C 92.383000,29.521000 93.390000,28.514000 94.633000,28.514000 C 95.876000,28.514000 96.883000,29.521000 96.883000,30.764000 z "
   id="path10338"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 105.88300,30.764000 C 105.88300,32.007000 104.87600,33.014000 103.63300,33.014000 C 102.39000,33.014000 101.38300,32.007000 101.38300,30.764000 C 101.38300,29.521000 102.39000,28.514000 103.63300,28.514000 C 104.87600,28.514000 105.88300,29.521000 105.88300,30.764000 z "
   id="path10340"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 114.88300,30.764000 C 114.88300,32.007000 113.87600,33.014000 112.63300,33.014000 C 111.39000,33.014000 110.38300,32.007000 110.38300,30.764000 C 110.38300,29.521000 111.39000,28.514000 112.63300,28.514000 C 113.87600,28.514000 114.88300,29.521000 114.88300,30.764000 z "
   id="path10342"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 123.88300,30.764000 C 123.88300,32.007000 122.87600,33.014000 121.63300,33.014000 C 120.39000,33.014000 119.38300,32.007000 119.38300,30.764000 C 119.38300,29.521000 120.39000,28.514000 121.63300,28.514000 C 122.87600,28.514000 123.88300,29.521000 123.88300,30.764000 z "
   id="path10344"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 132.88300,30.764000 C 132.88300,32.007000 131.87600,33.014000 130.63300,33.014000 C 129.39000,33.014000 128.38300,32.007000 128.38300,30.764000 C 128.38300,29.521000 129.39000,28.514000 130.63300,28.514000 C 131.87600,28.514000 132.88300,29.521000 132.88300,30.764000 z "
   id="path10346"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 141.88300,30.764000 C 141.88300,32.007000 140.87600,33.014000 139.63300,33.014000 C 138.39000,33.014000 137.38300,32.007000 137.38300,30.764000 C 137.38300,29.521000 138.39000,28.514000 139.63300,28.514000 C 140.87600,28.514000 141.88300,29.521000 141.88300,30.764000 z "
   id="path10348"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 150.88300,30.764000 C 150.88300,32.007000 149.87600,33.014000 148.63300,33.014000 C 147.39000,33.014000 146.38300,32.007000 146.38300,30.764000 C 146.38300,29.521000 147.39000,28.514000 148.63300,28.514000 C 149.87600,28.514000 150.88300,29.521000 150.88300,30.764000 z "
   id="path10350"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 159.88300,30.764000 C 159.88300,32.007000 158.87600,33.014000 157.63300,33.014000 C 156.39000,33.014000 155.38300,32.007000 155.38300,30.764000 C 155.38300,29.521000 156.39000,28.514000 157.63300,28.514000 C 158.87600,28.514000 159.88300,29.521000 159.88300,30.764000 z "
   id="path10352"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 168.88300,30.764000 C 168.88300,32.007000 167.87600,33.014000 166.63300,33.014000 C 165.39000,33.014000 164.38300,32.007000 164.38300,30.764000 C 164.38300,29.521000 165.39000,28.514000 166.63300,28.514000 C 167.87600,28.514000 168.88300,29.521000 168.88300,30.764000 z "
   id="path10354"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 177.88300,30.764000 C 177.88300,32.007000 176.87600,33.014000 175.63300,33.014000 C 174.39000,33.014000 173.38300,32.007000 173.38300,30.764000 C 173.38300,29.521000 174.39000,28.514000 175.63300,28.514000 C 176.87600,28.514000 177.88300,29.521000 177.88300,30.764000 z "
   id="path10356"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 186.88300,30.764000 C 186.88300,32.007000 185.87600,33.014000 184.63300,33.014000 C 183.39000,33.014000 182.38300,32.007000 182.38300,30.764000 C 182.38300,29.521000 183.39000,28.514000 184.63300,28.514000 C 185.87600,28.514000 186.88300,29.521000 186.88300,30.764000 z "
   id="path10358"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 195.88300,30.764000 C 195.88300,32.007000 194.87600,33.014000 193.63300,33.014000 C 192.39000,33.014000 191.38300,32.007000 191.38300,30.764000 C 191.38300,29.521000 192.39000,28.514000 193.63300,28.514000 C 194.87600,28.514000 195.88300,29.521000 195.88300,30.764000 z "
   id="path10360"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 204.88300,30.764000 C 204.88300,32.007000 203.87600,33.014000 202.63300,33.014000 C 201.39000,33.014000 200.38300,32.007000 200.38300,30.764000 C 200.38300,29.521000 201.39000,28.514000 202.63300,28.514000 C 203.87600,28.514000 204.88300,29.521000 204.88300,30.764000 z "
   id="path10362"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 213.88300,30.764000 C 213.88300,32.007000 212.87600,33.014000 211.63300,33.014000 C 210.39000,33.014000 209.38300,32.007000 209.38300,30.764000 C 209.38300,29.521000 210.39000,28.514000 211.63300,28.514000 C 212.87600,28.514000 213.88300,29.521000 213.88300,30.764000 z "
   id="path10364"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 222.88300,30.764000 C 222.88300,32.007000 221.87600,33.014000 220.63300,33.014000 C 219.39000,33.014000 218.38300,32.007000 218.38300,30.764000 C 218.38300,29.521000 219.39000,28.514000 220.63300,28.514000 C 221.87600,28.514000 222.88300,29.521000 222.88300,30.764000 z "
   id="path10366"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 231.88300,30.764000 C 231.88300,32.007000 230.87600,33.014000 229.63300,33.014000 C 228.39000,33.014000 227.38300,32.007000 227.38300,30.764000 C 227.38300,29.521000 228.39000,28.514000 229.63300,28.514000 C 230.87600,28.514000 231.88300,29.521000 231.88300,30.764000 z "
   id="path10368"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 33.883000,21.764000 C 33.883000,23.007000 32.876000,24.014000 31.633000,24.014000 C 30.390000,24.014000 29.383000,23.007000 29.383000,21.764000 C 29.383000,20.521000 30.390000,19.514000 31.633000,19.514000 C 32.876000,19.514000 33.883000,20.521000 33.883000,21.764000 z "
   id="path10370"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 42.883000,21.764000 C 42.883000,23.007000 41.876000,24.014000 40.633000,24.014000 C 39.390000,24.014000 38.383000,23.007000 38.383000,21.764000 C 38.383000,20.521000 39.390000,19.514000 40.633000,19.514000 C 41.876000,19.514000 42.883000,20.521000 42.883000,21.764000 z "
   id="path10372"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 51.883000,21.764000 C 51.883000,23.007000 50.876000,24.014000 49.633000,24.014000 C 48.390000,24.014000 47.383000,23.007000 47.383000,21.764000 C 47.383000,20.521000 48.390000,19.514000 49.633000,19.514000 C 50.876000,19.514000 51.883000,20.521000 51.883000,21.764000 z "
   id="path10374"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 60.883000,21.764000 C 60.883000,23.007000 59.876000,24.014000 58.633000,24.014000 C 57.390000,24.014000 56.383000,23.007000 56.383000,21.764000 C 56.383000,20.521000 57.390000,19.514000 58.633000,19.514000 C 59.876000,19.514000 60.883000,20.521000 60.883000,21.764000 z "
   id="path10376"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 69.883000,21.764000 C 69.883000,23.007000 68.876000,24.014000 67.633000,24.014000 C 66.390000,24.014000 65.383000,23.007000 65.383000,21.764000 C 65.383000,20.521000 66.390000,19.514000 67.633000,19.514000 C 68.876000,19.514000 69.883000,20.521000 69.883000,21.764000 z "
   id="path10378"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 78.883000,21.764000 C 78.883000,23.007000 77.876000,24.014000 76.633000,24.014000 C 75.390000,24.014000 74.383000,23.007000 74.383000,21.764000 C 74.383000,20.521000 75.390000,19.514000 76.633000,19.514000 C 77.876000,19.514000 78.883000,20.521000 78.883000,21.764000 z "
   id="path10380"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 87.883000,21.764000 C 87.883000,23.007000 86.876000,24.014000 85.633000,24.014000 C 84.390000,24.014000 83.383000,23.007000 83.383000,21.764000 C 83.383000,20.521000 84.390000,19.514000 85.633000,19.514000 C 86.876000,19.514000 87.883000,20.521000 87.883000,21.764000 z "
   id="path10382"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 96.883000,21.764000 C 96.883000,23.007000 95.876000,24.014000 94.633000,24.014000 C 93.390000,24.014000 92.383000,23.007000 92.383000,21.764000 C 92.383000,20.521000 93.390000,19.514000 94.633000,19.514000 C 95.876000,19.514000 96.883000,20.521000 96.883000,21.764000 z "
   id="path10384"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 105.88300,21.764000 C 105.88300,23.007000 104.87600,24.014000 103.63300,24.014000 C 102.39000,24.014000 101.38300,23.007000 101.38300,21.764000 C 101.38300,20.521000 102.39000,19.514000 103.63300,19.514000 C 104.87600,19.514000 105.88300,20.521000 105.88300,21.764000 z "
   id="path10386"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 114.88300,21.764000 C 114.88300,23.007000 113.87600,24.014000 112.63300,24.014000 C 111.39000,24.014000 110.38300,23.007000 110.38300,21.764000 C 110.38300,20.521000 111.39000,19.514000 112.63300,19.514000 C 113.87600,19.514000 114.88300,20.521000 114.88300,21.764000 z "
   id="path10388"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 123.88300,21.764000 C 123.88300,23.007000 122.87600,24.014000 121.63300,24.014000 C 120.39000,24.014000 119.38300,23.007000 119.38300,21.764000 C 119.38300,20.521000 120.39000,19.514000 121.63300,19.514000 C 122.87600,19.514000 123.88300,20.521000 123.88300,21.764000 z "
   id="path10390"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 132.88300,21.764000 C 132.88300,23.007000 131.87600,24.014000 130.63300,24.014000 C 129.39000,24.014000 128.38300,23.007000 128.38300,21.764000 C 128.38300,20.521000 129.39000,19.514000 130.63300,19.514000 C 131.87600,19.514000 132.88300,20.521000 132.88300,21.764000 z "
   id="path10392"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 141.88300,21.764000 C 141.88300,23.007000 140.87600,24.014000 139.63300,24.014000 C 138.39000,24.014000 137.38300,23.007000 137.38300,21.764000 C 137.38300,20.521000 138.39000,19.514000 139.63300,19.514000 C 140.87600,19.514000 141.88300,20.521000 141.88300,21.764000 z "
   id="path10394"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 150.88300,21.764000 C 150.88300,23.007000 149.87600,24.014000 148.63300,24.014000 C 147.39000,24.014000 146.38300,23.007000 146.38300,21.764000 C 146.38300,20.521000 147.39000,19.514000 148.63300,19.514000 C 149.87600,19.514000 150.88300,20.521000 150.88300,21.764000 z "
   id="path10396"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 159.88300,21.764000 C 159.88300,23.007000 158.87600,24.014000 157.63300,24.014000 C 156.39000,24.014000 155.38300,23.007000 155.38300,21.764000 C 155.38300,20.521000 156.39000,19.514000 157.63300,19.514000 C 158.87600,19.514000 159.88300,20.521000 159.88300,21.764000 z "
   id="path10398"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 168.88300,21.764000 C 168.88300,23.007000 167.87600,24.014000 166.63300,24.014000 C 165.39000,24.014000 164.38300,23.007000 164.38300,21.764000 C 164.38300,20.521000 165.39000,19.514000 166.63300,19.514000 C 167.87600,19.514000 168.88300,20.521000 168.88300,21.764000 z "
   id="path10400"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 177.88300,21.764000 C 177.88300,23.007000 176.87600,24.014000 175.63300,24.014000 C 174.39000,24.014000 173.38300,23.007000 173.38300,21.764000 C 173.38300,20.521000 174.39000,19.514000 175.63300,19.514000 C 176.87600,19.514000 177.88300,20.521000 177.88300,21.764000 z "
   id="path10402"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 186.88300,21.764000 C 186.88300,23.007000 185.87600,24.014000 184.63300,24.014000 C 183.39000,24.014000 182.38300,23.007000 182.38300,21.764000 C 182.38300,20.521000 183.39000,19.514000 184.63300,19.514000 C 185.87600,19.514000 186.88300,20.521000 186.88300,21.764000 z "
   id="path10404"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 195.88300,21.764000 C 195.88300,23.007000 194.87600,24.014000 193.63300,24.014000 C 192.39000,24.014000 191.38300,23.007000 191.38300,21.764000 C 191.38300,20.521000 192.39000,19.514000 193.63300,19.514000 C 194.87600,19.514000 195.88300,20.521000 195.88300,21.764000 z "
   id="path10406"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 204.88300,21.764000 C 204.88300,23.007000 203.87600,24.014000 202.63300,24.014000 C 201.39000,24.014000 200.38300,23.007000 200.38300,21.764000 C 200.38300,20.521000 201.39000,19.514000 202.63300,19.514000 C 203.87600,19.514000 204.88300,20.521000 204.88300,21.764000 z "
   id="path10408"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 213.88300,21.764000 C 213.88300,23.007000 212.87600,24.014000 211.63300,24.014000 C 210.39000,24.014000 209.38300,23.007000 209.38300,21.764000 C 209.38300,20.521000 210.39000,19.514000 211.63300,19.514000 C 212.87600,19.514000 213.88300,20.521000 213.88300,21.764000 z "
   id="path10410"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 222.88300,21.764000 C 222.88300,23.007000 221.87600,24.014000 220.63300,24.014000 C 219.39000,24.014000 218.38300,23.007000 218.38300,21.764000 C 218.38300,20.521000 219.39000,19.514000 220.63300,19.514000 C 221.87600,19.514000 222.88300,20.521000 222.88300,21.764000 z "
   id="path10412"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 231.88300,21.764000 C 231.88300,23.007000 230.87600,24.014000 229.63300,24.014000 C 228.39000,24.014000 227.38300,23.007000 227.38300,21.764000 C 227.38300,20.521000 228.39000,19.514000 229.63300,19.514000 C 230.87600,19.514000 231.88300,20.521000 231.88300,21.764000 z "
   id="path10414"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 240.88300,120.76400 C 240.88300,122.00700 239.87600,123.01400 238.63300,123.01400 C 237.39000,123.01400 236.38300,122.00700 236.38300,120.76400 C 236.38300,119.52100 237.39000,118.51400 238.63300,118.51400 C 239.87600,118.51400 240.88300,119.52100 240.88300,120.76400 z "
   id="path10416"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 249.88300,120.76400 C 249.88300,122.00700 248.87500,123.01400 247.63300,123.01400 C 246.39000,123.01400 245.38300,122.00700 245.38300,120.76400 C 245.38300,119.52100 246.39000,118.51400 247.63300,118.51400 C 248.87500,118.51400 249.88300,119.52100 249.88300,120.76400 z "
   id="path10418"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 258.88300,120.76400 C 258.88300,122.00700 257.87500,123.01400 256.63300,123.01400 C 255.39300,123.01400 254.38500,122.00700 254.38500,120.76400 C 254.38500,119.52100 255.39300,118.51400 256.63300,118.51400 C 257.87500,118.51400 258.88300,119.52100 258.88300,120.76400 z "
   id="path10420"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 267.88300,120.76400 C 267.88300,122.00700 266.87500,123.01400 265.63300,123.01400 C 264.39100,123.01400 263.38300,122.00700 263.38300,120.76400 C 263.38300,119.52100 264.39100,118.51400 265.63300,118.51400 C 266.87500,118.51400 267.88300,119.52100 267.88300,120.76400 z "
   id="path10422"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 240.88300,111.76400 C 240.88300,113.00700 239.87600,114.01400 238.63300,114.01400 C 237.39000,114.01400 236.38300,113.00700 236.38300,111.76400 C 236.38300,110.52100 237.39000,109.51400 238.63300,109.51400 C 239.87600,109.51400 240.88300,110.52100 240.88300,111.76400 z "
   id="path10424"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 249.88300,111.76400 C 249.88300,113.00700 248.87500,114.01400 247.63300,114.01400 C 246.39000,114.01400 245.38300,113.00700 245.38300,111.76400 C 245.38300,110.52100 246.39000,109.51400 247.63300,109.51400 C 248.87500,109.51400 249.88300,110.52100 249.88300,111.76400 z "
   id="path10426"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 258.88300,111.76400 C 258.88300,113.00700 257.87500,114.01400 256.63300,114.01400 C 255.39300,114.01400 254.38500,113.00700 254.38500,111.76400 C 254.38500,110.52100 255.39300,109.51400 256.63300,109.51400 C 257.87500,109.51400 258.88300,110.52100 258.88300,111.76400 z "
   id="path10428"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 267.88300,111.76400 C 267.88300,113.00700 266.87500,114.01400 265.63300,114.01400 C 264.39100,114.01400 263.38300,113.00700 263.38300,111.76400 C 263.38300,110.52100 264.39100,109.51400 265.63300,109.51400 C 266.87500,109.51400 267.88300,110.52100 267.88300,111.76400 z "
   id="path10430"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 240.88300,102.76400 C 240.88300,104.00700 239.87600,105.01400 238.63300,105.01400 C 237.39000,105.01400 236.38300,104.00700 236.38300,102.76400 C 236.38300,101.52100 237.39000,100.51400 238.63300,100.51400 C 239.87600,100.51400 240.88300,101.52100 240.88300,102.76400 z "
   id="path10432"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 249.88300,102.76400 C 249.88300,104.00700 248.87500,105.01400 247.63300,105.01400 C 246.39000,105.01400 245.38300,104.00700 245.38300,102.76400 C 245.38300,101.52100 246.39000,100.51400 247.63300,100.51400 C 248.87500,100.51400 249.88300,101.52100 249.88300,102.76400 z "
   id="path10434"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 258.88300,102.76400 C 258.88300,104.00700 257.87500,105.01400 256.63300,105.01400 C 255.39300,105.01400 254.38500,104.00700 254.38500,102.76400 C 254.38500,101.52100 255.39300,100.51400 256.63300,100.51400 C 257.87500,100.51400 258.88300,101.52100 258.88300,102.76400 z "
   id="path10436"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 267.88300,102.76400 C 267.88300,104.00700 266.87500,105.01400 265.63300,105.01400 C 264.39100,105.01400 263.38300,104.00700 263.38300,102.76400 C 263.38300,101.52100 264.39100,100.51400 265.63300,100.51400 C 266.87500,100.51400 267.88300,101.52100 267.88300,102.76400 z "
   id="path10438"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 33.883000,147.76400 C 33.883000,149.00700 32.876000,150.01400 31.633000,150.01400 C 30.390000,150.01400 29.383000,149.00700 29.383000,147.76400 C 29.383000,146.52100 30.390000,145.51400 31.633000,145.51400 C 32.876000,145.51400 33.883000,146.52100 33.883000,147.76400 z "
   id="path10440"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 42.883000,147.76400 C 42.883000,149.00700 41.876000,150.01400 40.633000,150.01400 C 39.390000,150.01400 38.383000,149.00700 38.383000,147.76400 C 38.383000,146.52100 39.390000,145.51400 40.633000,145.51400 C 41.876000,145.51400 42.883000,146.52100 42.883000,147.76400 z "
   id="path10442"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 51.883000,147.76400 C 51.883000,149.00700 50.876000,150.01400 49.633000,150.01400 C 48.390000,150.01400 47.383000,149.00700 47.383000,147.76400 C 47.383000,146.52100 48.390000,145.51400 49.633000,145.51400 C 50.876000,145.51400 51.883000,146.52100 51.883000,147.76400 z "
   id="path10444"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 60.883000,147.76400 C 60.883000,149.00700 59.876000,150.01400 58.633000,150.01400 C 57.390000,150.01400 56.383000,149.00700 56.383000,147.76400 C 56.383000,146.52100 57.390000,145.51400 58.633000,145.51400 C 59.876000,145.51400 60.883000,146.52100 60.883000,147.76400 z "
   id="path10446"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 69.883000,147.76400 C 69.883000,149.00700 68.876000,150.01400 67.633000,150.01400 C 66.390000,150.01400 65.383000,149.00700 65.383000,147.76400 C 65.383000,146.52100 66.390000,145.51400 67.633000,145.51400 C 68.876000,145.51400 69.883000,146.52100 69.883000,147.76400 z "
   id="path10448"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 78.883000,147.76400 C 78.883000,149.00700 77.876000,150.01400 76.633000,150.01400 C 75.390000,150.01400 74.383000,149.00700 74.383000,147.76400 C 74.383000,146.52100 75.390000,145.51400 76.633000,145.51400 C 77.876000,145.51400 78.883000,146.52100 78.883000,147.76400 z "
   id="path10450"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 87.883000,147.76400 C 87.883000,149.00700 86.876000,150.01400 85.633000,150.01400 C 84.390000,150.01400 83.383000,149.00700 83.383000,147.76400 C 83.383000,146.52100 84.390000,145.51400 85.633000,145.51400 C 86.876000,145.51400 87.883000,146.52100 87.883000,147.76400 z "
   id="path10452"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 96.883000,147.76400 C 96.883000,149.00700 95.876000,150.01400 94.633000,150.01400 C 93.390000,150.01400 92.383000,149.00700 92.383000,147.76400 C 92.383000,146.52100 93.390000,145.51400 94.633000,145.51400 C 95.876000,145.51400 96.883000,146.52100 96.883000,147.76400 z "
   id="path10454"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 105.88300,147.76400 C 105.88300,149.00700 104.87600,150.01400 103.63300,150.01400 C 102.39000,150.01400 101.38300,149.00700 101.38300,147.76400 C 101.38300,146.52100 102.39000,145.51400 103.63300,145.51400 C 104.87600,145.51400 105.88300,146.52100 105.88300,147.76400 z "
   id="path10456"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 114.88300,147.76400 C 114.88300,149.00700 113.87600,150.01400 112.63300,150.01400 C 111.39000,150.01400 110.38300,149.00700 110.38300,147.76400 C 110.38300,146.52100 111.39000,145.51400 112.63300,145.51400 C 113.87600,145.51400 114.88300,146.52100 114.88300,147.76400 z "
   id="path10458"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 123.88300,147.76400 C 123.88300,149.00700 122.87600,150.01400 121.63300,150.01400 C 120.39000,150.01400 119.38300,149.00700 119.38300,147.76400 C 119.38300,146.52100 120.39000,145.51400 121.63300,145.51400 C 122.87600,145.51400 123.88300,146.52100 123.88300,147.76400 z "
   id="path10460"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 132.88300,147.76400 C 132.88300,149.00700 131.87600,150.01400 130.63300,150.01400 C 129.39000,150.01400 128.38300,149.00700 128.38300,147.76400 C 128.38300,146.52100 129.39000,145.51400 130.63300,145.51400 C 131.87600,145.51400 132.88300,146.52100 132.88300,147.76400 z "
   id="path10462"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 141.88300,147.76400 C 141.88300,149.00700 140.87600,150.01400 139.63300,150.01400 C 138.39000,150.01400 137.38300,149.00700 137.38300,147.76400 C 137.38300,146.52100 138.39000,145.51400 139.63300,145.51400 C 140.87600,145.51400 141.88300,146.52100 141.88300,147.76400 z "
   id="path10464"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 150.88300,147.76400 C 150.88300,149.00700 149.87600,150.01400 148.63300,150.01400 C 147.39000,150.01400 146.38300,149.00700 146.38300,147.76400 C 146.38300,146.52100 147.39000,145.51400 148.63300,145.51400 C 149.87600,145.51400 150.88300,146.52100 150.88300,147.76400 z "
   id="path10466"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 159.88300,147.76400 C 159.88300,149.00700 158.87600,150.01400 157.63300,150.01400 C 156.39000,150.01400 155.38300,149.00700 155.38300,147.76400 C 155.38300,146.52100 156.39000,145.51400 157.63300,145.51400 C 158.87600,145.51400 159.88300,146.52100 159.88300,147.76400 z "
   id="path10468"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 168.88300,147.76400 C 168.88300,149.00700 167.87600,150.01400 166.63300,150.01400 C 165.39000,150.01400 164.38300,149.00700 164.38300,147.76400 C 164.38300,146.52100 165.39000,145.51400 166.63300,145.51400 C 167.87600,145.51400 168.88300,146.52100 168.88300,147.76400 z "
   id="path10470"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 177.88300,147.76400 C 177.88300,149.00700 176.87600,150.01400 175.63300,150.01400 C 174.39000,150.01400 173.38300,149.00700 173.38300,147.76400 C 173.38300,146.52100 174.39000,145.51400 175.63300,145.51400 C 176.87600,145.51400 177.88300,146.52100 177.88300,147.76400 z "
   id="path10472"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 186.88300,147.76400 C 186.88300,149.00700 185.87600,150.01400 184.63300,150.01400 C 183.39000,150.01400 182.38300,149.00700 182.38300,147.76400 C 182.38300,146.52100 183.39000,145.51400 184.63300,145.51400 C 185.87600,145.51400 186.88300,146.52100 186.88300,147.76400 z "
   id="path10474"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 195.88300,147.76400 C 195.88300,149.00700 194.87600,150.01400 193.63300,150.01400 C 192.39000,150.01400 191.38300,149.00700 191.38300,147.76400 C 191.38300,146.52100 192.39000,145.51400 193.63300,145.51400 C 194.87600,145.51400 195.88300,146.52100 195.88300,147.76400 z "
   id="path10476"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 204.88300,147.76400 C 204.88300,149.00700 203.87600,150.01400 202.63300,150.01400 C 201.39000,150.01400 200.38300,149.00700 200.38300,147.76400 C 200.38300,146.52100 201.39000,145.51400 202.63300,145.51400 C 203.87600,145.51400 204.88300,146.52100 204.88300,147.76400 z "
   id="path10478"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 213.88300,147.76400 C 213.88300,149.00700 212.87600,150.01400 211.63300,150.01400 C 210.39000,150.01400 209.38300,149.00700 209.38300,147.76400 C 209.38300,146.52100 210.39000,145.51400 211.63300,145.51400 C 212.87600,145.51400 213.88300,146.52100 213.88300,147.76400 z "
   id="path10480"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 222.88300,147.76400 C 222.88300,149.00700 221.87600,150.01400 220.63300,150.01400 C 219.39000,150.01400 218.38300,149.00700 218.38300,147.76400 C 218.38300,146.52100 219.39000,145.51400 220.63300,145.51400 C 221.87600,145.51400 222.88300,146.52100 222.88300,147.76400 z "
   id="path10482"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 231.88300,147.76400 C 231.88300,149.00700 230.87600,150.01400 229.63300,150.01400 C 228.39000,150.01400 227.38300,149.00700 227.38300,147.76400 C 227.38300,146.52100 228.39000,145.51400 229.63300,145.51400 C 230.87600,145.51400 231.88300,146.52100 231.88300,147.76400 z "
   id="path10484"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 33.883000,138.76400 C 33.883000,140.00700 32.876000,141.01400 31.633000,141.01400 C 30.390000,141.01400 29.383000,140.00700 29.383000,138.76400 C 29.383000,137.52100 30.390000,136.51400 31.633000,136.51400 C 32.876000,136.51400 33.883000,137.52100 33.883000,138.76400 z "
   id="path10486"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 42.883000,138.76400 C 42.883000,140.00700 41.876000,141.01400 40.633000,141.01400 C 39.390000,141.01400 38.383000,140.00700 38.383000,138.76400 C 38.383000,137.52100 39.390000,136.51400 40.633000,136.51400 C 41.876000,136.51400 42.883000,137.52100 42.883000,138.76400 z "
   id="path10488"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 51.883000,138.76400 C 51.883000,140.00700 50.876000,141.01400 49.633000,141.01400 C 48.390000,141.01400 47.383000,140.00700 47.383000,138.76400 C 47.383000,137.52100 48.390000,136.51400 49.633000,136.51400 C 50.876000,136.51400 51.883000,137.52100 51.883000,138.76400 z "
   id="path10490"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 60.883000,138.76400 C 60.883000,140.00700 59.876000,141.01400 58.633000,141.01400 C 57.390000,141.01400 56.383000,140.00700 56.383000,138.76400 C 56.383000,137.52100 57.390000,136.51400 58.633000,136.51400 C 59.876000,136.51400 60.883000,137.52100 60.883000,138.76400 z "
   id="path10492"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 69.883000,138.76400 C 69.883000,140.00700 68.876000,141.01400 67.633000,141.01400 C 66.390000,141.01400 65.383000,140.00700 65.383000,138.76400 C 65.383000,137.52100 66.390000,136.51400 67.633000,136.51400 C 68.876000,136.51400 69.883000,137.52100 69.883000,138.76400 z "
   id="path10494"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 78.883000,138.76400 C 78.883000,140.00700 77.876000,141.01400 76.633000,141.01400 C 75.390000,141.01400 74.383000,140.00700 74.383000,138.76400 C 74.383000,137.52100 75.390000,136.51400 76.633000,136.51400 C 77.876000,136.51400 78.883000,137.52100 78.883000,138.76400 z "
   id="path10496"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 87.883000,138.76400 C 87.883000,140.00700 86.876000,141.01400 85.633000,141.01400 C 84.390000,141.01400 83.383000,140.00700 83.383000,138.76400 C 83.383000,137.52100 84.390000,136.51400 85.633000,136.51400 C 86.876000,136.51400 87.883000,137.52100 87.883000,138.76400 z "
   id="path10498"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 96.883000,138.76400 C 96.883000,140.00700 95.876000,141.01400 94.633000,141.01400 C 93.390000,141.01400 92.383000,140.00700 92.383000,138.76400 C 92.383000,137.52100 93.390000,136.51400 94.633000,136.51400 C 95.876000,136.51400 96.883000,137.52100 96.883000,138.76400 z "
   id="path10500"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 105.88300,138.76400 C 105.88300,140.00700 104.87600,141.01400 103.63300,141.01400 C 102.39000,141.01400 101.38300,140.00700 101.38300,138.76400 C 101.38300,137.52100 102.39000,136.51400 103.63300,136.51400 C 104.87600,136.51400 105.88300,137.52100 105.88300,138.76400 z "
   id="path10502"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 114.88300,138.76400 C 114.88300,140.00700 113.87600,141.01400 112.63300,141.01400 C 111.39000,141.01400 110.38300,140.00700 110.38300,138.76400 C 110.38300,137.52100 111.39000,136.51400 112.63300,136.51400 C 113.87600,136.51400 114.88300,137.52100 114.88300,138.76400 z "
   id="path10504"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 123.88300,138.76400 C 123.88300,140.00700 122.87600,141.01400 121.63300,141.01400 C 120.39000,141.01400 119.38300,140.00700 119.38300,138.76400 C 119.38300,137.52100 120.39000,136.51400 121.63300,136.51400 C 122.87600,136.51400 123.88300,137.52100 123.88300,138.76400 z "
   id="path10506"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 132.88300,138.76400 C 132.88300,140.00700 131.87600,141.01400 130.63300,141.01400 C 129.39000,141.01400 128.38300,140.00700 128.38300,138.76400 C 128.38300,137.52100 129.39000,136.51400 130.63300,136.51400 C 131.87600,136.51400 132.88300,137.52100 132.88300,138.76400 z "
   id="path10508"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 141.88300,138.76400 C 141.88300,140.00700 140.87600,141.01400 139.63300,141.01400 C 138.39000,141.01400 137.38300,140.00700 137.38300,138.76400 C 137.38300,137.52100 138.39000,136.51400 139.63300,136.51400 C 140.87600,136.51400 141.88300,137.52100 141.88300,138.76400 z "
   id="path10510"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 150.88300,138.76400 C 150.88300,140.00700 149.87600,141.01400 148.63300,141.01400 C 147.39000,141.01400 146.38300,140.00700 146.38300,138.76400 C 146.38300,137.52100 147.39000,136.51400 148.63300,136.51400 C 149.87600,136.51400 150.88300,137.52100 150.88300,138.76400 z "
   id="path10512"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 159.88300,138.76400 C 159.88300,140.00700 158.87600,141.01400 157.63300,141.01400 C 156.39000,141.01400 155.38300,140.00700 155.38300,138.76400 C 155.38300,137.52100 156.39000,136.51400 157.63300,136.51400 C 158.87600,136.51400 159.88300,137.52100 159.88300,138.76400 z "
   id="path10514"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 168.88300,138.76400 C 168.88300,140.00700 167.87600,141.01400 166.63300,141.01400 C 165.39000,141.01400 164.38300,140.00700 164.38300,138.76400 C 164.38300,137.52100 165.39000,136.51400 166.63300,136.51400 C 167.87600,136.51400 168.88300,137.52100 168.88300,138.76400 z "
   id="path10516"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 177.88300,138.76400 C 177.88300,140.00700 176.87600,141.01400 175.63300,141.01400 C 174.39000,141.01400 173.38300,140.00700 173.38300,138.76400 C 173.38300,137.52100 174.39000,136.51400 175.63300,136.51400 C 176.87600,136.51400 177.88300,137.52100 177.88300,138.76400 z "
   id="path10518"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 186.88300,138.76400 C 186.88300,140.00700 185.87600,141.01400 184.63300,141.01400 C 183.39000,141.01400 182.38300,140.00700 182.38300,138.76400 C 182.38300,137.52100 183.39000,136.51400 184.63300,136.51400 C 185.87600,136.51400 186.88300,137.52100 186.88300,138.76400 z "
   id="path10520"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 195.88300,138.76400 C 195.88300,140.00700 194.87600,141.01400 193.63300,141.01400 C 192.39000,141.01400 191.38300,140.00700 191.38300,138.76400 C 191.38300,137.52100 192.39000,136.51400 193.63300,136.51400 C 194.87600,136.51400 195.88300,137.52100 195.88300,138.76400 z "
   id="path10522"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 204.88300,138.76400 C 204.88300,140.00700 203.87600,141.01400 202.63300,141.01400 C 201.39000,141.01400 200.38300,140.00700 200.38300,138.76400 C 200.38300,137.52100 201.39000,136.51400 202.63300,136.51400 C 203.87600,136.51400 204.88300,137.52100 204.88300,138.76400 z "
   id="path10524"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 213.88300,138.76400 C 213.88300,140.00700 212.87600,141.01400 211.63300,141.01400 C 210.39000,141.01400 209.38300,140.00700 209.38300,138.76400 C 209.38300,137.52100 210.39000,136.51400 211.63300,136.51400 C 212.87600,136.51400 213.88300,137.52100 213.88300,138.76400 z "
   id="path10526"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 222.88300,138.76400 C 222.88300,140.00700 221.87600,141.01400 220.63300,141.01400 C 219.39000,141.01400 218.38300,140.00700 218.38300,138.76400 C 218.38300,137.52100 219.39000,136.51400 220.63300,136.51400 C 221.87600,136.51400 222.88300,137.52100 222.88300,138.76400 z "
   id="path10528"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 231.88300,138.76400 C 231.88300,140.00700 230.87600,141.01400 229.63300,141.01400 C 228.39000,141.01400 227.38300,140.00700 227.38300,138.76400 C 227.38300,137.52100 228.39000,136.51400 229.63300,136.51400 C 230.87600,136.51400 231.88300,137.52100 231.88300,138.76400 z "
   id="path10530"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 33.883000,129.76400 C 33.883000,131.00700 32.876000,132.01400 31.633000,132.01400 C 30.390000,132.01400 29.383000,131.00700 29.383000,129.76400 C 29.383000,128.52100 30.390000,127.51400 31.633000,127.51400 C 32.876000,127.51400 33.883000,128.52100 33.883000,129.76400 z "
   id="path10532"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 42.883000,129.76400 C 42.883000,131.00700 41.876000,132.01400 40.633000,132.01400 C 39.390000,132.01400 38.383000,131.00700 38.383000,129.76400 C 38.383000,128.52100 39.390000,127.51400 40.633000,127.51400 C 41.876000,127.51400 42.883000,128.52100 42.883000,129.76400 z "
   id="path10534"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 51.883000,129.76400 C 51.883000,131.00700 50.876000,132.01400 49.633000,132.01400 C 48.390000,132.01400 47.383000,131.00700 47.383000,129.76400 C 47.383000,128.52100 48.390000,127.51400 49.633000,127.51400 C 50.876000,127.51400 51.883000,128.52100 51.883000,129.76400 z "
   id="path10536"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 60.883000,129.76400 C 60.883000,131.00700 59.876000,132.01400 58.633000,132.01400 C 57.390000,132.01400 56.383000,131.00700 56.383000,129.76400 C 56.383000,128.52100 57.390000,127.51400 58.633000,127.51400 C 59.876000,127.51400 60.883000,128.52100 60.883000,129.76400 z "
   id="path10538"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 69.883000,129.76400 C 69.883000,131.00700 68.876000,132.01400 67.633000,132.01400 C 66.390000,132.01400 65.383000,131.00700 65.383000,129.76400 C 65.383000,128.52100 66.390000,127.51400 67.633000,127.51400 C 68.876000,127.51400 69.883000,128.52100 69.883000,129.76400 z "
   id="path10540"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 78.883000,129.76400 C 78.883000,131.00700 77.876000,132.01400 76.633000,132.01400 C 75.390000,132.01400 74.383000,131.00700 74.383000,129.76400 C 74.383000,128.52100 75.390000,127.51400 76.633000,127.51400 C 77.876000,127.51400 78.883000,128.52100 78.883000,129.76400 z "
   id="path10542"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 87.883000,129.76400 C 87.883000,131.00700 86.876000,132.01400 85.633000,132.01400 C 84.390000,132.01400 83.383000,131.00700 83.383000,129.76400 C 83.383000,128.52100 84.390000,127.51400 85.633000,127.51400 C 86.876000,127.51400 87.883000,128.52100 87.883000,129.76400 z "
   id="path10544"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 96.883000,129.76400 C 96.883000,131.00700 95.876000,132.01400 94.633000,132.01400 C 93.390000,132.01400 92.383000,131.00700 92.383000,129.76400 C 92.383000,128.52100 93.390000,127.51400 94.633000,127.51400 C 95.876000,127.51400 96.883000,128.52100 96.883000,129.76400 z "
   id="path10546"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 105.88300,129.76400 C 105.88300,131.00700 104.87600,132.01400 103.63300,132.01400 C 102.39000,132.01400 101.38300,131.00700 101.38300,129.76400 C 101.38300,128.52100 102.39000,127.51400 103.63300,127.51400 C 104.87600,127.51400 105.88300,128.52100 105.88300,129.76400 z "
   id="path10548"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 114.88300,129.76400 C 114.88300,131.00700 113.87600,132.01400 112.63300,132.01400 C 111.39000,132.01400 110.38300,131.00700 110.38300,129.76400 C 110.38300,128.52100 111.39000,127.51400 112.63300,127.51400 C 113.87600,127.51400 114.88300,128.52100 114.88300,129.76400 z "
   id="path10550"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 123.88300,129.76400 C 123.88300,131.00700 122.87600,132.01400 121.63300,132.01400 C 120.39000,132.01400 119.38300,131.00700 119.38300,129.76400 C 119.38300,128.52100 120.39000,127.51400 121.63300,127.51400 C 122.87600,127.51400 123.88300,128.52100 123.88300,129.76400 z "
   id="path10552"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 132.88300,129.76400 C 132.88300,131.00700 131.87600,132.01400 130.63300,132.01400 C 129.39000,132.01400 128.38300,131.00700 128.38300,129.76400 C 128.38300,128.52100 129.39000,127.51400 130.63300,127.51400 C 131.87600,127.51400 132.88300,128.52100 132.88300,129.76400 z "
   id="path10554"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 141.88300,129.76400 C 141.88300,131.00700 140.87600,132.01400 139.63300,132.01400 C 138.39000,132.01400 137.38300,131.00700 137.38300,129.76400 C 137.38300,128.52100 138.39000,127.51400 139.63300,127.51400 C 140.87600,127.51400 141.88300,128.52100 141.88300,129.76400 z "
   id="path10556"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 150.88300,129.76400 C 150.88300,131.00700 149.87600,132.01400 148.63300,132.01400 C 147.39000,132.01400 146.38300,131.00700 146.38300,129.76400 C 146.38300,128.52100 147.39000,127.51400 148.63300,127.51400 C 149.87600,127.51400 150.88300,128.52100 150.88300,129.76400 z "
   id="path10558"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 159.88300,129.76400 C 159.88300,131.00700 158.87600,132.01400 157.63300,132.01400 C 156.39000,132.01400 155.38300,131.00700 155.38300,129.76400 C 155.38300,128.52100 156.39000,127.51400 157.63300,127.51400 C 158.87600,127.51400 159.88300,128.52100 159.88300,129.76400 z "
   id="path10560"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 168.88300,129.76400 C 168.88300,131.00700 167.87600,132.01400 166.63300,132.01400 C 165.39000,132.01400 164.38300,131.00700 164.38300,129.76400 C 164.38300,128.52100 165.39000,127.51400 166.63300,127.51400 C 167.87600,127.51400 168.88300,128.52100 168.88300,129.76400 z "
   id="path10562"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 177.88300,129.76400 C 177.88300,131.00700 176.87600,132.01400 175.63300,132.01400 C 174.39000,132.01400 173.38300,131.00700 173.38300,129.76400 C 173.38300,128.52100 174.39000,127.51400 175.63300,127.51400 C 176.87600,127.51400 177.88300,128.52100 177.88300,129.76400 z "
   id="path10564"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 186.88300,129.76400 C 186.88300,131.00700 185.87600,132.01400 184.63300,132.01400 C 183.39000,132.01400 182.38300,131.00700 182.38300,129.76400 C 182.38300,128.52100 183.39000,127.51400 184.63300,127.51400 C 185.87600,127.51400 186.88300,128.52100 186.88300,129.76400 z "
   id="path10566"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 195.88300,129.76400 C 195.88300,131.00700 194.87600,132.01400 193.63300,132.01400 C 192.39000,132.01400 191.38300,131.00700 191.38300,129.76400 C 191.38300,128.52100 192.39000,127.51400 193.63300,127.51400 C 194.87600,127.51400 195.88300,128.52100 195.88300,129.76400 z "
   id="path10568"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 204.88300,129.76400 C 204.88300,131.00700 203.87600,132.01400 202.63300,132.01400 C 201.39000,132.01400 200.38300,131.00700 200.38300,129.76400 C 200.38300,128.52100 201.39000,127.51400 202.63300,127.51400 C 203.87600,127.51400 204.88300,128.52100 204.88300,129.76400 z "
   id="path10570"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 213.88300,129.76400 C 213.88300,131.00700 212.87600,132.01400 211.63300,132.01400 C 210.39000,132.01400 209.38300,131.00700 209.38300,129.76400 C 209.38300,128.52100 210.39000,127.51400 211.63300,127.51400 C 212.87600,127.51400 213.88300,128.52100 213.88300,129.76400 z "
   id="path10572"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 222.88300,129.76400 C 222.88300,131.00700 221.87600,132.01400 220.63300,132.01400 C 219.39000,132.01400 218.38300,131.00700 218.38300,129.76400 C 218.38300,128.52100 219.39000,127.51400 220.63300,127.51400 C 221.87600,127.51400 222.88300,128.52100 222.88300,129.76400 z "
   id="path10574"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 231.88300,129.76400 C 231.88300,131.00700 230.87600,132.01400 229.63300,132.01400 C 228.39000,132.01400 227.38300,131.00700 227.38300,129.76400 C 227.38300,128.52100 228.39000,127.51400 229.63300,127.51400 C 230.87600,127.51400 231.88300,128.52100 231.88300,129.76400 z "
   id="path10576"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 240.88300,147.76400 C 240.88300,149.00700 239.87600,150.01400 238.63300,150.01400 C 237.39000,150.01400 236.38300,149.00700 236.38300,147.76400 C 236.38300,146.52100 237.39000,145.51400 238.63300,145.51400 C 239.87600,145.51400 240.88300,146.52100 240.88300,147.76400 z "
   id="path10578"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 249.88300,147.76400 C 249.88300,149.00700 248.87500,150.01400 247.63300,150.01400 C 246.39100,150.01400 245.38300,149.00700 245.38300,147.76400 C 245.38300,146.52100 246.39100,145.51400 247.63300,145.51400 C 248.87500,145.51400 249.88300,146.52100 249.88300,147.76400 z "
   id="path10580"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 258.88300,147.76400 C 258.88300,149.00700 257.87500,150.01400 256.63300,150.01400 C 255.39300,150.01400 254.38500,149.00700 254.38500,147.76400 C 254.38500,146.52100 255.39300,145.51400 256.63300,145.51400 C 257.87500,145.51400 258.88300,146.52100 258.88300,147.76400 z "
   id="path10582"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 267.88300,147.76400 C 267.88300,149.00700 266.87500,150.01400 265.63300,150.01400 C 264.39100,150.01400 263.38300,149.00700 263.38300,147.76400 C 263.38300,146.52100 264.39100,145.51400 265.63300,145.51400 C 266.87500,145.51400 267.88300,146.52100 267.88300,147.76400 z "
   id="path10584"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 240.88300,138.76400 C 240.88300,140.00700 239.87600,141.01400 238.63300,141.01400 C 237.39000,141.01400 236.38300,140.00700 236.38300,138.76400 C 236.38300,137.52100 237.39000,136.51400 238.63300,136.51400 C 239.87600,136.51400 240.88300,137.52100 240.88300,138.76400 z "
   id="path10586"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 249.88300,138.76400 C 249.88300,140.00700 248.87500,141.01400 247.63300,141.01400 C 246.39100,141.01400 245.38300,140.00700 245.38300,138.76400 C 245.38300,137.52100 246.39100,136.51400 247.63300,136.51400 C 248.87500,136.51400 249.88300,137.52100 249.88300,138.76400 z "
   id="path10588"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 258.88300,138.76400 C 258.88300,140.00700 257.87500,141.01400 256.63300,141.01400 C 255.39300,141.01400 254.38500,140.00700 254.38500,138.76400 C 254.38500,137.52100 255.39300,136.51400 256.63300,136.51400 C 257.87500,136.51400 258.88300,137.52100 258.88300,138.76400 z "
   id="path10590"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 267.88300,138.76400 C 267.88300,140.00700 266.87500,141.01400 265.63300,141.01400 C 264.39100,141.01400 263.38300,140.00700 263.38300,138.76400 C 263.38300,137.52100 264.39100,136.51400 265.63300,136.51400 C 266.87500,136.51400 267.88300,137.52100 267.88300,138.76400 z "
   id="path10592"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 240.88300,129.76400 C 240.88300,131.00700 239.87600,132.01400 238.63300,132.01400 C 237.39000,132.01400 236.38300,131.00700 236.38300,129.76400 C 236.38300,128.52100 237.39000,127.51400 238.63300,127.51400 C 239.87600,127.51400 240.88300,128.52100 240.88300,129.76400 z "
   id="path10594"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 249.88300,129.76400 C 249.88300,131.00700 248.87500,132.01400 247.63300,132.01400 C 246.39100,132.01400 245.38300,131.00700 245.38300,129.76400 C 245.38300,128.52100 246.39100,127.51400 247.63300,127.51400 C 248.87500,127.51400 249.88300,128.52100 249.88300,129.76400 z "
   id="path10596"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 258.88300,129.76400 C 258.88300,131.00700 257.87500,132.01400 256.63300,132.01400 C 255.39300,132.01400 254.38500,131.00700 254.38500,129.76400 C 254.38500,128.52100 255.39300,127.51400 256.63300,127.51400 C 257.87500,127.51400 258.88300,128.52100 258.88300,129.76400 z "
   id="path10598"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 267.88300,129.76400 C 267.88300,131.00700 266.87500,132.01400 265.63300,132.01400 C 264.39100,132.01400 263.38300,131.00700 263.38300,129.76400 C 263.38300,128.52100 264.39100,127.51400 265.63300,127.51400 C 266.87500,127.51400 267.88300,128.52100 267.88300,129.76400 z "
   id="path10600"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 240.88300,93.764000 C 240.88300,95.007000 239.87600,96.014000 238.63300,96.014000 C 237.39000,96.014000 236.38300,95.007000 236.38300,93.764000 C 236.38300,92.521000 237.39000,91.514000 238.63300,91.514000 C 239.87600,91.514000 240.88300,92.521000 240.88300,93.764000 z "
   id="path10602"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 249.88300,93.764000 C 249.88300,95.007000 248.87500,96.014000 247.63300,96.014000 C 246.39000,96.014000 245.38300,95.007000 245.38300,93.764000 C 245.38300,92.521000 246.39000,91.514000 247.63300,91.514000 C 248.87500,91.514000 249.88300,92.521000 249.88300,93.764000 z "
   id="path10604"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 258.88300,93.764000 C 258.88300,95.007000 257.87500,96.014000 256.63300,96.014000 C 255.39300,96.014000 254.38500,95.007000 254.38500,93.764000 C 254.38500,92.521000 255.39300,91.514000 256.63300,91.514000 C 257.87500,91.514000 258.88300,92.521000 258.88300,93.764000 z "
   id="path10606"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 267.88300,93.764000 C 267.88300,95.007000 266.87500,96.014000 265.63300,96.014000 C 264.39100,96.014000 263.38300,95.007000 263.38300,93.764000 C 263.38300,92.521000 264.39100,91.514000 265.63300,91.514000 C 266.87500,91.514000 267.88300,92.521000 267.88300,93.764000 z "
   id="path10608"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 240.88300,84.764000 C 240.88300,86.007000 239.87600,87.014000 238.63300,87.014000 C 237.39000,87.014000 236.38300,86.007000 236.38300,84.764000 C 236.38300,83.521000 237.39000,82.514000 238.63300,82.514000 C 239.87600,82.514000 240.88300,83.521000 240.88300,84.764000 z "
   id="path10610"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 249.88300,84.764000 C 249.88300,86.007000 248.87500,87.014000 247.63300,87.014000 C 246.39000,87.014000 245.38300,86.007000 245.38300,84.764000 C 245.38300,83.521000 246.39000,82.514000 247.63300,82.514000 C 248.87500,82.514000 249.88300,83.521000 249.88300,84.764000 z "
   id="path10612"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 258.88300,84.764000 C 258.88300,86.007000 257.87500,87.014000 256.63300,87.014000 C 255.39300,87.014000 254.38500,86.007000 254.38500,84.764000 C 254.38500,83.521000 255.39300,82.514000 256.63300,82.514000 C 257.87500,82.514000 258.88300,83.521000 258.88300,84.764000 z "
   id="path10614"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 267.88300,84.764000 C 267.88300,86.007000 266.87500,87.014000 265.63300,87.014000 C 264.39100,87.014000 263.38300,86.007000 263.38300,84.764000 C 263.38300,83.521000 264.39100,82.514000 265.63300,82.514000 C 266.87500,82.514000 267.88300,83.521000 267.88300,84.764000 z "
   id="path10616"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 240.88300,75.764000 C 240.88300,77.007000 239.87600,78.014000 238.63300,78.014000 C 237.39000,78.014000 236.38300,77.007000 236.38300,75.764000 C 236.38300,74.521000 237.39000,73.514000 238.63300,73.514000 C 239.87600,73.514000 240.88300,74.521000 240.88300,75.764000 z "
   id="path10618"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 249.88300,75.764000 C 249.88300,77.007000 248.87500,78.014000 247.63300,78.014000 C 246.39000,78.014000 245.38300,77.007000 245.38300,75.764000 C 245.38300,74.521000 246.39000,73.514000 247.63300,73.514000 C 248.87500,73.514000 249.88300,74.521000 249.88300,75.764000 z "
   id="path10620"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 258.88300,75.764000 C 258.88300,77.007000 257.87500,78.014000 256.63300,78.014000 C 255.39300,78.014000 254.38500,77.007000 254.38500,75.764000 C 254.38500,74.521000 255.39300,73.514000 256.63300,73.514000 C 257.87500,73.514000 258.88300,74.521000 258.88300,75.764000 z "
   id="path10622"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 267.88300,75.764000 C 267.88300,77.007000 266.87500,78.014000 265.63300,78.014000 C 264.39100,78.014000 263.38300,77.007000 263.38300,75.764000 C 263.38300,74.521000 264.39100,73.514000 265.63300,73.514000 C 266.87500,73.514000 267.88300,74.521000 267.88300,75.764000 z "
   id="path10624"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 240.88300,66.764000 C 240.88300,68.007000 239.87600,69.014000 238.63300,69.014000 C 237.39000,69.014000 236.38300,68.007000 236.38300,66.764000 C 236.38300,65.521000 237.39000,64.514000 238.63300,64.514000 C 239.87600,64.514000 240.88300,65.521000 240.88300,66.764000 z "
   id="path10626"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 249.88300,66.764000 C 249.88300,68.007000 248.87500,69.014000 247.63300,69.014000 C 246.39000,69.014000 245.38300,68.007000 245.38300,66.764000 C 245.38300,65.521000 246.39000,64.514000 247.63300,64.514000 C 248.87500,64.514000 249.88300,65.521000 249.88300,66.764000 z "
   id="path10628"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 258.88300,66.764000 C 258.88300,68.007000 257.87500,69.014000 256.63300,69.014000 C 255.39300,69.014000 254.38500,68.007000 254.38500,66.764000 C 254.38500,65.521000 255.39300,64.514000 256.63300,64.514000 C 257.87500,64.514000 258.88300,65.521000 258.88300,66.764000 z "
   id="path10630"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 267.88300,66.764000 C 267.88300,68.007000 266.87500,69.014000 265.63300,69.014000 C 264.39100,69.014000 263.38300,68.007000 263.38300,66.764000 C 263.38300,65.521000 264.39100,64.514000 265.63300,64.514000 C 266.87500,64.514000 267.88300,65.521000 267.88300,66.764000 z "
   id="path10632"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 240.88300,57.764000 C 240.88300,59.007000 239.87600,60.014000 238.63300,60.014000 C 237.39000,60.014000 236.38300,59.007000 236.38300,57.764000 C 236.38300,56.521000 237.39000,55.514000 238.63300,55.514000 C 239.87600,55.514000 240.88300,56.521000 240.88300,57.764000 z "
   id="path10634"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 249.88300,57.764000 C 249.88300,59.007000 248.87500,60.014000 247.63300,60.014000 C 246.39000,60.014000 245.38300,59.007000 245.38300,57.764000 C 245.38300,56.521000 246.39000,55.514000 247.63300,55.514000 C 248.87500,55.514000 249.88300,56.521000 249.88300,57.764000 z "
   id="path10636"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 258.88300,57.764000 C 258.88300,59.007000 257.87500,60.014000 256.63300,60.014000 C 255.39300,60.014000 254.38500,59.007000 254.38500,57.764000 C 254.38500,56.521000 255.39300,55.514000 256.63300,55.514000 C 257.87500,55.514000 258.88300,56.521000 258.88300,57.764000 z "
   id="path10638"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 267.88300,57.764000 C 267.88300,59.007000 266.87500,60.014000 265.63300,60.014000 C 264.39100,60.014000 263.38300,59.007000 263.38300,57.764000 C 263.38300,56.521000 264.39100,55.514000 265.63300,55.514000 C 266.87500,55.514000 267.88300,56.521000 267.88300,57.764000 z "
   id="path10640"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 240.88300,48.764000 C 240.88300,50.007000 239.87600,51.014000 238.63300,51.014000 C 237.39000,51.014000 236.38300,50.007000 236.38300,48.764000 C 236.38300,47.521000 237.39000,46.514000 238.63300,46.514000 C 239.87600,46.514000 240.88300,47.521000 240.88300,48.764000 z "
   id="path10642"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 249.88300,48.764000 C 249.88300,50.007000 248.87500,51.014000 247.63300,51.014000 C 246.39000,51.014000 245.38300,50.007000 245.38300,48.764000 C 245.38300,47.521000 246.39000,46.514000 247.63300,46.514000 C 248.87500,46.514000 249.88300,47.521000 249.88300,48.764000 z "
   id="path10644"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 258.88300,48.764000 C 258.88300,50.007000 257.87500,51.014000 256.63300,51.014000 C 255.39300,51.014000 254.38500,50.007000 254.38500,48.764000 C 254.38500,47.521000 255.39300,46.514000 256.63300,46.514000 C 257.87500,46.514000 258.88300,47.521000 258.88300,48.764000 z "
   id="path10646"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 267.88300,48.764000 C 267.88300,50.007000 266.87500,51.014000 265.63300,51.014000 C 264.39100,51.014000 263.38300,50.007000 263.38300,48.764000 C 263.38300,47.521000 264.39100,46.514000 265.63300,46.514000 C 266.87500,46.514000 267.88300,47.521000 267.88300,48.764000 z "
   id="path10648"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 240.88300,39.764000 C 240.88300,41.007000 239.87600,42.014000 238.63300,42.014000 C 237.39000,42.014000 236.38300,41.007000 236.38300,39.764000 C 236.38300,38.521000 237.39000,37.514000 238.63300,37.514000 C 239.87600,37.514000 240.88300,38.521000 240.88300,39.764000 z "
   id="path10650"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 249.88300,39.764000 C 249.88300,41.007000 248.87500,42.014000 247.63300,42.014000 C 246.39000,42.014000 245.38300,41.007000 245.38300,39.764000 C 245.38300,38.521000 246.39000,37.514000 247.63300,37.514000 C 248.87500,37.514000 249.88300,38.521000 249.88300,39.764000 z "
   id="path10652"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 258.88300,39.764000 C 258.88300,41.007000 257.87500,42.014000 256.63300,42.014000 C 255.39300,42.014000 254.38500,41.007000 254.38500,39.764000 C 254.38500,38.521000 255.39300,37.514000 256.63300,37.514000 C 257.87500,37.514000 258.88300,38.521000 258.88300,39.764000 z "
   id="path10654"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 267.88300,39.764000 C 267.88300,41.007000 266.87500,42.014000 265.63300,42.014000 C 264.39100,42.014000 263.38300,41.007000 263.38300,39.764000 C 263.38300,38.521000 264.39100,37.514000 265.63300,37.514000 C 266.87500,37.514000 267.88300,38.521000 267.88300,39.764000 z "
   id="path10656"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 240.88300,30.764000 C 240.88300,32.007000 239.87600,33.014000 238.63300,33.014000 C 237.39000,33.014000 236.38300,32.007000 236.38300,30.764000 C 236.38300,29.521000 237.39000,28.514000 238.63300,28.514000 C 239.87600,28.514000 240.88300,29.521000 240.88300,30.764000 z "
   id="path10658"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 249.88300,30.764000 C 249.88300,32.007000 248.87500,33.014000 247.63300,33.014000 C 246.39000,33.014000 245.38300,32.007000 245.38300,30.764000 C 245.38300,29.521000 246.39000,28.514000 247.63300,28.514000 C 248.87500,28.514000 249.88300,29.521000 249.88300,30.764000 z "
   id="path10660"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 258.88300,30.764000 C 258.88300,32.007000 257.87500,33.014000 256.63300,33.014000 C 255.39300,33.014000 254.38500,32.007000 254.38500,30.764000 C 254.38500,29.521000 255.39300,28.514000 256.63300,28.514000 C 257.87500,28.514000 258.88300,29.521000 258.88300,30.764000 z "
   id="path10662"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 267.88300,30.764000 C 267.88300,32.007000 266.87500,33.014000 265.63300,33.014000 C 264.39100,33.014000 263.38300,32.007000 263.38300,30.764000 C 263.38300,29.521000 264.39100,28.514000 265.63300,28.514000 C 266.87500,28.514000 267.88300,29.521000 267.88300,30.764000 z "
   id="path10664"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 240.88300,21.764000 C 240.88300,23.007000 239.87600,24.014000 238.63300,24.014000 C 237.39000,24.014000 236.38300,23.007000 236.38300,21.764000 C 236.38300,20.521000 237.39000,19.514000 238.63300,19.514000 C 239.87600,19.514000 240.88300,20.521000 240.88300,21.764000 z "
   id="path10666"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 249.88300,21.764000 C 249.88300,23.007000 248.87500,24.014000 247.63300,24.014000 C 246.39000,24.014000 245.38300,23.007000 245.38300,21.764000 C 245.38300,20.521000 246.39000,19.514000 247.63300,19.514000 C 248.87500,19.514000 249.88300,20.521000 249.88300,21.764000 z "
   id="path10668"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 258.88300,21.764000 C 258.88300,23.007000 257.87500,24.014000 256.63300,24.014000 C 255.39300,24.014000 254.38500,23.007000 254.38500,21.764000 C 254.38500,20.521000 255.39300,19.514000 256.63300,19.514000 C 257.87500,19.514000 258.88300,20.521000 258.88300,21.764000 z "
   id="path10670"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
		<path
   i:knockout="Off"
   d="M 267.88300,21.764000 C 267.88300,23.007000 266.87500,24.014000 265.63300,24.014000 C 264.39100,24.014000 263.38300,23.007000 263.38300,21.764000 C 263.38300,20.521000 264.39100,19.514000 265.63300,19.514000 C 266.87500,19.514000 267.88300,20.521000 267.88300,21.764000 z "
   id="path10672"
   style="fill:#ffffff;stroke:#000000;stroke-width:0.25000000" />
	</g></g>
	<g
   id="Layer_3"
   i:layer="yes"
   i:dimmedPercent="50"
   i:rgbTrio="#4F00FFFF4F00">
		<switch
   i:knockout="Off"
   i:objectNS="http://ns.adobe.com/Flows/1.0/"
   i:objectType="pointText"
   id="switch10743">
			<foreignObject
   requiredExtensions="http://ns.adobe.com/Flows/1.0/"
   x="0"
   y="0"
   width="1"
   height="1"
   overflow="visible"
   id="foreignObject10745">
				<ns1:flowDef>
					<ns1:region
   textMatrix="0 -1 1 0 0 0">
						<ns1:path
   d="M13.402,87.274" />
					</ns1:region>
					<ns1:flow
   font-family="'Myriad-Roman'"
   font-size="8"
   text-align="center"
   text-align-last="center">
						<ns1:p><ns1:span>Left edge</ns1:span></ns1:p>
					</ns1:flow>
				</ns1:flowDef>
				<x:targetRef
   xlink:href="#XMLID_2_" />
			</foreignObject>
			<text
   id="XMLID_2_"
   transform="matrix(0.000000,-1.000000,1.000000,0.000000,13.40230,102.9902)"><tspan
     x="0"
     y="0"
     font-size="8"
     id="tspan10748"
     style="font-size:8.0000000px;font-family:Myriad-Roman">Left edge</tspan></text>

		</switch>
		<switch
   i:knockout="Off"
   i:objectNS="http://ns.adobe.com/Flows/1.0/"
   i:objectType="pointText"
   id="switch10750">
			<foreignObject
   requiredExtensions="http://ns.adobe.com/Flows/1.0/"
   x="0"
   y="0"
   width="1"
   height="1"
   overflow="visible"
   id="foreignObject10752">
				<ns1:flowDef>
					<ns1:region>
						<ns1:path
   d="M148.25,169.621" />
					</ns1:region>
					<ns1:flow
   font-family="'Myriad-Roman'"
   font-size="8"
   text-align="center"
   text-align-last="center">
						<ns1:p><ns1:span>Top edge (when viewed from top side of board)</ns1:span></ns1:p>
					</ns1:flow>
				</ns1:flowDef>
				<x:targetRef
   xlink:href="#XMLID_3_" />
			</foreignObject>
			<text
   id="XMLID_3_"
   transform="translate(69.22710,169.6211)"><tspan
     x="0"
     y="0"
     font-size="8"
     id="tspan10755"
     style="font-size:8.0000000px;font-family:Myriad-Roman">Top edge (when viewed from top side of board)</tspan></text>

		</switch>
		<switch
   i:knockout="Off"
   i:objectNS="http://ns.adobe.com/Flows/1.0/"
   i:objectType="pointText"
   id="switch10757">
			<foreignObject
   requiredExtensions="http://ns.adobe.com/Flows/1.0/"
   x="0"
   y="0"
   width="1"
   height="1"
   overflow="visible"
   id="foreignObject10759">
				<ns1:flowDef>
					<ns1:region>
						<ns1:path
   d="M144.25,6.648" />
					</ns1:region>
					<ns1:flow
   font-family="'Myriad-Roman'"
   font-size="8"
   text-align="center"
   text-align-last="center">
						<ns1:p><ns1:span>Bottom edge (when viewed from top side of board)</ns1:span></ns1:p>
					</ns1:flow>
				</ns1:flowDef>
				<x:targetRef
   xlink:href="#XMLID_4_" />
			</foreignObject>
			<text
   id="XMLID_4_"
   transform="translate(58.89110,6.647900)"><tspan
     x="0"
     y="0"
     font-size="8"
     id="tspan10762"
     style="font-size:8.0000000px;font-family:Myriad-Roman">Bottom edge (when viewed from top side of board)</tspan></text>

		</switch>
		<switch
   i:knockout="Off"
   i:objectNS="http://ns.adobe.com/Flows/1.0/"
   i:objectType="pointText"
   id="switch10764">
			<foreignObject
   requiredExtensions="http://ns.adobe.com/Flows/1.0/"
   x="0"
   y="0"
   width="1"
   height="1"
   overflow="visible"
   id="foreignObject10766">
				<ns1:flowDef>
					<ns1:region
   textMatrix="0 -1 1 0 0 0">
						<ns1:path
   d="M288.738,78.383" />
					</ns1:region>
					<ns1:flow
   font-family="'Myriad-Roman'"
   font-size="8"
   text-align="center"
   text-align-last="center">
						<ns1:p><ns1:span>Right edge</ns1:span></ns1:p>
					</ns1:flow>
				</ns1:flowDef>
				<x:targetRef
   xlink:href="#XMLID_5_" />
			</foreignObject>
			<text
   id="XMLID_5_"
   transform="matrix(0.000000,-1.000000,1.000000,0.000000,288.7383,96.62300)"><tspan
     x="0"
     y="0"
     font-size="8"
     id="tspan10769"
     style="font-size:8.0000000px;font-family:Myriad-Roman">Right edge</tspan></text>

		</switch>
	</g>
<g
   inkscape:groupmode="layer"
   id="layer6"
   inkscape:label="Track cuts"
   sodipodi:insensitive="true"><path
     i:knockout="Off"
     d="M 115.69400,48.662000 C 115.69400,50.388000 114.29500,51.787000 112.56900,51.787000 C 110.84300,51.787000 109.44400,50.388000 109.44400,48.662000 C 109.44400,46.936000 110.84300,45.537000 112.56900,45.537000 C 114.29500,45.537000 115.69400,46.936000 115.69400,48.662000 z "
     id="path10677"
     style="fill:#af0000;fill-opacity:0.74301702;stroke:#a10000;stroke-opacity:1.0000000" /><path
     i:knockout="Off"
     d="M 115.69400,39.662000 C 115.69400,41.388000 114.29500,42.787000 112.56900,42.787000 C 110.84300,42.787000 109.44400,41.388000 109.44400,39.662000 C 109.44400,37.936000 110.84300,36.537000 112.56900,36.537000 C 114.29500,36.537000 115.69400,37.936000 115.69400,39.662000 z "
     id="path10679"
     style="fill:#af0000;fill-opacity:0.74301702;stroke:#a10000;stroke-opacity:1.0000000" /><path
     i:knockout="Off"
     d="M 214.69400,30.662000 C 214.69400,32.388000 213.29500,33.787000 211.56900,33.787000 C 209.84300,33.787000 208.44400,32.388000 208.44400,30.662000 C 208.44400,28.936000 209.84300,27.537000 211.56900,27.537000 C 213.29500,27.537000 214.69400,28.936000 214.69400,30.662000 z "
     id="path10681"
     style="fill:#af0000;fill-opacity:0.74301702;stroke:#a10000;stroke-opacity:1.0000000" /><path
     i:knockout="Off"
     d="M 115.69400,57.662000 C 115.69400,59.388000 114.29500,60.787000 112.56900,60.787000 C 110.84300,60.787000 109.44400,59.388000 109.44400,57.662000 C 109.44400,55.936000 110.84300,54.537000 112.56900,54.537000 C 114.29500,54.537000 115.69400,55.936000 115.69400,57.662000 z "
     id="path10683"
     style="fill:#af0000;fill-opacity:0.74301702;stroke:#a10000;stroke-opacity:1.0000000" /><path
     i:knockout="Off"
     d="M 115.69400,66.662000 C 115.69400,68.388000 114.29500,69.787000 112.56900,69.787000 C 110.84300,69.787000 109.44400,68.388000 109.44400,66.662000 C 109.44400,64.936000 110.84300,63.537000 112.56900,63.537000 C 114.29500,63.537000 115.69400,64.936000 115.69400,66.662000 z "
     id="path10685"
     style="fill:#af0000;fill-opacity:0.74301702;stroke:#a10000;stroke-opacity:1.0000000" /><path
     i:knockout="Off"
     d="M 115.69400,75.662000 C 115.69400,77.388000 114.29500,78.787000 112.56900,78.787000 C 110.84300,78.787000 109.44400,77.388000 109.44400,75.662000 C 109.44400,73.936000 110.84300,72.537000 112.56900,72.537000 C 114.29500,72.537000 115.69400,73.936000 115.69400,75.662000 z "
     id="path10687"
     style="fill:#af0000;fill-opacity:0.74301702;stroke:#a10000;stroke-opacity:1.0000000" /><path
     i:knockout="Off"
     d="M 115.69400,84.662000 C 115.69400,86.388000 114.29500,87.787000 112.56900,87.787000 C 110.84300,87.787000 109.44400,86.388000 109.44400,84.662000 C 109.44400,82.936000 110.84300,81.537000 112.56900,81.537000 C 114.29500,81.537000 115.69400,82.936000 115.69400,84.662000 z "
     id="path10689"
     style="fill:#af0000;fill-opacity:0.74301702;stroke:#a10000;stroke-opacity:1.0000000" /><path
     i:knockout="Off"
     d="M 115.69400,93.662000 C 115.69400,95.388000 114.29500,96.787000 112.56900,96.787000 C 110.84300,96.787000 109.44400,95.388000 109.44400,93.662000 C 109.44400,91.936000 110.84300,90.537000 112.56900,90.537000 C 114.29500,90.537000 115.69400,91.936000 115.69400,93.662000 z "
     id="path10691"
     style="fill:#af0000;fill-opacity:0.74301702;stroke:#a10000;stroke-opacity:1.0000000" /><path
     i:knockout="Off"
     d="M 88.694000,93.662000 C 88.694000,95.388000 87.295000,96.787000 85.569000,96.787000 C 83.843000,96.787000 82.444000,95.388000 82.444000,93.662000 C 82.444000,91.936000 83.843000,90.537000 85.569000,90.537000 C 87.295000,90.537000 88.694000,91.936000 88.694000,93.662000 z "
     id="path10693"
     style="fill:#af0000;fill-opacity:0.74301702;stroke:#a10000;stroke-opacity:1.0000000" /><path
     i:knockout="Off"
     d="M 88.694000,147.66200 C 88.694000,149.38800 87.295000,150.78700 85.569000,150.78700 C 83.843000,150.78700 82.444000,149.38800 82.444000,147.66200 C 82.444000,145.93600 83.843000,144.53700 85.569000,144.53700 C 87.295000,144.53700 88.694000,145.93600 88.694000,147.66200 z "
     id="path10695"
     style="fill:#af0000;fill-opacity:0.74301702;stroke:#a10000;stroke-opacity:1.0000000" /><path
     i:knockout="Off"
     d="M 88.694000,84.662000 C 88.694000,86.388000 87.295000,87.787000 85.569000,87.787000 C 83.843000,87.787000 82.444000,86.388000 82.444000,84.662000 C 82.444000,82.936000 83.843000,81.537000 85.569000,81.537000 C 87.295000,81.537000 88.694000,82.936000 88.694000,84.662000 z "
     id="path10697"
     style="fill:#af0000;fill-opacity:0.74301702;stroke:#a10000;stroke-opacity:1.0000000" /><path
     i:knockout="Off"
     d="M 88.694000,48.662000 C 88.694000,50.388000 87.295000,51.787000 85.569000,51.787000 C 83.843000,51.787000 82.444000,50.388000 82.444000,48.662000 C 82.444000,46.936000 83.843000,45.537000 85.569000,45.537000 C 87.295000,45.537000 88.694000,46.936000 88.694000,48.662000 z "
     id="path10699"
     style="fill:#af0000;fill-opacity:0.74301702;stroke:#a10000;stroke-opacity:1.0000000" /><path
     i:knockout="Off"
     d="M 70.694000,57.662000 C 70.694000,59.388000 69.295000,60.787000 67.569000,60.787000 C 65.843000,60.787000 64.444000,59.388000 64.444000,57.662000 C 64.444000,55.936000 65.843000,54.537000 67.569000,54.537000 C 69.295000,54.537000 70.694000,55.936000 70.694000,57.662000 z "
     id="path10701"
     style="fill:#af0000;fill-opacity:0.74301702;stroke:#a10000;stroke-opacity:1.0000000" /><path
     i:knockout="Off"
     d="M 88.694000,30.662000 C 88.694000,32.388000 87.295000,33.787000 85.569000,33.787000 C 83.843000,33.787000 82.444000,32.388000 82.444000,30.662000 C 82.444000,28.936000 83.843000,27.537000 85.569000,27.537000 C 87.295000,27.537000 88.694000,28.936000 88.694000,30.662000 z "
     id="path10703"
     style="fill:#af0000;fill-opacity:0.74301702;stroke:#a10000;stroke-opacity:1.0000000" /><path
     i:knockout="Off"
     d="M 115.69400,102.66200 C 115.69400,104.38800 114.29500,105.78700 112.56900,105.78700 C 110.84300,105.78700 109.44400,104.38800 109.44400,102.66200 C 109.44400,100.93600 110.84300,99.537000 112.56900,99.537000 C 114.29500,99.537000 115.69400,100.93600 115.69400,102.66200 z "
     id="path10705"
     style="fill:#af0000;fill-opacity:0.74301702;stroke:#a10000;stroke-opacity:1.0000000" /><path
     i:knockout="Off"
     d="M 115.69400,111.66200 C 115.69400,113.38800 114.29500,114.78700 112.56900,114.78700 C 110.84300,114.78700 109.44400,113.38800 109.44400,111.66200 C 109.44400,109.93600 110.84300,108.53700 112.56900,108.53700 C 114.29500,108.53700 115.69400,109.93600 115.69400,111.66200 z "
     id="path10707"
     style="fill:#af0000;fill-opacity:0.74301702;stroke:#a10000;stroke-opacity:1.0000000" /><path
     i:knockout="Off"
     d="M 178.69400,39.662000 C 178.69400,41.388000 177.29500,42.787000 175.56900,42.787000 C 173.84300,42.787000 172.44400,41.388000 172.44400,39.662000 C 172.44400,37.936000 173.84300,36.537000 175.56900,36.537000 C 177.29500,36.537000 178.69400,37.936000 178.69400,39.662000 z "
     id="path10709"
     style="fill:#af0000;fill-opacity:0.74301702;stroke:#a10000;stroke-opacity:1.0000000" /><path
     i:knockout="Off"
     d="M 178.69400,30.662000 C 178.69400,32.388000 177.29500,33.787000 175.56900,33.787000 C 173.84300,33.787000 172.44400,32.388000 172.44400,30.662000 C 172.44400,28.936000 173.84300,27.537000 175.56900,27.537000 C 177.29500,27.537000 178.69400,28.936000 178.69400,30.662000 z "
     id="path10711"
     style="fill:#af0000;fill-opacity:0.74301702;stroke:#a10000;stroke-opacity:1.0000000" /><path
     i:knockout="Off"
     d="M 178.69400,48.662000 C 178.69400,50.388000 177.29500,51.787000 175.56900,51.787000 C 173.84300,51.787000 172.44400,50.388000 172.44400,48.662000 C 172.44400,46.936000 173.84300,45.537000 175.56900,45.537000 C 177.29500,45.537000 178.69400,46.936000 178.69400,48.662000 z "
     id="path10713"
     style="fill:#af0000;fill-opacity:0.74301702;stroke:#a10000;stroke-opacity:1.0000000" /><path
     i:knockout="Off"
     d="M 178.69400,57.662000 C 178.69400,59.388000 177.29500,60.787000 175.56900,60.787000 C 173.84300,60.787000 172.44400,59.388000 172.44400,57.662000 C 172.44400,55.936000 173.84300,54.537000 175.56900,54.537000 C 177.29500,54.537000 178.69400,55.936000 178.69400,57.662000 z "
     id="path10715"
     style="fill:#af0000;fill-opacity:0.74301702;stroke:#a10000;stroke-opacity:1.0000000" /><path
     i:knockout="Off"
     d="M 178.69400,66.662000 C 178.69400,68.388000 177.29500,69.787000 175.56900,69.787000 C 173.84300,69.787000 172.44400,68.388000 172.44400,66.662000 C 172.44400,64.936000 173.84300,63.537000 175.56900,63.537000 C 177.29500,63.537000 178.69400,64.936000 178.69400,66.662000 z "
     id="path10717"
     style="fill:#af0000;fill-opacity:0.74301702;stroke:#a10000;stroke-opacity:1.0000000" /><path
     i:knockout="Off"
     d="M 178.69400,75.662000 C 178.69400,77.388000 177.29500,78.787000 175.56900,78.787000 C 173.84300,78.787000 172.44400,77.388000 172.44400,75.662000 C 172.44400,73.936000 173.84300,72.537000 175.56900,72.537000 C 177.29500,72.537000 178.69400,73.936000 178.69400,75.662000 z "
     id="path10719"
     style="fill:#af0000;fill-opacity:0.74301702;stroke:#a10000;stroke-opacity:1.0000000" /><path
     i:knockout="Off"
     d="M 178.69400,84.662000 C 178.69400,86.388000 177.29500,87.787000 175.56900,87.787000 C 173.84300,87.787000 172.44400,86.388000 172.44400,84.662000 C 172.44400,82.936000 173.84300,81.537000 175.56900,81.537000 C 177.29500,81.537000 178.69400,82.936000 178.69400,84.662000 z "
     id="path10721"
     style="fill:#af0000;fill-opacity:0.74301702;stroke:#a10000;stroke-opacity:1.0000000" /><path
     i:knockout="Off"
     d="M 178.69400,93.662000 C 178.69400,95.388000 177.29500,96.787000 175.56900,96.787000 C 173.84300,96.787000 172.44400,95.388000 172.44400,93.662000 C 172.44400,91.936000 173.84300,90.537000 175.56900,90.537000 C 177.29500,90.537000 178.69400,91.936000 178.69400,93.662000 z "
     id="path10723"
     style="fill:#af0000;fill-opacity:0.74301702;stroke:#a10000;stroke-opacity:1.0000000" /><path
     i:knockout="Off"
     d="M 178.69400,102.66200 C 178.69400,104.38800 177.29500,105.78700 175.56900,105.78700 C 173.84300,105.78700 172.44400,104.38800 172.44400,102.66200 C 172.44400,100.93600 173.84300,99.537000 175.56900,99.537000 C 177.29500,99.537000 178.69400,100.93600 178.69400,102.66200 z "
     id="path10725"
     style="fill:#af0000;fill-opacity:0.74301702;stroke:#a10000;stroke-opacity:1.0000000" /><path
     i:knockout="Off"
     d="M 151.69400,75.662000 C 151.69400,77.388000 150.29500,78.787000 148.56900,78.787000 C 146.84300,78.787000 145.44400,77.388000 145.44400,75.662000 C 145.44400,73.936000 146.84300,72.537000 148.56900,72.537000 C 150.29500,72.537000 151.69400,73.936000 151.69400,75.662000 z "
     id="path10727"
     style="fill:#af0000;fill-opacity:0.74301702;stroke:#a10000;stroke-opacity:1.0000000" /><path
     i:knockout="Off"
     d="M 151.69400,84.662000 C 151.69400,86.388000 150.29500,87.787000 148.56900,87.787000 C 146.84300,87.787000 145.44400,86.388000 145.44400,84.662000 C 145.44400,82.936000 146.84300,81.537000 148.56900,81.537000 C 150.29500,81.537000 151.69400,82.936000 151.69400,84.662000 z "
     id="path10729"
     style="fill:#af0000;fill-opacity:0.74301702;stroke:#a10000;stroke-opacity:1.0000000" /><path
     i:knockout="Off"
     d="M 151.69400,93.662000 C 151.69400,95.388000 150.29500,96.787000 148.56900,96.787000 C 146.84300,96.787000 145.44400,95.388000 145.44400,93.662000 C 145.44400,91.936000 146.84300,90.537000 148.56900,90.537000 C 150.29500,90.537000 151.69400,91.936000 151.69400,93.662000 z "
     id="path10731"
     style="fill:#af0000;fill-opacity:0.74301702;stroke:#a10000;stroke-opacity:1.0000000" /><path
     i:knockout="Off"
     d="M 151.69400,102.66200 C 151.69400,104.38800 150.29500,105.78700 148.56900,105.78700 C 146.84300,105.78700 145.44400,104.38800 145.44400,102.66200 C 145.44400,100.93600 146.84300,99.537000 148.56900,99.537000 C 150.29500,99.537000 151.69400,100.93600 151.69400,102.66200 z "
     id="path10733"
     style="fill:#af0000;fill-opacity:0.74301702;stroke:#a10000;stroke-opacity:1.0000000" /><g
     id="g10739">
				<g
   id="XMLID_1_">
				</g>
			</g><path
     i:knockout="Off"
     d="M 97.931096,39.655319 C 97.931096,41.381319 96.532096,42.780319 94.806096,42.780319 C 93.080096,42.780319 91.681096,41.381319 91.681096,39.655319 C 91.681096,37.929319 93.080096,36.530319 94.806096,36.530319 C 96.532096,36.530319 97.931096,37.929319 97.931096,39.655319 z "
     id="path13232"
     style="fill:#af0000;fill-opacity:0.74301702;stroke:#a10000;stroke-opacity:1.0000000" /></g></svg>