[nexuiz-commits] r7542 - in branches/nexuiz-2.0: . Docs data data/qcsrc/client data/qcsrc/server data/scripts misc/netradiant-NexuizPack/nexuiz.game/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Aug 27 06:47:02 EDT 2009


Author: div0
Date: 2009-08-27 06:47:02 -0400 (Thu, 27 Aug 2009)
New Revision: 7542

Added:
   branches/nexuiz-2.0/Docs/tuba.png
   branches/nexuiz-2.0/Docs/tuba.svg
Modified:
   branches/nexuiz-2.0/.patchsets
   branches/nexuiz-2.0/Docs/eventlog.txt
   branches/nexuiz-2.0/Docs/mapping.txt
   branches/nexuiz-2.0/Docs/scorelog.txt
   branches/nexuiz-2.0/data/defaultNexuiz.cfg
   branches/nexuiz-2.0/data/qcsrc/client/sbar.qc
   branches/nexuiz-2.0/data/qcsrc/server/bots.qc
   branches/nexuiz-2.0/data/qcsrc/server/cl_impulse.qc
   branches/nexuiz-2.0/data/qcsrc/server/ctf.qc
   branches/nexuiz-2.0/data/qcsrc/server/sv_main.qc
   branches/nexuiz-2.0/data/qcsrc/server/w_common.qc
   branches/nexuiz-2.0/data/scripts/entities.def
   branches/nexuiz-2.0/misc/netradiant-NexuizPack/nexuiz.game/data/entities.def
Log:
r7516 | div0 | 2009-08-25 14:03:45 -0400 (Tue, 25 Aug 2009) | 2 lines
add tuba documentation ;)
r7517 | fruitiex | 2009-08-25 16:05:49 -0400 (Tue, 25 Aug 2009) | 2 lines
weapon accuracy stats cleanup patch by terencehill
r7518 | fruitiex | 2009-08-25 16:20:59 -0400 (Tue, 25 Aug 2009) | 2 lines
teams order patch by terencehill
r7519 | fruitiex | 2009-08-25 16:49:47 -0400 (Tue, 25 Aug 2009) | 2 lines
g_warmup_limit fix by terencehill + timeout slowmo value restoration correctly
r7520 | fruitiex | 2009-08-25 17:03:59 -0400 (Tue, 25 Aug 2009) | 2 lines
fix timer display in last minute of warmup mode
r7521 | fruitiex | 2009-08-25 17:08:32 -0400 (Tue, 25 Aug 2009) | 2 lines
more team cleanups by TH
r7522 | mand1nga | 2009-08-25 20:41:18 -0400 (Tue, 25 Aug 2009) | 1 line
Too much visual basic? ..
r7523 | mand1nga | 2009-08-25 20:56:41 -0400 (Tue, 25 Aug 2009) | 1 line
Fixed tracking of stats in warmup stage
r7524 | mand1nga | 2009-08-25 21:15:30 -0400 (Tue, 25 Aug 2009) | 1 line
Disabled bot jetpack navigation by default
r7525 | fruitiex | 2009-08-26 00:59:10 -0400 (Wed, 26 Aug 2009) | 2 lines
ctf speedrun impulse fix by TH


Modified: branches/nexuiz-2.0/.patchsets
===================================================================
--- branches/nexuiz-2.0/.patchsets	2009-08-27 10:41:40 UTC (rev 7541)
+++ branches/nexuiz-2.0/.patchsets	2009-08-27 10:47:02 UTC (rev 7542)
@@ -1,2 +1,2 @@
 master = svn://svn.icculus.org/nexuiz/trunk
-revisions_applied = 1-7513
+revisions_applied = 1-7513,7516-7525

Modified: branches/nexuiz-2.0/Docs/eventlog.txt
===================================================================
--- branches/nexuiz-2.0/Docs/eventlog.txt	2009-08-27 10:41:40 UTC (rev 7541)
+++ branches/nexuiz-2.0/Docs/eventlog.txt	2009-08-27 10:47:02 UTC (rev 7542)
@@ -71,8 +71,8 @@
     1 = No Team (Domination)
     5 = Red Team
    14 = Blue Team
+   13 = Yellow Team
    10 = Pink Team
-   13 = Yellow Team
 
 label flags:
    !! = primary sorting key

Modified: branches/nexuiz-2.0/Docs/mapping.txt
===================================================================
--- branches/nexuiz-2.0/Docs/mapping.txt	2009-08-27 10:41:40 UTC (rev 7541)
+++ branches/nexuiz-2.0/Docs/mapping.txt	2009-08-27 10:47:02 UTC (rev 7542)
@@ -147,8 +147,9 @@
 
 In order to get Domination working well in your map, you need to place dom_team
 and dom_controlpoint entites. You *must* have at least 3 dom_team entities - 2
-minimum teams and one blank one (empty netname and no team). You can have up
-to 4 teams (5 dom_team entities).
+minimum teams and one blank one (empty netname and no team). You can have up to
+4 teams (5 dom_team entities), and remember: if you set 3 teams, the third team
+must be the yellow one, according to the team order.
 
 Dom Team
 --------
@@ -199,20 +200,18 @@
 "model" "models/domination/dom_red.md3"
 }
 {
-"classname" "dom_team"
-"netname" "^6Pink Team"
-"cnt" "9"
+"netname" "^3Yellow Team"
+"cnt" "12"
 "noise" ""
 "noise1" "domination/claim.wav"
-"model" "models/domination/dom_pink.md3"
+"model" "models/domination/dom_yellow.md3"
 }
 {
-"classname" "dom_team"
-"netname" "^3Yellow Team"
-"cnt" "12"
+"netname" "^6Pink Team"
+"cnt" "9"
 "noise" ""
 "noise1" "domination/claim.wav"
-"model" "models/domination/dom_yellow.md3"
+"model" "models/domination/dom_pink.md3"
 }
 {
 "classname" "dom_controlpoint"
@@ -253,7 +252,7 @@
 
 
 As you can see in the example, there are 5 dom_team ents: one blank, Red, Blue,
-Pink and Yellow. Each control point has a different message (giving it a
+Yellow and Pink. Each control point has a different message (giving it a
 special name), and the one in the hallways gives 3 frags every 5 seconds
 instead of just one, making it more valuable.
 

Modified: branches/nexuiz-2.0/Docs/scorelog.txt
===================================================================
--- branches/nexuiz-2.0/Docs/scorelog.txt	2009-08-27 10:41:40 UTC (rev 7541)
+++ branches/nexuiz-2.0/Docs/scorelog.txt	2009-08-27 10:47:02 UTC (rev 7542)
@@ -35,8 +35,8 @@
 team colors:
    Red Team	=  5
    Blue Team	= 14
+   Yellow Team	= 13
    Pink Team	= 10
-   Yellow Team	= 13
 
    other team numbers may appear in free for all games
 

Copied: branches/nexuiz-2.0/Docs/tuba.png (from rev 7525, trunk/Docs/tuba.png)
===================================================================
(Binary files differ)

Copied: branches/nexuiz-2.0/Docs/tuba.svg (from rev 7525, trunk/Docs/tuba.svg)
===================================================================
--- branches/nexuiz-2.0/Docs/tuba.svg	                        (rev 0)
+++ branches/nexuiz-2.0/Docs/tuba.svg	2009-08-27 10:47:02 UTC (rev 7542)
@@ -0,0 +1,5669 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="744.09448819"
+   height="1052.3622047"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   sodipodi:docname="ink_ext_XXXXXX8Y7XUU.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     gridtolerance="10000"
+     guidetolerance="10"
+     objecttolerance="10"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.49497475"
+     inkscape:cx="845.58023"
+     inkscape:cy="894.18491"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:snap-global="true"
+     inkscape:window-width="1278"
+     inkscape:window-height="1000"
+     inkscape:window-x="0"
+     inkscape:window-y="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2383"
+       units="mm"
+       visible="true"
+       enabled="true"
+       spacingx="1mm"
+       spacingy="1mm" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <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:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <rect
+       style="opacity:1;fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect5141"
+       width="1523.6221"
+       height="60.236229"
+       x="60.236221"
+       y="124.01571"
+       inkscape:export-filename="/home/rpolzer/g4833.png"
+       inkscape:export-xdpi="69.919182"
+       inkscape:export-ydpi="69.919182" />
+    <g
+       id="g3459"
+       transform="translate(4.445474e-6,17.716541)">
+      <rect
+         y="113.38582"
+         x="70.866135"
+         height="17.716537"
+         width="7.086616"
+         id="rect3447"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="113.38582"
+         x="77.952751"
+         height="17.716537"
+         width="7.0866137"
+         id="rect3449"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="134.64566"
+         x="74.409447"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3451"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3453"
+         width="7.0866141"
+         height="7.0866141"
+         x="81.496056"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="74.409439"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3455"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3457"
+         width="7.0866141"
+         height="7.0866141"
+         x="67.32283"
+         y="141.73227" />
+    </g>
+    <g
+       id="g3577"
+       transform="translate(35.433085,17.716538)">
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3579"
+         width="7.086616"
+         height="17.716537"
+         x="70.866135"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3581"
+         width="7.0866137"
+         height="17.716537"
+         x="77.952751"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3583"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409447"
+         y="134.64566" />
+      <rect
+         y="141.73227"
+         x="81.496056"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3585"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3587"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409439"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="67.32283"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3589"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+    <g
+       transform="translate(70.866155,17.716538)"
+       id="g3591">
+      <rect
+         y="113.38582"
+         x="70.866135"
+         height="17.716537"
+         width="7.086616"
+         id="rect3593"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="113.38582"
+         x="77.952751"
+         height="17.716537"
+         width="7.0866137"
+         id="rect3595"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="134.64566"
+         x="74.409447"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3597"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3599"
+         width="7.0866141"
+         height="7.0866141"
+         x="81.496056"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="74.409439"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3601"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3603"
+         width="7.0866141"
+         height="7.0866141"
+         x="67.32283"
+         y="141.73227" />
+    </g>
+    <g
+       id="g3633"
+       transform="translate(177.16537,17.716536)">
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3635"
+         width="7.086616"
+         height="17.716537"
+         x="70.866135"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3637"
+         width="7.0866137"
+         height="17.716537"
+         x="77.952751"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3639"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409447"
+         y="134.64566" />
+      <rect
+         y="141.73227"
+         x="81.496056"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3641"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3643"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409439"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="67.32283"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3645"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+    <g
+       id="g3647"
+       transform="translate(212.59841,17.716538)">
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3649"
+         width="7.086616"
+         height="17.716537"
+         x="70.866135"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3651"
+         width="7.0866137"
+         height="17.716537"
+         x="77.952751"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3653"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409447"
+         y="134.64566" />
+      <rect
+         y="141.73227"
+         x="81.496056"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3655"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3657"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409439"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="67.32283"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3659"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+    <g
+       transform="translate(248.0315,17.716536)"
+       id="g3661">
+      <rect
+         y="113.38582"
+         x="70.866135"
+         height="17.716537"
+         width="7.086616"
+         id="rect3663"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="113.38582"
+         x="77.952751"
+         height="17.716537"
+         width="7.0866137"
+         id="rect3665"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="134.64566"
+         x="74.409447"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3667"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3669"
+         width="7.0866141"
+         height="7.0866141"
+         x="81.496056"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="74.409439"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3671"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3673"
+         width="7.0866141"
+         height="7.0866141"
+         x="67.32283"
+         y="141.73227" />
+    </g>
+    <g
+       id="g3675"
+       transform="translate(283.46457,17.716536)">
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3677"
+         width="7.086616"
+         height="17.716537"
+         x="70.866135"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3679"
+         width="7.0866137"
+         height="17.716537"
+         x="77.952751"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3681"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409447"
+         y="134.64566" />
+      <rect
+         y="141.73227"
+         x="81.496056"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3683"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3685"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409439"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="67.32283"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3687"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+    <g
+       transform="translate(318.89763,17.716536)"
+       id="g3689">
+      <rect
+         y="113.38582"
+         x="70.866135"
+         height="17.716537"
+         width="7.086616"
+         id="rect3691"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="113.38582"
+         x="77.952751"
+         height="17.716537"
+         width="7.0866137"
+         id="rect3693"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="134.64566"
+         x="74.409447"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3695"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3697"
+         width="7.0866141"
+         height="7.0866141"
+         x="81.496056"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="74.409439"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3699"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3701"
+         width="7.0866141"
+         height="7.0866141"
+         x="67.32283"
+         y="141.73227" />
+    </g>
+    <g
+       id="g3703"
+       transform="translate(354.33071,17.716533)">
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3705"
+         width="7.086616"
+         height="17.716537"
+         x="70.866135"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3707"
+         width="7.0866137"
+         height="17.716537"
+         x="77.952751"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3709"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409447"
+         y="134.64566" />
+      <rect
+         y="141.73227"
+         x="81.496056"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3711"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3713"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409439"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="67.32283"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3715"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+    <g
+       transform="translate(389.76378,17.716533)"
+       id="g3717">
+      <rect
+         y="113.38582"
+         x="70.866135"
+         height="17.716537"
+         width="7.086616"
+         id="rect3719"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="113.38582"
+         x="77.952751"
+         height="17.716537"
+         width="7.0866137"
+         id="rect3721"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="134.64566"
+         x="74.409447"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3723"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3725"
+         width="7.0866141"
+         height="7.0866141"
+         x="81.496056"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="74.409439"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3727"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3729"
+         width="7.0866141"
+         height="7.0866141"
+         x="67.32283"
+         y="141.73227" />
+    </g>
+    <g
+       transform="translate(425.19684,17.716538)"
+       id="g3731">
+      <rect
+         y="113.38582"
+         x="70.866135"
+         height="17.716537"
+         width="7.086616"
+         id="rect3733"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="113.38582"
+         x="77.952751"
+         height="17.716537"
+         width="7.0866137"
+         id="rect3735"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="134.64566"
+         x="74.409447"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3737"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3739"
+         width="7.0866141"
+         height="7.0866141"
+         x="81.496056"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="74.409439"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3741"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3743"
+         width="7.0866141"
+         height="7.0866141"
+         x="67.32283"
+         y="141.73227" />
+    </g>
+    <g
+       id="g3745"
+       transform="translate(460.62993,17.716536)">
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3747"
+         width="7.086616"
+         height="17.716537"
+         x="70.866135"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3749"
+         width="7.0866137"
+         height="17.716537"
+         x="77.952751"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3751"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409447"
+         y="134.64566" />
+      <rect
+         y="141.73227"
+         x="81.496056"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3753"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3755"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409439"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="67.32283"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3757"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+    <g
+       transform="translate(496.063,17.716536)"
+       id="g3759">
+      <rect
+         y="113.38582"
+         x="70.866135"
+         height="17.716537"
+         width="7.086616"
+         id="rect3761"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="113.38582"
+         x="77.952751"
+         height="17.716537"
+         width="7.0866137"
+         id="rect3763"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="134.64566"
+         x="74.409447"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3765"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3767"
+         width="7.0866141"
+         height="7.0866141"
+         x="81.496056"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="74.409439"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3769"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3771"
+         width="7.0866141"
+         height="7.0866141"
+         x="67.32283"
+         y="141.73227" />
+    </g>
+    <g
+       id="g3773"
+       transform="translate(531.49606,17.716536)">
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3775"
+         width="7.086616"
+         height="17.716537"
+         x="70.866135"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3777"
+         width="7.0866137"
+         height="17.716537"
+         x="77.952751"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3779"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409447"
+         y="134.64566" />
+      <rect
+         y="141.73227"
+         x="81.496056"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3781"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3783"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409439"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="67.32283"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3785"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+    <g
+       transform="translate(566.92914,17.716533)"
+       id="g3787">
+      <rect
+         y="113.38582"
+         x="70.866135"
+         height="17.716537"
+         width="7.086616"
+         id="rect3789"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="113.38582"
+         x="77.952751"
+         height="17.716537"
+         width="7.0866137"
+         id="rect3791"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="134.64566"
+         x="74.409447"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3793"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3795"
+         width="7.0866141"
+         height="7.0866141"
+         x="81.496056"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="74.409439"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3797"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3799"
+         width="7.0866141"
+         height="7.0866141"
+         x="67.32283"
+         y="141.73227" />
+    </g>
+    <g
+       id="g3801"
+       transform="translate(602.36221,17.716533)">
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3803"
+         width="7.086616"
+         height="17.716537"
+         x="70.866135"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3805"
+         width="7.0866137"
+         height="17.716537"
+         x="77.952751"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3807"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409447"
+         y="134.64566" />
+      <rect
+         y="141.73227"
+         x="81.496056"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3809"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3811"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409439"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="67.32283"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3813"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+    <g
+       id="g3815"
+       transform="translate(637.79526,17.716538)">
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3817"
+         width="7.086616"
+         height="17.716537"
+         x="70.866135"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3819"
+         width="7.0866137"
+         height="17.716537"
+         x="77.952751"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3821"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409447"
+         y="134.64566" />
+      <rect
+         y="141.73227"
+         x="81.496056"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3823"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3825"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409439"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="67.32283"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3827"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+    <g
+       transform="translate(673.22835,17.716536)"
+       id="g3829">
+      <rect
+         y="113.38582"
+         x="70.866135"
+         height="17.716537"
+         width="7.086616"
+         id="rect3831"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="113.38582"
+         x="77.952751"
+         height="17.716537"
+         width="7.0866137"
+         id="rect3833"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="134.64566"
+         x="74.409447"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3835"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3837"
+         width="7.0866141"
+         height="7.0866141"
+         x="81.496056"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="74.409439"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3839"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3841"
+         width="7.0866141"
+         height="7.0866141"
+         x="67.32283"
+         y="141.73227" />
+    </g>
+    <g
+       id="g3843"
+       transform="translate(708.66142,17.716536)">
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3845"
+         width="7.086616"
+         height="17.716537"
+         x="70.866135"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3847"
+         width="7.0866137"
+         height="17.716537"
+         x="77.952751"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3849"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409447"
+         y="134.64566" />
+      <rect
+         y="141.73227"
+         x="81.496056"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3851"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3853"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409439"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="67.32283"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3855"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+    <g
+       transform="translate(744.09448,17.716536)"
+       id="g3857">
+      <rect
+         y="113.38582"
+         x="70.866135"
+         height="17.716537"
+         width="7.086616"
+         id="rect3859"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="113.38582"
+         x="77.952751"
+         height="17.716537"
+         width="7.0866137"
+         id="rect3861"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="134.64566"
+         x="74.409447"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3863"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3865"
+         width="7.0866141"
+         height="7.0866141"
+         x="81.496056"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="74.409439"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3867"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3869"
+         width="7.0866141"
+         height="7.0866141"
+         x="67.32283"
+         y="141.73227" />
+    </g>
+    <g
+       id="g3871"
+       transform="translate(779.52756,17.716533)">
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3873"
+         width="7.086616"
+         height="17.716537"
+         x="70.866135"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3875"
+         width="7.0866137"
+         height="17.716537"
+         x="77.952751"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3877"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409447"
+         y="134.64566" />
+      <rect
+         y="141.73227"
+         x="81.496056"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3879"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3881"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409439"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="67.32283"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3883"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+    <g
+       transform="translate(814.96063,17.716533)"
+       id="g3885">
+      <rect
+         y="113.38582"
+         x="70.866135"
+         height="17.716537"
+         width="7.086616"
+         id="rect3887"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="113.38582"
+         x="77.952751"
+         height="17.716537"
+         width="7.0866137"
+         id="rect3889"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="134.64566"
+         x="74.409447"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3891"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3893"
+         width="7.0866141"
+         height="7.0866141"
+         x="81.496056"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="74.409439"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3895"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3897"
+         width="7.0866141"
+         height="7.0866141"
+         x="67.32283"
+         y="141.73227" />
+    </g>
+    <g
+       transform="translate(850.39369,17.716538)"
+       id="g3899">
+      <rect
+         y="113.38582"
+         x="70.866135"
+         height="17.716537"
+         width="7.086616"
+         id="rect3901"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="113.38582"
+         x="77.952751"
+         height="17.716537"
+         width="7.0866137"
+         id="rect3903"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="134.64566"
+         x="74.409447"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3905"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3907"
+         width="7.0866141"
+         height="7.0866141"
+         x="81.496056"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="74.409439"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3909"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3911"
+         width="7.0866141"
+         height="7.0866141"
+         x="67.32283"
+         y="141.73227" />
+    </g>
+    <g
+       id="g3913"
+       transform="translate(885.82678,17.716536)">
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3915"
+         width="7.086616"
+         height="17.716537"
+         x="70.866135"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3917"
+         width="7.0866137"
+         height="17.716537"
+         x="77.952751"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3919"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409447"
+         y="134.64566" />
+      <rect
+         y="141.73227"
+         x="81.496056"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3921"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3923"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409439"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="67.32283"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3925"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+    <g
+       id="g3941"
+       transform="translate(956.69291,17.716536)">
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3943"
+         width="7.086616"
+         height="17.716537"
+         x="70.866135"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3945"
+         width="7.0866137"
+         height="17.716537"
+         x="77.952751"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3947"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409447"
+         y="134.64566" />
+      <rect
+         y="141.73227"
+         x="81.496056"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3949"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3951"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409439"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="67.32283"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3953"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+    <g
+       transform="translate(992.12599,17.716533)"
+       id="g3955">
+      <rect
+         y="113.38582"
+         x="70.866135"
+         height="17.716537"
+         width="7.086616"
+         id="rect3957"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="113.38582"
+         x="77.952751"
+         height="17.716537"
+         width="7.0866137"
+         id="rect3959"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="134.64566"
+         x="74.409447"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3961"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3963"
+         width="7.0866141"
+         height="7.0866141"
+         x="81.496056"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="74.409439"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3965"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3967"
+         width="7.0866141"
+         height="7.0866141"
+         x="67.32283"
+         y="141.73227" />
+    </g>
+    <g
+       id="g3969"
+       transform="translate(1027.5591,17.716533)">
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3971"
+         width="7.086616"
+         height="17.716537"
+         x="70.866135"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3973"
+         width="7.0866137"
+         height="17.716537"
+         x="77.952751"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3975"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409447"
+         y="134.64566" />
+      <rect
+         y="141.73227"
+         x="81.496056"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3977"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3979"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409439"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="67.32283"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3981"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+    <g
+       id="g3983"
+       transform="translate(1062.9921,17.716532)">
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3985"
+         width="7.086616"
+         height="17.716537"
+         x="70.866135"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3987"
+         width="7.0866137"
+         height="17.716537"
+         x="77.952751"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3989"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409447"
+         y="134.64566" />
+      <rect
+         y="141.73227"
+         x="81.496056"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3991"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3993"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409439"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="67.32283"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect3995"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4067"
+       width="7.0866032"
+       height="7.0866122"
+       x="67.322845"
+       y="170.07872" />
+    <g
+       id="g5059"
+       inkscape:export-filename="/home/rpolzer/g4833.png"
+       inkscape:export-xdpi="69.919182"
+       inkscape:export-ydpi="69.919182">
+      <path
+         id="path2385"
+         d="M 35.713072,25.08309 L 1686.9741,25.08309"
+         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.55992639px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+      <path
+         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.55992639px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="M 35.713068,32.113714 L 1686.9741,32.113714"
+         id="path2387" />
+      <path
+         id="path2389"
+         d="M 35.713058,39.144334 L 1686.9741,39.144334"
+         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.55992639px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+      <path
+         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.55992639px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="M 35.713052,46.174955 L 1686.9741,46.174955"
+         id="path2391" />
+      <path
+         id="path2393"
+         d="M 35.713044,53.205577 L 1686.9741,53.205577"
+         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.55992639px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+      <path
+         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.55992639px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="M 35.713037,67.26682 L 1686.9741,67.26682"
+         id="path2395" />
+      <path
+         id="path2397"
+         d="M 35.713027,74.297442 L 1686.9741,74.297442"
+         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.55992639px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+      <path
+         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.55992639px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="M 35.713023,81.328063 L 1686.9741,81.328063"
+         id="path2399" />
+      <path
+         id="path2401"
+         d="M 35.713015,88.358683 L 1686.9741,88.358683"
+         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.55992639px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+      <path
+         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.55992639px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="M 35.713007,95.389306 L 1686.9741,95.389306"
+         id="path2403" />
+      <path
+         d="M 47.07474,43.759089 C 52.660116,40.442597 49.673231,42.265407 48.42648,43.111895 C 47.281264,43.774783 46.123331,44.416171 44.990832,45.10056 C 44.009756,45.693441 46.976623,43.95481 47.972119,43.386473 C 48.038707,43.348457 47.844329,43.471459 47.777746,43.509485 C 46.089525,44.473643 45.423755,45.290789 43.927449,45.537326 C 43.495326,45.467101 43.054151,45.427519 42.629979,45.318413 C 41.967957,45.185521 41.312475,45.025797 40.644546,44.922101 C 40.076438,44.802913 39.662813,44.46632 39.670442,43.863319 C 39.805257,43.358282 40.010957,42.871545 40.189224,42.378816 C 40.37741,41.880022 40.45019,41.354607 40.489111,40.826362 C 40.464627,40.2806 40.637,39.869291 41.002098,39.476851 C 42.159312,38.221936 43.593446,37.7916 45.156604,36.810344 C 46.132982,36.197432 43.158534,37.96083 42.159499,38.536074 C 43.749548,37.29196 45.316808,36.672417 47.065378,35.962241 C 47.651949,35.723527 48.273228,35.622641 48.900445,35.573448 C 49.420381,35.543649 49.941466,35.548604 50.462013,35.550295 C 51.039875,35.555122 51.616923,35.533677 52.191109,35.603949 C 52.916279,35.691171 53.646218,35.740064 54.342689,35.972153 C 55.00013,36.259949 55.570776,36.708574 55.98755,37.290749 C 56.400371,37.900628 56.692096,38.579516 56.933173,39.272348 C 57.124597,39.917667 57.184716,40.588551 57.216211,41.257662 C 57.234092,41.783502 57.229753,42.309754 57.227806,42.835796 C 57.22104,43.327629 57.251846,43.819693 57.171767,44.306621 C 57.120725,44.749516 56.893494,45.130226 56.717904,45.52995 C 56.464096,46.194291 56.261995,46.87706 56.053732,47.55667 C 55.870123,48.173421 55.632256,48.767636 55.306135,49.322355 C 54.96746,49.778624 54.576701,50.201743 54.147851,50.574825 C 53.013538,51.228428 51.878046,51.879988 50.744914,52.535636 C 50.280357,52.804436 49.763292,52.805989 49.235219,52.839591 C 48.140342,52.880114 47.044403,52.886618 45.948887,52.896876 C 45.290958,52.936959 44.642426,53.138836 43.982336,53.077677 C 42.3925,52.792756 40.856316,52.239233 39.303764,51.797212 C 37.823063,51.429052 36.362288,50.977417 34.857195,50.716263 C 34.159596,50.597911 33.629873,50.339355 33.083941,49.897557 C 32.577015,49.426107 32.508831,48.769281 32.456743,48.116375 C 32.453085,48.040692 32.420423,47.43664 32.431533,47.368883 C 32.552612,46.630485 33.045801,45.957846 33.420744,45.330606 C 33.936072,44.45696 34.444871,43.577048 34.908035,42.674333 C 35.250686,41.928871 35.579144,41.182443 35.987674,40.469876 C 36.301042,39.872103 36.653212,39.298701 37.01027,38.726385 C 37.410453,37.996714 37.979195,37.391481 38.559182,36.803263 C 39.224933,36.109222 40.025671,35.578833 40.824729,35.054426 C 41.517913,34.604139 42.184665,34.117804 42.843805,33.619793 C 44.220657,32.572284 45.779109,31.838058 47.259086,30.935789 C 48.248335,30.332692 45.250516,32.091214 44.246231,32.668927 C 45.452527,31.899636 45.644676,31.772754 47.823639,30.630455 C 48.860582,30.086848 43.769241,32.974002 44.773638,32.372383 C 45.887345,31.705289 47.019459,31.069237 48.151634,30.433991 C 49.168164,29.863631 46.133464,31.600889 45.120588,32.177714 C 45.048921,32.218528 45.258613,32.087399 45.327626,32.042241 C 46.984962,30.477798 48.66601,28.937651 50.388298,27.444388 C 53.493427,24.688586 56.710882,22.063706 59.78399,19.271249 C 59.907016,19.16258 61.57118,17.630543 61.372182,17.345537 C 61.360514,17.328825 60.890059,17.265964 60.884936,17.26522 C 59.886205,17.182211 58.881202,17.223554 57.880529,17.24734 C 56.955594,17.272992 56.030377,17.27754 55.105179,17.28424 C 54.443557,17.240572 53.872969,17.31529 53.232092,17.439206 C 53.066777,17.562476 52.850539,17.584854 52.670921,17.671397 C 52.492908,17.757167 52.357815,17.859047 52.16521,17.924983 C 51.062048,18.727358 52.157618,17.922508 55.055484,16.282568 C 55.130451,16.240143 54.914865,16.382099 54.844922,16.432378 C 54.563746,16.634505 54.322623,16.843442 54.079504,17.090674 C 53.184135,18.016964 52.624402,19.196769 51.987965,20.30221 C 51.329655,21.456592 50.806354,22.676838 50.359288,23.925828 C 50.063351,24.698519 49.961162,25.518793 49.836025,26.330859 C 49.763245,27.093253 49.64247,27.86742 49.660383,28.635745 C 49.680821,29.512349 49.88276,30.38726 50.045168,31.244752 C 50.258566,32.436104 50.559592,33.609804 50.74046,34.806767 C 50.900223,36.148357 50.856124,37.502404 50.860382,38.850595 C 50.86027,40.26887 50.875506,41.687068 50.885522,43.105284 C 50.804264,44.026241 50.598392,44.928492 50.490163,45.84686 C 50.448277,46.650187 50.324497,47.444761 50.242283,48.244217 C 50.215548,48.740716 50.056269,49.232132 50.04839,49.729914 C 50.038791,50.336401 50.225225,50.954095 50.350501,51.541151 C 50.619425,52.53649 50.578642,53.563072 50.505958,54.579532 C 50.399898,55.193732 50.304487,55.810674 50.193173,56.424086 C 50.087108,56.9089 49.939713,57.38125 49.717477,57.825283 C 49.497447,58.19404 49.254895,58.549598 49.055123,58.929866 C 48.853871,59.244822 48.571663,59.504033 48.286685,59.743123 C 47.625628,57.287287 45.931147,61.889194 44.543944,61.673918 C 44.385216,61.649285 44.237779,61.57661 44.084566,61.528369 C 43.546917,61.359087 43.017429,61.169466 42.482049,60.993105 C 41.682364,60.726438 40.839126,60.622501 40.054355,60.311716 C 39.360441,59.85651 38.729086,59.362779 38.301984,58.64297 C 38.017436,58.030827 38.056233,57.398775 38.304752,56.787489 C 39.105489,55.390796 41.133491,54.38675 42.457349,54.062762 C 42.757127,54.046583 43.090769,53.935872 43.392406,53.986897 C 43.436354,53.994331 43.876046,54.159355 43.9238,54.177047 C 44.340491,54.378178 44.742804,54.827864 44.381801,55.262886 C 43.311097,56.295632 44.339416,55.324745 40.864754,57.330204 C 40.615824,57.473878 40.410078,57.563322 40.125644,57.624278 C 39.896681,57.665898 39.664311,57.678093 39.432518,57.691639 L 42.438871,55.464617 C 42.659251,55.43629 42.880428,55.409229 43.091402,55.334904 C 43.279892,55.26074 43.445241,55.16984 43.623785,55.075874 C 43.680533,55.046009 43.852168,54.959447 43.796919,54.992002 C 40.850243,56.728345 39.682885,57.259754 40.908917,56.695366 C 40.948597,56.665239 40.981213,56.622223 41.027956,56.604983 C 41.09168,56.58148 41.210265,56.634465 41.228522,56.569045 C 41.271008,56.416805 40.901278,56.318567 40.834296,56.278063 C 40.390585,56.158857 39.93596,56.206069 39.507047,56.372515 C 38.302488,57.01068 39.182637,56.547664 42.351441,54.694197 C 42.408998,54.660531 42.233927,54.758321 42.180905,54.798753 C 42.010517,54.92868 41.836999,55.067482 41.703493,55.235672 C 41.423853,55.779316 41.280909,56.174207 41.528178,56.779566 C 41.897107,57.433858 42.47871,57.895114 43.147078,58.22973 C 43.92624,58.502815 44.739768,58.658697 45.519767,58.93042 C 46.039554,59.101502 46.575846,59.324453 47.11935,59.409662 C 48.404232,59.611104 50.812861,57.494538 44.78822,61.097983 C 45.127752,60.954429 45.339212,60.665414 45.625486,60.444656 C 45.878334,60.097154 46.0373,59.682667 46.295948,59.335006 C 46.58888,58.959082 46.699704,58.495194 46.825649,58.042544 C 47.000473,57.456621 47.002835,56.826781 47.180185,56.238231 C 47.279896,55.250002 47.394198,54.245341 47.129066,53.270991 C 46.991799,52.659359 46.770311,51.995101 46.747804,51.364893 C 46.730339,50.87589 46.903035,50.379998 46.928936,49.893671 C 46.996824,49.090708 47.124611,48.29565 47.172831,47.491088 C 47.26866,46.576805 47.44918,45.678549 47.60897,44.774174 C 47.623054,43.348196 47.644198,41.92219 47.635218,40.496094 C 47.625083,39.172721 47.614115,37.845924 47.477,36.528377 C 47.315175,35.326268 47.038727,34.14383 46.854643,32.944994 C 46.694287,32.066375 46.471749,31.161056 46.42804,30.266468 C 46.39065,29.501199 46.524599,28.728175 46.520003,27.962854 C 46.625043,27.126181 46.715868,26.279648 47.016877,25.485471 C 47.480758,24.211432 48.023836,22.970017 48.676689,21.779843 C 49.192361,20.852878 49.740031,19.677474 50.370625,18.83934 C 50.455261,18.72685 50.562745,18.633527 50.658805,18.530621 C 51.777935,17.146615 53.586547,16.363847 55.109155,15.602221 C 55.46224,15.424649 55.826723,15.257283 56.218562,15.186758 C 56.841865,15.082005 57.468031,15.099713 58.098633,15.107025 C 59.018231,15.104276 59.937776,15.091443 60.857233,15.075532 C 61.884803,15.058891 62.923487,14.993982 63.941979,15.163174 C 64.084053,15.21428 64.24035,15.236173 64.368201,15.316491 C 65.563387,16.067328 63.409642,17.495608 62.99568,17.961413 C 59.874511,20.723082 56.651814,23.36779 53.55649,26.158239 C 51.911158,27.587252 50.298807,29.064738 48.793116,30.640683 C 47.725248,31.781916 48.700449,30.776339 45.230286,32.78576 C 44.216343,33.37289 49.312519,30.485143 48.27405,31.027714 C 47.410838,31.478717 40.595289,35.466244 47.919434,31.210671 C 47.979859,31.175562 47.796531,31.277233 47.735079,31.310515 C 46.606329,31.968251 45.47852,32.627606 44.348828,33.283725 C 43.354813,33.861043 46.332972,32.122402 47.328049,31.546916 C 47.404929,31.502454 47.176117,31.639211 47.103634,31.69053 C 46.835566,31.880326 46.565406,32.062028 46.297032,32.25235 C 45.615935,32.729201 44.976737,33.265874 44.270599,33.708697 C 43.474123,34.233276 42.642141,34.721276 41.960785,35.397705 C 41.383905,35.9468 40.825438,36.527256 40.417477,37.216876 C 40.076126,37.804038 39.667153,38.348097 39.378693,38.965435 C 38.947697,39.663236 38.597878,40.39724 38.277054,41.151311 C 37.821489,42.071958 37.294194,42.955398 36.778135,43.842867 C 36.490471,44.318863 36.197238,44.791722 35.935942,45.283008 C 35.866843,45.412926 35.772248,45.534089 35.736478,45.676825 C 35.72956,45.704433 35.754657,46.365066 35.756025,46.403989 C 35.794284,46.947849 35.804837,47.521487 36.240933,47.909808 C 36.737422,48.283326 37.281971,48.484316 37.891799,48.601372 C 39.357342,48.931617 40.781603,49.415738 42.236364,49.788342 C 43.801735,50.233503 45.378295,50.768985 47.009671,50.890285 C 47.654511,50.858926 48.290728,50.723626 48.938097,50.723649 C 50.028407,50.727142 51.121037,50.731292 52.208113,50.635782 C 52.492481,50.599117 52.723248,50.581505 52.996987,50.504321 C 54.173215,50.172669 56.601267,47.985796 50.66825,51.94896 C 51.155255,51.670181 51.488488,51.207932 51.889334,50.824433 C 52.25061,50.309604 52.506211,49.740552 52.700227,49.142976 C 52.903358,48.463938 53.101827,47.781453 53.331642,47.111786 C 53.449062,46.699594 53.711347,46.358695 53.801729,45.941034 C 53.91256,45.474555 53.906936,45.010521 53.896728,44.531221 C 53.899389,44.008651 53.90508,43.486029 53.898125,42.963472 C 53.882112,42.326129 53.849111,41.684482 53.677489,41.066657 C 53.461998,40.403102 53.177661,39.762142 52.782546,39.184287 C 52.407195,38.66627 51.870025,38.283591 51.264967,38.07289 C 50.579474,37.888565 49.871511,37.835964 49.167506,37.762409 C 48.591256,37.737201 48.014528,37.753069 47.437807,37.747022 C 46.925772,37.747611 46.412496,37.746473 45.902487,37.798341 C 45.296416,37.874628 44.704203,38.015972 44.142775,38.262974 C 42.737039,38.833965 39.856262,40.259662 45.643553,37.173811 C 38.087165,41.601843 43.897363,38.194109 45.225158,37.426785 C 45.296813,37.385376 45.087477,37.518682 45.017609,37.56304 C 44.814405,37.692049 44.801652,37.675092 44.628121,37.85049 C 44.566404,37.912871 44.513513,37.983408 44.456209,38.049867 C 44.098618,38.368611 43.782777,38.622337 43.82908,39.1508 C 43.800045,39.708324 43.746244,40.266835 43.567704,40.799629 C 43.402954,41.276354 43.247915,41.756308 43.043041,42.215287 C 43.012587,42.280723 42.940045,42.348479 42.963582,42.416709 C 43.056255,42.685349 43.473074,42.726703 43.690521,42.786454 C 44.360917,42.910104 45.025954,43.061037 45.696531,43.183942 C 46.091535,43.243728 46.507291,43.34905 46.903338,43.264721 C 47.037341,43.220402 47.419211,43.038598 47.297524,43.110104 C 46.297228,43.6979 45.288958,44.27202 44.285757,44.854845 C 44.218877,44.8937 44.421668,44.780916 44.488531,44.742031 C 45.624439,44.081427 46.761366,43.422549 47.894033,42.756401 C 48.870849,42.181912 45.935399,43.896836 44.956083,44.467053 C 46.611327,43.414845 48.193192,42.252798 49.98207,41.406923 L 47.07474,43.759089 z"
+         id="path2405"
+         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <path
+         d="M 37.547474,78.147405 C 37.987561,77.60675 38.488834,77.122562 38.913812,76.569814 C 39.287995,76.121701 39.376768,75.553112 39.53149,75.010322 C 39.626908,74.594194 39.92184,74.320314 40.208684,74.030601 C 40.349503,73.915181 40.50174,73.801176 40.660181,73.710316 C 51.831738,67.303866 33.192852,78.009255 44.3514,71.603851 C 43.335923,72.188216 42.323704,72.778278 41.30497,73.356945 C 41.25191,73.387084 41.400791,73.280675 41.453502,73.24993 C 42.57065,72.598338 43.704617,71.975472 44.813781,71.310381 C 45.817541,70.708493 42.786367,72.480363 41.769761,73.060291 C 41.71597,73.090976 41.871261,72.988994 41.925036,72.95828 C 43.048638,72.316545 44.176055,71.681516 45.301564,71.043133 C 35.064967,76.897978 53.174745,66.541228 43.073658,72.348577 C 44.256268,71.501452 43.545324,72.003369 46.582571,70.301681 C 46.641356,70.268746 46.715833,70.275958 46.777975,70.249904 C 46.961768,70.172847 47.108515,70.077916 47.304892,70.019742 C 47.64603,69.79214 48.058468,69.703815 48.446391,69.58243 C 48.826259,69.316 49.268947,69.232273 49.720024,69.181795 C 50.200714,69.095573 50.649973,69.189921 51.117337,69.285795 C 51.493719,69.446934 51.873776,69.579481 52.1998,69.832485 C 52.637078,70.157952 52.9168,70.662963 53.246347,71.091732 C 53.658574,71.604377 53.92592,72.185812 54.079475,72.820945 C 54.127673,73.294289 54.246305,73.753611 54.33341,74.220215 C 54.46869,74.733797 54.344094,75.191955 54.191145,75.68129 C 53.985251,76.327007 53.689935,76.93771 53.412842,77.554542 C 53.047467,78.478789 52.584601,79.35654 52.072471,80.206502 C 51.788046,80.711473 51.442391,81.177325 51.146354,81.674935 C 50.803426,82.293705 50.422712,82.889914 50.030875,83.478524 C 49.663889,83.942735 49.454125,84.495755 49.196592,85.021397 C 48.823758,85.74301 48.283755,86.357962 47.79006,86.997315 C 47.474332,87.429135 47.098845,87.814223 46.802001,88.259367 C 46.599124,88.578269 46.350799,88.860531 46.110254,89.150152 C 45.699401,89.580903 45.395728,90.090065 45.061081,90.578209 C 44.663108,91.122333 44.278475,91.674617 43.851017,92.196294 C 43.50524,92.607649 43.121198,92.987502 42.712706,93.336252 L 39.259227,94.699878 C 39.720493,94.42733 40.081309,94.021029 40.451109,93.638827 C 40.890103,93.131431 41.278843,92.590007 41.674675,92.049471 C 42.019059,91.574163 42.27931,91.045973 42.677149,90.61388 C 42.911717,90.318447 43.175715,90.05494 43.377659,89.737264 C 43.702595,89.343059 43.306397,89.842168 43.627636,89.368987 C 43.852836,89.03727 44.180463,88.777496 44.41337,88.450399 C 44.885124,87.816825 45.437247,87.233482 45.822626,86.541344 C 46.112443,86.017219 46.275926,85.430273 46.639424,84.947414 C 47.067727,84.399358 47.418613,83.793413 47.762506,83.189712 C 48.033004,82.657905 48.395804,82.193827 48.709174,81.688552 C 49.250046,80.865286 49.750113,80.014415 50.096681,79.088307 C 50.31336,78.469173 50.611689,77.887255 50.833785,77.26974 C 50.962025,76.82971 51.168338,76.438592 51.043455,75.970414 C 50.964412,75.505176 50.833761,75.050678 50.810674,74.576975 C 50.693439,73.984127 50.461857,73.445592 50.065893,72.980672 C 49.762708,72.572653 49.477158,72.125936 49.047119,71.839007 C 48.741979,71.649426 48.40511,71.512467 48.058953,71.417993 C 47.619409,71.334588 47.184875,71.327928 46.743226,71.41821 C 46.30696,71.511575 45.916195,71.696677 45.506444,71.866209 C 45.118301,72.003132 44.73504,72.139482 44.365121,72.320352 C 44.190887,72.399995 44.014455,72.474709 43.840531,72.553926 C 43.782593,72.580315 43.616508,72.674918 43.671445,72.642744 C 46.963617,70.714669 47.677814,70.258271 46.549368,70.975038 C 45.435778,71.629175 44.322714,72.284207 43.208598,72.937447 C 42.917533,73.108108 43.178503,72.955116 42.87365,73.104284 C 42.817055,73.131976 42.653148,73.226295 42.707649,73.194682 C 45.684518,71.467914 48.056847,70.113579 42.378846,73.368241 C 43.389626,72.783438 44.401313,72.200196 45.411188,71.61383 C 45.463825,71.583268 45.303268,71.670235 45.250629,71.700794 C 44.133582,72.349288 43.017666,72.999731 41.902204,73.650947 C 40.892643,74.240337 43.921567,72.472572 44.932926,71.886272 C 44.984906,71.856138 44.83127,71.950351 44.780442,71.98239 C 43.66738,72.637106 42.554319,73.291822 41.441257,73.946538 C 49.244579,69.438053 41.45543,73.943643 41.112664,74.118832 C 40.072446,74.650494 43.135597,72.949799 44.14526,72.362177 C 44.463069,72.177212 43.411229,72.849757 43.673999,72.630621 C 43.373534,72.836106 43.08263,73.110223 42.890847,73.418128 C 42.717826,73.987462 42.633989,74.597653 42.310229,75.106366 C 41.900441,75.665108 41.423011,76.148845 40.981012,76.680467 L 37.547474,78.147405 z"
+         id="path3177"
+         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <path
+         d="M 58.003256,70.028751 C 58.454202,70.22534 58.952911,70.371734 59.447045,70.326793 C 59.785421,70.302081 60.095851,70.205643 60.377866,70.016971 L 57.448104,72.353089 C 57.117066,72.455815 56.785028,72.53016 56.434304,72.507263 C 55.895365,72.444054 55.367634,72.31085 54.870416,72.090048 L 58.003256,70.028751 z"
+         id="path3179"
+         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <path
+         d="M 57.202229,76.404502 C 57.712393,76.437277 58.223831,76.448933 58.734875,76.460164 C 59.158055,76.346326 59.593458,76.306686 60.024413,76.238506 L 57.028489,78.476653 C 56.593336,78.523502 56.166306,78.64478 55.726372,78.635075 C 55.224767,78.622277 54.712476,78.576219 54.216631,78.665032 L 57.202229,76.404502 z"
+         id="path3181"
+         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <path
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z"
+         sodipodi:ry="3.5433071"
+         sodipodi:rx="7.0866141"
+         sodipodi:cy="99.212578"
+         sodipodi:cx="77.952759"
+         id="path3183"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         sodipodi:type="arc" />
+      <text
+         id="text3185"
+         y="106.29919"
+         x="56.692913"
+         style="font-size:18px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Serif;-inkscape-font-specification:Bitstream Vera Serif"
+         xml:space="preserve"><tspan
+           y="106.29919"
+           x="56.692913"
+           id="tspan3187"
+           sodipodi:role="line">#</tspan></text>
+      <path
+         transform="translate(35.433068,-3.543309)"
+         sodipodi:type="arc"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="path3189"
+         sodipodi:cx="77.952759"
+         sodipodi:cy="99.212578"
+         sodipodi:rx="7.0866141"
+         sodipodi:ry="3.5433071"
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z" />
+      <path
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z"
+         sodipodi:ry="3.5433071"
+         sodipodi:rx="7.0866141"
+         sodipodi:cy="99.212578"
+         sodipodi:cx="77.952759"
+         id="path3195"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         sodipodi:type="arc"
+         transform="translate(70.866139,-3.543292)" />
+      <text
+         id="text3197"
+         y="102.75589"
+         x="127.55905"
+         style="font-size:18px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Serif;-inkscape-font-specification:Bitstream Vera Serif"
+         xml:space="preserve"><tspan
+           y="102.75589"
+           x="127.55905"
+           id="tspan3199"
+           sodipodi:role="line">#</tspan></text>
+      <path
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z"
+         sodipodi:ry="3.5433071"
+         sodipodi:rx="7.0866141"
+         sodipodi:cy="99.212578"
+         sodipodi:cx="77.952759"
+         id="path3201"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         sodipodi:type="arc"
+         transform="translate(106.29921,-7.086632)" />
+      <path
+         transform="translate(141.73228,-7.086616)"
+         sodipodi:type="arc"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="path3203"
+         sodipodi:cx="77.952759"
+         sodipodi:cy="99.212578"
+         sodipodi:rx="7.0866141"
+         sodipodi:ry="3.5433071"
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z" />
+      <text
+         xml:space="preserve"
+         style="font-size:18px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Serif;-inkscape-font-specification:Bitstream Vera Serif"
+         x="198.42519"
+         y="99.212547"
+         id="text3205"><tspan
+           sodipodi:role="line"
+           id="tspan3207"
+           x="198.42519"
+           y="99.212547">#</tspan></text>
+      <path
+         transform="translate(177.16535,-10.629923)"
+         sodipodi:type="arc"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="path3209"
+         sodipodi:cx="77.952759"
+         sodipodi:cy="99.212578"
+         sodipodi:rx="7.0866141"
+         sodipodi:ry="3.5433071"
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z" />
+      <path
+         transform="translate(212.59842,-14.173247)"
+         sodipodi:type="arc"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="path3211"
+         sodipodi:cx="77.952759"
+         sodipodi:cy="99.212578"
+         sodipodi:rx="7.0866141"
+         sodipodi:ry="3.5433071"
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z" />
+      <path
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z"
+         sodipodi:ry="3.5433071"
+         sodipodi:rx="7.0866141"
+         sodipodi:cy="99.212578"
+         sodipodi:cx="77.952759"
+         id="path3213"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         sodipodi:type="arc"
+         transform="translate(248.03149,-14.17323)" />
+      <text
+         id="text3215"
+         y="92.125954"
+         x="304.7244"
+         style="font-size:18px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Serif;-inkscape-font-specification:Bitstream Vera Serif"
+         xml:space="preserve"><tspan
+           y="92.125954"
+           x="304.7244"
+           id="tspan3217"
+           sodipodi:role="line">#</tspan></text>
+      <path
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z"
+         sodipodi:ry="3.5433071"
+         sodipodi:rx="7.0866141"
+         sodipodi:cy="99.212578"
+         sodipodi:cx="77.952759"
+         id="path3219"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         sodipodi:type="arc"
+         transform="translate(283.46458,-17.716538)" />
+      <path
+         transform="translate(318.89765,-17.716521)"
+         sodipodi:type="arc"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="path3221"
+         sodipodi:cx="77.952759"
+         sodipodi:cy="99.212578"
+         sodipodi:rx="7.0866141"
+         sodipodi:ry="3.5433071"
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z" />
+      <text
+         xml:space="preserve"
+         style="font-size:18px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Serif;-inkscape-font-specification:Bitstream Vera Serif"
+         x="375.59055"
+         y="88.582657"
+         id="text3223"><tspan
+           sodipodi:role="line"
+           id="tspan3225"
+           x="375.59055"
+           y="88.582657">#</tspan></text>
+      <path
+         transform="translate(354.33073,-21.259847)"
+         sodipodi:type="arc"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="path3227"
+         sodipodi:cx="77.952759"
+         sodipodi:cy="99.212578"
+         sodipodi:rx="7.0866141"
+         sodipodi:ry="3.5433071"
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z" />
+      <path
+         transform="translate(425.1969,-24.803135)"
+         sodipodi:type="arc"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="path3271"
+         sodipodi:cx="77.952759"
+         sodipodi:cy="99.212578"
+         sodipodi:rx="7.0866141"
+         sodipodi:ry="3.5433071"
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z" />
+      <text
+         xml:space="preserve"
+         style="font-size:18px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Serif;-inkscape-font-specification:Bitstream Vera Serif"
+         x="481.88983"
+         y="81.496048"
+         id="text3273"><tspan
+           sodipodi:role="line"
+           id="tspan3275"
+           x="481.88983"
+           y="81.496048">#</tspan></text>
+      <path
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z"
+         sodipodi:ry="3.5433071"
+         sodipodi:rx="7.0866141"
+         sodipodi:cy="99.212578"
+         sodipodi:cx="77.952759"
+         id="path3277"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         sodipodi:type="arc"
+         transform="translate(460.62997,-28.346444)" />
+      <path
+         transform="translate(496.06304,-28.346427)"
+         sodipodi:type="arc"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="path3279"
+         sodipodi:cx="77.952759"
+         sodipodi:cy="99.212578"
+         sodipodi:rx="7.0866141"
+         sodipodi:ry="3.5433071"
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z" />
+      <text
+         xml:space="preserve"
+         style="font-size:18px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Serif;-inkscape-font-specification:Bitstream Vera Serif"
+         x="552.75598"
+         y="77.952751"
+         id="text3281"><tspan
+           sodipodi:role="line"
+           id="tspan3283"
+           x="552.75598"
+           y="77.952751">#</tspan></text>
+      <path
+         transform="translate(531.49611,-31.889767)"
+         sodipodi:type="arc"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="path3285"
+         sodipodi:cx="77.952759"
+         sodipodi:cy="99.212578"
+         sodipodi:rx="7.0866141"
+         sodipodi:ry="3.5433071"
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z" />
+      <path
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z"
+         sodipodi:ry="3.5433071"
+         sodipodi:rx="7.0866141"
+         sodipodi:cy="99.212578"
+         sodipodi:cx="77.952759"
+         id="path3287"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         sodipodi:type="arc"
+         transform="translate(566.92918,-31.889751)" />
+      <text
+         id="text3289"
+         y="74.409409"
+         x="623.62207"
+         style="font-size:18px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Serif;-inkscape-font-specification:Bitstream Vera Serif"
+         xml:space="preserve"><tspan
+           y="74.409409"
+           x="623.62207"
+           id="tspan3291"
+           sodipodi:role="line">#</tspan></text>
+      <path
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z"
+         sodipodi:ry="3.5433071"
+         sodipodi:rx="7.0866141"
+         sodipodi:cy="99.212578"
+         sodipodi:cx="77.952759"
+         id="path3293"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         sodipodi:type="arc"
+         transform="translate(602.36225,-35.433058)" />
+      <path
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z"
+         sodipodi:ry="3.5433071"
+         sodipodi:rx="7.0866141"
+         sodipodi:cy="99.212578"
+         sodipodi:cx="77.952759"
+         id="path3295"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         sodipodi:type="arc"
+         transform="translate(637.79532,-38.976382)" />
+      <path
+         transform="translate(673.22839,-38.976365)"
+         sodipodi:type="arc"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="path3297"
+         sodipodi:cx="77.952759"
+         sodipodi:cy="99.212578"
+         sodipodi:rx="7.0866141"
+         sodipodi:ry="3.5433071"
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z" />
+      <text
+         xml:space="preserve"
+         style="font-size:18px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Serif;-inkscape-font-specification:Bitstream Vera Serif"
+         x="729.92126"
+         y="67.322815"
+         id="text3299"><tspan
+           sodipodi:role="line"
+           id="tspan3301"
+           x="729.92126"
+           y="67.322815">#</tspan></text>
+      <path
+         transform="translate(708.66148,-42.519673)"
+         sodipodi:type="arc"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="path3303"
+         sodipodi:cx="77.952759"
+         sodipodi:cy="99.212578"
+         sodipodi:rx="7.0866141"
+         sodipodi:ry="3.5433071"
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z" />
+      <path
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z"
+         sodipodi:ry="3.5433071"
+         sodipodi:rx="7.0866141"
+         sodipodi:cy="99.212578"
+         sodipodi:cx="77.952759"
+         id="path3305"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         sodipodi:type="arc"
+         transform="translate(744.09455,-42.519656)" />
+      <text
+         id="text3307"
+         y="63.779522"
+         x="800.78748"
+         style="font-size:18px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Serif;-inkscape-font-specification:Bitstream Vera Serif"
+         xml:space="preserve"><tspan
+           y="63.779522"
+           x="800.78748"
+           id="tspan3309"
+           sodipodi:role="line">#</tspan></text>
+      <path
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z"
+         sodipodi:ry="3.5433071"
+         sodipodi:rx="7.0866141"
+         sodipodi:cy="99.212578"
+         sodipodi:cx="77.952759"
+         id="path3311"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         sodipodi:type="arc"
+         transform="translate(779.52763,-46.062982)" />
+      <path
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z"
+         sodipodi:ry="3.5433071"
+         sodipodi:rx="7.0866141"
+         sodipodi:cy="99.212578"
+         sodipodi:cx="77.952759"
+         id="path3313"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         sodipodi:type="arc"
+         transform="translate(389.76378,-24.803151)" />
+      <path
+         transform="translate(814.96063,-49.606301)"
+         sodipodi:type="arc"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="path3315"
+         sodipodi:cx="77.952759"
+         sodipodi:cy="99.212578"
+         sodipodi:rx="7.0866141"
+         sodipodi:ry="3.5433071"
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z" />
+      <path
+         transform="translate(850.39373,-49.606292)"
+         sodipodi:type="arc"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="path3317"
+         sodipodi:cx="77.952759"
+         sodipodi:cy="99.212578"
+         sodipodi:rx="7.0866141"
+         sodipodi:ry="3.5433071"
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z" />
+      <text
+         xml:space="preserve"
+         style="font-size:18px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Serif;-inkscape-font-specification:Bitstream Vera Serif"
+         x="907.08667"
+         y="56.69289"
+         id="text3319"><tspan
+           sodipodi:role="line"
+           id="tspan3321"
+           x="907.08667"
+           y="56.69289">#</tspan></text>
+      <path
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z"
+         sodipodi:ry="3.5433071"
+         sodipodi:rx="7.0866141"
+         sodipodi:cy="99.212578"
+         sodipodi:cx="77.952759"
+         id="path3323"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         sodipodi:type="arc"
+         transform="translate(885.8268,-53.149601)" />
+      <path
+         transform="translate(921.25987,-53.149584)"
+         sodipodi:type="arc"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="path3325"
+         sodipodi:cx="77.952759"
+         sodipodi:cy="99.212578"
+         sodipodi:rx="7.0866141"
+         sodipodi:ry="3.5433071"
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z" />
+      <text
+         xml:space="preserve"
+         style="font-size:18px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Serif;-inkscape-font-specification:Bitstream Vera Serif"
+         x="977.95282"
+         y="53.149593"
+         id="text3327"><tspan
+           sodipodi:role="line"
+           id="tspan3329"
+           x="977.95282"
+           y="53.149593">#</tspan></text>
+      <path
+         transform="translate(956.69294,-56.692924)"
+         sodipodi:type="arc"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="path3331"
+         sodipodi:cx="77.952759"
+         sodipodi:cy="99.212578"
+         sodipodi:rx="7.0866141"
+         sodipodi:ry="3.5433071"
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z" />
+      <path
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z"
+         sodipodi:ry="3.5433071"
+         sodipodi:rx="7.0866141"
+         sodipodi:cy="99.212578"
+         sodipodi:cx="77.952759"
+         id="path3333"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         sodipodi:type="arc"
+         transform="translate(992.12601,-56.692908)" />
+      <text
+         id="text3335"
+         y="49.606251"
+         x="1048.819"
+         style="font-size:18px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Serif;-inkscape-font-specification:Bitstream Vera Serif"
+         xml:space="preserve"><tspan
+           y="49.606251"
+           x="1048.819"
+           id="tspan3337"
+           sodipodi:role="line">#</tspan></text>
+      <path
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z"
+         sodipodi:ry="3.5433071"
+         sodipodi:rx="7.0866141"
+         sodipodi:cy="99.212578"
+         sodipodi:cx="77.952759"
+         id="path3339"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         sodipodi:type="arc"
+         transform="translate(1027.5591,-60.236215)" />
+      <path
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z"
+         sodipodi:ry="3.5433071"
+         sodipodi:rx="7.0866141"
+         sodipodi:cy="99.212578"
+         sodipodi:cx="77.952759"
+         id="path3341"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         sodipodi:type="arc"
+         transform="translate(1062.9921,-63.779539)" />
+      <path
+         id="path3421"
+         d="M 705.11811,60.236198 L 726.37795,60.236198"
+         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+      <path
+         id="path3423"
+         d="M 740.55118,60.236198 L 761.81102,60.236198"
+         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+      <path
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z"
+         sodipodi:ry="3.5433071"
+         sodipodi:rx="7.0866141"
+         sodipodi:cy="99.212578"
+         sodipodi:cx="77.952759"
+         id="path4145"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         sodipodi:type="arc"
+         transform="translate(1098.4252,-63.779531)" />
+      <text
+         id="text4147"
+         y="42.51965"
+         x="1155.118"
+         style="font-size:18px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Serif;-inkscape-font-specification:Bitstream Vera Serif"
+         xml:space="preserve"><tspan
+           y="42.51965"
+           x="1155.118"
+           id="tspan4149"
+           sodipodi:role="line">#</tspan></text>
+      <path
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z"
+         sodipodi:ry="3.5433071"
+         sodipodi:rx="7.0866141"
+         sodipodi:cy="99.212578"
+         sodipodi:cx="77.952759"
+         id="path4151"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         sodipodi:type="arc"
+         transform="translate(1133.8583,-67.322839)" />
+      <path
+         transform="translate(1169.2913,-67.322822)"
+         sodipodi:type="arc"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="path4153"
+         sodipodi:cx="77.952759"
+         sodipodi:cy="99.212578"
+         sodipodi:rx="7.0866141"
+         sodipodi:ry="3.5433071"
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z" />
+      <text
+         xml:space="preserve"
+         style="font-size:18px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Serif;-inkscape-font-specification:Bitstream Vera Serif"
+         x="1225.9843"
+         y="38.976357"
+         id="text4155"><tspan
+           sodipodi:role="line"
+           id="tspan4157"
+           x="1225.9843"
+           y="38.976357">#</tspan></text>
+      <path
+         transform="translate(1204.7244,-70.866105)"
+         sodipodi:type="arc"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="path2913"
+         sodipodi:cx="77.952759"
+         sodipodi:cy="99.212578"
+         sodipodi:rx="7.0866141"
+         sodipodi:ry="3.5433071"
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z" />
+      <path
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z"
+         sodipodi:ry="3.5433071"
+         sodipodi:rx="7.0866141"
+         sodipodi:cy="99.212578"
+         sodipodi:cx="77.952759"
+         id="path2915"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         sodipodi:type="arc"
+         transform="translate(1240.1574,-74.409424)" />
+      <path
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z"
+         sodipodi:ry="3.5433071"
+         sodipodi:rx="7.0866141"
+         sodipodi:cy="99.212578"
+         sodipodi:cx="77.952759"
+         id="path2917"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         sodipodi:type="arc"
+         transform="translate(1275.5905,-74.409415)" />
+      <text
+         id="text2919"
+         y="31.889767"
+         x="1332.2834"
+         style="font-size:18px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Serif;-inkscape-font-specification:Bitstream Vera Serif"
+         xml:space="preserve"><tspan
+           y="31.889767"
+           x="1332.2834"
+           id="tspan2921"
+           sodipodi:role="line">#</tspan></text>
+      <path
+         transform="translate(1311.0236,-77.952724)"
+         sodipodi:type="arc"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="path2923"
+         sodipodi:cx="77.952759"
+         sodipodi:cy="99.212578"
+         sodipodi:rx="7.0866141"
+         sodipodi:ry="3.5433071"
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z" />
+      <path
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z"
+         sodipodi:ry="3.5433071"
+         sodipodi:rx="7.0866141"
+         sodipodi:cy="99.212578"
+         sodipodi:cx="77.952759"
+         id="path2925"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         sodipodi:type="arc"
+         transform="translate(1346.4566,-77.952707)" />
+      <text
+         id="text2927"
+         y="28.34647"
+         x="1403.1495"
+         style="font-size:18px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Serif;-inkscape-font-specification:Bitstream Vera Serif"
+         xml:space="preserve"><tspan
+           y="28.34647"
+           x="1403.1495"
+           id="tspan2929"
+           sodipodi:role="line">#</tspan></text>
+      <path
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z"
+         sodipodi:ry="3.5433071"
+         sodipodi:rx="7.0866141"
+         sodipodi:cy="99.212578"
+         sodipodi:cx="77.952759"
+         id="path2931"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         sodipodi:type="arc"
+         transform="translate(1381.8897,-81.496047)" />
+      <path
+         transform="translate(1417.3228,-81.496031)"
+         sodipodi:type="arc"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="path2933"
+         sodipodi:cx="77.952759"
+         sodipodi:cy="99.212578"
+         sodipodi:rx="7.0866141"
+         sodipodi:ry="3.5433071"
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z" />
+      <text
+         xml:space="preserve"
+         style="font-size:18px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Serif;-inkscape-font-specification:Bitstream Vera Serif"
+         x="1474.0157"
+         y="24.803127"
+         id="text2935"><tspan
+           sodipodi:role="line"
+           id="tspan2937"
+           x="1474.0157"
+           y="24.803127">#</tspan></text>
+      <path
+         transform="translate(1452.7559,-85.039338)"
+         sodipodi:type="arc"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="path2939"
+         sodipodi:cx="77.952759"
+         sodipodi:cy="99.212578"
+         sodipodi:rx="7.0866141"
+         sodipodi:ry="3.5433071"
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z" />
+      <path
+         transform="translate(1488.1889,-88.582662)"
+         sodipodi:type="arc"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="path2941"
+         sodipodi:cx="77.952759"
+         sodipodi:cy="99.212578"
+         sodipodi:rx="7.0866141"
+         sodipodi:ry="3.5433071"
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z" />
+      <path
+         transform="translate(1523.622,-88.582654)"
+         sodipodi:type="arc"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="path2943"
+         sodipodi:cx="77.952759"
+         sodipodi:cy="99.212578"
+         sodipodi:rx="7.0866141"
+         sodipodi:ry="3.5433071"
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z" />
+      <text
+         xml:space="preserve"
+         style="font-size:18px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Serif;-inkscape-font-specification:Bitstream Vera Serif"
+         x="1580.3148"
+         y="17.716526"
+         id="text2945"><tspan
+           sodipodi:role="line"
+           id="tspan2947"
+           x="1580.3148"
+           y="17.716526">#</tspan></text>
+      <path
+         transform="translate(1559.0551,-92.125962)"
+         sodipodi:type="arc"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="path2949"
+         sodipodi:cx="77.952759"
+         sodipodi:cy="99.212578"
+         sodipodi:rx="7.0866141"
+         sodipodi:ry="3.5433071"
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z" />
+      <path
+         d="M 85.039373,99.212578 A 7.0866141,3.5433071 0 1 1 70.866145,99.212578 A 7.0866141,3.5433071 0 1 1 85.039373,99.212578 z"
+         sodipodi:ry="3.5433071"
+         sodipodi:rx="7.0866141"
+         sodipodi:cy="99.212578"
+         sodipodi:cx="77.952759"
+         id="path2951"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         sodipodi:type="arc"
+         transform="translate(1594.4881,-92.125945)" />
+      <text
+         id="text2953"
+         y="14.173233"
+         x="1651.181"
+         style="font-size:18px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Serif;-inkscape-font-specification:Bitstream Vera Serif"
+         xml:space="preserve"><tspan
+           y="14.173233"
+           x="1651.181"
+           id="tspan2955"
+           sodipodi:role="line">#</tspan></text>
+      <path
+         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="M 1449.2126,17.716513 L 1470.4724,17.716513"
+         id="path2957" />
+      <path
+         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="M 1484.6457,17.716513 L 1505.9055,17.716513"
+         id="path2959" />
+      <path
+         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="M 1520.0787,17.716513 L 1541.3386,17.716513"
+         id="path2961" />
+      <path
+         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="M 1555.5118,17.716513 L 1576.7717,17.716513"
+         id="path2963"
+         sodipodi:nodetypes="cc" />
+      <path
+         id="path2965"
+         d="M 1590.9449,17.716513 L 1612.2047,17.716513"
+         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+      <path
+         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="M 1626.378,17.716513 L 1647.6378,17.716513"
+         id="path2967" />
+      <path
+         id="path2969"
+         d="M 1661.8111,17.716513 L 1683.0709,17.716513"
+         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+      <path
+         sodipodi:nodetypes="cc"
+         id="path2971"
+         d="M 1555.5118,10.629899 L 1576.7717,10.629899"
+         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+      <path
+         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="M 1590.9449,10.629899 L 1612.2047,10.629899"
+         id="path2973" />
+      <path
+         id="path2975"
+         d="M 1626.378,10.629899 L 1647.6378,10.629899"
+         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+      <path
+         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="M 1661.8111,10.629899 L 1683.0709,10.629899"
+         id="path2977" />
+    </g>
+    <rect
+       y="194.88187"
+       x="166.53546"
+       height="60.236221"
+       width="1523.6221"
+       id="rect5143"
+       style="opacity:1;fill:#5555ff;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       inkscape:export-filename="/home/rpolzer/g4833.png"
+       inkscape:export-xdpi="69.919182"
+       inkscape:export-ydpi="69.919182" />
+    <rect
+       y="170.07872"
+       x="74.409447"
+       height="7.0866108"
+       width="14.173231"
+       id="rect3203"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       y="170.07872"
+       x="102.75591"
+       height="7.0866122"
+       width="7.0866032"
+       id="rect3976"
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3978"
+       width="14.173231"
+       height="7.0866108"
+       x="109.84251"
+       y="170.07872" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3980"
+       width="7.0866032"
+       height="7.0866122"
+       x="138.18898"
+       y="170.07872" />
+    <rect
+       y="170.07872"
+       x="145.27557"
+       height="7.0866108"
+       width="14.173231"
+       id="rect3982"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       y="170.07872"
+       x="244.48819"
+       height="7.0866122"
+       width="7.0866032"
+       id="rect3984"
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3986"
+       width="14.173231"
+       height="7.0866108"
+       x="251.57478"
+       y="170.07872" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3988"
+       width="7.0866032"
+       height="7.0866122"
+       x="279.9213"
+       y="170.07872" />
+    <rect
+       y="170.07872"
+       x="287.00787"
+       height="7.0866108"
+       width="14.173231"
+       id="rect3990"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       y="170.07872"
+       x="315.35437"
+       height="7.0866122"
+       width="7.0866032"
+       id="rect3992"
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3994"
+       width="14.173231"
+       height="7.0866108"
+       x="322.44095"
+       y="170.07872" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3996"
+       width="7.0866032"
+       height="7.0866122"
+       x="350.78741"
+       y="170.07872" />
+    <rect
+       y="170.07872"
+       x="357.87399"
+       height="7.0866108"
+       width="14.173231"
+       id="rect3998"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       y="170.07872"
+       x="386.22046"
+       height="7.0866122"
+       width="7.0866032"
+       id="rect4000"
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4002"
+       width="14.173231"
+       height="7.0866108"
+       x="393.30704"
+       y="170.07872" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4004"
+       width="7.0866032"
+       height="7.0866122"
+       x="421.65353"
+       y="170.07872" />
+    <rect
+       y="170.07872"
+       x="428.74011"
+       height="7.0866108"
+       width="14.173231"
+       id="rect4006"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       y="170.07872"
+       x="457.08661"
+       height="7.0866122"
+       width="7.0866032"
+       id="rect4008"
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4010"
+       width="14.173231"
+       height="7.0866108"
+       x="464.17319"
+       y="170.07872" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4016"
+       width="7.0866032"
+       height="7.0866122"
+       x="598.81897"
+       y="170.07872" />
+    <rect
+       y="170.07872"
+       x="605.90552"
+       height="7.0866108"
+       width="14.173231"
+       id="rect4018"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       y="170.07872"
+       x="634.25195"
+       height="7.0866122"
+       width="7.0866032"
+       id="rect4020"
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4022"
+       width="14.173231"
+       height="7.0866108"
+       x="641.3385"
+       y="170.07872" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054000000005;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4024"
+       width="7.0866032"
+       height="7.0866122"
+       x="492.51968"
+       y="170.07872" />
+    <rect
+       y="170.07872"
+       x="499.60626"
+       height="7.0866108"
+       width="14.173231"
+       id="rect4026"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054000000005;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       y="170.07872"
+       x="527.95276"
+       height="7.0866122"
+       width="7.0866032"
+       id="rect4028"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4030"
+       width="14.173231"
+       height="7.0866108"
+       x="535.03931"
+       y="170.07872" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4032"
+       width="7.0866032"
+       height="7.0866122"
+       x="563.3858"
+       y="170.07872" />
+    <rect
+       y="170.07872"
+       x="570.47235"
+       height="7.0866108"
+       width="14.173231"
+       id="rect4034"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       y="170.07872"
+       x="669.68506"
+       height="7.0866122"
+       width="7.0866032"
+       id="rect4036"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4038"
+       width="14.173231"
+       height="7.0866108"
+       x="676.77161"
+       y="170.07872" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4040"
+       width="7.0866032"
+       height="7.0866122"
+       x="705.1181"
+       y="170.07872" />
+    <rect
+       y="170.07872"
+       x="712.20465"
+       height="7.0866108"
+       width="14.173231"
+       id="rect4042"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       y="170.07872"
+       x="740.55121"
+       height="7.0866122"
+       width="7.0866032"
+       id="rect4044"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4046"
+       width="14.173231"
+       height="7.0866108"
+       x="747.63776"
+       y="170.07872" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4048"
+       width="7.0866032"
+       height="7.0866122"
+       x="775.98425"
+       y="170.07872" />
+    <rect
+       y="170.07872"
+       x="783.0708"
+       height="7.0866108"
+       width="14.173231"
+       id="rect4050"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       y="170.07872"
+       x="811.41742"
+       height="7.0866122"
+       width="7.0866032"
+       id="rect4052"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4054"
+       width="14.173231"
+       height="7.0866108"
+       x="818.50397"
+       y="170.07872" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4056"
+       width="7.0866032"
+       height="7.0866122"
+       x="846.8504"
+       y="170.07872" />
+    <rect
+       y="170.07872"
+       x="853.93695"
+       height="7.0866108"
+       width="14.173231"
+       id="rect4058"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       y="170.07872"
+       x="882.28345"
+       height="7.0866122"
+       width="7.0866032"
+       id="rect4060"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4062"
+       width="14.173231"
+       height="7.0866108"
+       x="889.37"
+       y="170.07872" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4064"
+       width="7.0866032"
+       height="7.0866122"
+       x="917.71661"
+       y="170.07872" />
+    <rect
+       y="170.07872"
+       x="924.80316"
+       height="7.0866108"
+       width="14.173231"
+       id="rect4066"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       y="170.07872"
+       x="953.1496"
+       height="7.0866122"
+       width="7.0866032"
+       id="rect4068"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4070"
+       width="14.173231"
+       height="7.0866108"
+       x="960.23615"
+       y="170.07872" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4072"
+       width="7.0866032"
+       height="7.0866122"
+       x="1024.0157"
+       y="170.07872" />
+    <rect
+       y="170.07872"
+       x="1031.1023"
+       height="7.0866108"
+       width="14.173231"
+       id="rect4074"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       y="170.07872"
+       x="1059.4489"
+       height="7.0866122"
+       width="7.0866032"
+       id="rect4076"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4078"
+       width="14.173231"
+       height="7.0866108"
+       x="1066.5354"
+       y="170.07872" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4080"
+       width="7.0866032"
+       height="7.0866122"
+       x="1094.882"
+       y="170.07872" />
+    <rect
+       y="170.07872"
+       x="1101.9685"
+       height="7.0866108"
+       width="14.173231"
+       id="rect4082"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       y="170.07872"
+       x="1130.3149"
+       height="7.0866122"
+       width="7.0866032"
+       id="rect4084"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4086"
+       width="14.173231"
+       height="7.0866108"
+       x="1137.4015"
+       y="170.07872" />
+    <g
+       id="g4116"
+       transform="translate(1098.4252,17.716553)">
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4118"
+         width="7.086616"
+         height="17.716537"
+         x="70.866135"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4120"
+         width="7.0866137"
+         height="17.716537"
+         x="77.952751"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4122"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409447"
+         y="134.64566" />
+      <rect
+         y="141.73227"
+         x="81.496056"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4124"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4126"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409439"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="67.32283"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4128"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+    <g
+       transform="translate(1133.8583,17.716553)"
+       id="g4130">
+      <rect
+         y="113.38582"
+         x="70.866135"
+         height="17.716537"
+         width="7.086616"
+         id="rect4132"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="113.38582"
+         x="77.952751"
+         height="17.716537"
+         width="7.0866137"
+         id="rect4134"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="134.64566"
+         x="74.409447"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4136"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4138"
+         width="7.0866141"
+         height="7.0866141"
+         x="81.496056"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="74.409439"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4140"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4142"
+         width="7.0866141"
+         height="7.0866141"
+         x="67.32283"
+         y="141.73227" />
+    </g>
+    <g
+       id="g4144"
+       transform="translate(1169.2913,17.716553)">
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4146"
+         width="7.086616"
+         height="17.716537"
+         x="70.866135"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4148"
+         width="7.0866137"
+         height="17.716537"
+         x="77.952751"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4150"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409447"
+         y="134.64566" />
+      <rect
+         y="141.73227"
+         x="81.496056"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4152"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4154"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409439"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="67.32283"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4156"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+    <g
+       transform="translate(1204.7244,17.716543)"
+       id="g4158">
+      <rect
+         y="113.38582"
+         x="70.866135"
+         height="17.716537"
+         width="7.086616"
+         id="rect4160"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="113.38582"
+         x="77.952751"
+         height="17.716537"
+         width="7.0866137"
+         id="rect4162"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="134.64566"
+         x="74.409447"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4164"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4166"
+         width="7.0866141"
+         height="7.0866141"
+         x="81.496056"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="74.409439"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4168"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4170"
+         width="7.0866141"
+         height="7.0866141"
+         x="67.32283"
+         y="141.73227" />
+    </g>
+    <g
+       id="g4172"
+       transform="translate(1240.1575,17.716543)">
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4174"
+         width="7.086616"
+         height="17.716537"
+         x="70.866135"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4176"
+         width="7.0866137"
+         height="17.716537"
+         x="77.952751"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4178"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409447"
+         y="134.64566" />
+      <rect
+         y="141.73227"
+         x="81.496056"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4180"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4182"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409439"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="67.32283"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4184"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+    <g
+       id="g4186"
+       transform="translate(1275.5905,17.716553)">
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4188"
+         width="7.086616"
+         height="17.716537"
+         x="70.866135"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4190"
+         width="7.0866137"
+         height="17.716537"
+         x="77.952751"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4192"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409447"
+         y="134.64566" />
+      <rect
+         y="141.73227"
+         x="81.496056"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4194"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4196"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409439"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="67.32283"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4198"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+    <g
+       transform="translate(1311.0236,17.716553)"
+       id="g4200">
+      <rect
+         y="113.38582"
+         x="70.866135"
+         height="17.716537"
+         width="7.086616"
+         id="rect4202"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="113.38582"
+         x="77.952751"
+         height="17.716537"
+         width="7.0866137"
+         id="rect4204"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="134.64566"
+         x="74.409447"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4206"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4208"
+         width="7.0866141"
+         height="7.0866141"
+         x="81.496056"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="74.409439"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4210"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4212"
+         width="7.0866141"
+         height="7.0866141"
+         x="67.32283"
+         y="141.73227" />
+    </g>
+    <g
+       transform="translate(1381.8898,17.716553)"
+       id="g4214">
+      <rect
+         y="113.38582"
+         x="70.866135"
+         height="17.716537"
+         width="7.086616"
+         id="rect4216"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="113.38582"
+         x="77.952751"
+         height="17.716537"
+         width="7.0866137"
+         id="rect4218"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="134.64566"
+         x="74.409447"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4220"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4222"
+         width="7.0866141"
+         height="7.0866141"
+         x="81.496056"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="74.409439"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4224"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4226"
+         width="7.0866141"
+         height="7.0866141"
+         x="67.32283"
+         y="141.73227" />
+    </g>
+    <g
+       id="g4228"
+       transform="translate(1417.3228,17.716543)">
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4230"
+         width="7.086616"
+         height="17.716537"
+         x="70.866135"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4232"
+         width="7.0866137"
+         height="17.716537"
+         x="77.952751"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4234"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409447"
+         y="134.64566" />
+      <rect
+         y="141.73227"
+         x="81.496056"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4236"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4238"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409439"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="67.32283"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4240"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+    <g
+       transform="translate(1452.756,17.716543)"
+       id="g4242">
+      <rect
+         y="113.38582"
+         x="70.866135"
+         height="17.716537"
+         width="7.086616"
+         id="rect4244"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="113.38582"
+         x="77.952751"
+         height="17.716537"
+         width="7.0866137"
+         id="rect4246"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="134.64566"
+         x="74.409447"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4248"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4250"
+         width="7.0866141"
+         height="7.0866141"
+         x="81.496056"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="74.409439"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4252"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4254"
+         width="7.0866141"
+         height="7.0866141"
+         x="67.32283"
+         y="141.73227" />
+    </g>
+    <g
+       transform="translate(1488.189,17.716543)"
+       id="g4256">
+      <rect
+         y="113.38582"
+         x="70.866135"
+         height="17.716537"
+         width="7.086616"
+         id="rect4258"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="113.38582"
+         x="77.952751"
+         height="17.716537"
+         width="7.0866137"
+         id="rect4260"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="134.64566"
+         x="74.409447"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4262"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4264"
+         width="7.0866141"
+         height="7.0866141"
+         x="81.496056"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="74.409439"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4266"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4268"
+         width="7.0866141"
+         height="7.0866141"
+         x="67.32283"
+         y="141.73227" />
+    </g>
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4278"
+       width="7.0866032"
+       height="7.0866122"
+       x="1165.748"
+       y="170.07872" />
+    <rect
+       y="170.07872"
+       x="1172.8346"
+       height="7.0866108"
+       width="14.173231"
+       id="rect4280"
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       y="170.07872"
+       x="1201.181"
+       height="7.0866122"
+       width="7.0866032"
+       id="rect4282"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4284"
+       width="14.173231"
+       height="7.0866108"
+       x="1208.2676"
+       y="170.07872" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4286"
+       width="7.0866032"
+       height="7.0866122"
+       x="1236.6143"
+       y="170.07872" />
+    <rect
+       y="170.07872"
+       x="1243.7008"
+       height="7.0866108"
+       width="14.173231"
+       id="rect4288"
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       y="170.07872"
+       x="1272.0472"
+       height="7.0866122"
+       width="7.0866032"
+       id="rect4290"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4292"
+       width="14.173231"
+       height="7.0866108"
+       x="1279.1338"
+       y="170.07872" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4294"
+       width="7.0866032"
+       height="7.0866122"
+       x="1307.4802"
+       y="170.07872" />
+    <rect
+       y="170.07872"
+       x="1314.5668"
+       height="7.0866108"
+       width="14.173231"
+       id="rect4296"
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       y="170.07872"
+       x="1342.9135"
+       height="7.0866122"
+       width="7.0866032"
+       id="rect4298"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4300"
+       width="14.173231"
+       height="7.0866108"
+       x="1350"
+       y="170.07872" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4302"
+       width="7.0866032"
+       height="7.0866122"
+       x="1378.3464"
+       y="170.07872" />
+    <rect
+       y="170.07872"
+       x="1385.433"
+       height="7.0866108"
+       width="14.173231"
+       id="rect4304"
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       y="170.07872"
+       x="1449.2125"
+       height="7.0866122"
+       width="7.0866032"
+       id="rect4306"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4308"
+       width="14.173231"
+       height="7.0866108"
+       x="1456.2991"
+       y="170.07872" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4310"
+       width="7.0866032"
+       height="7.0866122"
+       x="1484.6456"
+       y="170.07872" />
+    <rect
+       y="170.07872"
+       x="1491.7322"
+       height="7.0866108"
+       width="14.173231"
+       id="rect4312"
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       y="170.07872"
+       x="1520.0787"
+       height="7.0866122"
+       width="7.0866032"
+       id="rect4314"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4316"
+       width="14.173231"
+       height="7.0866108"
+       x="1527.1653"
+       y="170.07872" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4318"
+       width="7.0866032"
+       height="7.0866122"
+       x="1555.5117"
+       y="170.07872" />
+    <rect
+       y="170.07872"
+       x="1562.5983"
+       height="7.0866108"
+       width="14.173231"
+       id="rect4320"
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <g
+       transform="translate(106.2992,88.582672)"
+       id="g4322">
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4324"
+         width="7.086616"
+         height="17.716537"
+         x="70.866135"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4326"
+         width="7.0866137"
+         height="17.716537"
+         x="77.952751"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4328"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409447"
+         y="134.64566" />
+      <rect
+         y="141.73227"
+         x="81.496056"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4330"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4332"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409439"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="67.32283"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4334"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+    <g
+       transform="translate(141.73228,88.582669)"
+       id="g4336">
+      <rect
+         y="113.38582"
+         x="70.866135"
+         height="17.716537"
+         width="7.086616"
+         id="rect4338"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="113.38582"
+         x="77.952751"
+         height="17.716537"
+         width="7.0866137"
+         id="rect4340"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="134.64566"
+         x="74.409447"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4342"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4344"
+         width="7.0866141"
+         height="7.0866141"
+         x="81.496056"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="74.409439"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4346"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4348"
+         width="7.0866141"
+         height="7.0866141"
+         x="67.32283"
+         y="141.73227" />
+    </g>
+    <g
+       id="g4350"
+       transform="translate(177.16535,88.582669)">
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4352"
+         width="7.086616"
+         height="17.716537"
+         x="70.866135"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4354"
+         width="7.0866137"
+         height="17.716537"
+         x="77.952751"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4356"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409447"
+         y="134.64566" />
+      <rect
+         y="141.73227"
+         x="81.496056"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4358"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4360"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409439"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="67.32283"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4362"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+    <g
+       transform="translate(283.46456,88.582667)"
+       id="g4364">
+      <rect
+         y="113.38582"
+         x="70.866135"
+         height="17.716537"
+         width="7.086616"
+         id="rect4366"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="113.38582"
+         x="77.952751"
+         height="17.716537"
+         width="7.0866137"
+         id="rect4368"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="134.64566"
+         x="74.409447"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4370"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4372"
+         width="7.0866141"
+         height="7.0866141"
+         x="81.496056"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="74.409439"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4374"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4376"
+         width="7.0866141"
+         height="7.0866141"
+         x="67.32283"
+         y="141.73227" />
+    </g>
+    <g
+       transform="translate(318.8976,88.582669)"
+       id="g4378">
+      <rect
+         y="113.38582"
+         x="70.866135"
+         height="17.716537"
+         width="7.086616"
+         id="rect4380"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="113.38582"
+         x="77.952751"
+         height="17.716537"
+         width="7.0866137"
+         id="rect4382"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="134.64566"
+         x="74.409447"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4384"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4386"
+         width="7.0866141"
+         height="7.0866141"
+         x="81.496056"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="74.409439"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4388"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4390"
+         width="7.0866141"
+         height="7.0866141"
+         x="67.32283"
+         y="141.73227" />
+    </g>
+    <g
+       id="g4392"
+       transform="translate(354.33069,88.582667)">
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4394"
+         width="7.086616"
+         height="17.716537"
+         x="70.866135"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4396"
+         width="7.0866137"
+         height="17.716537"
+         x="77.952751"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4398"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409447"
+         y="134.64566" />
+      <rect
+         y="141.73227"
+         x="81.496056"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4400"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4402"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409439"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="67.32283"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4404"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+    <g
+       transform="translate(389.76376,88.582667)"
+       id="g4406">
+      <rect
+         y="113.38582"
+         x="70.866135"
+         height="17.716537"
+         width="7.086616"
+         id="rect4408"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="113.38582"
+         x="77.952751"
+         height="17.716537"
+         width="7.0866137"
+         id="rect4410"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="134.64566"
+         x="74.409447"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4412"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4414"
+         width="7.0866141"
+         height="7.0866141"
+         x="81.496056"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="74.409439"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4416"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4418"
+         width="7.0866141"
+         height="7.0866141"
+         x="67.32283"
+         y="141.73227" />
+    </g>
+    <g
+       id="g4420"
+       transform="translate(425.19682,88.582667)">
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4422"
+         width="7.086616"
+         height="17.716537"
+         x="70.866135"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4424"
+         width="7.0866137"
+         height="17.716537"
+         x="77.952751"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4426"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409447"
+         y="134.64566" />
+      <rect
+         y="141.73227"
+         x="81.496056"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4428"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4430"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409439"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="67.32283"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4432"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+    <g
+       transform="translate(460.6299,88.582664)"
+       id="g4434">
+      <rect
+         y="113.38582"
+         x="70.866135"
+         height="17.716537"
+         width="7.086616"
+         id="rect4436"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="113.38582"
+         x="77.952751"
+         height="17.716537"
+         width="7.0866137"
+         id="rect4438"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="134.64566"
+         x="74.409447"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4440"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4442"
+         width="7.0866141"
+         height="7.0866141"
+         x="81.496056"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="74.409439"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4444"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4446"
+         width="7.0866141"
+         height="7.0866141"
+         x="67.32283"
+         y="141.73227" />
+    </g>
+    <g
+       id="g4448"
+       transform="translate(496.06297,88.582664)">
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4450"
+         width="7.086616"
+         height="17.716537"
+         x="70.866135"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4452"
+         width="7.0866137"
+         height="17.716537"
+         x="77.952751"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4454"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409447"
+         y="134.64566" />
+      <rect
+         y="141.73227"
+         x="81.496056"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4456"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4458"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409439"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="67.32283"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4460"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+    <g
+       id="g4462"
+       transform="translate(531.49603,88.582669)">
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4464"
+         width="7.086616"
+         height="17.716537"
+         x="70.866135"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4466"
+         width="7.0866137"
+         height="17.716537"
+         x="77.952751"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4468"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409447"
+         y="134.64566" />
+      <rect
+         y="141.73227"
+         x="81.496056"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4470"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4472"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409439"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="67.32283"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4474"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+    <g
+       transform="translate(566.92912,88.582667)"
+       id="g4476">
+      <rect
+         y="113.38582"
+         x="70.866135"
+         height="17.716537"
+         width="7.086616"
+         id="rect4478"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="113.38582"
+         x="77.952751"
+         height="17.716537"
+         width="7.0866137"
+         id="rect4480"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="134.64566"
+         x="74.409447"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4482"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4484"
+         width="7.0866141"
+         height="7.0866141"
+         x="81.496056"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="74.409439"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4486"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4488"
+         width="7.0866141"
+         height="7.0866141"
+         x="67.32283"
+         y="141.73227" />
+    </g>
+    <g
+       id="g4490"
+       transform="translate(602.36219,88.582667)">
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4492"
+         width="7.086616"
+         height="17.716537"
+         x="70.866135"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4494"
+         width="7.0866137"
+         height="17.716537"
+         x="77.952751"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4496"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409447"
+         y="134.64566" />
+      <rect
+         y="141.73227"
+         x="81.496056"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4498"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4500"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409439"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="67.32283"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4502"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+    <g
+       transform="translate(637.79525,88.582667)"
+       id="g4504">
+      <rect
+         y="113.38582"
+         x="70.866135"
+         height="17.716537"
+         width="7.086616"
+         id="rect4506"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="113.38582"
+         x="77.952751"
+         height="17.716537"
+         width="7.0866137"
+         id="rect4508"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="134.64566"
+         x="74.409447"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4510"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4512"
+         width="7.0866141"
+         height="7.0866141"
+         x="81.496056"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="74.409439"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4514"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4516"
+         width="7.0866141"
+         height="7.0866141"
+         x="67.32283"
+         y="141.73227" />
+    </g>
+    <g
+       id="g4518"
+       transform="translate(673.22833,88.582664)">
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4520"
+         width="7.086616"
+         height="17.716537"
+         x="70.866135"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4522"
+         width="7.0866137"
+         height="17.716537"
+         x="77.952751"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4524"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409447"
+         y="134.64566" />
+      <rect
+         y="141.73227"
+         x="81.496056"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4526"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4528"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409439"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="67.32283"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4530"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+    <g
+       transform="translate(708.6614,88.582664)"
+       id="g4532">
+      <rect
+         y="113.38582"
+         x="70.866135"
+         height="17.716537"
+         width="7.086616"
+         id="rect4534"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="113.38582"
+         x="77.952751"
+         height="17.716537"
+         width="7.0866137"
+         id="rect4536"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="134.64566"
+         x="74.409447"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4538"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4540"
+         width="7.0866141"
+         height="7.0866141"
+         x="81.496056"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="74.409439"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4542"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4544"
+         width="7.0866141"
+         height="7.0866141"
+         x="67.32283"
+         y="141.73227" />
+    </g>
+    <g
+       transform="translate(744.09445,88.582669)"
+       id="g4546">
+      <rect
+         y="113.38582"
+         x="70.866135"
+         height="17.716537"
+         width="7.086616"
+         id="rect4548"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="113.38582"
+         x="77.952751"
+         height="17.716537"
+         width="7.0866137"
+         id="rect4550"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="134.64566"
+         x="74.409447"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4552"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4554"
+         width="7.0866141"
+         height="7.0866141"
+         x="81.496056"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="74.409439"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4556"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4558"
+         width="7.0866141"
+         height="7.0866141"
+         x="67.32283"
+         y="141.73227" />
+    </g>
+    <g
+       id="g4560"
+       transform="translate(779.52754,88.582667)">
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4562"
+         width="7.086616"
+         height="17.716537"
+         x="70.866135"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4564"
+         width="7.0866137"
+         height="17.716537"
+         x="77.952751"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4566"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409447"
+         y="134.64566" />
+      <rect
+         y="141.73227"
+         x="81.496056"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4568"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4570"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409439"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="67.32283"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4572"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+    <g
+       transform="translate(814.96061,88.582667)"
+       id="g4574">
+      <rect
+         y="113.38582"
+         x="70.866135"
+         height="17.716537"
+         width="7.086616"
+         id="rect4576"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="113.38582"
+         x="77.952751"
+         height="17.716537"
+         width="7.0866137"
+         id="rect4578"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="134.64566"
+         x="74.409447"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4580"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4582"
+         width="7.0866141"
+         height="7.0866141"
+         x="81.496056"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="74.409439"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4584"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4586"
+         width="7.0866141"
+         height="7.0866141"
+         x="67.32283"
+         y="141.73227" />
+    </g>
+    <g
+       id="g4588"
+       transform="translate(850.39367,88.582667)">
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4590"
+         width="7.086616"
+         height="17.716537"
+         x="70.866135"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4592"
+         width="7.0866137"
+         height="17.716537"
+         x="77.952751"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4594"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409447"
+         y="134.64566" />
+      <rect
+         y="141.73227"
+         x="81.496056"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4596"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4598"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409439"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="67.32283"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4600"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+    <g
+       transform="translate(885.82675,88.582664)"
+       id="g4602">
+      <rect
+         y="113.38582"
+         x="70.866135"
+         height="17.716537"
+         width="7.086616"
+         id="rect4604"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="113.38582"
+         x="77.952751"
+         height="17.716537"
+         width="7.0866137"
+         id="rect4606"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="134.64566"
+         x="74.409447"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4608"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4610"
+         width="7.0866141"
+         height="7.0866141"
+         x="81.496056"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="74.409439"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4612"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4614"
+         width="7.0866141"
+         height="7.0866141"
+         x="67.32283"
+         y="141.73227" />
+    </g>
+    <g
+       id="g4616"
+       transform="translate(921.25982,88.582664)">
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4618"
+         width="7.086616"
+         height="17.716537"
+         x="70.866135"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4620"
+         width="7.0866137"
+         height="17.716537"
+         x="77.952751"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4622"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409447"
+         y="134.64566" />
+      <rect
+         y="141.73227"
+         x="81.496056"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4624"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4626"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409439"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="67.32283"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4628"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+    <g
+       id="g4630"
+       transform="translate(956.69288,88.582669)">
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4632"
+         width="7.086616"
+         height="17.716537"
+         x="70.866135"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4634"
+         width="7.0866137"
+         height="17.716537"
+         x="77.952751"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4636"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409447"
+         y="134.64566" />
+      <rect
+         y="141.73227"
+         x="81.496056"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4638"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4640"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409439"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="67.32283"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4642"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+    <g
+       transform="translate(992.12597,88.582667)"
+       id="g4644">
+      <rect
+         y="113.38582"
+         x="70.866135"
+         height="17.716537"
+         width="7.086616"
+         id="rect4646"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="113.38582"
+         x="77.952751"
+         height="17.716537"
+         width="7.0866137"
+         id="rect4648"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="134.64566"
+         x="74.409447"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4650"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4652"
+         width="7.0866141"
+         height="7.0866141"
+         x="81.496056"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="74.409439"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4654"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4656"
+         width="7.0866141"
+         height="7.0866141"
+         x="67.32283"
+         y="141.73227" />
+    </g>
+    <g
+       transform="translate(1062.9921,88.582667)"
+       id="g4658">
+      <rect
+         y="113.38582"
+         x="70.866135"
+         height="17.716537"
+         width="7.086616"
+         id="rect4660"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="113.38582"
+         x="77.952751"
+         height="17.716537"
+         width="7.0866137"
+         id="rect4662"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="134.64566"
+         x="74.409447"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4664"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4666"
+         width="7.0866141"
+         height="7.0866141"
+         x="81.496056"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="74.409439"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4668"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4670"
+         width="7.0866141"
+         height="7.0866141"
+         x="67.32283"
+         y="141.73227" />
+    </g>
+    <g
+       id="g4672"
+       transform="translate(1098.4252,88.582664)">
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4674"
+         width="7.086616"
+         height="17.716537"
+         x="70.866135"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4676"
+         width="7.0866137"
+         height="17.716537"
+         x="77.952751"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4678"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409447"
+         y="134.64566" />
+      <rect
+         y="141.73227"
+         x="81.496056"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4680"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4682"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409439"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="67.32283"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4684"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+    <g
+       transform="translate(1133.8583,88.582664)"
+       id="g4686">
+      <rect
+         y="113.38582"
+         x="70.866135"
+         height="17.716537"
+         width="7.086616"
+         id="rect4688"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="113.38582"
+         x="77.952751"
+         height="17.716537"
+         width="7.0866137"
+         id="rect4690"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="134.64566"
+         x="74.409447"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4692"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4694"
+         width="7.0866141"
+         height="7.0866141"
+         x="81.496056"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="74.409439"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4696"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4698"
+         width="7.0866141"
+         height="7.0866141"
+         x="67.32283"
+         y="141.73227" />
+    </g>
+    <g
+       transform="translate(1169.2913,88.582663)"
+       id="g4700">
+      <rect
+         y="113.38582"
+         x="70.866135"
+         height="17.716537"
+         width="7.086616"
+         id="rect4702"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="113.38582"
+         x="77.952751"
+         height="17.716537"
+         width="7.0866137"
+         id="rect4704"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="134.64566"
+         x="74.409447"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4706"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4708"
+         width="7.0866141"
+         height="7.0866141"
+         x="81.496056"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="74.409439"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4710"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4712"
+         width="7.0866141"
+         height="7.0866141"
+         x="67.32283"
+         y="141.73227" />
+    </g>
+    <rect
+       y="240.94485"
+       x="173.62204"
+       height="7.0866122"
+       width="7.0866032"
+       id="rect4714"
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4716"
+       width="14.173231"
+       height="7.0866108"
+       x="180.70863"
+       y="240.94485" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4718"
+       width="7.0866032"
+       height="7.0866122"
+       x="209.0551"
+       y="240.94485" />
+    <rect
+       y="240.94485"
+       x="216.14169"
+       height="7.0866108"
+       width="14.173231"
+       id="rect4720"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       y="240.94485"
+       x="244.48817"
+       height="7.0866122"
+       width="7.0866032"
+       id="rect4722"
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4724"
+       width="14.173231"
+       height="7.0866108"
+       x="251.57477"
+       y="240.94485" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4726"
+       width="7.0866032"
+       height="7.0866122"
+       x="350.78738"
+       y="240.94485" />
+    <rect
+       y="240.94485"
+       x="357.87396"
+       height="7.0866108"
+       width="14.173231"
+       id="rect4728"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       y="240.94485"
+       x="386.22049"
+       height="7.0866122"
+       width="7.0866032"
+       id="rect4730"
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4732"
+       width="14.173231"
+       height="7.0866108"
+       x="393.30707"
+       y="240.94485" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4734"
+       width="7.0866032"
+       height="7.0866122"
+       x="421.65356"
+       y="240.94485" />
+    <rect
+       y="240.94485"
+       x="428.74014"
+       height="7.0866108"
+       width="14.173231"
+       id="rect4736"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       y="240.94485"
+       x="457.08661"
+       height="7.0866122"
+       width="7.0866032"
+       id="rect4738"
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4740"
+       width="14.173231"
+       height="7.0866108"
+       x="464.17319"
+       y="240.94485" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4742"
+       width="7.0866032"
+       height="7.0866122"
+       x="492.51965"
+       y="240.94485" />
+    <rect
+       y="240.94485"
+       x="499.60623"
+       height="7.0866108"
+       width="14.173231"
+       id="rect4744"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       y="240.94485"
+       x="527.9527"
+       height="7.0866122"
+       width="7.0866032"
+       id="rect4746"
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4748"
+       width="14.173231"
+       height="7.0866108"
+       x="535.03931"
+       y="240.94485" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4750"
+       width="7.0866032"
+       height="7.0866122"
+       x="563.3858"
+       y="240.94485" />
+    <rect
+       y="240.94485"
+       x="570.47235"
+       height="7.0866108"
+       width="14.173231"
+       id="rect4752"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       y="240.94485"
+       x="705.11816"
+       height="7.0866122"
+       width="7.0866032"
+       id="rect4754"
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4756"
+       width="14.173231"
+       height="7.0866108"
+       x="712.20471"
+       y="240.94485" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4758"
+       width="7.0866032"
+       height="7.0866122"
+       x="740.55115"
+       y="240.94485" />
+    <rect
+       y="240.94485"
+       x="747.6377"
+       height="7.0866108"
+       width="14.173231"
+       id="rect4760"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       y="240.94485"
+       x="598.81885"
+       height="7.0866122"
+       width="7.0866032"
+       id="rect4762"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4764"
+       width="14.173231"
+       height="7.0866108"
+       x="605.90546"
+       y="240.94485" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4766"
+       width="7.0866032"
+       height="7.0866122"
+       x="634.25195"
+       y="240.94485" />
+    <rect
+       y="240.94485"
+       x="641.3385"
+       height="7.0866108"
+       width="14.173231"
+       id="rect4768"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       y="240.94485"
+       x="669.685"
+       height="7.0866122"
+       width="7.0866032"
+       id="rect4770"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4772"
+       width="14.173231"
+       height="7.0866108"
+       x="676.77155"
+       y="240.94485" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4774"
+       width="7.0866032"
+       height="7.0866122"
+       x="775.98425"
+       y="240.94485" />
+    <rect
+       y="240.94485"
+       x="783.0708"
+       height="7.0866108"
+       width="14.173231"
+       id="rect4776"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       y="240.94485"
+       x="811.4173"
+       height="7.0866122"
+       width="7.0866032"
+       id="rect4778"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4780"
+       width="14.173231"
+       height="7.0866108"
+       x="818.50385"
+       y="240.94485" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4782"
+       width="7.0866032"
+       height="7.0866122"
+       x="846.8504"
+       y="240.94485" />
+    <rect
+       y="240.94485"
+       x="853.93695"
+       height="7.0866108"
+       width="14.173231"
+       id="rect4784"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       y="240.94485"
+       x="882.28345"
+       height="7.0866122"
+       width="7.0866032"
+       id="rect4786"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4788"
+       width="14.173231"
+       height="7.0866108"
+       x="889.37"
+       y="240.94485" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4790"
+       width="7.0866032"
+       height="7.0866122"
+       x="917.71661"
+       y="240.94485" />
+    <rect
+       y="240.94485"
+       x="924.80316"
+       height="7.0866108"
+       width="14.173231"
+       id="rect4792"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       y="240.94485"
+       x="953.1496"
+       height="7.0866122"
+       width="7.0866032"
+       id="rect4794"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4796"
+       width="14.173231"
+       height="7.0866108"
+       x="960.23615"
+       y="240.94485" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4798"
+       width="7.0866032"
+       height="7.0866122"
+       x="988.58264"
+       y="240.94485" />
+    <rect
+       y="240.94485"
+       x="995.66919"
+       height="7.0866108"
+       width="14.173231"
+       id="rect4800"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       y="240.94485"
+       x="1024.0157"
+       height="7.0866122"
+       width="7.0866032"
+       id="rect4802"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4804"
+       width="14.173231"
+       height="7.0866108"
+       x="1031.1023"
+       y="240.94485" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4806"
+       width="7.0866032"
+       height="7.0866122"
+       x="1059.4487"
+       y="240.94485" />
+    <rect
+       y="240.94485"
+       x="1066.5353"
+       height="7.0866108"
+       width="14.173231"
+       id="rect4808"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       y="240.94485"
+       x="1130.3149"
+       height="7.0866122"
+       width="7.0866032"
+       id="rect4810"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4812"
+       width="14.173231"
+       height="7.0866108"
+       x="1137.4015"
+       y="240.94485" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4814"
+       width="7.0866032"
+       height="7.0866122"
+       x="1165.748"
+       y="240.94485" />
+    <rect
+       y="240.94485"
+       x="1172.8346"
+       height="7.0866108"
+       width="14.173231"
+       id="rect4816"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       y="240.94485"
+       x="1201.1812"
+       height="7.0866122"
+       width="7.0866032"
+       id="rect4818"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4820"
+       width="14.173231"
+       height="7.0866108"
+       x="1208.2677"
+       y="240.94485" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4822"
+       width="7.0866032"
+       height="7.0866122"
+       x="1236.6141"
+       y="240.94485" />
+    <rect
+       y="240.94485"
+       x="1243.7007"
+       height="7.0866108"
+       width="14.173231"
+       id="rect4824"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <g
+       transform="translate(1204.7244,88.582684)"
+       id="g4826">
+      <rect
+         y="113.38582"
+         x="70.866135"
+         height="17.716537"
+         width="7.086616"
+         id="rect4828"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="113.38582"
+         x="77.952751"
+         height="17.716537"
+         width="7.0866137"
+         id="rect4830"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="134.64566"
+         x="74.409447"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4832"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4834"
+         width="7.0866141"
+         height="7.0866141"
+         x="81.496056"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="74.409439"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4836"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4838"
+         width="7.0866141"
+         height="7.0866141"
+         x="67.32283"
+         y="141.73227" />
+    </g>
+    <g
+       id="g4840"
+       transform="translate(1240.1575,88.582684)">
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4842"
+         width="7.086616"
+         height="17.716537"
+         x="70.866135"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4844"
+         width="7.0866137"
+         height="17.716537"
+         x="77.952751"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4846"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409447"
+         y="134.64566" />
+      <rect
+         y="141.73227"
+         x="81.496056"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4848"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4850"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409439"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="67.32283"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4852"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+    <g
+       transform="translate(1275.5905,88.582684)"
+       id="g4854">
+      <rect
+         y="113.38582"
+         x="70.866135"
+         height="17.716537"
+         width="7.086616"
+         id="rect4856"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="113.38582"
+         x="77.952751"
+         height="17.716537"
+         width="7.0866137"
+         id="rect4858"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="134.64566"
+         x="74.409447"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4860"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4862"
+         width="7.0866141"
+         height="7.0866141"
+         x="81.496056"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="74.409439"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4864"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4866"
+         width="7.0866141"
+         height="7.0866141"
+         x="67.32283"
+         y="141.73227" />
+    </g>
+    <g
+       id="g4868"
+       transform="translate(1311.0236,88.582674)">
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4870"
+         width="7.086616"
+         height="17.716537"
+         x="70.866135"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4872"
+         width="7.0866137"
+         height="17.716537"
+         x="77.952751"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4874"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409447"
+         y="134.64566" />
+      <rect
+         y="141.73227"
+         x="81.496056"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4876"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4878"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409439"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="67.32283"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4880"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+    <g
+       transform="translate(1346.4567,88.582674)"
+       id="g4882">
+      <rect
+         y="113.38582"
+         x="70.866135"
+         height="17.716537"
+         width="7.086616"
+         id="rect4884"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="113.38582"
+         x="77.952751"
+         height="17.716537"
+         width="7.0866137"
+         id="rect4886"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="134.64566"
+         x="74.409447"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4888"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4890"
+         width="7.0866141"
+         height="7.0866141"
+         x="81.496056"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="74.409439"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4892"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4894"
+         width="7.0866141"
+         height="7.0866141"
+         x="67.32283"
+         y="141.73227" />
+    </g>
+    <g
+       transform="translate(1381.8897,88.582684)"
+       id="g4896">
+      <rect
+         y="113.38582"
+         x="70.866135"
+         height="17.716537"
+         width="7.086616"
+         id="rect4898"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="113.38582"
+         x="77.952751"
+         height="17.716537"
+         width="7.0866137"
+         id="rect4900"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="134.64566"
+         x="74.409447"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4902"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4904"
+         width="7.0866141"
+         height="7.0866141"
+         x="81.496056"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="74.409439"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4906"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4908"
+         width="7.0866141"
+         height="7.0866141"
+         x="67.32283"
+         y="141.73227" />
+    </g>
+    <g
+       id="g4910"
+       transform="translate(1417.3228,88.582684)">
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4912"
+         width="7.086616"
+         height="17.716537"
+         x="70.866135"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4914"
+         width="7.0866137"
+         height="17.716537"
+         x="77.952751"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4916"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409447"
+         y="134.64566" />
+      <rect
+         y="141.73227"
+         x="81.496056"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4918"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4920"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409439"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="67.32283"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4922"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+    <g
+       id="g4924"
+       transform="translate(1488.189,88.582684)">
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4926"
+         width="7.086616"
+         height="17.716537"
+         x="70.866135"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4928"
+         width="7.0866137"
+         height="17.716537"
+         x="77.952751"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4930"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409447"
+         y="134.64566" />
+      <rect
+         y="141.73227"
+         x="81.496056"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4932"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4934"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409439"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="67.32283"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4936"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+    <g
+       transform="translate(1523.622,88.582674)"
+       id="g4938">
+      <rect
+         y="113.38582"
+         x="70.866135"
+         height="17.716537"
+         width="7.086616"
+         id="rect4940"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="113.38582"
+         x="77.952751"
+         height="17.716537"
+         width="7.0866137"
+         id="rect4942"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="134.64566"
+         x="74.409447"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4944"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4946"
+         width="7.0866141"
+         height="7.0866141"
+         x="81.496056"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="74.409439"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4948"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4950"
+         width="7.0866141"
+         height="7.0866141"
+         x="67.32283"
+         y="141.73227" />
+    </g>
+    <g
+       id="g4952"
+       transform="translate(1559.0552,88.582674)">
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4954"
+         width="7.086616"
+         height="17.716537"
+         x="70.866135"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4956"
+         width="7.0866137"
+         height="17.716537"
+         x="77.952751"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4958"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409447"
+         y="134.64566" />
+      <rect
+         y="141.73227"
+         x="81.496056"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4960"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4962"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409439"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="67.32283"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4964"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+    <g
+       id="g4966"
+       transform="translate(1594.4882,88.582674)">
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4968"
+         width="7.086616"
+         height="17.716537"
+         x="70.866135"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4970"
+         width="7.0866137"
+         height="17.716537"
+         x="77.952751"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4972"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409447"
+         y="134.64566" />
+      <rect
+         y="141.73227"
+         x="81.496056"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4974"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect4976"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409439"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="67.32283"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect4978"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+    <rect
+       y="240.94485"
+       x="1272.0472"
+       height="7.0866122"
+       width="7.0866032"
+       id="rect4980"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4982"
+       width="14.173231"
+       height="7.0866108"
+       x="1279.1338"
+       y="240.94485" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4984"
+       width="7.0866032"
+       height="7.0866122"
+       x="1307.4802"
+       y="240.94485" />
+    <rect
+       y="240.94485"
+       x="1314.5668"
+       height="7.0866108"
+       width="14.173231"
+       id="rect4986"
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       y="240.94485"
+       x="1342.9135"
+       height="7.0866122"
+       width="7.0866032"
+       id="rect4988"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4990"
+       width="14.173231"
+       height="7.0866108"
+       x="1350"
+       y="240.94485" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4992"
+       width="7.0866032"
+       height="7.0866122"
+       x="1378.3464"
+       y="240.94485" />
+    <rect
+       y="240.94485"
+       x="1385.433"
+       height="7.0866108"
+       width="14.173231"
+       id="rect4994"
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       y="240.94485"
+       x="1413.7794"
+       height="7.0866122"
+       width="7.0866032"
+       id="rect4996"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4998"
+       width="14.173231"
+       height="7.0866108"
+       x="1420.866"
+       y="240.94485" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect5000"
+       width="7.0866032"
+       height="7.0866122"
+       x="1449.2126"
+       y="240.94485" />
+    <rect
+       y="240.94485"
+       x="1456.2992"
+       height="7.0866108"
+       width="14.173231"
+       id="rect5002"
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       y="240.94485"
+       x="1484.6456"
+       height="7.0866122"
+       width="7.0866032"
+       id="rect5004"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect5006"
+       width="14.173231"
+       height="7.0866108"
+       x="1491.7322"
+       y="240.94485" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect5008"
+       width="7.0866032"
+       height="7.0866122"
+       x="1555.5117"
+       y="240.94485" />
+    <rect
+       y="240.94485"
+       x="1562.5983"
+       height="7.0866108"
+       width="14.173231"
+       id="rect5010"
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       y="240.94485"
+       x="1590.9448"
+       height="7.0866122"
+       width="7.0866032"
+       id="rect5012"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect5014"
+       width="14.173231"
+       height="7.0866108"
+       x="1598.0314"
+       y="240.94485" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect5016"
+       width="7.0866032"
+       height="7.0866122"
+       x="1626.3779"
+       y="240.94485" />
+    <rect
+       y="240.94485"
+       x="1633.4645"
+       height="7.0866108"
+       width="14.173231"
+       id="rect5018"
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       y="240.94485"
+       x="1661.8109"
+       height="7.0866122"
+       width="7.0866032"
+       id="rect5020"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect5022"
+       width="14.173231"
+       height="7.0866108"
+       x="1668.8975"
+       y="240.94485" />
+    <g
+       id="g5024"
+       transform="translate(921.25984,17.71652)">
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect5026"
+         width="7.086616"
+         height="17.716537"
+         x="70.866135"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect5028"
+         width="7.0866137"
+         height="17.716537"
+         x="77.952751"
+         y="113.38582" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect5030"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409447"
+         y="134.64566" />
+      <rect
+         y="141.73227"
+         x="81.496056"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect5032"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect5034"
+         width="7.0866141"
+         height="7.0866141"
+         x="74.409439"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="67.32283"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect5036"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+    <rect
+       y="170.0787"
+       x="988.58264"
+       height="7.0866122"
+       width="7.0866032"
+       id="rect5038"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054000000005;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect5040"
+       width="14.173231"
+       height="7.0866108"
+       x="995.66919"
+       y="170.0787" />
+    <g
+       transform="translate(1027.5592,88.582675)"
+       id="g5042">
+      <rect
+         y="113.38582"
+         x="70.866135"
+         height="17.716537"
+         width="7.086616"
+         id="rect5044"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="113.38582"
+         x="77.952751"
+         height="17.716537"
+         width="7.0866137"
+         id="rect5046"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         y="134.64566"
+         x="74.409447"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect5048"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect5050"
+         width="7.0866141"
+         height="7.0866141"
+         x="81.496056"
+         y="141.73227" />
+      <rect
+         y="141.73227"
+         x="74.409439"
+         height="7.0866141"
+         width="7.0866141"
+         id="rect5052"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect5054"
+         width="7.0866141"
+         height="7.0866141"
+         x="67.32283"
+         y="141.73227" />
+    </g>
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.27559054;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect5056"
+       width="7.0866032"
+       height="7.0866122"
+       x="1094.882"
+       y="240.94485" />
+    <rect
+       y="240.94485"
+       x="1101.9685"
+       height="7.0866108"
+       width="14.173231"
+       id="rect5058"
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.27559054000000005;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+  </g>
+</svg>

Modified: branches/nexuiz-2.0/data/defaultNexuiz.cfg
===================================================================
--- branches/nexuiz-2.0/data/defaultNexuiz.cfg	2009-08-27 10:41:40 UTC (rev 7541)
+++ branches/nexuiz-2.0/data/defaultNexuiz.cfg	2009-08-27 10:47:02 UTC (rev 7542)
@@ -399,7 +399,7 @@
 set bot_ai_bunnyhop_stopdistance 220 "Stop jumping after reaching this distance to the goal"
 set bot_ai_bunnyhop_firstjumpdelay 0.5 "Start running to the goal only if it was seen for more than N seconds"
 set bot_god 0 "god mode for bots"
-set bot_ai_navigation_jetpack 1 "Enable bots to navigat maps using the jetpack"
+set bot_ai_navigation_jetpack 0 "Enable bots to navigat maps using the jetpack"
 set bot_ai_navigation_jetpack_mindistance 2500 "Bots will try fly to objects located farther than this distance"
 // Better don't touch these, there are hard to tweak!
 set bot_ai_aimskill_order_mix_1st 0.01 "Amount of the 1st filter output to apply to the aiming angle"

Modified: branches/nexuiz-2.0/data/qcsrc/client/sbar.qc
===================================================================
--- branches/nexuiz-2.0/data/qcsrc/client/sbar.qc	2009-08-27 10:41:40 UTC (rev 7541)
+++ branches/nexuiz-2.0/data/qcsrc/client/sbar.qc	2009-08-27 10:47:02 UTC (rev 7542)
@@ -1,8 +1,5 @@
 void drawstringright(vector, string, vector, vector, float, float);
 void drawstringcenter(vector, string, vector, vector, float, float);
-void Sbar_DrawAccuracyStats();
-void Sbar_DrawAccuracyStats_Description_Splash(vector);
-void Sbar_DrawAccuracyStats_Description_Hitscan(vector);
 float weapon_hits[WEP_COUNT];
 float weapon_fired[WEP_COUNT];
 float weapon_number;
@@ -1498,7 +1495,7 @@
 		}
 	}
 
-	if(minutesLeft >= 1 || cvar("sbar_increment_maptime") || timelimit == 0) {
+	if(minutesLeft >= 1 || cvar("sbar_increment_maptime") || timelimit == 0 || warmup_stage) {
 		Sbar_DrawXNum(topright - '103 0 0' + '0 2 0', minutes, 3, 18, timer_color, 0, 0, sbar_alpha_fg, DRAWFLAG_NORMAL);
 		drawpic(topright - '53 0 0' + '0 1 0', "gfx/hud/num_colon", '18 18 0', timer_color, sbar_alpha_fg, DRAWFLAG_NORMAL);
 	}
@@ -1936,6 +1933,22 @@
 	drawstringcenter('1 0 0' + pos * '0 1 0', speed, numsize, '1 1 1', sbar_alpha_fg, DRAWFLAG_NORMAL);
 }
 
+void Sbar_DrawAccuracyStats_Description_Hitscan(vector position)
+{
+	drawstring(position + '0 3 0' * sbar_fontsize_y, "Shots fired:", sbar_fontsize, '1 1 1', sbar_alpha_fg, DRAWFLAG_NORMAL);
+	drawstring(position + '0 5 0' * sbar_fontsize_y, "Shots hit:", sbar_fontsize, '1 1 1', sbar_alpha_fg, DRAWFLAG_NORMAL);
+	drawstring(position + '0 7 0' * sbar_fontsize_y, "Accuracy:", sbar_fontsize, '1 1 1', sbar_alpha_fg, DRAWFLAG_NORMAL);
+	drawstring(position + '0 9 0' * sbar_fontsize_y, "Shots missed:", sbar_fontsize, '1 1 1', sbar_alpha_fg, DRAWFLAG_NORMAL);
+}
+
+void Sbar_DrawAccuracyStats_Description_Splash(vector position)
+{
+	drawstring(position + '0 3 0' * sbar_fontsize_y, "Maximum damage:", sbar_fontsize, '1 1 1', sbar_alpha_fg, DRAWFLAG_NORMAL);
+	drawstring(position + '0 5 0' * sbar_fontsize_y, "Actual damage:", sbar_fontsize, '1 1 1', sbar_alpha_fg, DRAWFLAG_NORMAL);
+	drawstring(position + '0 7 0' * sbar_fontsize_y, "Accuracy:", sbar_fontsize, '1 1 1', sbar_alpha_fg, DRAWFLAG_NORMAL);
+	drawstring(position + '0 9 0' * sbar_fontsize_y, "Damage wasted:", sbar_fontsize, '1 1 1', sbar_alpha_fg, DRAWFLAG_NORMAL);
+}
+
 void Sbar_DrawAccuracyStats()
 {
 	float i, count_hitscan, count_splash, row;  // count is the number of 'colums'
@@ -1951,15 +1964,16 @@
 	fill_size_y = 10 * sbar_fontsize_y;  // height of the background
 
 	drawfont = sbar_bigfont;
-
 	pos_x = 0;
 	pos_y = SCOREBOARD_OFFSET;
 	pos_z = 0;
 	drawstringcenter(pos, "Weapon Accuracy", 2 * sbar_fontsize, '1 1 1', sbar_alpha_fg, DRAWFLAG_NORMAL);
+
 	left_border = col_margin + 11 * sbar_fontsize_x;
 
 	if(warmup_stage)
 	{
+		drawfont = sbar_font;
 		pos_y += 40;
 		if(mod(time, 1) >= 0.4)
 			drawstringcenter(pos, "Stats are not tracked during warmup stage", sbar_fontsize, '1 1 0', sbar_alpha_fg, DRAWFLAG_NORMAL);
@@ -1973,6 +1987,8 @@
 	float top_border_splash = SCOREBOARD_OFFSET + 175;  // position where the splash row starts: pixels down the screen
 	Sbar_DrawAccuracyStats_Description_Splash('1 0 0' * col_margin + '0 1 0' * top_border_splash);
 
+	drawfont = sbar_font;
+
 	for(i = WEP_FIRST; i <= WEP_LAST; ++i)
 	{
 		weapon_hit = weapon_hits[i];
@@ -2087,26 +2103,6 @@
 	}
 }
 
-void Sbar_DrawAccuracyStats_Description_Hitscan(vector position)
-{
-	drawfont = sbar_font;
-	 // hitscan stats
-	drawstring(position + '0 3 0' * sbar_fontsize_y, "Shots fired:", sbar_fontsize, '1 1 1', sbar_alpha_fg, DRAWFLAG_NORMAL);
-	drawstring(position + '0 5 0' * sbar_fontsize_y, "Shots hit:", sbar_fontsize, '1 1 1', sbar_alpha_fg, DRAWFLAG_NORMAL);
-	drawstring(position + '0 7 0' * sbar_fontsize_y, "Accuracy:", sbar_fontsize, '1 1 1', sbar_alpha_fg, DRAWFLAG_NORMAL);
-	drawstring(position + '0 9 0' * sbar_fontsize_y, "Shots missed:", sbar_fontsize, '1 1 1', sbar_alpha_fg, DRAWFLAG_NORMAL);
-}
-
-void Sbar_DrawAccuracyStats_Description_Splash(vector position)
-{
-	//splash stats
-	drawfont = sbar_font;
-	drawstring(position + '0 3 0' * sbar_fontsize_y, "Maximum damage:", sbar_fontsize, '1 1 1', sbar_alpha_fg, DRAWFLAG_NORMAL);
-	drawstring(position + '0 5 0' * sbar_fontsize_y, "Actual damage:", sbar_fontsize, '1 1 1', sbar_alpha_fg, DRAWFLAG_NORMAL);
-	drawstring(position + '0 7 0' * sbar_fontsize_y, "Accuracy:", sbar_fontsize, '1 1 1', sbar_alpha_fg, DRAWFLAG_NORMAL);
-	drawstring(position + '0 9 0' * sbar_fontsize_y, "Damage wasted:", sbar_fontsize, '1 1 1', sbar_alpha_fg, DRAWFLAG_NORMAL);
-}
-
 void drawstringright(vector position, string text, vector scale, vector rgb, float alpha, float flag)
 {
 	position_x -= 2 / 3 * strlen(text) * scale_x;

Modified: branches/nexuiz-2.0/data/qcsrc/server/bots.qc
===================================================================
--- branches/nexuiz-2.0/data/qcsrc/server/bots.qc	2009-08-27 10:41:40 UTC (rev 7541)
+++ branches/nexuiz-2.0/data/qcsrc/server/bots.qc	2009-08-27 10:47:02 UTC (rev 7542)
@@ -3109,7 +3109,7 @@
 
 	if(time > bot_cvar_nextthink)
 	{
-		if(currentbots>1)
+		if(currentbots>0)
 			bot_custom_weapon_priority_setup();
 		bot_cvar_nextthink = time + 5;
 	}

Modified: branches/nexuiz-2.0/data/qcsrc/server/cl_impulse.qc
===================================================================
--- branches/nexuiz-2.0/data/qcsrc/server/cl_impulse.qc	2009-08-27 10:41:40 UTC (rev 7541)
+++ branches/nexuiz-2.0/data/qcsrc/server/cl_impulse.qc	2009-08-27 10:47:02 UTC (rev 7542)
@@ -1,5 +1,5 @@
-.vector personal_v_angle; // view angles to restore on impulse 77
-.vector personal_velocity; // velocity to restore on impulse 77
+.vector personal_v_angle; // view angles to restore on reset impulse for CTF speedrun
+.vector personal_velocity; // velocity to restore on reset impulse for CTF speedrun
 
 void CopyBody(float keepvelocity);
 

Modified: branches/nexuiz-2.0/data/qcsrc/server/ctf.qc
===================================================================
--- branches/nexuiz-2.0/data/qcsrc/server/ctf.qc	2009-08-27 10:41:40 UTC (rev 7541)
+++ branches/nexuiz-2.0/data/qcsrc/server/ctf.qc	2009-08-27 10:47:02 UTC (rev 7542)
@@ -360,7 +360,9 @@
 		{
 			bprint("The ", self.netname, " became impatient after ", ftos_decimals(flagcaptimerecord, 2), " seconds and returned itself\n");
 
-			self.owner.impulse = 77; // returning!
+			sound (self, CHAN_TRIGGER, self.noise3, VOL_BASE, ATTN_NONE);
+			self.owner.impulse = 141; // returning!
+
 			e = self;
 			self = self.owner;
 			ReturnFlag(e);
@@ -690,7 +692,7 @@
 
 /*QUAKED spawnfunc_info_player_team3 (1 0 0) (-16 -16 -24) (16 16 24)
 CTF Starting point for a player in
-team three (Magenta).
+team three (Yellow).
 
 Keys:
 "angle"
@@ -703,14 +705,14 @@
 		remove(self);
 		return;
 	}
-	self.team = COLOR_TEAM3; // purple
+	self.team = COLOR_TEAM3; // yellow
 	spawnfunc_info_player_deathmatch();
 };
 
 
 /*QUAKED spawnfunc_info_player_team4 (1 0 0) (-16 -16 -24) (16 16 24)
 CTF Starting point for a player in
-team four (Yellow).
+team four (Magenta).
 
 Keys:
 "angle"
@@ -723,7 +725,7 @@
 		remove(self);
 		return;
 	}
-	self.team = COLOR_TEAM4; // yellow
+	self.team = COLOR_TEAM4; // purple
 	spawnfunc_info_player_deathmatch();
 };
 

Modified: branches/nexuiz-2.0/data/qcsrc/server/sv_main.qc
===================================================================
--- branches/nexuiz-2.0/data/qcsrc/server/sv_main.qc	2009-08-27 10:41:40 UTC (rev 7541)
+++ branches/nexuiz-2.0/data/qcsrc/server/sv_main.qc	2009-08-27 10:47:02 UTC (rev 7542)
@@ -194,8 +194,10 @@
 	sv_warsowbunny_backtosideratio = cvar("sv_warsowbunny_backtosideratio");
 	teamplay = cvar ("teamplay");
 	sys_ticrate = cvar("sys_ticrate");
-	orig_slowmo = cvar("slowmo");
 
+	if (timeoutStatus == 1) // just before the timeout (when timeoutStatus will be 2)
+		orig_slowmo = cvar("slowmo"); // slowmo will be restored after the timeout
+
 	if(teams_matter && !teamplay)
 		teamplay = 3;
 	if(!teams_matter && teamplay)
@@ -206,9 +208,9 @@
 	Spawnqueue_Check();
 
 	// if in warmup stage and limit for warmup is hit start match
-	if (inWarmupStage
-	    && 0 < g_warmup_limit
-	    && time >= g_warmup_limit)
+	if (inWarmupStage)
+	if ((g_warmup_limit > 0 && time >= g_warmup_limit)
+	 || (g_warmup_limit == 0 && cvar("timelimit") != 0 && time >= cvar("timelimit") * 60))
 	{
 		ReadyRestart();
 		return;

Modified: branches/nexuiz-2.0/data/qcsrc/server/w_common.qc
===================================================================
--- branches/nexuiz-2.0/data/qcsrc/server/w_common.qc	2009-08-27 10:41:40 UTC (rev 7541)
+++ branches/nexuiz-2.0/data/qcsrc/server/w_common.qc	2009-08-27 10:47:02 UTC (rev 7542)
@@ -215,6 +215,7 @@
 		}
 
 		//calculate hits for ballistic weapons
+		if not(inWarmupStage)
 		if not(self.owner.isbot)
 		{
 			if(hit)
@@ -379,6 +380,7 @@
 	proj.oldvelocity = proj.velocity;
 
 	//calculate fired bullets for ballistics
+	if not(inWarmupStage)
 	if not(self.isbot)
 	{
 		self.bullets_fired[self.weapon] += 1;
@@ -423,6 +425,7 @@
 			self.velocity = v0;
 			self.gravity = g0;
 
+			if not(inWarmupStage)
 			if not(self.isbot)
 			{
 				self.bullets_fired[self.weapon] += 1;

Modified: branches/nexuiz-2.0/data/scripts/entities.def
===================================================================
--- branches/nexuiz-2.0/data/scripts/entities.def	2009-08-27 10:41:40 UTC (rev 7541)
+++ branches/nexuiz-2.0/data/scripts/entities.def	2009-08-27 10:47:02 UTC (rev 7542)
@@ -1628,8 +1628,8 @@
 GOAL_TOUCHPLAYER: The trigger also affects ball-carrying players (the ball is then auto-dropped)
 */
 
-/*QUAKED nexball_bluegoal (1 0 1) ?
-Pink goal. Defended by the pink team. Needs red, blue and pink goals on the map to work.
+/*QUAKED nexball_pinkgoal (1 0 1) ?
+Pink goal. Defended by the pink team. Needs red, blue and yellow goals on the map to work.
 -------- KEYS --------
 noise: sound played when a point is scored
 -------- SPAWNFLAGS --------

Modified: branches/nexuiz-2.0/misc/netradiant-NexuizPack/nexuiz.game/data/entities.def
===================================================================
--- branches/nexuiz-2.0/misc/netradiant-NexuizPack/nexuiz.game/data/entities.def	2009-08-27 10:41:40 UTC (rev 7541)
+++ branches/nexuiz-2.0/misc/netradiant-NexuizPack/nexuiz.game/data/entities.def	2009-08-27 10:47:02 UTC (rev 7542)
@@ -1628,8 +1628,8 @@
 GOAL_TOUCHPLAYER: The trigger also affects ball-carrying players (the ball is then auto-dropped)
 */
 
-/*QUAKED nexball_bluegoal (1 0 1) ?
-Pink goal. Defended by the pink team. Needs red, blue and pink goals on the map to work.
+/*QUAKED nexball_pinkgoal (1 0 1) ?
+Pink goal. Defended by the pink team. Needs red, blue and yellow goals on the map to work.
 -------- KEYS --------
 noise: sound played when a point is scored
 -------- SPAWNFLAGS --------



More information about the nexuiz-commits mailing list