]> granicus.if.org Git - graphviz/commitdiff
add baseline reference for rtest
authorellson <devnull@localhost>
Mon, 29 Oct 2007 17:11:31 +0000 (17:11 +0000)
committerellson <devnull@localhost>
Mon, 29 Oct 2007 17:11:31 +0000 (17:11 +0000)
35 files changed:
rtest/nshare/rootlabel_dot.ps [new file with mode: 0644]
rtest/nshare/rootlabel_dot1.ps [new file with mode: 0644]
rtest/nshare/rootlabel_dot2.ps [new file with mode: 0644]
rtest/nshare/rootlabel_dot3.ps [new file with mode: 0644]
rtest/nshare/rootlabel_dot4.ps [new file with mode: 0644]
rtest/nshare/rootlabel_dot5.ps [new file with mode: 0644]
rtest/nshare/rootlabel_dot6.ps [new file with mode: 0644]
rtest/nshare/rootlabel_dot7.ps [new file with mode: 0644]
rtest/nshare/rotate_dot.png [new file with mode: 0644]
rtest/nshare/rotate_dot.ps [new file with mode: 0644]
rtest/nshare/rotate_dot1.png [new file with mode: 0644]
rtest/nshare/rotate_dot1.ps [new file with mode: 0644]
rtest/nshare/shapes_dot.dot [new file with mode: 0644]
rtest/nshare/shapes_dot.ps [new file with mode: 0644]
rtest/nshare/size_ex_dot.png [new file with mode: 0644]
rtest/nshare/size_ex_dot.ps [new file with mode: 0644]
rtest/nshare/size_neato.png [new file with mode: 0644]
rtest/nshare/size_neato.ps [new file with mode: 0644]
rtest/nshare/style_dot.png [new file with mode: 0644]
rtest/nshare/style_dot.ps [new file with mode: 0644]
rtest/nshare/url_dot.cmapx [new file with mode: 0644]
rtest/nshare/url_dot.cmapx_np [new file with mode: 0644]
rtest/nshare/url_dot.imap [new file with mode: 0644]
rtest/nshare/url_dot.imap_np [new file with mode: 0644]
rtest/nshare/url_dot.ps2 [new file with mode: 0644]
rtest/nshare/url_dot.svg [new file with mode: 0644]
rtest/nshare/user_shapes_dot.ps [new file with mode: 0644]
rtest/nshare/user_shapes_dot_gd.png [new file with mode: 0644]
rtest/nshare/viewport_neato.png [new file with mode: 0644]
rtest/nshare/viewport_neato.ps [new file with mode: 0644]
rtest/nshare/viewport_neato1.png [new file with mode: 0644]
rtest/nshare/viewport_neato1.ps [new file with mode: 0644]
rtest/nshare/viewport_neato2.png [new file with mode: 0644]
rtest/nshare/viewport_neato2.ps [new file with mode: 0644]
rtest/nshare/weight_dot.dot [new file with mode: 0644]

diff --git a/rtest/nshare/rootlabel_dot.ps b/rtest/nshare/rootlabel_dot.ps
new file mode 100644 (file)
index 0000000..3d3a931
--- /dev/null
@@ -0,0 +1,326 @@
+%!PS-Adobe-2.0
+%%Creator: Graphviz version 2.15 (Mon Oct 29 14:44:21 UTC 2007)
+%%For: (ellson) John Ellson
+%%Title: G
+%%Pages: (atend)
+%%BoundingBox: (atend)
+%%EndComments
+save
+%%BeginProlog
+/DotDict 200 dict def
+DotDict begin
+
+/setupLatin1 {
+mark
+/EncodingVector 256 array def
+ EncodingVector 0
+
+ISOLatin1Encoding 0 255 getinterval putinterval
+EncodingVector 45 /hyphen put
+
+% Set up ISO Latin 1 character encoding
+/starnetISO {
+        dup dup findfont dup length dict begin
+        { 1 index /FID ne { def }{ pop pop } ifelse
+        } forall
+        /Encoding EncodingVector def
+        currentdict end definefont
+} def
+/Times-Roman starnetISO def
+/Times-Italic starnetISO def
+/Times-Bold starnetISO def
+/Times-BoldItalic starnetISO def
+/Helvetica starnetISO def
+/Helvetica-Oblique starnetISO def
+/Helvetica-Bold starnetISO def
+/Helvetica-BoldOblique starnetISO def
+/Courier starnetISO def
+/Courier-Oblique starnetISO def
+/Courier-Bold starnetISO def
+/Courier-BoldOblique starnetISO def
+cleartomark
+} bind def
+
+%%BeginResource: procset graphviz 0 0
+/coord-font-family /Times-Roman def
+/default-font-family /Times-Roman def
+/coordfont coord-font-family findfont 8 scalefont def
+
+/InvScaleFactor 1.0 def
+/set_scale {
+       dup 1 exch div /InvScaleFactor exch def
+       scale
+} bind def
+
+% styles
+/solid { [] 0 setdash } bind def
+/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
+/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
+/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
+/bold { 2 setlinewidth } bind def
+/filled { } bind def
+/unfilled { } bind def
+/rounded { } bind def
+/diagonals { } bind def
+
+% hooks for setting color 
+/nodecolor { sethsbcolor } bind def
+/edgecolor { sethsbcolor } bind def
+/graphcolor { sethsbcolor } bind def
+/nopcolor {pop pop pop} bind def
+
+/beginpage {   % i j npages
+       /npages exch def
+       /j exch def
+       /i exch def
+       /str 10 string def
+       npages 1 gt {
+               gsave
+                       coordfont setfont
+                       0 0 moveto
+                       (\() show i str cvs show (,) show j str cvs show (\)) show
+               grestore
+       } if
+} bind def
+
+/set_font {
+       findfont exch
+       scalefont setfont
+} def
+
+% draw aligned label in bounding box aligned to current point
+/alignedtext {                 % width adj text
+       /text exch def
+       /adj exch def
+       /width exch def
+       gsave
+               width 0 gt {
+                       text stringwidth pop adj mul 0 rmoveto
+               } if
+               [] 0 setdash
+               text show
+       grestore
+} def
+
+/boxprim {                             % xcorner ycorner xsize ysize
+               4 2 roll
+               moveto
+               2 copy
+               exch 0 rlineto
+               0 exch rlineto
+               pop neg 0 rlineto
+               closepath
+} bind def
+
+/ellipse_path {
+       /ry exch def
+       /rx exch def
+       /y exch def
+       /x exch def
+       matrix currentmatrix
+       newpath
+       x y translate
+       rx ry scale
+       0 0 1 0 360 arc
+       setmatrix
+} bind def
+
+/endpage { showpage } bind def
+/showpage { } def
+
+/layercolorseq
+       [       % layer color sequence - darkest to lightest
+               [0 0 0]
+               [.2 .8 .8]
+               [.4 .8 .8]
+               [.6 .8 .8]
+               [.8 .8 .8]
+       ]
+def
+
+/layerlen layercolorseq length def
+
+/setlayer {/maxlayer exch def /curlayer exch def
+       layercolorseq curlayer 1 sub layerlen mod get
+       aload pop sethsbcolor
+       /nodecolor {nopcolor} def
+       /edgecolor {nopcolor} def
+       /graphcolor {nopcolor} def
+} bind def
+
+/onlayer { curlayer ne {invis} if } def
+
+/onlayers {
+       /myupper exch def
+       /mylower exch def
+       curlayer mylower lt
+       curlayer myupper gt
+       or
+       {invis} if
+} def
+
+/curlayer 0 def
+
+%%EndResource
+%%EndProlog
+%%BeginSetup
+14 default-font-family set_font
+1 setmiterlimit
+% /arrowlength 10 def
+% /arrowwidth 5 def
+
+% make sure pdfmark is harmless for PS-interpreters other than Distiller
+/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
+% make '<<' and '>>' safe on PS Level 1 devices
+/languagelevel where {pop languagelevel}{1} ifelse
+2 lt {
+    userdict (<<) cvn ([) cvn load put
+    userdict (>>) cvn ([) cvn load put
+} if
+
+%%EndSetup
+setupLatin1
+%%Page: 1 1
+%%PageBoundingBox: 36 36 208 259
+%%PageOrientation: Portrait
+0 0 1 beginpage
+gsave
+36 36 172 223 boxprim clip newpath
+1 1 set_scale 0 rotate 40 40 translate
+0.000 0.000 0.000 graphcolor
+14.00 /Times-Roman set_font
+92.125 198.65 moveto
+(label demo)
+[3.75 6.75 6.75 6.75 3.75 3.75 7.5 6.75 10.5 7.5]
+xshow
+% cluster0
+gsave
+1 setlinewidth
+0.000 0.000 0.000 graphcolor
+newpath 8 8 moveto
+8 157 lineto
+78 157 lineto
+78 8 lineto
+closepath stroke
+0.000 0.000 0.000 graphcolor
+14.00 /Times-Roman set_font
+23.75 15.65 moveto
+(cluster0)
+[6.75 3.75 6.75 6 3.75 6.75 5.25 7.5]
+xshow
+grestore
+% cluster1
+gsave
+1 setlinewidth
+0.000 0.000 0.000 graphcolor
+newpath 86 33 moveto
+86 182 lineto
+156 182 lineto
+156 33 lineto
+closepath stroke
+0.000 0.000 0.000 graphcolor
+14.00 /Times-Roman set_font
+102.125 165.65 moveto
+(cluster1)
+[6.75 3.75 6.75 6 3.75 6.75 5.25 6.75]
+xshow
+grestore
+% a
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+43 131 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+39.625 126.65 moveto
+(a)
+[6.75]
+xshow
+grestore
+% b
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+43 59 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+39.625 54.65 moveto
+(b)
+[6.75]
+xshow
+grestore
+% a->b
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 43 113 moveto
+43 105 43 96 43 87 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 46.5001 87 moveto
+43 77 lineto
+39.5001 87 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 46.5001 87 moveto
+43 77 lineto
+39.5001 87 lineto
+closepath stroke
+grestore
+% c
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+121 131 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+117.625 126.65 moveto
+(c)
+[6.75]
+xshow
+grestore
+% d
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+121 59 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+117.25 54.65 moveto
+(d)
+[7.5]
+xshow
+grestore
+% c->d
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 121 113 moveto
+121 105 121 96 121 87 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 124.5 87 moveto
+121 77 lineto
+117.5 87 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 124.5 87 moveto
+121 77 lineto
+117.5 87 lineto
+closepath stroke
+grestore
+endpage
+showpage
+grestore
+%%PageTrailer
+%%EndPage: 1
+%%Trailer
+%%Pages: 1
+%%BoundingBox: 36 36 208 259
+end
+restore
+%%EOF
diff --git a/rtest/nshare/rootlabel_dot1.ps b/rtest/nshare/rootlabel_dot1.ps
new file mode 100644 (file)
index 0000000..dce252a
--- /dev/null
@@ -0,0 +1,326 @@
+%!PS-Adobe-2.0
+%%Creator: Graphviz version 2.15 (Mon Oct 29 14:44:21 UTC 2007)
+%%For: (ellson) John Ellson
+%%Title: G
+%%Pages: (atend)
+%%BoundingBox: (atend)
+%%EndComments
+save
+%%BeginProlog
+/DotDict 200 dict def
+DotDict begin
+
+/setupLatin1 {
+mark
+/EncodingVector 256 array def
+ EncodingVector 0
+
+ISOLatin1Encoding 0 255 getinterval putinterval
+EncodingVector 45 /hyphen put
+
+% Set up ISO Latin 1 character encoding
+/starnetISO {
+        dup dup findfont dup length dict begin
+        { 1 index /FID ne { def }{ pop pop } ifelse
+        } forall
+        /Encoding EncodingVector def
+        currentdict end definefont
+} def
+/Times-Roman starnetISO def
+/Times-Italic starnetISO def
+/Times-Bold starnetISO def
+/Times-BoldItalic starnetISO def
+/Helvetica starnetISO def
+/Helvetica-Oblique starnetISO def
+/Helvetica-Bold starnetISO def
+/Helvetica-BoldOblique starnetISO def
+/Courier starnetISO def
+/Courier-Oblique starnetISO def
+/Courier-Bold starnetISO def
+/Courier-BoldOblique starnetISO def
+cleartomark
+} bind def
+
+%%BeginResource: procset graphviz 0 0
+/coord-font-family /Times-Roman def
+/default-font-family /Times-Roman def
+/coordfont coord-font-family findfont 8 scalefont def
+
+/InvScaleFactor 1.0 def
+/set_scale {
+       dup 1 exch div /InvScaleFactor exch def
+       scale
+} bind def
+
+% styles
+/solid { [] 0 setdash } bind def
+/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
+/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
+/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
+/bold { 2 setlinewidth } bind def
+/filled { } bind def
+/unfilled { } bind def
+/rounded { } bind def
+/diagonals { } bind def
+
+% hooks for setting color 
+/nodecolor { sethsbcolor } bind def
+/edgecolor { sethsbcolor } bind def
+/graphcolor { sethsbcolor } bind def
+/nopcolor {pop pop pop} bind def
+
+/beginpage {   % i j npages
+       /npages exch def
+       /j exch def
+       /i exch def
+       /str 10 string def
+       npages 1 gt {
+               gsave
+                       coordfont setfont
+                       0 0 moveto
+                       (\() show i str cvs show (,) show j str cvs show (\)) show
+               grestore
+       } if
+} bind def
+
+/set_font {
+       findfont exch
+       scalefont setfont
+} def
+
+% draw aligned label in bounding box aligned to current point
+/alignedtext {                 % width adj text
+       /text exch def
+       /adj exch def
+       /width exch def
+       gsave
+               width 0 gt {
+                       text stringwidth pop adj mul 0 rmoveto
+               } if
+               [] 0 setdash
+               text show
+       grestore
+} def
+
+/boxprim {                             % xcorner ycorner xsize ysize
+               4 2 roll
+               moveto
+               2 copy
+               exch 0 rlineto
+               0 exch rlineto
+               pop neg 0 rlineto
+               closepath
+} bind def
+
+/ellipse_path {
+       /ry exch def
+       /rx exch def
+       /y exch def
+       /x exch def
+       matrix currentmatrix
+       newpath
+       x y translate
+       rx ry scale
+       0 0 1 0 360 arc
+       setmatrix
+} bind def
+
+/endpage { showpage } bind def
+/showpage { } def
+
+/layercolorseq
+       [       % layer color sequence - darkest to lightest
+               [0 0 0]
+               [.2 .8 .8]
+               [.4 .8 .8]
+               [.6 .8 .8]
+               [.8 .8 .8]
+       ]
+def
+
+/layerlen layercolorseq length def
+
+/setlayer {/maxlayer exch def /curlayer exch def
+       layercolorseq curlayer 1 sub layerlen mod get
+       aload pop sethsbcolor
+       /nodecolor {nopcolor} def
+       /edgecolor {nopcolor} def
+       /graphcolor {nopcolor} def
+} bind def
+
+/onlayer { curlayer ne {invis} if } def
+
+/onlayers {
+       /myupper exch def
+       /mylower exch def
+       curlayer mylower lt
+       curlayer myupper gt
+       or
+       {invis} if
+} def
+
+/curlayer 0 def
+
+%%EndResource
+%%EndProlog
+%%BeginSetup
+14 default-font-family set_font
+1 setmiterlimit
+% /arrowlength 10 def
+% /arrowwidth 5 def
+
+% make sure pdfmark is harmless for PS-interpreters other than Distiller
+/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
+% make '<<' and '>>' safe on PS Level 1 devices
+/languagelevel where {pop languagelevel}{1} ifelse
+2 lt {
+    userdict (<<) cvn ([) cvn load put
+    userdict (>>) cvn ([) cvn load put
+} if
+
+%%EndSetup
+setupLatin1
+%%Page: 1 1
+%%PageBoundingBox: 36 36 208 259
+%%PageOrientation: Portrait
+0 0 1 beginpage
+gsave
+36 36 172 223 boxprim clip newpath
+1 1 set_scale 0 rotate 40 40 translate
+0.000 0.000 0.000 graphcolor
+14.00 /Times-Roman set_font
+92.125 7.65 moveto
+(label demo)
+[3.75 6.75 6.75 6.75 3.75 3.75 7.5 6.75 10.5 7.5]
+xshow
+% cluster0
+gsave
+1 setlinewidth
+0.000 0.000 0.000 graphcolor
+newpath 8 33 moveto
+8 182 lineto
+78 182 lineto
+78 33 lineto
+closepath stroke
+0.000 0.000 0.000 graphcolor
+14.00 /Times-Roman set_font
+23.75 40.65 moveto
+(cluster0)
+[6.75 3.75 6.75 6 3.75 6.75 5.25 7.5]
+xshow
+grestore
+% cluster1
+gsave
+1 setlinewidth
+0.000 0.000 0.000 graphcolor
+newpath 86 58 moveto
+86 207 lineto
+156 207 lineto
+156 58 lineto
+closepath stroke
+0.000 0.000 0.000 graphcolor
+14.00 /Times-Roman set_font
+102.125 190.65 moveto
+(cluster1)
+[6.75 3.75 6.75 6 3.75 6.75 5.25 6.75]
+xshow
+grestore
+% a
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+43 156 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+39.625 151.65 moveto
+(a)
+[6.75]
+xshow
+grestore
+% b
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+43 84 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+39.625 79.65 moveto
+(b)
+[6.75]
+xshow
+grestore
+% a->b
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 43 138 moveto
+43 130 43 121 43 112 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 46.5001 112 moveto
+43 102 lineto
+39.5001 112 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 46.5001 112 moveto
+43 102 lineto
+39.5001 112 lineto
+closepath stroke
+grestore
+% c
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+121 156 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+117.625 151.65 moveto
+(c)
+[6.75]
+xshow
+grestore
+% d
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+121 84 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+117.25 79.65 moveto
+(d)
+[7.5]
+xshow
+grestore
+% c->d
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 121 138 moveto
+121 130 121 121 121 112 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 124.5 112 moveto
+121 102 lineto
+117.5 112 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 124.5 112 moveto
+121 102 lineto
+117.5 112 lineto
+closepath stroke
+grestore
+endpage
+showpage
+grestore
+%%PageTrailer
+%%EndPage: 1
+%%Trailer
+%%Pages: 1
+%%BoundingBox: 36 36 208 259
+end
+restore
+%%EOF
diff --git a/rtest/nshare/rootlabel_dot2.ps b/rtest/nshare/rootlabel_dot2.ps
new file mode 100644 (file)
index 0000000..de05c83
--- /dev/null
@@ -0,0 +1,326 @@
+%!PS-Adobe-2.0
+%%Creator: Graphviz version 2.15 (Mon Oct 29 14:44:21 UTC 2007)
+%%For: (ellson) John Ellson
+%%Title: G
+%%Pages: (atend)
+%%BoundingBox: (atend)
+%%EndComments
+save
+%%BeginProlog
+/DotDict 200 dict def
+DotDict begin
+
+/setupLatin1 {
+mark
+/EncodingVector 256 array def
+ EncodingVector 0
+
+ISOLatin1Encoding 0 255 getinterval putinterval
+EncodingVector 45 /hyphen put
+
+% Set up ISO Latin 1 character encoding
+/starnetISO {
+        dup dup findfont dup length dict begin
+        { 1 index /FID ne { def }{ pop pop } ifelse
+        } forall
+        /Encoding EncodingVector def
+        currentdict end definefont
+} def
+/Times-Roman starnetISO def
+/Times-Italic starnetISO def
+/Times-Bold starnetISO def
+/Times-BoldItalic starnetISO def
+/Helvetica starnetISO def
+/Helvetica-Oblique starnetISO def
+/Helvetica-Bold starnetISO def
+/Helvetica-BoldOblique starnetISO def
+/Courier starnetISO def
+/Courier-Oblique starnetISO def
+/Courier-Bold starnetISO def
+/Courier-BoldOblique starnetISO def
+cleartomark
+} bind def
+
+%%BeginResource: procset graphviz 0 0
+/coord-font-family /Times-Roman def
+/default-font-family /Times-Roman def
+/coordfont coord-font-family findfont 8 scalefont def
+
+/InvScaleFactor 1.0 def
+/set_scale {
+       dup 1 exch div /InvScaleFactor exch def
+       scale
+} bind def
+
+% styles
+/solid { [] 0 setdash } bind def
+/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
+/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
+/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
+/bold { 2 setlinewidth } bind def
+/filled { } bind def
+/unfilled { } bind def
+/rounded { } bind def
+/diagonals { } bind def
+
+% hooks for setting color 
+/nodecolor { sethsbcolor } bind def
+/edgecolor { sethsbcolor } bind def
+/graphcolor { sethsbcolor } bind def
+/nopcolor {pop pop pop} bind def
+
+/beginpage {   % i j npages
+       /npages exch def
+       /j exch def
+       /i exch def
+       /str 10 string def
+       npages 1 gt {
+               gsave
+                       coordfont setfont
+                       0 0 moveto
+                       (\() show i str cvs show (,) show j str cvs show (\)) show
+               grestore
+       } if
+} bind def
+
+/set_font {
+       findfont exch
+       scalefont setfont
+} def
+
+% draw aligned label in bounding box aligned to current point
+/alignedtext {                 % width adj text
+       /text exch def
+       /adj exch def
+       /width exch def
+       gsave
+               width 0 gt {
+                       text stringwidth pop adj mul 0 rmoveto
+               } if
+               [] 0 setdash
+               text show
+       grestore
+} def
+
+/boxprim {                             % xcorner ycorner xsize ysize
+               4 2 roll
+               moveto
+               2 copy
+               exch 0 rlineto
+               0 exch rlineto
+               pop neg 0 rlineto
+               closepath
+} bind def
+
+/ellipse_path {
+       /ry exch def
+       /rx exch def
+       /y exch def
+       /x exch def
+       matrix currentmatrix
+       newpath
+       x y translate
+       rx ry scale
+       0 0 1 0 360 arc
+       setmatrix
+} bind def
+
+/endpage { showpage } bind def
+/showpage { } def
+
+/layercolorseq
+       [       % layer color sequence - darkest to lightest
+               [0 0 0]
+               [.2 .8 .8]
+               [.4 .8 .8]
+               [.6 .8 .8]
+               [.8 .8 .8]
+       ]
+def
+
+/layerlen layercolorseq length def
+
+/setlayer {/maxlayer exch def /curlayer exch def
+       layercolorseq curlayer 1 sub layerlen mod get
+       aload pop sethsbcolor
+       /nodecolor {nopcolor} def
+       /edgecolor {nopcolor} def
+       /graphcolor {nopcolor} def
+} bind def
+
+/onlayer { curlayer ne {invis} if } def
+
+/onlayers {
+       /myupper exch def
+       /mylower exch def
+       curlayer mylower lt
+       curlayer myupper gt
+       or
+       {invis} if
+} def
+
+/curlayer 0 def
+
+%%EndResource
+%%EndProlog
+%%BeginSetup
+14 default-font-family set_font
+1 setmiterlimit
+% /arrowlength 10 def
+% /arrowwidth 5 def
+
+% make sure pdfmark is harmless for PS-interpreters other than Distiller
+/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
+% make '<<' and '>>' safe on PS Level 1 devices
+/languagelevel where {pop languagelevel}{1} ifelse
+2 lt {
+    userdict (<<) cvn ([) cvn load put
+    userdict (>>) cvn ([) cvn load put
+} if
+
+%%EndSetup
+setupLatin1
+%%Page: 1 1
+%%PageBoundingBox: 36 36 208 259
+%%PageOrientation: Portrait
+0 0 1 beginpage
+gsave
+36 36 172 223 boxprim clip newpath
+1 1 set_scale 0 rotate 40 40 translate
+0.000 0.000 0.000 graphcolor
+14.00 /Times-Roman set_font
+8.125 198.65 moveto
+(label demo)
+[3.75 6.75 6.75 6.75 3.75 3.75 7.5 6.75 10.5 7.5]
+xshow
+% cluster0
+gsave
+1 setlinewidth
+0.000 0.000 0.000 graphcolor
+newpath 8 8 moveto
+8 157 lineto
+78 157 lineto
+78 8 lineto
+closepath stroke
+0.000 0.000 0.000 graphcolor
+14.00 /Times-Roman set_font
+15.75 15.65 moveto
+(cluster0)
+[6.75 3.75 6.75 6 3.75 6.75 5.25 7.5]
+xshow
+grestore
+% cluster1
+gsave
+1 setlinewidth
+0.000 0.000 0.000 graphcolor
+newpath 86 33 moveto
+86 182 lineto
+156 182 lineto
+156 33 lineto
+closepath stroke
+0.000 0.000 0.000 graphcolor
+14.00 /Times-Roman set_font
+94.125 165.65 moveto
+(cluster1)
+[6.75 3.75 6.75 6 3.75 6.75 5.25 6.75]
+xshow
+grestore
+% a
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+43 131 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+39.625 126.65 moveto
+(a)
+[6.75]
+xshow
+grestore
+% b
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+43 59 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+39.625 54.65 moveto
+(b)
+[6.75]
+xshow
+grestore
+% a->b
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 43 113 moveto
+43 105 43 96 43 87 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 46.5001 87 moveto
+43 77 lineto
+39.5001 87 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 46.5001 87 moveto
+43 77 lineto
+39.5001 87 lineto
+closepath stroke
+grestore
+% c
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+121 131 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+117.625 126.65 moveto
+(c)
+[6.75]
+xshow
+grestore
+% d
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+121 59 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+117.25 54.65 moveto
+(d)
+[7.5]
+xshow
+grestore
+% c->d
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 121 113 moveto
+121 105 121 96 121 87 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 124.5 87 moveto
+121 77 lineto
+117.5 87 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 124.5 87 moveto
+121 77 lineto
+117.5 87 lineto
+closepath stroke
+grestore
+endpage
+showpage
+grestore
+%%PageTrailer
+%%EndPage: 1
+%%Trailer
+%%Pages: 1
+%%BoundingBox: 36 36 208 259
+end
+restore
+%%EOF
diff --git a/rtest/nshare/rootlabel_dot3.ps b/rtest/nshare/rootlabel_dot3.ps
new file mode 100644 (file)
index 0000000..8625202
--- /dev/null
@@ -0,0 +1,326 @@
+%!PS-Adobe-2.0
+%%Creator: Graphviz version 2.15 (Mon Oct 29 14:44:21 UTC 2007)
+%%For: (ellson) John Ellson
+%%Title: G
+%%Pages: (atend)
+%%BoundingBox: (atend)
+%%EndComments
+save
+%%BeginProlog
+/DotDict 200 dict def
+DotDict begin
+
+/setupLatin1 {
+mark
+/EncodingVector 256 array def
+ EncodingVector 0
+
+ISOLatin1Encoding 0 255 getinterval putinterval
+EncodingVector 45 /hyphen put
+
+% Set up ISO Latin 1 character encoding
+/starnetISO {
+        dup dup findfont dup length dict begin
+        { 1 index /FID ne { def }{ pop pop } ifelse
+        } forall
+        /Encoding EncodingVector def
+        currentdict end definefont
+} def
+/Times-Roman starnetISO def
+/Times-Italic starnetISO def
+/Times-Bold starnetISO def
+/Times-BoldItalic starnetISO def
+/Helvetica starnetISO def
+/Helvetica-Oblique starnetISO def
+/Helvetica-Bold starnetISO def
+/Helvetica-BoldOblique starnetISO def
+/Courier starnetISO def
+/Courier-Oblique starnetISO def
+/Courier-Bold starnetISO def
+/Courier-BoldOblique starnetISO def
+cleartomark
+} bind def
+
+%%BeginResource: procset graphviz 0 0
+/coord-font-family /Times-Roman def
+/default-font-family /Times-Roman def
+/coordfont coord-font-family findfont 8 scalefont def
+
+/InvScaleFactor 1.0 def
+/set_scale {
+       dup 1 exch div /InvScaleFactor exch def
+       scale
+} bind def
+
+% styles
+/solid { [] 0 setdash } bind def
+/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
+/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
+/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
+/bold { 2 setlinewidth } bind def
+/filled { } bind def
+/unfilled { } bind def
+/rounded { } bind def
+/diagonals { } bind def
+
+% hooks for setting color 
+/nodecolor { sethsbcolor } bind def
+/edgecolor { sethsbcolor } bind def
+/graphcolor { sethsbcolor } bind def
+/nopcolor {pop pop pop} bind def
+
+/beginpage {   % i j npages
+       /npages exch def
+       /j exch def
+       /i exch def
+       /str 10 string def
+       npages 1 gt {
+               gsave
+                       coordfont setfont
+                       0 0 moveto
+                       (\() show i str cvs show (,) show j str cvs show (\)) show
+               grestore
+       } if
+} bind def
+
+/set_font {
+       findfont exch
+       scalefont setfont
+} def
+
+% draw aligned label in bounding box aligned to current point
+/alignedtext {                 % width adj text
+       /text exch def
+       /adj exch def
+       /width exch def
+       gsave
+               width 0 gt {
+                       text stringwidth pop adj mul 0 rmoveto
+               } if
+               [] 0 setdash
+               text show
+       grestore
+} def
+
+/boxprim {                             % xcorner ycorner xsize ysize
+               4 2 roll
+               moveto
+               2 copy
+               exch 0 rlineto
+               0 exch rlineto
+               pop neg 0 rlineto
+               closepath
+} bind def
+
+/ellipse_path {
+       /ry exch def
+       /rx exch def
+       /y exch def
+       /x exch def
+       matrix currentmatrix
+       newpath
+       x y translate
+       rx ry scale
+       0 0 1 0 360 arc
+       setmatrix
+} bind def
+
+/endpage { showpage } bind def
+/showpage { } def
+
+/layercolorseq
+       [       % layer color sequence - darkest to lightest
+               [0 0 0]
+               [.2 .8 .8]
+               [.4 .8 .8]
+               [.6 .8 .8]
+               [.8 .8 .8]
+       ]
+def
+
+/layerlen layercolorseq length def
+
+/setlayer {/maxlayer exch def /curlayer exch def
+       layercolorseq curlayer 1 sub layerlen mod get
+       aload pop sethsbcolor
+       /nodecolor {nopcolor} def
+       /edgecolor {nopcolor} def
+       /graphcolor {nopcolor} def
+} bind def
+
+/onlayer { curlayer ne {invis} if } def
+
+/onlayers {
+       /myupper exch def
+       /mylower exch def
+       curlayer mylower lt
+       curlayer myupper gt
+       or
+       {invis} if
+} def
+
+/curlayer 0 def
+
+%%EndResource
+%%EndProlog
+%%BeginSetup
+14 default-font-family set_font
+1 setmiterlimit
+% /arrowlength 10 def
+% /arrowwidth 5 def
+
+% make sure pdfmark is harmless for PS-interpreters other than Distiller
+/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
+% make '<<' and '>>' safe on PS Level 1 devices
+/languagelevel where {pop languagelevel}{1} ifelse
+2 lt {
+    userdict (<<) cvn ([) cvn load put
+    userdict (>>) cvn ([) cvn load put
+} if
+
+%%EndSetup
+setupLatin1
+%%Page: 1 1
+%%PageBoundingBox: 36 36 208 259
+%%PageOrientation: Portrait
+0 0 1 beginpage
+gsave
+36 36 172 223 boxprim clip newpath
+1 1 set_scale 0 rotate 40 40 translate
+0.000 0.000 0.000 graphcolor
+14.00 /Times-Roman set_font
+8.125 7.65 moveto
+(label demo)
+[3.75 6.75 6.75 6.75 3.75 3.75 7.5 6.75 10.5 7.5]
+xshow
+% cluster0
+gsave
+1 setlinewidth
+0.000 0.000 0.000 graphcolor
+newpath 8 33 moveto
+8 182 lineto
+78 182 lineto
+78 33 lineto
+closepath stroke
+0.000 0.000 0.000 graphcolor
+14.00 /Times-Roman set_font
+15.75 40.65 moveto
+(cluster0)
+[6.75 3.75 6.75 6 3.75 6.75 5.25 7.5]
+xshow
+grestore
+% cluster1
+gsave
+1 setlinewidth
+0.000 0.000 0.000 graphcolor
+newpath 86 58 moveto
+86 207 lineto
+156 207 lineto
+156 58 lineto
+closepath stroke
+0.000 0.000 0.000 graphcolor
+14.00 /Times-Roman set_font
+94.125 190.65 moveto
+(cluster1)
+[6.75 3.75 6.75 6 3.75 6.75 5.25 6.75]
+xshow
+grestore
+% a
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+43 156 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+39.625 151.65 moveto
+(a)
+[6.75]
+xshow
+grestore
+% b
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+43 84 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+39.625 79.65 moveto
+(b)
+[6.75]
+xshow
+grestore
+% a->b
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 43 138 moveto
+43 130 43 121 43 112 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 46.5001 112 moveto
+43 102 lineto
+39.5001 112 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 46.5001 112 moveto
+43 102 lineto
+39.5001 112 lineto
+closepath stroke
+grestore
+% c
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+121 156 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+117.625 151.65 moveto
+(c)
+[6.75]
+xshow
+grestore
+% d
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+121 84 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+117.25 79.65 moveto
+(d)
+[7.5]
+xshow
+grestore
+% c->d
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 121 138 moveto
+121 130 121 121 121 112 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 124.5 112 moveto
+121 102 lineto
+117.5 112 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 124.5 112 moveto
+121 102 lineto
+117.5 112 lineto
+closepath stroke
+grestore
+endpage
+showpage
+grestore
+%%PageTrailer
+%%EndPage: 1
+%%Trailer
+%%Pages: 1
+%%BoundingBox: 36 36 208 259
+end
+restore
+%%EOF
diff --git a/rtest/nshare/rootlabel_dot4.ps b/rtest/nshare/rootlabel_dot4.ps
new file mode 100644 (file)
index 0000000..7bb5b2c
--- /dev/null
@@ -0,0 +1,326 @@
+%!PS-Adobe-2.0
+%%Creator: Graphviz version 2.15 (Mon Oct 29 14:44:21 UTC 2007)
+%%For: (ellson) John Ellson
+%%Title: G
+%%Pages: (atend)
+%%BoundingBox: (atend)
+%%EndComments
+save
+%%BeginProlog
+/DotDict 200 dict def
+DotDict begin
+
+/setupLatin1 {
+mark
+/EncodingVector 256 array def
+ EncodingVector 0
+
+ISOLatin1Encoding 0 255 getinterval putinterval
+EncodingVector 45 /hyphen put
+
+% Set up ISO Latin 1 character encoding
+/starnetISO {
+        dup dup findfont dup length dict begin
+        { 1 index /FID ne { def }{ pop pop } ifelse
+        } forall
+        /Encoding EncodingVector def
+        currentdict end definefont
+} def
+/Times-Roman starnetISO def
+/Times-Italic starnetISO def
+/Times-Bold starnetISO def
+/Times-BoldItalic starnetISO def
+/Helvetica starnetISO def
+/Helvetica-Oblique starnetISO def
+/Helvetica-Bold starnetISO def
+/Helvetica-BoldOblique starnetISO def
+/Courier starnetISO def
+/Courier-Oblique starnetISO def
+/Courier-Bold starnetISO def
+/Courier-BoldOblique starnetISO def
+cleartomark
+} bind def
+
+%%BeginResource: procset graphviz 0 0
+/coord-font-family /Times-Roman def
+/default-font-family /Times-Roman def
+/coordfont coord-font-family findfont 8 scalefont def
+
+/InvScaleFactor 1.0 def
+/set_scale {
+       dup 1 exch div /InvScaleFactor exch def
+       scale
+} bind def
+
+% styles
+/solid { [] 0 setdash } bind def
+/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
+/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
+/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
+/bold { 2 setlinewidth } bind def
+/filled { } bind def
+/unfilled { } bind def
+/rounded { } bind def
+/diagonals { } bind def
+
+% hooks for setting color 
+/nodecolor { sethsbcolor } bind def
+/edgecolor { sethsbcolor } bind def
+/graphcolor { sethsbcolor } bind def
+/nopcolor {pop pop pop} bind def
+
+/beginpage {   % i j npages
+       /npages exch def
+       /j exch def
+       /i exch def
+       /str 10 string def
+       npages 1 gt {
+               gsave
+                       coordfont setfont
+                       0 0 moveto
+                       (\() show i str cvs show (,) show j str cvs show (\)) show
+               grestore
+       } if
+} bind def
+
+/set_font {
+       findfont exch
+       scalefont setfont
+} def
+
+% draw aligned label in bounding box aligned to current point
+/alignedtext {                 % width adj text
+       /text exch def
+       /adj exch def
+       /width exch def
+       gsave
+               width 0 gt {
+                       text stringwidth pop adj mul 0 rmoveto
+               } if
+               [] 0 setdash
+               text show
+       grestore
+} def
+
+/boxprim {                             % xcorner ycorner xsize ysize
+               4 2 roll
+               moveto
+               2 copy
+               exch 0 rlineto
+               0 exch rlineto
+               pop neg 0 rlineto
+               closepath
+} bind def
+
+/ellipse_path {
+       /ry exch def
+       /rx exch def
+       /y exch def
+       /x exch def
+       matrix currentmatrix
+       newpath
+       x y translate
+       rx ry scale
+       0 0 1 0 360 arc
+       setmatrix
+} bind def
+
+/endpage { showpage } bind def
+/showpage { } def
+
+/layercolorseq
+       [       % layer color sequence - darkest to lightest
+               [0 0 0]
+               [.2 .8 .8]
+               [.4 .8 .8]
+               [.6 .8 .8]
+               [.8 .8 .8]
+       ]
+def
+
+/layerlen layercolorseq length def
+
+/setlayer {/maxlayer exch def /curlayer exch def
+       layercolorseq curlayer 1 sub layerlen mod get
+       aload pop sethsbcolor
+       /nodecolor {nopcolor} def
+       /edgecolor {nopcolor} def
+       /graphcolor {nopcolor} def
+} bind def
+
+/onlayer { curlayer ne {invis} if } def
+
+/onlayers {
+       /myupper exch def
+       /mylower exch def
+       curlayer mylower lt
+       curlayer myupper gt
+       or
+       {invis} if
+} def
+
+/curlayer 0 def
+
+%%EndResource
+%%EndProlog
+%%BeginSetup
+14 default-font-family set_font
+1 setmiterlimit
+% /arrowlength 10 def
+% /arrowwidth 5 def
+
+% make sure pdfmark is harmless for PS-interpreters other than Distiller
+/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
+% make '<<' and '>>' safe on PS Level 1 devices
+/languagelevel where {pop languagelevel}{1} ifelse
+2 lt {
+    userdict (<<) cvn ([) cvn load put
+    userdict (>>) cvn ([) cvn load put
+} if
+
+%%EndSetup
+setupLatin1
+%%Page: 1 1
+%%PageBoundingBox: 36 36 208 259
+%%PageOrientation: Portrait
+0 0 1 beginpage
+gsave
+36 36 172 223 boxprim clip newpath
+1 1 set_scale 0 rotate 40 40 translate
+0.000 0.000 0.000 graphcolor
+14.00 /Times-Roman set_font
+50.125 198.65 moveto
+(label demo)
+[3.75 6.75 6.75 6.75 3.75 3.75 7.5 6.75 10.5 7.5]
+xshow
+% cluster0
+gsave
+1 setlinewidth
+0.000 0.000 0.000 graphcolor
+newpath 8 8 moveto
+8 157 lineto
+78 157 lineto
+78 8 lineto
+closepath stroke
+0.000 0.000 0.000 graphcolor
+14.00 /Times-Roman set_font
+19.75 15.65 moveto
+(cluster0)
+[6.75 3.75 6.75 6 3.75 6.75 5.25 7.5]
+xshow
+grestore
+% cluster1
+gsave
+1 setlinewidth
+0.000 0.000 0.000 graphcolor
+newpath 86 33 moveto
+86 182 lineto
+156 182 lineto
+156 33 lineto
+closepath stroke
+0.000 0.000 0.000 graphcolor
+14.00 /Times-Roman set_font
+98.125 165.65 moveto
+(cluster1)
+[6.75 3.75 6.75 6 3.75 6.75 5.25 6.75]
+xshow
+grestore
+% a
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+43 131 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+39.625 126.65 moveto
+(a)
+[6.75]
+xshow
+grestore
+% b
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+43 59 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+39.625 54.65 moveto
+(b)
+[6.75]
+xshow
+grestore
+% a->b
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 43 113 moveto
+43 105 43 96 43 87 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 46.5001 87 moveto
+43 77 lineto
+39.5001 87 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 46.5001 87 moveto
+43 77 lineto
+39.5001 87 lineto
+closepath stroke
+grestore
+% c
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+121 131 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+117.625 126.65 moveto
+(c)
+[6.75]
+xshow
+grestore
+% d
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+121 59 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+117.25 54.65 moveto
+(d)
+[7.5]
+xshow
+grestore
+% c->d
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 121 113 moveto
+121 105 121 96 121 87 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 124.5 87 moveto
+121 77 lineto
+117.5 87 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 124.5 87 moveto
+121 77 lineto
+117.5 87 lineto
+closepath stroke
+grestore
+endpage
+showpage
+grestore
+%%PageTrailer
+%%EndPage: 1
+%%Trailer
+%%Pages: 1
+%%BoundingBox: 36 36 208 259
+end
+restore
+%%EOF
diff --git a/rtest/nshare/rootlabel_dot5.ps b/rtest/nshare/rootlabel_dot5.ps
new file mode 100644 (file)
index 0000000..575cf4e
--- /dev/null
@@ -0,0 +1,326 @@
+%!PS-Adobe-2.0
+%%Creator: Graphviz version 2.15 (Mon Oct 29 14:44:21 UTC 2007)
+%%For: (ellson) John Ellson
+%%Title: G
+%%Pages: (atend)
+%%BoundingBox: (atend)
+%%EndComments
+save
+%%BeginProlog
+/DotDict 200 dict def
+DotDict begin
+
+/setupLatin1 {
+mark
+/EncodingVector 256 array def
+ EncodingVector 0
+
+ISOLatin1Encoding 0 255 getinterval putinterval
+EncodingVector 45 /hyphen put
+
+% Set up ISO Latin 1 character encoding
+/starnetISO {
+        dup dup findfont dup length dict begin
+        { 1 index /FID ne { def }{ pop pop } ifelse
+        } forall
+        /Encoding EncodingVector def
+        currentdict end definefont
+} def
+/Times-Roman starnetISO def
+/Times-Italic starnetISO def
+/Times-Bold starnetISO def
+/Times-BoldItalic starnetISO def
+/Helvetica starnetISO def
+/Helvetica-Oblique starnetISO def
+/Helvetica-Bold starnetISO def
+/Helvetica-BoldOblique starnetISO def
+/Courier starnetISO def
+/Courier-Oblique starnetISO def
+/Courier-Bold starnetISO def
+/Courier-BoldOblique starnetISO def
+cleartomark
+} bind def
+
+%%BeginResource: procset graphviz 0 0
+/coord-font-family /Times-Roman def
+/default-font-family /Times-Roman def
+/coordfont coord-font-family findfont 8 scalefont def
+
+/InvScaleFactor 1.0 def
+/set_scale {
+       dup 1 exch div /InvScaleFactor exch def
+       scale
+} bind def
+
+% styles
+/solid { [] 0 setdash } bind def
+/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
+/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
+/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
+/bold { 2 setlinewidth } bind def
+/filled { } bind def
+/unfilled { } bind def
+/rounded { } bind def
+/diagonals { } bind def
+
+% hooks for setting color 
+/nodecolor { sethsbcolor } bind def
+/edgecolor { sethsbcolor } bind def
+/graphcolor { sethsbcolor } bind def
+/nopcolor {pop pop pop} bind def
+
+/beginpage {   % i j npages
+       /npages exch def
+       /j exch def
+       /i exch def
+       /str 10 string def
+       npages 1 gt {
+               gsave
+                       coordfont setfont
+                       0 0 moveto
+                       (\() show i str cvs show (,) show j str cvs show (\)) show
+               grestore
+       } if
+} bind def
+
+/set_font {
+       findfont exch
+       scalefont setfont
+} def
+
+% draw aligned label in bounding box aligned to current point
+/alignedtext {                 % width adj text
+       /text exch def
+       /adj exch def
+       /width exch def
+       gsave
+               width 0 gt {
+                       text stringwidth pop adj mul 0 rmoveto
+               } if
+               [] 0 setdash
+               text show
+       grestore
+} def
+
+/boxprim {                             % xcorner ycorner xsize ysize
+               4 2 roll
+               moveto
+               2 copy
+               exch 0 rlineto
+               0 exch rlineto
+               pop neg 0 rlineto
+               closepath
+} bind def
+
+/ellipse_path {
+       /ry exch def
+       /rx exch def
+       /y exch def
+       /x exch def
+       matrix currentmatrix
+       newpath
+       x y translate
+       rx ry scale
+       0 0 1 0 360 arc
+       setmatrix
+} bind def
+
+/endpage { showpage } bind def
+/showpage { } def
+
+/layercolorseq
+       [       % layer color sequence - darkest to lightest
+               [0 0 0]
+               [.2 .8 .8]
+               [.4 .8 .8]
+               [.6 .8 .8]
+               [.8 .8 .8]
+       ]
+def
+
+/layerlen layercolorseq length def
+
+/setlayer {/maxlayer exch def /curlayer exch def
+       layercolorseq curlayer 1 sub layerlen mod get
+       aload pop sethsbcolor
+       /nodecolor {nopcolor} def
+       /edgecolor {nopcolor} def
+       /graphcolor {nopcolor} def
+} bind def
+
+/onlayer { curlayer ne {invis} if } def
+
+/onlayers {
+       /myupper exch def
+       /mylower exch def
+       curlayer mylower lt
+       curlayer myupper gt
+       or
+       {invis} if
+} def
+
+/curlayer 0 def
+
+%%EndResource
+%%EndProlog
+%%BeginSetup
+14 default-font-family set_font
+1 setmiterlimit
+% /arrowlength 10 def
+% /arrowwidth 5 def
+
+% make sure pdfmark is harmless for PS-interpreters other than Distiller
+/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
+% make '<<' and '>>' safe on PS Level 1 devices
+/languagelevel where {pop languagelevel}{1} ifelse
+2 lt {
+    userdict (<<) cvn ([) cvn load put
+    userdict (>>) cvn ([) cvn load put
+} if
+
+%%EndSetup
+setupLatin1
+%%Page: 1 1
+%%PageBoundingBox: 36 36 208 259
+%%PageOrientation: Portrait
+0 0 1 beginpage
+gsave
+36 36 172 223 boxprim clip newpath
+1 1 set_scale 0 rotate 40 40 translate
+0.000 0.000 0.000 graphcolor
+14.00 /Times-Roman set_font
+50.125 7.65 moveto
+(label demo)
+[3.75 6.75 6.75 6.75 3.75 3.75 7.5 6.75 10.5 7.5]
+xshow
+% cluster0
+gsave
+1 setlinewidth
+0.000 0.000 0.000 graphcolor
+newpath 8 33 moveto
+8 182 lineto
+78 182 lineto
+78 33 lineto
+closepath stroke
+0.000 0.000 0.000 graphcolor
+14.00 /Times-Roman set_font
+19.75 40.65 moveto
+(cluster0)
+[6.75 3.75 6.75 6 3.75 6.75 5.25 7.5]
+xshow
+grestore
+% cluster1
+gsave
+1 setlinewidth
+0.000 0.000 0.000 graphcolor
+newpath 86 58 moveto
+86 207 lineto
+156 207 lineto
+156 58 lineto
+closepath stroke
+0.000 0.000 0.000 graphcolor
+14.00 /Times-Roman set_font
+98.125 190.65 moveto
+(cluster1)
+[6.75 3.75 6.75 6 3.75 6.75 5.25 6.75]
+xshow
+grestore
+% a
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+43 156 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+39.625 151.65 moveto
+(a)
+[6.75]
+xshow
+grestore
+% b
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+43 84 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+39.625 79.65 moveto
+(b)
+[6.75]
+xshow
+grestore
+% a->b
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 43 138 moveto
+43 130 43 121 43 112 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 46.5001 112 moveto
+43 102 lineto
+39.5001 112 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 46.5001 112 moveto
+43 102 lineto
+39.5001 112 lineto
+closepath stroke
+grestore
+% c
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+121 156 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+117.625 151.65 moveto
+(c)
+[6.75]
+xshow
+grestore
+% d
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+121 84 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+117.25 79.65 moveto
+(d)
+[7.5]
+xshow
+grestore
+% c->d
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 121 138 moveto
+121 130 121 121 121 112 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 124.5 112 moveto
+121 102 lineto
+117.5 112 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 124.5 112 moveto
+121 102 lineto
+117.5 112 lineto
+closepath stroke
+grestore
+endpage
+showpage
+grestore
+%%PageTrailer
+%%EndPage: 1
+%%Trailer
+%%Pages: 1
+%%BoundingBox: 36 36 208 259
+end
+restore
+%%EOF
diff --git a/rtest/nshare/rootlabel_dot6.ps b/rtest/nshare/rootlabel_dot6.ps
new file mode 100644 (file)
index 0000000..7bb5b2c
--- /dev/null
@@ -0,0 +1,326 @@
+%!PS-Adobe-2.0
+%%Creator: Graphviz version 2.15 (Mon Oct 29 14:44:21 UTC 2007)
+%%For: (ellson) John Ellson
+%%Title: G
+%%Pages: (atend)
+%%BoundingBox: (atend)
+%%EndComments
+save
+%%BeginProlog
+/DotDict 200 dict def
+DotDict begin
+
+/setupLatin1 {
+mark
+/EncodingVector 256 array def
+ EncodingVector 0
+
+ISOLatin1Encoding 0 255 getinterval putinterval
+EncodingVector 45 /hyphen put
+
+% Set up ISO Latin 1 character encoding
+/starnetISO {
+        dup dup findfont dup length dict begin
+        { 1 index /FID ne { def }{ pop pop } ifelse
+        } forall
+        /Encoding EncodingVector def
+        currentdict end definefont
+} def
+/Times-Roman starnetISO def
+/Times-Italic starnetISO def
+/Times-Bold starnetISO def
+/Times-BoldItalic starnetISO def
+/Helvetica starnetISO def
+/Helvetica-Oblique starnetISO def
+/Helvetica-Bold starnetISO def
+/Helvetica-BoldOblique starnetISO def
+/Courier starnetISO def
+/Courier-Oblique starnetISO def
+/Courier-Bold starnetISO def
+/Courier-BoldOblique starnetISO def
+cleartomark
+} bind def
+
+%%BeginResource: procset graphviz 0 0
+/coord-font-family /Times-Roman def
+/default-font-family /Times-Roman def
+/coordfont coord-font-family findfont 8 scalefont def
+
+/InvScaleFactor 1.0 def
+/set_scale {
+       dup 1 exch div /InvScaleFactor exch def
+       scale
+} bind def
+
+% styles
+/solid { [] 0 setdash } bind def
+/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
+/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
+/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
+/bold { 2 setlinewidth } bind def
+/filled { } bind def
+/unfilled { } bind def
+/rounded { } bind def
+/diagonals { } bind def
+
+% hooks for setting color 
+/nodecolor { sethsbcolor } bind def
+/edgecolor { sethsbcolor } bind def
+/graphcolor { sethsbcolor } bind def
+/nopcolor {pop pop pop} bind def
+
+/beginpage {   % i j npages
+       /npages exch def
+       /j exch def
+       /i exch def
+       /str 10 string def
+       npages 1 gt {
+               gsave
+                       coordfont setfont
+                       0 0 moveto
+                       (\() show i str cvs show (,) show j str cvs show (\)) show
+               grestore
+       } if
+} bind def
+
+/set_font {
+       findfont exch
+       scalefont setfont
+} def
+
+% draw aligned label in bounding box aligned to current point
+/alignedtext {                 % width adj text
+       /text exch def
+       /adj exch def
+       /width exch def
+       gsave
+               width 0 gt {
+                       text stringwidth pop adj mul 0 rmoveto
+               } if
+               [] 0 setdash
+               text show
+       grestore
+} def
+
+/boxprim {                             % xcorner ycorner xsize ysize
+               4 2 roll
+               moveto
+               2 copy
+               exch 0 rlineto
+               0 exch rlineto
+               pop neg 0 rlineto
+               closepath
+} bind def
+
+/ellipse_path {
+       /ry exch def
+       /rx exch def
+       /y exch def
+       /x exch def
+       matrix currentmatrix
+       newpath
+       x y translate
+       rx ry scale
+       0 0 1 0 360 arc
+       setmatrix
+} bind def
+
+/endpage { showpage } bind def
+/showpage { } def
+
+/layercolorseq
+       [       % layer color sequence - darkest to lightest
+               [0 0 0]
+               [.2 .8 .8]
+               [.4 .8 .8]
+               [.6 .8 .8]
+               [.8 .8 .8]
+       ]
+def
+
+/layerlen layercolorseq length def
+
+/setlayer {/maxlayer exch def /curlayer exch def
+       layercolorseq curlayer 1 sub layerlen mod get
+       aload pop sethsbcolor
+       /nodecolor {nopcolor} def
+       /edgecolor {nopcolor} def
+       /graphcolor {nopcolor} def
+} bind def
+
+/onlayer { curlayer ne {invis} if } def
+
+/onlayers {
+       /myupper exch def
+       /mylower exch def
+       curlayer mylower lt
+       curlayer myupper gt
+       or
+       {invis} if
+} def
+
+/curlayer 0 def
+
+%%EndResource
+%%EndProlog
+%%BeginSetup
+14 default-font-family set_font
+1 setmiterlimit
+% /arrowlength 10 def
+% /arrowwidth 5 def
+
+% make sure pdfmark is harmless for PS-interpreters other than Distiller
+/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
+% make '<<' and '>>' safe on PS Level 1 devices
+/languagelevel where {pop languagelevel}{1} ifelse
+2 lt {
+    userdict (<<) cvn ([) cvn load put
+    userdict (>>) cvn ([) cvn load put
+} if
+
+%%EndSetup
+setupLatin1
+%%Page: 1 1
+%%PageBoundingBox: 36 36 208 259
+%%PageOrientation: Portrait
+0 0 1 beginpage
+gsave
+36 36 172 223 boxprim clip newpath
+1 1 set_scale 0 rotate 40 40 translate
+0.000 0.000 0.000 graphcolor
+14.00 /Times-Roman set_font
+50.125 198.65 moveto
+(label demo)
+[3.75 6.75 6.75 6.75 3.75 3.75 7.5 6.75 10.5 7.5]
+xshow
+% cluster0
+gsave
+1 setlinewidth
+0.000 0.000 0.000 graphcolor
+newpath 8 8 moveto
+8 157 lineto
+78 157 lineto
+78 8 lineto
+closepath stroke
+0.000 0.000 0.000 graphcolor
+14.00 /Times-Roman set_font
+19.75 15.65 moveto
+(cluster0)
+[6.75 3.75 6.75 6 3.75 6.75 5.25 7.5]
+xshow
+grestore
+% cluster1
+gsave
+1 setlinewidth
+0.000 0.000 0.000 graphcolor
+newpath 86 33 moveto
+86 182 lineto
+156 182 lineto
+156 33 lineto
+closepath stroke
+0.000 0.000 0.000 graphcolor
+14.00 /Times-Roman set_font
+98.125 165.65 moveto
+(cluster1)
+[6.75 3.75 6.75 6 3.75 6.75 5.25 6.75]
+xshow
+grestore
+% a
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+43 131 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+39.625 126.65 moveto
+(a)
+[6.75]
+xshow
+grestore
+% b
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+43 59 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+39.625 54.65 moveto
+(b)
+[6.75]
+xshow
+grestore
+% a->b
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 43 113 moveto
+43 105 43 96 43 87 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 46.5001 87 moveto
+43 77 lineto
+39.5001 87 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 46.5001 87 moveto
+43 77 lineto
+39.5001 87 lineto
+closepath stroke
+grestore
+% c
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+121 131 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+117.625 126.65 moveto
+(c)
+[6.75]
+xshow
+grestore
+% d
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+121 59 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+117.25 54.65 moveto
+(d)
+[7.5]
+xshow
+grestore
+% c->d
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 121 113 moveto
+121 105 121 96 121 87 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 124.5 87 moveto
+121 77 lineto
+117.5 87 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 124.5 87 moveto
+121 77 lineto
+117.5 87 lineto
+closepath stroke
+grestore
+endpage
+showpage
+grestore
+%%PageTrailer
+%%EndPage: 1
+%%Trailer
+%%Pages: 1
+%%BoundingBox: 36 36 208 259
+end
+restore
+%%EOF
diff --git a/rtest/nshare/rootlabel_dot7.ps b/rtest/nshare/rootlabel_dot7.ps
new file mode 100644 (file)
index 0000000..575cf4e
--- /dev/null
@@ -0,0 +1,326 @@
+%!PS-Adobe-2.0
+%%Creator: Graphviz version 2.15 (Mon Oct 29 14:44:21 UTC 2007)
+%%For: (ellson) John Ellson
+%%Title: G
+%%Pages: (atend)
+%%BoundingBox: (atend)
+%%EndComments
+save
+%%BeginProlog
+/DotDict 200 dict def
+DotDict begin
+
+/setupLatin1 {
+mark
+/EncodingVector 256 array def
+ EncodingVector 0
+
+ISOLatin1Encoding 0 255 getinterval putinterval
+EncodingVector 45 /hyphen put
+
+% Set up ISO Latin 1 character encoding
+/starnetISO {
+        dup dup findfont dup length dict begin
+        { 1 index /FID ne { def }{ pop pop } ifelse
+        } forall
+        /Encoding EncodingVector def
+        currentdict end definefont
+} def
+/Times-Roman starnetISO def
+/Times-Italic starnetISO def
+/Times-Bold starnetISO def
+/Times-BoldItalic starnetISO def
+/Helvetica starnetISO def
+/Helvetica-Oblique starnetISO def
+/Helvetica-Bold starnetISO def
+/Helvetica-BoldOblique starnetISO def
+/Courier starnetISO def
+/Courier-Oblique starnetISO def
+/Courier-Bold starnetISO def
+/Courier-BoldOblique starnetISO def
+cleartomark
+} bind def
+
+%%BeginResource: procset graphviz 0 0
+/coord-font-family /Times-Roman def
+/default-font-family /Times-Roman def
+/coordfont coord-font-family findfont 8 scalefont def
+
+/InvScaleFactor 1.0 def
+/set_scale {
+       dup 1 exch div /InvScaleFactor exch def
+       scale
+} bind def
+
+% styles
+/solid { [] 0 setdash } bind def
+/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
+/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
+/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
+/bold { 2 setlinewidth } bind def
+/filled { } bind def
+/unfilled { } bind def
+/rounded { } bind def
+/diagonals { } bind def
+
+% hooks for setting color 
+/nodecolor { sethsbcolor } bind def
+/edgecolor { sethsbcolor } bind def
+/graphcolor { sethsbcolor } bind def
+/nopcolor {pop pop pop} bind def
+
+/beginpage {   % i j npages
+       /npages exch def
+       /j exch def
+       /i exch def
+       /str 10 string def
+       npages 1 gt {
+               gsave
+                       coordfont setfont
+                       0 0 moveto
+                       (\() show i str cvs show (,) show j str cvs show (\)) show
+               grestore
+       } if
+} bind def
+
+/set_font {
+       findfont exch
+       scalefont setfont
+} def
+
+% draw aligned label in bounding box aligned to current point
+/alignedtext {                 % width adj text
+       /text exch def
+       /adj exch def
+       /width exch def
+       gsave
+               width 0 gt {
+                       text stringwidth pop adj mul 0 rmoveto
+               } if
+               [] 0 setdash
+               text show
+       grestore
+} def
+
+/boxprim {                             % xcorner ycorner xsize ysize
+               4 2 roll
+               moveto
+               2 copy
+               exch 0 rlineto
+               0 exch rlineto
+               pop neg 0 rlineto
+               closepath
+} bind def
+
+/ellipse_path {
+       /ry exch def
+       /rx exch def
+       /y exch def
+       /x exch def
+       matrix currentmatrix
+       newpath
+       x y translate
+       rx ry scale
+       0 0 1 0 360 arc
+       setmatrix
+} bind def
+
+/endpage { showpage } bind def
+/showpage { } def
+
+/layercolorseq
+       [       % layer color sequence - darkest to lightest
+               [0 0 0]
+               [.2 .8 .8]
+               [.4 .8 .8]
+               [.6 .8 .8]
+               [.8 .8 .8]
+       ]
+def
+
+/layerlen layercolorseq length def
+
+/setlayer {/maxlayer exch def /curlayer exch def
+       layercolorseq curlayer 1 sub layerlen mod get
+       aload pop sethsbcolor
+       /nodecolor {nopcolor} def
+       /edgecolor {nopcolor} def
+       /graphcolor {nopcolor} def
+} bind def
+
+/onlayer { curlayer ne {invis} if } def
+
+/onlayers {
+       /myupper exch def
+       /mylower exch def
+       curlayer mylower lt
+       curlayer myupper gt
+       or
+       {invis} if
+} def
+
+/curlayer 0 def
+
+%%EndResource
+%%EndProlog
+%%BeginSetup
+14 default-font-family set_font
+1 setmiterlimit
+% /arrowlength 10 def
+% /arrowwidth 5 def
+
+% make sure pdfmark is harmless for PS-interpreters other than Distiller
+/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
+% make '<<' and '>>' safe on PS Level 1 devices
+/languagelevel where {pop languagelevel}{1} ifelse
+2 lt {
+    userdict (<<) cvn ([) cvn load put
+    userdict (>>) cvn ([) cvn load put
+} if
+
+%%EndSetup
+setupLatin1
+%%Page: 1 1
+%%PageBoundingBox: 36 36 208 259
+%%PageOrientation: Portrait
+0 0 1 beginpage
+gsave
+36 36 172 223 boxprim clip newpath
+1 1 set_scale 0 rotate 40 40 translate
+0.000 0.000 0.000 graphcolor
+14.00 /Times-Roman set_font
+50.125 7.65 moveto
+(label demo)
+[3.75 6.75 6.75 6.75 3.75 3.75 7.5 6.75 10.5 7.5]
+xshow
+% cluster0
+gsave
+1 setlinewidth
+0.000 0.000 0.000 graphcolor
+newpath 8 33 moveto
+8 182 lineto
+78 182 lineto
+78 33 lineto
+closepath stroke
+0.000 0.000 0.000 graphcolor
+14.00 /Times-Roman set_font
+19.75 40.65 moveto
+(cluster0)
+[6.75 3.75 6.75 6 3.75 6.75 5.25 7.5]
+xshow
+grestore
+% cluster1
+gsave
+1 setlinewidth
+0.000 0.000 0.000 graphcolor
+newpath 86 58 moveto
+86 207 lineto
+156 207 lineto
+156 58 lineto
+closepath stroke
+0.000 0.000 0.000 graphcolor
+14.00 /Times-Roman set_font
+98.125 190.65 moveto
+(cluster1)
+[6.75 3.75 6.75 6 3.75 6.75 5.25 6.75]
+xshow
+grestore
+% a
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+43 156 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+39.625 151.65 moveto
+(a)
+[6.75]
+xshow
+grestore
+% b
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+43 84 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+39.625 79.65 moveto
+(b)
+[6.75]
+xshow
+grestore
+% a->b
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 43 138 moveto
+43 130 43 121 43 112 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 46.5001 112 moveto
+43 102 lineto
+39.5001 112 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 46.5001 112 moveto
+43 102 lineto
+39.5001 112 lineto
+closepath stroke
+grestore
+% c
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+121 156 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+117.625 151.65 moveto
+(c)
+[6.75]
+xshow
+grestore
+% d
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+121 84 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+117.25 79.65 moveto
+(d)
+[7.5]
+xshow
+grestore
+% c->d
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 121 138 moveto
+121 130 121 121 121 112 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 124.5 112 moveto
+121 102 lineto
+117.5 112 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 124.5 112 moveto
+121 102 lineto
+117.5 112 lineto
+closepath stroke
+grestore
+endpage
+showpage
+grestore
+%%PageTrailer
+%%EndPage: 1
+%%Trailer
+%%Pages: 1
+%%BoundingBox: 36 36 208 259
+end
+restore
+%%EOF
diff --git a/rtest/nshare/rotate_dot.png b/rtest/nshare/rotate_dot.png
new file mode 100644 (file)
index 0000000..579bbb8
Binary files /dev/null and b/rtest/nshare/rotate_dot.png differ
diff --git a/rtest/nshare/rotate_dot.ps b/rtest/nshare/rotate_dot.ps
new file mode 100644 (file)
index 0000000..10ef8c7
--- /dev/null
@@ -0,0 +1,2397 @@
+%!PS-Adobe-2.0
+%%Creator: Graphviz version 2.15 (Mon Oct 29 14:44:21 UTC 2007)
+%%For: (ellson) John Ellson
+%%Title: unix
+%%Pages: (atend)
+%%BoundingBox: (atend)
+%%EndComments
+save
+%%BeginProlog
+/DotDict 200 dict def
+DotDict begin
+
+/setupLatin1 {
+mark
+/EncodingVector 256 array def
+ EncodingVector 0
+
+ISOLatin1Encoding 0 255 getinterval putinterval
+EncodingVector 45 /hyphen put
+
+% Set up ISO Latin 1 character encoding
+/starnetISO {
+        dup dup findfont dup length dict begin
+        { 1 index /FID ne { def }{ pop pop } ifelse
+        } forall
+        /Encoding EncodingVector def
+        currentdict end definefont
+} def
+/Times-Roman starnetISO def
+/Times-Italic starnetISO def
+/Times-Bold starnetISO def
+/Times-BoldItalic starnetISO def
+/Helvetica starnetISO def
+/Helvetica-Oblique starnetISO def
+/Helvetica-Bold starnetISO def
+/Helvetica-BoldOblique starnetISO def
+/Courier starnetISO def
+/Courier-Oblique starnetISO def
+/Courier-Bold starnetISO def
+/Courier-BoldOblique starnetISO def
+cleartomark
+} bind def
+
+%%BeginResource: procset graphviz 0 0
+/coord-font-family /Times-Roman def
+/default-font-family /Times-Roman def
+/coordfont coord-font-family findfont 8 scalefont def
+
+/InvScaleFactor 1.0 def
+/set_scale {
+       dup 1 exch div /InvScaleFactor exch def
+       scale
+} bind def
+
+% styles
+/solid { [] 0 setdash } bind def
+/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
+/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
+/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
+/bold { 2 setlinewidth } bind def
+/filled { } bind def
+/unfilled { } bind def
+/rounded { } bind def
+/diagonals { } bind def
+
+% hooks for setting color 
+/nodecolor { sethsbcolor } bind def
+/edgecolor { sethsbcolor } bind def
+/graphcolor { sethsbcolor } bind def
+/nopcolor {pop pop pop} bind def
+
+/beginpage {   % i j npages
+       /npages exch def
+       /j exch def
+       /i exch def
+       /str 10 string def
+       npages 1 gt {
+               gsave
+                       coordfont setfont
+                       0 0 moveto
+                       (\() show i str cvs show (,) show j str cvs show (\)) show
+               grestore
+       } if
+} bind def
+
+/set_font {
+       findfont exch
+       scalefont setfont
+} def
+
+% draw aligned label in bounding box aligned to current point
+/alignedtext {                 % width adj text
+       /text exch def
+       /adj exch def
+       /width exch def
+       gsave
+               width 0 gt {
+                       text stringwidth pop adj mul 0 rmoveto
+               } if
+               [] 0 setdash
+               text show
+       grestore
+} def
+
+/boxprim {                             % xcorner ycorner xsize ysize
+               4 2 roll
+               moveto
+               2 copy
+               exch 0 rlineto
+               0 exch rlineto
+               pop neg 0 rlineto
+               closepath
+} bind def
+
+/ellipse_path {
+       /ry exch def
+       /rx exch def
+       /y exch def
+       /x exch def
+       matrix currentmatrix
+       newpath
+       x y translate
+       rx ry scale
+       0 0 1 0 360 arc
+       setmatrix
+} bind def
+
+/endpage { showpage } bind def
+/showpage { } def
+
+/layercolorseq
+       [       % layer color sequence - darkest to lightest
+               [0 0 0]
+               [.2 .8 .8]
+               [.4 .8 .8]
+               [.6 .8 .8]
+               [.8 .8 .8]
+       ]
+def
+
+/layerlen layercolorseq length def
+
+/setlayer {/maxlayer exch def /curlayer exch def
+       layercolorseq curlayer 1 sub layerlen mod get
+       aload pop sethsbcolor
+       /nodecolor {nopcolor} def
+       /edgecolor {nopcolor} def
+       /graphcolor {nopcolor} def
+} bind def
+
+/onlayer { curlayer ne {invis} if } def
+
+/onlayers {
+       /myupper exch def
+       /mylower exch def
+       curlayer mylower lt
+       curlayer myupper gt
+       or
+       {invis} if
+} def
+
+/curlayer 0 def
+
+%%EndResource
+%%EndProlog
+%%BeginSetup
+14 default-font-family set_font
+1 setmiterlimit
+% /arrowlength 10 def
+% /arrowwidth 5 def
+
+% make sure pdfmark is harmless for PS-interpreters other than Distiller
+/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
+% make '<<' and '>>' safe on PS Level 1 devices
+/languagelevel where {pop languagelevel}{1} ifelse
+2 lt {
+    userdict (<<) cvn ([) cvn load put
+    userdict (>>) cvn ([) cvn load put
+} if
+
+%%EndSetup
+setupLatin1
+%%Page: 1 1
+%%PageBoundingBox: 36 36 468 431
+%%PageOrientation: Landscape
+0 0 1 beginpage
+gsave
+36 36 432 395 boxprim clip newpath
+0.330528 0.330528 set_scale 90 rotate 112.917 -1411.92 translate
+0.000 0.000 0.000 graphcolor
+36.00 /Helvetica set_font
+402.5 53.85 moveto
+(Object Oriented Graphs)
+[27.75 19.5 8.25 20.25 18 10.5 9.75 27.75 12 8.25 20.25 20.25 10.5 20.25 20.25 9.75 27.75 12 20.25 19.5 20.25 18]
+xshow
+0.000 0.000 0.000 graphcolor
+36.00 /Helvetica set_font
+405.5 12.6 moveto
+(Stephen North, 3/19/93)
+[24 10.5 20.25 19.5 20.25 20.25 20.25 9.75 26.25 19.5 12 10.5 20.25 9.75 9.75 21 9.75 20.25 20.25 9.75 20.25 21]
+xshow
+% 5th Edition
+gsave
+0.035 0.588 0.933 nodecolor
+newpath 798.293 1276.42 moveto
+806.851 1291.83 lineto
+779.832 1298.62 lineto
+718.285 1291.36 lineto
+668.77 1276.9 lineto
+672.218 1265.5 lineto
+715.422 1260.22 lineto
+756.379 1259.26 lineto
+779.95 1263.87 lineto
+closepath fill
+1 setlinewidth
+filled
+0.035 0.588 0.933 nodecolor
+newpath 798.293 1276.42 moveto
+806.851 1291.83 lineto
+779.832 1298.62 lineto
+718.285 1291.36 lineto
+668.77 1276.9 lineto
+672.218 1265.5 lineto
+715.422 1260.22 lineto
+756.379 1259.26 lineto
+779.95 1263.87 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+710.625 1271.28 moveto
+(5th Edition)
+[7.5 5.25 7.5 3.75 9 7.5 3 5.25 3 7.5 7.5]
+xshow
+grestore
+% 6th Edition
+gsave
+0.541 1.000 1.000 nodecolor
+newpath 658.855 1207.13 moveto
+582.1 1216.35 lineto
+481.713 1194.68 lineto
+504.152 1172.61 lineto
+598.18 1179.23 lineto
+closepath fill
+1 setlinewidth
+filled
+0.541 1.000 1.000 nodecolor
+newpath 658.855 1207.13 moveto
+582.1 1216.35 lineto
+481.713 1194.68 lineto
+504.152 1172.61 lineto
+598.18 1179.23 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+531.25 1189.28 moveto
+(6th Edition)
+[8.25 5.25 7.5 3.75 9 7.5 3 5.25 3 7.5 7.5]
+xshow
+grestore
+% 5th Edition->6th Edition
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 711 1261 moveto
+685 1248 647 1232 616 1217 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 617.56 1213.86 moveto
+607 1213 lineto
+614.717 1220.26 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 617.56 1213.86 moveto
+607 1213 lineto
+614.717 1220.26 lineto
+closepath stroke
+grestore
+% PWB 1.0
+gsave
+0.118 0.855 0.933 nodecolor
+newpath 881.029 1212.23 moveto
+847.582 1212.06 lineto
+819.005 1201.19 lineto
+812.038 1185.96 lineto
+830.884 1175.58 lineto
+864.505 1176.13 lineto
+893.082 1187 lineto
+899.876 1201.85 lineto
+closepath fill
+1 setlinewidth
+filled
+0.118 0.855 0.933 nodecolor
+newpath 881.029 1212.23 moveto
+847.582 1212.06 lineto
+819.005 1201.19 lineto
+812.038 1185.96 lineto
+830.884 1175.58 lineto
+864.505 1176.13 lineto
+893.082 1187 lineto
+899.876 1201.85 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+829.375 1189.28 moveto
+(PWB 1.0)
+[9 12.75 9 3.75 7.5 3.75 7.5]
+xshow
+grestore
+% 5th Edition->PWB 1.0
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 765 1261 moveto
+782 1248 809 1229 829 1214 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 831.1 1216.8 moveto
+837 1208 lineto
+826.9 1211.2 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 831.1 1216.8 moveto
+837 1208 lineto
+826.9 1211.2 lineto
+closepath stroke
+grestore
+% LSX
+gsave
+0.090 0.388 0.933 nodecolor
+newpath 793.034 1102.35 moveto
+780.621 1112.08 lineto
+757.48 1117.35 lineto
+739.445 1117.03 lineto
+727.284 1109.21 lineto
+719.019 1095.48 lineto
+723.521 1083.62 lineto
+748.095 1081.7 lineto
+779.502 1090.17 lineto
+closepath fill
+1 setlinewidth
+filled
+0.090 0.388 0.933 nodecolor
+newpath 793.034 1102.35 moveto
+780.621 1112.08 lineto
+757.48 1117.35 lineto
+739.445 1117.03 lineto
+727.284 1109.21 lineto
+719.019 1095.48 lineto
+723.521 1083.62 lineto
+748.095 1081.7 lineto
+779.502 1090.17 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+739.25 1096.28 moveto
+(LSX)
+[7.5 9 9]
+xshow
+grestore
+% 6th Edition->LSX
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 601 1180 moveto
+629 1169 669 1153 702 1135 curveto
+710 1131 719 1125 727 1120 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 729.1 1122.8 moveto
+735 1114 lineto
+724.9 1117.2 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 729.1 1122.8 moveto
+735 1114 lineto
+724.9 1117.2 lineto
+closepath stroke
+grestore
+% 1 BSD
+gsave
+0.137 1.000 1.000 nodecolor
+newpath 228.04 1106.12 moveto
+217.579 1120.99 lineto
+180.871 1119.4 lineto
+151.037 1103.96 lineto
+156.022 1087.69 lineto
+184.155 1080.82 lineto
+212.295 1088.02 lineto
+closepath fill
+1 setlinewidth
+filled
+0.137 1.000 1.000 nodecolor
+newpath 228.04 1106.12 moveto
+217.579 1120.99 lineto
+180.871 1119.4 lineto
+151.037 1103.96 lineto
+156.022 1087.69 lineto
+184.155 1080.82 lineto
+212.295 1088.02 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+170.5 1096.28 moveto
+(1 BSD)
+[7.5 3.75 9 9 9.75]
+xshow
+grestore
+% 6th Edition->1 BSD
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 493 1184 moveto
+433 1174 345 1158 270 1135 curveto
+257 1131 243 1125 230 1120 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 231.56 1116.86 moveto
+221 1116 lineto
+228.717 1123.26 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 231.56 1116.86 moveto
+221 1116 lineto
+228.717 1123.26 lineto
+closepath stroke
+grestore
+% Mini Unix
+gsave
+0.231 0.816 1.000 nodecolor
+newpath 533.569 1124.75 moveto
+440.986 1122.91 lineto
+464.681 1077.29 lineto
+552.764 1079.05 lineto
+closepath fill
+1 setlinewidth
+filled
+0.231 0.816 1.000 nodecolor
+newpath 533.569 1124.75 moveto
+440.986 1122.91 lineto
+464.681 1077.29 lineto
+552.764 1079.05 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+470.25 1096.28 moveto
+(Mini Unix)
+[11.25 3 7.5 3 3.75 9.75 7.5 3 6.75]
+xshow
+grestore
+% 6th Edition->Mini Unix
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 552 1176 moveto
+543 1163 531 1147 521 1132 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 523.8 1129.9 moveto
+515 1124 lineto
+518.2 1134.1 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 523.8 1129.9 moveto
+515 1124 lineto
+518.2 1134.1 lineto
+closepath stroke
+grestore
+% Wollongong
+gsave
+0.333 0.239 0.737 nodecolor
+newpath 645.199 1123.14 moveto
+576.839 1109.84 lineto
+586.091 1084.32 lineto
+663.868 1084.28 lineto
+693.003 1103.41 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 0.239 0.737 nodecolor
+newpath 645.199 1123.14 moveto
+576.839 1109.84 lineto
+586.091 1084.32 lineto
+663.868 1084.28 lineto
+693.003 1103.41 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+597.375 1096.28 moveto
+(Wollongong)
+[12.75 7.5 3 3 7.5 7.5 7.5 7.5 7.5 7.5]
+xshow
+grestore
+% 6th Edition->Wollongong
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 577 1177 moveto
+587 1164 602 1143 614 1127 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 616.8 1129.1 moveto
+620 1119 lineto
+611.2 1124.9 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 616.8 1129.1 moveto
+620 1119 lineto
+611.2 1124.9 lineto
+closepath stroke
+grestore
+% Interdata
+gsave
+0.580 0.882 1.000 nodecolor
+newpath 356.681 1134.44 moveto
+278.853 1087.75 lineto
+365.801 1079.85 lineto
+402.665 1101.96 lineto
+closepath fill
+1 setlinewidth
+filled
+0.580 0.882 1.000 nodecolor
+newpath 356.681 1134.44 moveto
+278.853 1087.75 lineto
+365.801 1079.85 lineto
+402.665 1101.96 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+322.125 1096.28 moveto
+(Interdata)
+[3.75 7.5 5.25 8.25 5.25 7.5 7.5 5.25 7.5]
+xshow
+grestore
+% 6th Edition->Interdata
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 518 1173 moveto
+480 1157 429 1135 393 1119 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 394.56 1115.86 moveto
+384 1115 lineto
+391.717 1122.26 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 394.56 1115.86 moveto
+384 1115 lineto
+391.717 1122.26 lineto
+closepath stroke
+grestore
+% PWB 1.2
+gsave
+0.498 1.000 1.000 nodecolor
+newpath 873.144 1131.36 moveto
+835.24 1127.37 lineto
+811.086 1095.83 lineto
+820.754 1068.18 lineto
+858.845 1072.94 lineto
+893.956 1095.41 lineto
+898.976 1115.92 lineto
+closepath fill
+1 setlinewidth
+filled
+0.498 1.000 1.000 nodecolor
+newpath 873.144 1131.36 moveto
+835.24 1127.37 lineto
+811.086 1095.83 lineto
+820.754 1068.18 lineto
+858.845 1072.94 lineto
+893.956 1095.41 lineto
+898.976 1115.92 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+829.375 1096.28 moveto
+(PWB 1.2)
+[9 12.75 9 3.75 7.5 3.75 7.5]
+xshow
+grestore
+% PWB 1.0->PWB 1.2
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 856 1176 moveto
+856 1166 856 1153 856 1140 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 859.5 1140 moveto
+856 1130 lineto
+852.5 1140 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 859.5 1140 moveto
+856 1130 lineto
+852.5 1140 lineto
+closepath stroke
+grestore
+% USG 1.0
+gsave
+0.667 1.000 1.000 nodecolor
+newpath 1023.99 1134.12 moveto
+919.247 1093.29 lineto
+1000.96 1079.94 lineto
+1043.81 1096.65 lineto
+closepath fill
+1 setlinewidth
+filled
+0.667 1.000 1.000 nodecolor
+newpath 1023.99 1134.12 moveto
+919.247 1093.29 lineto
+1000.96 1079.94 lineto
+1043.81 1096.65 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+971.125 1096.28 moveto
+(USG 1.0)
+[9.75 9 10.5 3.75 7.5 3.75 7.5]
+xshow
+grestore
+% PWB 1.0->USG 1.0
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 877 1180 moveto
+900 1165 939 1139 966 1122 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 968.621 1124.46 moveto
+975 1116 lineto
+964.738 1118.63 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 968.621 1124.46 moveto
+975 1116 lineto
+964.738 1118.63 lineto
+closepath stroke
+grestore
+% 2 BSD
+gsave
+0.098 0.192 1.000 nodecolor
+newpath 118.802 619.626 moveto
+87.5882 618.927 lineto
+71.0179 605.61 lineto
+81.5428 589.574 lineto
+111.211 582.767 lineto
+137.72 590.5 lineto
+141.117 606.995 lineto
+closepath fill
+1 setlinewidth
+filled
+0.098 0.192 1.000 nodecolor
+newpath 118.802 619.626 moveto
+87.5882 618.927 lineto
+71.0179 605.61 lineto
+81.5428 589.574 lineto
+111.211 582.767 lineto
+137.72 590.5 lineto
+141.117 606.995 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+87.5 597.275 moveto
+(2 BSD)
+[7.5 3.75 9 9 9.75]
+xshow
+grestore
+% 1 BSD->2 BSD
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 180 1082 moveto
+162 1044 126 958 126 883 curveto
+126 883 126 883 126 782 curveto
+126 728 117 664 112 629 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 115.393 628.119 moveto
+110 619 lineto
+108.529 629.492 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 115.393 628.119 moveto
+110 619 lineto
+108.529 629.492 lineto
+closepath stroke
+grestore
+% Unix/TS 3.0
+gsave
+0.831 0.118 0.933 nodecolor
+newpath 876.439 797.599 moveto
+851.909 808.769 lineto
+784.961 800.788 lineto
+714.812 778.332 lineto
+704.233 761.494 lineto
+759.419 760.138 lineto
+826.367 768.119 lineto
+865.86 780.761 lineto
+closepath fill
+1 setlinewidth
+filled
+0.831 0.118 0.933 nodecolor
+newpath 876.439 797.599 moveto
+851.909 808.769 lineto
+784.961 800.788 lineto
+714.812 778.332 lineto
+704.233 761.494 lineto
+759.419 760.138 lineto
+826.367 768.119 lineto
+865.86 780.761 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+762 777.275 moveto
+(Unix/TS 3.0)
+[9.75 7.5 3 6.75 3.75 9 9 3.75 8.25 3.75 7.5]
+xshow
+grestore
+% Interdata->Unix/TS 3.0
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 376 1086 moveto
+423 1056 530 987 613 921 curveto
+652 889 656 875 695 845 curveto
+717 829 742 813 762 801 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 763.958 803.916 moveto
+771 796 lineto
+760.559 797.797 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 763.958 803.916 moveto
+771 796 lineto
+760.559 797.797 lineto
+closepath stroke
+grestore
+% PWB 2.0
+gsave
+0.227 0.561 0.804 nodecolor
+newpath 800.428 1011.88 moveto
+743.236 1015.76 lineto
+664.959 993.334 lineto
+675.572 976.117 lineto
+748.613 976.783 lineto
+795.192 990.126 lineto
+closepath fill
+1 setlinewidth
+filled
+0.227 0.561 0.804 nodecolor
+newpath 800.428 1011.88 moveto
+743.236 1015.76 lineto
+664.959 993.334 lineto
+675.572 976.117 lineto
+748.613 976.783 lineto
+795.192 990.126 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+711.375 989.275 moveto
+(PWB 2.0)
+[9 12.75 9 3.75 7.5 3.75 7.5]
+xshow
+grestore
+% Interdata->PWB 2.0
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 379 1087 moveto
+394 1080 414 1072 432 1067 curveto
+527 1039 557 1058 651 1031 curveto
+668 1026 687 1018 703 1011 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 704.283 1014.26 moveto
+712 1007 lineto
+701.44 1007.86 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 704.283 1014.26 moveto
+712 1007 lineto
+701.44 1007.86 lineto
+closepath stroke
+grestore
+% 7th Edition
+gsave
+0.067 0.855 0.824 nodecolor
+newpath 392.776 1001.77 moveto
+375.321 1013.1 lineto
+348.577 1017.13 lineto
+320.566 1010.61 lineto
+302.826 996.677 lineto
+304.841 982.787 lineto
+326.679 974.901 lineto
+357.807 974.311 lineto
+384.143 979.519 lineto
+396.465 989.196 lineto
+closepath fill
+1 setlinewidth
+filled
+0.067 0.855 0.824 nodecolor
+newpath 392.776 1001.77 moveto
+375.321 1013.1 lineto
+348.577 1017.13 lineto
+320.566 1010.61 lineto
+302.826 996.677 lineto
+304.841 982.787 lineto
+326.679 974.901 lineto
+357.807 974.311 lineto
+384.143 979.519 lineto
+396.465 989.196 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+317.625 989.275 moveto
+(7th Edition)
+[7.5 5.25 7.5 3.75 9 7.5 3 5.25 3 7.5 7.5]
+xshow
+grestore
+% Interdata->7th Edition
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 351 1081 moveto
+351 1066 351 1045 351 1027 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 354.5 1027 moveto
+351 1017 lineto
+347.5 1027 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 354.5 1027 moveto
+351 1017 lineto
+347.5 1027 lineto
+closepath stroke
+grestore
+% TS 4.0
+gsave
+0.965 0.906 0.863 nodecolor
+newpath 901.887 623.181 moveto
+882.664 627.949 lineto
+847.145 622.806 lineto
+814.04 612.844 lineto
+794.03 600.673 lineto
+788.4 587.076 lineto
+797.336 576.051 lineto
+822.568 574.938 lineto
+859.602 587.29 lineto
+892.328 607.194 lineto
+closepath fill
+1 setlinewidth
+filled
+0.965 0.906 0.863 nodecolor
+newpath 901.887 623.181 moveto
+882.664 627.949 lineto
+847.145 622.806 lineto
+814.04 612.844 lineto
+794.03 600.673 lineto
+788.4 587.076 lineto
+797.336 576.051 lineto
+822.568 574.938 lineto
+859.602 587.29 lineto
+892.328 607.194 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+819.375 597.275 moveto
+(TS 4.0)
+[9 9 3.75 8.25 3.75 7.5]
+xshow
+grestore
+% Unix/TS 3.0->TS 4.0
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 802 765 moveto
+809 734 825 667 834 630 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 837.471 630.492 moveto
+836 620 lineto
+830.607 629.119 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 837.471 630.492 moveto
+836 620 lineto
+830.607 629.119 lineto
+closepath stroke
+grestore
+% PWB 2.0->Unix/TS 3.0
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 727 976 moveto
+711 947 684 888 707 845 curveto
+717 824 738 810 757 800 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 758.958 802.916 moveto
+766 795 lineto
+755.559 796.797 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 758.958 802.916 moveto
+766 795 lineto
+755.559 796.797 lineto
+closepath stroke
+grestore
+% 8th Edition
+gsave
+0.506 1.000 0.804 nodecolor
+newpath 626.042 517.062 moveto
+581.575 497.741 lineto
+612.206 458.797 lineto
+740.177 514.399 lineto
+closepath fill
+1 setlinewidth
+filled
+0.506 1.000 0.804 nodecolor
+newpath 626.042 517.062 moveto
+581.575 497.741 lineto
+612.206 458.797 lineto
+740.177 514.399 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+606.625 492.275 moveto
+(8th Edition)
+[7.5 5.25 7.5 3.75 9 7.5 3 5.25 3 7.5 7.5]
+xshow
+grestore
+% 7th Edition->8th Edition
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 386 981 moveto
+407 974 433 964 456 957 curveto
+511 939 543 964 580 921 curveto
+621 873 599 844 599 782 curveto
+599 782 599 782 599 694 curveto
+599 634 617 565 630 527 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 633.479 527.584 moveto
+633 517 lineto
+626.774 525.573 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 633.479 527.584 moveto
+633 517 lineto
+626.774 525.573 lineto
+closepath stroke
+grestore
+% 32V
+gsave
+0.573 0.612 0.804 nodecolor
+newpath 566.897 888.296 moveto
+569.566 905.591 lineto
+523.743 902.423 lineto
+478.866 884.63 lineto
+483.662 869.06 lineto
+512.941 862.452 lineto
+539.325 868.549 lineto
+closepath fill
+1 setlinewidth
+filled
+0.573 0.612 0.804 nodecolor
+newpath 566.897 888.296 moveto
+569.566 905.591 lineto
+523.743 902.423 lineto
+478.866 884.63 lineto
+483.662 869.06 lineto
+512.941 862.452 lineto
+539.325 868.549 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+512.625 878.275 moveto
+(32V)
+[8.25 7.5 9]
+xshow
+grestore
+% 7th Edition->32V
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 378 978 moveto
+402 964 439 941 470 921 curveto
+479 915 489 908 499 902 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 501.1 904.8 moveto
+507 896 lineto
+496.9 899.2 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 501.1 904.8 moveto
+507 896 lineto
+496.9 899.2 lineto
+closepath stroke
+grestore
+% V7M
+gsave
+0.667 1.000 0.502 nodecolor
+newpath 94.2341 788.382 moveto
+88.5079 798.572 lineto
+66.9271 802.432 lineto
+45.846 801.726 lineto
+30.2188 795.487 lineto
+15.9884 782.095 lineto
+5.49214 765.428 lineto
+10.8505 755.092 lineto
+38.1279 758.272 lineto
+73.8072 772.516 lineto
+closepath fill
+1 setlinewidth
+filled
+0.667 1.000 0.502 nodecolor
+newpath 94.2341 788.382 moveto
+88.5079 798.572 lineto
+66.9271 802.432 lineto
+45.846 801.726 lineto
+30.2188 795.487 lineto
+15.9884 782.095 lineto
+5.49214 765.428 lineto
+10.8505 755.092 lineto
+38.1279 758.272 lineto
+73.8072 772.516 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+33.125 777.275 moveto
+(V7M)
+[9 7.5 11.25]
+xshow
+grestore
+% 7th Edition->V7M
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 305 984 moveto
+263 973 202 953 157 921 curveto
+116 891 83 842 63 811 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 65.916 809.042 moveto
+58 802 lineto
+59.7969 812.441 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 65.916 809.042 moveto
+58 802 lineto
+59.7969 812.441 lineto
+closepath stroke
+grestore
+% Ultrix-11
+gsave
+0.333 0.243 0.545 nodecolor
+newpath 167.416 378.491 moveto
+168.861 389.347 lineto
+148.969 398.542 lineto
+124.331 403.265 lineto
+100.923 401.443 lineto
+76.5698 392.909 lineto
+57.1391 380.653 lineto
+59.0453 370.058 lineto
+90.5532 365.87 lineto
+136.193 369.422 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 0.243 0.545 nodecolor
+newpath 167.416 378.491 moveto
+168.861 389.347 lineto
+148.969 398.542 lineto
+124.331 403.265 lineto
+100.923 401.443 lineto
+76.5698 392.909 lineto
+57.1391 380.653 lineto
+59.0453 370.058 lineto
+90.5532 365.87 lineto
+136.193 369.422 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+87.125 380.275 moveto
+(Ultrix-11)
+[9.75 3 5.25 5.25 3 6.75 4.5 6.75 7.5]
+xshow
+grestore
+% 7th Edition->Ultrix-11
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 304 985 moveto
+267 976 217 957 190 921 curveto
+153 871 171 844 171 782 curveto
+171 782 171 782 171 602 curveto
+171 532 142 453 125 412 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 128.26 410.717 moveto
+121 403 lineto
+121.863 413.56 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 128.26 410.717 moveto
+121 403 lineto
+121.863 413.56 lineto
+closepath stroke
+grestore
+% Xenix
+gsave
+0.043 0.686 1.000 nodecolor
+newpath 285.207 901.773 moveto
+255.982 903.548 lineto
+221.753 895.139 lineto
+202.571 881.472 lineto
+204.471 866.847 lineto
+226.34 859.831 lineto
+260.569 868.24 lineto
+287.107 887.148 lineto
+closepath fill
+1 setlinewidth
+filled
+0.043 0.686 1.000 nodecolor
+newpath 285.207 901.773 moveto
+255.982 903.548 lineto
+221.753 895.139 lineto
+202.571 881.472 lineto
+204.471 866.847 lineto
+226.34 859.831 lineto
+260.569 868.24 lineto
+287.107 887.148 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+225.75 878.275 moveto
+(Xenix)
+[9 8.25 7.5 3 6.75]
+xshow
+grestore
+% 7th Edition->Xenix
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 332 975 moveto
+315 957 289 931 270 910 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 272.546 907.596 moveto
+263 903 lineto
+267.596 912.546 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 272.546 907.596 moveto
+263 903 lineto
+267.596 912.546 lineto
+closepath stroke
+grestore
+% UniPlus+
+gsave
+0.227 0.561 0.804 nodecolor
+newpath 442.225 897.78 moveto
+414.916 908.795 lineto
+345.947 894.399 lineto
+304.88 871.419 lineto
+340.265 863.147 lineto
+399.987 867.16 lineto
+432.781 878.299 lineto
+closepath fill
+1 setlinewidth
+filled
+0.227 0.561 0.804 nodecolor
+newpath 442.225 897.78 moveto
+414.916 908.795 lineto
+345.947 894.399 lineto
+304.88 871.419 lineto
+340.265 863.147 lineto
+399.987 867.16 lineto
+432.781 878.299 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+355.625 878.275 moveto
+(UniPlus+)
+[9.75 7.5 3 9 3 7.5 6.75 8.25]
+xshow
+grestore
+% 7th Edition->UniPlus+
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 357 974 moveto
+362 956 369 930 375 911 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 378.479 911.584 moveto
+378 901 lineto
+371.774 909.573 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 378.479 911.584 moveto
+378 901 lineto
+371.774 909.573 lineto
+closepath stroke
+grestore
+% 9th Edition
+gsave
+0.024 0.663 0.804 nodecolor
+newpath 711.673 399.428 moveto
+677.617 409.635 lineto
+634.371 399.921 lineto
+617.202 378.971 lineto
+641.738 363.931 lineto
+685.601 364.147 lineto
+714.798 378.966 lineto
+closepath fill
+1 setlinewidth
+filled
+0.024 0.663 0.804 nodecolor
+newpath 711.673 399.428 moveto
+677.617 409.635 lineto
+634.371 399.921 lineto
+617.202 378.971 lineto
+641.738 363.931 lineto
+685.601 364.147 lineto
+714.798 378.966 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+635.25 380.275 moveto
+(9th Edition)
+[8.25 5.25 7.5 3.75 9 7.5 3 5.25 3 7.5 7.5]
+xshow
+grestore
+% 8th Edition->9th Edition
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 646 473 moveto
+650 456 656 435 661 417 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 664.471 417.492 moveto
+663 407 lineto
+657.607 416.119 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 664.471 417.492 moveto
+663 407 lineto
+657.607 416.119 lineto
+closepath stroke
+grestore
+% 3 BSD
+gsave
+0.149 0.192 1.000 nodecolor
+newpath 553.144 777.879 moveto
+552.639 789.32 lineto
+536.229 797.966 lineto
+507.263 800 lineto
+477.92 794.841 lineto
+463.016 785.095 lineto
+469.361 774.68 lineto
+491.61 767.061 lineto
+518.346 764.634 lineto
+540.471 768.524 lineto
+closepath fill
+1 setlinewidth
+filled
+0.149 0.192 1.000 nodecolor
+newpath 553.144 777.879 moveto
+552.639 789.32 lineto
+536.229 797.966 lineto
+507.263 800 lineto
+477.92 794.841 lineto
+463.016 785.095 lineto
+469.361 774.68 lineto
+491.61 767.061 lineto
+518.346 764.634 lineto
+540.471 768.524 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+491.125 777.275 moveto
+(3 BSD)
+[8.25 3.75 9 9 9.75]
+xshow
+grestore
+% 32V->3 BSD
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 522 864 moveto
+520 849 517 827 515 810 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 518.393 809.119 moveto
+513 800 lineto
+511.529 810.492 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 518.393 809.119 moveto
+513 800 lineto
+511.529 810.492 lineto
+closepath stroke
+grestore
+% V7M->Ultrix-11
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 47 762 moveto
+48 724 51 640 62 571 curveto
+72 513 92 448 104 412 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 107.479 412.584 moveto
+107 402 lineto
+100.774 410.573 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 107.479 412.584 moveto
+107 402 lineto
+100.774 410.573 lineto
+closepath stroke
+grestore
+% 2.8 BSD
+gsave
+0.561 0.310 1.000 nodecolor
+newpath 256.195 519.577 moveto
+208.423 499.212 lineto
+250.539 470.473 lineto
+316.843 498.738 lineto
+closepath fill
+1 setlinewidth
+filled
+0.561 0.310 1.000 nodecolor
+newpath 256.195 519.577 moveto
+208.423 499.212 lineto
+250.539 470.473 lineto
+316.843 498.738 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+232.875 492.275 moveto
+(2.8 BSD)
+[7.5 3.75 7.5 3.75 9 9 9.75]
+xshow
+grestore
+% 2 BSD->2.8 BSD
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 128 587 moveto
+154 570 199 538 229 518 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 231.1 520.8 moveto
+237 512 lineto
+226.9 515.2 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 231.1 520.8 moveto
+237 512 lineto
+226.9 515.2 lineto
+closepath stroke
+grestore
+% 2.8 BSD->Ultrix-11
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 236 480 moveto
+211 461 170 430 142 408 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 144.1 405.2 moveto
+134 402 lineto
+139.9 410.8 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 144.1 405.2 moveto
+134 402 lineto
+139.9 410.8 lineto
+closepath stroke
+grestore
+% 2.9 BSD
+gsave
+0.443 0.502 0.933 nodecolor
+newpath 233.199 404.316 moveto
+202.695 367.681 lineto
+267.129 346.862 lineto
+328.977 421.141 lineto
+closepath fill
+1 setlinewidth
+filled
+0.443 0.502 0.933 nodecolor
+newpath 233.199 404.316 moveto
+202.695 367.681 lineto
+267.129 346.862 lineto
+328.977 421.141 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+232.5 380.275 moveto
+(2.9 BSD)
+[7.5 3.75 8.25 3.75 9 9 9.75]
+xshow
+grestore
+% 2.8 BSD->2.9 BSD
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 258 474 moveto
+258 458 258 437 258 419 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 261.5 419 moveto
+258 409 lineto
+254.5 419 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 261.5 419 moveto
+258 409 lineto
+254.5 419 lineto
+closepath stroke
+grestore
+% 4 BSD
+gsave
+0.082 1.000 1.000 nodecolor
+newpath 507.211 708.435 moveto
+458.145 712.843 lineto
+432.372 691.211 lineto
+449.237 669.687 lineto
+528.036 687.823 lineto
+closepath fill
+1 setlinewidth
+filled
+0.082 1.000 1.000 nodecolor
+newpath 507.211 708.435 moveto
+458.145 712.843 lineto
+432.372 691.211 lineto
+449.237 669.687 lineto
+528.036 687.823 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+455.125 689.275 moveto
+(4 BSD)
+[8.25 3.75 9 9 9.75]
+xshow
+grestore
+% 3 BSD->4 BSD
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 504 766 moveto
+499 753 492 735 486 721 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 488.964 718.985 moveto
+482 711 lineto
+482.464 721.585 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 488.964 718.985 moveto
+482 711 lineto
+482.464 721.585 lineto
+closepath stroke
+grestore
+% 4.1 BSD
+gsave
+0.165 0.122 1.000 nodecolor
+newpath 473.48 628.988 moveto
+408.748 606.691 lineto
+430.919 571.705 lineto
+514.853 600.617 lineto
+closepath fill
+1 setlinewidth
+filled
+0.165 0.122 1.000 nodecolor
+newpath 473.48 628.988 moveto
+408.748 606.691 lineto
+430.919 571.705 lineto
+514.853 600.617 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+431.5 597.275 moveto
+(4.1 BSD)
+[8.25 3.75 7.5 3.75 9 9 9.75]
+xshow
+grestore
+% 4 BSD->4.1 BSD
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 471 674 moveto
+469 663 466 648 464 635 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 467.393 634.119 moveto
+462 625 lineto
+460.529 635.492 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 467.393 634.119 moveto
+462 625 lineto
+460.529 635.492 lineto
+closepath stroke
+grestore
+% 4.1 BSD->8th Edition
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 481 588 moveto
+512 570 568 538 605 517 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 606.958 519.916 moveto
+614 512 lineto
+603.559 513.797 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 606.958 519.916 moveto
+614 512 lineto
+603.559 513.797 lineto
+closepath stroke
+grestore
+% 4.1 BSD->2.8 BSD
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 423 584 moveto
+386 565 329 534 292 515 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 293.441 511.797 moveto
+283 510 lineto
+290.042 517.916 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 293.441 511.797 moveto
+283 510 lineto
+290.042 517.916 lineto
+closepath stroke
+grestore
+% 4.2 BSD
+gsave
+0.776 0.753 0.545 nodecolor
+newpath 521.764 519.976 moveto
+499.23 524.388 lineto
+457.128 518.34 lineto
+418.901 508.076 lineto
+396.34 496.014 lineto
+388.96 481.896 lineto
+396.77 469.612 lineto
+424.148 467.789 lineto
+467.999 481.059 lineto
+508.76 502.851 lineto
+closepath fill
+1 setlinewidth
+filled
+0.776 0.753 0.545 nodecolor
+newpath 521.764 519.976 moveto
+499.23 524.388 lineto
+457.128 518.34 lineto
+418.901 508.076 lineto
+396.34 496.014 lineto
+388.96 481.896 lineto
+396.77 469.612 lineto
+424.148 467.789 lineto
+467.999 481.059 lineto
+508.76 502.851 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+422.5 492.275 moveto
+(4.2 BSD)
+[8.25 3.75 7.5 3.75 9 9 9.75]
+xshow
+grestore
+% 4.1 BSD->4.2 BSD
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 455 580 moveto
+453 564 452 543 451 526 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 454.478 525.602 moveto
+450 516 lineto
+447.512 526.299 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 454.478 525.602 moveto
+450 516 lineto
+447.512 526.299 lineto
+closepath stroke
+grestore
+% 4.3 BSD
+gsave
+0.145 0.196 0.933 nodecolor
+newpath 592.754 397.713 moveto
+573.327 409.894 lineto
+548.045 412.566 lineto
+526.682 404.898 lineto
+517.354 389.747 lineto
+523.478 372.665 lineto
+542.673 360.106 lineto
+567.722 357.056 lineto
+589.174 364.868 lineto
+598.79 380.487 lineto
+closepath fill
+1 setlinewidth
+filled
+0.145 0.196 0.933 nodecolor
+newpath 592.754 397.713 moveto
+573.327 409.894 lineto
+548.045 412.566 lineto
+526.682 404.898 lineto
+517.354 389.747 lineto
+523.478 372.665 lineto
+542.673 360.106 lineto
+567.722 357.056 lineto
+589.174 364.868 lineto
+598.79 380.487 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+532.125 380.275 moveto
+(4.3 BSD)
+[8.25 3.75 8.25 3.75 9 9 9.75]
+xshow
+grestore
+% 4.2 BSD->4.3 BSD
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 465 480 moveto
+481 463 508 436 528 415 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 530.404 417.546 moveto
+535 408 lineto
+525.454 412.596 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 530.404 417.546 moveto
+535 408 lineto
+525.454 412.596 lineto
+closepath stroke
+grestore
+% Ultrix-32
+gsave
+0.118 0.855 0.804 nodecolor
+newpath 448.499 407.173 moveto
+380.634 396.037 lineto
+364.087 357.344 lineto
+498.78 379.446 lineto
+closepath fill
+1 setlinewidth
+filled
+0.118 0.855 0.804 nodecolor
+newpath 448.499 407.173 moveto
+380.634 396.037 lineto
+364.087 357.344 lineto
+498.78 379.446 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+396.375 380.275 moveto
+(Ultrix-32)
+[9.75 3 5.25 5.25 3 6.75 4.5 8.25 7.5]
+xshow
+grestore
+% 4.2 BSD->Ultrix-32
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 443 473 moveto
+439 455 433 432 429 414 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 432.393 413.119 moveto
+427 404 lineto
+425.529 414.492 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 432.393 413.119 moveto
+427 404 lineto
+425.529 414.492 lineto
+closepath stroke
+grestore
+% PWB 1.2->PWB 2.0
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 820 1069 moveto
+804 1054 784 1036 769 1022 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 770.831 1018.95 moveto
+761 1015 lineto
+766.221 1024.22 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 770.831 1018.95 moveto
+761 1015 lineto
+766.221 1024.22 lineto
+closepath stroke
+grestore
+% CB Unix 1
+gsave
+0.000 0.808 0.698 nodecolor
+newpath 1131.17 1002 moveto
+1119.91 1014.36 lineto
+1088.99 1017.83 lineto
+1056.3 1012 lineto
+1031.89 997.742 lineto
+1021.94 979.894 lineto
+1034.53 968.005 lineto
+1070.2 969.902 lineto
+1111.06 984.277 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.808 0.698 nodecolor
+newpath 1131.17 1002 moveto
+1119.91 1014.36 lineto
+1088.99 1017.83 lineto
+1056.3 1012 lineto
+1031.89 997.742 lineto
+1021.94 979.894 lineto
+1034.53 968.005 lineto
+1070.2 969.902 lineto
+1111.06 984.277 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+1043.62 989.275 moveto
+(CB Unix 1)
+[9.75 9 3.75 9.75 7.5 3 6.75 3.75 7.5]
+xshow
+grestore
+% USG 1.0->CB Unix 1
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1010 1083 moveto
+1022 1066 1040 1041 1055 1021 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1057.8 1023.1 moveto
+1061 1013 lineto
+1052.2 1018.9 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1057.8 1023.1 moveto
+1061 1013 lineto
+1052.2 1018.9 lineto
+closepath stroke
+grestore
+% USG 2.0
+gsave
+0.247 1.000 0.545 nodecolor
+newpath 880.271 1029.67 moveto
+832.221 957.131 lineto
+925.049 975.419 lineto
+950.458 1013.78 lineto
+closepath fill
+1 setlinewidth
+filled
+0.247 1.000 0.545 nodecolor
+newpath 880.271 1029.67 moveto
+832.221 957.131 lineto
+925.049 975.419 lineto
+950.458 1013.78 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+871.125 989.275 moveto
+(USG 2.0)
+[9.75 9 10.5 3.75 7.5 3.75 7.5]
+xshow
+grestore
+% USG 1.0->USG 2.0
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 980 1083 moveto
+966 1068 946 1046 929 1028 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 931.546 1025.6 moveto
+922 1021 lineto
+926.596 1030.55 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 931.546 1025.6 moveto
+922 1021 lineto
+926.596 1030.55 lineto
+closepath stroke
+grestore
+% CB Unix 2
+gsave
+0.231 0.816 1.000 nodecolor
+newpath 1162.89 881.45 moveto
+1169.84 895.655 lineto
+1157.37 905.027 lineto
+1118.7 903.113 lineto
+1073.02 891.74 lineto
+1052.03 878.805 lineto
+1068.16 870.345 lineto
+1103.71 866.718 lineto
+1133.56 866.438 lineto
+1150.72 870.709 lineto
+closepath fill
+1 setlinewidth
+filled
+0.231 0.816 1.000 nodecolor
+newpath 1162.89 881.45 moveto
+1169.84 895.655 lineto
+1157.37 905.027 lineto
+1118.7 903.113 lineto
+1073.02 891.74 lineto
+1052.03 878.805 lineto
+1068.16 870.345 lineto
+1103.71 866.718 lineto
+1133.56 866.438 lineto
+1150.72 870.709 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+1088.62 878.275 moveto
+(CB Unix 2)
+[9.75 9 3.75 9.75 7.5 3 6.75 3.75 7.5]
+xshow
+grestore
+% CB Unix 1->CB Unix 2
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1082 974 moveto
+1089 956 1099 931 1107 911 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1110.14 912.56 moveto
+1111 902 lineto
+1103.74 909.717 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1110.14 912.56 moveto
+1111 902 lineto
+1103.74 909.717 lineto
+closepath stroke
+grestore
+% USG 3.0
+gsave
+0.090 0.227 0.933 nodecolor
+newpath 799.852 907.118 moveto
+749.542 886.16 lineto
+762.545 844.884 lineto
+880.061 893.838 lineto
+closepath fill
+1 setlinewidth
+filled
+0.090 0.227 0.933 nodecolor
+newpath 799.852 907.118 moveto
+749.542 886.16 lineto
+762.545 844.884 lineto
+880.061 893.838 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+771.75 878.275 moveto
+(USG 3.0)
+[9.75 9 10.5 3.75 8.25 3.75 7.5]
+xshow
+grestore
+% USG 2.0->USG 3.0
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 871 965 moveto
+856 949 838 929 824 913 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 826.219 910.221 moveto
+817 905 lineto
+820.951 914.831 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 826.219 910.221 moveto
+817 905 lineto
+820.951 914.831 lineto
+closepath stroke
+grestore
+% CB Unix 3
+gsave
+0.090 0.227 0.545 nodecolor
+newpath 1082.94 780.321 moveto
+1099.23 795.958 lineto
+1090.99 806.264 lineto
+1047.28 804.241 lineto
+990.163 791.83 lineto
+958.884 777.557 lineto
+970.766 768.042 lineto
+1007.18 763.859 lineto
+1040.14 763.543 lineto
+1062.42 768.386 lineto
+closepath fill
+1 setlinewidth
+filled
+0.090 0.227 0.545 nodecolor
+newpath 1082.94 780.321 moveto
+1099.23 795.958 lineto
+1090.99 806.264 lineto
+1047.28 804.241 lineto
+990.163 791.83 lineto
+958.884 777.557 lineto
+970.766 768.042 lineto
+1007.18 763.859 lineto
+1040.14 763.543 lineto
+1062.42 768.386 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+1004.25 777.275 moveto
+(CB Unix 3)
+[9.75 9 3.75 9.75 7.5 3 6.75 3.75 8.25]
+xshow
+grestore
+% CB Unix 2->CB Unix 3
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1105 866 moveto
+1093 852 1075 831 1060 813 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1062.8 810.9 moveto
+1054 805 lineto
+1057.2 815.1 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1062.8 810.9 moveto
+1054 805 lineto
+1057.2 815.1 lineto
+closepath stroke
+grestore
+% Unix/TS++
+gsave
+0.016 0.118 0.933 nodecolor
+newpath 1000.14 701.047 moveto
+971.101 715.423 lineto
+885.606 706.315 lineto
+867.857 686.953 lineto
+916.251 674.638 lineto
+963.042 679.623 lineto
+closepath fill
+1 setlinewidth
+filled
+0.016 0.118 0.933 nodecolor
+newpath 1000.14 701.047 moveto
+971.101 715.423 lineto
+885.606 706.315 lineto
+867.857 686.953 lineto
+916.251 674.638 lineto
+963.042 679.623 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+901.375 689.275 moveto
+(Unix/TS++)
+[9.75 7.5 3 6.75 3.75 9 9 8.25 8.25]
+xshow
+grestore
+% CB Unix 3->Unix/TS++
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1014 764 moveto
+1000 751 981 735 965 721 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 966.831 717.951 moveto
+957 714 lineto
+962.221 723.219 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 966.831 717.951 moveto
+957 714 lineto
+962.221 723.219 lineto
+closepath stroke
+grestore
+% PDP-11 Sys V
+gsave
+0.514 0.404 1.000 nodecolor
+newpath 1146.07 698.713 moveto
+1125.32 709.212 lineto
+1086.15 713.066 lineto
+1050.32 709.358 lineto
+1029.32 698.464 lineto
+1027.67 684.121 lineto
+1049.61 673.929 lineto
+1091.36 674.324 lineto
+1132.18 684.813 lineto
+closepath fill
+1 setlinewidth
+filled
+0.514 0.404 1.000 nodecolor
+newpath 1146.07 698.713 moveto
+1125.32 709.212 lineto
+1086.15 713.066 lineto
+1050.32 709.358 lineto
+1029.32 698.464 lineto
+1027.67 684.121 lineto
+1049.61 673.929 lineto
+1091.36 674.324 lineto
+1132.18 684.813 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+1039.25 689.275 moveto
+(PDP-11 Sys V)
+[9 9.75 9 4.5 6.75 7.5 3.75 9 6.75 6.75 3.75 9]
+xshow
+grestore
+% CB Unix 3->PDP-11 Sys V
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1045 764 moveto
+1051 752 1060 735 1067 721 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1070.2 722.441 moveto
+1072 712 lineto
+1064.08 719.042 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1070.2 722.441 moveto
+1072 712 lineto
+1064.08 719.042 lineto
+closepath stroke
+grestore
+% CB Unix 3->TS 4.0
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 976 767 moveto
+931 755 875 737 859 719 curveto
+839 694 836 656 837 630 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 840.488 630.299 moveto
+838 620 lineto
+833.522 629.602 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 840.488 630.299 moveto
+838 620 lineto
+833.522 629.602 lineto
+closepath stroke
+grestore
+% Unix/TS++->TS 4.0
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 915 675 moveto
+902 663 886 647 871 632 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 873.546 629.596 moveto
+864 625 lineto
+868.596 634.546 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 873.546 629.596 moveto
+864 625 lineto
+868.596 634.546 lineto
+closepath stroke
+grestore
+% USG 3.0->Unix/TS 3.0
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 798 860 moveto
+798 846 798 828 798 813 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 801.5 813 moveto
+798 803 lineto
+794.5 813 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 801.5 813 moveto
+798 803 lineto
+794.5 813 lineto
+closepath stroke
+grestore
+% Unix/TS 1.0
+gsave
+0.043 1.000 1.000 nodecolor
+newpath 932.996 908.755 moveto
+897.85 867.082 lineto
+1004.92 864.256 lineto
+1028.24 891.907 lineto
+closepath fill
+1 setlinewidth
+filled
+0.043 1.000 1.000 nodecolor
+newpath 932.996 908.755 moveto
+897.85 867.082 lineto
+1004.92 864.256 lineto
+1028.24 891.907 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+930.375 878.275 moveto
+(Unix/TS 1.0)
+[9.75 7.5 3 6.75 3.75 9 9 3.75 7.5 3.75 7.5]
+xshow
+grestore
+% Unix/TS 1.0->Unix/TS 3.0
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 938 866 moveto
+914 852 878 830 850 813 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 851.441 809.797 moveto
+841 808 lineto
+848.042 815.916 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 851.441 809.797 moveto
+841 808 lineto
+848.042 815.916 lineto
+closepath stroke
+grestore
+% System V.0
+gsave
+0.082 1.000 1.000 nodecolor
+newpath 909.23 498.999 moveto
+890.062 510.072 lineto
+847.318 515 lineto
+800.714 511.425 lineto
+772.492 501.1 lineto
+776.294 488.937 lineto
+810.056 480.576 lineto
+857.446 479.828 lineto
+896.388 487.063 lineto
+closepath fill
+1 setlinewidth
+filled
+0.082 1.000 1.000 nodecolor
+newpath 909.23 498.999 moveto
+890.062 510.072 lineto
+847.318 515 lineto
+800.714 511.425 lineto
+772.492 501.1 lineto
+776.294 488.937 lineto
+810.056 480.576 lineto
+857.446 479.828 lineto
+896.388 487.063 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+804.75 492.275 moveto
+(System V.0)
+[9 6.75 6.75 5.25 8.25 11.25 3.75 8.25 3.75 7.5]
+xshow
+grestore
+% TS 4.0->System V.0
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 840 581 moveto
+840 564 840 542 840 525 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 843.5 525 moveto
+840 515 lineto
+836.5 525 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 843.5 525 moveto
+840 515 lineto
+836.5 525 lineto
+closepath stroke
+grestore
+% System V.2
+gsave
+0.227 0.561 0.545 nodecolor
+newpath 919.243 403.041 moveto
+861.66 409.956 lineto
+750.101 384.557 lineto
+760.757 366.959 lineto
+850.656 367.402 lineto
+897.583 378.086 lineto
+closepath fill
+1 setlinewidth
+filled
+0.227 0.561 0.545 nodecolor
+newpath 919.243 403.041 moveto
+861.66 409.956 lineto
+750.101 384.557 lineto
+760.757 366.959 lineto
+850.656 367.402 lineto
+897.583 378.086 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+804.75 380.275 moveto
+(System V.2)
+[9 6.75 6.75 5.25 8.25 11.25 3.75 8.25 3.75 7.5]
+xshow
+grestore
+% System V.0->System V.2
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 840 480 moveto
+840 463 840 436 840 415 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 843.5 415 moveto
+840 405 lineto
+836.5 415 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 843.5 415 moveto
+840 405 lineto
+836.5 415 lineto
+closepath stroke
+grestore
+% System V.3
+gsave
+0.592 0.208 1.000 nodecolor
+newpath 890.936 307.373 moveto
+831.952 304.475 lineto
+791.736 295.454 lineto
+787.864 280.067 lineto
+810.543 262.865 lineto
+861.06 266.968 lineto
+905.909 291.798 lineto
+closepath fill
+1 setlinewidth
+filled
+0.592 0.208 1.000 nodecolor
+newpath 890.936 307.373 moveto
+831.952 304.475 lineto
+791.736 295.454 lineto
+787.864 280.067 lineto
+810.543 262.865 lineto
+861.06 266.968 lineto
+905.909 291.798 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+804.375 282.275 moveto
+(System V.3)
+[9 6.75 6.75 5.25 8.25 11.25 3.75 8.25 3.75 8.25]
+xshow
+grestore
+% System V.2->System V.3
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 840 367 moveto
+840 353 840 332 840 315 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 843.5 315 moveto
+840 305 lineto
+836.5 315 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 843.5 315 moveto
+840 305 lineto
+836.5 315 lineto
+closepath stroke
+grestore
+endpage
+showpage
+grestore
+%%PageTrailer
+%%EndPage: 1
+%%Trailer
+%%Pages: 1
+%%BoundingBox: 36 36 468 431
+end
+restore
+%%EOF
diff --git a/rtest/nshare/rotate_dot1.png b/rtest/nshare/rotate_dot1.png
new file mode 100644 (file)
index 0000000..579bbb8
Binary files /dev/null and b/rtest/nshare/rotate_dot1.png differ
diff --git a/rtest/nshare/rotate_dot1.ps b/rtest/nshare/rotate_dot1.ps
new file mode 100644 (file)
index 0000000..10ef8c7
--- /dev/null
@@ -0,0 +1,2397 @@
+%!PS-Adobe-2.0
+%%Creator: Graphviz version 2.15 (Mon Oct 29 14:44:21 UTC 2007)
+%%For: (ellson) John Ellson
+%%Title: unix
+%%Pages: (atend)
+%%BoundingBox: (atend)
+%%EndComments
+save
+%%BeginProlog
+/DotDict 200 dict def
+DotDict begin
+
+/setupLatin1 {
+mark
+/EncodingVector 256 array def
+ EncodingVector 0
+
+ISOLatin1Encoding 0 255 getinterval putinterval
+EncodingVector 45 /hyphen put
+
+% Set up ISO Latin 1 character encoding
+/starnetISO {
+        dup dup findfont dup length dict begin
+        { 1 index /FID ne { def }{ pop pop } ifelse
+        } forall
+        /Encoding EncodingVector def
+        currentdict end definefont
+} def
+/Times-Roman starnetISO def
+/Times-Italic starnetISO def
+/Times-Bold starnetISO def
+/Times-BoldItalic starnetISO def
+/Helvetica starnetISO def
+/Helvetica-Oblique starnetISO def
+/Helvetica-Bold starnetISO def
+/Helvetica-BoldOblique starnetISO def
+/Courier starnetISO def
+/Courier-Oblique starnetISO def
+/Courier-Bold starnetISO def
+/Courier-BoldOblique starnetISO def
+cleartomark
+} bind def
+
+%%BeginResource: procset graphviz 0 0
+/coord-font-family /Times-Roman def
+/default-font-family /Times-Roman def
+/coordfont coord-font-family findfont 8 scalefont def
+
+/InvScaleFactor 1.0 def
+/set_scale {
+       dup 1 exch div /InvScaleFactor exch def
+       scale
+} bind def
+
+% styles
+/solid { [] 0 setdash } bind def
+/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
+/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
+/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
+/bold { 2 setlinewidth } bind def
+/filled { } bind def
+/unfilled { } bind def
+/rounded { } bind def
+/diagonals { } bind def
+
+% hooks for setting color 
+/nodecolor { sethsbcolor } bind def
+/edgecolor { sethsbcolor } bind def
+/graphcolor { sethsbcolor } bind def
+/nopcolor {pop pop pop} bind def
+
+/beginpage {   % i j npages
+       /npages exch def
+       /j exch def
+       /i exch def
+       /str 10 string def
+       npages 1 gt {
+               gsave
+                       coordfont setfont
+                       0 0 moveto
+                       (\() show i str cvs show (,) show j str cvs show (\)) show
+               grestore
+       } if
+} bind def
+
+/set_font {
+       findfont exch
+       scalefont setfont
+} def
+
+% draw aligned label in bounding box aligned to current point
+/alignedtext {                 % width adj text
+       /text exch def
+       /adj exch def
+       /width exch def
+       gsave
+               width 0 gt {
+                       text stringwidth pop adj mul 0 rmoveto
+               } if
+               [] 0 setdash
+               text show
+       grestore
+} def
+
+/boxprim {                             % xcorner ycorner xsize ysize
+               4 2 roll
+               moveto
+               2 copy
+               exch 0 rlineto
+               0 exch rlineto
+               pop neg 0 rlineto
+               closepath
+} bind def
+
+/ellipse_path {
+       /ry exch def
+       /rx exch def
+       /y exch def
+       /x exch def
+       matrix currentmatrix
+       newpath
+       x y translate
+       rx ry scale
+       0 0 1 0 360 arc
+       setmatrix
+} bind def
+
+/endpage { showpage } bind def
+/showpage { } def
+
+/layercolorseq
+       [       % layer color sequence - darkest to lightest
+               [0 0 0]
+               [.2 .8 .8]
+               [.4 .8 .8]
+               [.6 .8 .8]
+               [.8 .8 .8]
+       ]
+def
+
+/layerlen layercolorseq length def
+
+/setlayer {/maxlayer exch def /curlayer exch def
+       layercolorseq curlayer 1 sub layerlen mod get
+       aload pop sethsbcolor
+       /nodecolor {nopcolor} def
+       /edgecolor {nopcolor} def
+       /graphcolor {nopcolor} def
+} bind def
+
+/onlayer { curlayer ne {invis} if } def
+
+/onlayers {
+       /myupper exch def
+       /mylower exch def
+       curlayer mylower lt
+       curlayer myupper gt
+       or
+       {invis} if
+} def
+
+/curlayer 0 def
+
+%%EndResource
+%%EndProlog
+%%BeginSetup
+14 default-font-family set_font
+1 setmiterlimit
+% /arrowlength 10 def
+% /arrowwidth 5 def
+
+% make sure pdfmark is harmless for PS-interpreters other than Distiller
+/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
+% make '<<' and '>>' safe on PS Level 1 devices
+/languagelevel where {pop languagelevel}{1} ifelse
+2 lt {
+    userdict (<<) cvn ([) cvn load put
+    userdict (>>) cvn ([) cvn load put
+} if
+
+%%EndSetup
+setupLatin1
+%%Page: 1 1
+%%PageBoundingBox: 36 36 468 431
+%%PageOrientation: Landscape
+0 0 1 beginpage
+gsave
+36 36 432 395 boxprim clip newpath
+0.330528 0.330528 set_scale 90 rotate 112.917 -1411.92 translate
+0.000 0.000 0.000 graphcolor
+36.00 /Helvetica set_font
+402.5 53.85 moveto
+(Object Oriented Graphs)
+[27.75 19.5 8.25 20.25 18 10.5 9.75 27.75 12 8.25 20.25 20.25 10.5 20.25 20.25 9.75 27.75 12 20.25 19.5 20.25 18]
+xshow
+0.000 0.000 0.000 graphcolor
+36.00 /Helvetica set_font
+405.5 12.6 moveto
+(Stephen North, 3/19/93)
+[24 10.5 20.25 19.5 20.25 20.25 20.25 9.75 26.25 19.5 12 10.5 20.25 9.75 9.75 21 9.75 20.25 20.25 9.75 20.25 21]
+xshow
+% 5th Edition
+gsave
+0.035 0.588 0.933 nodecolor
+newpath 798.293 1276.42 moveto
+806.851 1291.83 lineto
+779.832 1298.62 lineto
+718.285 1291.36 lineto
+668.77 1276.9 lineto
+672.218 1265.5 lineto
+715.422 1260.22 lineto
+756.379 1259.26 lineto
+779.95 1263.87 lineto
+closepath fill
+1 setlinewidth
+filled
+0.035 0.588 0.933 nodecolor
+newpath 798.293 1276.42 moveto
+806.851 1291.83 lineto
+779.832 1298.62 lineto
+718.285 1291.36 lineto
+668.77 1276.9 lineto
+672.218 1265.5 lineto
+715.422 1260.22 lineto
+756.379 1259.26 lineto
+779.95 1263.87 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+710.625 1271.28 moveto
+(5th Edition)
+[7.5 5.25 7.5 3.75 9 7.5 3 5.25 3 7.5 7.5]
+xshow
+grestore
+% 6th Edition
+gsave
+0.541 1.000 1.000 nodecolor
+newpath 658.855 1207.13 moveto
+582.1 1216.35 lineto
+481.713 1194.68 lineto
+504.152 1172.61 lineto
+598.18 1179.23 lineto
+closepath fill
+1 setlinewidth
+filled
+0.541 1.000 1.000 nodecolor
+newpath 658.855 1207.13 moveto
+582.1 1216.35 lineto
+481.713 1194.68 lineto
+504.152 1172.61 lineto
+598.18 1179.23 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+531.25 1189.28 moveto
+(6th Edition)
+[8.25 5.25 7.5 3.75 9 7.5 3 5.25 3 7.5 7.5]
+xshow
+grestore
+% 5th Edition->6th Edition
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 711 1261 moveto
+685 1248 647 1232 616 1217 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 617.56 1213.86 moveto
+607 1213 lineto
+614.717 1220.26 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 617.56 1213.86 moveto
+607 1213 lineto
+614.717 1220.26 lineto
+closepath stroke
+grestore
+% PWB 1.0
+gsave
+0.118 0.855 0.933 nodecolor
+newpath 881.029 1212.23 moveto
+847.582 1212.06 lineto
+819.005 1201.19 lineto
+812.038 1185.96 lineto
+830.884 1175.58 lineto
+864.505 1176.13 lineto
+893.082 1187 lineto
+899.876 1201.85 lineto
+closepath fill
+1 setlinewidth
+filled
+0.118 0.855 0.933 nodecolor
+newpath 881.029 1212.23 moveto
+847.582 1212.06 lineto
+819.005 1201.19 lineto
+812.038 1185.96 lineto
+830.884 1175.58 lineto
+864.505 1176.13 lineto
+893.082 1187 lineto
+899.876 1201.85 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+829.375 1189.28 moveto
+(PWB 1.0)
+[9 12.75 9 3.75 7.5 3.75 7.5]
+xshow
+grestore
+% 5th Edition->PWB 1.0
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 765 1261 moveto
+782 1248 809 1229 829 1214 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 831.1 1216.8 moveto
+837 1208 lineto
+826.9 1211.2 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 831.1 1216.8 moveto
+837 1208 lineto
+826.9 1211.2 lineto
+closepath stroke
+grestore
+% LSX
+gsave
+0.090 0.388 0.933 nodecolor
+newpath 793.034 1102.35 moveto
+780.621 1112.08 lineto
+757.48 1117.35 lineto
+739.445 1117.03 lineto
+727.284 1109.21 lineto
+719.019 1095.48 lineto
+723.521 1083.62 lineto
+748.095 1081.7 lineto
+779.502 1090.17 lineto
+closepath fill
+1 setlinewidth
+filled
+0.090 0.388 0.933 nodecolor
+newpath 793.034 1102.35 moveto
+780.621 1112.08 lineto
+757.48 1117.35 lineto
+739.445 1117.03 lineto
+727.284 1109.21 lineto
+719.019 1095.48 lineto
+723.521 1083.62 lineto
+748.095 1081.7 lineto
+779.502 1090.17 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+739.25 1096.28 moveto
+(LSX)
+[7.5 9 9]
+xshow
+grestore
+% 6th Edition->LSX
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 601 1180 moveto
+629 1169 669 1153 702 1135 curveto
+710 1131 719 1125 727 1120 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 729.1 1122.8 moveto
+735 1114 lineto
+724.9 1117.2 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 729.1 1122.8 moveto
+735 1114 lineto
+724.9 1117.2 lineto
+closepath stroke
+grestore
+% 1 BSD
+gsave
+0.137 1.000 1.000 nodecolor
+newpath 228.04 1106.12 moveto
+217.579 1120.99 lineto
+180.871 1119.4 lineto
+151.037 1103.96 lineto
+156.022 1087.69 lineto
+184.155 1080.82 lineto
+212.295 1088.02 lineto
+closepath fill
+1 setlinewidth
+filled
+0.137 1.000 1.000 nodecolor
+newpath 228.04 1106.12 moveto
+217.579 1120.99 lineto
+180.871 1119.4 lineto
+151.037 1103.96 lineto
+156.022 1087.69 lineto
+184.155 1080.82 lineto
+212.295 1088.02 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+170.5 1096.28 moveto
+(1 BSD)
+[7.5 3.75 9 9 9.75]
+xshow
+grestore
+% 6th Edition->1 BSD
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 493 1184 moveto
+433 1174 345 1158 270 1135 curveto
+257 1131 243 1125 230 1120 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 231.56 1116.86 moveto
+221 1116 lineto
+228.717 1123.26 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 231.56 1116.86 moveto
+221 1116 lineto
+228.717 1123.26 lineto
+closepath stroke
+grestore
+% Mini Unix
+gsave
+0.231 0.816 1.000 nodecolor
+newpath 533.569 1124.75 moveto
+440.986 1122.91 lineto
+464.681 1077.29 lineto
+552.764 1079.05 lineto
+closepath fill
+1 setlinewidth
+filled
+0.231 0.816 1.000 nodecolor
+newpath 533.569 1124.75 moveto
+440.986 1122.91 lineto
+464.681 1077.29 lineto
+552.764 1079.05 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+470.25 1096.28 moveto
+(Mini Unix)
+[11.25 3 7.5 3 3.75 9.75 7.5 3 6.75]
+xshow
+grestore
+% 6th Edition->Mini Unix
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 552 1176 moveto
+543 1163 531 1147 521 1132 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 523.8 1129.9 moveto
+515 1124 lineto
+518.2 1134.1 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 523.8 1129.9 moveto
+515 1124 lineto
+518.2 1134.1 lineto
+closepath stroke
+grestore
+% Wollongong
+gsave
+0.333 0.239 0.737 nodecolor
+newpath 645.199 1123.14 moveto
+576.839 1109.84 lineto
+586.091 1084.32 lineto
+663.868 1084.28 lineto
+693.003 1103.41 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 0.239 0.737 nodecolor
+newpath 645.199 1123.14 moveto
+576.839 1109.84 lineto
+586.091 1084.32 lineto
+663.868 1084.28 lineto
+693.003 1103.41 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+597.375 1096.28 moveto
+(Wollongong)
+[12.75 7.5 3 3 7.5 7.5 7.5 7.5 7.5 7.5]
+xshow
+grestore
+% 6th Edition->Wollongong
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 577 1177 moveto
+587 1164 602 1143 614 1127 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 616.8 1129.1 moveto
+620 1119 lineto
+611.2 1124.9 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 616.8 1129.1 moveto
+620 1119 lineto
+611.2 1124.9 lineto
+closepath stroke
+grestore
+% Interdata
+gsave
+0.580 0.882 1.000 nodecolor
+newpath 356.681 1134.44 moveto
+278.853 1087.75 lineto
+365.801 1079.85 lineto
+402.665 1101.96 lineto
+closepath fill
+1 setlinewidth
+filled
+0.580 0.882 1.000 nodecolor
+newpath 356.681 1134.44 moveto
+278.853 1087.75 lineto
+365.801 1079.85 lineto
+402.665 1101.96 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+322.125 1096.28 moveto
+(Interdata)
+[3.75 7.5 5.25 8.25 5.25 7.5 7.5 5.25 7.5]
+xshow
+grestore
+% 6th Edition->Interdata
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 518 1173 moveto
+480 1157 429 1135 393 1119 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 394.56 1115.86 moveto
+384 1115 lineto
+391.717 1122.26 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 394.56 1115.86 moveto
+384 1115 lineto
+391.717 1122.26 lineto
+closepath stroke
+grestore
+% PWB 1.2
+gsave
+0.498 1.000 1.000 nodecolor
+newpath 873.144 1131.36 moveto
+835.24 1127.37 lineto
+811.086 1095.83 lineto
+820.754 1068.18 lineto
+858.845 1072.94 lineto
+893.956 1095.41 lineto
+898.976 1115.92 lineto
+closepath fill
+1 setlinewidth
+filled
+0.498 1.000 1.000 nodecolor
+newpath 873.144 1131.36 moveto
+835.24 1127.37 lineto
+811.086 1095.83 lineto
+820.754 1068.18 lineto
+858.845 1072.94 lineto
+893.956 1095.41 lineto
+898.976 1115.92 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+829.375 1096.28 moveto
+(PWB 1.2)
+[9 12.75 9 3.75 7.5 3.75 7.5]
+xshow
+grestore
+% PWB 1.0->PWB 1.2
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 856 1176 moveto
+856 1166 856 1153 856 1140 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 859.5 1140 moveto
+856 1130 lineto
+852.5 1140 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 859.5 1140 moveto
+856 1130 lineto
+852.5 1140 lineto
+closepath stroke
+grestore
+% USG 1.0
+gsave
+0.667 1.000 1.000 nodecolor
+newpath 1023.99 1134.12 moveto
+919.247 1093.29 lineto
+1000.96 1079.94 lineto
+1043.81 1096.65 lineto
+closepath fill
+1 setlinewidth
+filled
+0.667 1.000 1.000 nodecolor
+newpath 1023.99 1134.12 moveto
+919.247 1093.29 lineto
+1000.96 1079.94 lineto
+1043.81 1096.65 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+971.125 1096.28 moveto
+(USG 1.0)
+[9.75 9 10.5 3.75 7.5 3.75 7.5]
+xshow
+grestore
+% PWB 1.0->USG 1.0
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 877 1180 moveto
+900 1165 939 1139 966 1122 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 968.621 1124.46 moveto
+975 1116 lineto
+964.738 1118.63 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 968.621 1124.46 moveto
+975 1116 lineto
+964.738 1118.63 lineto
+closepath stroke
+grestore
+% 2 BSD
+gsave
+0.098 0.192 1.000 nodecolor
+newpath 118.802 619.626 moveto
+87.5882 618.927 lineto
+71.0179 605.61 lineto
+81.5428 589.574 lineto
+111.211 582.767 lineto
+137.72 590.5 lineto
+141.117 606.995 lineto
+closepath fill
+1 setlinewidth
+filled
+0.098 0.192 1.000 nodecolor
+newpath 118.802 619.626 moveto
+87.5882 618.927 lineto
+71.0179 605.61 lineto
+81.5428 589.574 lineto
+111.211 582.767 lineto
+137.72 590.5 lineto
+141.117 606.995 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+87.5 597.275 moveto
+(2 BSD)
+[7.5 3.75 9 9 9.75]
+xshow
+grestore
+% 1 BSD->2 BSD
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 180 1082 moveto
+162 1044 126 958 126 883 curveto
+126 883 126 883 126 782 curveto
+126 728 117 664 112 629 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 115.393 628.119 moveto
+110 619 lineto
+108.529 629.492 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 115.393 628.119 moveto
+110 619 lineto
+108.529 629.492 lineto
+closepath stroke
+grestore
+% Unix/TS 3.0
+gsave
+0.831 0.118 0.933 nodecolor
+newpath 876.439 797.599 moveto
+851.909 808.769 lineto
+784.961 800.788 lineto
+714.812 778.332 lineto
+704.233 761.494 lineto
+759.419 760.138 lineto
+826.367 768.119 lineto
+865.86 780.761 lineto
+closepath fill
+1 setlinewidth
+filled
+0.831 0.118 0.933 nodecolor
+newpath 876.439 797.599 moveto
+851.909 808.769 lineto
+784.961 800.788 lineto
+714.812 778.332 lineto
+704.233 761.494 lineto
+759.419 760.138 lineto
+826.367 768.119 lineto
+865.86 780.761 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+762 777.275 moveto
+(Unix/TS 3.0)
+[9.75 7.5 3 6.75 3.75 9 9 3.75 8.25 3.75 7.5]
+xshow
+grestore
+% Interdata->Unix/TS 3.0
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 376 1086 moveto
+423 1056 530 987 613 921 curveto
+652 889 656 875 695 845 curveto
+717 829 742 813 762 801 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 763.958 803.916 moveto
+771 796 lineto
+760.559 797.797 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 763.958 803.916 moveto
+771 796 lineto
+760.559 797.797 lineto
+closepath stroke
+grestore
+% PWB 2.0
+gsave
+0.227 0.561 0.804 nodecolor
+newpath 800.428 1011.88 moveto
+743.236 1015.76 lineto
+664.959 993.334 lineto
+675.572 976.117 lineto
+748.613 976.783 lineto
+795.192 990.126 lineto
+closepath fill
+1 setlinewidth
+filled
+0.227 0.561 0.804 nodecolor
+newpath 800.428 1011.88 moveto
+743.236 1015.76 lineto
+664.959 993.334 lineto
+675.572 976.117 lineto
+748.613 976.783 lineto
+795.192 990.126 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+711.375 989.275 moveto
+(PWB 2.0)
+[9 12.75 9 3.75 7.5 3.75 7.5]
+xshow
+grestore
+% Interdata->PWB 2.0
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 379 1087 moveto
+394 1080 414 1072 432 1067 curveto
+527 1039 557 1058 651 1031 curveto
+668 1026 687 1018 703 1011 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 704.283 1014.26 moveto
+712 1007 lineto
+701.44 1007.86 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 704.283 1014.26 moveto
+712 1007 lineto
+701.44 1007.86 lineto
+closepath stroke
+grestore
+% 7th Edition
+gsave
+0.067 0.855 0.824 nodecolor
+newpath 392.776 1001.77 moveto
+375.321 1013.1 lineto
+348.577 1017.13 lineto
+320.566 1010.61 lineto
+302.826 996.677 lineto
+304.841 982.787 lineto
+326.679 974.901 lineto
+357.807 974.311 lineto
+384.143 979.519 lineto
+396.465 989.196 lineto
+closepath fill
+1 setlinewidth
+filled
+0.067 0.855 0.824 nodecolor
+newpath 392.776 1001.77 moveto
+375.321 1013.1 lineto
+348.577 1017.13 lineto
+320.566 1010.61 lineto
+302.826 996.677 lineto
+304.841 982.787 lineto
+326.679 974.901 lineto
+357.807 974.311 lineto
+384.143 979.519 lineto
+396.465 989.196 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+317.625 989.275 moveto
+(7th Edition)
+[7.5 5.25 7.5 3.75 9 7.5 3 5.25 3 7.5 7.5]
+xshow
+grestore
+% Interdata->7th Edition
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 351 1081 moveto
+351 1066 351 1045 351 1027 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 354.5 1027 moveto
+351 1017 lineto
+347.5 1027 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 354.5 1027 moveto
+351 1017 lineto
+347.5 1027 lineto
+closepath stroke
+grestore
+% TS 4.0
+gsave
+0.965 0.906 0.863 nodecolor
+newpath 901.887 623.181 moveto
+882.664 627.949 lineto
+847.145 622.806 lineto
+814.04 612.844 lineto
+794.03 600.673 lineto
+788.4 587.076 lineto
+797.336 576.051 lineto
+822.568 574.938 lineto
+859.602 587.29 lineto
+892.328 607.194 lineto
+closepath fill
+1 setlinewidth
+filled
+0.965 0.906 0.863 nodecolor
+newpath 901.887 623.181 moveto
+882.664 627.949 lineto
+847.145 622.806 lineto
+814.04 612.844 lineto
+794.03 600.673 lineto
+788.4 587.076 lineto
+797.336 576.051 lineto
+822.568 574.938 lineto
+859.602 587.29 lineto
+892.328 607.194 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+819.375 597.275 moveto
+(TS 4.0)
+[9 9 3.75 8.25 3.75 7.5]
+xshow
+grestore
+% Unix/TS 3.0->TS 4.0
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 802 765 moveto
+809 734 825 667 834 630 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 837.471 630.492 moveto
+836 620 lineto
+830.607 629.119 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 837.471 630.492 moveto
+836 620 lineto
+830.607 629.119 lineto
+closepath stroke
+grestore
+% PWB 2.0->Unix/TS 3.0
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 727 976 moveto
+711 947 684 888 707 845 curveto
+717 824 738 810 757 800 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 758.958 802.916 moveto
+766 795 lineto
+755.559 796.797 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 758.958 802.916 moveto
+766 795 lineto
+755.559 796.797 lineto
+closepath stroke
+grestore
+% 8th Edition
+gsave
+0.506 1.000 0.804 nodecolor
+newpath 626.042 517.062 moveto
+581.575 497.741 lineto
+612.206 458.797 lineto
+740.177 514.399 lineto
+closepath fill
+1 setlinewidth
+filled
+0.506 1.000 0.804 nodecolor
+newpath 626.042 517.062 moveto
+581.575 497.741 lineto
+612.206 458.797 lineto
+740.177 514.399 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+606.625 492.275 moveto
+(8th Edition)
+[7.5 5.25 7.5 3.75 9 7.5 3 5.25 3 7.5 7.5]
+xshow
+grestore
+% 7th Edition->8th Edition
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 386 981 moveto
+407 974 433 964 456 957 curveto
+511 939 543 964 580 921 curveto
+621 873 599 844 599 782 curveto
+599 782 599 782 599 694 curveto
+599 634 617 565 630 527 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 633.479 527.584 moveto
+633 517 lineto
+626.774 525.573 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 633.479 527.584 moveto
+633 517 lineto
+626.774 525.573 lineto
+closepath stroke
+grestore
+% 32V
+gsave
+0.573 0.612 0.804 nodecolor
+newpath 566.897 888.296 moveto
+569.566 905.591 lineto
+523.743 902.423 lineto
+478.866 884.63 lineto
+483.662 869.06 lineto
+512.941 862.452 lineto
+539.325 868.549 lineto
+closepath fill
+1 setlinewidth
+filled
+0.573 0.612 0.804 nodecolor
+newpath 566.897 888.296 moveto
+569.566 905.591 lineto
+523.743 902.423 lineto
+478.866 884.63 lineto
+483.662 869.06 lineto
+512.941 862.452 lineto
+539.325 868.549 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+512.625 878.275 moveto
+(32V)
+[8.25 7.5 9]
+xshow
+grestore
+% 7th Edition->32V
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 378 978 moveto
+402 964 439 941 470 921 curveto
+479 915 489 908 499 902 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 501.1 904.8 moveto
+507 896 lineto
+496.9 899.2 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 501.1 904.8 moveto
+507 896 lineto
+496.9 899.2 lineto
+closepath stroke
+grestore
+% V7M
+gsave
+0.667 1.000 0.502 nodecolor
+newpath 94.2341 788.382 moveto
+88.5079 798.572 lineto
+66.9271 802.432 lineto
+45.846 801.726 lineto
+30.2188 795.487 lineto
+15.9884 782.095 lineto
+5.49214 765.428 lineto
+10.8505 755.092 lineto
+38.1279 758.272 lineto
+73.8072 772.516 lineto
+closepath fill
+1 setlinewidth
+filled
+0.667 1.000 0.502 nodecolor
+newpath 94.2341 788.382 moveto
+88.5079 798.572 lineto
+66.9271 802.432 lineto
+45.846 801.726 lineto
+30.2188 795.487 lineto
+15.9884 782.095 lineto
+5.49214 765.428 lineto
+10.8505 755.092 lineto
+38.1279 758.272 lineto
+73.8072 772.516 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+33.125 777.275 moveto
+(V7M)
+[9 7.5 11.25]
+xshow
+grestore
+% 7th Edition->V7M
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 305 984 moveto
+263 973 202 953 157 921 curveto
+116 891 83 842 63 811 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 65.916 809.042 moveto
+58 802 lineto
+59.7969 812.441 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 65.916 809.042 moveto
+58 802 lineto
+59.7969 812.441 lineto
+closepath stroke
+grestore
+% Ultrix-11
+gsave
+0.333 0.243 0.545 nodecolor
+newpath 167.416 378.491 moveto
+168.861 389.347 lineto
+148.969 398.542 lineto
+124.331 403.265 lineto
+100.923 401.443 lineto
+76.5698 392.909 lineto
+57.1391 380.653 lineto
+59.0453 370.058 lineto
+90.5532 365.87 lineto
+136.193 369.422 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 0.243 0.545 nodecolor
+newpath 167.416 378.491 moveto
+168.861 389.347 lineto
+148.969 398.542 lineto
+124.331 403.265 lineto
+100.923 401.443 lineto
+76.5698 392.909 lineto
+57.1391 380.653 lineto
+59.0453 370.058 lineto
+90.5532 365.87 lineto
+136.193 369.422 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+87.125 380.275 moveto
+(Ultrix-11)
+[9.75 3 5.25 5.25 3 6.75 4.5 6.75 7.5]
+xshow
+grestore
+% 7th Edition->Ultrix-11
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 304 985 moveto
+267 976 217 957 190 921 curveto
+153 871 171 844 171 782 curveto
+171 782 171 782 171 602 curveto
+171 532 142 453 125 412 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 128.26 410.717 moveto
+121 403 lineto
+121.863 413.56 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 128.26 410.717 moveto
+121 403 lineto
+121.863 413.56 lineto
+closepath stroke
+grestore
+% Xenix
+gsave
+0.043 0.686 1.000 nodecolor
+newpath 285.207 901.773 moveto
+255.982 903.548 lineto
+221.753 895.139 lineto
+202.571 881.472 lineto
+204.471 866.847 lineto
+226.34 859.831 lineto
+260.569 868.24 lineto
+287.107 887.148 lineto
+closepath fill
+1 setlinewidth
+filled
+0.043 0.686 1.000 nodecolor
+newpath 285.207 901.773 moveto
+255.982 903.548 lineto
+221.753 895.139 lineto
+202.571 881.472 lineto
+204.471 866.847 lineto
+226.34 859.831 lineto
+260.569 868.24 lineto
+287.107 887.148 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+225.75 878.275 moveto
+(Xenix)
+[9 8.25 7.5 3 6.75]
+xshow
+grestore
+% 7th Edition->Xenix
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 332 975 moveto
+315 957 289 931 270 910 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 272.546 907.596 moveto
+263 903 lineto
+267.596 912.546 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 272.546 907.596 moveto
+263 903 lineto
+267.596 912.546 lineto
+closepath stroke
+grestore
+% UniPlus+
+gsave
+0.227 0.561 0.804 nodecolor
+newpath 442.225 897.78 moveto
+414.916 908.795 lineto
+345.947 894.399 lineto
+304.88 871.419 lineto
+340.265 863.147 lineto
+399.987 867.16 lineto
+432.781 878.299 lineto
+closepath fill
+1 setlinewidth
+filled
+0.227 0.561 0.804 nodecolor
+newpath 442.225 897.78 moveto
+414.916 908.795 lineto
+345.947 894.399 lineto
+304.88 871.419 lineto
+340.265 863.147 lineto
+399.987 867.16 lineto
+432.781 878.299 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+355.625 878.275 moveto
+(UniPlus+)
+[9.75 7.5 3 9 3 7.5 6.75 8.25]
+xshow
+grestore
+% 7th Edition->UniPlus+
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 357 974 moveto
+362 956 369 930 375 911 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 378.479 911.584 moveto
+378 901 lineto
+371.774 909.573 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 378.479 911.584 moveto
+378 901 lineto
+371.774 909.573 lineto
+closepath stroke
+grestore
+% 9th Edition
+gsave
+0.024 0.663 0.804 nodecolor
+newpath 711.673 399.428 moveto
+677.617 409.635 lineto
+634.371 399.921 lineto
+617.202 378.971 lineto
+641.738 363.931 lineto
+685.601 364.147 lineto
+714.798 378.966 lineto
+closepath fill
+1 setlinewidth
+filled
+0.024 0.663 0.804 nodecolor
+newpath 711.673 399.428 moveto
+677.617 409.635 lineto
+634.371 399.921 lineto
+617.202 378.971 lineto
+641.738 363.931 lineto
+685.601 364.147 lineto
+714.798 378.966 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+635.25 380.275 moveto
+(9th Edition)
+[8.25 5.25 7.5 3.75 9 7.5 3 5.25 3 7.5 7.5]
+xshow
+grestore
+% 8th Edition->9th Edition
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 646 473 moveto
+650 456 656 435 661 417 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 664.471 417.492 moveto
+663 407 lineto
+657.607 416.119 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 664.471 417.492 moveto
+663 407 lineto
+657.607 416.119 lineto
+closepath stroke
+grestore
+% 3 BSD
+gsave
+0.149 0.192 1.000 nodecolor
+newpath 553.144 777.879 moveto
+552.639 789.32 lineto
+536.229 797.966 lineto
+507.263 800 lineto
+477.92 794.841 lineto
+463.016 785.095 lineto
+469.361 774.68 lineto
+491.61 767.061 lineto
+518.346 764.634 lineto
+540.471 768.524 lineto
+closepath fill
+1 setlinewidth
+filled
+0.149 0.192 1.000 nodecolor
+newpath 553.144 777.879 moveto
+552.639 789.32 lineto
+536.229 797.966 lineto
+507.263 800 lineto
+477.92 794.841 lineto
+463.016 785.095 lineto
+469.361 774.68 lineto
+491.61 767.061 lineto
+518.346 764.634 lineto
+540.471 768.524 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+491.125 777.275 moveto
+(3 BSD)
+[8.25 3.75 9 9 9.75]
+xshow
+grestore
+% 32V->3 BSD
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 522 864 moveto
+520 849 517 827 515 810 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 518.393 809.119 moveto
+513 800 lineto
+511.529 810.492 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 518.393 809.119 moveto
+513 800 lineto
+511.529 810.492 lineto
+closepath stroke
+grestore
+% V7M->Ultrix-11
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 47 762 moveto
+48 724 51 640 62 571 curveto
+72 513 92 448 104 412 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 107.479 412.584 moveto
+107 402 lineto
+100.774 410.573 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 107.479 412.584 moveto
+107 402 lineto
+100.774 410.573 lineto
+closepath stroke
+grestore
+% 2.8 BSD
+gsave
+0.561 0.310 1.000 nodecolor
+newpath 256.195 519.577 moveto
+208.423 499.212 lineto
+250.539 470.473 lineto
+316.843 498.738 lineto
+closepath fill
+1 setlinewidth
+filled
+0.561 0.310 1.000 nodecolor
+newpath 256.195 519.577 moveto
+208.423 499.212 lineto
+250.539 470.473 lineto
+316.843 498.738 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+232.875 492.275 moveto
+(2.8 BSD)
+[7.5 3.75 7.5 3.75 9 9 9.75]
+xshow
+grestore
+% 2 BSD->2.8 BSD
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 128 587 moveto
+154 570 199 538 229 518 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 231.1 520.8 moveto
+237 512 lineto
+226.9 515.2 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 231.1 520.8 moveto
+237 512 lineto
+226.9 515.2 lineto
+closepath stroke
+grestore
+% 2.8 BSD->Ultrix-11
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 236 480 moveto
+211 461 170 430 142 408 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 144.1 405.2 moveto
+134 402 lineto
+139.9 410.8 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 144.1 405.2 moveto
+134 402 lineto
+139.9 410.8 lineto
+closepath stroke
+grestore
+% 2.9 BSD
+gsave
+0.443 0.502 0.933 nodecolor
+newpath 233.199 404.316 moveto
+202.695 367.681 lineto
+267.129 346.862 lineto
+328.977 421.141 lineto
+closepath fill
+1 setlinewidth
+filled
+0.443 0.502 0.933 nodecolor
+newpath 233.199 404.316 moveto
+202.695 367.681 lineto
+267.129 346.862 lineto
+328.977 421.141 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+232.5 380.275 moveto
+(2.9 BSD)
+[7.5 3.75 8.25 3.75 9 9 9.75]
+xshow
+grestore
+% 2.8 BSD->2.9 BSD
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 258 474 moveto
+258 458 258 437 258 419 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 261.5 419 moveto
+258 409 lineto
+254.5 419 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 261.5 419 moveto
+258 409 lineto
+254.5 419 lineto
+closepath stroke
+grestore
+% 4 BSD
+gsave
+0.082 1.000 1.000 nodecolor
+newpath 507.211 708.435 moveto
+458.145 712.843 lineto
+432.372 691.211 lineto
+449.237 669.687 lineto
+528.036 687.823 lineto
+closepath fill
+1 setlinewidth
+filled
+0.082 1.000 1.000 nodecolor
+newpath 507.211 708.435 moveto
+458.145 712.843 lineto
+432.372 691.211 lineto
+449.237 669.687 lineto
+528.036 687.823 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+455.125 689.275 moveto
+(4 BSD)
+[8.25 3.75 9 9 9.75]
+xshow
+grestore
+% 3 BSD->4 BSD
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 504 766 moveto
+499 753 492 735 486 721 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 488.964 718.985 moveto
+482 711 lineto
+482.464 721.585 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 488.964 718.985 moveto
+482 711 lineto
+482.464 721.585 lineto
+closepath stroke
+grestore
+% 4.1 BSD
+gsave
+0.165 0.122 1.000 nodecolor
+newpath 473.48 628.988 moveto
+408.748 606.691 lineto
+430.919 571.705 lineto
+514.853 600.617 lineto
+closepath fill
+1 setlinewidth
+filled
+0.165 0.122 1.000 nodecolor
+newpath 473.48 628.988 moveto
+408.748 606.691 lineto
+430.919 571.705 lineto
+514.853 600.617 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+431.5 597.275 moveto
+(4.1 BSD)
+[8.25 3.75 7.5 3.75 9 9 9.75]
+xshow
+grestore
+% 4 BSD->4.1 BSD
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 471 674 moveto
+469 663 466 648 464 635 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 467.393 634.119 moveto
+462 625 lineto
+460.529 635.492 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 467.393 634.119 moveto
+462 625 lineto
+460.529 635.492 lineto
+closepath stroke
+grestore
+% 4.1 BSD->8th Edition
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 481 588 moveto
+512 570 568 538 605 517 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 606.958 519.916 moveto
+614 512 lineto
+603.559 513.797 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 606.958 519.916 moveto
+614 512 lineto
+603.559 513.797 lineto
+closepath stroke
+grestore
+% 4.1 BSD->2.8 BSD
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 423 584 moveto
+386 565 329 534 292 515 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 293.441 511.797 moveto
+283 510 lineto
+290.042 517.916 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 293.441 511.797 moveto
+283 510 lineto
+290.042 517.916 lineto
+closepath stroke
+grestore
+% 4.2 BSD
+gsave
+0.776 0.753 0.545 nodecolor
+newpath 521.764 519.976 moveto
+499.23 524.388 lineto
+457.128 518.34 lineto
+418.901 508.076 lineto
+396.34 496.014 lineto
+388.96 481.896 lineto
+396.77 469.612 lineto
+424.148 467.789 lineto
+467.999 481.059 lineto
+508.76 502.851 lineto
+closepath fill
+1 setlinewidth
+filled
+0.776 0.753 0.545 nodecolor
+newpath 521.764 519.976 moveto
+499.23 524.388 lineto
+457.128 518.34 lineto
+418.901 508.076 lineto
+396.34 496.014 lineto
+388.96 481.896 lineto
+396.77 469.612 lineto
+424.148 467.789 lineto
+467.999 481.059 lineto
+508.76 502.851 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+422.5 492.275 moveto
+(4.2 BSD)
+[8.25 3.75 7.5 3.75 9 9 9.75]
+xshow
+grestore
+% 4.1 BSD->4.2 BSD
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 455 580 moveto
+453 564 452 543 451 526 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 454.478 525.602 moveto
+450 516 lineto
+447.512 526.299 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 454.478 525.602 moveto
+450 516 lineto
+447.512 526.299 lineto
+closepath stroke
+grestore
+% 4.3 BSD
+gsave
+0.145 0.196 0.933 nodecolor
+newpath 592.754 397.713 moveto
+573.327 409.894 lineto
+548.045 412.566 lineto
+526.682 404.898 lineto
+517.354 389.747 lineto
+523.478 372.665 lineto
+542.673 360.106 lineto
+567.722 357.056 lineto
+589.174 364.868 lineto
+598.79 380.487 lineto
+closepath fill
+1 setlinewidth
+filled
+0.145 0.196 0.933 nodecolor
+newpath 592.754 397.713 moveto
+573.327 409.894 lineto
+548.045 412.566 lineto
+526.682 404.898 lineto
+517.354 389.747 lineto
+523.478 372.665 lineto
+542.673 360.106 lineto
+567.722 357.056 lineto
+589.174 364.868 lineto
+598.79 380.487 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+532.125 380.275 moveto
+(4.3 BSD)
+[8.25 3.75 8.25 3.75 9 9 9.75]
+xshow
+grestore
+% 4.2 BSD->4.3 BSD
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 465 480 moveto
+481 463 508 436 528 415 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 530.404 417.546 moveto
+535 408 lineto
+525.454 412.596 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 530.404 417.546 moveto
+535 408 lineto
+525.454 412.596 lineto
+closepath stroke
+grestore
+% Ultrix-32
+gsave
+0.118 0.855 0.804 nodecolor
+newpath 448.499 407.173 moveto
+380.634 396.037 lineto
+364.087 357.344 lineto
+498.78 379.446 lineto
+closepath fill
+1 setlinewidth
+filled
+0.118 0.855 0.804 nodecolor
+newpath 448.499 407.173 moveto
+380.634 396.037 lineto
+364.087 357.344 lineto
+498.78 379.446 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+396.375 380.275 moveto
+(Ultrix-32)
+[9.75 3 5.25 5.25 3 6.75 4.5 8.25 7.5]
+xshow
+grestore
+% 4.2 BSD->Ultrix-32
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 443 473 moveto
+439 455 433 432 429 414 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 432.393 413.119 moveto
+427 404 lineto
+425.529 414.492 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 432.393 413.119 moveto
+427 404 lineto
+425.529 414.492 lineto
+closepath stroke
+grestore
+% PWB 1.2->PWB 2.0
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 820 1069 moveto
+804 1054 784 1036 769 1022 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 770.831 1018.95 moveto
+761 1015 lineto
+766.221 1024.22 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 770.831 1018.95 moveto
+761 1015 lineto
+766.221 1024.22 lineto
+closepath stroke
+grestore
+% CB Unix 1
+gsave
+0.000 0.808 0.698 nodecolor
+newpath 1131.17 1002 moveto
+1119.91 1014.36 lineto
+1088.99 1017.83 lineto
+1056.3 1012 lineto
+1031.89 997.742 lineto
+1021.94 979.894 lineto
+1034.53 968.005 lineto
+1070.2 969.902 lineto
+1111.06 984.277 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.808 0.698 nodecolor
+newpath 1131.17 1002 moveto
+1119.91 1014.36 lineto
+1088.99 1017.83 lineto
+1056.3 1012 lineto
+1031.89 997.742 lineto
+1021.94 979.894 lineto
+1034.53 968.005 lineto
+1070.2 969.902 lineto
+1111.06 984.277 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+1043.62 989.275 moveto
+(CB Unix 1)
+[9.75 9 3.75 9.75 7.5 3 6.75 3.75 7.5]
+xshow
+grestore
+% USG 1.0->CB Unix 1
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1010 1083 moveto
+1022 1066 1040 1041 1055 1021 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1057.8 1023.1 moveto
+1061 1013 lineto
+1052.2 1018.9 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1057.8 1023.1 moveto
+1061 1013 lineto
+1052.2 1018.9 lineto
+closepath stroke
+grestore
+% USG 2.0
+gsave
+0.247 1.000 0.545 nodecolor
+newpath 880.271 1029.67 moveto
+832.221 957.131 lineto
+925.049 975.419 lineto
+950.458 1013.78 lineto
+closepath fill
+1 setlinewidth
+filled
+0.247 1.000 0.545 nodecolor
+newpath 880.271 1029.67 moveto
+832.221 957.131 lineto
+925.049 975.419 lineto
+950.458 1013.78 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+871.125 989.275 moveto
+(USG 2.0)
+[9.75 9 10.5 3.75 7.5 3.75 7.5]
+xshow
+grestore
+% USG 1.0->USG 2.0
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 980 1083 moveto
+966 1068 946 1046 929 1028 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 931.546 1025.6 moveto
+922 1021 lineto
+926.596 1030.55 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 931.546 1025.6 moveto
+922 1021 lineto
+926.596 1030.55 lineto
+closepath stroke
+grestore
+% CB Unix 2
+gsave
+0.231 0.816 1.000 nodecolor
+newpath 1162.89 881.45 moveto
+1169.84 895.655 lineto
+1157.37 905.027 lineto
+1118.7 903.113 lineto
+1073.02 891.74 lineto
+1052.03 878.805 lineto
+1068.16 870.345 lineto
+1103.71 866.718 lineto
+1133.56 866.438 lineto
+1150.72 870.709 lineto
+closepath fill
+1 setlinewidth
+filled
+0.231 0.816 1.000 nodecolor
+newpath 1162.89 881.45 moveto
+1169.84 895.655 lineto
+1157.37 905.027 lineto
+1118.7 903.113 lineto
+1073.02 891.74 lineto
+1052.03 878.805 lineto
+1068.16 870.345 lineto
+1103.71 866.718 lineto
+1133.56 866.438 lineto
+1150.72 870.709 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+1088.62 878.275 moveto
+(CB Unix 2)
+[9.75 9 3.75 9.75 7.5 3 6.75 3.75 7.5]
+xshow
+grestore
+% CB Unix 1->CB Unix 2
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1082 974 moveto
+1089 956 1099 931 1107 911 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1110.14 912.56 moveto
+1111 902 lineto
+1103.74 909.717 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1110.14 912.56 moveto
+1111 902 lineto
+1103.74 909.717 lineto
+closepath stroke
+grestore
+% USG 3.0
+gsave
+0.090 0.227 0.933 nodecolor
+newpath 799.852 907.118 moveto
+749.542 886.16 lineto
+762.545 844.884 lineto
+880.061 893.838 lineto
+closepath fill
+1 setlinewidth
+filled
+0.090 0.227 0.933 nodecolor
+newpath 799.852 907.118 moveto
+749.542 886.16 lineto
+762.545 844.884 lineto
+880.061 893.838 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+771.75 878.275 moveto
+(USG 3.0)
+[9.75 9 10.5 3.75 8.25 3.75 7.5]
+xshow
+grestore
+% USG 2.0->USG 3.0
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 871 965 moveto
+856 949 838 929 824 913 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 826.219 910.221 moveto
+817 905 lineto
+820.951 914.831 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 826.219 910.221 moveto
+817 905 lineto
+820.951 914.831 lineto
+closepath stroke
+grestore
+% CB Unix 3
+gsave
+0.090 0.227 0.545 nodecolor
+newpath 1082.94 780.321 moveto
+1099.23 795.958 lineto
+1090.99 806.264 lineto
+1047.28 804.241 lineto
+990.163 791.83 lineto
+958.884 777.557 lineto
+970.766 768.042 lineto
+1007.18 763.859 lineto
+1040.14 763.543 lineto
+1062.42 768.386 lineto
+closepath fill
+1 setlinewidth
+filled
+0.090 0.227 0.545 nodecolor
+newpath 1082.94 780.321 moveto
+1099.23 795.958 lineto
+1090.99 806.264 lineto
+1047.28 804.241 lineto
+990.163 791.83 lineto
+958.884 777.557 lineto
+970.766 768.042 lineto
+1007.18 763.859 lineto
+1040.14 763.543 lineto
+1062.42 768.386 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+1004.25 777.275 moveto
+(CB Unix 3)
+[9.75 9 3.75 9.75 7.5 3 6.75 3.75 8.25]
+xshow
+grestore
+% CB Unix 2->CB Unix 3
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1105 866 moveto
+1093 852 1075 831 1060 813 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1062.8 810.9 moveto
+1054 805 lineto
+1057.2 815.1 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1062.8 810.9 moveto
+1054 805 lineto
+1057.2 815.1 lineto
+closepath stroke
+grestore
+% Unix/TS++
+gsave
+0.016 0.118 0.933 nodecolor
+newpath 1000.14 701.047 moveto
+971.101 715.423 lineto
+885.606 706.315 lineto
+867.857 686.953 lineto
+916.251 674.638 lineto
+963.042 679.623 lineto
+closepath fill
+1 setlinewidth
+filled
+0.016 0.118 0.933 nodecolor
+newpath 1000.14 701.047 moveto
+971.101 715.423 lineto
+885.606 706.315 lineto
+867.857 686.953 lineto
+916.251 674.638 lineto
+963.042 679.623 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+901.375 689.275 moveto
+(Unix/TS++)
+[9.75 7.5 3 6.75 3.75 9 9 8.25 8.25]
+xshow
+grestore
+% CB Unix 3->Unix/TS++
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1014 764 moveto
+1000 751 981 735 965 721 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 966.831 717.951 moveto
+957 714 lineto
+962.221 723.219 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 966.831 717.951 moveto
+957 714 lineto
+962.221 723.219 lineto
+closepath stroke
+grestore
+% PDP-11 Sys V
+gsave
+0.514 0.404 1.000 nodecolor
+newpath 1146.07 698.713 moveto
+1125.32 709.212 lineto
+1086.15 713.066 lineto
+1050.32 709.358 lineto
+1029.32 698.464 lineto
+1027.67 684.121 lineto
+1049.61 673.929 lineto
+1091.36 674.324 lineto
+1132.18 684.813 lineto
+closepath fill
+1 setlinewidth
+filled
+0.514 0.404 1.000 nodecolor
+newpath 1146.07 698.713 moveto
+1125.32 709.212 lineto
+1086.15 713.066 lineto
+1050.32 709.358 lineto
+1029.32 698.464 lineto
+1027.67 684.121 lineto
+1049.61 673.929 lineto
+1091.36 674.324 lineto
+1132.18 684.813 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+1039.25 689.275 moveto
+(PDP-11 Sys V)
+[9 9.75 9 4.5 6.75 7.5 3.75 9 6.75 6.75 3.75 9]
+xshow
+grestore
+% CB Unix 3->PDP-11 Sys V
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1045 764 moveto
+1051 752 1060 735 1067 721 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1070.2 722.441 moveto
+1072 712 lineto
+1064.08 719.042 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1070.2 722.441 moveto
+1072 712 lineto
+1064.08 719.042 lineto
+closepath stroke
+grestore
+% CB Unix 3->TS 4.0
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 976 767 moveto
+931 755 875 737 859 719 curveto
+839 694 836 656 837 630 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 840.488 630.299 moveto
+838 620 lineto
+833.522 629.602 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 840.488 630.299 moveto
+838 620 lineto
+833.522 629.602 lineto
+closepath stroke
+grestore
+% Unix/TS++->TS 4.0
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 915 675 moveto
+902 663 886 647 871 632 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 873.546 629.596 moveto
+864 625 lineto
+868.596 634.546 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 873.546 629.596 moveto
+864 625 lineto
+868.596 634.546 lineto
+closepath stroke
+grestore
+% USG 3.0->Unix/TS 3.0
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 798 860 moveto
+798 846 798 828 798 813 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 801.5 813 moveto
+798 803 lineto
+794.5 813 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 801.5 813 moveto
+798 803 lineto
+794.5 813 lineto
+closepath stroke
+grestore
+% Unix/TS 1.0
+gsave
+0.043 1.000 1.000 nodecolor
+newpath 932.996 908.755 moveto
+897.85 867.082 lineto
+1004.92 864.256 lineto
+1028.24 891.907 lineto
+closepath fill
+1 setlinewidth
+filled
+0.043 1.000 1.000 nodecolor
+newpath 932.996 908.755 moveto
+897.85 867.082 lineto
+1004.92 864.256 lineto
+1028.24 891.907 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+930.375 878.275 moveto
+(Unix/TS 1.0)
+[9.75 7.5 3 6.75 3.75 9 9 3.75 7.5 3.75 7.5]
+xshow
+grestore
+% Unix/TS 1.0->Unix/TS 3.0
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 938 866 moveto
+914 852 878 830 850 813 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 851.441 809.797 moveto
+841 808 lineto
+848.042 815.916 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 851.441 809.797 moveto
+841 808 lineto
+848.042 815.916 lineto
+closepath stroke
+grestore
+% System V.0
+gsave
+0.082 1.000 1.000 nodecolor
+newpath 909.23 498.999 moveto
+890.062 510.072 lineto
+847.318 515 lineto
+800.714 511.425 lineto
+772.492 501.1 lineto
+776.294 488.937 lineto
+810.056 480.576 lineto
+857.446 479.828 lineto
+896.388 487.063 lineto
+closepath fill
+1 setlinewidth
+filled
+0.082 1.000 1.000 nodecolor
+newpath 909.23 498.999 moveto
+890.062 510.072 lineto
+847.318 515 lineto
+800.714 511.425 lineto
+772.492 501.1 lineto
+776.294 488.937 lineto
+810.056 480.576 lineto
+857.446 479.828 lineto
+896.388 487.063 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+804.75 492.275 moveto
+(System V.0)
+[9 6.75 6.75 5.25 8.25 11.25 3.75 8.25 3.75 7.5]
+xshow
+grestore
+% TS 4.0->System V.0
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 840 581 moveto
+840 564 840 542 840 525 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 843.5 525 moveto
+840 515 lineto
+836.5 525 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 843.5 525 moveto
+840 515 lineto
+836.5 525 lineto
+closepath stroke
+grestore
+% System V.2
+gsave
+0.227 0.561 0.545 nodecolor
+newpath 919.243 403.041 moveto
+861.66 409.956 lineto
+750.101 384.557 lineto
+760.757 366.959 lineto
+850.656 367.402 lineto
+897.583 378.086 lineto
+closepath fill
+1 setlinewidth
+filled
+0.227 0.561 0.545 nodecolor
+newpath 919.243 403.041 moveto
+861.66 409.956 lineto
+750.101 384.557 lineto
+760.757 366.959 lineto
+850.656 367.402 lineto
+897.583 378.086 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+804.75 380.275 moveto
+(System V.2)
+[9 6.75 6.75 5.25 8.25 11.25 3.75 8.25 3.75 7.5]
+xshow
+grestore
+% System V.0->System V.2
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 840 480 moveto
+840 463 840 436 840 415 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 843.5 415 moveto
+840 405 lineto
+836.5 415 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 843.5 415 moveto
+840 405 lineto
+836.5 415 lineto
+closepath stroke
+grestore
+% System V.3
+gsave
+0.592 0.208 1.000 nodecolor
+newpath 890.936 307.373 moveto
+831.952 304.475 lineto
+791.736 295.454 lineto
+787.864 280.067 lineto
+810.543 262.865 lineto
+861.06 266.968 lineto
+905.909 291.798 lineto
+closepath fill
+1 setlinewidth
+filled
+0.592 0.208 1.000 nodecolor
+newpath 890.936 307.373 moveto
+831.952 304.475 lineto
+791.736 295.454 lineto
+787.864 280.067 lineto
+810.543 262.865 lineto
+861.06 266.968 lineto
+905.909 291.798 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Helvetica set_font
+804.375 282.275 moveto
+(System V.3)
+[9 6.75 6.75 5.25 8.25 11.25 3.75 8.25 3.75 8.25]
+xshow
+grestore
+% System V.2->System V.3
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 840 367 moveto
+840 353 840 332 840 315 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 843.5 315 moveto
+840 305 lineto
+836.5 315 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 843.5 315 moveto
+840 305 lineto
+836.5 315 lineto
+closepath stroke
+grestore
+endpage
+showpage
+grestore
+%%PageTrailer
+%%EndPage: 1
+%%Trailer
+%%Pages: 1
+%%BoundingBox: 36 36 468 431
+end
+restore
+%%EOF
diff --git a/rtest/nshare/shapes_dot.dot b/rtest/nshare/shapes_dot.dot
new file mode 100644 (file)
index 0000000..63c3791
--- /dev/null
@@ -0,0 +1,63 @@
+digraph G {
+       node [label="\N"];
+       graph [bb="0,0,370,590"];
+       a [shape=box, pos="33,569", width="0.75", height="0.50"];
+       b [shape=polygon, pos="33,487", width="0.75", height="0.50"];
+       c [shape=ellipse, pos="33,402", width="0.75", height="0.50"];
+       d [shape=circle, pos="33,318", width="0.50", height="0.50"];
+       e [shape=point, pos="33,232", width="0.06", height="0.06"];
+       f [shape=egg, pos="33,137", width="0.78", height="0.50"];
+       g [shape=triangle, pos="33,34", width="0.92", height="0.94"];
+       h [shape=plaintext, pos="111,569", width="0.75", height="0.50"];
+       i [shape=diamond, pos="111,487", width="0.75", height="0.64"];
+       j [shape=trapezium, pos="111,402", width="0.75", height="0.65"];
+       k [shape=parallelogram, pos="111,318", width="0.78", height="0.67"];
+       l [shape=house, pos="111,232", width="0.75", height="0.56"];
+       m [shape=pentagon, pos="111,137", width="0.75", height="0.60"];
+       n [shape=hexagon, pos="111,34", width="0.75", height="0.54"];
+       o [shape=septagon, pos="191,569", width="0.75", height="0.53"];
+       p [shape=octagon, pos="191,487", width="0.75", height="0.51"];
+       q [shape=doublecircle, pos="191,402", width="0.61", height="0.61"];
+       r [shape=doubleoctagon, pos="191,318", width="0.86", height="0.61"];
+       s [shape=tripleoctagon, pos="191,232", width="0.97", height="0.72"];
+       t [shape=invtriangle, pos="191,137", width="0.78", height="0.90"];
+       u [shape=invtrapezium, pos="191,34", width="0.75", height="0.67"];
+       v [shape=invhouse, pos="271,569", width="0.75", height="0.58"];
+       w [shape=Mdiamond, pos="271,487", width="0.75", height="0.68"];
+       x [shape=Msquare, pos="271,402", width="0.50", height="0.50"];
+       y [shape=Mcircle, pos="271,318", width="0.50", height="0.50"];
+       z [shape=rect, pos="271,232", width="0.75", height="0.50"];
+       1 [shape=rectangle, pos="271,137", width="0.75", height="0.50"];
+       2 [shape=none, pos="271,34", width="0.75", height="0.50"];
+       3 [shape=note, pos="343,569", width="0.75", height="0.50"];
+       4 [shape=tab, pos="343,487", width="0.75", height="0.50"];
+       5 [shape=box3d, pos="343,402", width="0.75", height="0.50"];
+       6 [shape=component, pos="343,318", width="0.75", height="0.50"];
+       a -> b [pos="e,33,505 33,551 33,541 33,527 33,515"];
+       b -> c [pos="e,33,420 33,469 33,458 33,443 33,430"];
+       c -> d [pos="e,33,336 33,384 33,373 33,359 33,346"];
+       d -> e [pos="e,33,234 33,300 33,283 33,259 33,244"];
+       e -> f [pos="e,33,155 33,230 33,221 33,189 33,165"];
+       f -> g [pos="e,33,68 33,119 33,108 33,93 33,78"];
+       h -> i [pos="e,111,510 111,551 111,542 111,531 111,520"];
+       i -> j [pos="e,111,425 111,464 111,455 111,445 111,435"];
+       j -> k [pos="e,111,342 111,379 111,370 111,361 111,352"];
+       k -> l [pos="e,111,252 111,294 111,284 111,273 111,262"];
+       l -> m [pos="e,111,159 111,215 111,202 111,184 111,169"];
+       m -> n [pos="e,111,54 111,120 111,104 111,82 111,64"];
+       o -> p [pos="e,191,505 191,552 191,541 191,527 191,515"];
+       p -> q [pos="e,191,424 191,469 191,459 191,446 191,434"];
+       q -> r [pos="e,191,340 191,380 191,371 191,360 191,350"];
+       r -> s [pos="e,191,258 191,296 191,287 191,278 191,268"];
+       s -> t [pos="e,191,153 191,206 191,193 191,177 191,163"];
+       t -> u [pos="e,191,58 191,104 191,93 191,80 191,68"];
+       v -> w [pos="e,271,512 271,548 271,540 271,531 271,522"];
+       w -> x [pos="e,271,420 271,462 271,452 271,440 271,430"];
+       x -> y [pos="e,271,336 271,384 271,373 271,359 271,346"];
+       y -> z [pos="e,271,250 271,300 271,288 271,273 271,260"];
+       z -> 1 [pos="e,271,155 271,214 271,200 271,181 271,165"];
+       1 -> 2 [pos="e,271,52 271,119 271,103 271,80 271,62"];
+       3 -> 4 [pos="e,343,505 343,551 343,541 343,527 343,515"];
+       4 -> 5 [pos="e,343,420 343,469 343,458 343,443 343,430"];
+       5 -> 6 [pos="e,343,336 343,384 343,373 343,359 343,346"];
+}
diff --git a/rtest/nshare/shapes_dot.ps b/rtest/nshare/shapes_dot.ps
new file mode 100644 (file)
index 0000000..bbee5ad
--- /dev/null
@@ -0,0 +1,1492 @@
+%!PS-Adobe-2.0
+%%Creator: Graphviz version 2.15 (Mon Oct 29 14:44:21 UTC 2007)
+%%For: (ellson) John Ellson
+%%Title: G
+%%Pages: (atend)
+%%BoundingBox: (atend)
+%%EndComments
+save
+%%BeginProlog
+/DotDict 200 dict def
+DotDict begin
+
+/setupLatin1 {
+mark
+/EncodingVector 256 array def
+ EncodingVector 0
+
+ISOLatin1Encoding 0 255 getinterval putinterval
+EncodingVector 45 /hyphen put
+
+% Set up ISO Latin 1 character encoding
+/starnetISO {
+        dup dup findfont dup length dict begin
+        { 1 index /FID ne { def }{ pop pop } ifelse
+        } forall
+        /Encoding EncodingVector def
+        currentdict end definefont
+} def
+/Times-Roman starnetISO def
+/Times-Italic starnetISO def
+/Times-Bold starnetISO def
+/Times-BoldItalic starnetISO def
+/Helvetica starnetISO def
+/Helvetica-Oblique starnetISO def
+/Helvetica-Bold starnetISO def
+/Helvetica-BoldOblique starnetISO def
+/Courier starnetISO def
+/Courier-Oblique starnetISO def
+/Courier-Bold starnetISO def
+/Courier-BoldOblique starnetISO def
+cleartomark
+} bind def
+
+%%BeginResource: procset graphviz 0 0
+/coord-font-family /Times-Roman def
+/default-font-family /Times-Roman def
+/coordfont coord-font-family findfont 8 scalefont def
+
+/InvScaleFactor 1.0 def
+/set_scale {
+       dup 1 exch div /InvScaleFactor exch def
+       scale
+} bind def
+
+% styles
+/solid { [] 0 setdash } bind def
+/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
+/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
+/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
+/bold { 2 setlinewidth } bind def
+/filled { } bind def
+/unfilled { } bind def
+/rounded { } bind def
+/diagonals { } bind def
+
+% hooks for setting color 
+/nodecolor { sethsbcolor } bind def
+/edgecolor { sethsbcolor } bind def
+/graphcolor { sethsbcolor } bind def
+/nopcolor {pop pop pop} bind def
+
+/beginpage {   % i j npages
+       /npages exch def
+       /j exch def
+       /i exch def
+       /str 10 string def
+       npages 1 gt {
+               gsave
+                       coordfont setfont
+                       0 0 moveto
+                       (\() show i str cvs show (,) show j str cvs show (\)) show
+               grestore
+       } if
+} bind def
+
+/set_font {
+       findfont exch
+       scalefont setfont
+} def
+
+% draw aligned label in bounding box aligned to current point
+/alignedtext {                 % width adj text
+       /text exch def
+       /adj exch def
+       /width exch def
+       gsave
+               width 0 gt {
+                       text stringwidth pop adj mul 0 rmoveto
+               } if
+               [] 0 setdash
+               text show
+       grestore
+} def
+
+/boxprim {                             % xcorner ycorner xsize ysize
+               4 2 roll
+               moveto
+               2 copy
+               exch 0 rlineto
+               0 exch rlineto
+               pop neg 0 rlineto
+               closepath
+} bind def
+
+/ellipse_path {
+       /ry exch def
+       /rx exch def
+       /y exch def
+       /x exch def
+       matrix currentmatrix
+       newpath
+       x y translate
+       rx ry scale
+       0 0 1 0 360 arc
+       setmatrix
+} bind def
+
+/endpage { showpage } bind def
+/showpage { } def
+
+/layercolorseq
+       [       % layer color sequence - darkest to lightest
+               [0 0 0]
+               [.2 .8 .8]
+               [.4 .8 .8]
+               [.6 .8 .8]
+               [.8 .8 .8]
+       ]
+def
+
+/layerlen layercolorseq length def
+
+/setlayer {/maxlayer exch def /curlayer exch def
+       layercolorseq curlayer 1 sub layerlen mod get
+       aload pop sethsbcolor
+       /nodecolor {nopcolor} def
+       /edgecolor {nopcolor} def
+       /graphcolor {nopcolor} def
+} bind def
+
+/onlayer { curlayer ne {invis} if } def
+
+/onlayers {
+       /myupper exch def
+       /mylower exch def
+       curlayer mylower lt
+       curlayer myupper gt
+       or
+       {invis} if
+} def
+
+/curlayer 0 def
+
+%%EndResource
+%%EndProlog
+%%BeginSetup
+14 default-font-family set_font
+1 setmiterlimit
+% /arrowlength 10 def
+% /arrowwidth 5 def
+
+% make sure pdfmark is harmless for PS-interpreters other than Distiller
+/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
+% make '<<' and '>>' safe on PS Level 1 devices
+/languagelevel where {pop languagelevel}{1} ifelse
+2 lt {
+    userdict (<<) cvn ([) cvn load put
+    userdict (>>) cvn ([) cvn load put
+} if
+
+%%EndSetup
+setupLatin1
+%%Page: 1 1
+%%PageBoundingBox: 36 36 414 634
+%%PageOrientation: Portrait
+0 0 1 beginpage
+gsave
+36 36 378 598 boxprim clip newpath
+1 1 set_scale 0 rotate 40 40 translate
+% a
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 60 587 moveto
+6 587 lineto
+6 551 lineto
+60 551 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+29.625 564.65 moveto
+(a)
+[6.75]
+xshow
+grestore
+% b
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 60 505 moveto
+6 505 lineto
+6 469 lineto
+60 469 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+29.625 482.65 moveto
+(b)
+[6.75]
+xshow
+grestore
+% a->b
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 33 551 moveto
+33 541 33 527 33 515 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 36.5001 515 moveto
+33 505 lineto
+29.5001 515 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 36.5001 515 moveto
+33 505 lineto
+29.5001 515 lineto
+closepath stroke
+grestore
+% c
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+33 402 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+29.625 397.65 moveto
+(c)
+[6.75]
+xshow
+grestore
+% b->c
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 33 469 moveto
+33 458 33 443 33 430 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 36.5001 430 moveto
+33 420 lineto
+29.5001 430 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 36.5001 430 moveto
+33 420 lineto
+29.5001 430 lineto
+closepath stroke
+grestore
+% d
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+33 318 18 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+29.25 313.65 moveto
+(d)
+[7.5]
+xshow
+grestore
+% c->d
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 33 384 moveto
+33 373 33 359 33 346 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 36.5001 346 moveto
+33 336 lineto
+29.5001 346 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 36.5001 346 moveto
+33 336 lineto
+29.5001 346 lineto
+closepath stroke
+grestore
+% e
+gsave
+0.000 0.000 0.000 nodecolor
+33 232 2 2 ellipse_path fill
+1 setlinewidth
+filled
+0.000 0.000 0.000 nodecolor
+33 232 2 2 ellipse_path stroke
+grestore
+% d->e
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 33 300 moveto
+33 283 33 259 33 244 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 36.5001 244 moveto
+33 234 lineto
+29.5001 244 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 36.5001 244 moveto
+33 234 lineto
+29.5001 244 lineto
+closepath stroke
+grestore
+% f
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 35.6132 119.049 moveto
+37.3433 119.148 lineto
+39.0555 119.295 lineto
+40.7429 119.491 lineto
+42.3985 119.735 lineto
+44.0158 120.027 lineto
+45.5883 120.364 lineto
+47.11 120.748 lineto
+48.575 121.176 lineto
+49.978 121.647 lineto
+51.3138 122.161 lineto
+52.5778 122.715 lineto
+53.7659 123.308 lineto
+54.8741 123.939 lineto
+55.8994 124.605 lineto
+56.8388 125.306 lineto
+57.69 126.039 lineto
+58.4512 126.801 lineto
+59.121 127.592 lineto
+59.6987 128.408 lineto
+60.1837 129.248 lineto
+60.5763 130.109 lineto
+60.877 130.989 lineto
+61.0867 131.886 lineto
+61.2068 132.797 lineto
+61.2392 133.719 lineto
+61.1858 134.65 lineto
+61.0492 135.587 lineto
+60.8321 136.529 lineto
+60.5375 137.471 lineto
+60.1686 138.413 lineto
+59.7289 139.35 lineto
+59.2219 140.281 lineto
+58.6513 141.203 lineto
+58.0209 142.114 lineto
+57.3346 143.011 lineto
+56.596 143.891 lineto
+55.8092 144.752 lineto
+54.9778 145.592 lineto
+54.1055 146.408 lineto
+53.196 147.199 lineto
+52.2528 147.961 lineto
+51.279 148.694 lineto
+50.2781 149.395 lineto
+49.2528 150.061 lineto
+48.2061 150.692 lineto
+47.1406 151.285 lineto
+46.0586 151.839 lineto
+44.9625 152.353 lineto
+43.8541 152.824 lineto
+42.7354 153.252 lineto
+41.608 153.636 lineto
+40.4733 153.973 lineto
+39.3327 154.265 lineto
+38.1873 154.509 lineto
+37.0383 154.705 lineto
+35.8864 154.852 lineto
+34.7326 154.951 lineto
+33.5777 155 lineto
+32.4223 155 lineto
+31.2674 154.951 lineto
+30.1136 154.852 lineto
+28.9617 154.705 lineto
+27.8127 154.509 lineto
+26.6673 154.265 lineto
+25.5267 153.973 lineto
+24.392 153.636 lineto
+23.2646 153.252 lineto
+22.1459 152.824 lineto
+21.0375 152.353 lineto
+19.9414 151.839 lineto
+18.8594 151.285 lineto
+17.7939 150.692 lineto
+16.7472 150.061 lineto
+15.7219 149.395 lineto
+14.721 148.694 lineto
+13.7472 147.961 lineto
+12.804 147.199 lineto
+11.8945 146.408 lineto
+11.0222 145.592 lineto
+10.1908 144.752 lineto
+9.40397 143.891 lineto
+8.66544 143.011 lineto
+7.97906 142.114 lineto
+7.34867 141.203 lineto
+6.77809 140.281 lineto
+6.27109 139.35 lineto
+5.83137 138.413 lineto
+5.4625 137.471 lineto
+5.1679 136.529 lineto
+4.9508 135.587 lineto
+4.81419 134.65 lineto
+4.76083 133.719 lineto
+4.79315 132.797 lineto
+4.91328 131.886 lineto
+5.12299 130.989 lineto
+5.42366 130.109 lineto
+5.81626 129.248 lineto
+6.30134 128.408 lineto
+6.879 127.592 lineto
+7.54885 126.801 lineto
+8.31004 126.039 lineto
+9.16125 125.306 lineto
+10.1006 124.605 lineto
+11.1259 123.939 lineto
+12.2341 123.308 lineto
+13.4222 122.715 lineto
+14.6862 122.161 lineto
+16.022 121.647 lineto
+17.425 121.176 lineto
+18.89 120.748 lineto
+20.4117 120.364 lineto
+21.9842 120.027 lineto
+23.6015 119.735 lineto
+25.2571 119.491 lineto
+26.9445 119.295 lineto
+28.6567 119.148 lineto
+30.3868 119.049 lineto
+32.1277 119 lineto
+33.8723 119 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+30.75 132.65 moveto
+(f)
+[4.5]
+xshow
+grestore
+% e->f
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 33 230 moveto
+33 221 33 189 33 165 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 36.5001 165 moveto
+33 155 lineto
+29.5001 165 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 36.5001 165 moveto
+33 155 lineto
+29.5001 165 lineto
+closepath stroke
+grestore
+% g
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 33 68.234 moveto
+-0.234019 16.883 lineto
+66.234 16.883 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+29.25 29.65 moveto
+(g)
+[7.5]
+xshow
+grestore
+% f->g
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 33 119 moveto
+33 108 33 93 33 78 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 36.5001 78 moveto
+33 68 lineto
+29.5001 78 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 36.5001 78 moveto
+33 68 lineto
+29.5001 78 lineto
+closepath stroke
+grestore
+% h
+gsave
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+107.625 564.65 moveto
+(h)
+[6.75]
+xshow
+grestore
+% i
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 111 510.109 moveto
+84 487 lineto
+111 463.891 lineto
+138 487 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+109.125 482.65 moveto
+(i)
+[3.75]
+xshow
+grestore
+% h->i
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 111 551 moveto
+111 542 111 531 111 520 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 114.5 520 moveto
+111 510 lineto
+107.5 520 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 114.5 520 moveto
+111 510 lineto
+107.5 520 lineto
+closepath stroke
+grestore
+% j
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 126.768 425.328 moveto
+95.2315 425.328 lineto
+84 378.672 lineto
+138 378.672 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+108.75 397.65 moveto
+(j)
+[4.5]
+xshow
+grestore
+% i->j
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 111 464 moveto
+111 455 111 445 111 435 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 114.5 435 moveto
+111 425 lineto
+107.5 435 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 114.5 435 moveto
+111 425 lineto
+107.5 435 lineto
+closepath stroke
+grestore
+% k
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 138.992 342.207 moveto
+94.4628 342.207 lineto
+83.0077 293.793 lineto
+127.537 293.793 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+107.25 313.65 moveto
+(k)
+[7.5]
+xshow
+grestore
+% j->k
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 111 379 moveto
+111 370 111 361 111 352 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 114.5 352 moveto
+111 342 lineto
+107.5 352 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 114.5 352 moveto
+111 342 lineto
+107.5 352 lineto
+closepath stroke
+grestore
+% l
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 138 238.241 moveto
+111 252.198 lineto
+84 238.241 lineto
+84.0252 215.66 lineto
+137.975 215.66 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+109.125 227.65 moveto
+(l)
+[3.75]
+xshow
+grestore
+% k->l
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 111 294 moveto
+111 284 111 273 111 262 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 114.5 262 moveto
+111 252 lineto
+107.5 262 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 114.5 262 moveto
+111 252 lineto
+107.5 262 lineto
+closepath stroke
+grestore
+% m
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 138 143.617 moveto
+111 158.414 lineto
+84 143.617 lineto
+94.3131 119.676 lineto
+127.687 119.676 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+105.75 132.65 moveto
+(m)
+[10.5]
+xshow
+grestore
+% l->m
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 111 215 moveto
+111 202 111 184 111 169 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 114.5 169 moveto
+111 159 lineto
+107.5 169 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 114.5 169 moveto
+111 159 lineto
+107.5 169 lineto
+closepath stroke
+grestore
+% n
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 138 34 moveto
+124.5 53.5857 lineto
+97.5 53.5857 lineto
+84 34 lineto
+97.5 14.4143 lineto
+124.5 14.4143 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+107.625 29.65 moveto
+(n)
+[6.75]
+xshow
+grestore
+% m->n
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 111 120 moveto
+111 104 111 82 111 64 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 114.5 64 moveto
+111 54 lineto
+107.5 64 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 114.5 64 moveto
+111 54 lineto
+107.5 64 lineto
+closepath stroke
+grestore
+% o
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 218 564.772 moveto
+212.652 580.845 lineto
+191 587.998 lineto
+169.348 580.845 lineto
+164 564.772 lineto
+178.984 551.883 lineto
+203.016 551.883 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+187.25 564.65 moveto
+(o)
+[7.5]
+xshow
+grestore
+% p
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 218 479.395 moveto
+218 494.605 lineto
+202.184 505.359 lineto
+179.816 505.359 lineto
+164 494.605 lineto
+164 479.395 lineto
+179.816 468.641 lineto
+202.184 468.641 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+187.625 482.65 moveto
+(p)
+[6.75]
+xshow
+grestore
+% o->p
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 191 552 moveto
+191 541 191 527 191 515 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 194.5 515 moveto
+191 505 lineto
+187.5 515 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 194.5 515 moveto
+191 505 lineto
+187.5 515 lineto
+closepath stroke
+grestore
+% q
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+193 404 20 20 ellipse_path stroke
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+191 402 0 0 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+187.25 397.65 moveto
+(q)
+[7.5]
+xshow
+grestore
+% p->q
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 191 469 moveto
+191 459 191 446 191 434 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 194.5 434 moveto
+191 424 lineto
+187.5 434 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 194.5 434 moveto
+191 424 lineto
+187.5 434 lineto
+closepath stroke
+grestore
+% r
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 218 310.535 moveto
+218 325.465 lineto
+202.184 336.023 lineto
+179.816 336.023 lineto
+164 325.465 lineto
+164 310.535 lineto
+179.816 299.977 lineto
+202.184 299.977 lineto
+closepath stroke
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 222 308.395 moveto
+222 327.605 lineto
+203.396 340.023 lineto
+178.604 340.023 lineto
+160 327.605 lineto
+160 308.395 lineto
+178.604 295.977 lineto
+203.396 295.977 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+188.375 313.65 moveto
+(r)
+[5.25]
+xshow
+grestore
+% q->r
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 191 380 moveto
+191 371 191 360 191 350 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 194.5 350 moveto
+191 340 lineto
+187.5 350 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 194.5 350 moveto
+191 340 lineto
+187.5 350 lineto
+closepath stroke
+grestore
+% s
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 218 224.465 moveto
+218 239.535 lineto
+202.184 250.191 lineto
+179.816 250.191 lineto
+164 239.535 lineto
+164 224.465 lineto
+179.816 213.809 lineto
+202.184 213.809 lineto
+closepath stroke
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 222 222.337 moveto
+222 241.663 lineto
+203.406 254.191 lineto
+178.594 254.191 lineto
+160 241.663 lineto
+160 222.337 lineto
+178.594 209.809 lineto
+203.406 209.809 lineto
+closepath stroke
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 226 220.209 moveto
+226 243.791 lineto
+204.627 258.191 lineto
+177.373 258.191 lineto
+156 243.791 lineto
+156 220.209 lineto
+177.373 205.809 lineto
+204.627 205.809 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+188 227.65 moveto
+(s)
+[6]
+xshow
+grestore
+% r->s
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 191 296 moveto
+191 287 191 278 191 268 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 194.5 268 moveto
+191 258 lineto
+187.5 268 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 194.5 268 moveto
+191 258 lineto
+187.5 268 lineto
+closepath stroke
+grestore
+% t
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 191 104.319 moveto
+218.931 153.34 lineto
+163.069 153.34 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+189.125 132.65 moveto
+(t)
+[3.75]
+xshow
+grestore
+% s->t
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 191 206 moveto
+191 193 191 177 191 163 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 194.5 163 moveto
+191 153 lineto
+187.5 163 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 194.5 163 moveto
+191 153 lineto
+187.5 163 lineto
+closepath stroke
+grestore
+% u
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 175.232 10.0126 moveto
+206.768 10.0126 lineto
+218 57.9874 lineto
+164 57.9874 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+187.625 29.65 moveto
+(u)
+[6.75]
+xshow
+grestore
+% t->u
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 191 104 moveto
+191 93 191 80 191 68 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 194.5 68 moveto
+191 58 lineto
+187.5 68 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 194.5 68 moveto
+191 58 lineto
+187.5 68 lineto
+closepath stroke
+grestore
+% v
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 244 562.521 moveto
+271 548.034 lineto
+298 562.521 lineto
+297.975 585.962 lineto
+244.025 585.962 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+267.625 564.65 moveto
+(v)
+[6.75]
+xshow
+grestore
+% w
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 271 511.5 moveto
+244 487 lineto
+271 462.5 lineto
+298 487 lineto
+closepath stroke
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 252.887 495.064 moveto
+252.887 478.936 lineto
+stroke
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 262.113 470.564 moveto
+279.887 470.564 lineto
+stroke
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 289.113 478.936 moveto
+289.113 495.064 lineto
+stroke
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 279.887 503.436 moveto
+262.113 503.436 lineto
+stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+266.125 482.65 moveto
+(w)
+[9.75]
+xshow
+grestore
+% v->w
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 271 548 moveto
+271 540 271 531 271 522 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 274.5 522 moveto
+271 512 lineto
+267.5 522 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 274.5 522 moveto
+271 512 lineto
+267.5 522 lineto
+closepath stroke
+grestore
+% x
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 289 420 moveto
+253 420 lineto
+253 384 lineto
+289 384 lineto
+closepath stroke
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 265 420 moveto
+253 408 lineto
+stroke
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 253 396 moveto
+265 384 lineto
+stroke
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 277 384 moveto
+289 396 lineto
+stroke
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 289 408 moveto
+277 420 lineto
+stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+267.625 397.65 moveto
+(x)
+[6.75]
+xshow
+grestore
+% w->x
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 271 462 moveto
+271 452 271 440 271 430 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 274.5 430 moveto
+271 420 lineto
+267.5 430 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 274.5 430 moveto
+271 420 lineto
+267.5 430 lineto
+closepath stroke
+grestore
+% y
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+271 318 18 18 ellipse_path stroke
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 282.905 331.5 moveto
+259.095 331.5 lineto
+stroke
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 282.905 304.5 moveto
+259.095 304.5 lineto
+stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+267.625 313.65 moveto
+(y)
+[6.75]
+xshow
+grestore
+% x->y
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 271 384 moveto
+271 373 271 359 271 346 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 274.5 346 moveto
+271 336 lineto
+267.5 346 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 274.5 346 moveto
+271 336 lineto
+267.5 346 lineto
+closepath stroke
+grestore
+% z
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 298 250 moveto
+244 250 lineto
+244 214 lineto
+298 214 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+267.625 227.65 moveto
+(z)
+[6.75]
+xshow
+grestore
+% y->z
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 271 300 moveto
+271 288 271 273 271 260 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 274.5 260 moveto
+271 250 lineto
+267.5 260 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 274.5 260 moveto
+271 250 lineto
+267.5 260 lineto
+closepath stroke
+grestore
+% 1
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 298 155 moveto
+244 155 lineto
+244 119 lineto
+298 119 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+267.625 132.65 moveto
+(1)
+[6.75]
+xshow
+grestore
+% z->1
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 271 214 moveto
+271 200 271 181 271 165 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 274.5 165 moveto
+271 155 lineto
+267.5 165 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 274.5 165 moveto
+271 155 lineto
+267.5 165 lineto
+closepath stroke
+grestore
+% 2
+gsave
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+267.625 29.65 moveto
+(2)
+[6.75]
+xshow
+grestore
+% 1->2
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 271 119 moveto
+271 103 271 80 271 62 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 274.5 62 moveto
+271 52 lineto
+267.5 62 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 274.5 62 moveto
+271 52 lineto
+267.5 62 lineto
+closepath stroke
+grestore
+% 3
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 364 587 moveto
+316 587 lineto
+316 551 lineto
+370 551 lineto
+370 581 lineto
+closepath stroke
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 364 587 moveto
+364 581 lineto
+stroke
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 370 581 moveto
+364 581 lineto
+stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+339.625 564.65 moveto
+(3)
+[6.75]
+xshow
+grestore
+% 4
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 370 505 moveto
+328 505 lineto
+328 509 lineto
+316 509 lineto
+316 469 lineto
+370 469 lineto
+closepath stroke
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 316 505 moveto
+328 505 lineto
+stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+338.875 482.65 moveto
+(4)
+[8.25]
+xshow
+grestore
+% 3->4
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 343 551 moveto
+343 541 343 527 343 515 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 346.5 515 moveto
+343 505 lineto
+339.5 515 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 346.5 515 moveto
+343 505 lineto
+339.5 515 lineto
+closepath stroke
+grestore
+% 5
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 370 420 moveto
+320 420 lineto
+316 416 lineto
+316 384 lineto
+366 384 lineto
+370 388 lineto
+closepath stroke
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 366 416 moveto
+316 416 lineto
+stroke
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 366 416 moveto
+366 384 lineto
+stroke
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 366 416 moveto
+370 420 lineto
+stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+339.625 397.65 moveto
+(5)
+[6.75]
+xshow
+grestore
+% 4->5
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 343 469 moveto
+343 458 343 443 343 430 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 346.5 430 moveto
+343 420 lineto
+339.5 430 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 346.5 430 moveto
+343 420 lineto
+339.5 430 lineto
+closepath stroke
+grestore
+% 6
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 370 336 moveto
+316 336 lineto
+316 332 lineto
+312 332 lineto
+312 328 lineto
+316 328 lineto
+316 308 lineto
+312 308 lineto
+312 304 lineto
+316 304 lineto
+316 300 lineto
+370 300 lineto
+closepath stroke
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 316 332 moveto
+320 332 lineto
+320 328 lineto
+316 328 lineto
+stroke
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 316 308 moveto
+320 308 lineto
+320 304 lineto
+316 304 lineto
+stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+339.25 313.65 moveto
+(6)
+[7.5]
+xshow
+grestore
+% 5->6
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 343 384 moveto
+343 373 343 359 343 346 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 346.5 346 moveto
+343 336 lineto
+339.5 346 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 346.5 346 moveto
+343 336 lineto
+339.5 346 lineto
+closepath stroke
+grestore
+endpage
+showpage
+grestore
+%%PageTrailer
+%%EndPage: 1
+%%Trailer
+%%Pages: 1
+%%BoundingBox: 36 36 414 634
+end
+restore
+%%EOF
diff --git a/rtest/nshare/size_ex_dot.png b/rtest/nshare/size_ex_dot.png
new file mode 100644 (file)
index 0000000..e5023d9
Binary files /dev/null and b/rtest/nshare/size_ex_dot.png differ
diff --git a/rtest/nshare/size_ex_dot.ps b/rtest/nshare/size_ex_dot.ps
new file mode 100644 (file)
index 0000000..d237169
--- /dev/null
@@ -0,0 +1,43136 @@
+%!PS-Adobe-2.0
+%%Creator: Graphviz version 2.15 (Mon Oct 29 14:44:21 UTC 2007)
+%%For: (ellson) John Ellson
+%%Title: G_component_0
+%%Pages: (atend)
+%%BoundingBox: (atend)
+%%EndComments
+save
+%%BeginProlog
+/DotDict 200 dict def
+DotDict begin
+
+/setupLatin1 {
+mark
+/EncodingVector 256 array def
+ EncodingVector 0
+
+ISOLatin1Encoding 0 255 getinterval putinterval
+EncodingVector 45 /hyphen put
+
+% Set up ISO Latin 1 character encoding
+/starnetISO {
+        dup dup findfont dup length dict begin
+        { 1 index /FID ne { def }{ pop pop } ifelse
+        } forall
+        /Encoding EncodingVector def
+        currentdict end definefont
+} def
+/Times-Roman starnetISO def
+/Times-Italic starnetISO def
+/Times-Bold starnetISO def
+/Times-BoldItalic starnetISO def
+/Helvetica starnetISO def
+/Helvetica-Oblique starnetISO def
+/Helvetica-Bold starnetISO def
+/Helvetica-BoldOblique starnetISO def
+/Courier starnetISO def
+/Courier-Oblique starnetISO def
+/Courier-Bold starnetISO def
+/Courier-BoldOblique starnetISO def
+cleartomark
+} bind def
+
+%%BeginResource: procset graphviz 0 0
+/coord-font-family /Times-Roman def
+/default-font-family /Times-Roman def
+/coordfont coord-font-family findfont 8 scalefont def
+
+/InvScaleFactor 1.0 def
+/set_scale {
+       dup 1 exch div /InvScaleFactor exch def
+       scale
+} bind def
+
+% styles
+/solid { [] 0 setdash } bind def
+/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
+/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
+/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
+/bold { 2 setlinewidth } bind def
+/filled { } bind def
+/unfilled { } bind def
+/rounded { } bind def
+/diagonals { } bind def
+
+% hooks for setting color 
+/nodecolor { sethsbcolor } bind def
+/edgecolor { sethsbcolor } bind def
+/graphcolor { sethsbcolor } bind def
+/nopcolor {pop pop pop} bind def
+
+/beginpage {   % i j npages
+       /npages exch def
+       /j exch def
+       /i exch def
+       /str 10 string def
+       npages 1 gt {
+               gsave
+                       coordfont setfont
+                       0 0 moveto
+                       (\() show i str cvs show (,) show j str cvs show (\)) show
+               grestore
+       } if
+} bind def
+
+/set_font {
+       findfont exch
+       scalefont setfont
+} def
+
+% draw aligned label in bounding box aligned to current point
+/alignedtext {                 % width adj text
+       /text exch def
+       /adj exch def
+       /width exch def
+       gsave
+               width 0 gt {
+                       text stringwidth pop adj mul 0 rmoveto
+               } if
+               [] 0 setdash
+               text show
+       grestore
+} def
+
+/boxprim {                             % xcorner ycorner xsize ysize
+               4 2 roll
+               moveto
+               2 copy
+               exch 0 rlineto
+               0 exch rlineto
+               pop neg 0 rlineto
+               closepath
+} bind def
+
+/ellipse_path {
+       /ry exch def
+       /rx exch def
+       /y exch def
+       /x exch def
+       matrix currentmatrix
+       newpath
+       x y translate
+       rx ry scale
+       0 0 1 0 360 arc
+       setmatrix
+} bind def
+
+/endpage { showpage } bind def
+/showpage { } def
+
+/layercolorseq
+       [       % layer color sequence - darkest to lightest
+               [0 0 0]
+               [.2 .8 .8]
+               [.4 .8 .8]
+               [.6 .8 .8]
+               [.8 .8 .8]
+       ]
+def
+
+/layerlen layercolorseq length def
+
+/setlayer {/maxlayer exch def /curlayer exch def
+       layercolorseq curlayer 1 sub layerlen mod get
+       aload pop sethsbcolor
+       /nodecolor {nopcolor} def
+       /edgecolor {nopcolor} def
+       /graphcolor {nopcolor} def
+} bind def
+
+/onlayer { curlayer ne {invis} if } def
+
+/onlayers {
+       /myupper exch def
+       /mylower exch def
+       curlayer mylower lt
+       curlayer myupper gt
+       or
+       {invis} if
+} def
+
+/curlayer 0 def
+
+%%EndResource
+%%EndProlog
+%%BeginSetup
+14 default-font-family set_font
+1 setmiterlimit
+% /arrowlength 10 def
+% /arrowwidth 5 def
+
+% make sure pdfmark is harmless for PS-interpreters other than Distiller
+/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
+% make '<<' and '>>' safe on PS Level 1 devices
+/languagelevel where {pop languagelevel}{1} ifelse
+2 lt {
+    userdict (<<) cvn ([) cvn load put
+    userdict (>>) cvn ([) cvn load put
+} if
+
+%%EndSetup
+setupLatin1
+%%Page: 1 1
+%%PageBoundingBox: 36 36 468 48
+%%PageOrientation: Portrait
+0 0 1 beginpage
+gsave
+36 36 432 12 boxprim clip newpath
+0.0070332 0.0070332 set_scale 0 rotate 5122.58 5122.58 translate
+% 1
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 26980.9 1125 moveto
+26926 1145 lineto
+26816 1145 lineto
+26761.1 1125 lineto
+26816 1105 lineto
+26926 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 26980.9 1125 moveto
+26926 1145 lineto
+26816 1145 lineto
+26761.1 1125 lineto
+26816 1105 lineto
+26926 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+26788.9 1120.65 moveto
+(02f5daf56e299b8a8ecea892)
+[7.5 6.75 4.5 6.75 7.5 6.75 4.5 6.75 7.5 6.75 6.75 7.5 7.5 6.75 7.5 6.75 7.5 6.75 6.75 6.75 6.75 7.5 7.5 6.75]
+xshow
+grestore
+% 189E
+gsave
+0.667 1.000 1.000 nodecolor
+newpath 32984.1 861 moveto
+32929.9 861 lineto
+32929.9 825 lineto
+32984.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.667 1.000 1.000 nodecolor
+newpath 32984.1 861 moveto
+32929.9 861 lineto
+32929.9 825 lineto
+32984.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+32937.9 838.65 moveto
+(ca5af2)
+[6.75 6.75 6.75 6.75 4.5 6.75]
+xshow
+grestore
+% 1->189E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 26934 1108 moveto
+26952 1104 26972 1100 26990 1098 curveto
+28115 959 30959 1085 32088 990 curveto
+32182 982 32834 898 32921 866 curveto
+32922 866 32923 865 32924 865 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+32927.5 862.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+32927.5 862.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+32220.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 790E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 24206.9 861 moveto
+24145.1 861 lineto
+24145.1 825 lineto
+24206.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 24206.9 861 moveto
+24145.1 861 lineto
+24145.1 825 lineto
+24206.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+24153.1 838.65 moveto
+(b4dfef6)
+[6.75 8.25 7.5 4.5 6.75 4.5 7.5]
+xshow
+grestore
+% 1->790E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 26861 1105 moveto
+26842 1071 26800 1002 26740 974 curveto
+26235 730 24756 1022 24216 866 curveto
+24214 866 24213 865 24211 865 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+24207.5 862.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+24207.5 862.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+26769.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 190E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 33164 563 moveto
+33110 563 lineto
+33110 527 lineto
+33164 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 33164 563 moveto
+33110 563 lineto
+33110 527 lineto
+33164 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+33125.4 540.65 moveto
+(647)
+[7.5 8.25 7.5]
+xshow
+grestore
+% 189E->190E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 32970 825 moveto
+32988 800 33020 753 33045 712 curveto
+33078 659 33112 594 33128 563 curveto
+stroke
+grestore
+% 2
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 29743.2 1125 moveto
+29679.6 1145 lineto
+29552.4 1145 lineto
+29488.8 1125 lineto
+29552.4 1105 lineto
+29679.6 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 29743.2 1125 moveto
+29679.6 1145 lineto
+29552.4 1145 lineto
+29488.8 1125 lineto
+29552.4 1105 lineto
+29679.6 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+29518.5 1120.65 moveto
+(171192dc1f8e6ea551548a910c00)
+[6.75 7.5 6 6.75 7.5 6.75 7.5 6.75 6.75 4.5 7.5 6.75 7.5 6.75 6.75 6.75 6.75 6.75 6.75 8.25 7.5 6.75 7.5 6.75 7.5 6.75 7.5 7.5]
+xshow
+grestore
+% 191E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 29809.8 861 moveto
+29750.2 861 lineto
+29750.2 825 lineto
+29809.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 29809.8 861 moveto
+29750.2 861 lineto
+29750.2 825 lineto
+29809.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+29758.2 838.65 moveto
+(629e42)
+[7.5 6.75 7.5 6.75 8.25 6.75]
+xshow
+grestore
+% 2->191E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 29628 1105 moveto
+29657 1054 29733 924 29765 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+29767 864.473 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+29767 864.473 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+29704.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 192E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 29584 563 moveto
+29506 563 lineto
+29506 527 lineto
+29584 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 29584 563 moveto
+29506 563 lineto
+29506 527 lineto
+29584 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+29513.5 540.65 moveto
+(5c609b12c)
+[6.75 6.75 7.5 7.5 7.5 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 191E->192E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 29760 825 moveto
+29734 800 29687 755 29652 712 curveto
+29612 661 29573 595 29555 563 curveto
+stroke
+grestore
+% 3
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 30207 1125 moveto
+30154 1145 lineto
+30048 1145 lineto
+29995 1125 lineto
+30048 1105 lineto
+30154 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 30207 1125 moveto
+30154 1145 lineto
+30048 1145 lineto
+29995 1125 lineto
+30048 1105 lineto
+30154 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+30021.9 1120.65 moveto
+(6bce02baf91781a831e1b95)
+[7.5 6.75 6.75 6.75 7.5 6.75 6.75 6.75 4.5 7.5 6.75 7.5 7.5 6.75 6.75 7.5 6.75 6.75 6.75 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 193E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 30078.8 861 moveto
+30013.2 861 lineto
+30013.2 825 lineto
+30078.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 30078.8 861 moveto
+30013.2 861 lineto
+30013.2 825 lineto
+30078.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+30021.2 838.65 moveto
+(1c08373)
+[6.75 6.75 7.5 7.5 6.75 7.5 6.75]
+xshow
+grestore
+% 3->193E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 30097 1105 moveto
+30087 1055 30062 925 30051 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+30050.5 864.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+30050.5 864.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+30074.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 194E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 29941 563 moveto
+29887 563 lineto
+29887 527 lineto
+29941 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 29941 563 moveto
+29887 563 lineto
+29887 527 lineto
+29941 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+29896 540.65 moveto
+(00265)
+[7.5 7.5 6.75 7.5 6.75]
+xshow
+grestore
+% 193E->194E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 30038 825 moveto
+30014 772 29946 617 29922 563 curveto
+stroke
+grestore
+% 4
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 28117.1 1125 moveto
+28066.1 1145 lineto
+27963.9 1145 lineto
+27912.9 1125 lineto
+27963.9 1105 lineto
+28066.1 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 28117.1 1125 moveto
+28066.1 1145 lineto
+27963.9 1145 lineto
+27912.9 1125 lineto
+27963.9 1105 lineto
+28066.1 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+27939.6 1120.65 moveto
+(6236a67933a619a6a3d48)
+[7.5 6.75 6.75 7.5 6.75 7.5 7.5 7.5 6.75 6.75 6.75 7.5 6.75 7.5 6.75 7.5 6.75 6.75 7.5 8.25 7.5]
+xshow
+grestore
+% 195E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 28341 861 moveto
+28265 861 lineto
+28265 825 lineto
+28341 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 28341 861 moveto
+28265 861 lineto
+28265 825 lineto
+28341 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+28273 838.65 moveto
+(be8f4199f)
+[6.75 6.75 7.5 4.5 8.25 6.75 7.5 7.5 4.5]
+xshow
+grestore
+% 4->195E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 28036 1105 moveto
+28088 1054 28223 922 28278 867 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+28281.2 863.828 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+28281.2 863.828 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+28168.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 196E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 28605.1 563 moveto
+28550.9 563 lineto
+28550.9 527 lineto
+28605.1 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 28605.1 563 moveto
+28550.9 563 lineto
+28550.9 527 lineto
+28605.1 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+28558.9 540.65 moveto
+(04767)
+[7.5 8.25 7.5 7.5 7.5]
+xshow
+grestore
+% 195E->196E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 28320 825 moveto
+28369 772 28512 617 28561 563 curveto
+stroke
+grestore
+% 5
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 29398.8 1125 moveto
+29343.4 1145 lineto
+29232.6 1145 lineto
+29177.2 1125 lineto
+29232.6 1105 lineto
+29343.4 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 29398.8 1125 moveto
+29343.4 1145 lineto
+29232.6 1145 lineto
+29177.2 1125 lineto
+29232.6 1105 lineto
+29343.4 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+29205.1 1120.65 moveto
+(50962c93b4cb293f5beb59eb)
+[6.75 7.5 7.5 7.5 6.75 6.75 7.5 6.75 6.75 8.25 6.75 6.75 6.75 7.5 6.75 4.5 6.75 6.75 6.75 6.75 6.75 7.5 6.75 6.75]
+xshow
+grestore
+% 197E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 29178 861 moveto
+29102 861 lineto
+29102 825 lineto
+29178 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 29178 861 moveto
+29102 861 lineto
+29102 825 lineto
+29178 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+29110 838.65 moveto
+(be8f4199f)
+[6.75 6.75 7.5 4.5 8.25 6.75 7.5 7.5 4.5]
+xshow
+grestore
+% 5->197E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 29277 1105 moveto
+29250 1054 29182 924 29154 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+29152 864.473 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+29152 864.473 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+29214.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 198E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 29338.1 563 moveto
+29269.9 563 lineto
+29269.9 527 lineto
+29338.1 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 29338.1 563 moveto
+29269.9 563 lineto
+29269.9 527 lineto
+29338.1 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+29277.4 540.65 moveto
+(f0d99f16)
+[4.5 7.5 7.5 7.5 7.5 4.5 6.75 7.5]
+xshow
+grestore
+% 197E->198E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 29157 825 moveto
+29179 800 29217 756 29241 712 curveto
+29270 661 29290 595 29299 563 curveto
+stroke
+grestore
+% 6
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 27894.8 1125 moveto
+27839.4 1145 lineto
+27728.6 1145 lineto
+27673.2 1125 lineto
+27728.6 1105 lineto
+27839.4 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 27894.8 1125 moveto
+27839.4 1145 lineto
+27728.6 1145 lineto
+27673.2 1125 lineto
+27728.6 1105 lineto
+27839.4 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+27701.1 1120.65 moveto
+(05d4b1ed6a6135eec3abd3f2)
+[7.5 6.75 7.5 8.25 6.75 6.75 6.75 7.5 7.5 6.75 7.5 6.75 6.75 6.75 6.75 6.75 6.75 6.75 6.75 6.75 7.5 6.75 4.5 6.75]
+xshow
+grestore
+% 199E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 28242 861 moveto
+28188 861 lineto
+28188 825 lineto
+28242 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 28242 861 moveto
+28188 861 lineto
+28188 825 lineto
+28242 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+28200 838.65 moveto
+(199E)
+[6.75 7.5 7.5 8.25]
+xshow
+grestore
+% 6->199E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 27791 1105 moveto
+27803 1073 27832 1010 27875 974 curveto
+27969 895 28114 861 28180 848 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+28184 847.496 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+28184 847.496 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+27875.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 200E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 28422 563 moveto
+28368 563 lineto
+28368 527 lineto
+28422 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 28422 563 moveto
+28368 563 lineto
+28368 527 lineto
+28422 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+28380 540.65 moveto
+(200E)
+[6.75 7.5 7.5 8.25]
+xshow
+grestore
+% 199E->200E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 28216 825 moveto
+28219 793 28228 725 28256 676 curveto
+28284 627 28336 585 28368 563 curveto
+stroke
+grestore
+% 7
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 28919.1 1125 moveto
+28861.6 1145 lineto
+28746.4 1145 lineto
+28688.9 1125 lineto
+28746.4 1105 lineto
+28861.6 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 28919.1 1125 moveto
+28861.6 1145 lineto
+28746.4 1145 lineto
+28688.9 1125 lineto
+28746.4 1105 lineto
+28861.6 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+28717.4 1120.65 moveto
+(08769f73d31c1a99be2d9363f)
+[7.5 7.5 7.5 7.5 7.5 4.5 7.5 6.75 7.5 6.75 6.75 6.75 6.75 6.75 7.5 7.5 6.75 6.75 6.75 7.5 7.5 6.75 7.5 6.75 4.5]
+xshow
+grestore
+% 201E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 28933.8 861 moveto
+28874.2 861 lineto
+28874.2 825 lineto
+28933.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 28933.8 861 moveto
+28874.2 861 lineto
+28874.2 825 lineto
+28933.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+28882.2 838.65 moveto
+(629e42)
+[7.5 6.75 7.5 6.75 8.25 6.75]
+xshow
+grestore
+% 7->201E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 28811 1105 moveto
+28829 1054 28875 925 28895 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+28896.6 864.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+28896.6 864.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+28858.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 202E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 29135.9 563 moveto
+29078.1 563 lineto
+29078.1 527 lineto
+29135.9 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 29135.9 563 moveto
+29078.1 563 lineto
+29078.1 527 lineto
+29135.9 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+29085.6 540.65 moveto
+(6e186b)
+[7.5 6.75 6.75 7.5 7.5 6.75]
+xshow
+grestore
+% 201E->202E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 28916 825 moveto
+28952 772 29058 617 29094 563 curveto
+stroke
+grestore
+% 8
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 29977.1 1125 moveto
+29923.1 1145 lineto
+29814.9 1145 lineto
+29760.9 1125 lineto
+29814.9 1105 lineto
+29923.1 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 29977.1 1125 moveto
+29923.1 1145 lineto
+29814.9 1145 lineto
+29760.9 1125 lineto
+29814.9 1105 lineto
+29923.1 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+29788 1120.65 moveto
+(a6a196a504c3a7657d1fa41)
+[6.75 7.5 6.75 6.75 7.5 7.5 6.75 6.75 7.5 8.25 6.75 6.75 6.75 7.5 7.5 6.75 7.5 7.5 6.75 4.5 6.75 8.25 6.75]
+xshow
+grestore
+% 203E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 29888.8 861 moveto
+29833.2 861 lineto
+29833.2 825 lineto
+29888.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 29888.8 861 moveto
+29833.2 861 lineto
+29833.2 825 lineto
+29888.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+29840.8 838.65 moveto
+(cd856f)
+[6.75 7.5 7.5 6.75 7.5 4.5]
+xshow
+grestore
+% 8->203E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 29868 1105 moveto
+29867 1055 29863 925 29862 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+29862 865 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+29862 865 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+29865.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 204E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 29758 563 moveto
+29704 563 lineto
+29704 527 lineto
+29758 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 29758 563 moveto
+29704 563 lineto
+29704 527 lineto
+29758 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+29716.8 540.65 moveto
+(d382)
+[7.5 6.75 7.5 6.75]
+xshow
+grestore
+% 203E->204E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 29861 825 moveto
+29862 793 29859 726 29836 676 curveto
+29817 630 29776 586 29751 563 curveto
+stroke
+grestore
+% 9
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 13382.1 1125 moveto
+13327.5 1145 lineto
+13218.5 1145 lineto
+13163.9 1125 lineto
+13218.5 1105 lineto
+13327.5 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 13382.1 1125 moveto
+13327.5 1145 lineto
+13218.5 1145 lineto
+13163.9 1125 lineto
+13218.5 1105 lineto
+13327.5 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+13191.6 1120.65 moveto
+(837ebf4bde22e1f1535cb662)
+[7.5 6.75 7.5 6.75 6.75 4.5 8.25 6.75 7.5 6.75 6.75 6.75 6.75 6.75 4.5 6.75 6.75 6.75 6.75 6.75 6.75 7.5 7.5 6.75]
+xshow
+grestore
+% 725E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 13270.1 861 moveto
+13209.9 861 lineto
+13209.9 825 lineto
+13270.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 13270.1 861 moveto
+13209.9 861 lineto
+13209.9 825 lineto
+13270.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+13217.9 838.65 moveto
+(d0eb84)
+[7.5 7.5 6.75 6.75 7.5 8.25]
+xshow
+grestore
+% 9->725E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 13271 1105 moveto
+13264 1055 13250 925 13243 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+13242.5 864.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+13242.5 864.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+13257.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 785E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 12695.8 861 moveto
+12630.2 861 lineto
+12630.2 825 lineto
+12695.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 12695.8 861 moveto
+12630.2 861 lineto
+12630.2 825 lineto
+12695.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+12638.2 838.65 moveto
+(dd2ba36)
+[7.5 7.5 6.75 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 9->785E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 13262 1105 moveto
+13242 1072 13199 1007 13145 974 curveto
+12974 868 12893 938 12705 866 curveto
+12704 866 12703 865 12702 865 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+12698.5 862.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+12698.5 862.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+13168.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 726E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 13607.8 563 moveto
+13494.2 563 lineto
+13494.2 527 lineto
+13607.8 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 13607.8 563 moveto
+13494.2 563 lineto
+13494.2 527 lineto
+13607.8 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+13502.2 540.65 moveto
+(351dd0aefe480c)
+[6.75 6.75 6.75 7.5 7.5 7.5 6.75 6.75 4.5 6.75 8.25 7.5 7.5 6.75]
+xshow
+grestore
+% 725E->726E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 13259 825 moveto
+13315 772 13476 617 13532 563 curveto
+stroke
+grestore
+% 10
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 4419.16 1125 moveto
+4363.58 1145 lineto
+4252.42 1145 lineto
+4196.84 1125 lineto
+4252.42 1105 lineto
+4363.58 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 4419.16 1125 moveto
+4363.58 1145 lineto
+4252.42 1145 lineto
+4196.84 1125 lineto
+4252.42 1105 lineto
+4363.58 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+4224.38 1120.65 moveto
+(5f865c374cb3fe976dd376b8)
+[6.75 4.5 7.5 7.5 6.75 6.75 6.75 7.5 8.25 6.75 6.75 6.75 4.5 6.75 7.5 7.5 7.5 7.5 7.5 6.75 7.5 7.5 6.75 7.5]
+xshow
+grestore
+% 205E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 4445 861 moveto
+4391 861 lineto
+4391 825 lineto
+4445 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 4445 861 moveto
+4391 861 lineto
+4391 825 lineto
+4445 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+4400.75 838.65 moveto
+(23ad1)
+[6.75 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 10->205E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 4312 1105 moveto
+4317 1075 4329 1019 4347 974 curveto
+4363 936 4386 894 4402 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+4404.02 864.473 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+4404.02 864.473 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+4347.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 206E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 4535.88 563 moveto
+4478.12 563 lineto
+4478.12 527 lineto
+4535.88 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 4535.88 563 moveto
+4478.12 563 lineto
+4478.12 527 lineto
+4535.88 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+4485.62 540.65 moveto
+(4d22e1)
+[8.25 7.5 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 205E->206E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 4423 825 moveto
+4439 772 4486 617 4502 563 curveto
+stroke
+grestore
+% 11
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 10852.8 1407 moveto
+10795.9 1427 lineto
+10682.1 1427 lineto
+10625.2 1407 lineto
+10682.1 1387 lineto
+10795.9 1387 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 10852.8 1407 moveto
+10795.9 1427 lineto
+10682.1 1427 lineto
+10625.2 1407 lineto
+10682.1 1387 lineto
+10795.9 1387 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+10653.1 1402.65 moveto
+(8be752bc95d436a90493bec9)
+[7.5 6.75 6.75 7.5 6.75 6.75 6.75 6.75 7.5 6.75 7.5 8.25 6.75 7.5 6.75 7.5 7.5 8.25 7.5 6.75 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 207E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 10644.1 1143 moveto
+10557.9 1143 lineto
+10557.9 1107 lineto
+10644.1 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 10644.1 1143 moveto
+10557.9 1143 lineto
+10557.9 1107 lineto
+10644.1 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+10565.4 1120.65 moveto
+(ee91c97828)
+[6.75 6.75 7.5 6.75 6.75 7.5 7.5 7.5 6.75 7.5]
+xshow
+grestore
+% 11->207E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 10729 1387 moveto
+10704 1336 10640 1206 10613 1150 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+10611.6 1146.68 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+10611.6 1146.68 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+10675.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 208E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 10928.9 861 moveto
+10855.1 861 lineto
+10855.1 825 lineto
+10928.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 10928.9 861 moveto
+10855.1 861 lineto
+10855.1 825 lineto
+10928.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+10863.1 838.65 moveto
+(01938827)
+[7.5 6.75 7.5 6.75 7.5 7.5 6.75 7.5]
+xshow
+grestore
+% 207E->208E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 10620 1107 moveto
+10672 1056 10820 912 10873 861 curveto
+stroke
+grestore
+% 12
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 11087.2 1407 moveto
+11033.1 1427 lineto
+10924.9 1427 lineto
+10870.8 1407 lineto
+10924.9 1387 lineto
+11033.1 1387 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 11087.2 1407 moveto
+11033.1 1427 lineto
+10924.9 1427 lineto
+10870.8 1407 lineto
+10924.9 1387 lineto
+11033.1 1387 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+10898.4 1402.65 moveto
+(969a58db14386cb9d2f51ec)
+[7.5 7.5 7.5 6.75 6.75 7.5 7.5 6.75 6.75 8.25 6.75 7.5 7.5 6.75 6.75 7.5 7.5 6.75 4.5 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 209E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 10716 1143 moveto
+10662 1143 lineto
+10662 1107 lineto
+10716 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 10716 1143 moveto
+10662 1143 lineto
+10662 1107 lineto
+10716 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+10674.8 1120.65 moveto
+(7c7c)
+[7.5 6.75 7.5 6.75]
+xshow
+grestore
+% 12->209E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 10966 1387 moveto
+10946 1357 10907 1301 10866 1260 curveto
+10860 1253 10769 1185 10720 1148 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+10716.3 1145.32 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+10716.3 1145.32 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+10881.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 210E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 11001 861 moveto
+10947 861 lineto
+10947 825 lineto
+11001 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 11001 861 moveto
+10947 861 lineto
+10947 825 lineto
+11001 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+10970.2 838.65 moveto
+(9)
+[7.5]
+xshow
+grestore
+% 209E->210E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 10707 1107 moveto
+10758 1056 10904 912 10956 861 curveto
+stroke
+grestore
+% 13
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 37921 1125 moveto
+37864.5 1145 lineto
+37751.5 1145 lineto
+37695 1125 lineto
+37751.5 1105 lineto
+37864.5 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 37921 1125 moveto
+37864.5 1145 lineto
+37751.5 1145 lineto
+37695 1125 lineto
+37751.5 1105 lineto
+37864.5 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+37723.2 1120.65 moveto
+(da24f74aad2ff519009d1f38c)
+[7.5 6.75 6.75 8.25 4.5 7.5 8.25 6.75 6.75 7.5 6.75 4.5 4.5 6.75 6.75 7.5 7.5 7.5 7.5 7.5 6.75 4.5 6.75 7.5 6.75]
+xshow
+grestore
+% 211E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 37899.8 861 moveto
+37804.2 861 lineto
+37804.2 825 lineto
+37899.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 37899.8 861 moveto
+37804.2 861 lineto
+37804.2 825 lineto
+37899.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+37812.2 838.65 moveto
+(460aed10cc9)
+[8.25 7.5 7.5 6.75 6.75 7.5 6.75 7.5 6.75 6.75 7.5]
+xshow
+grestore
+% 13->211E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 37811 1105 moveto
+37819 1055 37839 925 37848 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+37848.5 864.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+37848.5 864.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+37832.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 14
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 41696.8 1125 moveto
+41646.4 1145 lineto
+41545.6 1145 lineto
+41495.2 1125 lineto
+41545.6 1105 lineto
+41646.4 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 41696.8 1125 moveto
+41646.4 1145 lineto
+41545.6 1145 lineto
+41495.2 1125 lineto
+41545.6 1105 lineto
+41646.4 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+41521.4 1120.65 moveto
+(3124d3a6ed3381a6341c6)
+[6.75 6.75 6.75 8.25 7.5 6.75 6.75 7.5 6.75 7.5 6.75 6.75 7.5 6.75 6.75 7.5 6.75 8.25 6.75 6.75 7.5]
+xshow
+grestore
+% 213E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 41468.9 861 moveto
+41371.1 861 lineto
+41371.1 825 lineto
+41468.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 41468.9 861 moveto
+41371.1 861 lineto
+41371.1 825 lineto
+41468.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+41379.1 838.65 moveto
+(bbe0a8f93dc1)
+[6.75 6.75 6.75 7.5 6.75 7.5 4.5 7.5 6.75 7.5 6.75 6.75]
+xshow
+grestore
+% 14->213E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 41583 1105 moveto
+41551 1054 41470 924 41435 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+41433 864.473 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+41433 864.473 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+41508.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 15
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 42255.2 1125 moveto
+42206.1 1145 lineto
+42107.9 1145 lineto
+42058.8 1125 lineto
+42107.9 1105 lineto
+42206.1 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 42255.2 1125 moveto
+42206.1 1145 lineto
+42107.9 1145 lineto
+42058.8 1125 lineto
+42107.9 1105 lineto
+42206.1 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+42085 1120.65 moveto
+(71512ec7d43f958f2b6da)
+[7.5 6.75 6.75 6.75 6.75 6.75 6.75 7.5 7.5 8.25 6.75 4.5 7.5 6.75 7.5 4.5 6.75 6.75 7.5 7.5 6.75]
+xshow
+grestore
+% 215E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 42160.8 861 moveto
+42065.2 861 lineto
+42065.2 825 lineto
+42160.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 42160.8 861 moveto
+42065.2 861 lineto
+42065.2 825 lineto
+42160.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+42073.2 838.65 moveto
+(3f0a2b4eb62f)
+[6.75 4.5 7.5 6.75 6.75 6.75 8.25 6.75 6.75 7.5 6.75 4.5]
+xshow
+grestore
+% 15->215E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 42154 1105 moveto
+42146 1055 42126 925 42117 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+42116.5 864.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+42116.5 864.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+42135.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 16
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 13989.8 1125 moveto
+13945.9 1145 lineto
+13858.1 1145 lineto
+13814.2 1125 lineto
+13858.1 1105 lineto
+13945.9 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 13989.8 1125 moveto
+13945.9 1145 lineto
+13858.1 1145 lineto
+13814.2 1125 lineto
+13858.1 1105 lineto
+13945.9 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+13839 1120.65 moveto
+(3828a2c682419423cf)
+[6.75 7.5 6.75 7.5 6.75 6.75 6.75 7.5 7.5 6.75 8.25 6.75 7.5 8.25 6.75 6.75 6.75 4.5]
+xshow
+grestore
+% 727E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 13342 861 moveto
+13288 861 lineto
+13288 825 lineto
+13342 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 13342 861 moveto
+13288 861 lineto
+13288 825 lineto
+13342 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+13311.6 838.65 moveto
+(2)
+[6.75]
+xshow
+grestore
+% 16->727E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 13856 1106 moveto
+13760 1065 13533 966 13351 866 curveto
+13350 866 13349 865 13349 865 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+13345.3 862.325 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+13345.3 862.325 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+13591.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 784E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 13414 861 moveto
+13360 861 lineto
+13360 825 lineto
+13414 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 13414 861 moveto
+13360 861 lineto
+13360 825 lineto
+13414 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+13371.2 838.65 moveto
+(784E)
+[7.5 7.5 8.25 8.25]
+xshow
+grestore
+% 16->784E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 13865 1105 moveto
+13785 1062 13591 956 13428 866 curveto
+13426 865 13424 863 13421 862 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+13417.5 859.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+13417.5 859.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+13650.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 728E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 13749 563 moveto
+13677 563 lineto
+13677 527 lineto
+13749 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 13749 563 moveto
+13677 563 lineto
+13677 527 lineto
+13749 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+13684.5 540.65 moveto
+(56e1a896)
+[6.75 7.5 6.75 6.75 6.75 7.5 7.5 7.5]
+xshow
+grestore
+% 727E->728E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 13339 825 moveto
+13411 771 13618 616 13689 563 curveto
+stroke
+grestore
+% 792E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 13423.8 563 moveto
+13344.2 563 lineto
+13344.2 527 lineto
+13423.8 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 13423.8 563 moveto
+13344.2 563 lineto
+13344.2 527 lineto
+13423.8 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+13351.8 540.65 moveto
+(79b69c612)
+[7.5 7.5 6.75 7.5 7.5 6.75 7.5 6.75 6.75]
+xshow
+grestore
+% 784E->792E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 13387 825 moveto
+13386 799 13386 752 13385 712 curveto
+13385 658 13384 594 13384 563 curveto
+stroke
+grestore
+% 17
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 16200.9 843 moveto
+16146 863.004 lineto
+16036 863.004 lineto
+15981.1 843 lineto
+16036 822.996 lineto
+16146 822.996 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 16200.9 843 moveto
+16146 863.004 lineto
+16036 863.004 lineto
+15981.1 843 lineto
+16036 822.996 lineto
+16146 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+16008.9 838.65 moveto
+(aa868f65c34cdb64f1fad19a)
+[6.75 6.75 7.5 7.5 7.5 4.5 7.5 6.75 6.75 6.75 8.25 6.75 7.5 6.75 7.5 8.25 4.5 6.75 4.5 6.75 7.5 6.75 7.5 6.75]
+xshow
+grestore
+% 217E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 16455.1 563 moveto
+16368.9 563 lineto
+16368.9 527 lineto
+16455.1 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 16455.1 563 moveto
+16368.9 563 lineto
+16368.9 527 lineto
+16455.1 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+16376.4 540.65 moveto
+(3089106e3b)
+[6.75 7.5 7.5 7.5 6.75 7.5 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 17->217E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 16113 823 moveto
+16170 770 16325 625 16387 569 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+16390.2 565.828 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+16390.2 565.828 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+16272.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 787E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 15538.1 563 moveto
+15459.9 563 lineto
+15459.9 527 lineto
+15538.1 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 15538.1 563 moveto
+15459.9 563 lineto
+15459.9 527 lineto
+15538.1 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+15467.9 540.65 moveto
+(1aaaab063)
+[6.75 6.75 6.75 6.75 6.75 6.75 7.5 7.5 6.75]
+xshow
+grestore
+% 17->787E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 16051 823 moveto
+15944 769 15653 622 15542 567 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+15538.5 564.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+15538.5 564.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+15831.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 218E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 18685 290 moveto
+18631 290 lineto
+18631 254 lineto
+18685 254 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 18685 290 moveto
+18631 290 lineto
+18631 254 lineto
+18685 254 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+18639.2 267.65 moveto
+(8cd4d)
+[7.5 6.75 7.5 8.25 7.5]
+xshow
+grestore
+% 217E->218E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 16455 528 moveto
+16463 526 16470 523 16477 522 curveto
+17345 321 18445 279 18631 273 curveto
+stroke
+grestore
+% 789E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 14981 290 moveto
+14927 290 lineto
+14927 254 lineto
+14981 254 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 14981 290 moveto
+14927 290 lineto
+14927 254 lineto
+14981 254 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+14935.2 267.65 moveto
+(3a0ff0)
+[6.75 6.75 7.5 4.5 4.5 7.5]
+xshow
+grestore
+% 787E->789E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 15463 527 moveto
+15361 476 15071 331 14981 286 curveto
+stroke
+grestore
+% 18
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 50486.8 1125 moveto
+50441.4 1145 lineto
+50350.6 1145 lineto
+50305.2 1125 lineto
+50350.6 1105 lineto
+50441.4 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 50486.8 1125 moveto
+50441.4 1145 lineto
+50350.6 1145 lineto
+50305.2 1125 lineto
+50350.6 1105 lineto
+50441.4 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+50330 1120.65 moveto
+(dca32af03698c988b22)
+[7.5 6.75 6.75 6.75 6.75 6.75 4.5 7.5 6.75 7.5 7.5 7.5 6.75 7.5 7.5 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 219E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 50435 861 moveto
+50381 861 lineto
+50381 825 lineto
+50435 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 50435 861 moveto
+50381 861 lineto
+50381 825 lineto
+50435 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+50397.5 838.65 moveto
+(eb8)
+[6.75 6.75 7.5]
+xshow
+grestore
+% 18->219E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 50397 1105 moveto
+50399 1055 50404 925 50407 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+50407 865 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+50407 865 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+50401.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 220E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 50605.9 563 moveto
+50526.1 563 lineto
+50526.1 527 lineto
+50605.9 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 50605.9 563 moveto
+50526.1 563 lineto
+50526.1 527 lineto
+50605.9 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+50534.1 540.65 moveto
+(3a8173d6c)
+[6.75 6.75 7.5 6.75 7.5 6.75 7.5 7.5 6.75]
+xshow
+grestore
+% 219E->220E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 50413 825 moveto
+50422 793 50442 727 50470 676 curveto
+50493 633 50529 588 50550 563 curveto
+stroke
+grestore
+% 19
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 22352.8 1125 moveto
+22307.4 1145 lineto
+22216.6 1145 lineto
+22171.2 1125 lineto
+22216.6 1105 lineto
+22307.4 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 22352.8 1125 moveto
+22307.4 1145 lineto
+22216.6 1145 lineto
+22171.2 1125 lineto
+22216.6 1105 lineto
+22307.4 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+22196 1120.65 moveto
+(d8f4a9e463a1e89217f)
+[7.5 7.5 4.5 8.25 6.75 7.5 6.75 8.25 7.5 6.75 6.75 6.75 6.75 7.5 7.5 6.75 6.75 7.5 4.5]
+xshow
+grestore
+% 221E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 24520.8 861 moveto
+24461.2 861 lineto
+24461.2 825 lineto
+24520.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 24520.8 861 moveto
+24461.2 861 lineto
+24461.2 825 lineto
+24520.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+24469.2 838.65 moveto
+(4c6c8c)
+[8.25 6.75 7.5 6.75 7.5 6.75]
+xshow
+grestore
+% 19->221E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 22313 1107 moveto
+22408 1074 22621 1005 22806 974 curveto
+23529 851 23752 1082 24452 866 curveto
+24453 866 24455 865 24456 865 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+24460.4 862.789 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+24460.4 862.789 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+22806.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 222E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 24305.9 563 moveto
+24230.1 563 lineto
+24230.1 527 lineto
+24305.9 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 24305.9 563 moveto
+24230.1 563 lineto
+24230.1 527 lineto
+24305.9 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+24237.6 540.65 moveto
+(3dcf8f454)
+[6.75 7.5 6.75 4.5 7.5 4.5 8.25 6.75 8.25]
+xshow
+grestore
+% 221E->222E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 24477 825 moveto
+24438 772 24322 617 24282 563 curveto
+stroke
+grestore
+% 20
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 32067.1 1125 moveto
+32016.1 1145 lineto
+31913.9 1145 lineto
+31862.9 1125 lineto
+31913.9 1105 lineto
+32016.1 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 32067.1 1125 moveto
+32016.1 1145 lineto
+31913.9 1145 lineto
+31862.9 1125 lineto
+31913.9 1105 lineto
+32016.1 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+31889.6 1120.65 moveto
+(c96782ef56711c5d6a3f69)
+[6.75 7.5 7.5 7.5 7.5 6.75 6.75 4.5 6.75 7.5 7.5 6 6.75 6.75 6.75 7.5 7.5 6.75 6.75 4.5 7.5 7.5]
+xshow
+grestore
+% 223E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 31965.8 861 moveto
+31886.2 861 lineto
+31886.2 825 lineto
+31965.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 31965.8 861 moveto
+31886.2 861 lineto
+31886.2 825 lineto
+31965.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+31893.8 838.65 moveto
+(6a8f5bafb1)
+[7.5 6.75 7.5 4.5 6.75 6.75 6.75 4.5 6.75 6.75]
+xshow
+grestore
+% 20->223E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 31962 1105 moveto
+31955 1055 31937 925 31930 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+31929.5 864.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+31929.5 864.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+31946.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 224E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 31864.2 563 moveto
+31763.8 563 lineto
+31763.8 527 lineto
+31864.2 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 31864.2 563 moveto
+31763.8 563 lineto
+31763.8 527 lineto
+31864.2 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+31771.2 540.65 moveto
+(8cbae42a3900)
+[7.5 6.75 6.75 6.75 6.75 8.25 6.75 6.75 6.75 7.5 7.5 7.5]
+xshow
+grestore
+% 223E->224E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 31913 825 moveto
+31896 800 31867 754 31850 712 curveto
+31830 660 31820 594 31816 563 curveto
+stroke
+grestore
+% 21
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 34882.8 1125 moveto
+34853.4 1145 lineto
+34794.6 1145 lineto
+34765.2 1125 lineto
+34794.6 1105 lineto
+34853.4 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 34882.8 1125 moveto
+34853.4 1145 lineto
+34794.6 1145 lineto
+34765.2 1125 lineto
+34794.6 1105 lineto
+34853.4 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+34785.8 1120.65 moveto
+(4f04c39708f)
+[8.25 4.5 7.5 8.25 6.75 6.75 7.5 7.5 7.5 7.5 4.5]
+xshow
+grestore
+% 225E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 35123.1 861 moveto
+35048.9 861 lineto
+35048.9 825 lineto
+35123.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 35123.1 861 moveto
+35048.9 861 lineto
+35048.9 825 lineto
+35123.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+35056.4 838.65 moveto
+(a49284e9)
+[6.75 8.25 7.5 6.75 7.5 8.25 6.75 7.5]
+xshow
+grestore
+% 21->225E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 34843 1105 moveto
+34890 1054 35012 922 35063 867 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+35066.2 863.828 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+35066.2 863.828 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+34964.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 226E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 35242 563 moveto
+35188 563 lineto
+35188 527 lineto
+35242 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 35242 563 moveto
+35188 563 lineto
+35188 527 lineto
+35242 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+35200.4 540.65 moveto
+(226E)
+[6.75 6.75 7.5 8.25]
+xshow
+grestore
+% 225E->226E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 35094 825 moveto
+35117 772 35184 617 35207 563 curveto
+stroke
+grestore
+% 22
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 13192.1 843 moveto
+13141.1 863.004 lineto
+13038.9 863.004 lineto
+12987.9 843 lineto
+13038.9 822.996 lineto
+13141.1 822.996 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 13192.1 843 moveto
+13141.1 863.004 lineto
+13038.9 863.004 lineto
+12987.9 843 lineto
+13038.9 822.996 lineto
+13141.1 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+13014.6 838.65 moveto
+(97284d4c3a5d499853f0e)
+[7.5 7.5 6.75 7.5 8.25 7.5 8.25 6.75 6.75 6.75 6.75 7.5 8.25 7.5 7.5 7.5 6.75 6.75 4.5 7.5 6.75]
+xshow
+grestore
+% 227E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 13013.9 563 moveto
+12920.1 563 lineto
+12920.1 527 lineto
+13013.9 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 13013.9 563 moveto
+12920.1 563 lineto
+12920.1 527 lineto
+13013.9 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+12927.6 540.65 moveto
+(53069e384a2)
+[6.75 6.75 7.5 7.5 7.5 6.75 6.75 7.5 8.25 6.75 6.75]
+xshow
+grestore
+% 22->227E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 13082 823 moveto
+13060 770 13002 629 12977 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+12975.4 566.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+12975.4 566.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+13037.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 22->792E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 13110 823 moveto
+13162 770 13305 626 13360 569 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+13363.2 565.828 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+13363.2 565.828 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+13255.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 228E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 12338.1 290 moveto
+12247.9 290 lineto
+12247.9 254 lineto
+12338.1 254 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 12338.1 290 moveto
+12247.9 290 lineto
+12247.9 254 lineto
+12338.1 254 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+12255.9 267.65 moveto
+(af9c489df53)
+[6.75 4.5 7.5 6.75 8.25 7.5 7.5 7.5 4.5 6.75 6.75]
+xshow
+grestore
+% 227E->228E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 12928 527 moveto
+12865 498 12739 442 12630 398 curveto
+12527 356 12403 311 12338 288 curveto
+stroke
+grestore
+% 23
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 54127.2 1407 moveto
+54074.6 1427 lineto
+53969.4 1427 lineto
+53916.8 1407 lineto
+53969.4 1387 lineto
+54074.6 1387 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 54127.2 1407 moveto
+54074.6 1427 lineto
+53969.4 1427 lineto
+53916.8 1407 lineto
+53969.4 1387 lineto
+54074.6 1387 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+53944 1402.65 moveto
+(c4d32527b670afb370d643)
+[6.75 8.25 7.5 6.75 6.75 6.75 6.75 7.5 6.75 7.5 7.5 7.5 6.75 4.5 6.75 6.75 7.5 7.5 7.5 7.5 8.25 6.75]
+xshow
+grestore
+% 231E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 54009.1 1143 moveto
+53910.9 1143 lineto
+53910.9 1107 lineto
+54009.1 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 54009.1 1143 moveto
+53910.9 1143 lineto
+53910.9 1107 lineto
+54009.1 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+53918.4 1120.65 moveto
+(e851f5ddd920)
+[6.75 7.5 6.75 6.75 4.5 6.75 7.5 7.5 7.5 7.5 6.75 7.5]
+xshow
+grestore
+% 23->231E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 54018 1387 moveto
+54007 1337 53978 1207 53966 1151 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+53965 1146.88 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+53965 1146.88 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+53991.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 232E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 54112.9 861 moveto
+54009.1 861 lineto
+54009.1 825 lineto
+54112.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 54112.9 861 moveto
+54009.1 861 lineto
+54009.1 825 lineto
+54112.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+54017.1 838.65 moveto
+(56292d076643)
+[6.75 7.5 6.75 7.5 6.75 7.5 7.5 7.5 7.5 7.5 8.25 6.75]
+xshow
+grestore
+% 231E->232E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 53966 1107 moveto
+53985 1056 54036 912 54054 861 curveto
+stroke
+grestore
+% 24
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 20964.2 1685 moveto
+20929.6 1705 lineto
+20860.4 1705 lineto
+20825.8 1685 lineto
+20860.4 1665 lineto
+20929.6 1665 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 20964.2 1685 moveto
+20929.6 1705 lineto
+20860.4 1705 lineto
+20825.8 1685 lineto
+20860.4 1665 lineto
+20929.6 1665 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+20847.8 1680.65 moveto
+(5e9156098c064)
+[6.75 6.75 7.5 6.75 6.75 7.5 7.5 7.5 7.5 6.75 7.5 7.5 8.25]
+xshow
+grestore
+% 233E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 21133 1425 moveto
+21079 1425 lineto
+21079 1389 lineto
+21133 1389 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 21133 1425 moveto
+21079 1425 lineto
+21079 1389 lineto
+21133 1389 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+21091.8 1402.65 moveto
+(233E)
+[6.75 6.75 6.75 8.25]
+xshow
+grestore
+% 24->233E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 20911 1665 moveto
+20948 1614 21046 1486 21087 1432 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+21089.7 1428.25 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+21089.7 1428.25 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+21001.1 1541.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 234E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 21683 1143 moveto
+21629 1143 lineto
+21629 1107 lineto
+21683 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 21683 1143 moveto
+21629 1143 lineto
+21629 1107 lineto
+21683 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+21641 1120.65 moveto
+(234E)
+[6.75 6.75 8.25 8.25]
+xshow
+grestore
+% 233E->234E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 21133 1396 moveto
+21211 1362 21442 1261 21620 1152 curveto
+21624 1149 21629 1146 21633 1143 curveto
+stroke
+grestore
+% 25
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 40702.8 1125 moveto
+40650.9 1145 lineto
+40547.1 1145 lineto
+40495.2 1125 lineto
+40547.1 1105 lineto
+40650.9 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 40702.8 1125 moveto
+40650.9 1145 lineto
+40547.1 1145 lineto
+40495.2 1125 lineto
+40547.1 1105 lineto
+40650.9 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+40521.8 1120.65 moveto
+(3d475ea3aeca51b60212dd)
+[6.75 7.5 8.25 7.5 6.75 6.75 6.75 6.75 6.75 6.75 6.75 6.75 6.75 6.75 6.75 7.5 7.5 6.75 6.75 6.75 7.5 7.5]
+xshow
+grestore
+% 235E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 40588.1 861 moveto
+40473.9 861 lineto
+40473.9 825 lineto
+40588.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 40588.1 861 moveto
+40473.9 861 lineto
+40473.9 825 lineto
+40588.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+40481.9 838.65 moveto
+(4280833ef80172)
+[8.25 6.75 7.5 7.5 7.5 6.75 6.75 6.75 4.5 7.5 7.5 6.75 7.5 6.75]
+xshow
+grestore
+% 25->235E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 40594 1105 moveto
+40583 1055 40551 925 40537 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+40536 864.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+40536 864.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+40565.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 26
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 43249.2 1125 moveto
+43205.1 1145 lineto
+43116.9 1145 lineto
+43072.8 1125 lineto
+43116.9 1105 lineto
+43205.1 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 43249.2 1125 moveto
+43205.1 1145 lineto
+43116.9 1145 lineto
+43072.8 1125 lineto
+43116.9 1105 lineto
+43205.1 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+43097.2 1120.65 moveto
+(966d271c22e75c7538)
+[7.5 7.5 7.5 7.5 6.75 7.5 6.75 6.75 6.75 6.75 6.75 7.5 6.75 6.75 7.5 6.75 6.75 7.5]
+xshow
+grestore
+% 237E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 43162.9 861 moveto
+43069.1 861 lineto
+43069.1 825 lineto
+43162.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 43162.9 861 moveto
+43069.1 861 lineto
+43069.1 825 lineto
+43162.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+43076.6 838.65 moveto
+(cab04b7c14a)
+[6.75 6.75 6.75 7.5 8.25 6.75 7.5 6.75 6.75 8.25 6.75]
+xshow
+grestore
+% 26->237E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 43158 1105 moveto
+43149 1055 43129 925 43120 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+43119.5 864.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+43119.5 864.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+43139.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 238E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 42918 563 moveto
+42864 563 lineto
+42864 527 lineto
+42918 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 42918 563 moveto
+42864 563 lineto
+42864 527 lineto
+42918 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+42883.9 540.65 moveto
+(8a)
+[7.5 6.75]
+xshow
+grestore
+% 237E->238E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 43108 825 moveto
+43094 793 43062 725 43024 676 curveto
+42990 631 42941 587 42913 563 curveto
+stroke
+grestore
+% 27
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 17535.9 1125 moveto
+17480.9 1145 lineto
+17371.1 1145 lineto
+17316.1 1125 lineto
+17371.1 1105 lineto
+17480.9 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 17535.9 1125 moveto
+17480.9 1145 lineto
+17371.1 1145 lineto
+17316.1 1125 lineto
+17371.1 1105 lineto
+17480.9 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+17343.5 1120.65 moveto
+(b630e1af6ae1997f0e8ba750)
+[6.75 7.5 6.75 7.5 6.75 6.75 6.75 4.5 7.5 6.75 6.75 6.75 7.5 7.5 7.5 4.5 7.5 6.75 7.5 6.75 6.75 7.5 6.75 7.5]
+xshow
+grestore
+% 239E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 25537.1 861 moveto
+25446.9 861 lineto
+25446.9 825 lineto
+25537.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 25537.1 861 moveto
+25446.9 861 lineto
+25446.9 825 lineto
+25537.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+25454.9 838.65 moveto
+(bb828f1a326)
+[6.75 6.75 7.5 6.75 7.5 4.5 6.75 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 27->239E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 17489 1108 moveto
+17507 1104 17527 1100 17545 1098 curveto
+18399 990 20578 1189 21414 990 curveto
+21431 986 21432 977 21448 974 curveto
+22311 768 24572 1055 25438 866 curveto
+25441 865 25443 865 25446 864 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+25450.3 862.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+25450.3 862.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+21448.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 783E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 15557.2 861 moveto
+15440.8 861 lineto
+15440.8 825 lineto
+15557.2 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 15557.2 861 moveto
+15440.8 861 lineto
+15440.8 825 lineto
+15557.2 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+15448.8 838.65 moveto
+(499f6985db294c)
+[8.25 7.5 7.5 4.5 7.5 7.5 7.5 6.75 7.5 6.75 6.75 7.5 8.25 6.75]
+xshow
+grestore
+% 27->783E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 17361 1109 moveto
+17343 1105 17325 1101 17307 1098 curveto
+16539 959 16326 1045 15566 866 curveto
+15563 865 15560 865 15557 864 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+15552.7 862.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+15552.7 862.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+16347.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 240E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 25816.1 563 moveto
+25729.9 563 lineto
+25729.9 527 lineto
+25816.1 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 25816.1 563 moveto
+25729.9 563 lineto
+25729.9 527 lineto
+25816.1 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+25737.4 540.65 moveto
+(248df40dae)
+[6.75 8.25 7.5 7.5 4.5 8.25 7.5 7.5 6.75 6.75]
+xshow
+grestore
+% 239E->240E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 25509 825 moveto
+25559 772 25705 617 25756 563 curveto
+stroke
+grestore
+% 783E->787E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 15499 825 moveto
+15499 772 15499 617 15499 563 curveto
+stroke
+grestore
+% 28
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 21621.8 1685 moveto
+21574.9 1705 lineto
+21481.1 1705 lineto
+21434.2 1685 lineto
+21481.1 1665 lineto
+21574.9 1665 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 21621.8 1685 moveto
+21574.9 1705 lineto
+21481.1 1705 lineto
+21434.2 1685 lineto
+21481.1 1665 lineto
+21574.9 1665 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+21459.4 1680.65 moveto
+(ebd8ffc2ac3a90efb8af9)
+[6.75 6.75 7.5 7.5 4.5 4.5 6.75 6.75 6.75 6.75 6.75 6.75 7.5 7.5 6.75 4.5 6.75 7.5 6.75 4.5 7.5]
+xshow
+grestore
+% 241E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 23640.8 1425 moveto
+23585.2 1425 lineto
+23585.2 1389 lineto
+23640.8 1389 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 23640.8 1425 moveto
+23585.2 1425 lineto
+23585.2 1389 lineto
+23640.8 1389 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+23592.8 1402.65 moveto
+(1ebeec)
+[6.75 6.75 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 28->241E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 21586 1670 moveto
+21701 1639 21966 1573 22193 1538 curveto
+22473 1495 23385 1424 23577 1410 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+23581 1409.5 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+23581 1409.5 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+22193.1 1541.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 791E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 13565.9 861 moveto
+13508.1 861 lineto
+13508.1 825 lineto
+13565.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 13565.9 861 moveto
+13508.1 861 lineto
+13508.1 825 lineto
+13565.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+13515.6 838.65 moveto
+(c0b727)
+[6.75 7.5 6.75 7.5 6.75 7.5]
+xshow
+grestore
+% 28->791E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 21470 1670 moveto
+21455 1666 21440 1664 21425 1662 curveto
+20065 1499 16618 1738 15260 1554 curveto
+15042 1524 14924 1596 14779 1430 curveto
+14682 1317 14839 1210 14741 1098 curveto
+14600 934 14483 1018 14271 974 curveto
+13965 909 13870 973 13575 866 curveto
+13574 866 13572 865 13571 865 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+13567.5 862.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+13567.5 862.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+14763.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 242E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 24807.1 1143 moveto
+24714.9 1143 lineto
+24714.9 1107 lineto
+24807.1 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 24807.1 1143 moveto
+24714.9 1143 lineto
+24714.9 1107 lineto
+24807.1 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+24722.4 1120.65 moveto
+(9fe65061641)
+[7.5 4.5 6.75 7.5 6.75 7.5 7.5 6.75 7.5 8.25 6.75]
+xshow
+grestore
+% 241E->242E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 23641 1403 moveto
+23768 1384 24296 1298 24706 1152 curveto
+24713 1149 24720 1146 24726 1143 curveto
+stroke
+grestore
+% 29
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 19917.1 843 moveto
+19872.5 863.004 lineto
+19783.5 863.004 lineto
+19738.9 843 lineto
+19783.5 822.996 lineto
+19872.5 822.996 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 19917.1 843 moveto
+19872.5 863.004 lineto
+19783.5 863.004 lineto
+19738.9 843 lineto
+19783.5 822.996 lineto
+19872.5 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+19763.5 838.65 moveto
+(69fdd1a1f4768c5efe7)
+[7.5 7.5 4.5 7.5 7.5 6.75 6.75 6.75 4.5 8.25 7.5 7.5 7.5 6.75 6.75 6.75 4.5 6.75 7.5]
+xshow
+grestore
+% 243E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 19945 563 moveto
+19857 563 lineto
+19857 527 lineto
+19945 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 19945 563 moveto
+19857 563 lineto
+19857 527 lineto
+19945 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+19865 540.65 moveto
+(35b8742610)
+[6.75 6.75 6.75 7.5 7.5 8.25 6.75 7.5 6.75 7.5]
+xshow
+grestore
+% 29->243E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 19833 823 moveto
+19845 771 19880 629 19895 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+19896 566.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+19896 566.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+19870.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 244E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 20053 290 moveto
+19999 290 lineto
+19999 254 lineto
+20053 254 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 20053 290 moveto
+19999 290 lineto
+19999 254 lineto
+20053 254 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+20010.2 267.65 moveto
+(244E)
+[6.75 8.25 8.25 8.25]
+xshow
+grestore
+% 243E->244E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 19909 527 moveto
+19932 477 19995 340 20018 290 curveto
+stroke
+grestore
+% 30
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 18534.9 843 moveto
+18477 863.004 lineto
+18361 863.004 lineto
+18303.1 843 lineto
+18361 822.996 lineto
+18477 822.996 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 18534.9 843 moveto
+18477 863.004 lineto
+18361 863.004 lineto
+18303.1 843 lineto
+18361 822.996 lineto
+18477 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+18331.2 838.65 moveto
+(d93a80739fc1edb41a11b7294)
+[7.5 7.5 6.75 6.75 7.5 7.5 7.5 6.75 7.5 4.5 6.75 6.75 6.75 7.5 6.75 8.25 6.75 6.75 6 6.75 6.75 7.5 6.75 7.5 8.25]
+xshow
+grestore
+% 245E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 18681.9 563 moveto
+18582.1 563 lineto
+18582.1 527 lineto
+18681.9 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 18681.9 563 moveto
+18582.1 563 lineto
+18582.1 527 lineto
+18681.9 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+18589.6 540.65 moveto
+(e03b8bc0435a)
+[6.75 7.5 6.75 6.75 7.5 6.75 6.75 7.5 8.25 6.75 6.75 6.75]
+xshow
+grestore
+% 30->245E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 18433 823 moveto
+18470 770 18574 627 18614 570 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+18616.7 566.255 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+18616.7 566.255 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+18540.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 246E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 18955.2 290 moveto
+18880.8 290 lineto
+18880.8 254 lineto
+18955.2 254 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 18955.2 290 moveto
+18880.8 290 lineto
+18880.8 254 lineto
+18955.2 254 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+18888.8 267.65 moveto
+(9be88247)
+[7.5 6.75 6.75 7.5 7.5 6.75 8.25 7.5]
+xshow
+grestore
+% 245E->246E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 18651 527 moveto
+18703 477 18847 340 18899 290 curveto
+stroke
+grestore
+% 31
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 9507.06 1407 moveto
+9456.03 1427 lineto
+9353.97 1427 lineto
+9302.94 1407 lineto
+9353.97 1387 lineto
+9456.03 1387 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 9507.06 1407 moveto
+9456.03 1427 lineto
+9353.97 1427 lineto
+9302.94 1407 lineto
+9353.97 1387 lineto
+9456.03 1387 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+9329.25 1402.65 moveto
+(bf65cfddeb00ff847feae0c)
+[6.75 4.5 7.5 6.75 6.75 4.5 7.5 7.5 6.75 6.75 7.5 7.5 4.5 4.5 7.5 8.25 7.5 4.5 6.75 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 247E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 9320 1143 moveto
+9266 1143 lineto
+9266 1107 lineto
+9320 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 9320 1143 moveto
+9266 1143 lineto
+9266 1107 lineto
+9320 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+9283.25 1120.65 moveto
+(8df)
+[7.5 7.5 4.5]
+xshow
+grestore
+% 31->247E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 9397 1387 moveto
+9377 1336 9325 1207 9303 1151 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+9301.4 1146.75 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+9301.4 1146.75 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+9354.12 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 248E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 9591.12 861 moveto
+9482.88 861 lineto
+9482.88 825 lineto
+9591.12 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 9591.12 861 moveto
+9482.88 861 lineto
+9482.88 825 lineto
+9591.12 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+9490.88 838.65 moveto
+(3703059dbc5a8)
+[6.75 7.5 7.5 6.75 7.5 6.75 7.5 7.5 6.75 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 247E->248E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 9315 1107 moveto
+9345 1082 9399 1035 9438 990 curveto
+9475 947 9510 890 9527 861 curveto
+stroke
+grestore
+% 32
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 2294.77 1125 moveto
+2244.38 1145 lineto
+2143.62 1145 lineto
+2093.23 1125 lineto
+2143.62 1105 lineto
+2244.38 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 2294.77 1125 moveto
+2244.38 1145 lineto
+2143.62 1145 lineto
+2093.23 1125 lineto
+2143.62 1105 lineto
+2244.38 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+2119.38 1120.65 moveto
+(916c686a1e82dba72524a)
+[7.5 6.75 7.5 6.75 7.5 7.5 7.5 6.75 6.75 6.75 7.5 6.75 7.5 6.75 6.75 7.5 6.75 6.75 6.75 8.25 6.75]
+xshow
+grestore
+% 249E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 2250.25 861 moveto
+2157.75 861 lineto
+2157.75 825 lineto
+2250.25 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 2250.25 861 moveto
+2157.75 861 lineto
+2157.75 825 lineto
+2250.25 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+2165.75 838.65 moveto
+(a849f9d352e)
+[6.75 7.5 8.25 7.5 4.5 7.5 7.5 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 32->249E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 2195 1105 moveto
+2197 1055 2202 925 2203 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+2203 865 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+2203 865 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+2201.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 250E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 2391 563 moveto
+2337 563 lineto
+2337 527 lineto
+2391 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 2391 563 moveto
+2337 563 lineto
+2337 527 lineto
+2391 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+2345.25 540.65 moveto
+(74e86)
+[7.5 8.25 6.75 7.5 7.5]
+xshow
+grestore
+% 249E->250E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 2219 825 moveto
+2238 800 2273 754 2296 712 curveto
+2325 660 2348 594 2358 563 curveto
+stroke
+grestore
+% 33
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 207.798 1125 moveto
+155.899 1145 lineto
+52.1009 1145 lineto
+0.201725 1125 lineto
+52.1009 1105 lineto
+155.899 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 207.798 1125 moveto
+155.899 1145 lineto
+52.1009 1145 lineto
+0.201725 1125 lineto
+52.1009 1105 lineto
+155.899 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+26.75 1120.65 moveto
+(f496bcf0889b301d77819c)
+[4.5 8.25 7.5 7.5 6.75 6.75 4.5 7.5 7.5 7.5 7.5 6.75 6.75 7.5 6.75 7.5 7.5 7.5 7.5 6.75 7.5 6.75]
+xshow
+grestore
+% 251E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 134 861 moveto
+74 861 lineto
+74 825 lineto
+134 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 134 861 moveto
+74 861 lineto
+74 825 lineto
+134 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+81.5 838.65 moveto
+(f29dfb9)
+[4.5 6.75 7.5 7.5 4.5 6.75 7.5]
+xshow
+grestore
+% 33->251E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 104 1105 moveto
+104 1055 104 925 104 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+104 865 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+104 865 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+104.125 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 252E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 246.753 563 moveto
+149.247 563 lineto
+149.247 527 lineto
+246.753 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 246.753 563 moveto
+149.247 563 lineto
+149.247 527 lineto
+246.753 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+156.75 540.65 moveto
+(3dafb9a29c00)
+[6.75 7.5 6.75 4.5 6.75 7.5 6.75 6.75 7.5 6.75 7.5 7.5]
+xshow
+grestore
+% 251E->252E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 110 825 moveto
+126 772 175 617 192 563 curveto
+stroke
+grestore
+% 34
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 34343.2 1125 moveto
+34313.6 1145 lineto
+34254.4 1145 lineto
+34224.8 1125 lineto
+34254.4 1105 lineto
+34313.6 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 34343.2 1125 moveto
+34313.6 1145 lineto
+34254.4 1145 lineto
+34224.8 1125 lineto
+34254.4 1105 lineto
+34313.6 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+34245.4 1120.65 moveto
+(76889f7d35e)
+[7.5 7.5 7.5 7.5 7.5 4.5 7.5 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 253E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 34693 861 moveto
+34629 861 lineto
+34629 825 lineto
+34693 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 34693 861 moveto
+34629 861 lineto
+34629 825 lineto
+34693 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+34637 838.65 moveto
+(e7ef998)
+[6.75 7.5 6.75 4.5 7.5 7.5 7.5]
+xshow
+grestore
+% 34->253E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 34311 1105 moveto
+34379 1055 34557 921 34630 866 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+34633.7 863.325 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+34633.7 863.325 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+34485.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 254E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 34942 563 moveto
+34888 563 lineto
+34888 527 lineto
+34942 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 34942 563 moveto
+34888 563 lineto
+34888 527 lineto
+34942 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+34900 540.65 moveto
+(254E)
+[6.75 6.75 8.25 8.25]
+xshow
+grestore
+% 253E->254E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 34668 825 moveto
+34681 792 34711 724 34751 676 curveto
+34792 627 34853 584 34888 562 curveto
+stroke
+grestore
+% 35
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 33835 1125 moveto
+33806.5 1145 lineto
+33749.5 1145 lineto
+33721 1125 lineto
+33749.5 1105 lineto
+33806.5 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 33835 1125 moveto
+33806.5 1145 lineto
+33749.5 1145 lineto
+33721 1125 lineto
+33749.5 1105 lineto
+33806.5 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+33741.2 1120.65 moveto
+(668d636002)
+[7.5 7.5 7.5 7.5 7.5 6.75 7.5 7.5 7.5 6.75]
+xshow
+grestore
+% 255E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 33819.9 861 moveto
+33746.1 861 lineto
+33746.1 825 lineto
+33819.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 33819.9 861 moveto
+33746.1 861 lineto
+33746.1 825 lineto
+33819.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+33754.1 838.65 moveto
+(4379b5ed)
+[8.25 6.75 7.5 7.5 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 35->255E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 33778 1105 moveto
+33780 1055 33782 925 33783 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+33783 865 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+33783 865 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+33782.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 256E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 34471 563 moveto
+34417 563 lineto
+34417 527 lineto
+34471 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 34471 563 moveto
+34417 563 lineto
+34417 527 lineto
+34471 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+34429.4 540.65 moveto
+(256E)
+[6.75 6.75 7.5 8.25]
+xshow
+grestore
+% 255E->256E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 33814 825 moveto
+33869 793 33990 724 34096 676 curveto
+34213 622 34358 573 34417 554 curveto
+stroke
+grestore
+% 36
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 18752.9 843 moveto
+18703 863.004 lineto
+18603 863.004 lineto
+18553.1 843 lineto
+18603 822.996 lineto
+18703 822.996 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 18752.9 843 moveto
+18703 863.004 lineto
+18603 863.004 lineto
+18553.1 843 lineto
+18603 822.996 lineto
+18703 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+18579.1 838.65 moveto
+(e1e4c23db39d8bd633c3a)
+[6.75 6.75 6.75 8.25 6.75 6.75 6.75 7.5 6.75 6.75 7.5 7.5 7.5 6.75 7.5 7.5 6.75 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 257E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 19018 563 moveto
+18912 563 lineto
+18912 527 lineto
+19018 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 19018 563 moveto
+18912 563 lineto
+18912 527 lineto
+19018 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+18920 540.65 moveto
+(1ed5d7f63b8c6)
+[6.75 6.75 7.5 6.75 7.5 7.5 4.5 7.5 6.75 6.75 7.5 6.75 7.5]
+xshow
+grestore
+% 36->257E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 18674 823 moveto
+18730 770 18881 625 18940 569 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+18943.2 565.828 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+18943.2 565.828 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+18829.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 258E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 19116 290 moveto
+19062 290 lineto
+19062 254 lineto
+19116 254 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 19116 290 moveto
+19062 290 lineto
+19062 254 lineto
+19116 254 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+19072.1 267.65 moveto
+(4f05b)
+[8.25 4.5 7.5 6.75 6.75]
+xshow
+grestore
+% 257E->258E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 18977 527 moveto
+18994 502 19023 456 19042 414 curveto
+19062 371 19077 318 19084 290 curveto
+stroke
+grestore
+% 37
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 8421.91 1125 moveto
+8374.95 1145 lineto
+8281.05 1145 lineto
+8234.09 1125 lineto
+8281.05 1105 lineto
+8374.95 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 8421.91 1125 moveto
+8374.95 1145 lineto
+8281.05 1145 lineto
+8234.09 1125 lineto
+8281.05 1105 lineto
+8374.95 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+8259.75 1120.65 moveto
+(842bc5775657c1e0d67)
+[7.5 8.25 6.75 6.75 6.75 6.75 7.5 7.5 6.75 7.5 6.75 7.5 6.75 6.75 6.75 7.5 7.5 7.5 7.5]
+xshow
+grestore
+% 259E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 8577.12 861 moveto
+8484.88 861 lineto
+8484.88 825 lineto
+8577.12 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 8577.12 861 moveto
+8484.88 861 lineto
+8484.88 825 lineto
+8577.12 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+8492.38 838.65 moveto
+(a387210a27b)
+[6.75 6.75 7.5 7.5 6.75 6.75 7.5 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 37->259E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 8343 1105 moveto
+8378 1054 8474 923 8513 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+8515.68 864.255 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+8515.68 864.255 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+8437.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 260E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 8612.75 563 moveto
+8535.25 563 lineto
+8535.25 527 lineto
+8612.75 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 8612.75 563 moveto
+8535.25 563 lineto
+8535.25 527 lineto
+8612.75 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+8543.25 540.65 moveto
+(47ebc3f17)
+[8.25 7.5 6.75 6.75 6.75 6.75 4.5 6.75 7.5]
+xshow
+grestore
+% 259E->260E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 8534 825 moveto
+8541 772 8564 617 8571 563 curveto
+stroke
+grestore
+% 38
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 35233 1125 moveto
+35207.5 1145 lineto
+35156.5 1145 lineto
+35131 1125 lineto
+35156.5 1105 lineto
+35207.5 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 35233 1125 moveto
+35207.5 1145 lineto
+35156.5 1145 lineto
+35131 1125 lineto
+35156.5 1105 lineto
+35207.5 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+35150.5 1120.65 moveto
+(e4e2f4e6d)
+[6.75 8.25 6.75 6.75 4.5 8.25 6.75 7.5 7.5]
+xshow
+grestore
+% 261E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 35343 861 moveto
+35279 861 lineto
+35279 825 lineto
+35343 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 35343 861 moveto
+35279 861 lineto
+35279 825 lineto
+35343 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+35287 838.65 moveto
+(1f4f0fdf)
+[6.75 4.5 8.25 4.5 7.5 4.5 7.5 4.5]
+xshow
+grestore
+% 38->261E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 35191 1105 moveto
+35214 1054 35274 924 35300 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+35301.4 864.677 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+35301.4 864.677 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+35252.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 262E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 35719 563 moveto
+35665 563 lineto
+35665 527 lineto
+35719 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 35719 563 moveto
+35665 563 lineto
+35665 527 lineto
+35719 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+35677.4 540.65 moveto
+(262E)
+[6.75 7.5 6.75 8.25]
+xshow
+grestore
+% 261E->262E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 35311 825 moveto
+35312 791 35319 719 35357 676 curveto
+35442 582 35602 555 35665 547 curveto
+stroke
+grestore
+% 39
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 24068.9 1125 moveto
+24017.5 1145 lineto
+23914.5 1145 lineto
+23863.1 1125 lineto
+23914.5 1105 lineto
+24017.5 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 24068.9 1125 moveto
+24017.5 1145 lineto
+23914.5 1145 lineto
+23863.1 1125 lineto
+23914.5 1105 lineto
+24017.5 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+23889.5 1120.65 moveto
+(04390dec6f1779353c07f5)
+[7.5 8.25 6.75 7.5 7.5 7.5 6.75 6.75 7.5 4.5 6.75 7.5 7.5 7.5 6.75 6.75 6.75 6.75 7.5 7.5 4.5 6.75]
+xshow
+grestore
+% 263E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 25771.1 861 moveto
+25672.9 861 lineto
+25672.9 825 lineto
+25771.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 25771.1 861 moveto
+25672.9 861 lineto
+25672.9 825 lineto
+25771.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+25680.4 838.65 moveto
+(bac77c3f414a)
+[6.75 6.75 6.75 7.5 7.5 6.75 6.75 4.5 8.25 6.75 8.25 6.75]
+xshow
+grestore
+% 39->263E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 24029 1109 moveto
+24045 1106 24062 1102 24078 1098 curveto
+24344 1038 24409 1016 24677 974 curveto
+25113 905 25236 972 25664 866 curveto
+25667 865 25669 865 25672 864 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+25676.3 862.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+25676.3 862.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+24677.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 264E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 25666.1 563 moveto
+25555.9 563 lineto
+25555.9 527 lineto
+25666.1 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 25666.1 563 moveto
+25555.9 563 lineto
+25555.9 527 lineto
+25666.1 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+25563.4 540.65 moveto
+(6c93f24516f01d)
+[7.5 6.75 7.5 6.75 4.5 6.75 8.25 6.75 6.75 7.5 4.5 7.5 6.75 7.5]
+xshow
+grestore
+% 263E->264E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 25715 825 moveto
+25695 772 25638 617 25618 563 curveto
+stroke
+grestore
+% 40
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 35744.8 1125 moveto
+35697.4 1145 lineto
+35602.6 1145 lineto
+35555.2 1125 lineto
+35602.6 1105 lineto
+35697.4 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 35744.8 1125 moveto
+35697.4 1145 lineto
+35602.6 1145 lineto
+35555.2 1125 lineto
+35602.6 1105 lineto
+35697.4 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+35581 1120.65 moveto
+(69f2611acc42c36ed7cc)
+[7.5 7.5 4.5 6.75 7.5 6 6.75 6.75 6.75 6.75 8.25 6.75 6.75 6.75 7.5 6.75 7.5 7.5 6.75 6.75]
+xshow
+grestore
+% 265E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 35778.9 861 moveto
+35685.1 861 lineto
+35685.1 825 lineto
+35778.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 35778.9 861 moveto
+35685.1 861 lineto
+35685.1 825 lineto
+35778.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+35692.6 838.65 moveto
+(cab04b7c14a)
+[6.75 6.75 6.75 7.5 8.25 6.75 7.5 6.75 6.75 8.25 6.75]
+xshow
+grestore
+% 40->265E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 35656 1105 moveto
+35670 1054 35708 925 35725 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+35726 864.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+35726 864.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+35695.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 266E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 36176 563 moveto
+36122 563 lineto
+36122 527 lineto
+36176 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 36176 563 moveto
+36122 563 lineto
+36122 527 lineto
+36176 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+36138.5 540.65 moveto
+(e8b)
+[6.75 7.5 6.75]
+xshow
+grestore
+% 265E->266E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 35757 825 moveto
+35832 771 36049 616 36124 563 curveto
+stroke
+grestore
+% 41
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 31845 1125 moveto
+31809.5 1145 lineto
+31738.5 1145 lineto
+31703 1125 lineto
+31738.5 1105 lineto
+31809.5 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 31845 1125 moveto
+31809.5 1145 lineto
+31738.5 1145 lineto
+31703 1125 lineto
+31738.5 1105 lineto
+31809.5 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+31725.6 1120.65 moveto
+(1562abef0d8241)
+[6.75 6.75 7.5 6.75 6.75 6.75 6.75 4.5 7.5 7.5 7.5 6.75 8.25 6.75]
+xshow
+grestore
+% 267E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 31615.8 861 moveto
+31536.2 861 lineto
+31536.2 825 lineto
+31615.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 31615.8 861 moveto
+31536.2 861 lineto
+31536.2 825 lineto
+31615.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+31543.8 838.65 moveto
+(6a8f5bafb1)
+[7.5 6.75 7.5 4.5 6.75 6.75 6.75 4.5 6.75 6.75]
+xshow
+grestore
+% 41->267E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 31760 1105 moveto
+31725 1054 31632 923 31594 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+31591.3 864.255 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+31591.3 864.255 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+31676.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 268E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 31689 563 moveto
+31635 563 lineto
+31635 527 lineto
+31689 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 31689 563 moveto
+31635 563 lineto
+31635 527 lineto
+31689 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+31649.2 540.65 moveto
+(fc73)
+[4.5 6.75 7.5 6.75]
+xshow
+grestore
+% 267E->268E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 31581 825 moveto
+31597 772 31641 617 31657 563 curveto
+stroke
+grestore
+% 42
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 41204.2 1685 moveto
+41155.1 1705 lineto
+41056.9 1705 lineto
+41007.8 1685 lineto
+41056.9 1665 lineto
+41155.1 1665 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 41204.2 1685 moveto
+41155.1 1705 lineto
+41056.9 1705 lineto
+41007.8 1685 lineto
+41056.9 1665 lineto
+41155.1 1665 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+41034 1680.65 moveto
+(e49aaa5cc4e44355d6a0)
+[6.75 8.25 7.5 6.75 6.75 6.75 6.75 6.75 6.75 8.25 6.75 8.25 8.25 6.75 6.75 6.75 7.5 7.5 6.75 7.5]
+xshow
+grestore
+% 269E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 41245.2 1425 moveto
+41182.8 1425 lineto
+41182.8 1389 lineto
+41245.2 1389 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 41245.2 1425 moveto
+41182.8 1425 lineto
+41182.8 1389 lineto
+41245.2 1389 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+41190.8 1402.65 moveto
+(cc3f63d)
+[6.75 6.75 6.75 4.5 7.5 6.75 7.5]
+xshow
+grestore
+% 42->269E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 41114 1665 moveto
+41133 1614 41183 1488 41204 1433 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+41205.6 1428.75 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+41205.6 1428.75 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+41160.1 1541.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 270E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 41258.8 1143 moveto
+41169.2 1143 lineto
+41169.2 1107 lineto
+41258.8 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 41258.8 1143 moveto
+41169.2 1143 lineto
+41169.2 1107 lineto
+41258.8 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+41177.2 1120.65 moveto
+(34d06d1ed6)
+[6.75 8.25 7.5 7.5 7.5 7.5 6.75 6.75 7.5 7.5]
+xshow
+grestore
+% 269E->270E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 41214 1389 moveto
+41214 1338 41214 1194 41214 1143 curveto
+stroke
+grestore
+% 43
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 40524.9 1685 moveto
+40483 1705 lineto
+40399 1705 lineto
+40357.1 1685 lineto
+40399 1665 lineto
+40483 1665 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 40524.9 1685 moveto
+40483 1705 lineto
+40399 1705 lineto
+40357.1 1685 lineto
+40399 1665 lineto
+40483 1665 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+40381.4 1680.65 moveto
+(e8ebe1bf5f421c1223)
+[6.75 7.5 6.75 6.75 6.75 6.75 6.75 4.5 6.75 4.5 8.25 6.75 6.75 6.75 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 271E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 40472.9 1425 moveto
+40409.1 1425 lineto
+40409.1 1389 lineto
+40472.9 1389 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 40472.9 1425 moveto
+40409.1 1425 lineto
+40409.1 1389 lineto
+40472.9 1389 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+40416.6 1402.65 moveto
+(96325ea)
+[7.5 7.5 6.75 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 43->271E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 40441 1665 moveto
+40441 1615 40441 1489 40441 1433 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+40441 1429 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+40441 1429 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+40441.1 1541.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 272E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 40476.8 1143 moveto
+40405.2 1143 lineto
+40405.2 1107 lineto
+40476.8 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 40476.8 1143 moveto
+40405.2 1143 lineto
+40405.2 1107 lineto
+40476.8 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+40413.2 1120.65 moveto
+(713db1c1)
+[7.5 6.75 6.75 7.5 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 271E->272E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 40441 1389 moveto
+40441 1338 40441 1194 40441 1143 curveto
+stroke
+grestore
+% 44
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 44824.8 1125 moveto
+44790.4 1145 lineto
+44721.6 1145 lineto
+44687.2 1125 lineto
+44721.6 1105 lineto
+44790.4 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 44824.8 1125 moveto
+44790.4 1145 lineto
+44721.6 1145 lineto
+44687.2 1125 lineto
+44721.6 1105 lineto
+44790.4 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+44709.5 1120.65 moveto
+(2759e82e30d6d)
+[6.75 7.5 6.75 7.5 6.75 7.5 6.75 6.75 6.75 7.5 7.5 7.5 7.5]
+xshow
+grestore
+% 273E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 44729.1 861 moveto
+44674.9 861 lineto
+44674.9 825 lineto
+44729.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 44729.1 861 moveto
+44674.9 861 lineto
+44674.9 825 lineto
+44729.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+44682.9 838.65 moveto
+(ca5af2)
+[6.75 6.75 6.75 6.75 4.5 6.75]
+xshow
+grestore
+% 44->273E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 44752 1105 moveto
+44742 1055 44718 925 44707 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+44706.5 864.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+44706.5 864.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+44730.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 274E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 44664 563 moveto
+44610 563 lineto
+44610 527 lineto
+44664 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 44664 563 moveto
+44610 563 lineto
+44610 527 lineto
+44664 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+44621.6 540.65 moveto
+(274E)
+[6.75 7.5 8.25 8.25]
+xshow
+grestore
+% 273E->274E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 44698 825 moveto
+44686 772 44653 617 44641 563 curveto
+stroke
+grestore
+% 45
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 34747.1 1125 moveto
+34706.1 1145 lineto
+34623.9 1145 lineto
+34582.9 1125 lineto
+34623.9 1105 lineto
+34706.1 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 34747.1 1125 moveto
+34706.1 1145 lineto
+34623.9 1145 lineto
+34582.9 1125 lineto
+34623.9 1105 lineto
+34706.1 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+34606.5 1120.65 moveto
+(23c1ec53358d237c1)
+[6.75 6.75 6.75 6.75 6.75 6.75 6.75 6.75 6.75 6.75 7.5 7.5 6.75 6.75 7.5 6.75 6.75]
+xshow
+grestore
+% 275E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 34996.9 861 moveto
+34903.1 861 lineto
+34903.1 825 lineto
+34996.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 34996.9 861 moveto
+34903.1 861 lineto
+34903.1 825 lineto
+34996.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+34910.6 838.65 moveto
+(cab04b7c14a)
+[6.75 6.75 6.75 7.5 8.25 6.75 7.5 6.75 6.75 8.25 6.75]
+xshow
+grestore
+% 45->275E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 34685 1105 moveto
+34737 1054 34871 922 34926 867 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+34929.2 863.828 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+34929.2 863.828 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+34817.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 276E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 35137 563 moveto
+35083 563 lineto
+35083 527 lineto
+35137 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 35137 563 moveto
+35083 563 lineto
+35083 527 lineto
+35137 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+35107.8 540.65 moveto
+(f)
+[4.5]
+xshow
+grestore
+% 275E->276E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 34968 825 moveto
+34992 801 35032 756 35056 712 curveto
+35084 661 35100 595 35107 563 curveto
+stroke
+grestore
+% 46
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 36933 1125 moveto
+36894.5 1145 lineto
+36817.5 1145 lineto
+36779 1125 lineto
+36817.5 1105 lineto
+36894.5 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 36933 1125 moveto
+36894.5 1145 lineto
+36817.5 1145 lineto
+36779 1125 lineto
+36817.5 1105 lineto
+36894.5 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+36802.4 1120.65 moveto
+(5838586c293d455)
+[6.75 7.5 6.75 7.5 6.75 7.5 7.5 6.75 6.75 7.5 6.75 7.5 8.25 6.75 6.75]
+xshow
+grestore
+% 277E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 37030.1 861 moveto
+36933.9 861 lineto
+36933.9 825 lineto
+37030.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 37030.1 861 moveto
+36933.9 861 lineto
+36933.9 825 lineto
+37030.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+36941.9 838.65 moveto
+(83c397b8bf7f)
+[7.5 6.75 6.75 6.75 7.5 7.5 6.75 7.5 6.75 4.5 7.5 4.5]
+xshow
+grestore
+% 46->277E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 36865 1105 moveto
+36888 1054 36946 924 36971 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+36972.4 864.677 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+36972.4 864.677 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+36924.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 47
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 8880.23 1125 moveto
+8824.61 1145 lineto
+8713.39 1145 lineto
+8657.77 1125 lineto
+8713.39 1105 lineto
+8824.61 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 8880.23 1125 moveto
+8824.61 1145 lineto
+8713.39 1145 lineto
+8657.77 1125 lineto
+8713.39 1105 lineto
+8824.61 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+8685.75 1120.65 moveto
+(f841118350a27b7ea29a9c9d)
+[4.5 7.5 8.25 6 6 6.75 7.5 6.75 6.75 7.5 6.75 6.75 7.5 6.75 7.5 6.75 6.75 6.75 7.5 6.75 7.5 6.75 7.5 7.5]
+xshow
+grestore
+% 279E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 8784.75 861 moveto
+8699.25 861 lineto
+8699.25 825 lineto
+8784.75 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 8784.75 861 moveto
+8699.25 861 lineto
+8699.25 825 lineto
+8784.75 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+8706.75 838.65 moveto
+(69f4ecb77d)
+[7.5 7.5 4.5 8.25 6.75 6.75 6.75 7.5 7.5 7.5]
+xshow
+grestore
+% 47->279E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 8767 1105 moveto
+8762 1055 8750 925 8745 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+8744.5 864.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+8744.5 864.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+8756.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 767E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 8930.12 563 moveto
+8779.88 563 lineto
+8779.88 527 lineto
+8930.12 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 8930.12 563 moveto
+8779.88 563 lineto
+8779.88 527 lineto
+8930.12 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+8787.88 540.65 moveto
+(efb52b499303115c33fd)
+[6.75 4.5 6.75 6.75 6.75 6.75 8.25 7.5 7.5 6.75 7.5 6.75 6 6.75 6.75 6.75 6.75 6.75 4.5 7.5]
+xshow
+grestore
+% 279E->767E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 8749 825 moveto
+8769 772 8828 617 8848 563 curveto
+stroke
+grestore
+% 48
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 8639.97 1125 moveto
+8589.98 1145 lineto
+8490.02 1145 lineto
+8440.03 1125 lineto
+8490.02 1105 lineto
+8589.98 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 8639.97 1125 moveto
+8589.98 1145 lineto
+8490.02 1145 lineto
+8440.03 1125 lineto
+8490.02 1105 lineto
+8589.98 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+8466.5 1120.65 moveto
+(658d208447d8ec5d6de8)
+[7.5 6.75 7.5 7.5 6.75 7.5 7.5 8.25 8.25 7.5 7.5 7.5 6.75 6.75 6.75 7.5 7.5 7.5 6.75 7.5]
+xshow
+grestore
+% 281E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 8680.88 861 moveto
+8595.12 861 lineto
+8595.12 825 lineto
+8680.88 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 8680.88 861 moveto
+8595.12 861 lineto
+8595.12 825 lineto
+8680.88 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+8603.12 838.65 moveto
+(f7b22b9640)
+[4.5 7.5 6.75 6.75 6.75 6.75 7.5 7.5 8.25 7.5]
+xshow
+grestore
+% 48->281E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 8547 1105 moveto
+8565 1054 8610 925 8629 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+8630.6 864.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+8630.6 864.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+8593.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 282E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 8741.88 563 moveto
+8656.12 563 lineto
+8656.12 527 lineto
+8741.88 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 8741.88 563 moveto
+8656.12 563 lineto
+8656.12 527 lineto
+8741.88 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+8664.12 540.65 moveto
+(cf5a6049ad)
+[6.75 4.5 6.75 6.75 7.5 7.5 8.25 7.5 6.75 7.5]
+xshow
+grestore
+% 281E->282E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 8642 825 moveto
+8653 772 8684 617 8695 563 curveto
+stroke
+grestore
+% 49
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 40978.1 1685 moveto
+40930.6 1705 lineto
+40835.4 1705 lineto
+40787.9 1685 lineto
+40835.4 1665 lineto
+40930.6 1665 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 40978.1 1685 moveto
+40930.6 1705 lineto
+40835.4 1705 lineto
+40787.9 1685 lineto
+40835.4 1665 lineto
+40930.6 1665 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+40813.2 1680.65 moveto
+(11180ae7706510211bc4)
+[6 6 6.75 7.5 7.5 6.75 6.75 7.5 7.5 7.5 7.5 6.75 6.75 7.5 6.75 6 6.75 6.75 6.75 8.25]
+xshow
+grestore
+% 283E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 40918.8 1425 moveto
+40847.2 1425 lineto
+40847.2 1389 lineto
+40918.8 1389 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 40918.8 1425 moveto
+40847.2 1425 lineto
+40847.2 1389 lineto
+40918.8 1389 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+40855.2 1402.65 moveto
+(052bb6e3)
+[7.5 6.75 6.75 6.75 6.75 7.5 6.75 6.75]
+xshow
+grestore
+% 49->283E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 40883 1665 moveto
+40883 1615 40883 1489 40883 1433 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+40883 1429 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+40883 1429 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+40883.1 1541.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 284E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 41055.1 1143 moveto
+40968.9 1143 lineto
+40968.9 1107 lineto
+41055.1 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 41055.1 1143 moveto
+40968.9 1143 lineto
+40968.9 1107 lineto
+41055.1 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+40976.4 1120.65 moveto
+(90dccb18c0)
+[7.5 7.5 7.5 6.75 6.75 6.75 6.75 7.5 6.75 7.5]
+xshow
+grestore
+% 283E->284E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 40891 1389 moveto
+40915 1338 40980 1194 41004 1143 curveto
+stroke
+grestore
+% 50
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 41400.1 1685 moveto
+41355.6 1705 lineto
+41266.4 1705 lineto
+41221.9 1685 lineto
+41266.4 1665 lineto
+41355.6 1665 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 41400.1 1685 moveto
+41355.6 1705 lineto
+41266.4 1705 lineto
+41221.9 1685 lineto
+41266.4 1665 lineto
+41355.6 1665 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+41246.9 1680.65 moveto
+(5807acd8d58e006f43)
+[6.75 7.5 7.5 7.5 6.75 6.75 7.5 7.5 7.5 6.75 7.5 6.75 7.5 7.5 7.5 4.5 8.25 6.75]
+xshow
+grestore
+% 285E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 41338 1425 moveto
+41284 1425 lineto
+41284 1389 lineto
+41338 1389 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 41338 1425 moveto
+41284 1425 lineto
+41284 1389 lineto
+41338 1389 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+41296.4 1402.65 moveto
+(285E)
+[6.75 7.5 6.75 8.25]
+xshow
+grestore
+% 50->285E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 41311 1665 moveto
+41311 1615 41311 1489 41311 1433 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+41311 1429 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+41311 1429 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+41311.1 1541.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 286E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 41345.1 1143 moveto
+41276.9 1143 lineto
+41276.9 1107 lineto
+41345.1 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 41345.1 1143 moveto
+41276.9 1143 lineto
+41276.9 1107 lineto
+41345.1 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+41284.4 1120.65 moveto
+(e17fea65)
+[6.75 6.75 7.5 4.5 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 285E->286E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 41311 1389 moveto
+41311 1338 41311 1194 41311 1143 curveto
+stroke
+grestore
+% 51
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 41968.8 1125 moveto
+41923.4 1145 lineto
+41832.6 1145 lineto
+41787.2 1125 lineto
+41832.6 1105 lineto
+41923.4 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 41968.8 1125 moveto
+41923.4 1145 lineto
+41832.6 1145 lineto
+41787.2 1125 lineto
+41832.6 1105 lineto
+41923.4 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+41812 1120.65 moveto
+(fe4e848cb5291ee59a2)
+[4.5 6.75 8.25 6.75 7.5 8.25 7.5 6.75 6.75 6.75 6.75 7.5 6.75 6.75 6.75 6.75 7.5 6.75 6.75]
+xshow
+grestore
+% 287E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 41876.9 861 moveto
+41795.1 861 lineto
+41795.1 825 lineto
+41876.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 41876.9 861 moveto
+41795.1 861 lineto
+41795.1 825 lineto
+41876.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+41802.6 838.65 moveto
+(e3aefac763)
+[6.75 6.75 6.75 6.75 4.5 6.75 6.75 7.5 7.5 6.75]
+xshow
+grestore
+% 51->287E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 41875 1105 moveto
+41867 1055 41848 925 41840 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+41839.5 864.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+41839.5 864.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+41858.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 52
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 19292.9 843 moveto
+19236.4 863.004 lineto
+19123.6 863.004 lineto
+19067.1 843 lineto
+19123.6 822.996 lineto
+19236.4 822.996 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 19292.9 843 moveto
+19236.4 863.004 lineto
+19123.6 863.004 lineto
+19067.1 843 lineto
+19123.6 822.996 lineto
+19236.4 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+19094.9 838.65 moveto
+(c4f31ea3844e12da27ad47c6)
+[6.75 8.25 4.5 6.75 6.75 6.75 6.75 6.75 7.5 8.25 8.25 6.75 6.75 6.75 7.5 6.75 6.75 7.5 6.75 7.5 8.25 7.5 6.75 7.5]
+xshow
+grestore
+% 289E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 19413.2 563 moveto
+19330.8 563 lineto
+19330.8 527 lineto
+19413.2 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 19413.2 563 moveto
+19330.8 563 lineto
+19330.8 527 lineto
+19413.2 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+19338.2 540.65 moveto
+(fb16636aae)
+[4.5 6.75 6.75 7.5 7.5 6.75 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 52->289E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 19193 823 moveto
+19227 770 19319 627 19356 570 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+19358 566.473 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+19358 566.473 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+19289.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 290E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 19618 290 moveto
+19564 290 lineto
+19564 254 lineto
+19618 254 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 19618 290 moveto
+19564 290 lineto
+19564 254 lineto
+19618 254 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+19573 267.65 moveto
+(8b092)
+[7.5 6.75 7.5 7.5 6.75]
+xshow
+grestore
+% 289E->290E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 19387 527 moveto
+19427 477 19537 340 19576 290 curveto
+stroke
+grestore
+% 53
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 19492.8 843 moveto
+19447.4 863.004 lineto
+19356.6 863.004 lineto
+19311.2 843 lineto
+19356.6 822.996 lineto
+19447.4 822.996 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 19492.8 843 moveto
+19447.4 863.004 lineto
+19356.6 863.004 lineto
+19311.2 843 lineto
+19356.6 822.996 lineto
+19447.4 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+19336 838.65 moveto
+(00cbeb87c182ca0785f)
+[7.5 7.5 6.75 6.75 6.75 6.75 7.5 7.5 6.75 6.75 7.5 6.75 6.75 6.75 7.5 7.5 7.5 6.75 4.5]
+xshow
+grestore
+% 291E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 19534.1 563 moveto
+19447.9 563 lineto
+19447.9 527 lineto
+19534.1 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 19534.1 563 moveto
+19447.9 563 lineto
+19447.9 527 lineto
+19534.1 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+19455.4 540.65 moveto
+(3089106e3b)
+[6.75 7.5 7.5 7.5 6.75 7.5 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 53->291E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 19408 823 moveto
+19423 771 19466 629 19484 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+19485 566.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+19485 566.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+19453.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 292E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 19810.9 290 moveto
+19755.1 290 lineto
+19755.1 254 lineto
+19810.9 254 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 19810.9 290 moveto
+19755.1 290 lineto
+19755.1 254 lineto
+19810.9 254 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+19763.1 267.65 moveto
+(c3bbf4)
+[6.75 6.75 6.75 6.75 4.5 8.25]
+xshow
+grestore
+% 291E->292E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 19511 527 moveto
+19564 477 19710 340 19763 290 curveto
+stroke
+grestore
+% 54
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 34207.2 1125 moveto
+34180.6 1145 lineto
+34127.4 1145 lineto
+34100.8 1125 lineto
+34127.4 1105 lineto
+34180.6 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 34207.2 1125 moveto
+34180.6 1145 lineto
+34127.4 1145 lineto
+34100.8 1125 lineto
+34127.4 1105 lineto
+34180.6 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+34121 1120.65 moveto
+(11f088bfd8)
+[6 6.75 4.5 7.5 7.5 7.5 6.75 4.5 7.5 7.5]
+xshow
+grestore
+% 293E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 34428.8 861 moveto
+34363.2 861 lineto
+34363.2 825 lineto
+34428.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 34428.8 861 moveto
+34363.2 861 lineto
+34363.2 825 lineto
+34428.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+34371.2 838.65 moveto
+(6a80cbe)
+[7.5 6.75 7.5 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 54->293E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 34155 1105 moveto
+34157 1074 34165 1014 34194 974 curveto
+34236 917 34310 878 34356 858 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+34359.3 856.576 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+34359.3 856.576 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+34194.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 294E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 34796 563 moveto
+34742 563 lineto
+34742 527 lineto
+34796 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 34796 563 moveto
+34742 563 lineto
+34742 527 lineto
+34796 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+34753.6 540.65 moveto
+(294E)
+[6.75 7.5 8.25 8.25]
+xshow
+grestore
+% 293E->294E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 34401 825 moveto
+34410 791 34434 719 34478 676 curveto
+34565 593 34617 619 34725 568 curveto
+34730 565 34736 562 34742 559 curveto
+stroke
+grestore
+% 56
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 33703.1 1125 moveto
+33668 1145 lineto
+33598 1145 lineto
+33562.9 1125 lineto
+33598 1105 lineto
+33668 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 33703.1 1125 moveto
+33668 1145 lineto
+33598 1145 lineto
+33562.9 1125 lineto
+33598 1105 lineto
+33668 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+33585.4 1120.65 moveto
+(3c2a62e0e5e9f7)
+[6.75 6.75 6.75 6.75 7.5 6.75 6.75 7.5 6.75 6.75 6.75 7.5 4.5 7.5]
+xshow
+grestore
+% 295E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 33697.9 861 moveto
+33634.1 861 lineto
+33634.1 825 lineto
+33697.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 33697.9 861 moveto
+33634.1 861 lineto
+33634.1 825 lineto
+33697.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+33641.6 838.65 moveto
+(ae32701)
+[6.75 6.75 6.75 6.75 7.5 7.5 6.75]
+xshow
+grestore
+% 56->295E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 33635 1105 moveto
+33642 1055 33656 925 33663 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+33663.5 864.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+33663.5 864.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+33652.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 296E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 33871 563 moveto
+33817 563 lineto
+33817 527 lineto
+33871 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 33871 563 moveto
+33817 563 lineto
+33817 527 lineto
+33871 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+33829 540.65 moveto
+(296E)
+[6.75 7.5 7.5 8.25]
+xshow
+grestore
+% 295E->296E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 33677 825 moveto
+33709 772 33801 617 33833 563 curveto
+stroke
+grestore
+% 57
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 25791 1125 moveto
+25738 1145 lineto
+25632 1145 lineto
+25579 1125 lineto
+25632 1105 lineto
+25738 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 25791 1125 moveto
+25738 1145 lineto
+25632 1145 lineto
+25579 1125 lineto
+25632 1105 lineto
+25738 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+25605.9 1120.65 moveto
+(dd84fe6a65cfac7bca03ebd)
+[7.5 7.5 7.5 8.25 4.5 6.75 7.5 6.75 7.5 6.75 6.75 4.5 6.75 6.75 7.5 6.75 6.75 6.75 7.5 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 297E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 26305 861 moveto
+26251 861 lineto
+26251 825 lineto
+26305 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 26305 861 moveto
+26251 861 lineto
+26251 825 lineto
+26305 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+26263 838.65 moveto
+(297E)
+[6.75 7.5 7.5 8.25]
+xshow
+grestore
+% 57->297E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 25705 1105 moveto
+25739 1072 25809 1009 25879 974 curveto
+26029 896 26089 935 26242 866 curveto
+26243 866 26244 865 26245 865 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+26248.5 862.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+26248.5 862.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+25879.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 298E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 26402 563 moveto
+26348 563 lineto
+26348 527 lineto
+26402 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 26402 563 moveto
+26348 563 lineto
+26348 527 lineto
+26402 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+26360 540.65 moveto
+(298E)
+[6.75 7.5 7.5 8.25]
+xshow
+grestore
+% 297E->298E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 26282 825 moveto
+26289 794 26303 729 26321 676 curveto
+26335 635 26355 588 26367 563 curveto
+stroke
+grestore
+% 58
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 21140.2 1685 moveto
+21100.6 1705 lineto
+21021.4 1705 lineto
+20981.8 1685 lineto
+21021.4 1665 lineto
+21100.6 1665 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 21140.2 1685 moveto
+21100.6 1705 lineto
+21021.4 1705 lineto
+20981.8 1685 lineto
+21021.4 1665 lineto
+21100.6 1665 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+21005.5 1680.65 moveto
+(b06bbfa920aa95dd)
+[6.75 7.5 7.5 6.75 6.75 4.5 6.75 7.5 6.75 7.5 6.75 6.75 7.5 6.75 7.5 7.5]
+xshow
+grestore
+% 299E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 21708 1425 moveto
+21654 1425 lineto
+21654 1389 lineto
+21708 1389 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 21708 1425 moveto
+21654 1425 lineto
+21654 1389 lineto
+21708 1389 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+21673.5 1402.65 moveto
+(07)
+[7.5 7.5]
+xshow
+grestore
+% 58->299E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 21103 1666 moveto
+21219 1614 21540 1470 21646 1422 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+21650.3 1420.4 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+21650.3 1420.4 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+21371.1 1541.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 300E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 21755 1143 moveto
+21701 1143 lineto
+21701 1107 lineto
+21755 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 21755 1143 moveto
+21701 1143 lineto
+21701 1107 lineto
+21755 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+21713 1120.65 moveto
+(300E)
+[6.75 7.5 7.5 8.25]
+xshow
+grestore
+% 299E->300E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 21684 1389 moveto
+21692 1338 21716 1194 21725 1143 curveto
+stroke
+grestore
+% 59
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 15768.2 545 moveto
+15717.6 565.004 lineto
+15616.4 565.004 lineto
+15565.8 545 lineto
+15616.4 524.996 lineto
+15717.6 524.996 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 15768.2 545 moveto
+15717.6 565.004 lineto
+15616.4 565.004 lineto
+15565.8 545 lineto
+15616.4 524.996 lineto
+15717.6 524.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+15592 540.65 moveto
+(6b5aaa4bdf44b2c898854)
+[7.5 6.75 6.75 6.75 6.75 6.75 8.25 6.75 7.5 4.5 8.25 8.25 6.75 6.75 6.75 7.5 7.5 7.5 7.5 6.75 8.25]
+xshow
+grestore
+% 301E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 16384.8 290 moveto
+16325.2 290 lineto
+16325.2 254 lineto
+16384.8 254 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 16384.8 290 moveto
+16325.2 290 lineto
+16325.2 254 lineto
+16384.8 254 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+16333.2 267.65 moveto
+(4c6c8c)
+[8.25 6.75 7.5 6.75 7.5 6.75]
+xshow
+grestore
+% 59->301E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 15718 525 moveto
+15849 472 16202 332 16317 287 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+16321.3 285.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+16321.3 285.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+16033.1 401.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 59->789E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 15615 525 moveto
+15478 473 15104 330 14989 285 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+14984.7 283.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+14984.7 283.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+15311.1 401.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 302E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 21933.2 36 moveto
+21840.8 36 lineto
+21840.8 1.77636e-14 lineto
+21933.2 3.55271e-15 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 21933.2 36 moveto
+21840.8 36 lineto
+21840.8 1.77636e-14 lineto
+21933.2 3.55271e-15 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+21848.8 13.65 moveto
+(c5acd20cad2)
+[6.75 6.75 6.75 6.75 7.5 6.75 7.5 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 301E->302E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 16385 269 moveto
+16424 264 16495 257 16555 254 curveto
+18749 107 21457 30 21841 19 curveto
+stroke
+grestore
+% 60
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 8632.85 1407 moveto
+8592.42 1427 lineto
+8511.58 1427 lineto
+8471.15 1407 lineto
+8511.58 1387 lineto
+8592.42 1387 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 8632.85 1407 moveto
+8592.42 1427 lineto
+8511.58 1427 lineto
+8471.15 1407 lineto
+8511.58 1387 lineto
+8592.42 1387 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+8494.62 1402.65 moveto
+(855d26296eda4eb7)
+[7.5 6.75 6.75 7.5 6.75 7.5 6.75 7.5 7.5 6.75 7.5 6.75 8.25 6.75 6.75 7.5]
+xshow
+grestore
+% 303E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 8991.88 1143 moveto
+8898.12 1143 lineto
+8898.12 1107 lineto
+8991.88 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 8991.88 1143 moveto
+8898.12 1143 lineto
+8898.12 1107 lineto
+8991.88 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+8905.62 1120.65 moveto
+(53069e384a2)
+[6.75 6.75 7.5 7.5 7.5 6.75 6.75 7.5 8.25 6.75 6.75]
+xshow
+grestore
+% 60->303E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 8580 1387 moveto
+8651 1337 8839 1202 8914 1148 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+8916.93 1145.56 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+8916.93 1145.56 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+8749.12 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 304E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 9133.12 861 moveto
+9072.88 861 lineto
+9072.88 825 lineto
+9133.12 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 9133.12 861 moveto
+9072.88 861 lineto
+9072.88 825 lineto
+9133.12 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+9080.88 838.65 moveto
+(8a46e6)
+[7.5 6.75 8.25 7.5 6.75 7.5]
+xshow
+grestore
+% 303E->304E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 8955 1107 moveto
+8984 1056 9064 912 9093 861 curveto
+stroke
+grestore
+% 61
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 21415.9 1685 moveto
+21351.5 1705 lineto
+21222.5 1705 lineto
+21158.1 1685 lineto
+21222.5 1665 lineto
+21351.5 1665 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 21415.9 1685 moveto
+21351.5 1705 lineto
+21222.5 1705 lineto
+21158.1 1685 lineto
+21222.5 1665 lineto
+21351.5 1665 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+21188 1680.65 moveto
+(e82f47b8d4949ba4af69b38cbc19)
+[6.75 7.5 6.75 4.5 8.25 7.5 6.75 7.5 7.5 8.25 7.5 8.25 7.5 6.75 6.75 8.25 6.75 4.5 7.5 7.5 6.75 6.75 7.5 6.75 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 305E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 21838.1 1425 moveto
+21751.9 1425 lineto
+21751.9 1389 lineto
+21838.1 1389 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 21838.1 1425 moveto
+21751.9 1425 lineto
+21751.9 1389 lineto
+21838.1 1389 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+21759.4 1402.65 moveto
+(b62cd1d0a0)
+[6.75 7.5 6.75 6.75 7.5 6.75 7.5 7.5 6.75 7.5]
+xshow
+grestore
+% 61->305E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 21324 1665 moveto
+21417 1614 21658 1482 21755 1429 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+21758.5 1426.98 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+21758.5 1426.98 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+21541.1 1541.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 306E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 21916.8 1143 moveto
+21773.2 1143 lineto
+21773.2 1107 lineto
+21916.8 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 21916.8 1143 moveto
+21773.2 1143 lineto
+21773.2 1107 lineto
+21916.8 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+21781.2 1120.65 moveto
+(8c7cd9b93b1cbe48e1)
+[7.5 6.75 7.5 6.75 7.5 7.5 6.75 7.5 6.75 6.75 6.75 6.75 6.75 6.75 8.25 7.5 6.75 6.75]
+xshow
+grestore
+% 305E->306E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 21798 1389 moveto
+21807 1338 21833 1194 21842 1143 curveto
+stroke
+grestore
+% 62
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 19721.1 843 moveto
+19668.5 863.004 lineto
+19563.5 863.004 lineto
+19510.9 843 lineto
+19563.5 822.996 lineto
+19668.5 822.996 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 19721.1 843 moveto
+19668.5 863.004 lineto
+19563.5 863.004 lineto
+19510.9 843 lineto
+19563.5 822.996 lineto
+19668.5 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+19537.6 838.65 moveto
+(86569bffb49adf6b3d0ebac)
+[7.5 7.5 6.75 7.5 7.5 6.75 4.5 4.5 6.75 8.25 7.5 6.75 7.5 4.5 7.5 6.75 6.75 7.5 7.5 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 307E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 19777.2 563 moveto
+19676.8 563 lineto
+19676.8 527 lineto
+19777.2 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 19777.2 563 moveto
+19676.8 563 lineto
+19676.8 527 lineto
+19777.2 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+19684.2 540.65 moveto
+(660ffeb76fc59)
+[7.5 7.5 7.5 4.5 4.5 6.75 6.75 7.5 7.5 4.5 6.75 6.75 7.5]
+xshow
+grestore
+% 62->307E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 19623 823 moveto
+19643 770 19696 629 19717 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+19718.6 566.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+19718.6 566.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+19679.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 308E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 19950.9 290 moveto
+19889.1 290 lineto
+19889.1 254 lineto
+19950.9 254 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 19950.9 290 moveto
+19889.1 290 lineto
+19889.1 254 lineto
+19950.9 254 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+19897.1 267.65 moveto
+(6331b3f)
+[7.5 6.75 6.75 6.75 6.75 6.75 4.5]
+xshow
+grestore
+% 307E->308E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 19740 527 moveto
+19775 477 19872 340 19907 290 curveto
+stroke
+grestore
+% 63
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 36149 1125 moveto
+36091 1145 lineto
+35975 1145 lineto
+35917 1125 lineto
+35975 1105 lineto
+36091 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 36149 1125 moveto
+36091 1145 lineto
+35975 1145 lineto
+35917 1125 lineto
+35975 1105 lineto
+36091 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+35945.6 1120.65 moveto
+(a96e47ff37983425a3e452095)
+[6.75 7.5 7.5 6.75 8.25 7.5 4.5 4.5 6.75 7.5 7.5 7.5 6.75 8.25 6.75 6.75 6.75 6.75 6.75 8.25 6.75 6.75 7.5 7.5 6.75]
+xshow
+grestore
+% 309E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 36174.9 861 moveto
+36081.1 861 lineto
+36081.1 825 lineto
+36174.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 36174.9 861 moveto
+36081.1 861 lineto
+36081.1 825 lineto
+36174.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+36088.6 838.65 moveto
+(cab04b7c14a)
+[6.75 6.75 6.75 7.5 8.25 6.75 7.5 6.75 6.75 8.25 6.75]
+xshow
+grestore
+% 63->309E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 36040 1105 moveto
+36057 1054 36101 925 36119 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+36120.6 864.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+36120.6 864.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+36084.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 310E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 36633.9 563 moveto
+36558.1 563 lineto
+36558.1 527 lineto
+36633.9 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 36633.9 563 moveto
+36558.1 563 lineto
+36558.1 527 lineto
+36633.9 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+36565.6 540.65 moveto
+(1b34fb150)
+[6.75 6.75 6.75 8.25 4.5 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 309E->310E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 36175 827 moveto
+36234 805 36337 764 36415 712 curveto
+36484 666 36551 596 36580 563 curveto
+stroke
+grestore
+% 64
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 29159.2 1125 moveto
+29103.6 1145 lineto
+28992.4 1145 lineto
+28936.8 1125 lineto
+28992.4 1105 lineto
+29103.6 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 29159.2 1125 moveto
+29103.6 1145 lineto
+28992.4 1145 lineto
+28936.8 1125 lineto
+28992.4 1105 lineto
+29103.6 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+28964.8 1120.65 moveto
+(71a48d11b2e7e56b1df128bd)
+[7.5 6.75 6.75 8.25 7.5 7.5 6 6.75 6.75 6.75 6.75 7.5 6.75 6.75 7.5 6.75 6.75 7.5 4.5 6.75 6.75 7.5 6.75 7.5]
+xshow
+grestore
+% 311E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 29084 861 moveto
+29008 861 lineto
+29008 825 lineto
+29084 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 29084 861 moveto
+29008 861 lineto
+29008 825 lineto
+29084 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+29016 838.65 moveto
+(be8f4199f)
+[6.75 6.75 7.5 4.5 8.25 6.75 7.5 7.5 4.5]
+xshow
+grestore
+% 64->311E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 29048 1105 moveto
+29047 1055 29046 925 29046 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+29046 865 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+29046 865 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+29048.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 312E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 29242.9 563 moveto
+29173.1 563 lineto
+29173.1 527 lineto
+29242.9 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 29242.9 563 moveto
+29173.1 563 lineto
+29173.1 527 lineto
+29242.9 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+29180.6 540.65 moveto
+(c6b5321a)
+[6.75 7.5 6.75 6.75 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 311E->312E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 29047 825 moveto
+29050 793 29058 725 29084 676 curveto
+29109 629 29156 586 29184 563 curveto
+stroke
+grestore
+% 65
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 21855.8 1685 moveto
+21801.9 1705 lineto
+21694.1 1705 lineto
+21640.2 1685 lineto
+21694.1 1665 lineto
+21801.9 1665 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 21855.8 1685 moveto
+21801.9 1705 lineto
+21694.1 1705 lineto
+21640.2 1685 lineto
+21694.1 1665 lineto
+21801.9 1665 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+21667.8 1680.65 moveto
+(a0befe6dd1ca7b165786835)
+[6.75 7.5 6.75 6.75 4.5 6.75 7.5 7.5 7.5 6.75 6.75 6.75 7.5 6.75 6.75 7.5 6.75 7.5 7.5 7.5 7.5 6.75 6.75]
+xshow
+grestore
+% 313E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 21960 1425 moveto
+21906 1425 lineto
+21906 1389 lineto
+21960 1389 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 21960 1425 moveto
+21906 1425 lineto
+21906 1389 lineto
+21960 1389 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+21917.2 1402.65 moveto
+(3cfae)
+[6.75 6.75 4.5 6.75 6.75]
+xshow
+grestore
+% 65->313E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 21762 1665 moveto
+21795 1614 21880 1487 21916 1432 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+21918.7 1428.25 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+21918.7 1428.25 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+21841.1 1541.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 314E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 22008.9 1143 moveto
+21935.1 1143 lineto
+21935.1 1107 lineto
+22008.9 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 22008.9 1143 moveto
+21935.1 1143 lineto
+21935.1 1107 lineto
+22008.9 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+21943.1 1120.65 moveto
+(616d8a7b)
+[7.5 6.75 7.5 7.5 7.5 6.75 7.5 6.75]
+xshow
+grestore
+% 313E->314E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 21935 1389 moveto
+21942 1338 21962 1194 21969 1143 curveto
+stroke
+grestore
+% 66
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 2075.1 1125 moveto
+2025.55 1145 lineto
+1926.45 1145 lineto
+1876.9 1125 lineto
+1926.45 1105 lineto
+2025.55 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 2075.1 1125 moveto
+2025.55 1145 lineto
+1926.45 1145 lineto
+1876.9 1125 lineto
+1926.45 1105 lineto
+2025.55 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+1903.25 1120.65 moveto
+(f33ec11db496f7bfcb024f)
+[4.5 6.75 6.75 6.75 6.75 6 6.75 7.5 6.75 8.25 7.5 7.5 4.5 7.5 6.75 4.5 6.75 6.75 7.5 6.75 8.25 4.5]
+xshow
+grestore
+% 315E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 2085 861 moveto
+2031 861 lineto
+2031 825 lineto
+2085 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 2085 861 moveto
+2031 861 lineto
+2031 825 lineto
+2085 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+2040.38 838.65 moveto
+(71e6b)
+[7.5 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 66->315E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 1982 1105 moveto
+1996 1054 2034 925 2051 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+2052.03 864.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+2052.03 864.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+2021.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 316E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 2294 563 moveto
+2240 563 lineto
+2240 527 lineto
+2294 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 2294 563 moveto
+2240 563 lineto
+2240 527 lineto
+2294 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+2252.38 540.65 moveto
+(316E)
+[6.75 6.75 7.5 8.25]
+xshow
+grestore
+% 315E->316E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 2071 825 moveto
+2108 772 2217 617 2254 563 curveto
+stroke
+grestore
+% 67
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 20191.1 843 moveto
+20127.1 863.004 lineto
+19998.9 863.004 lineto
+19934.9 843 lineto
+19998.9 822.996 lineto
+20127.1 822.996 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 20191.1 843 moveto
+20127.1 863.004 lineto
+19998.9 863.004 lineto
+19934.9 843 lineto
+19998.9 822.996 lineto
+20127.1 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+19965.1 838.65 moveto
+(fe6be3206549f5b5564acde84783)
+[4.5 6.75 7.5 6.75 6.75 6.75 6.75 7.5 7.5 6.75 8.25 7.5 4.5 6.75 6.75 6.75 6.75 7.5 8.25 6.75 6.75 7.5 6.75 7.5 8.25 7.5 7.5 6.75]
+xshow
+grestore
+% 317E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 20054 563 moveto
+20000 563 lineto
+20000 527 lineto
+20054 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 20054 563 moveto
+20000 563 lineto
+20000 527 lineto
+20054 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+20012.4 540.65 moveto
+(317E)
+[6.75 6.75 7.5 8.25]
+xshow
+grestore
+% 67->317E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 20061 823 moveto
+20054 771 20038 629 20030 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+20029.5 566.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+20029.5 566.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+20048.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 318E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 20140 290 moveto
+20086 290 lineto
+20086 254 lineto
+20140 254 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 20140 290 moveto
+20086 290 lineto
+20086 254 lineto
+20140 254 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+20098.4 267.65 moveto
+(318E)
+[6.75 6.75 7.5 8.25]
+xshow
+grestore
+% 317E->318E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 20033 527 moveto
+20048 477 20092 340 20107 290 curveto
+stroke
+grestore
+% 68
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 42745 1125 moveto
+42688.5 1145 lineto
+42575.5 1145 lineto
+42519 1125 lineto
+42575.5 1105 lineto
+42688.5 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 42745 1125 moveto
+42688.5 1145 lineto
+42575.5 1145 lineto
+42519 1125 lineto
+42575.5 1105 lineto
+42688.5 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+42547.2 1120.65 moveto
+(e4dba079d5fcb1f165920a3bf)
+[6.75 8.25 7.5 6.75 6.75 7.5 7.5 7.5 7.5 6.75 4.5 6.75 6.75 6.75 4.5 6.75 7.5 6.75 7.5 6.75 7.5 6.75 6.75 6.75 4.5]
+xshow
+grestore
+% 319E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 42574 861 moveto
+42520 861 lineto
+42520 825 lineto
+42574 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 42574 861 moveto
+42520 861 lineto
+42520 825 lineto
+42574 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+42532.4 838.65 moveto
+(319E)
+[6.75 6.75 7.5 8.25]
+xshow
+grestore
+% 68->319E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 42626 1105 moveto
+42611 1054 42572 925 42554 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+42553 864.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+42553 864.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+42590.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 320E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 42477 563 moveto
+42423 563 lineto
+42423 527 lineto
+42477 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 42477 563 moveto
+42423 563 lineto
+42423 527 lineto
+42477 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+42435.4 540.65 moveto
+(320E)
+[6.75 6.75 7.5 8.25]
+xshow
+grestore
+% 319E->320E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 42536 825 moveto
+42522 800 42497 754 42483 712 curveto
+42465 659 42456 594 42452 563 curveto
+stroke
+grestore
+% 70
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 44195.2 1125 moveto
+44146.1 1145 lineto
+44047.9 1145 lineto
+43998.8 1125 lineto
+44047.9 1105 lineto
+44146.1 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 44195.2 1125 moveto
+44146.1 1145 lineto
+44047.9 1145 lineto
+43998.8 1125 lineto
+44047.9 1105 lineto
+44146.1 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+44025 1120.65 moveto
+(16c508ab98483d430bbe)
+[6.75 7.5 6.75 6.75 7.5 7.5 6.75 6.75 7.5 7.5 8.25 7.5 6.75 7.5 8.25 6.75 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 321E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 44010.9 861 moveto
+43917.1 861 lineto
+43917.1 825 lineto
+44010.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 44010.9 861 moveto
+43917.1 861 lineto
+43917.1 825 lineto
+44010.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+43924.6 838.65 moveto
+(cab04b7c14a)
+[6.75 6.75 6.75 7.5 8.25 6.75 7.5 6.75 6.75 8.25 6.75]
+xshow
+grestore
+% 70->321E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 44087 1105 moveto
+44064 1054 44002 924 43976 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+43974.6 864.677 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+43974.6 864.677 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+44031.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 322E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 43821 563 moveto
+43767 563 lineto
+43767 527 lineto
+43821 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 43821 563 moveto
+43767 563 lineto
+43767 527 lineto
+43821 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+43779.8 540.65 moveto
+(a7d2)
+[6.75 7.5 7.5 6.75]
+xshow
+grestore
+% 321E->322E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 43958 825 moveto
+43946 793 43921 727 43891 676 curveto
+43866 633 43830 588 43810 563 curveto
+stroke
+grestore
+% 71
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 17298.1 1125 moveto
+17250 1145 lineto
+17154 1145 lineto
+17105.9 1125 lineto
+17154 1105 lineto
+17250 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 17298.1 1125 moveto
+17250 1145 lineto
+17154 1145 lineto
+17105.9 1125 lineto
+17154 1105 lineto
+17250 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+17131.9 1120.65 moveto
+(9c9e2e0f2da8758e436c)
+[7.5 6.75 7.5 6.75 6.75 6.75 7.5 4.5 6.75 7.5 6.75 7.5 7.5 6.75 7.5 6.75 8.25 6.75 7.5 6.75]
+xshow
+grestore
+% 327E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 17106.9 861 moveto
+16977.1 861 lineto
+16977.1 825 lineto
+17106.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 17106.9 861 moveto
+16977.1 861 lineto
+16977.1 825 lineto
+17106.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+16984.6 838.65 moveto
+(cd0d985a366cad7e)
+[6.75 7.5 7.5 7.5 7.5 7.5 6.75 6.75 6.75 7.5 7.5 6.75 6.75 7.5 7.5 6.75]
+xshow
+grestore
+% 71->327E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 17190 1105 moveto
+17162 1054 17088 924 17056 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+17054 864.473 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+17054 864.473 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+17122.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 800E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 16923.1 563 moveto
+16830.9 563 lineto
+16830.9 527 lineto
+16923.1 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 16923.1 563 moveto
+16830.9 563 lineto
+16830.9 527 lineto
+16923.1 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+16838.4 540.65 moveto
+(6aae8d25951)
+[7.5 6.75 6.75 6.75 7.5 7.5 6.75 6.75 7.5 6.75 6.75]
+xshow
+grestore
+% 327E->800E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 17032 825 moveto
+17002 772 16917 617 16887 563 curveto
+stroke
+grestore
+% 72
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 46036.9 1125 moveto
+45980.4 1145 lineto
+45867.6 1145 lineto
+45811.1 1125 lineto
+45867.6 1105 lineto
+45980.4 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 46036.9 1125 moveto
+45980.4 1145 lineto
+45867.6 1145 lineto
+45811.1 1125 lineto
+45867.6 1105 lineto
+45980.4 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+45838.9 1120.65 moveto
+(fb039d7a2a9fe73b5f468eba9)
+[4.5 6.75 7.5 6.75 7.5 7.5 7.5 6.75 6.75 6.75 7.5 4.5 6.75 7.5 6.75 6.75 6.75 4.5 8.25 7.5 7.5 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 329E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 46045.2 861 moveto
+45962.8 861 lineto
+45962.8 825 lineto
+46045.2 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 46045.2 861 moveto
+45962.8 861 lineto
+45962.8 825 lineto
+46045.2 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+45970.2 838.65 moveto
+(81dabfaba8)
+[7.5 6.75 7.5 6.75 6.75 4.5 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 72->329E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 45930 1105 moveto
+45944 1054 45981 925 45997 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+45998 864.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+45998 864.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+45967.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 330E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 46339 563 moveto
+46261 563 lineto
+46261 527 lineto
+46339 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 46339 563 moveto
+46261 563 lineto
+46261 527 lineto
+46339 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+46268.5 540.65 moveto
+(c0f34a600)
+[6.75 7.5 4.5 6.75 8.25 6.75 7.5 7.5 7.5]
+xshow
+grestore
+% 329E->330E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 46022 825 moveto
+46075 772 46229 617 46282 563 curveto
+stroke
+grestore
+% 73
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 44339.1 1125 moveto
+44307.5 1145 lineto
+44244.5 1145 lineto
+44212.9 1125 lineto
+44244.5 1105 lineto
+44307.5 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 44339.1 1125 moveto
+44307.5 1145 lineto
+44244.5 1145 lineto
+44212.9 1125 lineto
+44244.5 1105 lineto
+44307.5 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+44234 1120.65 moveto
+(2ef949c4a39b)
+[6.75 6.75 4.5 7.5 8.25 7.5 6.75 8.25 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 331E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 44223.9 861 moveto
+44130.1 861 lineto
+44130.1 825 lineto
+44223.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 44223.9 861 moveto
+44130.1 861 lineto
+44130.1 825 lineto
+44223.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+44137.6 838.65 moveto
+(617809d979f)
+[7.5 6.75 7.5 7.5 7.5 7.5 7.5 7.5 7.5 7.5 4.5]
+xshow
+grestore
+% 73->331E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 44269 1105 moveto
+44251 1054 44206 925 44186 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+44184.4 864.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+44184.4 864.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+44227.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 332E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 44131 563 moveto
+44077 563 lineto
+44077 527 lineto
+44131 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 44131 563 moveto
+44077 563 lineto
+44077 527 lineto
+44131 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+44089.8 540.65 moveto
+(332E)
+[6.75 6.75 6.75 8.25]
+xshow
+grestore
+% 331E->332E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 44173 825 moveto
+44160 772 44122 617 44109 563 curveto
+stroke
+grestore
+% 74
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 26743 1125 moveto
+26685 1145 lineto
+26569 1145 lineto
+26511 1125 lineto
+26569 1105 lineto
+26685 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 26743 1125 moveto
+26685 1145 lineto
+26569 1145 lineto
+26511 1125 lineto
+26569 1105 lineto
+26685 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+26539.6 1120.65 moveto
+(a9497e0757b0969bde707ed5)
+[6.75 7.5 8.25 7.5 7.5 6.75 7.5 7.5 6.75 7.5 6.75 7.5 7.5 7.5 7.5 6.75 7.5 6.75 7.5 7.5 7.5 6.75 7.5 6.75]
+xshow
+grestore
+% 333E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 27052.8 861 moveto
+26967.2 861 lineto
+26967.2 825 lineto
+27052.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 27052.8 861 moveto
+26967.2 861 lineto
+26967.2 825 lineto
+27052.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+26974.8 838.65 moveto
+(541ab86a2e)
+[6.75 8.25 6.75 6.75 6.75 7.5 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 74->333E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 26637 1105 moveto
+26655 1073 26692 1012 26737 974 curveto
+26755 959 26889 897 26962 864 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+26965.3 862.576 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+26965.3 862.576 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+26737.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 334E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 26842.9 563 moveto
+26767.1 563 lineto
+26767.1 527 lineto
+26842.9 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 26842.9 563 moveto
+26767.1 563 lineto
+26767.1 527 lineto
+26842.9 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+26774.6 540.65 moveto
+(9dd5bf47f)
+[7.5 7.5 7.5 6.75 6.75 4.5 8.25 7.5 4.5]
+xshow
+grestore
+% 333E->334E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 27002 825 moveto
+26988 793 26956 727 26921 676 curveto
+26891 633 26848 588 26824 563 curveto
+stroke
+grestore
+% 75
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 31407.1 1125 moveto
+31351 1145 lineto
+31239 1145 lineto
+31182.9 1125 lineto
+31239 1105 lineto
+31351 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 31407.1 1125 moveto
+31351 1145 lineto
+31239 1145 lineto
+31182.9 1125 lineto
+31239 1105 lineto
+31351 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+31211 1120.65 moveto
+(230cc6bbc66b24eae94fa03d)
+[6.75 6.75 7.5 6.75 6.75 7.5 6.75 6.75 6.75 7.5 7.5 6.75 6.75 8.25 6.75 6.75 6.75 7.5 8.25 4.5 6.75 7.5 6.75 7.5]
+xshow
+grestore
+% 335E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 31168 861 moveto
+31114 861 lineto
+31114 825 lineto
+31168 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 31168 861 moveto
+31114 861 lineto
+31114 825 lineto
+31168 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+31126.8 838.65 moveto
+(335E)
+[6.75 6.75 6.75 8.25]
+xshow
+grestore
+% 75->335E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 31284 1105 moveto
+31256 1054 31185 924 31155 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+31153 864.473 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+31153 864.473 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+31219.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 336E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 31065 563 moveto
+31011 563 lineto
+31011 527 lineto
+31065 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 31065 563 moveto
+31011 563 lineto
+31011 527 lineto
+31065 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+31023.4 540.65 moveto
+(336E)
+[6.75 6.75 7.5 8.25]
+xshow
+grestore
+% 335E->336E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 31135 825 moveto
+31116 772 31063 617 31044 563 curveto
+stroke
+grestore
+% 76
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 50123 1125 moveto
+50073 1145 lineto
+49973 1145 lineto
+49923 1125 lineto
+49973 1105 lineto
+50073 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 50123 1125 moveto
+50073 1145 lineto
+49973 1145 lineto
+49923 1125 lineto
+49973 1105 lineto
+50073 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+49949.5 1120.65 moveto
+(1d163eac141def176461c)
+[6.75 7.5 6.75 7.5 6.75 6.75 6.75 6.75 6.75 8.25 6.75 7.5 6.75 4.5 6.75 7.5 7.5 8.25 7.5 6.75 6.75]
+xshow
+grestore
+% 337E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 50110.1 861 moveto
+50017.9 861 lineto
+50017.9 825 lineto
+50110.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 50110.1 861 moveto
+50017.9 861 lineto
+50017.9 825 lineto
+50110.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+50025.4 838.65 moveto
+(0acc5bb8ca4)
+[7.5 6.75 6.75 6.75 6.75 6.75 6.75 7.5 6.75 6.75 8.25]
+xshow
+grestore
+% 76->337E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 50026 1105 moveto
+50033 1055 50052 925 50060 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+50060.5 864.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+50060.5 864.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+50042.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 338E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 50281.2 563 moveto
+50188.8 563 lineto
+50188.8 527 lineto
+50281.2 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 50281.2 563 moveto
+50188.8 563 lineto
+50188.8 527 lineto
+50281.2 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+50196.8 540.65 moveto
+(24dfe1a997a)
+[6.75 8.25 7.5 4.5 6.75 6.75 6.75 7.5 7.5 7.5 6.75]
+xshow
+grestore
+% 337E->338E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 50074 825 moveto
+50105 772 50194 617 50225 563 curveto
+stroke
+grestore
+% 77
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 43383 1125 moveto
+43354 1145 lineto
+43296 1145 lineto
+43267 1125 lineto
+43296 1105 lineto
+43354 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 43383 1125 moveto
+43354 1145 lineto
+43296 1145 lineto
+43267 1125 lineto
+43296 1105 lineto
+43354 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+43287.9 1120.65 moveto
+(32979f8cf86)
+[6.75 6.75 7.5 7.5 7.5 4.5 7.5 6.75 4.5 7.5 7.5]
+xshow
+grestore
+% 339E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 43361.9 861 moveto
+43288.1 861 lineto
+43288.1 825 lineto
+43361.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 43361.9 861 moveto
+43288.1 861 lineto
+43288.1 825 lineto
+43361.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+43296.1 838.65 moveto
+(a7e89580)
+[6.75 7.5 6.75 7.5 7.5 6.75 7.5 7.5]
+xshow
+grestore
+% 77->339E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 43325 1105 moveto
+43325 1055 43325 925 43325 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+43325 865 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+43325 865 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+43325.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 340E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 43307 563 moveto
+43253 563 lineto
+43253 527 lineto
+43307 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 43307 563 moveto
+43253 563 lineto
+43253 527 lineto
+43307 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+43264.6 540.65 moveto
+(340E)
+[6.75 8.25 7.5 8.25]
+xshow
+grestore
+% 339E->340E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 43322 825 moveto
+43314 772 43291 617 43283 563 curveto
+stroke
+grestore
+% 78
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 22121.8 1685 moveto
+22059.9 1705 lineto
+21936.1 1705 lineto
+21874.2 1685 lineto
+21936.1 1665 lineto
+22059.9 1665 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 22121.8 1685 moveto
+22059.9 1705 lineto
+21936.1 1705 lineto
+21874.2 1685 lineto
+21936.1 1665 lineto
+22059.9 1665 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+21903.9 1680.65 moveto
+(37d80ae421dba4a70730338860)
+[6.75 7.5 7.5 7.5 7.5 6.75 6.75 8.25 6.75 6.75 7.5 6.75 6.75 8.25 6.75 7.5 7.5 7.5 6.75 7.5 6.75 6.75 7.5 7.5 7.5 7.5]
+xshow
+grestore
+% 341E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 22058 1425 moveto
+22004 1425 lineto
+22004 1389 lineto
+22058 1389 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 22058 1425 moveto
+22004 1425 lineto
+22004 1389 lineto
+22058 1389 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+22016 1402.65 moveto
+(341E)
+[6.75 8.25 6.75 8.25]
+xshow
+grestore
+% 78->341E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 22000 1665 moveto
+22006 1615 22021 1489 22028 1433 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+22028.5 1428.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+22028.5 1428.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+22015.1 1541.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 342E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 22081 1143 moveto
+22027 1143 lineto
+22027 1107 lineto
+22081 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 22081 1143 moveto
+22027 1143 lineto
+22027 1107 lineto
+22081 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+22039 1120.65 moveto
+(342E)
+[6.75 8.25 6.75 8.25]
+xshow
+grestore
+% 341E->342E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 22032 1389 moveto
+22037 1338 22048 1194 22053 1143 curveto
+stroke
+grestore
+% 79
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 34565.1 1125 moveto
+34514 1145 lineto
+34412 1145 lineto
+34360.9 1125 lineto
+34412 1105 lineto
+34514 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 34565.1 1125 moveto
+34514 1145 lineto
+34412 1145 lineto
+34360.9 1125 lineto
+34412 1105 lineto
+34514 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+34387.2 1120.65 moveto
+(fbba7215e7c13173a60206)
+[4.5 6.75 6.75 6.75 7.5 6.75 6.75 6.75 6.75 7.5 6.75 6.75 6.75 6.75 7.5 6.75 6.75 7.5 7.5 6.75 7.5 7.5]
+xshow
+grestore
+% 343E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 34878.9 861 moveto
+34785.1 861 lineto
+34785.1 825 lineto
+34878.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 34878.9 861 moveto
+34785.1 861 lineto
+34785.1 825 lineto
+34878.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+34792.6 838.65 moveto
+(617809d979f)
+[7.5 6.75 7.5 7.5 7.5 7.5 7.5 7.5 7.5 7.5 4.5]
+xshow
+grestore
+% 79->343E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 34489 1105 moveto
+34556 1055 34731 921 34801 866 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+34804.7 863.325 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+34804.7 863.325 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+34660.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 344E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 35036.8 563 moveto
+34981.2 563 lineto
+34981.2 527 lineto
+35036.8 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 35036.8 563 moveto
+34981.2 563 lineto
+34981.2 527 lineto
+35036.8 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+34988.8 540.65 moveto
+(f55670)
+[4.5 6.75 6.75 7.5 7.5 7.5]
+xshow
+grestore
+% 343E->344E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 34843 825 moveto
+34874 772 34966 617 34998 563 curveto
+stroke
+grestore
+% 80
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 35113 1125 moveto
+35060 1145 lineto
+34954 1145 lineto
+34901 1125 lineto
+34954 1105 lineto
+35060 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 35113 1125 moveto
+35060 1145 lineto
+34954 1145 lineto
+34901 1125 lineto
+34954 1105 lineto
+35060 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+34927.9 1120.65 moveto
+(2dd8cc4d693415f93c0f8fc)
+[6.75 7.5 7.5 7.5 6.75 6.75 8.25 7.5 7.5 7.5 6.75 8.25 6.75 6.75 4.5 7.5 6.75 6.75 7.5 4.5 7.5 4.5 6.75]
+xshow
+grestore
+% 345E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 35260.1 861 moveto
+35157.9 861 lineto
+35157.9 825 lineto
+35260.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 35260.1 861 moveto
+35157.9 861 lineto
+35157.9 825 lineto
+35260.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+35165.9 838.65 moveto
+(94da691e20e3)
+[7.5 8.25 7.5 6.75 7.5 7.5 6.75 6.75 6.75 7.5 6.75 6.75]
+xshow
+grestore
+% 80->345E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 35022 1105 moveto
+35057 1054 35152 923 35191 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+35193.7 864.255 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+35193.7 864.255 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+35115.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 346E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 35350.2 563 moveto
+35275.8 563 lineto
+35275.8 527 lineto
+35350.2 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 35350.2 563 moveto
+35275.8 563 lineto
+35275.8 527 lineto
+35350.2 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+35283.8 540.65 moveto
+(1ed67841)
+[6.75 6.75 7.5 7.5 7.5 7.5 8.25 6.75]
+xshow
+grestore
+% 345E->346E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 35215 825 moveto
+35234 772 35288 617 35307 563 curveto
+stroke
+grestore
+% 81
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 34083.1 1125 moveto
+34025.6 1145 lineto
+33910.4 1145 lineto
+33852.9 1125 lineto
+33910.4 1105 lineto
+34025.6 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 34083.1 1125 moveto
+34025.6 1145 lineto
+33910.4 1145 lineto
+33852.9 1125 lineto
+33910.4 1105 lineto
+34025.6 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+33881.4 1120.65 moveto
+(00880e6f50c765ebc1f85d3e9)
+[7.5 7.5 7.5 7.5 7.5 6.75 7.5 4.5 6.75 7.5 6.75 7.5 7.5 6.75 6.75 6.75 6.75 6.75 4.5 7.5 6.75 7.5 6.75 6.75 7.5]
+xshow
+grestore
+% 347E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 34197 861 moveto
+34133 861 lineto
+34133 825 lineto
+34197 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 34197 861 moveto
+34133 861 lineto
+34133 825 lineto
+34197 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+34141 838.65 moveto
+(e7ef998)
+[6.75 7.5 6.75 4.5 7.5 7.5 7.5]
+xshow
+grestore
+% 81->347E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 33982 1105 moveto
+34017 1054 34109 923 34147 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+34149.7 864.255 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+34149.7 864.255 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+34073.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 348E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 34716 563 moveto
+34662 563 lineto
+34662 527 lineto
+34716 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 34716 563 moveto
+34662 563 lineto
+34662 527 lineto
+34716 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+34671 540.65 moveto
+(07283)
+[7.5 7.5 6.75 7.5 6.75]
+xshow
+grestore
+% 347E->348E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 34195 825 moveto
+34246 794 34354 728 34447 676 curveto
+34525 632 34617 583 34662 559 curveto
+stroke
+grestore
+% 82
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 5536.99 1125 moveto
+5482.5 1145 lineto
+5373.5 1145 lineto
+5319.01 1125 lineto
+5373.5 1105 lineto
+5482.5 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 5536.99 1125 moveto
+5482.5 1145 lineto
+5373.5 1145 lineto
+5319.01 1125 lineto
+5373.5 1105 lineto
+5482.5 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+5346.25 1120.65 moveto
+(ef13d45b1277ac9a0444adb)
+[6.75 4.5 6.75 6.75 7.5 8.25 6.75 6.75 6.75 6.75 7.5 7.5 6.75 6.75 7.5 6.75 7.5 8.25 8.25 8.25 6.75 7.5 6.75]
+xshow
+grestore
+% 349E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 5183 861 moveto
+5129 861 lineto
+5129 825 lineto
+5183 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 5183 861 moveto
+5129 861 lineto
+5129 825 lineto
+5183 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+5139.5 838.65 moveto
+(a7fe7)
+[6.75 7.5 4.5 6.75 7.5]
+xshow
+grestore
+% 82->349E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 5408 1105 moveto
+5360 1054 5232 922 5180 867 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+5176.83 863.828 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+5176.83 863.828 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+5292.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 350E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 5496.88 563 moveto
+5391.12 563 lineto
+5391.12 527 lineto
+5496.88 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 5496.88 563 moveto
+5391.12 563 lineto
+5391.12 527 lineto
+5496.88 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+5398.62 540.65 moveto
+(e3a76d31ca59a)
+[6.75 6.75 6.75 7.5 7.5 7.5 6.75 6.75 6.75 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 349E->350E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 5174 825 moveto
+5225 772 5375 617 5426 563 curveto
+stroke
+grestore
+% 83
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 11298.9 1407 moveto
+11250.5 1427 lineto
+11153.5 1427 lineto
+11105.1 1407 lineto
+11153.5 1387 lineto
+11250.5 1387 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 11298.9 1407 moveto
+11250.5 1427 lineto
+11153.5 1427 lineto
+11105.1 1407 lineto
+11153.5 1387 lineto
+11250.5 1387 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+11131.1 1402.65 moveto
+(2573e1bf51f1b307f4640)
+[6.75 6.75 7.5 6.75 6.75 6.75 6.75 4.5 6.75 6.75 4.5 6.75 6.75 6.75 7.5 7.5 4.5 8.25 7.5 8.25 7.5]
+xshow
+grestore
+% 351E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 11098.1 1143 moveto
+10993.9 1143 lineto
+10993.9 1107 lineto
+11098.1 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 11098.1 1143 moveto
+10993.9 1143 lineto
+10993.9 1107 lineto
+11098.1 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+11001.4 1120.65 moveto
+(84e4ede82074)
+[7.5 8.25 6.75 8.25 6.75 7.5 6.75 7.5 6.75 7.5 7.5 8.25]
+xshow
+grestore
+% 83->351E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 11191 1387 moveto
+11163 1336 11091 1206 11060 1150 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+11058 1146.47 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+11058 1146.47 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+11130.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 352E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 11097 861 moveto
+11019 861 lineto
+11019 825 lineto
+11097 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 11097 861 moveto
+11019 861 lineto
+11019 825 lineto
+11097 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+11026.5 838.65 moveto
+(64ef1d545)
+[7.5 8.25 6.75 4.5 6.75 7.5 6.75 8.25 6.75]
+xshow
+grestore
+% 351E->352E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 11047 1107 moveto
+11049 1056 11055 912 11057 861 curveto
+stroke
+grestore
+% 84
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 22280.1 1685 moveto
+22245 1705 lineto
+22175 1705 lineto
+22139.9 1685 lineto
+22175 1665 lineto
+22245 1665 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 22280.1 1685 moveto
+22245 1705 lineto
+22175 1705 lineto
+22139.9 1685 lineto
+22175 1665 lineto
+22245 1665 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+22162.4 1680.65 moveto
+(162d8039483d8)
+[6.75 7.5 6.75 7.5 7.5 7.5 6.75 7.5 8.25 7.5 6.75 7.5 7.5]
+xshow
+grestore
+% 353E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 22216 1425 moveto
+22162 1425 lineto
+22162 1389 lineto
+22216 1389 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 22216 1425 moveto
+22162 1425 lineto
+22162 1389 lineto
+22216 1389 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+22174.8 1402.65 moveto
+(a8e9)
+[6.75 7.5 6.75 7.5]
+xshow
+grestore
+% 84->353E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 22208 1665 moveto
+22205 1615 22195 1489 22191 1433 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+22190.5 1428.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+22190.5 1428.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+22201.1 1541.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 354E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 22153 1143 moveto
+22099 1143 lineto
+22099 1107 lineto
+22153 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 22153 1143 moveto
+22099 1143 lineto
+22099 1107 lineto
+22153 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+22111 1120.65 moveto
+(354E)
+[6.75 6.75 8.25 8.25]
+xshow
+grestore
+% 353E->354E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 22185 1389 moveto
+22174 1338 22141 1194 22130 1143 curveto
+stroke
+grestore
+% 85
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 25561.2 1125 moveto
+25507.1 1145 lineto
+25398.9 1145 lineto
+25344.8 1125 lineto
+25398.9 1105 lineto
+25507.1 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 25561.2 1125 moveto
+25507.1 1145 lineto
+25398.9 1145 lineto
+25344.8 1125 lineto
+25398.9 1105 lineto
+25507.1 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+25372.4 1120.65 moveto
+(f490de272a7f6e4af346d40)
+[4.5 8.25 7.5 7.5 7.5 6.75 6.75 7.5 6.75 6.75 7.5 4.5 7.5 6.75 8.25 6.75 4.5 6.75 8.25 7.5 7.5 8.25 7.5]
+xshow
+grestore
+% 355E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 36649.8 861 moveto
+36554.2 861 lineto
+36554.2 825 lineto
+36649.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 36649.8 861 moveto
+36554.2 861 lineto
+36554.2 825 lineto
+36649.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+36562.2 838.65 moveto
+(460aed10cc9)
+[8.25 7.5 7.5 6.75 6.75 7.5 6.75 7.5 6.75 6.75 7.5]
+xshow
+grestore
+% 85->355E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 25515 1108 moveto
+25533 1104 25552 1100 25570 1098 curveto
+26522 983 33239 1024 34197 990 curveto
+34317 985 34347 980 34466 974 curveto
+34928 948 36094 965 36545 866 curveto
+36548 865 36551 865 36554 864 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+36558.3 862.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+36558.3 862.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+34466.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 788E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 15962.8 861 moveto
+15877.2 861 lineto
+15877.2 825 lineto
+15962.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 15962.8 861 moveto
+15877.2 861 lineto
+15877.2 825 lineto
+15962.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+15884.8 838.65 moveto
+(391256c872)
+[6.75 7.5 6.75 6.75 6.75 7.5 6.75 7.5 7.5 6.75]
+xshow
+grestore
+% 85->788E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 25391 1108 moveto
+25373 1104 25354 1100 25336 1098 curveto
+24908 1042 21883 985 21451 974 curveto
+20843 958 16567 997 15972 866 curveto
+15969 866 15967 865 15964 864 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+15960.7 862.576 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+15960.7 862.576 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+22224.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 788E->787E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 15894 825 moveto
+15819 771 15600 616 15525 563 curveto
+stroke
+grestore
+% 86
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 24953.2 1685 moveto
+24902.6 1705 lineto
+24801.4 1705 lineto
+24750.8 1685 lineto
+24801.4 1665 lineto
+24902.6 1665 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 24953.2 1685 moveto
+24902.6 1705 lineto
+24801.4 1705 lineto
+24750.8 1685 lineto
+24801.4 1665 lineto
+24902.6 1665 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+24777 1680.65 moveto
+(678bf739c344b9ad41da1)
+[7.5 7.5 7.5 6.75 4.5 7.5 6.75 7.5 6.75 6.75 8.25 8.25 6.75 7.5 6.75 7.5 8.25 6.75 7.5 6.75 6.75]
+xshow
+grestore
+% 357E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 24900.8 1425 moveto
+24803.2 1425 lineto
+24803.2 1389 lineto
+24900.8 1389 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 24900.8 1425 moveto
+24803.2 1425 lineto
+24803.2 1389 lineto
+24900.8 1389 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+24810.8 1402.65 moveto
+(396b16a892fe)
+[6.75 7.5 7.5 6.75 6.75 7.5 6.75 7.5 7.5 6.75 4.5 6.75]
+xshow
+grestore
+% 86->357E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 24852 1665 moveto
+24852 1615 24852 1489 24852 1433 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+24852 1429 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+24852 1429 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+24852.1 1541.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 358E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 24879 1143 moveto
+24825 1143 lineto
+24825 1107 lineto
+24879 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 24879 1143 moveto
+24825 1143 lineto
+24825 1107 lineto
+24879 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+24837.4 1120.65 moveto
+(358E)
+[6.75 6.75 7.5 8.25]
+xshow
+grestore
+% 357E->358E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 24852 1389 moveto
+24852 1338 24852 1194 24852 1143 curveto
+stroke
+grestore
+% 87
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 24697 1125 moveto
+24652 1145 lineto
+24562 1145 lineto
+24517 1125 lineto
+24562 1105 lineto
+24652 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 24697 1125 moveto
+24652 1145 lineto
+24562 1145 lineto
+24517 1125 lineto
+24562 1105 lineto
+24652 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+24542.1 1120.65 moveto
+(876d120b38b0e88817)
+[7.5 7.5 7.5 7.5 6.75 6.75 7.5 6.75 6.75 7.5 6.75 7.5 6.75 7.5 7.5 7.5 6.75 7.5]
+xshow
+grestore
+% 359E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 26065 861 moveto
+26011 861 lineto
+26011 825 lineto
+26065 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 26065 861 moveto
+26011 861 lineto
+26011 825 lineto
+26065 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+26031.2 838.65 moveto
+(e5)
+[6.75 6.75]
+xshow
+grestore
+% 87->359E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 24623 1105 moveto
+24650 1071 24711 1003 24779 974 curveto
+25281 759 25486 1041 26002 866 curveto
+26003 866 26004 865 26005 865 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+26008.5 862.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+26008.5 862.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+24779.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 360E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 26115 563 moveto
+26061 563 lineto
+26061 527 lineto
+26115 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 26115 563 moveto
+26061 563 lineto
+26061 527 lineto
+26115 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+26073 540.65 moveto
+(360E)
+[6.75 7.5 7.5 8.25]
+xshow
+grestore
+% 359E->360E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 26041 825 moveto
+26050 772 26076 617 26085 563 curveto
+stroke
+grestore
+% 88
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 13715.2 1685 moveto
+13651.6 1705 lineto
+13524.4 1705 lineto
+13460.8 1685 lineto
+13524.4 1665 lineto
+13651.6 1665 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 13715.2 1685 moveto
+13651.6 1705 lineto
+13524.4 1705 lineto
+13460.8 1685 lineto
+13524.4 1665 lineto
+13651.6 1665 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+13490.9 1680.65 moveto
+(503737b64d432c60d6ac557e0e6)
+[6.75 7.5 6.75 7.5 6.75 7.5 6.75 7.5 8.25 7.5 8.25 6.75 6.75 6.75 7.5 7.5 7.5 7.5 6.75 6.75 6.75 6.75 7.5 6.75 7.5 6.75 7.5]
+xshow
+grestore
+% 361E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 13616.1 1425 moveto
+13513.9 1425 lineto
+13513.9 1389 lineto
+13616.1 1389 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 13616.1 1425 moveto
+13513.9 1425 lineto
+13513.9 1389 lineto
+13616.1 1389 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+13521.9 1402.65 moveto
+(9937ccba1469)
+[7.5 7.5 6.75 7.5 6.75 6.75 6.75 6.75 6.75 8.25 7.5 7.5]
+xshow
+grestore
+% 88->361E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 13586 1665 moveto
+13582 1615 13572 1489 13568 1433 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+13567.5 1428.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+13567.5 1428.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+13578.1 1541.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 362E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 13695.9 1143 moveto
+13560.1 1143 lineto
+13560.1 1107 lineto
+13695.9 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 13695.9 1143 moveto
+13560.1 1143 lineto
+13560.1 1107 lineto
+13695.9 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+13567.6 1120.65 moveto
+(7e74e1587f3a4d208)
+[7.5 6.75 7.5 8.25 6.75 6.75 6.75 7.5 7.5 4.5 6.75 6.75 8.25 7.5 6.75 7.5 7.5]
+xshow
+grestore
+% 361E->362E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 13569 1389 moveto
+13580 1338 13613 1194 13624 1143 curveto
+stroke
+grestore
+% 89
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 11683.8 1125 moveto
+11628.4 1145 lineto
+11517.6 1145 lineto
+11462.2 1125 lineto
+11517.6 1105 lineto
+11628.4 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 11683.8 1125 moveto
+11628.4 1145 lineto
+11517.6 1145 lineto
+11462.2 1125 lineto
+11517.6 1105 lineto
+11628.4 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+11490.1 1120.65 moveto
+(b36e0be6f67fc25286127456)
+[6.75 6.75 7.5 6.75 7.5 6.75 6.75 7.5 4.5 7.5 7.5 4.5 6.75 6.75 6.75 6.75 7.5 7.5 6.75 6.75 7.5 8.25 6.75 7.5]
+xshow
+grestore
+% 363E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 11568.9 861 moveto
+11459.1 861 lineto
+11459.1 825 lineto
+11568.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 11568.9 861 moveto
+11459.1 861 lineto
+11459.1 825 lineto
+11568.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+11467.1 838.65 moveto
+(87a7e69a72412)
+[7.5 7.5 6.75 7.5 6.75 7.5 7.5 6.75 7.5 6.75 8.25 6.75 6.75]
+xshow
+grestore
+% 89->363E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 11569 1105 moveto
+11559 1055 11531 925 11520 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+11519 864.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+11519 864.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+11544.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 364E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 11997.9 563 moveto
+11886.1 563 lineto
+11886.1 527 lineto
+11997.9 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 11997.9 563 moveto
+11886.1 563 lineto
+11886.1 527 lineto
+11997.9 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+11893.6 540.65 moveto
+(c8fc17180bea86)
+[6.75 7.5 4.5 6.75 6.75 7.5 6.75 7.5 7.5 6.75 6.75 6.75 7.5 7.5]
+xshow
+grestore
+% 363E->364E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 11540 825 moveto
+11617 771 11840 616 11916 563 curveto
+stroke
+grestore
+% 90
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 53266.8 1125 moveto
+53225.9 1145 lineto
+53144.1 1145 lineto
+53103.2 1125 lineto
+53144.1 1105 lineto
+53225.9 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 53266.8 1125 moveto
+53225.9 1145 lineto
+53144.1 1145 lineto
+53103.2 1125 lineto
+53144.1 1105 lineto
+53225.9 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+53127.2 1120.65 moveto
+(4cc20a0b7651e486)
+[8.25 6.75 6.75 6.75 7.5 6.75 7.5 6.75 7.5 7.5 6.75 6.75 6.75 8.25 7.5 7.5]
+xshow
+grestore
+% 365E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 53171.1 861 moveto
+53104.9 861 lineto
+53104.9 825 lineto
+53171.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 53171.1 861 moveto
+53104.9 861 lineto
+53104.9 825 lineto
+53171.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+53112.9 838.65 moveto
+(e079d2c)
+[6.75 7.5 7.5 7.5 7.5 6.75 6.75]
+xshow
+grestore
+% 90->365E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 53182 1105 moveto
+53173 1055 53151 925 53142 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+53141.5 864.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+53141.5 864.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+53160.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 366E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 52965 563 moveto
+52905 563 lineto
+52905 527 lineto
+52965 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 52965 563 moveto
+52905 563 lineto
+52905 527 lineto
+52965 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+52912.5 540.65 moveto
+(7e494b)
+[7.5 6.75 8.25 7.5 8.25 6.75]
+xshow
+grestore
+% 365E->366E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 53126 825 moveto
+53090 772 52984 617 52948 563 curveto
+stroke
+grestore
+% 91
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 50287.1 1125 moveto
+50250.6 1145 lineto
+50177.4 1145 lineto
+50140.9 1125 lineto
+50177.4 1105 lineto
+50250.6 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 50287.1 1125 moveto
+50250.6 1145 lineto
+50177.4 1145 lineto
+50140.9 1125 lineto
+50177.4 1105 lineto
+50250.6 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+50163.8 1120.65 moveto
+(08dade990b2282)
+[7.5 7.5 7.5 6.75 7.5 6.75 7.5 7.5 7.5 6.75 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 367E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 50350.8 861 moveto
+50261.2 861 lineto
+50261.2 825 lineto
+50350.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 50350.8 861 moveto
+50261.2 861 lineto
+50261.2 825 lineto
+50350.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+50269.2 838.65 moveto
+(45827dbdd8)
+[8.25 6.75 7.5 6.75 7.5 7.5 6.75 7.5 7.5 7.5]
+xshow
+grestore
+% 91->367E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 50221 1105 moveto
+50237 1054 50280 925 50298 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+50299 864.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+50299 864.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+50260.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 368E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 50502 563 moveto
+50448 563 lineto
+50448 527 lineto
+50502 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 50502 563 moveto
+50448 563 lineto
+50448 527 lineto
+50502 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+50461.1 540.65 moveto
+(65a1)
+[7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 367E->368E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 50316 825 moveto
+50346 772 50434 617 50465 563 curveto
+stroke
+grestore
+% 92
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 22490.1 1685 moveto
+22442 1705 lineto
+22346 1705 lineto
+22297.9 1685 lineto
+22346 1665 lineto
+22442 1665 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 22490.1 1685 moveto
+22442 1705 lineto
+22346 1705 lineto
+22297.9 1685 lineto
+22346 1665 lineto
+22442 1665 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+22323.9 1680.65 moveto
+(f8128d574c356631b8a9)
+[4.5 7.5 6.75 6.75 7.5 7.5 6.75 7.5 8.25 6.75 6.75 6.75 7.5 7.5 6.75 6.75 6.75 7.5 6.75 7.5]
+xshow
+grestore
+% 369E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 22309 1425 moveto
+22255 1425 lineto
+22255 1389 lineto
+22309 1389 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 22309 1425 moveto
+22255 1425 lineto
+22255 1389 lineto
+22309 1389 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+22267 1402.65 moveto
+(369E)
+[6.75 7.5 7.5 8.25]
+xshow
+grestore
+% 92->369E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 22386 1665 moveto
+22366 1614 22314 1488 22292 1433 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+22290.4 1428.75 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+22290.4 1428.75 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+22343.1 1541.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 370E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 22425 1143 moveto
+22371 1143 lineto
+22371 1107 lineto
+22425 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 22425 1143 moveto
+22371 1143 lineto
+22371 1107 lineto
+22425 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+22383 1120.65 moveto
+(370E)
+[6.75 7.5 7.5 8.25]
+xshow
+grestore
+% 369E->370E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 22289 1389 moveto
+22310 1338 22369 1194 22390 1143 curveto
+stroke
+grestore
+% 93
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 11764.1 1685 moveto
+11713.1 1705 lineto
+11610.9 1705 lineto
+11559.9 1685 lineto
+11610.9 1665 lineto
+11713.1 1665 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 11764.1 1685 moveto
+11713.1 1705 lineto
+11610.9 1705 lineto
+11559.9 1685 lineto
+11610.9 1665 lineto
+11713.1 1665 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+11586.6 1680.65 moveto
+(88a4f0337c2189c3fc7b31)
+[7.5 7.5 6.75 8.25 4.5 7.5 6.75 6.75 7.5 6.75 6.75 6.75 7.5 7.5 6.75 6.75 4.5 6.75 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 729E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 11726.9 1425 moveto
+11635.1 1425 lineto
+11635.1 1389 lineto
+11726.9 1389 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 11726.9 1425 moveto
+11635.1 1425 lineto
+11635.1 1389 lineto
+11726.9 1389 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+11643.1 1402.65 moveto
+(da0d7bbcf30)
+[7.5 6.75 7.5 7.5 7.5 6.75 6.75 6.75 4.5 6.75 7.5]
+xshow
+grestore
+% 93->729E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 11663 1665 moveto
+11667 1615 11675 1489 11679 1433 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+11679.5 1428.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+11679.5 1428.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+11672.1 1541.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 730E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 11804 1143 moveto
+11702 1143 lineto
+11702 1107 lineto
+11804 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 11804 1143 moveto
+11702 1143 lineto
+11702 1107 lineto
+11804 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+11709.5 1120.65 moveto
+(65694ca6d575)
+[7.5 6.75 7.5 7.5 8.25 6.75 6.75 7.5 7.5 6.75 7.5 6.75]
+xshow
+grestore
+% 729E->730E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 11686 1389 moveto
+11699 1338 11735 1194 11748 1143 curveto
+stroke
+grestore
+% 94
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 13442.9 1685 moveto
+13377 1705 lineto
+13245 1705 lineto
+13179.1 1685 lineto
+13245 1665 lineto
+13377 1665 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 13442.9 1685 moveto
+13377 1705 lineto
+13245 1705 lineto
+13179.1 1685 lineto
+13245 1665 lineto
+13377 1665 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+13209.4 1680.65 moveto
+(1b13908a9f0763c0ae54af9062080)
+[6.75 6.75 6.75 6.75 7.5 7.5 7.5 6.75 7.5 4.5 7.5 7.5 7.5 6.75 6.75 7.5 6.75 6.75 6.75 8.25 6.75 4.5 7.5 7.5 7.5 6.75 7.5 7.5 7.5]
+xshow
+grestore
+% 371E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 13393.9 1425 moveto
+13320.1 1425 lineto
+13320.1 1389 lineto
+13393.9 1389 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 13393.9 1425 moveto
+13320.1 1425 lineto
+13320.1 1389 lineto
+13393.9 1389 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+13328.1 1402.65 moveto
+(8b06a67a)
+[7.5 6.75 7.5 7.5 6.75 7.5 7.5 6.75]
+xshow
+grestore
+% 94->371E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 13314 1665 moveto
+13323 1615 13344 1488 13353 1433 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+13353.5 1428.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+13353.5 1428.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+13335.1 1541.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 372E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 13542 1143 moveto
+13400 1143 lineto
+13400 1107 lineto
+13542 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 13542 1143 moveto
+13400 1143 lineto
+13400 1107 lineto
+13542 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+13408 1120.65 moveto
+(ffd1b1af3b6864078f3)
+[4.5 4.5 7.5 6.75 6.75 6.75 6.75 4.5 6.75 6.75 7.5 7.5 7.5 8.25 7.5 7.5 7.5 4.5 6.75]
+xshow
+grestore
+% 371E->372E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 13364 1389 moveto
+13384 1338 13443 1194 13464 1143 curveto
+stroke
+grestore
+% 95
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 35898.9 1125 moveto
+35865 1145 lineto
+35797 1145 lineto
+35763.1 1125 lineto
+35797 1105 lineto
+35865 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 35898.9 1125 moveto
+35865 1145 lineto
+35797 1145 lineto
+35763.1 1125 lineto
+35797 1105 lineto
+35865 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+35785.2 1120.65 moveto
+(e2a5d11499b7e)
+[6.75 6.75 6.75 6.75 7.5 6 6.75 8.25 7.5 7.5 6.75 7.5 6.75]
+xshow
+grestore
+% 373E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 35925 861 moveto
+35831 861 lineto
+35831 825 lineto
+35925 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 35925 861 moveto
+35831 861 lineto
+35831 825 lineto
+35925 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+35839 838.65 moveto
+(66abc181ac4)
+[7.5 7.5 6.75 6.75 6.75 6.75 7.5 6.75 6.75 6.75 8.25]
+xshow
+grestore
+% 95->373E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 35834 1105 moveto
+35843 1055 35865 925 35874 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+35874.5 864.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+35874.5 864.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+35857.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 374E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 36372.8 563 moveto
+36287.2 563 lineto
+36287.2 527 lineto
+36372.8 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 36372.8 563 moveto
+36287.2 563 lineto
+36287.2 527 lineto
+36372.8 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+36294.8 540.65 moveto
+(73ba1714ee)
+[7.5 6.75 6.75 6.75 6.75 7.5 6.75 8.25 6.75 6.75]
+xshow
+grestore
+% 373E->374E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 35904 825 moveto
+35948 794 36042 729 36122 676 curveto
+36185 635 36260 588 36301 563 curveto
+stroke
+grestore
+% 96
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 31165.1 1125 moveto
+31114 1145 lineto
+31012 1145 lineto
+30960.9 1125 lineto
+31012 1105 lineto
+31114 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 31165.1 1125 moveto
+31114 1145 lineto
+31012 1145 lineto
+30960.9 1125 lineto
+31012 1105 lineto
+31114 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+30987.2 1120.65 moveto
+(90cc275011c2013c61eb11)
+[7.5 7.5 6.75 6.75 6.75 7.5 6.75 7.5 6 6.75 6.75 6.75 7.5 6.75 6.75 6.75 7.5 6.75 6.75 6.75 6 6.75]
+xshow
+grestore
+% 375E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 30974 861 moveto
+30920 861 lineto
+30920 825 lineto
+30974 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 30974 861 moveto
+30920 861 lineto
+30920 825 lineto
+30974 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+30932.4 838.65 moveto
+(375E)
+[6.75 7.5 6.75 8.25]
+xshow
+grestore
+% 96->375E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 31055 1105 moveto
+31034 1054 30980 925 30958 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+30956.4 864.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+30956.4 864.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+31005.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 376E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 30909 563 moveto
+30855 563 lineto
+30855 527 lineto
+30909 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 30909 563 moveto
+30855 563 lineto
+30855 527 lineto
+30909 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+30867 540.65 moveto
+(376E)
+[6.75 7.5 7.5 8.25]
+xshow
+grestore
+% 375E->376E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 30943 825 moveto
+30931 772 30898 617 30886 563 curveto
+stroke
+grestore
+% 98
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 44538.9 1125 moveto
+44493.4 1145 lineto
+44402.6 1145 lineto
+44357.1 1125 lineto
+44402.6 1105 lineto
+44493.4 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 44538.9 1125 moveto
+44493.4 1145 lineto
+44402.6 1145 lineto
+44357.1 1125 lineto
+44402.6 1105 lineto
+44493.4 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+44382.4 1120.65 moveto
+(1927c743a0d440a5a0)
+[6.75 7.5 6.75 7.5 6.75 7.5 8.25 6.75 6.75 7.5 7.5 8.25 8.25 7.5 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 377E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 44439 861 moveto
+44313 861 lineto
+44313 825 lineto
+44439 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 44439 861 moveto
+44313 861 lineto
+44313 825 lineto
+44439 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+44320.5 838.65 moveto
+(b12441ecff15fa12c)
+[6.75 6.75 6.75 8.25 8.25 6.75 6.75 6.75 4.5 4.5 6.75 6.75 4.5 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 98->377E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 44443 1105 moveto
+44430 1055 44396 925 44383 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+44382 864.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+44382 864.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+44412.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 378E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 44289.2 563 moveto
+44214.8 563 lineto
+44214.8 527 lineto
+44289.2 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 44289.2 563 moveto
+44214.8 563 lineto
+44214.8 527 lineto
+44289.2 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+44222.8 540.65 moveto
+(27709106)
+[6.75 7.5 7.5 7.5 7.5 6.75 7.5 7.5]
+xshow
+grestore
+% 377E->378E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 44368 825 moveto
+44347 772 44282 617 44260 563 curveto
+stroke
+grestore
+% 99
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 1665.14 1125 moveto
+1617.57 1145 lineto
+1522.43 1145 lineto
+1474.86 1125 lineto
+1522.43 1105 lineto
+1617.57 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 1665.14 1125 moveto
+1617.57 1145 lineto
+1522.43 1145 lineto
+1474.86 1125 lineto
+1522.43 1105 lineto
+1617.57 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+1500.25 1120.65 moveto
+(155d892827c33ed3cae3)
+[6.75 6.75 6.75 7.5 7.5 7.5 6.75 7.5 6.75 7.5 6.75 6.75 6.75 6.75 7.5 6.75 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 379E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 1729 861 moveto
+1675 861 lineto
+1675 825 lineto
+1729 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 1729 861 moveto
+1675 861 lineto
+1675 825 lineto
+1729 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+1684.38 838.65 moveto
+(71e6b)
+[7.5 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 99->379E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 1579 1105 moveto
+1603 1054 1664 924 1690 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+1691.42 864.677 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+1691.42 864.677 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+1641.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 380E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 1889 563 moveto
+1835 563 lineto
+1835 527 lineto
+1889 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 1889 563 moveto
+1835 563 lineto
+1835 527 lineto
+1889 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+1847 540.65 moveto
+(380E)
+[6.75 7.5 7.5 8.25]
+xshow
+grestore
+% 379E->380E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 1715 825 moveto
+1733 800 1765 754 1788 712 curveto
+1817 659 1843 594 1855 563 curveto
+stroke
+grestore
+% 100
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 22700 1685 moveto
+22652 1705 lineto
+22556 1705 lineto
+22508 1685 lineto
+22556 1665 lineto
+22652 1665 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 22700 1685 moveto
+22652 1705 lineto
+22556 1705 lineto
+22508 1685 lineto
+22556 1665 lineto
+22652 1665 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+22533.5 1680.65 moveto
+(9f24ba80192c339a64c0)
+[7.5 4.5 6.75 8.25 6.75 6.75 7.5 7.5 6.75 7.5 6.75 6.75 6.75 6.75 7.5 6.75 7.5 8.25 6.75 7.5]
+xshow
+grestore
+% 381E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 22651 1425 moveto
+22597 1425 lineto
+22597 1389 lineto
+22651 1389 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 22651 1425 moveto
+22597 1425 lineto
+22597 1389 lineto
+22651 1389 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+22609.4 1402.65 moveto
+(381E)
+[6.75 7.5 6.75 8.25]
+xshow
+grestore
+% 100->381E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 22605 1665 moveto
+22609 1615 22618 1489 22622 1433 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+22622.5 1428.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+22622.5 1428.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+22614.1 1541.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 382E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 22535 1143 moveto
+22481 1143 lineto
+22481 1107 lineto
+22535 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 22535 1143 moveto
+22481 1143 lineto
+22481 1107 lineto
+22535 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+22493.4 1120.65 moveto
+(382E)
+[6.75 7.5 6.75 8.25]
+xshow
+grestore
+% 381E->382E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 22617 1389 moveto
+22596 1338 22537 1194 22516 1143 curveto
+stroke
+grestore
+% 101
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 28347 1125 moveto
+28294 1145 lineto
+28188 1145 lineto
+28135 1125 lineto
+28188 1105 lineto
+28294 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 28347 1125 moveto
+28294 1145 lineto
+28188 1145 lineto
+28135 1125 lineto
+28188 1105 lineto
+28294 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+28162.2 1120.65 moveto
+(3e814305b42beb41b8c706)
+[6.75 6.75 7.5 6.75 8.25 6.75 7.5 6.75 6.75 8.25 6.75 6.75 6.75 6.75 8.25 6.75 6.75 7.5 6.75 7.5 7.5 7.5]
+xshow
+grestore
+% 383E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 28647.8 861 moveto
+28582.2 861 lineto
+28582.2 825 lineto
+28647.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 28647.8 861 moveto
+28582.2 861 lineto
+28582.2 825 lineto
+28647.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+28590.2 838.65 moveto
+(1c08373)
+[6.75 6.75 7.5 7.5 6.75 7.5 6.75]
+xshow
+grestore
+% 101->383E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 28255 1105 moveto
+28277 1074 28323 1013 28372 974 curveto
+28437 923 28524 881 28575 859 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+28578.3 857.576 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+28578.3 857.576 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+28372.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 384E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 28789 563 moveto
+28735 563 lineto
+28735 527 lineto
+28789 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 28789 563 moveto
+28735 563 lineto
+28735 527 lineto
+28789 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+28748.1 540.65 moveto
+(aeb8)
+[6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 383E->384E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 28624 825 moveto
+28650 772 28727 617 28753 563 curveto
+stroke
+grestore
+% 102
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 30716.9 1125 moveto
+30655.5 1145 lineto
+30532.5 1145 lineto
+30471.1 1125 lineto
+30532.5 1105 lineto
+30655.5 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 30716.9 1125 moveto
+30655.5 1145 lineto
+30532.5 1145 lineto
+30471.1 1125 lineto
+30532.5 1105 lineto
+30655.5 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+30500.6 1120.65 moveto
+(eccfe5ff0af70fe9fbec8b2360f90)
+[6.75 6.75 6.75 4.5 6.75 6.75 4.5 4.5 7.5 6.75 4.5 7.5 7.5 4.5 6.75 7.5 4.5 6.75 6.75 6.75 7.5 6.75 6.75 6.75 7.5 7.5 4.5 7.5 7.5]
+xshow
+grestore
+% 385E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 30497 861 moveto
+30421 861 lineto
+30421 825 lineto
+30497 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 30497 861 moveto
+30421 861 lineto
+30421 825 lineto
+30497 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+30429 838.65 moveto
+(be8f4199f)
+[6.75 6.75 7.5 4.5 8.25 6.75 7.5 7.5 4.5]
+xshow
+grestore
+% 102->385E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 30584 1105 moveto
+30560 1054 30498 924 30471 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+30469.6 864.677 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+30469.6 864.677 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+30527.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 386E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 30267 563 moveto
+30159 563 lineto
+30159 527 lineto
+30267 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 30267 563 moveto
+30159 563 lineto
+30159 527 lineto
+30267 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+30166.5 540.65 moveto
+(2e53009d4a375)
+[6.75 6.75 6.75 6.75 7.5 7.5 7.5 7.5 8.25 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 385E->386E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 30429 825 moveto
+30393 802 30332 760 30293 712 curveto
+30255 664 30230 595 30219 563 curveto
+stroke
+grestore
+% 103
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 20463.2 843 moveto
+20399.6 863.004 lineto
+20272.4 863.004 lineto
+20208.8 843 lineto
+20272.4 822.996 lineto
+20399.6 822.996 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 20463.2 843 moveto
+20399.6 863.004 lineto
+20272.4 863.004 lineto
+20208.8 843 lineto
+20272.4 822.996 lineto
+20399.6 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+20238.5 838.65 moveto
+(8fa622d9f842c5572a545ed72982)
+[7.5 4.5 6.75 7.5 6.75 6.75 7.5 7.5 4.5 7.5 8.25 6.75 6.75 6.75 6.75 7.5 6.75 6.75 6.75 8.25 6.75 6.75 7.5 7.5 6.75 7.5 7.5 6.75]
+xshow
+grestore
+% 387E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 20410 563 moveto
+20356 563 lineto
+20356 527 lineto
+20410 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 20410 563 moveto
+20356 563 lineto
+20356 527 lineto
+20410 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+20365 540.65 moveto
+(4dccb)
+[8.25 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 103->387E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 20339 823 moveto
+20348 771 20370 629 20379 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+20379.5 566.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+20379.5 566.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+20364.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 388E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 20281 290 moveto
+20227 290 lineto
+20227 254 lineto
+20281 254 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 20281 290 moveto
+20227 290 lineto
+20227 254 lineto
+20281 254 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+20240.5 267.65 moveto
+(3711)
+[6.75 7.5 6 6.75]
+xshow
+grestore
+% 387E->388E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 20374 527 moveto
+20350 477 20286 340 20263 290 curveto
+stroke
+grestore
+% 104
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 25326.9 1125 moveto
+25275.5 1145 lineto
+25172.5 1145 lineto
+25121.1 1125 lineto
+25172.5 1105 lineto
+25275.5 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 25326.9 1125 moveto
+25275.5 1145 lineto
+25172.5 1145 lineto
+25121.1 1125 lineto
+25172.5 1105 lineto
+25275.5 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+25147.5 1120.65 moveto
+(ad9142a65f5eab78b4ca5e)
+[6.75 7.5 7.5 6.75 8.25 6.75 6.75 7.5 6.75 4.5 6.75 6.75 6.75 6.75 7.5 7.5 6.75 8.25 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 389E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 26232.8 861 moveto
+26155.2 861 lineto
+26155.2 825 lineto
+26232.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 26232.8 861 moveto
+26155.2 861 lineto
+26155.2 825 lineto
+26232.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+26163.2 838.65 moveto
+(f36cce089)
+[4.5 6.75 7.5 6.75 6.75 6.75 7.5 7.5 7.5]
+xshow
+grestore
+% 104->389E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 25286 1109 moveto
+25466 1063 25983 928 26146 866 curveto
+26147 865 26149 865 26150 864 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+26154.3 862.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+26154.3 862.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+25787.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 390E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 26303.1 563 moveto
+26246.9 563 lineto
+26246.9 527 lineto
+26303.1 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 26303.1 563 moveto
+26246.9 563 lineto
+26246.9 527 lineto
+26303.1 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+26254.4 540.65 moveto
+(28533c)
+[6.75 7.5 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 389E->390E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 26199 825 moveto
+26214 772 26256 617 26270 563 curveto
+stroke
+grestore
+% 105
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 55614.2 1407 moveto
+55562.1 1427 lineto
+55457.9 1427 lineto
+55405.8 1407 lineto
+55457.9 1387 lineto
+55562.1 1387 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 55614.2 1407 moveto
+55562.1 1427 lineto
+55457.9 1427 lineto
+55405.8 1407 lineto
+55457.9 1387 lineto
+55562.1 1387 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+55432.4 1402.65 moveto
+(20f234fdcd0e1fc50261ce8)
+[6.75 7.5 4.5 6.75 6.75 8.25 4.5 7.5 6.75 7.5 7.5 6.75 6.75 4.5 6.75 6.75 7.5 6.75 7.5 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 391E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 55585.1 1143 moveto
+55434.9 1143 lineto
+55434.9 1107 lineto
+55585.1 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 55585.1 1143 moveto
+55434.9 1143 lineto
+55434.9 1107 lineto
+55585.1 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+55442.9 1120.65 moveto
+(67219ef689f0146b544)
+[7.5 7.5 6.75 6.75 7.5 6.75 4.5 7.5 7.5 7.5 4.5 7.5 6.75 8.25 7.5 6.75 6.75 8.25 8.25]
+xshow
+grestore
+% 105->391E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 55510 1387 moveto
+55510 1337 55510 1207 55510 1151 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+55510 1147 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+55510 1147 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+55509.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 392E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 55632.9 861 moveto
+55529.1 861 lineto
+55529.1 825 lineto
+55632.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 55632.9 861 moveto
+55529.1 861 lineto
+55529.1 825 lineto
+55632.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+55537.1 838.65 moveto
+(85a34bc9616ff)
+[7.5 6.75 6.75 6.75 8.25 6.75 6.75 7.5 7.5 6.75 7.5 4.5 4.5]
+xshow
+grestore
+% 391E->392E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 55515 1107 moveto
+55527 1056 55563 912 55576 861 curveto
+stroke
+grestore
+% 106
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 12286.1 1125 moveto
+12228.6 1145 lineto
+12113.4 1145 lineto
+12055.9 1125 lineto
+12113.4 1105 lineto
+12228.6 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 12286.1 1125 moveto
+12228.6 1145 lineto
+12113.4 1145 lineto
+12055.9 1125 lineto
+12113.4 1105 lineto
+12228.6 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+12084.4 1120.65 moveto
+(e06cc38155ff6781cf944d745)
+[6.75 7.5 7.5 6.75 6.75 6.75 7.5 6.75 6.75 6.75 4.5 4.5 7.5 7.5 7.5 6.75 6.75 4.5 7.5 8.25 8.25 7.5 7.5 8.25 6.75]
+xshow
+grestore
+% 393E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 11696.9 861 moveto
+11587.1 861 lineto
+11587.1 825 lineto
+11696.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 11696.9 861 moveto
+11587.1 861 lineto
+11587.1 825 lineto
+11696.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+11595.1 838.65 moveto
+(87a7e69a72412)
+[7.5 7.5 6.75 7.5 6.75 7.5 7.5 6.75 7.5 6.75 8.25 6.75 6.75]
+xshow
+grestore
+% 106->393E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 12133 1105 moveto
+12037 1054 11783 919 11683 865 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+11679.5 862.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+11679.5 862.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+11907.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 394E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 12140.2 563 moveto
+12015.8 563 lineto
+12015.8 527 lineto
+12140.2 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 12140.2 563 moveto
+12015.8 563 lineto
+12015.8 527 lineto
+12140.2 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+12023.2 540.65 moveto
+(09e64744536c5e1)
+[7.5 7.5 6.75 7.5 8.25 7.5 8.25 8.25 6.75 6.75 7.5 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 393E->394E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 11669 825 moveto
+11746 771 11974 616 12051 563 curveto
+stroke
+grestore
+% 107
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 59960 1407 moveto
+59915 1427 lineto
+59825 1427 lineto
+59780 1407 lineto
+59825 1387 lineto
+59915 1387 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 59960 1407 moveto
+59915 1427 lineto
+59825 1427 lineto
+59780 1407 lineto
+59825 1387 lineto
+59915 1387 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+59805.1 1402.65 moveto
+(cfdf1932665dcb4cd3c)
+[6.75 4.5 7.5 4.5 6.75 7.5 6.75 6.75 7.5 7.5 6.75 7.5 6.75 6.75 8.25 6.75 7.5 6.75 6.75]
+xshow
+grestore
+% 395E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 59926.8 1143 moveto
+59813.2 1143 lineto
+59813.2 1107 lineto
+59926.8 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 59926.8 1143 moveto
+59813.2 1143 lineto
+59813.2 1107 lineto
+59926.8 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+59821.2 1120.65 moveto
+(964b86fc1bba0e)
+[7.5 7.5 8.25 6.75 7.5 7.5 4.5 6.75 6.75 6.75 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 107->395E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 59870 1387 moveto
+59870 1337 59870 1207 59870 1151 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+59870 1147 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+59870 1147 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+59869.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 396E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 60093.1 861 moveto
+60012.9 861 lineto
+60012.9 825 lineto
+60093.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 60093.1 861 moveto
+60012.9 861 lineto
+60012.9 825 lineto
+60093.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+60020.4 838.65 moveto
+(8e24e9b4e)
+[7.5 6.75 6.75 8.25 6.75 7.5 6.75 8.25 6.75]
+xshow
+grestore
+% 395E->396E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 59882 1107 moveto
+59915 1056 60008 912 60041 861 curveto
+stroke
+grestore
+% 108
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 28613.2 1685 moveto
+28559.1 1705 lineto
+28450.9 1705 lineto
+28396.8 1685 lineto
+28450.9 1665 lineto
+28559.1 1665 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 28613.2 1685 moveto
+28559.1 1705 lineto
+28450.9 1705 lineto
+28396.8 1685 lineto
+28450.9 1665 lineto
+28559.1 1665 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+28424.4 1680.65 moveto
+(6d4a4a5a5af91b895272c30)
+[7.5 7.5 8.25 6.75 8.25 6.75 6.75 6.75 6.75 6.75 4.5 7.5 6.75 6.75 7.5 7.5 6.75 6.75 7.5 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 397E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 28549 1425 moveto
+28437 1425 lineto
+28437 1389 lineto
+28549 1389 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 28549 1425 moveto
+28437 1425 lineto
+28437 1389 lineto
+28549 1389 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+28445 1402.65 moveto
+(b5e86c73d1198f)
+[6.75 6.75 6.75 7.5 7.5 6.75 7.5 6.75 7.5 6 6.75 7.5 7.5 4.5]
+xshow
+grestore
+% 108->397E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 28504 1665 moveto
+28502 1615 28497 1489 28494 1433 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+28494 1429 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+28494 1429 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+28501.1 1541.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 398E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 28419 1143 moveto
+28365 1143 lineto
+28365 1107 lineto
+28419 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 28419 1143 moveto
+28365 1143 lineto
+28365 1107 lineto
+28419 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+28377 1120.65 moveto
+(398E)
+[6.75 7.5 7.5 8.25]
+xshow
+grestore
+% 397E->398E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 28487 1389 moveto
+28468 1338 28417 1194 28399 1143 curveto
+stroke
+grestore
+% 109
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 32330 1685 moveto
+32282 1705 lineto
+32186 1705 lineto
+32138 1685 lineto
+32186 1665 lineto
+32282 1665 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 32330 1685 moveto
+32282 1705 lineto
+32186 1705 lineto
+32138 1685 lineto
+32186 1665 lineto
+32282 1665 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+32163.5 1680.65 moveto
+(e0ad365c2fb444358201)
+[6.75 7.5 6.75 7.5 6.75 7.5 6.75 6.75 6.75 4.5 6.75 8.25 8.25 8.25 6.75 6.75 7.5 6.75 7.5 6.75]
+xshow
+grestore
+% 399E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 32281 1425 moveto
+32187 1425 lineto
+32187 1389 lineto
+32281 1389 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 32281 1425 moveto
+32187 1425 lineto
+32187 1389 lineto
+32281 1389 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+32195 1402.65 moveto
+(bb5e89c8963)
+[6.75 6.75 6.75 6.75 7.5 7.5 6.75 7.5 7.5 7.5 6.75]
+xshow
+grestore
+% 109->399E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 32234 1665 moveto
+32234 1615 32234 1489 32234 1433 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+32234 1429 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+32234 1429 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+32234.1 1541.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 400E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 32261 1143 moveto
+32207 1143 lineto
+32207 1107 lineto
+32261 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 32261 1143 moveto
+32207 1143 lineto
+32207 1107 lineto
+32261 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+32218.2 1120.65 moveto
+(400E)
+[8.25 7.5 7.5 8.25]
+xshow
+grestore
+% 399E->400E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 32234 1389 moveto
+32234 1338 32234 1194 32234 1143 curveto
+stroke
+grestore
+% 110
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 39196.9 1125 moveto
+39150 1145 lineto
+39056 1145 lineto
+39009.1 1125 lineto
+39056 1105 lineto
+39150 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 39196.9 1125 moveto
+39150 1145 lineto
+39056 1145 lineto
+39009.1 1125 lineto
+39056 1105 lineto
+39150 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+39034.8 1120.65 moveto
+(b07bbdc8cca5985d4c4)
+[6.75 7.5 7.5 6.75 6.75 7.5 6.75 7.5 6.75 6.75 6.75 6.75 7.5 7.5 6.75 7.5 8.25 6.75 8.25]
+xshow
+grestore
+% 401E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 39100.9 861 moveto
+39019.1 861 lineto
+39019.1 825 lineto
+39100.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 39100.9 861 moveto
+39019.1 861 lineto
+39019.1 825 lineto
+39100.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+39026.6 838.65 moveto
+(50023f6f88)
+[6.75 7.5 7.5 6.75 6.75 4.5 7.5 4.5 7.5 7.5]
+xshow
+grestore
+% 110->401E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 39100 1105 moveto
+39092 1055 39072 925 39064 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+39063.5 864.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+39063.5 864.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+39082.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 111
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 39833 1125 moveto
+39785 1145 lineto
+39689 1145 lineto
+39641 1125 lineto
+39689 1105 lineto
+39785 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 39833 1125 moveto
+39785 1145 lineto
+39689 1145 lineto
+39641 1125 lineto
+39689 1105 lineto
+39785 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+39666.5 1120.65 moveto
+(df5dba74c75b228de48c)
+[7.5 4.5 6.75 7.5 6.75 6.75 7.5 8.25 6.75 7.5 6.75 6.75 6.75 6.75 7.5 7.5 6.75 8.25 7.5 6.75]
+xshow
+grestore
+% 403E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 39745.9 861 moveto
+39642.1 861 lineto
+39642.1 825 lineto
+39745.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 39745.9 861 moveto
+39642.1 861 lineto
+39642.1 825 lineto
+39745.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+39650.1 838.65 moveto
+(7e493ee44b28)
+[7.5 6.75 8.25 7.5 6.75 6.75 6.75 8.25 8.25 6.75 6.75 7.5]
+xshow
+grestore
+% 111->403E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 39734 1105 moveto
+39726 1055 39706 925 39698 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+39697.5 864.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+39697.5 864.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+39716.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 112
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 40116.9 1125 moveto
+40068.5 1145 lineto
+39971.5 1145 lineto
+39923.1 1125 lineto
+39971.5 1105 lineto
+40068.5 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 40116.9 1125 moveto
+40068.5 1145 lineto
+39971.5 1145 lineto
+39923.1 1125 lineto
+39971.5 1105 lineto
+40068.5 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+39949.1 1120.65 moveto
+(0b8694c9ef9b27b9c3d8)
+[7.5 6.75 7.5 7.5 7.5 8.25 6.75 7.5 6.75 4.5 7.5 6.75 6.75 7.5 6.75 7.5 6.75 6.75 7.5 7.5]
+xshow
+grestore
+% 405E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 40042 861 moveto
+39948 861 lineto
+39948 825 lineto
+40042 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 40042 861 moveto
+39948 861 lineto
+39948 825 lineto
+40042 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+39956 838.65 moveto
+(2342b759c03)
+[6.75 6.75 8.25 6.75 6.75 7.5 6.75 7.5 6.75 7.5 6.75]
+xshow
+grestore
+% 112->405E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 40018 1105 moveto
+40013 1055 40002 925 39998 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+39997.5 864.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+39997.5 864.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+40008.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 113
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 37677 1125 moveto
+37625.5 1145 lineto
+37522.5 1145 lineto
+37471 1125 lineto
+37522.5 1105 lineto
+37625.5 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 37677 1125 moveto
+37625.5 1145 lineto
+37522.5 1145 lineto
+37471 1125 lineto
+37522.5 1105 lineto
+37625.5 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+37497.9 1120.65 moveto
+(81e20155999fa64e0ae6fd)
+[7.5 6.75 6.75 6.75 7.5 6.75 6.75 6.75 7.5 7.5 7.5 4.5 6.75 7.5 8.25 6.75 7.5 6.75 6.75 7.5 4.5 7.5]
+xshow
+grestore
+% 407E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 37586.1 861 moveto
+37471.9 861 lineto
+37471.9 825 lineto
+37586.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 37586.1 861 moveto
+37471.9 861 lineto
+37471.9 825 lineto
+37586.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+37479.9 838.65 moveto
+(4280833ef80172)
+[8.25 6.75 7.5 7.5 7.5 6.75 6.75 6.75 4.5 7.5 7.5 6.75 7.5 6.75]
+xshow
+grestore
+% 113->407E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 37571 1105 moveto
+37562 1055 37542 925 37533 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+37532.5 864.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+37532.5 864.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+37552.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 114
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 40879.1 1125 moveto
+40839.6 1145 lineto
+40760.4 1145 lineto
+40720.9 1125 lineto
+40760.4 1105 lineto
+40839.6 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 40879.1 1125 moveto
+40839.6 1145 lineto
+40760.4 1145 lineto
+40720.9 1125 lineto
+40760.4 1105 lineto
+40839.6 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+40744.1 1120.65 moveto
+(3ef07ae75d29a707)
+[6.75 6.75 4.5 7.5 7.5 6.75 6.75 7.5 6.75 7.5 6.75 7.5 6.75 7.5 7.5 7.5]
+xshow
+grestore
+% 409E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 40803.1 861 moveto
+40688.9 861 lineto
+40688.9 825 lineto
+40803.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 40803.1 861 moveto
+40688.9 861 lineto
+40688.9 825 lineto
+40803.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+40696.9 838.65 moveto
+(4280833ef80172)
+[8.25 6.75 7.5 7.5 7.5 6.75 6.75 6.75 4.5 7.5 7.5 6.75 7.5 6.75]
+xshow
+grestore
+% 114->409E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 40796 1105 moveto
+40786 1055 40762 925 40751 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+40750.5 864.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+40750.5 864.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+40774.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 115
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 38369.1 1125 moveto
+38329.6 1145 lineto
+38250.4 1145 lineto
+38210.9 1125 lineto
+38250.4 1105 lineto
+38329.6 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 38369.1 1125 moveto
+38329.6 1145 lineto
+38250.4 1145 lineto
+38210.9 1125 lineto
+38250.4 1105 lineto
+38329.6 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+38234.1 1120.65 moveto
+(4a36db80f1ab1e97)
+[8.25 6.75 6.75 7.5 7.5 6.75 7.5 7.5 4.5 6.75 6.75 6.75 6.75 6.75 7.5 7.5]
+xshow
+grestore
+% 411E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 38258.8 861 moveto
+38163.2 861 lineto
+38163.2 825 lineto
+38258.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 38258.8 861 moveto
+38163.2 861 lineto
+38163.2 825 lineto
+38258.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+38171.2 838.65 moveto
+(460aed10cc9)
+[8.25 7.5 7.5 6.75 6.75 7.5 6.75 7.5 6.75 6.75 7.5]
+xshow
+grestore
+% 115->411E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 38284 1105 moveto
+38270 1054 38234 925 38218 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+38217 864.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+38217 864.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+38251.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 116
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 38193.2 1125 moveto
+38147.6 1145 lineto
+38056.4 1145 lineto
+38010.8 1125 lineto
+38056.4 1105 lineto
+38147.6 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 38193.2 1125 moveto
+38147.6 1145 lineto
+38056.4 1145 lineto
+38010.8 1125 lineto
+38056.4 1105 lineto
+38147.6 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+38035.6 1120.65 moveto
+(16da5f1301b36df4df0f)
+[6.75 7.5 7.5 6.75 6.75 4.5 6.75 6.75 7.5 6.75 6.75 6.75 7.5 7.5 4.5 8.25 7.5 4.5 7.5 4.5]
+xshow
+grestore
+% 413E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 38107.8 861 moveto
+38012.2 861 lineto
+38012.2 825 lineto
+38107.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 38107.8 861 moveto
+38012.2 861 lineto
+38012.2 825 lineto
+38107.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+38020.2 838.65 moveto
+(460aed10cc9)
+[8.25 7.5 7.5 6.75 6.75 7.5 6.75 7.5 6.75 6.75 7.5]
+xshow
+grestore
+% 116->413E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 38099 1105 moveto
+38091 1055 38072 925 38064 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+38063.5 864.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+38063.5 864.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+38082.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 117
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 37380.9 1125 moveto
+37332.5 1145 lineto
+37235.5 1145 lineto
+37187.1 1125 lineto
+37235.5 1105 lineto
+37332.5 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 37380.9 1125 moveto
+37332.5 1145 lineto
+37235.5 1145 lineto
+37187.1 1125 lineto
+37235.5 1105 lineto
+37332.5 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+37213.1 1120.65 moveto
+(6b3f3fa236bb90592d23a)
+[7.5 6.75 6.75 4.5 6.75 4.5 6.75 6.75 6.75 7.5 6.75 6.75 7.5 7.5 6.75 7.5 6.75 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 415E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 37295.1 861 moveto
+37198.9 861 lineto
+37198.9 825 lineto
+37295.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 37295.1 861 moveto
+37198.9 861 lineto
+37198.9 825 lineto
+37295.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+37206.9 838.65 moveto
+(83c397b8bf7f)
+[7.5 6.75 6.75 6.75 7.5 7.5 6.75 7.5 6.75 4.5 7.5 4.5]
+xshow
+grestore
+% 117->415E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 37281 1105 moveto
+37274 1055 37258 925 37250 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+37249.5 864.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+37249.5 864.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+37266.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 118
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 27203.1 1125 moveto
+27152 1145 lineto
+27050 1145 lineto
+26998.9 1125 lineto
+27050 1105 lineto
+27152 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 27203.1 1125 moveto
+27152 1145 lineto
+27050 1145 lineto
+26998.9 1125 lineto
+27050 1105 lineto
+27152 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+27025.2 1120.65 moveto
+(f2a57e4d4f0cec516891e3)
+[4.5 6.75 6.75 6.75 7.5 6.75 8.25 7.5 8.25 4.5 7.5 6.75 6.75 6.75 6.75 6.75 7.5 7.5 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 417E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 27131 861 moveto
+27071 861 lineto
+27071 825 lineto
+27131 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 27131 861 moveto
+27071 861 lineto
+27071 825 lineto
+27131 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+27078.5 838.65 moveto
+(bd2484)
+[6.75 7.5 6.75 8.25 7.5 8.25]
+xshow
+grestore
+% 118->417E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 27101 1105 moveto
+27101 1055 27101 925 27101 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+27101 865 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+27101 865 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+27101.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 418E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 26921 563 moveto
+26867 563 lineto
+26867 527 lineto
+26921 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 26921 563 moveto
+26867 563 lineto
+26867 527 lineto
+26921 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+26878.6 540.65 moveto
+(418E)
+[8.25 6.75 7.5 8.25]
+xshow
+grestore
+% 417E->418E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 27088 825 moveto
+27051 772 26944 617 26907 563 curveto
+stroke
+grestore
+% 119
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 12525.8 1125 moveto
+12470.4 1145 lineto
+12359.6 1145 lineto
+12304.2 1125 lineto
+12359.6 1105 lineto
+12470.4 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 12525.8 1125 moveto
+12470.4 1145 lineto
+12359.6 1145 lineto
+12304.2 1125 lineto
+12359.6 1105 lineto
+12470.4 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+12332.1 1120.65 moveto
+(deb3089920548bf1ecb23f0d)
+[7.5 6.75 6.75 6.75 7.5 7.5 7.5 7.5 6.75 7.5 6.75 8.25 7.5 6.75 4.5 6.75 6.75 6.75 6.75 6.75 6.75 4.5 7.5 7.5]
+xshow
+grestore
+% 419E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 11976.9 861 moveto
+11867.1 861 lineto
+11867.1 825 lineto
+11976.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 11976.9 861 moveto
+11867.1 861 lineto
+11867.1 825 lineto
+11976.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+11875.1 838.65 moveto
+(87a7e69a72412)
+[7.5 7.5 6.75 7.5 6.75 7.5 7.5 6.75 7.5 6.75 8.25 6.75 6.75]
+xshow
+grestore
+% 119->419E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 12385 1105 moveto
+12341 1075 12255 1018 12178 974 curveto
+12107 932 12020 889 11968 865 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+11964.5 862.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+11964.5 862.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+12205.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 420E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 12267.9 563 moveto
+12158.1 563 lineto
+12158.1 527 lineto
+12267.9 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 12267.9 563 moveto
+12158.1 563 lineto
+12158.1 527 lineto
+12267.9 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+12166.1 540.65 moveto
+(af4a1fac3e2076)
+[6.75 4.5 8.25 6.75 6.75 4.5 6.75 6.75 6.75 6.75 6.75 7.5 7.5 7.5]
+xshow
+grestore
+% 419E->420E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 11948 825 moveto
+11982 801 12042 757 12086 712 curveto
+12135 663 12181 595 12201 563 curveto
+stroke
+grestore
+% 120
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 23028.1 1685 moveto
+23001 1705 lineto
+22947 1705 lineto
+22919.9 1685 lineto
+22947 1665 lineto
+23001 1665 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 23028.1 1685 moveto
+23001 1705 lineto
+22947 1705 lineto
+22919.9 1685 lineto
+22947 1665 lineto
+23001 1665 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+22940.2 1680.65 moveto
+(bf01c8a262)
+[6.75 4.5 7.5 6.75 6.75 7.5 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 421E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 22932 1425 moveto
+22878 1425 lineto
+22878 1389 lineto
+22932 1389 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 22932 1425 moveto
+22878 1425 lineto
+22878 1389 lineto
+22932 1389 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+22897.9 1402.65 moveto
+(01)
+[7.5 6.75]
+xshow
+grestore
+% 120->421E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 22969 1665 moveto
+22957 1615 22925 1488 22912 1433 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+22911 1428.88 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+22911 1428.88 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+22943.1 1541.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 422E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 22679 1143 moveto
+22625 1143 lineto
+22625 1107 lineto
+22679 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 22679 1143 moveto
+22625 1143 lineto
+22625 1107 lineto
+22679 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+22637 1120.65 moveto
+(422E)
+[8.25 6.75 6.75 8.25]
+xshow
+grestore
+% 421E->422E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 22889 1389 moveto
+22843 1338 22714 1194 22668 1143 curveto
+stroke
+grestore
+% 121
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 3723.03 1125 moveto
+3670.01 1145 lineto
+3563.99 1145 lineto
+3510.97 1125 lineto
+3563.99 1105 lineto
+3670.01 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 3723.03 1125 moveto
+3670.01 1145 lineto
+3563.99 1145 lineto
+3510.97 1125 lineto
+3563.99 1105 lineto
+3670.01 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+3538.25 1120.65 moveto
+(23dc3a52fed9c119610b5e8)
+[6.75 6.75 7.5 6.75 6.75 6.75 6.75 6.75 4.5 6.75 7.5 7.5 6.75 6 6.75 7.5 7.5 6.75 7.5 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 423E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 3509 861 moveto
+3455 861 lineto
+3455 825 lineto
+3509 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 3509 861 moveto
+3455 861 lineto
+3455 825 lineto
+3509 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+3464.38 838.65 moveto
+(71e6b)
+[7.5 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 121->423E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 3607 1105 moveto
+3583 1054 3521 924 3494 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+3492.58 864.677 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+3492.58 864.677 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+3550.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 424E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 3355 563 moveto
+3301 563 lineto
+3301 527 lineto
+3355 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 3355 563 moveto
+3301 563 lineto
+3301 527 lineto
+3355 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+3324.62 540.65 moveto
+(c)
+[6.75]
+xshow
+grestore
+% 423E->424E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 3473 825 moveto
+3445 772 3365 617 3337 563 curveto
+stroke
+grestore
+% 123
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 5123.22 1125 moveto
+5064.61 1145 lineto
+4947.39 1145 lineto
+4888.78 1125 lineto
+4947.39 1105 lineto
+5064.61 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 5123.22 1125 moveto
+5064.61 1145 lineto
+4947.39 1145 lineto
+4888.78 1125 lineto
+4947.39 1105 lineto
+5064.61 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+4917.12 1120.65 moveto
+(78cc16f965adc5f712ea2372c6)
+[7.5 7.5 6.75 6.75 6.75 7.5 4.5 7.5 7.5 6.75 6.75 7.5 6.75 6.75 4.5 7.5 6.75 6.75 6.75 6.75 6.75 6.75 7.5 6.75 6.75 7.5]
+xshow
+grestore
+% 425E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 5033 861 moveto
+4979 861 lineto
+4979 825 lineto
+5033 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 5033 861 moveto
+4979 861 lineto
+4979 825 lineto
+5033 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+4988.75 838.65 moveto
+(23ad1)
+[6.75 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 123->425E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 5006 1105 moveto
+5006 1055 5006 925 5006 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+5006 865 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+5006 865 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+5006.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 426E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 4969.75 563 moveto
+4898.25 563 lineto
+4898.25 527 lineto
+4969.75 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 4969.75 563 moveto
+4898.25 563 lineto
+4898.25 527 lineto
+4969.75 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+4906.25 540.65 moveto
+(e65185ca)
+[6.75 7.5 6.75 6.75 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 425E->426E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 5002 825 moveto
+4989 772 4951 617 4938 563 curveto
+stroke
+grestore
+% 124
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 22953 1125 moveto
+22889 1145 lineto
+22761 1145 lineto
+22697 1125 lineto
+22761 1105 lineto
+22889 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 22953 1125 moveto
+22889 1145 lineto
+22761 1145 lineto
+22697 1125 lineto
+22761 1105 lineto
+22889 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+22726.8 1120.65 moveto
+(5be631dff7b97697be7dc0a2f07f2)
+[6.75 6.75 6.75 7.5 6.75 6.75 7.5 4.5 4.5 7.5 6.75 7.5 7.5 7.5 7.5 7.5 6.75 6.75 7.5 7.5 6.75 7.5 6.75 6.75 4.5 7.5 7.5 4.5 6.75]
+xshow
+grestore
+% 427E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 27385 861 moveto
+27331 861 lineto
+27331 825 lineto
+27385 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 27385 861 moveto
+27331 861 lineto
+27331 825 lineto
+27385 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+27342.6 838.65 moveto
+(427E)
+[8.25 6.75 7.5 8.25]
+xshow
+grestore
+% 124->427E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 22899 1108 moveto
+22920 1104 22942 1100 22962 1098 curveto
+23880 984 24121 1090 25040 990 curveto
+25084 985 25093 978 25136 974 curveto
+26091 870 26353 1054 27294 866 curveto
+27304 864 27314 861 27323 858 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+27327.3 856.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+27327.3 856.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+25136.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 786E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 17575 861 moveto
+17521 861 lineto
+17521 825 lineto
+17575 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 17575 861 moveto
+17521 861 lineto
+17521 825 lineto
+17575 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+17537.1 838.65 moveto
+(421)
+[8.25 6.75 6.75]
+xshow
+grestore
+% 124->786E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 22750 1108 moveto
+22730 1104 22708 1101 22688 1098 curveto
+22127 1019 21960 1154 21417 990 curveto
+21403 985 21403 977 21388 974 curveto
+20573 751 18393 1114 17584 866 curveto
+17583 866 17581 865 17580 865 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+17576.5 862.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+17576.5 862.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+21417.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 428E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 27905 563 moveto
+27851 563 lineto
+27851 527 lineto
+27905 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 27905 563 moveto
+27851 563 lineto
+27851 527 lineto
+27905 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+27862.6 540.65 moveto
+(428E)
+[8.25 6.75 7.5 8.25]
+xshow
+grestore
+% 427E->428E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 27385 827 moveto
+27475 776 27761 612 27851 561 curveto
+stroke
+grestore
+% 125
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 59618 1407 moveto
+59558.5 1427 lineto
+59439.5 1427 lineto
+59380 1407 lineto
+59439.5 1387 lineto
+59558.5 1387 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 59618 1407 moveto
+59558.5 1427 lineto
+59439.5 1427 lineto
+59380 1407 lineto
+59439.5 1387 lineto
+59558.5 1387 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+59409 1402.65 moveto
+(48398d080dfcccced48da1980)
+[8.25 7.5 6.75 7.5 7.5 7.5 7.5 7.5 7.5 7.5 4.5 6.75 6.75 6.75 6.75 6.75 7.5 8.25 7.5 7.5 6.75 6.75 7.5 7.5 7.5]
+xshow
+grestore
+% 431E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 59535 1143 moveto
+59463 1143 lineto
+59463 1107 lineto
+59535 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 59535 1143 moveto
+59463 1143 lineto
+59463 1107 lineto
+59535 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+59470.5 1120.65 moveto
+(866808df)
+[7.5 7.5 7.5 7.5 7.5 7.5 7.5 4.5]
+xshow
+grestore
+% 125->431E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 59499 1387 moveto
+59499 1337 59499 1207 59499 1151 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+59499 1147 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+59499 1147 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+59498.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 432E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 59609.1 861 moveto
+59486.9 861 lineto
+59486.9 825 lineto
+59609.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 59609.1 861 moveto
+59486.9 861 lineto
+59486.9 825 lineto
+59609.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+59494.4 838.65 moveto
+(d13da6273c9b4da)
+[7.5 6.75 6.75 7.5 6.75 7.5 6.75 7.5 6.75 6.75 7.5 6.75 8.25 7.5 6.75]
+xshow
+grestore
+% 431E->432E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 59502 1107 moveto
+59511 1056 59536 912 59545 861 curveto
+stroke
+grestore
+% 126
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 53085.2 1125 moveto
+53039.6 1145 lineto
+52948.4 1145 lineto
+52902.8 1125 lineto
+52948.4 1105 lineto
+53039.6 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 53085.2 1125 moveto
+53039.6 1145 lineto
+52948.4 1145 lineto
+52902.8 1125 lineto
+52948.4 1105 lineto
+53039.6 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+52927.6 1120.65 moveto
+(03716a2c341e5edaa31)
+[7.5 6.75 7.5 6.75 7.5 6.75 6.75 6.75 6.75 8.25 6.75 6.75 6.75 6.75 7.5 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 433E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 53041 861 moveto
+52947 861 lineto
+52947 825 lineto
+53041 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 53041 861 moveto
+52947 861 lineto
+52947 825 lineto
+53041 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+52955 838.65 moveto
+(21407f8a6d7)
+[6.75 6.75 8.25 7.5 7.5 4.5 7.5 6.75 7.5 7.5 7.5]
+xshow
+grestore
+% 126->433E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 52994 1105 moveto
+52994 1055 52994 925 52994 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+52994 865 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+52994 865 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+52993.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 434E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 52822 563 moveto
+52740 563 lineto
+52740 527 lineto
+52822 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 52822 563 moveto
+52740 563 lineto
+52740 527 lineto
+52822 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+52748 540.65 moveto
+(15d44ab97)
+[6.75 6.75 7.5 8.25 8.25 6.75 6.75 7.5 7.5]
+xshow
+grestore
+% 433E->434E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 52981 825 moveto
+52943 772 52832 617 52794 563 curveto
+stroke
+grestore
+% 127
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 483.204 1125 moveto
+435.602 1145 lineto
+340.398 1145 lineto
+292.796 1125 lineto
+340.398 1105 lineto
+435.602 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 483.204 1125 moveto
+435.602 1145 lineto
+340.398 1145 lineto
+292.796 1125 lineto
+340.398 1105 lineto
+435.602 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+318.625 1120.65 moveto
+(ddfeabe456a9de5f5784)
+[7.5 7.5 4.5 6.75 6.75 6.75 6.75 8.25 6.75 7.5 6.75 7.5 7.5 6.75 6.75 4.5 6.75 7.5 7.5 8.25]
+xshow
+grestore
+% 435E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 497.875 861 moveto
+412.125 861 lineto
+412.125 825 lineto
+497.875 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 497.875 861 moveto
+412.125 861 lineto
+412.125 825 lineto
+497.875 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+420.125 838.65 moveto
+(aac615ae78)
+[6.75 6.75 6.75 7.5 6.75 6.75 6.75 6.75 7.5 7.5]
+xshow
+grestore
+% 127->435E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 393 1105 moveto
+404 1055 436 925 449 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+450.03 864.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+450.03 864.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+425.125 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 436E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 427.753 563 moveto
+342.247 563 lineto
+342.247 527 lineto
+427.753 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 427.753 563 moveto
+342.247 563 lineto
+342.247 527 lineto
+427.753 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+349.75 540.65 moveto
+(8d5137b16a)
+[7.5 7.5 6.75 6.75 6.75 7.5 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 435E->436E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 451 825 moveto
+439 772 402 617 389 563 curveto
+stroke
+grestore
+% 128
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 38919 1125 moveto
+38864.5 1145 lineto
+38755.5 1145 lineto
+38701 1125 lineto
+38755.5 1105 lineto
+38864.5 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 38919 1125 moveto
+38864.5 1145 lineto
+38755.5 1145 lineto
+38701 1125 lineto
+38755.5 1105 lineto
+38864.5 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+38728.2 1120.65 moveto
+(d550a7f392c787661aadd48)
+[7.5 6.75 6.75 7.5 6.75 7.5 4.5 6.75 7.5 6.75 6.75 7.5 7.5 7.5 7.5 7.5 6.75 6.75 6.75 7.5 7.5 8.25 7.5]
+xshow
+grestore
+% 437E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 38804.9 861 moveto
+38723.1 861 lineto
+38723.1 825 lineto
+38804.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 38804.9 861 moveto
+38723.1 861 lineto
+38723.1 825 lineto
+38804.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+38730.6 838.65 moveto
+(e3aefac763)
+[6.75 6.75 6.75 6.75 4.5 6.75 6.75 7.5 7.5 6.75]
+xshow
+grestore
+% 128->437E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 38807 1105 moveto
+38798 1055 38777 925 38768 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+38767.5 864.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+38767.5 864.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+38788.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 129
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 5756.83 1125 moveto
+5706.42 1145 lineto
+5605.58 1145 lineto
+5555.17 1125 lineto
+5605.58 1105 lineto
+5706.42 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 5756.83 1125 moveto
+5706.42 1145 lineto
+5605.58 1145 lineto
+5555.17 1125 lineto
+5605.58 1105 lineto
+5706.42 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+5581.75 1120.65 moveto
+(4c82921f4ad3f07066540)
+[8.25 6.75 7.5 6.75 7.5 6.75 6.75 4.5 8.25 6.75 7.5 6.75 4.5 7.5 7.5 7.5 7.5 7.5 6.75 8.25 7.5]
+xshow
+grestore
+% 439E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 5509 861 moveto
+5455 861 lineto
+5455 825 lineto
+5509 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 5509 861 moveto
+5455 861 lineto
+5455 825 lineto
+5509 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+5465.5 838.65 moveto
+(a7fe7)
+[6.75 7.5 4.5 6.75 7.5]
+xshow
+grestore
+% 129->439E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 5643 1105 moveto
+5612 1054 5531 924 5497 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+5494.98 864.473 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+5494.98 864.473 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+5570.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 440E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 5648.75 563 moveto
+5559.25 563 lineto
+5559.25 527 lineto
+5648.75 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 5648.75 563 moveto
+5559.25 563 lineto
+5559.25 527 lineto
+5648.75 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+5567.25 540.65 moveto
+(b3cadc253f7)
+[6.75 6.75 6.75 6.75 7.5 6.75 6.75 6.75 6.75 4.5 7.5]
+xshow
+grestore
+% 439E->440E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 5485 825 moveto
+5491 793 5506 727 5527 676 curveto
+5545 633 5575 588 5591 563 curveto
+stroke
+grestore
+% 130
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 2668.94 1125 moveto
+2623.97 1145 lineto
+2534.03 1145 lineto
+2489.06 1125 lineto
+2534.03 1105 lineto
+2623.97 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 2668.94 1125 moveto
+2623.97 1145 lineto
+2534.03 1145 lineto
+2489.06 1125 lineto
+2534.03 1105 lineto
+2623.97 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+2513.75 1120.65 moveto
+(0bc7f8f513e0e74b270)
+[7.5 6.75 6.75 7.5 4.5 7.5 4.5 6.75 6.75 6.75 6.75 7.5 6.75 7.5 8.25 6.75 6.75 7.5 7.5]
+xshow
+grestore
+% 441E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 2653.25 861 moveto
+2560.75 861 lineto
+2560.75 825 lineto
+2653.25 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 2653.25 861 moveto
+2560.75 861 lineto
+2560.75 825 lineto
+2653.25 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+2568.75 838.65 moveto
+(a849f9d352e)
+[6.75 7.5 8.25 7.5 4.5 7.5 7.5 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 130->441E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 2581 1105 moveto
+2586 1055 2599 925 2604 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+2604.5 864.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+2604.5 864.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+2595.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 442E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 2802 563 moveto
+2748 563 lineto
+2748 527 lineto
+2802 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 2802 563 moveto
+2748 563 lineto
+2748 527 lineto
+2802 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+2764.88 540.65 moveto
+(a5a)
+[6.75 6.75 6.75]
+xshow
+grestore
+% 441E->442E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 2617 825 moveto
+2647 772 2735 617 2765 563 curveto
+stroke
+grestore
+% 131
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 23170.2 1685 moveto
+23139.1 1705 lineto
+23076.9 1705 lineto
+23045.8 1685 lineto
+23076.9 1665 lineto
+23139.1 1665 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 23170.2 1685 moveto
+23139.1 1705 lineto
+23076.9 1705 lineto
+23045.8 1685 lineto
+23076.9 1665 lineto
+23139.1 1665 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+23066.8 1680.65 moveto
+(3b1563a23eb9)
+[6.75 6.75 6.75 6.75 7.5 6.75 6.75 6.75 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 443E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 23125 1425 moveto
+23071 1425 lineto
+23071 1389 lineto
+23125 1389 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 23125 1425 moveto
+23071 1425 lineto
+23071 1389 lineto
+23125 1389 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+23083.8 1402.65 moveto
+(a8e9)
+[6.75 7.5 6.75 7.5]
+xshow
+grestore
+% 131->443E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 23107 1665 moveto
+23105 1615 23101 1489 23099 1433 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+23099 1429 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+23099 1429 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+23105.1 1541.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 444E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 23025 1143 moveto
+22971 1143 lineto
+22971 1107 lineto
+23025 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 23025 1143 moveto
+22971 1143 lineto
+22971 1107 lineto
+23025 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+22981.5 1120.65 moveto
+(444E)
+[8.25 8.25 8.25 8.25]
+xshow
+grestore
+% 443E->444E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 23089 1389 moveto
+23076 1364 23053 1317 23038 1276 curveto
+23022 1229 23008 1172 23002 1143 curveto
+stroke
+grestore
+% 132
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 2867.01 1125 moveto
+2822 1145 lineto
+2732 1145 lineto
+2686.99 1125 lineto
+2732 1105 lineto
+2822 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 2867.01 1125 moveto
+2822 1145 lineto
+2732 1145 lineto
+2686.99 1125 lineto
+2732 1105 lineto
+2822 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+2712.12 1120.65 moveto
+(be233fafa38d931d894)
+[6.75 6.75 6.75 6.75 6.75 4.5 6.75 4.5 6.75 6.75 7.5 7.5 7.5 6.75 6.75 7.5 7.5 7.5 8.25]
+xshow
+grestore
+% 445E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 2777.25 861 moveto
+2684.75 861 lineto
+2684.75 825 lineto
+2777.25 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 2777.25 861 moveto
+2684.75 861 lineto
+2684.75 825 lineto
+2777.25 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+2692.75 838.65 moveto
+(a849f9d352e)
+[6.75 7.5 8.25 7.5 4.5 7.5 7.5 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 132->445E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 2774 1105 moveto
+2765 1055 2744 925 2735 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+2734.5 864.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+2734.5 864.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+2755.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 446E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 2905 563 moveto
+2851 563 lineto
+2851 527 lineto
+2905 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 2905 563 moveto
+2851 563 lineto
+2851 527 lineto
+2905 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+2867.88 540.65 moveto
+(bce)
+[6.75 6.75 6.75]
+xshow
+grestore
+% 445E->446E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 2741 825 moveto
+2755 799 2780 752 2800 712 curveto
+2827 658 2856 594 2870 563 curveto
+stroke
+grestore
+% 134
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 39551 1125 moveto
+39503 1145 lineto
+39407 1145 lineto
+39359 1125 lineto
+39407 1105 lineto
+39503 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 39551 1125 moveto
+39503 1145 lineto
+39407 1145 lineto
+39359 1125 lineto
+39407 1105 lineto
+39503 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+39384.5 1120.65 moveto
+(e7a887d88c2318beba51)
+[6.75 7.5 6.75 7.5 7.5 7.5 7.5 7.5 7.5 6.75 6.75 6.75 6.75 7.5 6.75 6.75 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 447E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 39449.9 861 moveto
+39338.1 861 lineto
+39338.1 825 lineto
+39449.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 39449.9 861 moveto
+39338.1 861 lineto
+39338.1 825 lineto
+39449.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+39345.6 838.65 moveto
+(9d8988c0945d6)
+[7.5 7.5 7.5 7.5 7.5 7.5 6.75 7.5 7.5 8.25 6.75 7.5 7.5]
+xshow
+grestore
+% 134->447E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 39451 1105 moveto
+39441 1055 39412 925 39400 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+39399 864.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+39399 864.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+39425.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 135
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 14609.1 1407 moveto
+14554.5 1427 lineto
+14445.5 1427 lineto
+14390.9 1407 lineto
+14445.5 1387 lineto
+14554.5 1387 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 14609.1 1407 moveto
+14554.5 1427 lineto
+14445.5 1427 lineto
+14390.9 1407 lineto
+14445.5 1387 lineto
+14554.5 1387 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+14418.6 1402.65 moveto
+(be6b73bd46a7a5183e8c91a)
+[6.75 6.75 7.5 6.75 7.5 6.75 6.75 7.5 8.25 7.5 6.75 7.5 6.75 6.75 6.75 7.5 6.75 6.75 7.5 6.75 7.5 6.75 6.75]
+xshow
+grestore
+% 449E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 12038.1 1143 moveto
+11951.9 1143 lineto
+11951.9 1107 lineto
+12038.1 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 12038.1 1143 moveto
+11951.9 1143 lineto
+11951.9 1107 lineto
+12038.1 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+11959.4 1120.65 moveto
+(ee91c97828)
+[6.75 6.75 7.5 6.75 6.75 7.5 7.5 7.5 6.75 7.5]
+xshow
+grestore
+% 135->449E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 14423 1395 moveto
+14205 1362 13597 1270 13505 1260 curveto
+12860 1188 12673 1329 12047 1152 curveto
+12043 1151 12038 1149 12033 1147 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+12029.5 1144.98 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+12029.5 1144.98 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+13632.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 769E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 14732 1143 moveto
+14588 1143 lineto
+14588 1107 lineto
+14732 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 14732 1143 moveto
+14588 1143 lineto
+14588 1107 lineto
+14732 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+14595.5 1120.65 moveto
+(444189d179b5db71fe)
+[8.25 8.25 8.25 6.75 7.5 7.5 7.5 6.75 7.5 7.5 6.75 6.75 7.5 6.75 7.5 6.75 4.5 6.75]
+xshow
+grestore
+% 135->769E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 14512 1387 moveto
+14540 1336 14614 1206 14646 1150 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+14648 1146.47 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+14648 1146.47 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+14580.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 770E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 14569.9 1143 moveto
+14430.1 1143 lineto
+14430.1 1107 lineto
+14569.9 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 14569.9 1143 moveto
+14430.1 1143 lineto
+14430.1 1107 lineto
+14569.9 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+14438.1 1120.65 moveto
+(1e1fbbe14ac24e0518)
+[6.75 6.75 6.75 4.5 6.75 6.75 6.75 6.75 8.25 6.75 6.75 6.75 8.25 6.75 7.5 6.75 6.75 7.5]
+xshow
+grestore
+% 135->770E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 14500 1387 moveto
+14500 1337 14500 1207 14500 1151 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+14500 1147 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+14500 1147 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+14500.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 450E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 11299 861 moveto
+11233 861 lineto
+11233 825 lineto
+11299 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 11299 861 moveto
+11233 861 lineto
+11233 825 lineto
+11299 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+11240.5 838.65 moveto
+(b473716)
+[6.75 8.25 7.5 6.75 7.5 6.75 7.5]
+xshow
+grestore
+% 449E->450E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 11964 1107 moveto
+11957 1104 11950 1100 11943 1098 curveto
+11770 1030 11712 1058 11539 990 curveto
+11445 953 11343 891 11294 861 curveto
+stroke
+grestore
+% 769E->790E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 14732 1116 moveto
+14785 1110 14859 1102 14924 1098 curveto
+17649 934 18342 1174 21065 990 curveto
+21126 985 21140 978 21200 974 curveto
+21851 923 23509 1045 24136 866 curveto
+24140 865 24144 863 24148 861 curveto
+stroke
+grestore
+% 769E->785E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 14612 1107 moveto
+14601 1104 14590 1100 14579 1098 curveto
+14212 1010 14113 1021 13737 974 curveto
+13280 916 13146 1003 12705 866 curveto
+12701 865 12697 863 12693 861 curveto
+stroke
+grestore
+% 769E->784E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 14609 1107 moveto
+14599 1104 14589 1101 14579 1098 curveto
+14400 1044 14352 1042 14172 990 curveto
+14150 983 14145 979 14122 974 curveto
+13835 904 13755 931 13466 866 curveto
+13449 862 13429 856 13414 851 curveto
+stroke
+grestore
+% 769E->787E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 14732 1118 moveto
+14875 1104 15186 1064 15259 990 curveto
+15313 934 15261 890 15292 820 curveto
+15341 711 15440 604 15481 563 curveto
+stroke
+grestore
+% 769E->792E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 14607 1107 moveto
+14598 1104 14588 1101 14579 1098 curveto
+14423 1048 14377 1055 14226 990 curveto
+14213 984 14212 978 14198 974 curveto
+13902 870 13742 1066 13499 866 curveto
+13450 825 13402 625 13388 563 curveto
+stroke
+grestore
+% 769E->791E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 14616 1107 moveto
+14539 1076 14372 1011 14226 974 curveto
+13942 901 13851 967 13575 866 curveto
+13571 865 13568 863 13564 861 curveto
+stroke
+grestore
+% 769E->786E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 14732 1117 moveto
+14785 1112 14859 1104 14924 1098 curveto
+15208 1070 17195 921 17474 866 curveto
+17490 863 17507 858 17521 853 curveto
+stroke
+grestore
+% 770E->785E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 14452 1107 moveto
+14442 1104 14431 1100 14421 1098 curveto
+14088 1014 13998 1020 13657 974 curveto
+13236 915 13111 994 12705 866 curveto
+12701 865 12697 863 12693 861 curveto
+stroke
+grestore
+% 770E->784E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 14450 1107 moveto
+14440 1104 14430 1101 14421 1098 curveto
+14216 1035 14164 1023 13954 974 curveto
+13722 919 13652 949 13428 866 curveto
+13423 864 13419 862 13414 859 curveto
+stroke
+grestore
+% 770E->792E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 14449 1107 moveto
+14439 1104 14430 1101 14421 1098 curveto
+14237 1039 14192 1020 14004 974 curveto
+13768 915 13643 1033 13466 866 curveto
+13378 782 13380 618 13383 563 curveto
+stroke
+grestore
+% 770E->783E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 14551 1107 moveto
+14560 1104 14570 1101 14579 1098 curveto
+14955 982 15057 981 15432 866 curveto
+15437 864 15442 863 15447 861 curveto
+stroke
+grestore
+% 770E->791E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 14458 1107 moveto
+14375 1071 14191 993 14125 974 curveto
+13887 903 13808 955 13575 866 curveto
+13572 865 13568 863 13565 861 curveto
+stroke
+grestore
+% 770E->789E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 14520 1107 moveto
+14573 1058 14714 924 14741 866 curveto
+14829 675 14695 581 14796 398 curveto
+14826 343 14890 304 14927 285 curveto
+stroke
+grestore
+% 770E->788E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 14547 1107 moveto
+14558 1104 14569 1100 14579 1098 curveto
+14878 1024 14960 1044 15262 990 curveto
+15533 940 15607 949 15868 866 curveto
+15873 865 15877 863 15882 861 curveto
+stroke
+grestore
+% 136
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 43609.2 1125 moveto
+43557.1 1145 lineto
+43452.9 1145 lineto
+43400.8 1125 lineto
+43452.9 1105 lineto
+43557.1 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 43609.2 1125 moveto
+43557.1 1145 lineto
+43452.9 1145 lineto
+43400.8 1125 lineto
+43452.9 1105 lineto
+43557.1 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+43427.4 1120.65 moveto
+(644f112bb0aa452ee7040a)
+[7.5 8.25 8.25 4.5 6 6.75 6.75 6.75 6.75 7.5 6.75 6.75 8.25 6.75 6.75 6.75 6.75 7.5 7.5 8.25 7.5 6.75]
+xshow
+grestore
+% 451E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 43472.1 861 moveto
+43391.9 861 lineto
+43391.9 825 lineto
+43472.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 43472.1 861 moveto
+43391.9 861 lineto
+43391.9 825 lineto
+43472.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+43399.4 838.65 moveto
+(52f247fc3b)
+[6.75 6.75 4.5 6.75 8.25 7.5 4.5 6.75 6.75 6.75]
+xshow
+grestore
+% 136->451E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 43500 1105 moveto
+43487 1055 43453 925 43439 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+43438 864.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+43438 864.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+43469.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 452E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 43380 563 moveto
+43326 563 lineto
+43326 527 lineto
+43380 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 43380 563 moveto
+43326 563 lineto
+43326 527 lineto
+43380 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+43335.4 540.65 moveto
+(93ea0)
+[7.5 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 451E->452E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 43427 825 moveto
+43413 772 43372 617 43358 563 curveto
+stroke
+grestore
+% 137
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 3052.88 1125 moveto
+3010.94 1145 lineto
+2927.06 1145 lineto
+2885.12 1125 lineto
+2927.06 1105 lineto
+3010.94 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 3052.88 1125 moveto
+3010.94 1145 lineto
+2927.06 1145 lineto
+2885.12 1125 lineto
+2927.06 1105 lineto
+3010.94 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+2909 1120.65 moveto
+(010957669f3770aac)
+[7.5 6.75 7.5 7.5 6.75 7.5 7.5 7.5 7.5 4.5 6.75 7.5 7.5 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 453E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 3113 861 moveto
+3059 861 lineto
+3059 825 lineto
+3113 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 3113 861 moveto
+3059 861 lineto
+3059 825 lineto
+3113 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+3078.5 838.65 moveto
+(78)
+[7.5 7.5]
+xshow
+grestore
+% 137->453E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 2977 1105 moveto
+2998 1054 3052 925 3075 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+3076.6 864.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+3076.6 864.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+3032.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 454E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 2992 563 moveto
+2938 563 lineto
+2938 527 lineto
+2992 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 2992 563 moveto
+2938 563 lineto
+2938 527 lineto
+2992 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+2949.25 540.65 moveto
+(454E)
+[8.25 6.75 8.25 8.25]
+xshow
+grestore
+% 453E->454E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 3079 825 moveto
+3057 772 2994 617 2972 563 curveto
+stroke
+grestore
+% 138
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 12984.2 1125 moveto
+12928.6 1145 lineto
+12817.4 1145 lineto
+12761.8 1125 lineto
+12817.4 1105 lineto
+12928.6 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 12984.2 1125 moveto
+12928.6 1145 lineto
+12817.4 1145 lineto
+12761.8 1125 lineto
+12817.4 1105 lineto
+12928.6 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+12789.4 1120.65 moveto
+(0a185946ee443342b07d8e1)
+[7.5 6.75 6.75 7.5 6.75 7.5 8.25 7.5 6.75 6.75 8.25 8.25 6.75 6.75 8.25 6.75 6.75 7.5 7.5 7.5 7.5 6.75 6.75]
+xshow
+grestore
+% 455E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 12539.9 861 moveto
+12430.1 861 lineto
+12430.1 825 lineto
+12539.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 12539.9 861 moveto
+12430.1 861 lineto
+12430.1 825 lineto
+12539.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+12438.1 838.65 moveto
+(87a7e69a72412)
+[7.5 7.5 6.75 7.5 6.75 7.5 7.5 6.75 7.5 6.75 8.25 6.75 6.75]
+xshow
+grestore
+% 138->455E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 12845 1105 moveto
+12775 1055 12592 921 12517 866 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+12513.3 863.325 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+12513.3 863.325 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+12679.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 456E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 12523.1 563 moveto
+12414.9 563 lineto
+12414.9 527 lineto
+12523.1 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 12523.1 563 moveto
+12414.9 563 lineto
+12414.9 527 lineto
+12523.1 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+12422.9 540.65 moveto
+(238805e2194c3)
+[6.75 6.75 7.5 7.5 7.5 6.75 6.75 6.75 6.75 7.5 8.25 6.75 6.75]
+xshow
+grestore
+% 455E->456E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 12484 825 moveto
+12482 772 12473 617 12470 563 curveto
+stroke
+grestore
+% 139
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 52669 1125 moveto
+52616 1145 lineto
+52510 1145 lineto
+52457 1125 lineto
+52510 1105 lineto
+52616 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 52669 1125 moveto
+52616 1145 lineto
+52510 1145 lineto
+52457 1125 lineto
+52510 1105 lineto
+52616 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+52484.2 1120.65 moveto
+(f66fe4df3d189e69ce10c9c)
+[4.5 7.5 7.5 4.5 6.75 8.25 7.5 4.5 6.75 7.5 6.75 7.5 7.5 6.75 7.5 7.5 6.75 6.75 6.75 7.5 6.75 7.5 6.75]
+xshow
+grestore
+% 457E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 52497 861 moveto
+52403 861 lineto
+52403 825 lineto
+52497 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 52497 861 moveto
+52403 861 lineto
+52403 825 lineto
+52497 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+52411 838.65 moveto
+(21407f8a6d7)
+[6.75 6.75 8.25 7.5 7.5 4.5 7.5 6.75 7.5 7.5 7.5]
+xshow
+grestore
+% 139->457E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 52555 1105 moveto
+52535 1054 52482 925 52460 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+52458.4 864.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+52458.4 864.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+52505.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 458E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 52593.2 563 moveto
+52482.8 563 lineto
+52482.8 527 lineto
+52593.2 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 52593.2 563 moveto
+52482.8 563 lineto
+52482.8 527 lineto
+52593.2 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+52490.8 540.65 moveto
+(78b2d75d00166)
+[7.5 7.5 6.75 6.75 7.5 7.5 6.75 7.5 7.5 7.5 6.75 7.5 7.5]
+xshow
+grestore
+% 457E->458E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 52455 825 moveto
+52471 772 52517 617 52533 563 curveto
+stroke
+grestore
+% 140
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 2471.18 1125 moveto
+2431.59 1145 lineto
+2352.41 1145 lineto
+2312.82 1125 lineto
+2352.41 1105 lineto
+2431.59 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 2471.18 1125 moveto
+2431.59 1145 lineto
+2352.41 1145 lineto
+2312.82 1125 lineto
+2352.41 1105 lineto
+2431.59 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+2336.5 1120.65 moveto
+(247e407f45b353f8)
+[6.75 8.25 7.5 6.75 8.25 7.5 7.5 4.5 8.25 6.75 6.75 6.75 6.75 6.75 4.5 7.5]
+xshow
+grestore
+% 459E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 2506 861 moveto
+2452 861 lineto
+2452 825 lineto
+2506 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 2506 861 moveto
+2452 861 lineto
+2452 825 lineto
+2506 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+2463.62 838.65 moveto
+(459E)
+[8.25 6.75 7.5 8.25]
+xshow
+grestore
+% 140->459E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 2398 1105 moveto
+2413 1054 2454 925 2471 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+2472.03 864.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+2472.03 864.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+2439.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 460E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 2668 563 moveto
+2614 563 lineto
+2614 527 lineto
+2668 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 2668 563 moveto
+2614 563 lineto
+2614 527 lineto
+2668 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+2625.25 540.65 moveto
+(460E)
+[8.25 7.5 7.5 8.25]
+xshow
+grestore
+% 459E->460E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 2489 825 moveto
+2518 772 2602 617 2631 563 curveto
+stroke
+grestore
+% 141
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 1457.18 1125 moveto
+1417.59 1145 lineto
+1338.41 1145 lineto
+1298.82 1125 lineto
+1338.41 1105 lineto
+1417.59 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 1457.18 1125 moveto
+1417.59 1145 lineto
+1338.41 1145 lineto
+1298.82 1125 lineto
+1338.41 1105 lineto
+1417.59 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+1322.5 1120.65 moveto
+(84907547f36d0ff7)
+[7.5 8.25 7.5 7.5 7.5 6.75 8.25 7.5 4.5 6.75 7.5 7.5 7.5 4.5 4.5 7.5]
+xshow
+grestore
+% 461E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 1569.88 861 moveto
+1476.12 861 lineto
+1476.12 825 lineto
+1569.88 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 1569.88 861 moveto
+1476.12 861 lineto
+1476.12 825 lineto
+1569.88 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+1483.62 838.65 moveto
+(e920b915087)
+[6.75 7.5 6.75 7.5 6.75 7.5 6.75 6.75 7.5 7.5 7.5]
+xshow
+grestore
+% 141->461E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 1388 1105 moveto
+1415 1054 1482 924 1510 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+1512.02 864.473 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+1512.02 864.473 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+1456.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 462E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 1765 563 moveto
+1711 563 lineto
+1711 527 lineto
+1765 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 1765 563 moveto
+1711 563 lineto
+1711 527 lineto
+1765 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+1722.62 540.65 moveto
+(462E)
+[8.25 7.5 6.75 8.25]
+xshow
+grestore
+% 461E->462E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 1536 825 moveto
+1575 772 1686 617 1725 563 curveto
+stroke
+grestore
+% 142
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 40314.9 1125 moveto
+40270 1145 lineto
+40180 1145 lineto
+40135.1 1125 lineto
+40180 1105 lineto
+40270 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 40314.9 1125 moveto
+40270 1145 lineto
+40180 1145 lineto
+40135.1 1125 lineto
+40180 1105 lineto
+40270 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+40159.8 1120.65 moveto
+(805004328dad9d315d)
+[7.5 7.5 6.75 7.5 7.5 8.25 6.75 6.75 7.5 7.5 6.75 7.5 7.5 7.5 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 463E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 40320.1 861 moveto
+40205.9 861 lineto
+40205.9 825 lineto
+40320.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 40320.1 861 moveto
+40205.9 861 lineto
+40205.9 825 lineto
+40320.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+40213.9 838.65 moveto
+(4280833ef80172)
+[8.25 6.75 7.5 7.5 7.5 6.75 6.75 6.75 4.5 7.5 7.5 6.75 7.5 6.75]
+xshow
+grestore
+% 142->463E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 40228 1105 moveto
+40235 1055 40252 925 40260 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+40260.5 864.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+40260.5 864.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+40246.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 143
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 5301.05 1125 moveto
+5261.02 1145 lineto
+5180.98 1145 lineto
+5140.95 1125 lineto
+5180.98 1105 lineto
+5261.02 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 5301.05 1125 moveto
+5261.02 1145 lineto
+5180.98 1145 lineto
+5140.95 1125 lineto
+5180.98 1105 lineto
+5261.02 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+5164.75 1120.65 moveto
+(4f0cbd3fbf0cb1e8c)
+[8.25 4.5 7.5 6.75 6.75 7.5 6.75 4.5 6.75 4.5 7.5 6.75 6.75 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 465E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 5110.75 861 moveto
+5051.25 861 lineto
+5051.25 825 lineto
+5110.75 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 5110.75 861 moveto
+5051.25 861 lineto
+5051.25 825 lineto
+5110.75 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+5059.25 838.65 moveto
+(403126)
+[8.25 7.5 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 143->465E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 5211 1105 moveto
+5186 1054 5121 924 5094 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+5091.98 864.473 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+5091.98 864.473 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+5151.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 466E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 5286 563 moveto
+5226 563 lineto
+5226 527 lineto
+5286 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 5286 563 moveto
+5226 563 lineto
+5226 527 lineto
+5286 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+5233.5 540.65 moveto
+(fb58e11)
+[4.5 6.75 6.75 7.5 6.75 6 6.75]
+xshow
+grestore
+% 465E->466E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 5088 825 moveto
+5100 793 5127 727 5157 676 curveto
+5183 633 5220 588 5240 563 curveto
+stroke
+grestore
+% 144
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 8798.92 1407 moveto
+8761.96 1427 lineto
+8688.04 1427 lineto
+8651.08 1407 lineto
+8688.04 1387 lineto
+8761.96 1387 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 8798.92 1407 moveto
+8761.96 1427 lineto
+8688.04 1427 lineto
+8651.08 1407 lineto
+8688.04 1387 lineto
+8761.96 1387 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+8673.62 1402.65 moveto
+(4869e993f2bb10f)
+[8.25 7.5 7.5 7.5 6.75 7.5 7.5 6.75 4.5 6.75 6.75 6.75 6.75 7.5 4.5]
+xshow
+grestore
+% 467E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 9064 1143 moveto
+9010 1143 lineto
+9010 1107 lineto
+9064 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 9064 1143 moveto
+9010 1143 lineto
+9010 1107 lineto
+9064 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+9032.5 1120.65 moveto
+(ff)
+[4.5 4.5]
+xshow
+grestore
+% 144->467E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 8747 1387 moveto
+8804 1336 8950 1204 9011 1149 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+9014.17 1145.83 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+9014.17 1145.83 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+8881.12 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 468E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 9205 861 moveto
+9151 861 lineto
+9151 825 lineto
+9205 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 9205 861 moveto
+9151 861 lineto
+9151 825 lineto
+9205 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+9160.75 838.65 moveto
+(f9d09)
+[4.5 7.5 7.5 7.5 7.5]
+xshow
+grestore
+% 467E->468E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 9053 1107 moveto
+9073 1082 9110 1035 9132 990 curveto
+9154 946 9168 890 9174 861 curveto
+stroke
+grestore
+% 145
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 45589.2 1125 moveto
+45536.6 1145 lineto
+45431.4 1145 lineto
+45378.8 1125 lineto
+45431.4 1105 lineto
+45536.6 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 45589.2 1125 moveto
+45536.6 1145 lineto
+45431.4 1145 lineto
+45378.8 1125 lineto
+45431.4 1105 lineto
+45536.6 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+45406 1120.65 moveto
+(665b76844ff78fc2cf66ca2)
+[7.5 7.5 6.75 6.75 7.5 7.5 7.5 8.25 8.25 4.5 4.5 7.5 7.5 4.5 6.75 6.75 6.75 4.5 7.5 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 469E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 45580.8 861 moveto
+45495.2 861 lineto
+45495.2 825 lineto
+45580.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 45580.8 861 moveto
+45495.2 861 lineto
+45495.2 825 lineto
+45580.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+45502.8 838.65 moveto
+(af0268dddd)
+[6.75 4.5 7.5 6.75 7.5 7.5 7.5 7.5 7.5 7.5]
+xshow
+grestore
+% 145->469E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 45488 1105 moveto
+45498 1055 45522 925 45533 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+45533.5 864.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+45533.5 864.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+45514.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 470E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 45503.2 563 moveto
+45392.8 563 lineto
+45392.8 527 lineto
+45503.2 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 45503.2 563 moveto
+45392.8 563 lineto
+45392.8 527 lineto
+45503.2 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+45400.8 540.65 moveto
+(c338481d79773)
+[6.75 6.75 6.75 7.5 8.25 7.5 6.75 7.5 7.5 7.5 7.5 7.5 6.75]
+xshow
+grestore
+% 469E->470E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 45533 825 moveto
+45517 772 45470 617 45454 563 curveto
+stroke
+grestore
+% 146
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 20712.9 843 moveto
+20655 863.004 lineto
+20539 863.004 lineto
+20481.1 843 lineto
+20539 822.996 lineto
+20655 822.996 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 20712.9 843 moveto
+20655 863.004 lineto
+20539 863.004 lineto
+20481.1 843 lineto
+20539 822.996 lineto
+20655 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+20509.2 838.65 moveto
+(3f16509139c7dad5163b91799)
+[6.75 4.5 6.75 7.5 6.75 7.5 7.5 6.75 6.75 7.5 6.75 7.5 7.5 6.75 7.5 6.75 6.75 7.5 6.75 6.75 7.5 6.75 7.5 7.5 7.5]
+xshow
+grestore
+% 471E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 20595.1 563 moveto
+20508.9 563 lineto
+20508.9 527 lineto
+20595.1 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 20595.1 563 moveto
+20508.9 563 lineto
+20508.9 527 lineto
+20595.1 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+20516.4 540.65 moveto
+(3089106e3b)
+[6.75 7.5 7.5 7.5 6.75 7.5 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 146->471E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 20594 823 moveto
+20586 771 20565 629 20556 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+20555.5 566.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+20555.5 566.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+20578.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 472E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 20433.1 290 moveto
+20376.9 290 lineto
+20376.9 254 lineto
+20433.1 254 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 20433.1 290 moveto
+20376.9 290 lineto
+20376.9 254 lineto
+20433.1 254 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+20384.4 267.65 moveto
+(c5255d)
+[6.75 6.75 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 471E->472E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 20542 527 moveto
+20515 477 20442 340 20415 290 curveto
+stroke
+grestore
+% 147
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 28670.9 1125 moveto
+28612.4 1145 lineto
+28495.6 1145 lineto
+28437.1 1125 lineto
+28495.6 1105 lineto
+28612.4 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 28670.9 1125 moveto
+28612.4 1145 lineto
+28495.6 1145 lineto
+28437.1 1125 lineto
+28495.6 1105 lineto
+28612.4 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+28465.9 1120.65 moveto
+(01db23a60422ba93a68611cc0)
+[7.5 6.75 7.5 6.75 6.75 6.75 6.75 7.5 7.5 8.25 6.75 6.75 6.75 6.75 7.5 6.75 6.75 7.5 7.5 7.5 6 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 473E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 28831 861 moveto
+28777 861 lineto
+28777 825 lineto
+28831 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 28831 861 moveto
+28777 861 lineto
+28777 825 lineto
+28831 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+28788.6 838.65 moveto
+(473E)
+[8.25 7.5 6.75 8.25]
+xshow
+grestore
+% 147->473E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 28572 1105 moveto
+28616 1054 28734 922 28783 867 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+28785.4 864.073 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+28785.4 864.073 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+28687.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 474E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 28954 563 moveto
+28900 563 lineto
+28900 527 lineto
+28954 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 28954 563 moveto
+28900 563 lineto
+28900 527 lineto
+28954 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+28910.9 540.65 moveto
+(474E)
+[8.25 7.5 8.25 8.25]
+xshow
+grestore
+% 473E->474E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 28805 825 moveto
+28808 793 28817 727 28838 676 curveto
+28857 632 28891 587 28911 563 curveto
+stroke
+grestore
+% 148
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 35536.9 1125 moveto
+35483.4 1145 lineto
+35376.6 1145 lineto
+35323.1 1125 lineto
+35376.6 1105 lineto
+35483.4 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 35536.9 1125 moveto
+35483.4 1145 lineto
+35376.6 1145 lineto
+35323.1 1125 lineto
+35376.6 1105 lineto
+35483.4 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+35350.5 1120.65 moveto
+(46125fcc583c0f494a3a1d3)
+[8.25 7.5 6.75 6.75 6.75 4.5 6.75 6.75 6.75 7.5 6.75 6.75 7.5 4.5 8.25 7.5 8.25 6.75 6.75 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 475E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 35483 861 moveto
+35369 861 lineto
+35369 825 lineto
+35483 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 35483 861 moveto
+35369 861 lineto
+35369 825 lineto
+35483 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+35376.5 838.65 moveto
+(db6c4213a717bc)
+[7.5 6.75 7.5 6.75 8.25 6.75 6.75 6.75 6.75 7.5 6.75 7.5 6.75 6.75]
+xshow
+grestore
+% 148->475E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 35430 1105 moveto
+35429 1055 35427 925 35426 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+35426 865 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+35426 865 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+35428.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 149
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 21641.2 843 moveto
+21585.6 863.004 lineto
+21474.4 863.004 lineto
+21418.8 843 lineto
+21474.4 822.996 lineto
+21585.6 822.996 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 21641.2 843 moveto
+21585.6 863.004 lineto
+21474.4 863.004 lineto
+21418.8 843 lineto
+21474.4 822.996 lineto
+21585.6 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+21446.4 838.65 moveto
+(731857fe189fb398e80a0594)
+[7.5 6.75 6.75 7.5 6.75 7.5 4.5 6.75 6.75 7.5 7.5 4.5 6.75 6.75 7.5 7.5 6.75 7.5 7.5 6.75 7.5 6.75 7.5 8.25]
+xshow
+grestore
+% 477E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 21499.1 563 moveto
+21412.9 563 lineto
+21412.9 527 lineto
+21499.1 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 21499.1 563 moveto
+21412.9 563 lineto
+21412.9 527 lineto
+21499.1 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+21420.4 540.65 moveto
+(3089106e3b)
+[6.75 7.5 7.5 7.5 6.75 7.5 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 149->477E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 21525 823 moveto
+21512 771 21477 629 21462 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+21461 566.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+21461 566.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+21498.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 478E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 21325 290 moveto
+21271 290 lineto
+21271 254 lineto
+21325 254 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 21325 290 moveto
+21271 290 lineto
+21271 254 lineto
+21325 254 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+21280.8 267.65 moveto
+(5c6a2)
+[6.75 6.75 7.5 6.75 6.75]
+xshow
+grestore
+% 477E->478E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 21445 527 moveto
+21417 477 21337 340 21309 290 curveto
+stroke
+grestore
+% 150
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 25172.8 1685 moveto
+25122.4 1705 lineto
+25021.6 1705 lineto
+24971.2 1685 lineto
+25021.6 1665 lineto
+25122.4 1665 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 25172.8 1685 moveto
+25122.4 1705 lineto
+25021.6 1705 lineto
+24971.2 1685 lineto
+25021.6 1665 lineto
+25122.4 1665 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+24997.8 1680.65 moveto
+(6fb7a84e370ef70feac5cb)
+[7.5 4.5 6.75 7.5 6.75 7.5 8.25 6.75 6.75 7.5 7.5 6.75 4.5 7.5 7.5 4.5 6.75 6.75 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 479E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 25068.8 1425 moveto
+24971.2 1425 lineto
+24971.2 1389 lineto
+25068.8 1389 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 25068.8 1425 moveto
+24971.2 1425 lineto
+24971.2 1389 lineto
+25068.8 1389 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+24978.8 1402.65 moveto
+(396b16a892fe)
+[6.75 7.5 7.5 6.75 6.75 7.5 6.75 7.5 7.5 6.75 4.5 6.75]
+xshow
+grestore
+% 150->479E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 25068 1665 moveto
+25058 1615 25035 1488 25025 1433 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+25024 1428.88 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+25024 1428.88 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+25049.1 1541.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 479E->358E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 25009 1389 moveto
+24979 1338 24893 1194 24863 1143 curveto
+stroke
+grestore
+% 151
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 15341.1 1125 moveto
+15295.1 1145 lineto
+15202.9 1145 lineto
+15156.9 1125 lineto
+15202.9 1105 lineto
+15295.1 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 15341.1 1125 moveto
+15295.1 1145 lineto
+15202.9 1145 lineto
+15156.9 1125 lineto
+15202.9 1105 lineto
+15295.1 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+15181.9 1120.65 moveto
+(e343cea291b79a2ed4e)
+[6.75 6.75 8.25 6.75 6.75 6.75 6.75 6.75 7.5 6.75 6.75 7.5 7.5 6.75 6.75 6.75 7.5 8.25 6.75]
+xshow
+grestore
+% 481E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 14952.1 861 moveto
+14825.9 861 lineto
+14825.9 825 lineto
+14952.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 14952.1 861 moveto
+14825.9 861 lineto
+14825.9 825 lineto
+14952.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+14833.9 838.65 moveto
+(88d8b220746882d)
+[7.5 7.5 7.5 7.5 6.75 6.75 6.75 7.5 7.5 8.25 7.5 7.5 7.5 6.75 7.5]
+xshow
+grestore
+% 151->481E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 15223 1105 moveto
+15158 1055 14988 921 14918 866 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+14915.1 863.561 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+14915.1 863.561 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+15069.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 482E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 14963.9 563 moveto
+14884.1 563 lineto
+14884.1 527 lineto
+14963.9 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 14963.9 563 moveto
+14884.1 563 lineto
+14884.1 527 lineto
+14963.9 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+14892.1 540.65 moveto
+(a3781072b)
+[6.75 6.75 7.5 7.5 6.75 7.5 7.5 6.75 6.75]
+xshow
+grestore
+% 481E->482E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 14891 825 moveto
+14898 772 14916 617 14922 563 curveto
+stroke
+grestore
+% 152
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 30942.9 1125 moveto
+30890.9 1145 lineto
+30787.1 1145 lineto
+30735.1 1125 lineto
+30787.1 1105 lineto
+30890.9 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 30942.9 1125 moveto
+30890.9 1145 lineto
+30787.1 1145 lineto
+30735.1 1125 lineto
+30787.1 1105 lineto
+30890.9 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+30762.1 1120.65 moveto
+(5f2592b20f13356b7fc8b42)
+[6.75 4.5 6.75 6.75 7.5 6.75 6.75 6.75 7.5 4.5 6.75 6.75 6.75 6.75 7.5 6.75 7.5 4.5 6.75 7.5 6.75 8.25 6.75]
+xshow
+grestore
+% 483E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 30826 861 moveto
+30772 861 lineto
+30772 825 lineto
+30826 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 30826 861 moveto
+30772 861 lineto
+30772 825 lineto
+30826 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+30783.6 838.65 moveto
+(483E)
+[8.25 7.5 6.75 8.25]
+xshow
+grestore
+% 152->483E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 30836 1105 moveto
+30829 1055 30811 925 30803 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+30802.5 864.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+30802.5 864.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+30819.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 484E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 30389 563 moveto
+30335 563 lineto
+30335 527 lineto
+30389 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 30389 563 moveto
+30335 563 lineto
+30335 527 lineto
+30389 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+30345.9 540.65 moveto
+(484E)
+[8.25 7.5 8.25 8.25]
+xshow
+grestore
+% 483E->484E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 30772 825 moveto
+30694 771 30466 616 30389 563 curveto
+stroke
+grestore
+% 153
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 12009.8 1685 moveto
+11952.9 1705 lineto
+11839.1 1705 lineto
+11782.2 1685 lineto
+11839.1 1665 lineto
+11952.9 1665 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 12009.8 1685 moveto
+11952.9 1705 lineto
+11839.1 1705 lineto
+11782.2 1685 lineto
+11839.1 1665 lineto
+11952.9 1665 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+11810.5 1680.65 moveto
+(275a0407e33e9b8aa9cdd051)
+[6.75 7.5 6.75 6.75 7.5 8.25 7.5 7.5 6.75 6.75 6.75 6.75 7.5 6.75 7.5 6.75 6.75 7.5 6.75 7.5 7.5 7.5 6.75 6.75]
+xshow
+grestore
+% 731E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 11905 1425 moveto
+11851 1425 lineto
+11851 1389 lineto
+11905 1389 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 11905 1425 moveto
+11851 1425 lineto
+11851 1389 lineto
+11905 1389 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+11863.4 1402.65 moveto
+(731E)
+[7.5 6.75 6.75 8.25]
+xshow
+grestore
+% 153->731E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 11895 1665 moveto
+11892 1615 11884 1489 11880 1433 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+11879.5 1428.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+11879.5 1428.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+11889.1 1541.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 732E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 11934 1143 moveto
+11822 1143 lineto
+11822 1107 lineto
+11934 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 11934 1143 moveto
+11822 1143 lineto
+11822 1107 lineto
+11934 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+11830 1120.65 moveto
+(37f57e81ebed95)
+[6.75 7.5 4.5 6.75 7.5 6.75 7.5 6.75 6.75 6.75 6.75 7.5 7.5 6.75]
+xshow
+grestore
+% 731E->732E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 11878 1389 moveto
+11878 1338 11878 1194 11878 1143 curveto
+stroke
+grestore
+% 155
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 51512.9 1125 moveto
+51464.5 1145 lineto
+51367.5 1145 lineto
+51319.1 1125 lineto
+51367.5 1105 lineto
+51464.5 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 51512.9 1125 moveto
+51464.5 1145 lineto
+51367.5 1145 lineto
+51319.1 1125 lineto
+51367.5 1105 lineto
+51464.5 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+51345.1 1120.65 moveto
+(173fd00917644f0f1f3e3)
+[6.75 7.5 6.75 4.5 7.5 7.5 7.5 7.5 6.75 7.5 7.5 8.25 8.25 4.5 7.5 4.5 6.75 4.5 6.75 6.75 6.75]
+xshow
+grestore
+% 485E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 51360.1 861 moveto
+51267.9 861 lineto
+51267.9 825 lineto
+51360.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 51360.1 861 moveto
+51267.9 861 lineto
+51267.9 825 lineto
+51360.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+51275.4 838.65 moveto
+(0acc5bb8ca4)
+[7.5 6.75 6.75 6.75 6.75 6.75 6.75 7.5 6.75 6.75 8.25]
+xshow
+grestore
+% 155->485E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 51409 1105 moveto
+51390 1054 51344 925 51324 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+51322.4 864.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+51322.4 864.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+51363.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 486E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 51337 563 moveto
+51243 563 lineto
+51243 527 lineto
+51337 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 51337 563 moveto
+51243 563 lineto
+51243 527 lineto
+51337 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+51251 540.65 moveto
+(59a8b435ccd)
+[6.75 7.5 6.75 7.5 6.75 8.25 6.75 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 485E->486E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 51313 825 moveto
+51308 772 51296 617 51291 563 curveto
+stroke
+grestore
+% 156
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 1078.78 1125 moveto
+1034.89 1145 lineto
+947.111 1145 lineto
+903.223 1125 lineto
+947.111 1105 lineto
+1034.89 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 1078.78 1125 moveto
+1034.89 1145 lineto
+947.111 1145 lineto
+903.223 1125 lineto
+947.111 1105 lineto
+1034.89 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+927.625 1120.65 moveto
+(c72df69b40156a3254)
+[6.75 7.5 6.75 7.5 4.5 7.5 7.5 6.75 8.25 7.5 6.75 6.75 7.5 6.75 6.75 6.75 6.75 8.25]
+xshow
+grestore
+% 487E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 932.123 861 moveto
+863.877 861 lineto
+863.877 825 lineto
+932.123 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 932.123 861 moveto
+863.877 861 lineto
+863.877 825 lineto
+932.123 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+871.375 838.65 moveto
+(fff03efcd)
+[4.5 4.5 4.5 7.5 6.75 6.75 4.5 6.75 7.5]
+xshow
+grestore
+% 156->487E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 984 1105 moveto
+968 1054 925 925 907 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+905.405 864.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+905.405 864.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+945.125 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 488E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 1213.12 563 moveto
+1140.88 563 lineto
+1140.88 527 lineto
+1213.12 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 1213.12 563 moveto
+1140.88 563 lineto
+1140.88 527 lineto
+1213.12 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+1148.88 540.65 moveto
+(a738ba39)
+[6.75 7.5 6.75 7.5 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 487E->488E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 932 825 moveto
+997 789 1136 714 1138 712 curveto
+1173 666 1178 596 1178 563 curveto
+stroke
+grestore
+% 157
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 51097.1 1125 moveto
+51051.1 1145 lineto
+50958.9 1145 lineto
+50912.9 1125 lineto
+50958.9 1105 lineto
+51051.1 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 51097.1 1125 moveto
+51051.1 1145 lineto
+50958.9 1145 lineto
+50912.9 1125 lineto
+50958.9 1105 lineto
+51051.1 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+50937.9 1120.65 moveto
+(6c632ad9c42228bb337)
+[7.5 6.75 7.5 6.75 6.75 6.75 7.5 7.5 6.75 8.25 6.75 6.75 6.75 7.5 6.75 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 489E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 50986 861 moveto
+50932 861 lineto
+50932 825 lineto
+50986 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 50986 861 moveto
+50932 861 lineto
+50932 825 lineto
+50986 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+50948.5 838.65 moveto
+(eb8)
+[6.75 6.75 7.5]
+xshow
+grestore
+% 157->489E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 51002 1105 moveto
+50993 1055 50972 925 50963 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+50962.5 864.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+50962.5 864.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+50980.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 490E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 50905 563 moveto
+50823 563 lineto
+50823 527 lineto
+50905 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 50905 563 moveto
+50823 563 lineto
+50823 527 lineto
+50905 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+50831 540.65 moveto
+(86e9b0428)
+[7.5 7.5 6.75 7.5 6.75 7.5 8.25 6.75 7.5]
+xshow
+grestore
+% 489E->490E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 50953 825 moveto
+50937 772 50887 617 50870 563 curveto
+stroke
+grestore
+% 158
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 24499.2 1125 moveto
+24450.1 1145 lineto
+24351.9 1145 lineto
+24302.8 1125 lineto
+24351.9 1105 lineto
+24450.1 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 24499.2 1125 moveto
+24450.1 1145 lineto
+24351.9 1145 lineto
+24302.8 1125 lineto
+24351.9 1105 lineto
+24450.1 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+24328.6 1120.65 moveto
+(bbb13dc62adf2de2a42b6)
+[6.75 6.75 6.75 6.75 6.75 7.5 6.75 7.5 6.75 6.75 7.5 4.5 6.75 7.5 6.75 6.75 6.75 8.25 6.75 6.75 7.5]
+xshow
+grestore
+% 491E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 25993.1 861 moveto
+25906.9 861 lineto
+25906.9 825 lineto
+25993.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 25993.1 861 moveto
+25906.9 861 lineto
+25906.9 825 lineto
+25993.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+25914.4 838.65 moveto
+(69ce90c9b2)
+[7.5 7.5 6.75 6.75 7.5 7.5 6.75 7.5 6.75 6.75]
+xshow
+grestore
+% 158->491E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 24436 1105 moveto
+24496 1071 24625 1004 24741 974 curveto
+25241 843 25399 996 25898 866 curveto
+25900 866 25903 865 25905 864 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+25909.3 862.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+25909.3 862.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+24741.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 492E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 26028.1 563 moveto
+25967.9 563 lineto
+25967.9 527 lineto
+26028.1 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 26028.1 563 moveto
+25967.9 563 lineto
+25967.9 527 lineto
+26028.1 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+25975.9 540.65 moveto
+(a4c7d0)
+[6.75 8.25 6.75 7.5 7.5 7.5]
+xshow
+grestore
+% 491E->492E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 25953 825 moveto
+25961 772 25986 617 25995 563 curveto
+stroke
+grestore
+% 159
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 59139.1 1407 moveto
+59112 1427 lineto
+59058 1427 lineto
+59030.9 1407 lineto
+59058 1387 lineto
+59112 1387 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 59139.1 1407 moveto
+59112 1427 lineto
+59058 1427 lineto
+59030.9 1407 lineto
+59058 1387 lineto
+59112 1387 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+59051.2 1402.65 moveto
+(6282bc21f6)
+[7.5 6.75 7.5 6.75 6.75 6.75 6.75 6.75 4.5 7.5]
+xshow
+grestore
+% 495E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 59167.2 1143 moveto
+59002.8 1143 lineto
+59002.8 1107 lineto
+59167.2 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 59167.2 1143 moveto
+59002.8 1143 lineto
+59002.8 1107 lineto
+59167.2 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+59010.8 1120.65 moveto
+(de34214b4c258c9333ec3)
+[7.5 6.75 6.75 8.25 6.75 6.75 8.25 6.75 8.25 6.75 6.75 6.75 7.5 6.75 7.5 6.75 6.75 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 159->495E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 59085 1387 moveto
+59085 1337 59085 1207 59085 1151 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+59085 1147 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+59085 1147 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+59084.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 795E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 59134.1 861 moveto
+59013.9 861 lineto
+59013.9 825 lineto
+59134.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 59134.1 861 moveto
+59013.9 861 lineto
+59013.9 825 lineto
+59134.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+59021.9 838.65 moveto
+(16c3ae29c0bc713)
+[6.75 7.5 6.75 6.75 6.75 6.75 6.75 7.5 6.75 7.5 6.75 6.75 7.5 6.75 6.75]
+xshow
+grestore
+% 495E->795E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 59084 1107 moveto
+59082 1056 59077 912 59075 861 curveto
+stroke
+grestore
+% 160
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 52215.1 1125 moveto
+52154.6 1145 lineto
+52033.4 1145 lineto
+51972.9 1125 lineto
+52033.4 1105 lineto
+52154.6 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 52215.1 1125 moveto
+52154.6 1145 lineto
+52033.4 1145 lineto
+51972.9 1125 lineto
+52033.4 1105 lineto
+52154.6 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+52001.8 1120.65 moveto
+(71cf45dd4e91bcca945137b40e)
+[7.5 6.75 6.75 4.5 8.25 6.75 7.5 7.5 8.25 6.75 7.5 6.75 6.75 6.75 6.75 6.75 7.5 8.25 6.75 6.75 6.75 7.5 6.75 8.25 7.5 6.75]
+xshow
+grestore
+% 499E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 52130.1 861 moveto
+52057.9 861 lineto
+52057.9 825 lineto
+52130.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 52130.1 861 moveto
+52057.9 861 lineto
+52057.9 825 lineto
+52130.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+52065.9 838.65 moveto
+(65fd8495)
+[7.5 6.75 4.5 7.5 7.5 8.25 7.5 6.75]
+xshow
+grestore
+% 160->499E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 52094 1105 moveto
+52094 1055 52094 925 52094 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+52094 865 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+52094 865 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+52093.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 500E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 51891 563 moveto
+51767 563 lineto
+51767 527 lineto
+51891 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 51891 563 moveto
+51767 563 lineto
+51767 527 lineto
+51891 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+51775 540.65 moveto
+(a8f0fe2eb7bc1471)
+[6.75 7.5 4.5 7.5 4.5 6.75 6.75 6.75 6.75 7.5 6.75 6.75 6.75 8.25 7.5 6.75]
+xshow
+grestore
+% 499E->500E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 52058 825 moveto
+52005 797 51906 743 51882 712 curveto
+51846 666 51834 596 51831 563 curveto
+stroke
+grestore
+% 161
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 27460.8 1125 moveto
+27400.9 1145 lineto
+27281.1 1145 lineto
+27221.2 1125 lineto
+27281.1 1105 lineto
+27400.9 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 27460.8 1125 moveto
+27400.9 1145 lineto
+27281.1 1145 lineto
+27221.2 1125 lineto
+27281.1 1105 lineto
+27400.9 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+27249.9 1120.65 moveto
+(a3b6df27179b175c88fa4c9cf9f)
+[6.75 6.75 6.75 7.5 7.5 4.5 6.75 7.5 6.75 7.5 7.5 6.75 6.75 7.5 6.75 6.75 7.5 7.5 4.5 6.75 8.25 6.75 7.5 6.75 4.5 7.5 4.5]
+xshow
+grestore
+% 501E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 27285 861 moveto
+27231 861 lineto
+27231 825 lineto
+27285 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 27285 861 moveto
+27231 861 lineto
+27231 825 lineto
+27285 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+27243.4 838.65 moveto
+(6577)
+[7.5 6.75 7.5 7.5]
+xshow
+grestore
+% 161->501E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 27335 1105 moveto
+27321 1054 27282 925 27265 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+27264 864.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+27264 864.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+27300.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 502E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 26996 563 moveto
+26942 563 lineto
+26942 527 lineto
+26996 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 26996 563 moveto
+26942 563 lineto
+26942 527 lineto
+26996 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+26950.6 540.65 moveto
+(4f6f7f)
+[8.25 4.5 7.5 4.5 7.5 4.5]
+xshow
+grestore
+% 501E->502E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 27240 825 moveto
+27189 772 27039 617 26987 563 curveto
+stroke
+grestore
+% 162
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 36452.9 1125 moveto
+36399.4 1145 lineto
+36292.6 1145 lineto
+36239.1 1125 lineto
+36292.6 1105 lineto
+36399.4 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 36452.9 1125 moveto
+36399.4 1145 lineto
+36292.6 1145 lineto
+36239.1 1125 lineto
+36292.6 1105 lineto
+36399.4 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+36266.5 1120.65 moveto
+(284f14a259991806654e74)
+[6.75 7.5 8.25 4.5 6.75 8.25 6.75 6.75 6.75 7.5 7.5 7.5 6.75 7.5 7.5 7.5 7.5 6.75 8.25 6.75 7.5 8.25]
+xshow
+grestore
+% 503E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 36357.1 861 moveto
+36242.9 861 lineto
+36242.9 825 lineto
+36357.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 36357.1 861 moveto
+36242.9 861 lineto
+36242.9 825 lineto
+36357.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+36250.9 838.65 moveto
+(4280833ef80172)
+[8.25 6.75 7.5 7.5 7.5 6.75 6.75 6.75 4.5 7.5 7.5 6.75 7.5 6.75]
+xshow
+grestore
+% 162->503E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 36343 1105 moveto
+36334 1055 36313 925 36304 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+36303.5 864.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+36303.5 864.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+36324.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 163
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 8215.78 1125 moveto
+8171.89 1145 lineto
+8084.11 1145 lineto
+8040.22 1125 lineto
+8084.11 1105 lineto
+8171.89 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 8215.78 1125 moveto
+8171.89 1145 lineto
+8084.11 1145 lineto
+8040.22 1125 lineto
+8084.11 1105 lineto
+8171.89 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+8064.62 1120.65 moveto
+(a7c99ccf6ddf6f5ebbe)
+[6.75 7.5 6.75 7.5 7.5 6.75 6.75 4.5 7.5 7.5 7.5 4.5 7.5 4.5 6.75 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 505E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 8175 861 moveto
+8121 861 lineto
+8121 825 lineto
+8175 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 8175 861 moveto
+8121 861 lineto
+8121 825 lineto
+8175 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+8130.75 838.65 moveto
+(c4fd8)
+[6.75 8.25 4.5 7.5 7.5]
+xshow
+grestore
+% 163->505E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 8129 1105 moveto
+8133 1055 8142 925 8146 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+8146.5 864.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+8146.5 864.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+8140.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 506E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 8082.12 563 moveto
+8001.88 563 lineto
+8001.88 527 lineto
+8082.12 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 8082.12 563 moveto
+8001.88 563 lineto
+8001.88 527 lineto
+8082.12 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+8009.38 540.65 moveto
+(7528dd86b)
+[7.5 6.75 6.75 7.5 7.5 7.5 7.5 7.5 6.75]
+xshow
+grestore
+% 505E->506E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 8142 825 moveto
+8123 772 8068 617 8049 563 curveto
+stroke
+grestore
+% 164
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 44669.2 1125 moveto
+44641.1 1145 lineto
+44584.9 1145 lineto
+44556.8 1125 lineto
+44584.9 1105 lineto
+44641.1 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 44669.2 1125 moveto
+44641.1 1145 lineto
+44584.9 1145 lineto
+44556.8 1125 lineto
+44584.9 1105 lineto
+44641.1 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+44577.4 1120.65 moveto
+(c32d2697e8)
+[6.75 6.75 6.75 7.5 6.75 7.5 7.5 7.5 6.75 7.5]
+xshow
+grestore
+% 507E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 44628.1 861 moveto
+44547.9 861 lineto
+44547.9 825 lineto
+44628.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 44628.1 861 moveto
+44547.9 861 lineto
+44547.9 825 lineto
+44628.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+44555.4 838.65 moveto
+(52f247fc3b)
+[6.75 6.75 4.5 6.75 8.25 7.5 4.5 6.75 6.75 6.75]
+xshow
+grestore
+% 164->507E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 44611 1105 moveto
+44606 1055 44595 925 44591 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+44590.5 864.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+44590.5 864.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+44601.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 508E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 44549 563 moveto
+44495 563 lineto
+44495 527 lineto
+44549 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 44549 563 moveto
+44495 563 lineto
+44495 527 lineto
+44549 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+44507 540.65 moveto
+(508E)
+[6.75 7.5 7.5 8.25]
+xshow
+grestore
+% 507E->508E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 44584 825 moveto
+44572 772 44538 617 44526 563 curveto
+stroke
+grestore
+% 165
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 23603.1 1125 moveto
+23545.5 1145 lineto
+23430.5 1145 lineto
+23372.9 1125 lineto
+23430.5 1105 lineto
+23545.5 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 23603.1 1125 moveto
+23545.5 1145 lineto
+23430.5 1145 lineto
+23372.9 1125 lineto
+23430.5 1105 lineto
+23545.5 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+23401 1120.65 moveto
+(d12bd75c24b110ef90cdd35d3)
+[7.5 6.75 6.75 6.75 7.5 7.5 6.75 6.75 6.75 8.25 6.75 6 6.75 7.5 6.75 4.5 7.5 7.5 6.75 7.5 7.5 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 509E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 25161 861 moveto
+25107 861 lineto
+25107 825 lineto
+25161 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 25161 861 moveto
+25107 861 lineto
+25107 825 lineto
+25161 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+25119 838.65 moveto
+(0668)
+[7.5 7.5 7.5 7.5]
+xshow
+grestore
+% 165->509E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 23509 1105 moveto
+23546 1071 23626 1003 23708 974 curveto
+24293 767 24511 1062 25098 866 curveto
+25099 866 25101 865 25102 865 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+25105.5 862.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+25105.5 862.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+23708.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 510E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 25315.2 563 moveto
+25198.8 563 lineto
+25198.8 527 lineto
+25315.2 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 25315.2 563 moveto
+25198.8 563 lineto
+25198.8 527 lineto
+25315.2 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+25206.8 540.65 moveto
+(32b98f11f3d01d6)
+[6.75 6.75 6.75 7.5 7.5 4.5 6 6.75 4.5 6.75 7.5 7.5 6.75 7.5 7.5]
+xshow
+grestore
+% 509E->510E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 25142 825 moveto
+25163 772 25227 617 25249 563 curveto
+stroke
+grestore
+% 166
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 38611 1125 moveto
+38555 1145 lineto
+38443 1145 lineto
+38387 1125 lineto
+38443 1105 lineto
+38555 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 38611 1125 moveto
+38555 1145 lineto
+38443 1145 lineto
+38387 1125 lineto
+38443 1105 lineto
+38555 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+38414.6 1120.65 moveto
+(1c07453d584f3d14b1876fdb)
+[6.75 6.75 7.5 7.5 8.25 6.75 6.75 7.5 6.75 7.5 8.25 4.5 6.75 7.5 6.75 8.25 6.75 6.75 7.5 7.5 7.5 4.5 7.5 6.75]
+xshow
+grestore
+% 511E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 38490.8 861 moveto
+38395.2 861 lineto
+38395.2 825 lineto
+38490.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 38490.8 861 moveto
+38395.2 861 lineto
+38395.2 825 lineto
+38490.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+38403.2 838.65 moveto
+(460aed10cc9)
+[8.25 7.5 7.5 6.75 6.75 7.5 6.75 7.5 6.75 6.75 7.5]
+xshow
+grestore
+% 166->511E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 38495 1105 moveto
+38485 1055 38460 925 38449 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+38448 864.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+38448 864.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+38471.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 167
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 46785.2 1125 moveto
+46729.6 1145 lineto
+46618.4 1145 lineto
+46562.8 1125 lineto
+46618.4 1105 lineto
+46729.6 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 46785.2 1125 moveto
+46729.6 1145 lineto
+46618.4 1145 lineto
+46562.8 1125 lineto
+46618.4 1105 lineto
+46729.6 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+46590.8 1120.65 moveto
+(f713a8b311ffa05ce3683ad10)
+[4.5 7.5 6.75 6.75 6.75 7.5 6.75 6.75 6 6.75 4.5 4.5 6.75 7.5 6.75 6.75 6.75 6.75 7.5 7.5 6.75 6.75 7.5 6.75 7.5]
+xshow
+grestore
+% 513E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 46851.9 861 moveto
+46752.1 861 lineto
+46752.1 825 lineto
+46851.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 46851.9 861 moveto
+46752.1 861 lineto
+46752.1 825 lineto
+46851.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+46759.6 838.65 moveto
+(30d6138b63eb)
+[6.75 7.5 7.5 7.5 6.75 6.75 7.5 6.75 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 167->513E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 46683 1105 moveto
+46706 1054 46765 924 46791 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+46792.4 864.677 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+46792.4 864.677 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+46743.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 514E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 46974.2 563 moveto
+46881.8 563 lineto
+46881.8 527 lineto
+46974.2 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 46974.2 563 moveto
+46881.8 563 lineto
+46881.8 527 lineto
+46974.2 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+46889.8 540.65 moveto
+(bd7aca295ca)
+[6.75 7.5 7.5 6.75 6.75 6.75 6.75 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 513E->514E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 46810 825 moveto
+46832 772 46898 617 46920 563 curveto
+stroke
+grestore
+% 168
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 49698.9 1125 moveto
+49645.4 1145 lineto
+49538.6 1145 lineto
+49485.1 1125 lineto
+49538.6 1105 lineto
+49645.4 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 49698.9 1125 moveto
+49645.4 1145 lineto
+49538.6 1145 lineto
+49485.1 1125 lineto
+49538.6 1105 lineto
+49645.4 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+49512.5 1120.65 moveto
+(3cdc90c57243373efaba65a)
+[6.75 6.75 7.5 6.75 7.5 7.5 6.75 6.75 7.5 6.75 8.25 6.75 6.75 7.5 6.75 6.75 4.5 6.75 6.75 6.75 7.5 6.75 6.75]
+xshow
+grestore
+% 515E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 49567 861 moveto
+49485 861 lineto
+49485 825 lineto
+49567 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 49567 861 moveto
+49485 861 lineto
+49485 825 lineto
+49567 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+49493 838.65 moveto
+(fa2afbd869)
+[4.5 6.75 6.75 6.75 4.5 6.75 7.5 7.5 7.5 7.5]
+xshow
+grestore
+% 168->515E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 49587 1105 moveto
+49576 1055 49545 925 49532 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+49531 864.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+49531 864.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+49557.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 516E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 49345.8 563 moveto
+49280.2 563 lineto
+49280.2 527 lineto
+49345.8 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 49345.8 563 moveto
+49280.2 563 lineto
+49280.2 527 lineto
+49345.8 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+49288.2 540.65 moveto
+(0da9135)
+[7.5 7.5 6.75 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 515E->516E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 49513 825 moveto
+49475 772 49364 617 49326 563 curveto
+stroke
+grestore
+% 169
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 49466.8 1125 moveto
+49412.9 1145 lineto
+49305.1 1145 lineto
+49251.2 1125 lineto
+49305.1 1105 lineto
+49412.9 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 49466.8 1125 moveto
+49412.9 1145 lineto
+49305.1 1145 lineto
+49251.2 1125 lineto
+49305.1 1105 lineto
+49412.9 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+49278.8 1120.65 moveto
+(e3bdbca0e2256fffa8a59018)
+[6.75 6.75 6.75 7.5 6.75 6.75 6.75 7.5 6.75 6.75 6.75 6.75 7.5 4.5 4.5 4.5 6.75 7.5 6.75 6.75 7.5 7.5 6.75 7.5]
+xshow
+grestore
+% 517E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 49285.2 861 moveto
+49202.8 861 lineto
+49202.8 825 lineto
+49285.2 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 49285.2 861 moveto
+49202.8 861 lineto
+49202.8 825 lineto
+49285.2 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+49210.2 838.65 moveto
+(81dabfaba8)
+[7.5 6.75 7.5 6.75 6.75 4.5 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 169->517E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 49351 1105 moveto
+49330 1054 49277 925 49254 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+49252.4 864.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+49252.4 864.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+49300.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 518E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 48691.8 563 moveto
+48624.2 563 lineto
+48624.2 527 lineto
+48691.8 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 48691.8 563 moveto
+48624.2 563 lineto
+48624.2 527 lineto
+48691.8 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+48631.8 540.65 moveto
+(fe821bce)
+[4.5 6.75 7.5 6.75 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 517E->518E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 49208 825 moveto
+49103 771 48795 614 48692 562 curveto
+stroke
+grestore
+% 170
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 46297.1 1125 moveto
+46236.6 1145 lineto
+46115.4 1145 lineto
+46054.9 1125 lineto
+46115.4 1105 lineto
+46236.6 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 46297.1 1125 moveto
+46236.6 1145 lineto
+46115.4 1145 lineto
+46054.9 1125 lineto
+46115.4 1105 lineto
+46236.6 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+46083.8 1120.65 moveto
+(75ba8d840070942eb4e737849)
+[7.5 6.75 6.75 6.75 7.5 7.5 7.5 8.25 7.5 7.5 7.5 7.5 7.5 8.25 6.75 6.75 6.75 8.25 6.75 7.5 6.75 7.5 7.5 8.25 7.5]
+xshow
+grestore
+% 519E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 46483.2 861 moveto
+46400.8 861 lineto
+46400.8 825 lineto
+46483.2 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 46483.2 861 moveto
+46400.8 861 lineto
+46400.8 825 lineto
+46483.2 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+46408.2 838.65 moveto
+(81dabfaba8)
+[7.5 6.75 7.5 6.75 6.75 4.5 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 170->519E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 46187 1105 moveto
+46204 1075 46240 1016 46278 974 curveto
+46318 931 46373 890 46408 866 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+46411.7 863.325 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+46411.7 863.325 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+46278.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 520E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 46530.9 563 moveto
+46455.1 563 lineto
+46455.1 527 lineto
+46530.9 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 46530.9 563 moveto
+46455.1 563 lineto
+46455.1 527 lineto
+46530.9 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+46462.6 540.65 moveto
+(e64f22a31)
+[6.75 7.5 8.25 4.5 6.75 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 519E->520E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 46445 825 moveto
+46454 772 46481 617 46490 563 curveto
+stroke
+grestore
+% 171
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 48007.2 1125 moveto
+47950.1 1145 lineto
+47835.9 1145 lineto
+47778.8 1125 lineto
+47835.9 1105 lineto
+47950.1 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 48007.2 1125 moveto
+47950.1 1145 lineto
+47835.9 1145 lineto
+47778.8 1125 lineto
+47835.9 1105 lineto
+47950.1 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+47806.8 1120.65 moveto
+(fbdc3ca37406f66635c8b226e)
+[4.5 6.75 7.5 6.75 6.75 6.75 6.75 6.75 7.5 8.25 7.5 7.5 4.5 7.5 7.5 7.5 6.75 6.75 6.75 7.5 6.75 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 521E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 47914.1 861 moveto
+47839.9 861 lineto
+47839.9 825 lineto
+47914.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 47914.1 861 moveto
+47839.9 861 lineto
+47839.9 825 lineto
+47914.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+47847.4 838.65 moveto
+(8cbcf5cb5)
+[7.5 6.75 6.75 6.75 4.5 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 171->521E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 47892 1105 moveto
+47889 1055 47882 925 47878 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+47878 865 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+47878 865 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+47884.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 522E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 47758.9 563 moveto
+47685.1 563 lineto
+47685.1 527 lineto
+47758.9 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 47758.9 563 moveto
+47685.1 563 lineto
+47685.1 527 lineto
+47758.9 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+47693.1 540.65 moveto
+(46e412a3)
+[8.25 7.5 6.75 8.25 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 521E->522E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 47867 825 moveto
+47853 799 47827 752 47806 712 curveto
+47778 658 47746 594 47731 563 curveto
+stroke
+grestore
+% 172
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 42500.8 1125 moveto
+42443.9 1145 lineto
+42330.1 1145 lineto
+42273.2 1125 lineto
+42330.1 1105 lineto
+42443.9 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 42500.8 1125 moveto
+42443.9 1145 lineto
+42330.1 1145 lineto
+42273.2 1125 lineto
+42330.1 1105 lineto
+42443.9 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+42301.5 1120.65 moveto
+(40b49a5a9bb256c7a3286e56)
+[8.25 7.5 6.75 8.25 7.5 6.75 6.75 6.75 7.5 6.75 6.75 6.75 6.75 7.5 6.75 7.5 6.75 6.75 6.75 7.5 7.5 6.75 6.75 7.5]
+xshow
+grestore
+% 523E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 42352.2 861 moveto
+42259.8 861 lineto
+42259.8 825 lineto
+42352.2 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 42352.2 861 moveto
+42259.8 861 lineto
+42259.8 825 lineto
+42352.2 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+42267.8 838.65 moveto
+(f72564578be)
+[4.5 7.5 6.75 6.75 7.5 8.25 6.75 7.5 7.5 6.75 6.75]
+xshow
+grestore
+% 172->523E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 42381 1105 moveto
+42367 1054 42330 925 42313 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+42312 864.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+42312 864.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+42347.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 524E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 36876.9 563 moveto
+36803.1 563 lineto
+36803.1 527 lineto
+36876.9 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 36876.9 563 moveto
+36803.1 563 lineto
+36803.1 527 lineto
+36876.9 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+36811.1 540.65 moveto
+(1d792d81)
+[6.75 7.5 7.5 7.5 6.75 7.5 7.5 6.75]
+xshow
+grestore
+% 523E->524E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 42260 834 moveto
+42234 829 42200 823 42170 820 curveto
+39967 572 37225 547 36877 545 curveto
+stroke
+grestore
+% 173
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 47270.8 1125 moveto
+47213.9 1145 lineto
+47100.1 1145 lineto
+47043.2 1125 lineto
+47100.1 1105 lineto
+47213.9 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 47270.8 1125 moveto
+47213.9 1145 lineto
+47100.1 1145 lineto
+47043.2 1125 lineto
+47100.1 1105 lineto
+47213.9 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+47071.5 1120.65 moveto
+(3b2f08d52e4bca3f9ca7bbbd6)
+[6.75 6.75 6.75 4.5 7.5 7.5 7.5 6.75 6.75 6.75 8.25 6.75 6.75 6.75 6.75 4.5 7.5 6.75 6.75 7.5 6.75 6.75 6.75 7.5 7.5]
+xshow
+grestore
+% 525E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 47225.2 861 moveto
+47142.8 861 lineto
+47142.8 825 lineto
+47225.2 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 47225.2 861 moveto
+47142.8 861 lineto
+47142.8 825 lineto
+47225.2 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+47150.2 838.65 moveto
+(81dabfaba8)
+[7.5 6.75 7.5 6.75 6.75 4.5 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 173->525E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 47159 1105 moveto
+47164 1055 47176 925 47181 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+47181.5 864.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+47181.5 864.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+47173.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 526E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 47325.8 563 moveto
+47248.2 563 lineto
+47248.2 527 lineto
+47325.8 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 47325.8 563 moveto
+47248.2 563 lineto
+47248.2 527 lineto
+47325.8 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+47256.2 540.65 moveto
+(99da1f8a5)
+[7.5 7.5 7.5 6.75 6.75 4.5 7.5 6.75 6.75]
+xshow
+grestore
+% 525E->526E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 47190 825 moveto
+47209 772 47262 617 47281 563 curveto
+stroke
+grestore
+% 174
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 49233 1125 moveto
+49173.5 1145 lineto
+49054.5 1145 lineto
+48995 1125 lineto
+49054.5 1105 lineto
+49173.5 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 49233 1125 moveto
+49173.5 1145 lineto
+49054.5 1145 lineto
+48995 1125 lineto
+49054.5 1105 lineto
+49173.5 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+49024 1120.65 moveto
+(4a38abc630c82b0c48dfbf5271)
+[8.25 6.75 6.75 7.5 6.75 6.75 6.75 7.5 6.75 7.5 6.75 7.5 6.75 6.75 7.5 6.75 8.25 7.5 7.5 4.5 6.75 4.5 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 527E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 49070.1 861 moveto
+49001.9 861 lineto
+49001.9 825 lineto
+49070.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 49070.1 861 moveto
+49001.9 861 lineto
+49001.9 825 lineto
+49070.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+49009.4 838.65 moveto
+(f0bd1521)
+[4.5 7.5 6.75 7.5 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 174->527E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 49108 1105 moveto
+49095 1054 49059 925 49043 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+49042 864.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+49042 864.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+49073.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 528E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 48215.8 563 moveto
+48144.2 563 lineto
+48144.2 527 lineto
+48215.8 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 48215.8 563 moveto
+48144.2 563 lineto
+48144.2 527 lineto
+48215.8 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+48152.2 540.65 moveto
+(0f167280)
+[7.5 4.5 6.75 7.5 7.5 6.75 7.5 7.5]
+xshow
+grestore
+% 527E->528E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 49002 831 moveto
+48865 784 48357 606 48216 558 curveto
+stroke
+grestore
+% 175
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 47024.8 1125 moveto
+46969.4 1145 lineto
+46858.6 1145 lineto
+46803.2 1125 lineto
+46858.6 1105 lineto
+46969.4 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 47024.8 1125 moveto
+46969.4 1145 lineto
+46858.6 1145 lineto
+46803.2 1125 lineto
+46858.6 1105 lineto
+46969.4 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+46831.1 1120.65 moveto
+(2d7b7fb6c9ad6821752651f7)
+[6.75 7.5 7.5 6.75 7.5 4.5 6.75 7.5 6.75 7.5 6.75 7.5 7.5 7.5 6.75 6.75 7.5 6.75 6.75 7.5 6.75 6.75 4.5 7.5]
+xshow
+grestore
+% 529E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 47023.9 861 moveto
+46950.1 861 lineto
+46950.1 825 lineto
+47023.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 47023.9 861 moveto
+46950.1 861 lineto
+46950.1 825 lineto
+47023.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+46958.1 838.65 moveto
+(47b2da3d)
+[8.25 7.5 6.75 6.75 7.5 6.75 6.75 7.5]
+xshow
+grestore
+% 175->529E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 46919 1105 moveto
+46932 1055 46966 925 46980 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+46981 864.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+46981 864.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+46954.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 530E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 47195.9 563 moveto
+47138.1 563 lineto
+47138.1 527 lineto
+47195.9 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 47195.9 563 moveto
+47138.1 563 lineto
+47138.1 527 lineto
+47195.9 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+47145.6 540.65 moveto
+(82d201)
+[7.5 6.75 7.5 6.75 7.5 6.75]
+xshow
+grestore
+% 529E->530E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 46998 825 moveto
+47030 772 47124 617 47156 563 curveto
+stroke
+grestore
+% 176
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 48743.1 1125 moveto
+48687 1145 lineto
+48575 1145 lineto
+48518.9 1125 lineto
+48575 1105 lineto
+48687 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 48743.1 1125 moveto
+48687 1145 lineto
+48575 1145 lineto
+48518.9 1125 lineto
+48575 1105 lineto
+48687 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+48547 1120.65 moveto
+(910b00285f11bb90d0a15641)
+[7.5 6.75 7.5 6.75 7.5 7.5 6.75 7.5 6.75 4.5 6 6.75 6.75 6.75 7.5 7.5 7.5 7.5 6.75 6.75 6.75 7.5 8.25 6.75]
+xshow
+grestore
+% 531E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 48605.2 861 moveto
+48522.8 861 lineto
+48522.8 825 lineto
+48605.2 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 48605.2 861 moveto
+48522.8 861 lineto
+48522.8 825 lineto
+48605.2 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+48530.2 838.65 moveto
+(81dabfaba8)
+[7.5 6.75 7.5 6.75 6.75 4.5 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 176->531E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 48626 1105 moveto
+48615 1055 48583 925 48570 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+48569 864.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+48569 864.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+48596.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 532E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 48049 563 moveto
+47977 563 lineto
+47977 527 lineto
+48049 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 48049 563 moveto
+47977 563 lineto
+47977 527 lineto
+48049 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+47984.5 540.65 moveto
+(1d529eb4)
+[6.75 7.5 6.75 6.75 7.5 6.75 6.75 8.25]
+xshow
+grestore
+% 531E->532E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 48523 834 moveto
+48414 808 48126 740 48093 712 curveto
+48045 672 48024 597 48016 563 curveto
+stroke
+grestore
+% 177
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 46545.1 1125 moveto
+46487.6 1145 lineto
+46372.4 1145 lineto
+46314.9 1125 lineto
+46372.4 1105 lineto
+46487.6 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 46545.1 1125 moveto
+46487.6 1145 lineto
+46372.4 1145 lineto
+46314.9 1125 lineto
+46372.4 1105 lineto
+46487.6 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+46343.4 1120.65 moveto
+(24431c3eb075102f07cc2c1be)
+[6.75 8.25 8.25 6.75 6.75 6.75 6.75 6.75 6.75 7.5 7.5 6.75 6.75 7.5 6.75 4.5 7.5 7.5 6.75 6.75 6.75 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 533E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 46575 861 moveto
+46521 861 lineto
+46521 825 lineto
+46575 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 46575 861 moveto
+46521 861 lineto
+46521 825 lineto
+46575 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+46533.8 838.65 moveto
+(533E)
+[6.75 6.75 6.75 8.25]
+xshow
+grestore
+% 177->533E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 46438 1105 moveto
+46460 1054 46514 925 46537 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+46538.6 864.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+46538.6 864.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+46494.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 534E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 46615 563 moveto
+46561 563 lineto
+46561 527 lineto
+46615 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 46615 563 moveto
+46561 563 lineto
+46561 527 lineto
+46615 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+46573 540.65 moveto
+(534E)
+[6.75 6.75 8.25 8.25]
+xshow
+grestore
+% 533E->534E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 46550 825 moveto
+46557 772 46578 617 46586 563 curveto
+stroke
+grestore
+% 178
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 48255.1 1125 moveto
+48197.6 1145 lineto
+48082.4 1145 lineto
+48024.9 1125 lineto
+48082.4 1105 lineto
+48197.6 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 48255.1 1125 moveto
+48197.6 1145 lineto
+48082.4 1145 lineto
+48024.9 1125 lineto
+48082.4 1105 lineto
+48197.6 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+48053.4 1120.65 moveto
+(07f8a9e55a16beddb3c9153b0)
+[7.5 7.5 4.5 7.5 6.75 7.5 6.75 6.75 6.75 6.75 6.75 7.5 6.75 6.75 7.5 7.5 6.75 6.75 6.75 7.5 6.75 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 535E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 48106.2 861 moveto
+48023.8 861 lineto
+48023.8 825 lineto
+48106.2 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 48106.2 861 moveto
+48023.8 861 lineto
+48023.8 825 lineto
+48106.2 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+48031.2 838.65 moveto
+(81dabfaba8)
+[7.5 6.75 7.5 6.75 6.75 4.5 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 178->535E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 48135 1105 moveto
+48121 1055 48087 925 48072 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+48071 864.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+48071 864.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+48101.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 536E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 47859.9 563 moveto
+47784.1 563 lineto
+47784.1 527 lineto
+47859.9 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 47859.9 563 moveto
+47784.1 563 lineto
+47784.1 527 lineto
+47859.9 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+47791.6 540.65 moveto
+(bf141dbce)
+[6.75 4.5 6.75 8.25 6.75 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 535E->536E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 48026 825 moveto
+47984 803 47918 764 47879 712 curveto
+47844 665 47830 596 47824 563 curveto
+stroke
+grestore
+% 179
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 48500.8 1125 moveto
+48443.9 1145 lineto
+48330.1 1145 lineto
+48273.2 1125 lineto
+48330.1 1105 lineto
+48443.9 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 48500.8 1125 moveto
+48443.9 1145 lineto
+48330.1 1145 lineto
+48273.2 1125 lineto
+48330.1 1105 lineto
+48443.9 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+48301.5 1120.65 moveto
+(c1c30f30d40c4f1f84924622f)
+[6.75 6.75 6.75 6.75 7.5 4.5 6.75 7.5 7.5 8.25 7.5 6.75 8.25 4.5 6.75 4.5 7.5 8.25 7.5 6.75 8.25 7.5 6.75 6.75 4.5]
+xshow
+grestore
+% 537E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 48245.8 861 moveto
+48160.2 861 lineto
+48160.2 825 lineto
+48245.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 48245.8 861 moveto
+48160.2 861 lineto
+48160.2 825 lineto
+48245.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+48167.8 838.65 moveto
+(c5d5be3942)
+[6.75 6.75 7.5 6.75 6.75 6.75 6.75 7.5 8.25 6.75]
+xshow
+grestore
+% 179->537E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 48374 1105 moveto
+48341 1054 48256 924 48220 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+48217.3 864.255 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+48217.3 864.255 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+48294.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 538E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 47956.9 563 moveto
+47881.1 563 lineto
+47881.1 527 lineto
+47956.9 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 47956.9 563 moveto
+47881.1 563 lineto
+47881.1 527 lineto
+47956.9 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+47888.6 540.65 moveto
+(e3fd0c7b3)
+[6.75 6.75 4.5 7.5 7.5 6.75 7.5 6.75 6.75]
+xshow
+grestore
+% 537E->538E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 48160 826 moveto
+48112 805 48037 766 47990 712 curveto
+47951 666 47931 596 47923 563 curveto
+stroke
+grestore
+% 180
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 48976.8 1125 moveto
+48922.9 1145 lineto
+48815.1 1145 lineto
+48761.2 1125 lineto
+48815.1 1105 lineto
+48922.9 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 48976.8 1125 moveto
+48922.9 1145 lineto
+48815.1 1145 lineto
+48761.2 1125 lineto
+48815.1 1105 lineto
+48922.9 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+48788.8 1120.65 moveto
+(86276bb1e23f2c7ffcbe82a0)
+[7.5 7.5 6.75 7.5 7.5 6.75 6.75 6.75 6.75 6.75 6.75 4.5 6.75 6.75 7.5 4.5 4.5 6.75 6.75 6.75 7.5 6.75 6.75 7.5]
+xshow
+grestore
+% 539E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 48802.2 861 moveto
+48727.8 861 lineto
+48727.8 825 lineto
+48802.2 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 48802.2 861 moveto
+48727.8 861 lineto
+48727.8 825 lineto
+48802.2 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+48735.8 838.65 moveto
+(0f940646)
+[7.5 4.5 7.5 8.25 7.5 7.5 8.25 7.5]
+xshow
+grestore
+% 180->539E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 48862 1105 moveto
+48843 1054 48795 925 48775 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+48773.4 864.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+48773.4 864.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+48816.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 540E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 48126 563 moveto
+48068 563 lineto
+48068 527 lineto
+48126 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 48126 563 moveto
+48068 563 lineto
+48068 527 lineto
+48126 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+48076 540.65 moveto
+(c96cb3)
+[6.75 7.5 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 539E->540E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 48728 837 moveto
+48621 819 48316 765 48232 712 curveto
+48171 673 48125 598 48106 563 curveto
+stroke
+grestore
+% 181
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 47761 1125 moveto
+47704.5 1145 lineto
+47591.5 1145 lineto
+47535 1125 lineto
+47591.5 1105 lineto
+47704.5 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 47761 1125 moveto
+47704.5 1145 lineto
+47591.5 1145 lineto
+47535 1125 lineto
+47591.5 1105 lineto
+47704.5 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+47563.2 1120.65 moveto
+(f78e145a127014eb43345a0c)
+[4.5 7.5 7.5 6.75 6.75 8.25 6.75 6.75 6.75 6.75 7.5 7.5 6.75 8.25 6.75 6.75 8.25 6.75 6.75 8.25 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 541E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 47805.8 861 moveto
+47720.2 861 lineto
+47720.2 825 lineto
+47805.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 47805.8 861 moveto
+47720.2 861 lineto
+47720.2 825 lineto
+47805.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+47727.8 838.65 moveto
+(d370c12dbc)
+[7.5 6.75 7.5 7.5 6.75 6.75 6.75 7.5 6.75 6.75]
+xshow
+grestore
+% 181->541E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 47656 1105 moveto
+47677 1054 47730 925 47753 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+47754.6 864.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+47754.6 864.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+47710.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 542E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 47656.9 563 moveto
+47587.1 563 lineto
+47587.1 527 lineto
+47656.9 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 47656.9 563 moveto
+47587.1 563 lineto
+47587.1 527 lineto
+47656.9 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+47594.6 540.65 moveto
+(0fabab47)
+[7.5 4.5 6.75 6.75 6.75 6.75 8.25 7.5]
+xshow
+grestore
+% 541E->542E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 47755 825 moveto
+47742 794 47715 729 47689 676 curveto
+47670 635 47645 588 47632 563 curveto
+stroke
+grestore
+% 182
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 47517.2 1125 moveto
+47460.1 1145 lineto
+47345.9 1145 lineto
+47288.8 1125 lineto
+47345.9 1105 lineto
+47460.1 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 47517.2 1125 moveto
+47460.1 1145 lineto
+47345.9 1145 lineto
+47288.8 1125 lineto
+47345.9 1105 lineto
+47460.1 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+47316.8 1120.65 moveto
+(a27037332d9fa5c43bcfe94c0)
+[6.75 6.75 7.5 7.5 6.75 7.5 6.75 6.75 6.75 7.5 7.5 4.5 6.75 6.75 6.75 8.25 6.75 6.75 6.75 4.5 6.75 7.5 8.25 6.75 7.5]
+xshow
+grestore
+% 543E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 47440.1 861 moveto
+47365.9 861 lineto
+47365.9 825 lineto
+47440.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 47440.1 861 moveto
+47365.9 861 lineto
+47365.9 825 lineto
+47440.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+47373.4 838.65 moveto
+(80874aa8)
+[7.5 7.5 7.5 7.5 8.25 6.75 6.75 7.5]
+xshow
+grestore
+% 182->543E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 47403 1105 moveto
+47403 1055 47403 925 47403 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+47403 865 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+47403 865 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+47403.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 544E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 47559.8 563 moveto
+47494.2 563 lineto
+47494.2 527 lineto
+47559.8 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 47559.8 563 moveto
+47494.2 563 lineto
+47494.2 527 lineto
+47559.8 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+47502.2 540.65 moveto
+(1b82200)
+[6.75 6.75 7.5 6.75 6.75 7.5 7.5]
+xshow
+grestore
+% 543E->544E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 47411 825 moveto
+47432 772 47497 617 47519 563 curveto
+stroke
+grestore
+% 183
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 30452.8 1125 moveto
+30395.9 1145 lineto
+30282.1 1145 lineto
+30225.2 1125 lineto
+30282.1 1105 lineto
+30395.9 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 30452.8 1125 moveto
+30395.9 1145 lineto
+30282.1 1145 lineto
+30225.2 1125 lineto
+30282.1 1105 lineto
+30395.9 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+30253.5 1120.65 moveto
+(c29ce10bb8d19b498355aa04)
+[6.75 6.75 7.5 6.75 6.75 6.75 7.5 6.75 6.75 7.5 7.5 6.75 7.5 6.75 8.25 7.5 7.5 6.75 6.75 6.75 6.75 6.75 7.5 8.25]
+xshow
+grestore
+% 545E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 30267.8 861 moveto
+30202.2 861 lineto
+30202.2 825 lineto
+30267.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 30267.8 861 moveto
+30202.2 861 lineto
+30202.2 825 lineto
+30267.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+30210.2 838.65 moveto
+(1c08373)
+[6.75 6.75 7.5 7.5 6.75 7.5 6.75]
+xshow
+grestore
+% 183->545E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 30332 1105 moveto
+30313 1054 30265 925 30245 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+30243.4 864.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+30243.4 864.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+30287.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 546E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 30042 563 moveto
+29984 563 lineto
+29984 527 lineto
+30042 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 30042 563 moveto
+29984 563 lineto
+29984 527 lineto
+30042 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+29992 540.65 moveto
+(dea1d1)
+[7.5 6.75 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 545E->546E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 30221 825 moveto
+30182 772 30066 617 30027 563 curveto
+stroke
+grestore
+% 184
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 31684.8 1125 moveto
+31619.9 1145 lineto
+31490.1 1145 lineto
+31425.2 1125 lineto
+31490.1 1105 lineto
+31619.9 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 31684.8 1125 moveto
+31619.9 1145 lineto
+31490.1 1145 lineto
+31425.2 1125 lineto
+31490.1 1105 lineto
+31619.9 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+31455.6 1120.65 moveto
+(4f8c642b53c349c687534bda35db)
+[8.25 4.5 7.5 6.75 7.5 8.25 6.75 6.75 6.75 6.75 6.75 6.75 8.25 7.5 6.75 7.5 7.5 7.5 6.75 6.75 8.25 6.75 7.5 6.75 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 547E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 31350.1 861 moveto
+31281.9 861 lineto
+31281.9 825 lineto
+31350.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 31350.1 861 moveto
+31281.9 861 lineto
+31281.9 825 lineto
+31350.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+31289.4 838.65 moveto
+(46969c4)
+[8.25 7.5 7.5 7.5 7.5 6.75 8.25]
+xshow
+grestore
+% 184->547E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 31538 1105 moveto
+31495 1054 31383 923 31336 867 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+31333.6 864.073 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+31333.6 864.073 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+31436.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 548E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 31224 563 moveto
+31136 563 lineto
+31136 527 lineto
+31224 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 31224 563 moveto
+31136 563 lineto
+31136 527 lineto
+31224 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+31144 540.65 moveto
+(5a0b4b906a)
+[6.75 6.75 7.5 6.75 8.25 6.75 7.5 7.5 7.5 6.75]
+xshow
+grestore
+% 547E->548E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 31308 825 moveto
+31283 772 31213 617 31188 563 curveto
+stroke
+grestore
+% 185
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 4870.95 1125 moveto
+4832.48 1145 lineto
+4755.52 1145 lineto
+4717.05 1125 lineto
+4755.52 1105 lineto
+4832.48 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 4870.95 1125 moveto
+4832.48 1145 lineto
+4755.52 1145 lineto
+4717.05 1125 lineto
+4755.52 1105 lineto
+4832.48 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+4740 1120.65 moveto
+(30cc206b1878485)
+[6.75 7.5 6.75 6.75 6.75 7.5 7.5 6.75 6.75 7.5 7.5 7.5 8.25 7.5 6.75]
+xshow
+grestore
+% 549E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 4725 861 moveto
+4671 861 lineto
+4671 825 lineto
+4725 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 4725 861 moveto
+4671 861 lineto
+4671 825 lineto
+4725 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+4680.75 838.65 moveto
+(23ad1)
+[6.75 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 185->549E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 4787 1105 moveto
+4770 1054 4725 925 4707 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+4705.4 864.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+4705.4 864.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+4746.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 550E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 4849 563 moveto
+4795 563 lineto
+4795 527 lineto
+4849 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 4849 563 moveto
+4795 563 lineto
+4795 527 lineto
+4849 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+4807.38 540.65 moveto
+(550E)
+[6.75 6.75 7.5 8.25]
+xshow
+grestore
+% 549E->550E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 4706 825 moveto
+4727 772 4792 617 4814 563 curveto
+stroke
+grestore
+% 186
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 39394.9 1685 moveto
+39354.5 1705 lineto
+39273.5 1705 lineto
+39233.1 1685 lineto
+39273.5 1665 lineto
+39354.5 1665 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 39394.9 1685 moveto
+39354.5 1705 lineto
+39273.5 1705 lineto
+39233.1 1685 lineto
+39273.5 1665 lineto
+39354.5 1665 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+39257 1680.65 moveto
+(5d69639a5e3bdd3d)
+[6.75 7.5 7.5 7.5 7.5 6.75 7.5 6.75 6.75 6.75 6.75 6.75 7.5 7.5 6.75 7.5]
+xshow
+grestore
+% 551E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 39366.9 1425 moveto
+39261.1 1425 lineto
+39261.1 1389 lineto
+39366.9 1389 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 39366.9 1425 moveto
+39261.1 1425 lineto
+39261.1 1389 lineto
+39366.9 1389 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+39268.6 1402.65 moveto
+(6139fa6adc88d)
+[7.5 6.75 6.75 7.5 4.5 6.75 7.5 6.75 7.5 6.75 7.5 7.5 7.5]
+xshow
+grestore
+% 186->551E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 39314 1665 moveto
+39314 1615 39314 1489 39314 1433 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+39314 1429 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+39314 1429 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+39314.1 1541.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 552E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 39341 1143 moveto
+39287 1143 lineto
+39287 1107 lineto
+39341 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 39341 1143 moveto
+39287 1143 lineto
+39287 1107 lineto
+39341 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+39299.8 1120.65 moveto
+(552E)
+[6.75 6.75 6.75 8.25]
+xshow
+grestore
+% 551E->552E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 39314 1389 moveto
+39314 1338 39314 1194 39314 1143 curveto
+stroke
+grestore
+% 187
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 11444.2 1125 moveto
+11398.6 1145 lineto
+11307.4 1145 lineto
+11261.8 1125 lineto
+11307.4 1105 lineto
+11398.6 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 11444.2 1125 moveto
+11398.6 1145 lineto
+11307.4 1145 lineto
+11261.8 1125 lineto
+11307.4 1105 lineto
+11398.6 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+11286.6 1120.65 moveto
+(b656f0ed2202b8e46eb)
+[6.75 7.5 6.75 7.5 4.5 7.5 6.75 7.5 6.75 6.75 7.5 6.75 6.75 7.5 6.75 8.25 7.5 6.75 6.75]
+xshow
+grestore
+% 553E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 11423 861 moveto
+11317 861 lineto
+11317 825 lineto
+11423 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 11423 861 moveto
+11317 861 lineto
+11317 825 lineto
+11423 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+11325 838.65 moveto
+(f6e6236b48bc3)
+[4.5 7.5 6.75 7.5 6.75 6.75 7.5 6.75 8.25 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 187->553E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 11354 1105 moveto
+11357 1055 11365 925 11369 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+11369 865 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+11369 865 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+11363.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 554E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 10785.8 563 moveto
+10706.2 563 lineto
+10706.2 527 lineto
+10785.8 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 10785.8 563 moveto
+10706.2 563 lineto
+10706.2 527 lineto
+10785.8 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+10713.8 540.65 moveto
+(2a47a6a27)
+[6.75 6.75 8.25 7.5 6.75 7.5 6.75 6.75 7.5]
+xshow
+grestore
+% 553E->554E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 11332 825 moveto
+11220 771 10895 616 10784 563 curveto
+stroke
+grestore
+% 188
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 21611.2 1125 moveto
+21555.6 1145 lineto
+21444.4 1145 lineto
+21388.8 1125 lineto
+21444.4 1105 lineto
+21555.6 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 21611.2 1125 moveto
+21555.6 1145 lineto
+21444.4 1145 lineto
+21388.8 1125 lineto
+21444.4 1105 lineto
+21555.6 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+21416.4 1120.65 moveto
+(3b566eaa70ed401479d43a9)
+[6.75 6.75 6.75 7.5 7.5 6.75 6.75 6.75 7.5 7.5 6.75 7.5 8.25 7.5 6.75 8.25 7.5 7.5 7.5 8.25 6.75 6.75 7.5]
+xshow
+grestore
+% 555E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 24284.8 861 moveto
+24225.2 861 lineto
+24225.2 825 lineto
+24284.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 24284.8 861 moveto
+24225.2 861 lineto
+24225.2 825 lineto
+24284.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+24233.2 838.65 moveto
+(4c6c8c)
+[8.25 6.75 7.5 6.75 7.5 6.75]
+xshow
+grestore
+% 188->555E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 21566 1109 moveto
+21584 1105 21603 1101 21620 1098 curveto
+22101 1016 22225 1019 22710 974 curveto
+23379 912 23576 1065 24216 866 curveto
+24217 866 24219 865 24220 865 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+24224.4 862.789 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+24224.4 862.789 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+22710.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 556E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 24117 563 moveto
+24011 563 lineto
+24011 527 lineto
+24117 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 24117 563 moveto
+24011 563 lineto
+24011 527 lineto
+24117 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+24019 540.65 moveto
+(6c998bf2a5edd)
+[7.5 6.75 7.5 7.5 7.5 6.75 4.5 6.75 6.75 6.75 6.75 7.5 7.5]
+xshow
+grestore
+% 555E->556E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 24243 825 moveto
+24209 772 24110 617 24076 563 curveto
+stroke
+grestore
+% 189
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 21371.2 1125 moveto
+21333.6 1145 lineto
+21258.4 1145 lineto
+21220.8 1125 lineto
+21258.4 1105 lineto
+21333.6 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 21371.2 1125 moveto
+21333.6 1145 lineto
+21258.4 1145 lineto
+21220.8 1125 lineto
+21258.4 1105 lineto
+21333.6 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+21243.5 1120.65 moveto
+(d6125ef42bd9958)
+[7.5 7.5 6.75 6.75 6.75 6.75 4.5 8.25 6.75 6.75 7.5 7.5 7.5 6.75 7.5]
+xshow
+grestore
+% 557E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 23972.8 861 moveto
+23913.2 861 lineto
+23913.2 825 lineto
+23972.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 23972.8 861 moveto
+23913.2 861 lineto
+23913.2 825 lineto
+23972.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+23921.2 838.65 moveto
+(4c6c8c)
+[8.25 6.75 7.5 6.75 7.5 6.75]
+xshow
+grestore
+% 189->557E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 21290 1105 moveto
+21281 1072 21269 1008 21303 974 curveto
+21509 769 23627 947 23904 866 curveto
+23905 866 23907 865 23908 865 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+23912.4 862.789 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+23912.4 862.789 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+21303.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 558E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 23894 563 moveto
+23840 563 lineto
+23840 527 lineto
+23894 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 23894 563 moveto
+23840 563 lineto
+23840 527 lineto
+23894 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+23848.6 540.65 moveto
+(4b683)
+[8.25 6.75 7.5 7.5 6.75]
+xshow
+grestore
+% 557E->558E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 23938 825 moveto
+23925 772 23885 617 23872 563 curveto
+stroke
+grestore
+% 190
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 37169.1 1125 moveto
+37132.5 1145 lineto
+37059.5 1145 lineto
+37022.9 1125 lineto
+37059.5 1105 lineto
+37132.5 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 37169.1 1125 moveto
+37132.5 1145 lineto
+37059.5 1145 lineto
+37022.9 1125 lineto
+37059.5 1105 lineto
+37132.5 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+37045.4 1120.65 moveto
+(dd12f26f8d9bb55)
+[7.5 7.5 6.75 6.75 4.5 6.75 7.5 4.5 7.5 7.5 7.5 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 559E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 37144.1 861 moveto
+37047.9 861 lineto
+37047.9 825 lineto
+37144.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 37144.1 861 moveto
+37047.9 861 lineto
+37047.9 825 lineto
+37144.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+37055.9 838.65 moveto
+(83c397b8bf7f)
+[7.5 6.75 6.75 6.75 7.5 7.5 6.75 7.5 6.75 4.5 7.5 4.5]
+xshow
+grestore
+% 190->559E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 37096 1105 moveto
+37096 1055 37096 925 37096 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+37096 865 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+37096 865 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+37096.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 191
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 49904.8 1125 moveto
+49857.9 1145 lineto
+49764.1 1145 lineto
+49717.2 1125 lineto
+49764.1 1105 lineto
+49857.9 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 49904.8 1125 moveto
+49857.9 1145 lineto
+49764.1 1145 lineto
+49717.2 1125 lineto
+49764.1 1105 lineto
+49857.9 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+49742.4 1120.65 moveto
+(ea890ccca2f7c2107351)
+[6.75 6.75 7.5 7.5 7.5 6.75 6.75 6.75 6.75 6.75 4.5 7.5 6.75 6.75 6.75 7.5 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 561E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 49992 861 moveto
+49938 861 lineto
+49938 825 lineto
+49992 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 49992 861 moveto
+49938 861 lineto
+49938 825 lineto
+49992 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+49954.5 838.65 moveto
+(eb8)
+[6.75 6.75 7.5]
+xshow
+grestore
+% 191->561E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 49822 1105 moveto
+49850 1054 49921 924 49951 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+49953 864.473 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+49953 864.473 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+49891.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 562E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 50145.8 563 moveto
+50060.2 563 lineto
+50060.2 527 lineto
+50145.8 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 50145.8 563 moveto
+50060.2 563 lineto
+50060.2 527 lineto
+50145.8 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+50067.8 540.65 moveto
+(5a7a610a8a)
+[6.75 6.75 7.5 6.75 7.5 6.75 7.5 6.75 7.5 6.75]
+xshow
+grestore
+% 561E->562E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 49973 825 moveto
+49998 772 50070 617 50094 563 curveto
+stroke
+grestore
+% 192
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 50895 1125 moveto
+50848.5 1145 lineto
+50755.5 1145 lineto
+50709 1125 lineto
+50755.5 1105 lineto
+50848.5 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 50895 1125 moveto
+50848.5 1145 lineto
+50755.5 1145 lineto
+50709 1125 lineto
+50755.5 1105 lineto
+50848.5 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+50734.1 1120.65 moveto
+(84e4f1c582427a98d7b)
+[7.5 8.25 6.75 8.25 4.5 6.75 6.75 6.75 7.5 6.75 8.25 6.75 7.5 6.75 7.5 7.5 7.5 7.5 6.75]
+xshow
+grestore
+% 563E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 50902 861 moveto
+50848 861 lineto
+50848 825 lineto
+50902 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 50902 861 moveto
+50848 861 lineto
+50848 825 lineto
+50902 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+50864.5 838.65 moveto
+(eb8)
+[6.75 6.75 7.5]
+xshow
+grestore
+% 192->563E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 50807 1105 moveto
+50820 1055 50854 925 50868 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+50869 864.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+50869 864.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+50838.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 564E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 50802 563 moveto
+50724 563 lineto
+50724 527 lineto
+50802 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 50802 563 moveto
+50724 563 lineto
+50724 527 lineto
+50802 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+50731.5 540.65 moveto
+(8f143077e)
+[7.5 4.5 6.75 8.25 6.75 7.5 7.5 7.5 6.75]
+xshow
+grestore
+% 563E->564E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 50868 825 moveto
+50848 772 50790 617 50770 563 curveto
+stroke
+grestore
+% 193
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 21401 843 moveto
+21335 863.004 lineto
+21203 863.004 lineto
+21137 843 lineto
+21203 822.996 lineto
+21335 822.996 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 21401 843 moveto
+21335 863.004 lineto
+21203 863.004 lineto
+21137 843 lineto
+21203 822.996 lineto
+21335 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+21167.8 838.65 moveto
+(d378760b814eaecb6efe636e0efc4)
+[7.5 6.75 7.5 7.5 7.5 7.5 7.5 6.75 7.5 6.75 8.25 6.75 6.75 6.75 6.75 6.75 7.5 6.75 4.5 6.75 7.5 6.75 7.5 6.75 7.5 6.75 4.5 6.75 8.25]
+xshow
+grestore
+% 565E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 21169.8 563 moveto
+21066.2 563 lineto
+21066.2 527 lineto
+21169.8 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 21169.8 563 moveto
+21066.2 563 lineto
+21066.2 527 lineto
+21169.8 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+21073.8 540.65 moveto
+(81bcc35f82891)
+[7.5 6.75 6.75 6.75 6.75 6.75 6.75 4.5 7.5 6.75 7.5 7.5 6.75]
+xshow
+grestore
+% 193->565E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 21259 823 moveto
+21232 770 21161 628 21131 570 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+21129 566.473 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+21129 566.473 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+21204.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 566E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 20959 290 moveto
+20853 290 lineto
+20853 254 lineto
+20959 254 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 20959 290 moveto
+20853 290 lineto
+20853 254 lineto
+20959 254 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+20861 267.65 moveto
+(51ec95518d1b3)
+[6.75 6.75 6.75 6.75 7.5 6.75 6.75 6.75 7.5 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 565E->566E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 21104 527 moveto
+21065 477 20959 340 20920 290 curveto
+stroke
+grestore
+% 194
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 10606.8 1407 moveto
+10551.4 1427 lineto
+10440.6 1427 lineto
+10385.2 1407 lineto
+10440.6 1387 lineto
+10551.4 1387 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 10606.8 1407 moveto
+10551.4 1427 lineto
+10440.6 1427 lineto
+10385.2 1407 lineto
+10440.6 1387 lineto
+10551.4 1387 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+10413.1 1402.65 moveto
+(f722890f70a32dce3baff371a)
+[4.5 7.5 6.75 6.75 7.5 7.5 7.5 4.5 7.5 7.5 6.75 6.75 6.75 7.5 6.75 6.75 6.75 6.75 6.75 4.5 4.5 6.75 7.5 6.75 6.75]
+xshow
+grestore
+% 567E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 10540.1 1143 moveto
+10435.9 1143 lineto
+10435.9 1107 lineto
+10540.1 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 10540.1 1143 moveto
+10435.9 1143 lineto
+10435.9 1107 lineto
+10540.1 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+10443.4 1120.65 moveto
+(84e4ede82074)
+[7.5 8.25 6.75 8.25 6.75 7.5 6.75 7.5 6.75 7.5 7.5 8.25]
+xshow
+grestore
+% 194->567E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 10495 1387 moveto
+10494 1337 10490 1207 10489 1151 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+10489 1147 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+10489 1147 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+10494.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 568E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 10837.1 861 moveto
+10746.9 861 lineto
+10746.9 825 lineto
+10837.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 10837.1 861 moveto
+10746.9 861 lineto
+10746.9 825 lineto
+10837.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+10754.9 838.65 moveto
+(7c13bf753da)
+[7.5 6.75 6.75 6.75 6.75 4.5 7.5 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 567E->568E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 10507 1107 moveto
+10563 1056 10717 912 10772 861 curveto
+stroke
+grestore
+% 195
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 21886.8 843 moveto
+21829.9 863.004 lineto
+21716.1 863.004 lineto
+21659.2 843 lineto
+21716.1 822.996 lineto
+21829.9 822.996 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 21886.8 843 moveto
+21829.9 863.004 lineto
+21716.1 863.004 lineto
+21659.2 843 lineto
+21716.1 822.996 lineto
+21829.9 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+21687.1 838.65 moveto
+(666f11bb45c3a8dcf26e1ed79)
+[7.5 7.5 7.5 4.5 6 6.75 6.75 6.75 8.25 6.75 6.75 6.75 6.75 7.5 7.5 6.75 4.5 6.75 7.5 6.75 6.75 6.75 7.5 7.5 7.5]
+xshow
+grestore
+% 569E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 21779.1 563 moveto
+21658.9 563 lineto
+21658.9 527 lineto
+21779.1 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 21779.1 563 moveto
+21658.9 563 lineto
+21658.9 527 lineto
+21779.1 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+21666.9 540.65 moveto
+(c90f755c8b6612d)
+[6.75 7.5 7.5 4.5 7.5 6.75 6.75 6.75 7.5 6.75 7.5 7.5 6.75 6.75 7.5]
+xshow
+grestore
+% 195->569E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 21769 823 moveto
+21759 771 21734 629 21724 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+21723 566.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+21723 566.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+21751.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 570E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 21600.8 290 moveto
+21505.2 290 lineto
+21505.2 254 lineto
+21600.8 254 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 21600.8 290 moveto
+21505.2 290 lineto
+21505.2 254 lineto
+21600.8 254 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+21513.2 267.65 moveto
+(82a65ed4b69)
+[7.5 6.75 6.75 7.5 6.75 6.75 7.5 8.25 6.75 7.5 7.5]
+xshow
+grestore
+% 569E->570E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 21708 527 moveto
+21678 477 21594 340 21564 290 curveto
+stroke
+grestore
+% 196
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 14020.9 1685 moveto
+13976 1705 lineto
+13886 1705 lineto
+13841.1 1685 lineto
+13886 1665 lineto
+13976 1665 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 14020.9 1685 moveto
+13976 1705 lineto
+13886 1705 lineto
+13841.1 1685 lineto
+13886 1665 lineto
+13976 1665 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+13865.8 1680.65 moveto
+(91ecbe29a71f00ed5a3)
+[7.5 6.75 6.75 6.75 6.75 6.75 6.75 7.5 6.75 7.5 6.75 4.5 7.5 7.5 6.75 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 571E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 13968.1 1425 moveto
+13893.9 1425 lineto
+13893.9 1389 lineto
+13968.1 1389 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 13968.1 1425 moveto
+13893.9 1425 lineto
+13893.9 1389 lineto
+13968.1 1389 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+13901.4 1402.65 moveto
+(0a963fef9)
+[7.5 6.75 7.5 7.5 6.75 4.5 6.75 4.5 7.5]
+xshow
+grestore
+% 196->571E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 13931 1665 moveto
+13931 1615 13931 1489 13931 1433 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+13931 1429 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+13931 1429 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+13931.1 1541.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 572E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 13796 1143 moveto
+13714 1143 lineto
+13714 1107 lineto
+13796 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 13796 1143 moveto
+13714 1143 lineto
+13714 1107 lineto
+13796 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+13722 1120.65 moveto
+(b38049e00)
+[6.75 6.75 7.5 7.5 8.25 7.5 6.75 7.5 7.5]
+xshow
+grestore
+% 571E->572E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 13923 1389 moveto
+13910 1360 13883 1304 13854 1260 curveto
+13827 1216 13790 1169 13770 1143 curveto
+stroke
+grestore
+% 197
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 19010.8 843 moveto
+18950.9 863.004 lineto
+18831.1 863.004 lineto
+18771.2 843 lineto
+18831.1 822.996 lineto
+18950.9 822.996 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 19010.8 843 moveto
+18950.9 863.004 lineto
+18831.1 863.004 lineto
+18771.2 843 lineto
+18831.1 822.996 lineto
+18950.9 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+18799.9 838.65 moveto
+(30c3f3bf8463d3843dc57d8e98)
+[6.75 7.5 6.75 6.75 4.5 6.75 6.75 4.5 7.5 8.25 7.5 6.75 7.5 6.75 7.5 8.25 6.75 7.5 6.75 6.75 7.5 7.5 7.5 6.75 7.5 7.5]
+xshow
+grestore
+% 573E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 19184.1 563 moveto
+19097.9 563 lineto
+19097.9 527 lineto
+19184.1 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 19184.1 563 moveto
+19097.9 563 lineto
+19097.9 527 lineto
+19184.1 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+19105.4 540.65 moveto
+(3089106e3b)
+[6.75 7.5 7.5 7.5 6.75 7.5 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 197->573E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 18900 823 moveto
+18915 790 18948 723 18987 676 curveto
+19023 632 19075 592 19107 568 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+19110.7 565.325 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+19110.7 565.325 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+18987.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 574E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 19204.2 290 moveto
+19141.8 290 lineto
+19141.8 254 lineto
+19204.2 254 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 19204.2 290 moveto
+19141.8 290 lineto
+19141.8 254 lineto
+19204.2 254 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+19149.8 267.65 moveto
+(05fed5e)
+[7.5 6.75 4.5 6.75 7.5 6.75 6.75]
+xshow
+grestore
+% 573E->574E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 19143 527 moveto
+19149 477 19165 340 19171 290 curveto
+stroke
+grestore
+% 198
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 10367 1407 moveto
+10311 1427 lineto
+10199 1427 lineto
+10143 1407 lineto
+10199 1387 lineto
+10311 1387 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 10367 1407 moveto
+10311 1427 lineto
+10199 1427 lineto
+10143 1407 lineto
+10199 1387 lineto
+10311 1387 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+10170.6 1402.65 moveto
+(8ea965ab6ee8dedb6c3333e9)
+[7.5 6.75 6.75 7.5 7.5 6.75 6.75 6.75 7.5 6.75 6.75 7.5 7.5 6.75 7.5 6.75 7.5 6.75 6.75 6.75 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 575E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 10300.1 1143 moveto
+10195.9 1143 lineto
+10195.9 1107 lineto
+10300.1 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 10300.1 1143 moveto
+10195.9 1143 lineto
+10195.9 1107 lineto
+10300.1 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+10203.4 1120.65 moveto
+(84e4ede82074)
+[7.5 8.25 6.75 8.25 6.75 7.5 6.75 7.5 6.75 7.5 7.5 8.25]
+xshow
+grestore
+% 198->575E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 10254 1387 moveto
+10253 1337 10250 1207 10248 1151 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+10248 1147 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+10248 1147 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+10253.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 576E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 10729.1 861 moveto
+10642.9 861 lineto
+10642.9 825 lineto
+10729.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 10729.1 861 moveto
+10642.9 861 lineto
+10642.9 825 lineto
+10729.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+10650.4 838.65 moveto
+(4e4a79111d)
+[8.25 6.75 8.25 6.75 7.5 7.5 6 6 6.75 7.5]
+xshow
+grestore
+% 575E->576E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 10276 1107 moveto
+10355 1056 10579 912 10658 861 curveto
+stroke
+grestore
+% 199
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 9024.8 1407 moveto
+8972.9 1427 lineto
+8869.1 1427 lineto
+8817.2 1407 lineto
+8869.1 1387 lineto
+8972.9 1387 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 9024.8 1407 moveto
+8972.9 1427 lineto
+8869.1 1427 lineto
+8817.2 1407 lineto
+8869.1 1387 lineto
+8972.9 1387 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+8843.75 1402.65 moveto
+(3eecb304bab2136a76deda)
+[6.75 6.75 6.75 6.75 6.75 6.75 7.5 8.25 6.75 6.75 6.75 6.75 6.75 6.75 7.5 6.75 7.5 7.5 7.5 6.75 7.5 6.75]
+xshow
+grestore
+% 577E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 9136 1143 moveto
+9082 1143 lineto
+9082 1107 lineto
+9136 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 9136 1143 moveto
+9082 1143 lineto
+9082 1107 lineto
+9136 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+9099.25 1120.65 moveto
+(8df)
+[7.5 7.5 4.5]
+xshow
+grestore
+% 199->577E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 8935 1387 moveto
+8969 1336 9055 1205 9093 1150 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+9095.02 1146.47 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+9095.02 1146.47 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+9015.12 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 578E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 9319 861 moveto
+9223 861 lineto
+9223 825 lineto
+9319 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 9319 861 moveto
+9223 861 lineto
+9223 825 lineto
+9319 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+9230.5 838.65 moveto
+(cd1e9af3dec2)
+[6.75 7.5 6.75 6.75 7.5 6.75 4.5 6.75 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 577E->578E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 9124 1107 moveto
+9145 1081 9181 1034 9206 990 curveto
+9232 945 9254 889 9264 861 curveto
+stroke
+grestore
+% 200
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 17038 1685 moveto
+16970.5 1705 lineto
+16835.5 1705 lineto
+16768 1685 lineto
+16835.5 1665 lineto
+16970.5 1665 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 17038 1685 moveto
+16970.5 1705 lineto
+16835.5 1705 lineto
+16768 1685 lineto
+16835.5 1665 lineto
+16970.5 1665 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+16798.8 1680.65 moveto
+(d886e4b76537a99bc71b8a9331c94)
+[7.5 7.5 7.5 7.5 6.75 8.25 6.75 7.5 7.5 6.75 6.75 7.5 6.75 7.5 7.5 6.75 6.75 7.5 6.75 6.75 7.5 6.75 7.5 6.75 6.75 6.75 6.75 7.5 8.25]
+xshow
+grestore
+% 579E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 16943.8 1425 moveto
+16866.2 1425 lineto
+16866.2 1389 lineto
+16943.8 1389 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 16943.8 1425 moveto
+16866.2 1425 lineto
+16866.2 1389 lineto
+16943.8 1389 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+16874.2 1402.65 moveto
+(1172dca23)
+[6 6.75 7.5 6.75 7.5 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 200->579E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 16903 1665 moveto
+16904 1615 16905 1489 16905 1433 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+16905 1429 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+16905 1429 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+16905.1 1541.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 580E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 16648.9 1143 moveto
+16509.1 1143 lineto
+16509.1 1107 lineto
+16648.9 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 16648.9 1143 moveto
+16509.1 1143 lineto
+16509.1 1107 lineto
+16648.9 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+16517.1 1120.65 moveto
+(bb92d1da1f38d52f8ff)
+[6.75 6.75 7.5 6.75 7.5 6.75 7.5 6.75 6.75 4.5 6.75 7.5 7.5 6.75 6.75 4.5 7.5 4.5 4.5]
+xshow
+grestore
+% 579E->580E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 16908 1389 moveto
+16911 1359 16913 1298 16883 1260 curveto
+16867 1238 16708 1174 16627 1143 curveto
+stroke
+grestore
+% 201
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 23325.8 1685 moveto
+23291.4 1705 lineto
+23222.6 1705 lineto
+23188.2 1685 lineto
+23222.6 1665 lineto
+23291.4 1665 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 23325.8 1685 moveto
+23291.4 1705 lineto
+23222.6 1705 lineto
+23188.2 1685 lineto
+23222.6 1665 lineto
+23291.4 1665 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+23210.5 1680.65 moveto
+(dcc5d5e9d6c4e)
+[7.5 6.75 6.75 6.75 7.5 6.75 6.75 7.5 7.5 7.5 6.75 8.25 6.75]
+xshow
+grestore
+% 581E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 23235 1425 moveto
+23181 1425 lineto
+23181 1389 lineto
+23235 1389 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 23235 1425 moveto
+23181 1425 lineto
+23181 1389 lineto
+23235 1389 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+23193.8 1402.65 moveto
+(a8e9)
+[6.75 7.5 6.75 7.5]
+xshow
+grestore
+% 201->581E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 23253 1665 moveto
+23244 1615 23222 1488 23212 1433 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+23211.5 1428.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+23211.5 1428.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+23235.1 1541.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 582E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 23097 1143 moveto
+23043 1143 lineto
+23043 1107 lineto
+23097 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 23097 1143 moveto
+23043 1143 lineto
+23043 1107 lineto
+23097 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+23055.4 1120.65 moveto
+(582E)
+[6.75 7.5 6.75 8.25]
+xshow
+grestore
+% 581E->582E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 23201 1389 moveto
+23191 1361 23169 1305 23146 1260 curveto
+23125 1217 23097 1169 23081 1143 curveto
+stroke
+grestore
+% 202
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 26262.9 1125 moveto
+26201.4 1145 lineto
+26078.6 1145 lineto
+26017.1 1125 lineto
+26078.6 1105 lineto
+26201.4 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 26262.9 1125 moveto
+26201.4 1145 lineto
+26078.6 1145 lineto
+26017.1 1125 lineto
+26078.6 1105 lineto
+26201.4 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+26046.2 1120.65 moveto
+(8292af691429f8d9ed481ff71ffd)
+[7.5 6.75 7.5 6.75 6.75 4.5 7.5 7.5 6.75 8.25 6.75 7.5 4.5 7.5 7.5 7.5 6.75 7.5 8.25 7.5 6.75 4.5 4.5 7.5 6.75 4.5 4.5 7.5]
+xshow
+grestore
+% 583E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 26722.9 861 moveto
+26667.1 861 lineto
+26667.1 825 lineto
+26722.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 26722.9 861 moveto
+26667.1 861 lineto
+26667.1 825 lineto
+26722.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+26675.1 838.65 moveto
+(212af4)
+[6.75 6.75 6.75 6.75 4.5 8.25]
+xshow
+grestore
+% 202->583E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 26183 1105 moveto
+26273 1063 26486 962 26658 866 curveto
+26659 866 26659 865 26660 865 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+26663.5 862.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+26663.5 862.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+26449.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 584E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 26639 563 moveto
+26557 563 lineto
+26557 527 lineto
+26639 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 26639 563 moveto
+26557 563 lineto
+26557 527 lineto
+26639 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+26565 540.65 moveto
+(7ab64a969)
+[7.5 6.75 6.75 7.5 8.25 6.75 7.5 7.5 7.5]
+xshow
+grestore
+% 583E->584E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 26688 825 moveto
+26678 799 26661 752 26647 712 curveto
+26629 658 26611 594 26603 563 curveto
+stroke
+grestore
+% 203
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 41636 1685 moveto
+41581.5 1705 lineto
+41472.5 1705 lineto
+41418 1685 lineto
+41472.5 1665 lineto
+41581.5 1665 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 41636 1685 moveto
+41581.5 1705 lineto
+41472.5 1705 lineto
+41418 1685 lineto
+41472.5 1665 lineto
+41581.5 1665 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+41445.2 1680.65 moveto
+(12fcb26b3de00ef98719c2ca)
+[6.75 6.75 4.5 6.75 6.75 6.75 7.5 6.75 6.75 7.5 6.75 7.5 7.5 6.75 4.5 7.5 7.5 7.5 6.75 7.5 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 585E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 41527 1425 moveto
+41473 1425 lineto
+41473 1389 lineto
+41527 1389 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 41527 1425 moveto
+41473 1425 lineto
+41473 1389 lineto
+41527 1389 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+41485.4 1402.65 moveto
+(585E)
+[6.75 7.5 6.75 8.25]
+xshow
+grestore
+% 203->585E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 41525 1665 moveto
+41520 1615 41508 1489 41503 1433 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+41502.5 1428.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+41502.5 1428.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+41516.1 1541.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 586E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 41477.1 1143 moveto
+41362.9 1143 lineto
+41362.9 1107 lineto
+41477.1 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 41477.1 1143 moveto
+41362.9 1143 lineto
+41362.9 1107 lineto
+41477.1 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+41370.9 1120.65 moveto
+(4348f3abcb7716)
+[8.25 6.75 8.25 7.5 4.5 6.75 6.75 6.75 6.75 6.75 7.5 7.5 6.75 7.5]
+xshow
+grestore
+% 585E->586E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 41495 1389 moveto
+41480 1338 41440 1194 41425 1143 curveto
+stroke
+grestore
+% 204
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 26493 1125 moveto
+26440 1145 lineto
+26334 1145 lineto
+26281 1125 lineto
+26334 1105 lineto
+26440 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 26493 1125 moveto
+26440 1145 lineto
+26334 1145 lineto
+26281 1125 lineto
+26334 1105 lineto
+26440 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+26307.9 1120.65 moveto
+(a141a557a60912051f3c135)
+[6.75 6.75 8.25 6.75 6.75 6.75 6.75 7.5 6.75 7.5 7.5 7.5 6.75 6.75 7.5 6.75 6.75 4.5 6.75 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 587E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 26949 861 moveto
+26895 861 lineto
+26895 825 lineto
+26949 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 26949 861 moveto
+26895 861 lineto
+26895 825 lineto
+26949 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+26907 838.65 moveto
+(587E)
+[6.75 7.5 7.5 8.25]
+xshow
+grestore
+% 204->587E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 26428 1105 moveto
+26515 1063 26720 961 26886 866 curveto
+26887 866 26887 865 26888 865 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+26891.5 862.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+26891.5 862.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+26685.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 588E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 26736 563 moveto
+26682 563 lineto
+26682 527 lineto
+26736 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 26736 563 moveto
+26682 563 lineto
+26682 527 lineto
+26736 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+26694 540.65 moveto
+(588E)
+[6.75 7.5 7.5 8.25]
+xshow
+grestore
+% 587E->588E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 26909 825 moveto
+26871 772 26760 617 26722 563 curveto
+stroke
+grestore
+% 206
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 10106.1 1125 moveto
+10052.1 1145 lineto
+9943.94 1145 lineto
+9889.87 1125 lineto
+9943.94 1105 lineto
+10052.1 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 10106.1 1125 moveto
+10052.1 1145 lineto
+9943.94 1145 lineto
+9889.87 1125 lineto
+9943.94 1105 lineto
+10052.1 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+9917 1120.65 moveto
+(f5d636e14a6cd716362158d)
+[4.5 6.75 7.5 7.5 6.75 7.5 6.75 6.75 8.25 6.75 7.5 6.75 7.5 7.5 6.75 7.5 6.75 7.5 6.75 6.75 6.75 7.5 7.5]
+xshow
+grestore
+% 589E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 9896.88 861 moveto
+9803.12 861 lineto
+9803.12 825 lineto
+9896.88 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 9896.88 861 moveto
+9803.12 861 lineto
+9803.12 825 lineto
+9896.88 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+9810.62 838.65 moveto
+(32c958c9997)
+[6.75 6.75 6.75 7.5 6.75 7.5 6.75 7.5 7.5 7.5 7.5]
+xshow
+grestore
+% 206->589E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 9987 1105 moveto
+9960 1054 9892 924 9864 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+9861.98 864.473 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+9861.98 864.473 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+9924.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 590E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 9636 563 moveto
+9530 563 lineto
+9530 527 lineto
+9636 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 9636 563 moveto
+9530 563 lineto
+9530 527 lineto
+9636 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+9538 540.65 moveto
+(eff3468631dd4)
+[6.75 4.5 4.5 6.75 8.25 7.5 7.5 7.5 6.75 6.75 7.5 7.5 8.25]
+xshow
+grestore
+% 589E->590E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 9844 825 moveto
+9831 792 9803 723 9761 676 curveto
+9719 627 9655 586 9616 563 curveto
+stroke
+grestore
+% 208
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 699.101 1125 moveto
+649.551 1145 lineto
+550.449 1145 lineto
+500.899 1125 lineto
+550.449 1105 lineto
+649.551 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 699.101 1125 moveto
+649.551 1145 lineto
+550.449 1145 lineto
+500.899 1125 lineto
+550.449 1105 lineto
+649.551 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+527.25 1120.65 moveto
+(52a6c2063bccd83110c32)
+[6.75 6.75 6.75 7.5 6.75 6.75 7.5 7.5 6.75 6.75 6.75 6.75 7.5 7.5 6.75 6 6.75 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 597E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 683 861 moveto
+629 861 lineto
+629 825 lineto
+683 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 683 861 moveto
+629 861 lineto
+629 825 lineto
+683 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+641 838.65 moveto
+(597E)
+[6.75 7.5 7.5 8.25]
+xshow
+grestore
+% 208->597E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 604 1105 moveto
+614 1055 639 925 650 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+651.03 864.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+651.03 864.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+631.125 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 598E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 974 563 moveto
+880 563 lineto
+880 527 lineto
+974 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 974 563 moveto
+880 563 lineto
+880 527 lineto
+974 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+888 540.65 moveto
+(be7d637c50c)
+[6.75 6.75 7.5 7.5 7.5 6.75 7.5 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 597E->598E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 673 825 moveto
+721 772 862 617 910 563 curveto
+stroke
+grestore
+% 209
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 51789 1125 moveto
+51724.5 1145 lineto
+51595.5 1145 lineto
+51531 1125 lineto
+51595.5 1105 lineto
+51724.5 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 51789 1125 moveto
+51724.5 1145 lineto
+51595.5 1145 lineto
+51531 1125 lineto
+51595.5 1105 lineto
+51724.5 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+51561.4 1120.65 moveto
+(46f754ea06f070dbc023e571a876)
+[8.25 7.5 4.5 7.5 6.75 8.25 6.75 6.75 7.5 7.5 4.5 7.5 7.5 7.5 7.5 6.75 6.75 7.5 6.75 6.75 6.75 6.75 7.5 6.75 6.75 7.5 7.5 7.5]
+xshow
+grestore
+% 599E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 51479 861 moveto
+51407 861 lineto
+51407 825 lineto
+51479 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 51479 861 moveto
+51407 861 lineto
+51407 825 lineto
+51479 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+51414.5 838.65 moveto
+(ffccaa9e3)
+[4.5 4.5 6.75 6.75 6.75 6.75 7.5 6.75 6.75]
+xshow
+grestore
+% 209->599E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 51644 1105 moveto
+51606 1054 51504 923 51462 867 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+51459.6 864.073 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+51459.6 864.073 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+51550.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 600E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 51501.8 563 moveto
+51356.2 563 lineto
+51356.2 527 lineto
+51501.8 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 51501.8 563 moveto
+51356.2 563 lineto
+51356.2 527 lineto
+51501.8 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+51363.8 540.65 moveto
+(6472c2861e0e0dd681)
+[7.5 8.25 7.5 6.75 6.75 6.75 7.5 7.5 6.75 6.75 7.5 6.75 7.5 7.5 7.5 7.5 7.5 6.75]
+xshow
+grestore
+% 599E->600E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 51442 825 moveto
+51440 772 51432 617 51430 563 curveto
+stroke
+grestore
+% 210
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 27654.8 1125 moveto
+27610.9 1145 lineto
+27523.1 1145 lineto
+27479.2 1125 lineto
+27523.1 1105 lineto
+27610.9 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 27654.8 1125 moveto
+27610.9 1145 lineto
+27523.1 1145 lineto
+27479.2 1125 lineto
+27523.1 1105 lineto
+27610.9 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+27504 1120.65 moveto
+(c10cb9baf4dcb43e24)
+[6.75 6.75 7.5 6.75 6.75 7.5 6.75 6.75 4.5 8.25 7.5 6.75 6.75 8.25 6.75 6.75 6.75 8.25]
+xshow
+grestore
+% 601E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 27558.8 861 moveto
+27479.2 861 lineto
+27479.2 825 lineto
+27558.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 27558.8 861 moveto
+27479.2 861 lineto
+27479.2 825 lineto
+27558.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+27486.8 838.65 moveto
+(ac6e99186)
+[6.75 6.75 7.5 6.75 7.5 7.5 6.75 7.5 7.5]
+xshow
+grestore
+% 210->601E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 27564 1105 moveto
+27555 1055 27533 925 27523 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+27522.5 864.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+27522.5 864.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+27543.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 602E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 27171 563 moveto
+27117 563 lineto
+27117 527 lineto
+27171 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 27171 563 moveto
+27117 563 lineto
+27117 527 lineto
+27171 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+27136.5 540.65 moveto
+(69)
+[7.5 7.5]
+xshow
+grestore
+% 601E->602E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 27496 825 moveto
+27429 772 27234 617 27167 563 curveto
+stroke
+grestore
+% 211
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 1281.11 1125 moveto
+1235.05 1145 lineto
+1142.95 1145 lineto
+1096.89 1125 lineto
+1142.95 1105 lineto
+1235.05 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 1281.11 1125 moveto
+1235.05 1145 lineto
+1142.95 1145 lineto
+1096.89 1125 lineto
+1142.95 1105 lineto
+1235.05 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+1121.88 1120.65 moveto
+(3dafe1619016463f521f)
+[6.75 7.5 6.75 4.5 6.75 6.75 7.5 6.75 7.5 7.5 6.75 7.5 8.25 7.5 6.75 4.5 6.75 6.75 6.75 4.5]
+xshow
+grestore
+% 603E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 1414 861 moveto
+1360 861 lineto
+1360 825 lineto
+1414 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 1414 861 moveto
+1360 861 lineto
+1360 825 lineto
+1414 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+1379.88 838.65 moveto
+(b9)
+[6.75 7.5]
+xshow
+grestore
+% 211->603E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 1203 1105 moveto
+1238 1054 1331 923 1369 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+1371.68 864.255 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+1371.68 864.255 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+1295.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 604E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 1370.25 563 moveto
+1287.75 563 lineto
+1287.75 527 lineto
+1370.25 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 1370.25 563 moveto
+1287.75 563 lineto
+1287.75 527 lineto
+1370.25 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+1295.25 540.65 moveto
+(8d52f183ec)
+[7.5 7.5 6.75 6.75 4.5 6.75 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 603E->604E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 1383 825 moveto
+1373 772 1343 617 1333 563 curveto
+stroke
+grestore
+% 212
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 25999.1 1125 moveto
+25951.6 1145 lineto
+25856.4 1145 lineto
+25808.9 1125 lineto
+25856.4 1105 lineto
+25951.6 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 25999.1 1125 moveto
+25951.6 1145 lineto
+25856.4 1145 lineto
+25808.9 1125 lineto
+25856.4 1105 lineto
+25951.6 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+25834.2 1120.65 moveto
+(0f5db6ce12751ddcc64e)
+[7.5 4.5 6.75 7.5 6.75 7.5 6.75 6.75 6.75 6.75 7.5 6.75 6.75 7.5 7.5 6.75 6.75 7.5 8.25 6.75]
+xshow
+grestore
+% 605E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 26649.1 861 moveto
+26558.9 861 lineto
+26558.9 825 lineto
+26649.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 26649.1 861 moveto
+26558.9 861 lineto
+26558.9 825 lineto
+26649.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+26566.9 838.65 moveto
+(bb828f1a326)
+[6.75 6.75 7.5 6.75 7.5 4.5 6.75 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 212->605E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 25953 1106 moveto
+26062 1063 26329 958 26550 866 curveto
+26551 865 26553 865 26554 864 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+26558.3 862.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+26558.3 862.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+26269.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 606E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 26487.9 563 moveto
+26430.1 563 lineto
+26430.1 527 lineto
+26487.9 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 26487.9 563 moveto
+26430.1 563 lineto
+26430.1 527 lineto
+26487.9 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+26437.6 540.65 moveto
+(67513d)
+[7.5 7.5 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 605E->606E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 26582 825 moveto
+26556 802 26512 758 26489 712 curveto
+26465 662 26460 595 26459 563 curveto
+stroke
+grestore
+% 213
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 22097 843 moveto
+22049 863.004 lineto
+21953 863.004 lineto
+21905 843 lineto
+21953 822.996 lineto
+22049 822.996 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 22097 843 moveto
+22049 863.004 lineto
+21953 863.004 lineto
+21905 843 lineto
+21953 822.996 lineto
+22049 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+21930.5 838.65 moveto
+(34c8c8dc0f6e41c7e7b2)
+[6.75 8.25 6.75 7.5 6.75 7.5 7.5 6.75 7.5 4.5 7.5 6.75 8.25 6.75 6.75 7.5 6.75 7.5 6.75 6.75]
+xshow
+grestore
+% 607E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 21968.2 563 moveto
+21875.8 563 lineto
+21875.8 527 lineto
+21968.2 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 21968.2 563 moveto
+21875.8 563 lineto
+21875.8 527 lineto
+21968.2 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+21883.8 540.65 moveto
+(2832ed5cea6)
+[6.75 7.5 6.75 6.75 6.75 7.5 6.75 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 213->607E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 21996 823 moveto
+21982 771 21945 629 21929 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+21928 566.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+21928 566.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+21968.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 608E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 21720 290 moveto
+21666 290 lineto
+21666 254 lineto
+21720 254 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 21720 290 moveto
+21666 290 lineto
+21666 254 lineto
+21720 254 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+21687.4 267.65 moveto
+(bf)
+[6.75 4.5]
+xshow
+grestore
+% 607E->608E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 21907 527 moveto
+21865 477 21750 340 21708 290 curveto
+stroke
+grestore
+% 214
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 17281.9 1685 moveto
+17225.4 1705 lineto
+17112.6 1705 lineto
+17056.1 1685 lineto
+17112.6 1665 lineto
+17225.4 1665 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 17281.9 1685 moveto
+17225.4 1705 lineto
+17112.6 1705 lineto
+17056.1 1685 lineto
+17112.6 1665 lineto
+17225.4 1665 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+17083.9 1680.65 moveto
+(0a49c95f107c0aa57c9b5748)
+[7.5 6.75 8.25 7.5 6.75 7.5 6.75 4.5 6.75 7.5 7.5 6.75 7.5 6.75 6.75 6.75 7.5 6.75 7.5 6.75 6.75 7.5 8.25 7.5]
+xshow
+grestore
+% 609E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 17016 1425 moveto
+16962 1425 lineto
+16962 1389 lineto
+17016 1389 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 17016 1425 moveto
+16962 1425 lineto
+16962 1389 lineto
+17016 1389 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+16973.6 1402.65 moveto
+(609E)
+[7.5 7.5 7.5 8.25]
+xshow
+grestore
+% 214->609E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 17156 1665 moveto
+17123 1614 17041 1487 17005 1432 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+17003 1428.47 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+17003 1428.47 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+17085.1 1541.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 610E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 17016 1143 moveto
+16902 1143 lineto
+16902 1107 lineto
+17016 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 17016 1143 moveto
+16902 1143 lineto
+16902 1107 lineto
+17016 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+16909.5 1120.65 moveto
+(450d3a2d49cbfd)
+[8.25 6.75 7.5 7.5 6.75 6.75 6.75 7.5 8.25 7.5 6.75 6.75 4.5 7.5]
+xshow
+grestore
+% 609E->610E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 16987 1389 moveto
+16981 1338 16966 1194 16961 1143 curveto
+stroke
+grestore
+% 215
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 42930.9 1125 moveto
+42889 1145 lineto
+42805 1145 lineto
+42763.1 1125 lineto
+42805 1105 lineto
+42889 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 42930.9 1125 moveto
+42889 1145 lineto
+42805 1145 lineto
+42763.1 1125 lineto
+42805 1105 lineto
+42889 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+42787.4 1120.65 moveto
+(3b4fdad8e0429d112)
+[6.75 6.75 8.25 4.5 7.5 6.75 7.5 7.5 6.75 7.5 8.25 6.75 7.5 7.5 6 6.75 6.75]
+xshow
+grestore
+% 611E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 42789.9 861 moveto
+42696.1 861 lineto
+42696.1 825 lineto
+42789.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 42789.9 861 moveto
+42696.1 861 lineto
+42696.1 825 lineto
+42789.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+42703.6 838.65 moveto
+(cab04b7c14a)
+[6.75 6.75 6.75 7.5 8.25 6.75 7.5 6.75 6.75 8.25 6.75]
+xshow
+grestore
+% 215->611E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 42840 1105 moveto
+42821 1054 42773 925 42753 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+42751.4 864.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+42751.4 864.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+42795.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 612E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 42553 563 moveto
+42499 563 lineto
+42499 527 lineto
+42553 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 42553 563 moveto
+42499 563 lineto
+42499 527 lineto
+42553 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+42522.6 540.65 moveto
+(a)
+[6.75]
+xshow
+grestore
+% 611E->612E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 42705 825 moveto
+42665 804 42602 764 42567 712 curveto
+42536 665 42528 596 42527 563 curveto
+stroke
+grestore
+% 216
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 23495.2 843 moveto
+23447.6 863.004 lineto
+23352.4 863.004 lineto
+23304.8 843 lineto
+23352.4 822.996 lineto
+23447.6 822.996 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 23495.2 843 moveto
+23447.6 863.004 lineto
+23352.4 863.004 lineto
+23304.8 843 lineto
+23352.4 822.996 lineto
+23447.6 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+23330.6 838.65 moveto
+(17dafa5ebaafd48440e3)
+[6.75 7.5 7.5 6.75 4.5 6.75 6.75 6.75 6.75 6.75 6.75 4.5 7.5 8.25 7.5 8.25 8.25 7.5 6.75 6.75]
+xshow
+grestore
+% 613E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 23369.9 563 moveto
+23282.1 563 lineto
+23282.1 527 lineto
+23369.9 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 23369.9 563 moveto
+23282.1 563 lineto
+23282.1 527 lineto
+23369.9 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+23289.6 540.65 moveto
+(b5f038f79a3)
+[6.75 6.75 4.5 7.5 6.75 7.5 4.5 7.5 7.5 6.75 6.75]
+xshow
+grestore
+% 216->613E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 23395 823 moveto
+23382 771 23347 629 23332 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+23331 566.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+23331 566.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+23368.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 614E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 23131 290 moveto
+23077 290 lineto
+23077 254 lineto
+23131 254 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 23131 290 moveto
+23077 290 lineto
+23077 254 lineto
+23131 254 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+23097.2 267.65 moveto
+(ce)
+[6.75 6.75]
+xshow
+grestore
+% 613E->614E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 23311 527 moveto
+23270 477 23159 340 23119 290 curveto
+stroke
+grestore
+% 217
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 24733.1 1685 moveto
+24682 1705 lineto
+24580 1705 lineto
+24528.9 1685 lineto
+24580 1665 lineto
+24682 1665 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 24733.1 1685 moveto
+24682 1705 lineto
+24580 1705 lineto
+24528.9 1685 lineto
+24580 1665 lineto
+24682 1665 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+24555.2 1680.65 moveto
+(f4c69e5e212f89348122e8)
+[4.5 8.25 6.75 7.5 7.5 6.75 6.75 6.75 6.75 6.75 6.75 4.5 7.5 7.5 6.75 8.25 7.5 6.75 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 615E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 24712.8 1425 moveto
+24615.2 1425 lineto
+24615.2 1389 lineto
+24712.8 1389 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 24712.8 1425 moveto
+24615.2 1425 lineto
+24615.2 1389 lineto
+24712.8 1389 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+24622.8 1402.65 moveto
+(396b16a892fe)
+[6.75 7.5 7.5 6.75 6.75 7.5 6.75 7.5 7.5 6.75 4.5 6.75]
+xshow
+grestore
+% 217->615E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 24633 1665 moveto
+24639 1615 24654 1489 24661 1433 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+24661.5 1428.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+24661.5 1428.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+24648.1 1541.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 615E->358E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 24676 1389 moveto
+24710 1338 24806 1194 24840 1143 curveto
+stroke
+grestore
+% 218
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 52885.1 1125 moveto
+52835.6 1145 lineto
+52736.4 1145 lineto
+52686.9 1125 lineto
+52736.4 1105 lineto
+52835.6 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 52885.1 1125 moveto
+52835.6 1145 lineto
+52736.4 1145 lineto
+52686.9 1125 lineto
+52736.4 1105 lineto
+52835.6 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+52713.2 1120.65 moveto
+(4f2e020854dfacce46a12)
+[8.25 4.5 6.75 6.75 7.5 6.75 7.5 7.5 6.75 8.25 7.5 4.5 6.75 6.75 6.75 6.75 8.25 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 617E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 52929.1 861 moveto
+52862.9 861 lineto
+52862.9 825 lineto
+52929.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 52929.1 861 moveto
+52862.9 861 lineto
+52862.9 825 lineto
+52929.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+52870.9 838.65 moveto
+(e079d2c)
+[6.75 7.5 7.5 7.5 7.5 6.75 6.75]
+xshow
+grestore
+% 218->617E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 52794 1105 moveto
+52813 1054 52864 925 52886 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+52887.6 864.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+52887.6 864.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+52842.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 618E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 52714.8 563 moveto
+52625.2 563 lineto
+52625.2 527 lineto
+52714.8 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 52714.8 563 moveto
+52625.2 563 lineto
+52625.2 527 lineto
+52714.8 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+52633.2 540.65 moveto
+(761e0f72f95)
+[7.5 7.5 6.75 6.75 7.5 4.5 7.5 6.75 4.5 7.5 6.75]
+xshow
+grestore
+% 617E->618E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 52866 825 moveto
+52813 793 52708 728 52698 712 curveto
+52667 665 52667 596 52668 563 curveto
+stroke
+grestore
+% 219
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 24300.2 1685 moveto
+24243.1 1705 lineto
+24128.9 1705 lineto
+24071.8 1685 lineto
+24128.9 1665 lineto
+24243.1 1665 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 24300.2 1685 moveto
+24243.1 1705 lineto
+24128.9 1705 lineto
+24071.8 1685 lineto
+24128.9 1665 lineto
+24243.1 1665 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+24099.8 1680.65 moveto
+(6448451ac2ceade90715378b)
+[7.5 8.25 8.25 7.5 8.25 6.75 6.75 6.75 6.75 6.75 6.75 6.75 6.75 7.5 6.75 7.5 7.5 7.5 6.75 6.75 6.75 7.5 7.5 6.75]
+xshow
+grestore
+% 619E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 24213 1425 moveto
+24159 1425 lineto
+24159 1389 lineto
+24213 1389 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 24213 1425 moveto
+24159 1425 lineto
+24159 1389 lineto
+24213 1389 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+24171 1402.65 moveto
+(619E)
+[7.5 6.75 7.5 8.25]
+xshow
+grestore
+% 219->619E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 24186 1665 moveto
+24186 1615 24186 1489 24186 1433 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+24186 1429 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+24186 1429 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+24186.1 1541.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 620E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 24213 1143 moveto
+24159 1143 lineto
+24159 1107 lineto
+24213 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 24213 1143 moveto
+24159 1143 lineto
+24159 1107 lineto
+24213 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+24171 1120.65 moveto
+(620E)
+[7.5 6.75 7.5 8.25]
+xshow
+grestore
+% 619E->620E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 24186 1389 moveto
+24186 1338 24186 1194 24186 1143 curveto
+stroke
+grestore
+% 221
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 12744 1125 moveto
+12694 1145 lineto
+12594 1145 lineto
+12544 1125 lineto
+12594 1105 lineto
+12694 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 12744 1125 moveto
+12694 1145 lineto
+12594 1145 lineto
+12544 1125 lineto
+12594 1105 lineto
+12694 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+12570.5 1120.65 moveto
+(d7c27cc6f7b02a31eb64d)
+[7.5 7.5 6.75 6.75 7.5 6.75 6.75 7.5 4.5 7.5 6.75 7.5 6.75 6.75 6.75 6.75 6.75 6.75 7.5 8.25 7.5]
+xshow
+grestore
+% 623E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 12411.9 861 moveto
+12302.1 861 lineto
+12302.1 825 lineto
+12411.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 12411.9 861 moveto
+12302.1 861 lineto
+12302.1 825 lineto
+12411.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+12310.1 838.65 moveto
+(87a7e69a72412)
+[7.5 7.5 6.75 7.5 6.75 7.5 7.5 6.75 7.5 6.75 8.25 6.75 6.75]
+xshow
+grestore
+% 221->623E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 12623 1105 moveto
+12572 1054 12437 922 12382 867 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+12378.8 863.828 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+12378.8 863.828 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+12501.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 624E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 12385 563 moveto
+12291 563 lineto
+12291 527 lineto
+12385 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 12385 563 moveto
+12291 563 lineto
+12291 527 lineto
+12385 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+12299 540.65 moveto
+(73e6ed83012)
+[7.5 6.75 6.75 7.5 6.75 7.5 7.5 6.75 7.5 6.75 6.75]
+xshow
+grestore
+% 623E->624E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 12356 825 moveto
+12353 772 12343 617 12339 563 curveto
+stroke
+grestore
+% 223
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 43749 1125 moveto
+43718.5 1145 lineto
+43657.5 1145 lineto
+43627 1125 lineto
+43657.5 1105 lineto
+43718.5 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 43749 1125 moveto
+43718.5 1145 lineto
+43657.5 1145 lineto
+43627 1125 lineto
+43657.5 1105 lineto
+43718.5 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+43648.2 1120.65 moveto
+(eccf7c722ddf)
+[6.75 6.75 6.75 4.5 7.5 6.75 7.5 6.75 6.75 7.5 7.5 4.5]
+xshow
+grestore
+% 625E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 43642 861 moveto
+43564 861 lineto
+43564 825 lineto
+43642 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 43642 861 moveto
+43564 861 lineto
+43564 825 lineto
+43642 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+43571.5 838.65 moveto
+(df61d5f5fc)
+[7.5 4.5 7.5 6.75 7.5 6.75 4.5 6.75 4.5 6.75]
+xshow
+grestore
+% 223->625E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 43682 1105 moveto
+43667 1054 43628 925 43610 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+43609 864.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+43609 864.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+43646.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 626E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 43452 563 moveto
+43398 563 lineto
+43398 527 lineto
+43452 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 43452 563 moveto
+43398 563 lineto
+43398 527 lineto
+43452 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+43410 540.65 moveto
+(626E)
+[7.5 6.75 7.5 8.25]
+xshow
+grestore
+% 625E->626E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 43587 825 moveto
+43566 800 43528 755 43501 712 curveto
+43470 661 43444 595 43432 563 curveto
+stroke
+grestore
+% 224
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 884.879 1125 moveto
+842.94 1145 lineto
+759.06 1145 lineto
+717.121 1125 lineto
+759.06 1105 lineto
+842.94 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 884.879 1125 moveto
+842.94 1145 lineto
+759.06 1145 lineto
+717.121 1125 lineto
+759.06 1105 lineto
+842.94 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+741 1120.65 moveto
+(86633c26be93ada8b)
+[7.5 7.5 7.5 6.75 6.75 6.75 6.75 7.5 6.75 6.75 7.5 6.75 6.75 7.5 6.75 7.5 6.75]
+xshow
+grestore
+% 627E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 846 861 moveto
+756 861 lineto
+756 825 lineto
+846 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 846 861 moveto
+756 861 lineto
+756 825 lineto
+846 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+763.5 838.65 moveto
+(08500a6044)
+[7.5 7.5 6.75 7.5 7.5 6.75 7.5 7.5 8.25 8.25]
+xshow
+grestore
+% 224->627E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 801 1105 moveto
+801 1055 801 925 801 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+801 865 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+801 865 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+801.125 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 628E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 1099.88 563 moveto
+1038.12 563 lineto
+1038.12 527 lineto
+1099.88 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 1099.88 563 moveto
+1038.12 563 lineto
+1038.12 527 lineto
+1099.88 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+1046.12 540.65 moveto
+(cef12b6)
+[6.75 6.75 4.5 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 627E->628E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 827 825 moveto
+859 801 915 757 956 712 curveto
+1000 663 1041 595 1059 563 curveto
+stroke
+grestore
+% 225
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 24053.9 1685 moveto
+24016.4 1705 lineto
+23941.6 1705 lineto
+23904.1 1685 lineto
+23941.6 1665 lineto
+24016.4 1665 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 24053.9 1685 moveto
+24016.4 1705 lineto
+23941.6 1705 lineto
+23904.1 1685 lineto
+23941.6 1665 lineto
+24016.4 1665 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+23927.2 1680.65 moveto
+(3f9ddf1ffbc0d38b)
+[6.75 4.5 7.5 7.5 7.5 4.5 6.75 4.5 4.5 6.75 6.75 7.5 7.5 6.75 7.5 6.75]
+xshow
+grestore
+% 629E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 24015 1425 moveto
+23961 1425 lineto
+23961 1389 lineto
+24015 1389 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 24015 1425 moveto
+23961 1425 lineto
+23961 1389 lineto
+24015 1389 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+23980.5 1402.65 moveto
+(07)
+[7.5 7.5]
+xshow
+grestore
+% 225->629E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 23980 1665 moveto
+23982 1615 23986 1489 23987 1433 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+23987 1429 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+23987 1429 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+23984.1 1541.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 630E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 24141 1143 moveto
+24087 1143 lineto
+24087 1107 lineto
+24141 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 24141 1143 moveto
+24087 1143 lineto
+24087 1107 lineto
+24141 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+24099 1120.65 moveto
+(630E)
+[7.5 6.75 7.5 8.25]
+xshow
+grestore
+% 629E->630E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 23996 1389 moveto
+24019 1338 24083 1194 24106 1143 curveto
+stroke
+grestore
+% 226
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 32188.9 1125 moveto
+32163 1145 lineto
+32111 1145 lineto
+32085.1 1125 lineto
+32111 1105 lineto
+32163 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 32188.9 1125 moveto
+32163 1145 lineto
+32111 1145 lineto
+32085.1 1125 lineto
+32111 1105 lineto
+32163 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+32105.1 1120.65 moveto
+(e33792703)
+[6.75 6.75 6.75 7.5 7.5 6.75 7.5 7.5 6.75]
+xshow
+grestore
+% 631E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 32063.8 861 moveto
+31984.2 861 lineto
+31984.2 825 lineto
+32063.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 32063.8 861 moveto
+31984.2 861 lineto
+31984.2 825 lineto
+32063.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+31991.8 838.65 moveto
+(6a8f5bafb1)
+[7.5 6.75 7.5 4.5 6.75 6.75 6.75 4.5 6.75 6.75]
+xshow
+grestore
+% 226->631E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 32129 1105 moveto
+32109 1054 32056 925 32034 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+32032.4 864.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+32032.4 864.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+32081.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 632E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 31955 563 moveto
+31901 563 lineto
+31901 527 lineto
+31955 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 31955 563 moveto
+31901 563 lineto
+31901 527 lineto
+31955 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+31913.4 540.65 moveto
+(632E)
+[7.5 6.75 6.75 8.25]
+xshow
+grestore
+% 631E->632E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 32014 825 moveto
+32001 800 31977 753 31963 712 curveto
+31946 659 31935 594 31931 563 curveto
+stroke
+grestore
+% 227
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 36761.1 1125 moveto
+36706.5 1145 lineto
+36597.5 1145 lineto
+36542.9 1125 lineto
+36597.5 1105 lineto
+36706.5 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 36761.1 1125 moveto
+36706.5 1145 lineto
+36597.5 1145 lineto
+36542.9 1125 lineto
+36597.5 1105 lineto
+36706.5 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+36570.6 1120.65 moveto
+(293a225dc56dd1e0564e6bb)
+[6.75 7.5 6.75 6.75 6.75 6.75 6.75 7.5 6.75 6.75 7.5 7.5 7.5 6.75 6.75 7.5 6.75 7.5 8.25 6.75 7.5 6.75 6.75]
+xshow
+grestore
+% 633E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 36535.9 861 moveto
+36454.1 861 lineto
+36454.1 825 lineto
+36535.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 36535.9 861 moveto
+36454.1 861 lineto
+36454.1 825 lineto
+36535.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+36461.6 838.65 moveto
+(e3aefac763)
+[6.75 6.75 6.75 6.75 4.5 6.75 6.75 7.5 7.5 6.75]
+xshow
+grestore
+% 227->633E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 36641 1105 moveto
+36613 1054 36540 924 36509 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+36507 864.473 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+36507 864.473 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+36574.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 228
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 32655.1 1125 moveto
+32604 1145 lineto
+32502 1145 lineto
+32450.9 1125 lineto
+32502 1105 lineto
+32604 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 32655.1 1125 moveto
+32604 1145 lineto
+32502 1145 lineto
+32450.9 1125 lineto
+32502 1105 lineto
+32604 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+32477.2 1120.65 moveto
+(57c77c341f94afddef07e6)
+[6.75 7.5 6.75 7.5 7.5 6.75 6.75 8.25 6.75 4.5 7.5 8.25 6.75 4.5 7.5 7.5 6.75 4.5 7.5 7.5 6.75 7.5]
+xshow
+grestore
+% 635E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 32265.9 861 moveto
+32180.1 861 lineto
+32180.1 825 lineto
+32265.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 32265.9 861 moveto
+32180.1 861 lineto
+32180.1 825 lineto
+32265.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+32188.1 838.65 moveto
+(5e80f85274)
+[6.75 6.75 7.5 7.5 4.5 7.5 6.75 6.75 7.5 8.25]
+xshow
+grestore
+% 228->635E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 32530 1105 moveto
+32470 1055 32314 921 32250 866 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+32247.1 863.561 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+32247.1 863.561 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+32389.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 636E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 32366 563 moveto
+32270 563 lineto
+32270 527 lineto
+32366 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 32366 563 moveto
+32270 563 lineto
+32270 527 lineto
+32366 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+32277.5 540.65 moveto
+(51192117f9b4)
+[6.75 6 6.75 7.5 6.75 6 6.75 7.5 4.5 7.5 6.75 8.25]
+xshow
+grestore
+% 635E->636E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 32229 825 moveto
+32245 772 32295 617 32312 563 curveto
+stroke
+grestore
+% 229
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 43980.9 1125 moveto
+43927.4 1145 lineto
+43820.6 1145 lineto
+43767.1 1125 lineto
+43820.6 1105 lineto
+43927.4 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 43980.9 1125 moveto
+43927.4 1145 lineto
+43820.6 1145 lineto
+43767.1 1125 lineto
+43820.6 1105 lineto
+43927.4 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+43794.5 1120.65 moveto
+(3bbfc7bfdbbb1ba1bfad7517)
+[6.75 6.75 6.75 4.5 6.75 7.5 6.75 4.5 7.5 6.75 6.75 6.75 6.75 6.75 6.75 6.75 6.75 4.5 6.75 7.5 7.5 6.75 6.75 7.5]
+xshow
+grestore
+% 637E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 43850 861 moveto
+43796 861 lineto
+43796 825 lineto
+43850 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 43850 861 moveto
+43796 861 lineto
+43796 825 lineto
+43850 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+43808 838.65 moveto
+(637E)
+[7.5 6.75 7.5 8.25]
+xshow
+grestore
+% 229->637E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 43870 1105 moveto
+43861 1055 43837 925 43827 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+43826.5 864.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+43826.5 864.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+43849.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 638E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 43613 563 moveto
+43559 563 lineto
+43559 527 lineto
+43613 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 43613 563 moveto
+43559 563 lineto
+43559 527 lineto
+43613 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+43571 540.65 moveto
+(638E)
+[7.5 6.75 7.5 8.25]
+xshow
+grestore
+% 637E->638E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 43809 825 moveto
+43766 772 43643 617 43601 563 curveto
+stroke
+grestore
+% 230
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 17758.1 1125 moveto
+17707.1 1145 lineto
+17604.9 1145 lineto
+17553.9 1125 lineto
+17604.9 1105 lineto
+17707.1 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 17758.1 1125 moveto
+17707.1 1145 lineto
+17604.9 1145 lineto
+17553.9 1125 lineto
+17604.9 1105 lineto
+17707.1 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+17580.6 1120.65 moveto
+(a7167d5eb5408b3839903)
+[6.75 7.5 6.75 7.5 7.5 7.5 6.75 6.75 6.75 6.75 8.25 7.5 7.5 6.75 6.75 7.5 6.75 7.5 7.5 7.5 6.75]
+xshow
+grestore
+% 639E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 17464.9 861 moveto
+17385.1 861 lineto
+17385.1 825 lineto
+17464.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 17464.9 861 moveto
+17385.1 861 lineto
+17385.1 825 lineto
+17464.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+17393.1 838.65 moveto
+(8c8b5bde6)
+[7.5 6.75 7.5 6.75 6.75 6.75 7.5 6.75 7.5]
+xshow
+grestore
+% 230->639E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 17639 1105 moveto
+17598 1054 17490 923 17445 867 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+17442.6 864.073 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+17442.6 864.073 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+17541.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 640E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 17350.9 563 moveto
+17263.1 563 lineto
+17263.1 527 lineto
+17350.9 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 17350.9 563 moveto
+17263.1 563 lineto
+17263.1 527 lineto
+17350.9 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+17270.6 540.65 moveto
+(c54f0fc1e05)
+[6.75 6.75 8.25 4.5 7.5 4.5 6.75 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 639E->640E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 17418 825 moveto
+17397 772 17335 617 17314 563 curveto
+stroke
+grestore
+% 231
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 33019.1 1125 moveto
+32956.5 1145 lineto
+32831.5 1145 lineto
+32768.9 1125 lineto
+32831.5 1105 lineto
+32956.5 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 33019.1 1125 moveto
+32956.5 1145 lineto
+32831.5 1145 lineto
+32768.9 1125 lineto
+32831.5 1105 lineto
+32956.5 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+32798.8 1120.65 moveto
+(34d7bb6af4fcd8d630de72500c8)
+[6.75 8.25 7.5 7.5 6.75 6.75 7.5 6.75 4.5 8.25 4.5 6.75 7.5 7.5 7.5 7.5 6.75 7.5 7.5 6.75 7.5 6.75 6.75 7.5 7.5 6.75 7.5]
+xshow
+grestore
+% 641E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 33098.1 861 moveto
+33001.9 861 lineto
+33001.9 825 lineto
+33098.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 33098.1 861 moveto
+33001.9 861 lineto
+33001.9 825 lineto
+33098.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+33009.9 838.65 moveto
+(32fe7eee5283)
+[6.75 6.75 4.5 6.75 7.5 6.75 6.75 6.75 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 231->641E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 32905 1105 moveto
+32933 1054 33005 924 33036 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+33038 864.473 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+33038 864.473 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+32978.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 642E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 32531 563 moveto
+32405 563 lineto
+32405 527 lineto
+32531 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 32531 563 moveto
+32405 563 lineto
+32405 527 lineto
+32531 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+32412.5 540.65 moveto
+(6bf214d9e7fa5f2df)
+[7.5 6.75 4.5 6.75 6.75 8.25 7.5 7.5 6.75 7.5 4.5 6.75 6.75 4.5 6.75 7.5 4.5]
+xshow
+grestore
+% 641E->642E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 33008 825 moveto
+33003 823 32998 821 32993 820 curveto
+32783 754 32668 865 32510 712 curveto
+32469 671 32466 597 32467 563 curveto
+stroke
+grestore
+% 232
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 45141.1 1125 moveto
+45104.6 1145 lineto
+45031.4 1145 lineto
+44994.9 1125 lineto
+45031.4 1105 lineto
+45104.6 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 45141.1 1125 moveto
+45104.6 1145 lineto
+45031.4 1145 lineto
+44994.9 1125 lineto
+45031.4 1105 lineto
+45104.6 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+45017.8 1120.65 moveto
+(8e69341faa4489)
+[7.5 6.75 7.5 7.5 6.75 8.25 6.75 4.5 6.75 6.75 8.25 8.25 7.5 7.5]
+xshow
+grestore
+% 643E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 45091.9 861 moveto
+44998.1 861 lineto
+44998.1 825 lineto
+45091.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 45091.9 861 moveto
+44998.1 861 lineto
+44998.1 825 lineto
+45091.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+45005.6 838.65 moveto
+(cab04b7c14a)
+[6.75 6.75 6.75 7.5 8.25 6.75 7.5 6.75 6.75 8.25 6.75]
+xshow
+grestore
+% 232->643E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 45066 1105 moveto
+45062 1055 45052 925 45047 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+45046.5 864.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+45046.5 864.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+45057.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 644E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 45025 563 moveto
+44971 563 lineto
+44971 527 lineto
+45025 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 45025 563 moveto
+44971 563 lineto
+44971 527 lineto
+45025 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+44981.9 540.65 moveto
+(644E)
+[7.5 8.25 8.25 8.25]
+xshow
+grestore
+% 643E->644E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 45042 825 moveto
+45034 772 45009 617 45001 563 curveto
+stroke
+grestore
+% 233
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 16845.1 1125 moveto
+16800.5 1145 lineto
+16711.5 1145 lineto
+16666.9 1125 lineto
+16711.5 1105 lineto
+16800.5 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 16845.1 1125 moveto
+16800.5 1145 lineto
+16711.5 1145 lineto
+16666.9 1125 lineto
+16711.5 1105 lineto
+16800.5 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+16691.5 1120.65 moveto
+(459236f07c73814faf5)
+[8.25 6.75 7.5 6.75 6.75 7.5 4.5 7.5 7.5 6.75 7.5 6.75 7.5 6.75 8.25 4.5 6.75 4.5 6.75]
+xshow
+grestore
+% 645E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 16958.8 861 moveto
+16873.2 861 lineto
+16873.2 825 lineto
+16958.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 16958.8 861 moveto
+16873.2 861 lineto
+16873.2 825 lineto
+16958.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+16880.8 838.65 moveto
+(18083a711d)
+[6.75 7.5 7.5 7.5 6.75 6.75 7.5 6 6.75 7.5]
+xshow
+grestore
+% 233->645E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 16768 1105 moveto
+16796 1054 16870 924 16902 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+16904 864.473 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+16904 864.473 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+16842.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 646E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 17221.8 563 moveto
+17142.2 563 lineto
+17142.2 527 lineto
+17221.8 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 17221.8 563 moveto
+17142.2 563 lineto
+17142.2 527 lineto
+17221.8 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+17149.8 540.65 moveto
+(9ab6c66dc)
+[7.5 6.75 6.75 7.5 6.75 7.5 7.5 7.5 6.75]
+xshow
+grestore
+% 645E->646E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 16932 825 moveto
+16980 772 17118 617 17166 563 curveto
+stroke
+grestore
+% 234
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 3272.83 1125 moveto
+3222.42 1145 lineto
+3121.58 1145 lineto
+3071.17 1125 lineto
+3121.58 1105 lineto
+3222.42 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 3272.83 1125 moveto
+3222.42 1145 lineto
+3121.58 1145 lineto
+3071.17 1125 lineto
+3121.58 1105 lineto
+3222.42 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+3097.75 1120.65 moveto
+(c71aa521578164debd0c5)
+[6.75 7.5 6.75 6.75 6.75 6.75 6.75 6.75 6.75 7.5 7.5 6.75 7.5 8.25 7.5 6.75 6.75 7.5 7.5 6.75 6.75]
+xshow
+grestore
+% 647E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 3192 861 moveto
+3138 861 lineto
+3138 825 lineto
+3192 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 3192 861 moveto
+3138 861 lineto
+3138 825 lineto
+3192 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+3157.5 838.65 moveto
+(78)
+[7.5 7.5]
+xshow
+grestore
+% 234->647E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 3171 1105 moveto
+3170 1055 3167 925 3165 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+3165 865 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+3165 865 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+3169.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 648E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 3131 563 moveto
+3077 563 lineto
+3077 527 lineto
+3131 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 3131 563 moveto
+3077 563 lineto
+3077 527 lineto
+3131 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+3088.25 540.65 moveto
+(648E)
+[7.5 8.25 7.5 8.25]
+xshow
+grestore
+% 647E->648E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 3161 825 moveto
+3150 772 3119 617 3108 563 curveto
+stroke
+grestore
+% 235
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 23354.9 1125 moveto
+23294.9 1145 lineto
+23175.1 1145 lineto
+23115.1 1125 lineto
+23175.1 1105 lineto
+23294.9 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 23354.9 1125 moveto
+23294.9 1145 lineto
+23175.1 1145 lineto
+23115.1 1125 lineto
+23175.1 1105 lineto
+23294.9 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+23144.2 1120.65 moveto
+(a5520019b8a73bc141b5fd416a)
+[6.75 6.75 6.75 6.75 7.5 7.5 6.75 7.5 6.75 7.5 6.75 7.5 6.75 6.75 6.75 6.75 8.25 6.75 6.75 6.75 4.5 7.5 8.25 6.75 7.5 6.75]
+xshow
+grestore
+% 649E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 25089.1 861 moveto
+24986.9 861 lineto
+24986.9 825 lineto
+25089.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 25089.1 861 moveto
+24986.9 861 lineto
+24986.9 825 lineto
+25089.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+24994.9 838.65 moveto
+(3219b6b71443)
+[6.75 6.75 6.75 7.5 6.75 7.5 6.75 7.5 6.75 8.25 8.25 6.75]
+xshow
+grestore
+% 235->649E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 23280 1105 moveto
+23356 1071 23518 1005 23662 974 curveto
+24236 851 24406 996 24978 866 curveto
+24981 865 24984 865 24987 864 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+24991.3 862.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+24991.3 862.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+23662.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 650E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 25006 563 moveto
+24880 563 lineto
+24880 527 lineto
+25006 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 25006 563 moveto
+24880 563 lineto
+24880 527 lineto
+25006 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+24887.5 540.65 moveto
+(b354cd9e9dbb0bfa)
+[6.75 6.75 6.75 8.25 6.75 7.5 7.5 6.75 7.5 7.5 6.75 6.75 7.5 6.75 4.5 6.75]
+xshow
+grestore
+% 649E->650E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 25032 825 moveto
+25016 772 24966 617 24949 563 curveto
+stroke
+grestore
+% 236
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 16491 1125 moveto
+16436.5 1145 lineto
+16327.5 1145 lineto
+16273 1125 lineto
+16327.5 1105 lineto
+16436.5 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 16491 1125 moveto
+16436.5 1145 lineto
+16327.5 1145 lineto
+16273 1125 lineto
+16327.5 1105 lineto
+16436.5 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+16300.2 1120.65 moveto
+(6c89dc59ee7aaebbbd6bb64)
+[7.5 6.75 7.5 7.5 7.5 6.75 6.75 7.5 6.75 6.75 7.5 6.75 6.75 6.75 6.75 6.75 6.75 7.5 7.5 6.75 6.75 7.5 8.25]
+xshow
+grestore
+% 651E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 16854.9 861 moveto
+16775.1 861 lineto
+16775.1 825 lineto
+16854.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 16854.9 861 moveto
+16775.1 861 lineto
+16775.1 825 lineto
+16854.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+16783.1 838.65 moveto
+(8c8b5bde6)
+[7.5 6.75 7.5 6.75 6.75 6.75 7.5 6.75 7.5]
+xshow
+grestore
+% 236->651E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 16398 1105 moveto
+16423 1074 16476 1013 16531 974 curveto
+16626 908 16662 914 16766 866 curveto
+16767 865 16768 865 16769 865 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+16772.5 862.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+16772.5 862.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+16531.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 652E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 17100 563 moveto
+16988 563 lineto
+16988 527 lineto
+17100 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 17100 563 moveto
+16988 563 lineto
+16988 527 lineto
+17100 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+16996 540.65 moveto
+(699e3db878047)
+[7.5 7.5 7.5 6.75 6.75 7.5 6.75 7.5 7.5 7.5 7.5 8.25 7.5]
+xshow
+grestore
+% 651E->652E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 16829 825 moveto
+16870 772 16989 617 17030 563 curveto
+stroke
+grestore
+% 237
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 43054.8 1125 moveto
+43028.4 1145 lineto
+42975.6 1145 lineto
+42949.2 1125 lineto
+42975.6 1105 lineto
+43028.4 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 43054.8 1125 moveto
+43028.4 1145 lineto
+42975.6 1145 lineto
+42949.2 1125 lineto
+42975.6 1105 lineto
+43028.4 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+42969.4 1120.65 moveto
+(a9a36ef02f)
+[6.75 7.5 6.75 6.75 7.5 6.75 4.5 7.5 6.75 4.5]
+xshow
+grestore
+% 653E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 43006.8 861 moveto
+42941.2 861 lineto
+42941.2 825 lineto
+43006.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 43006.8 861 moveto
+42941.2 861 lineto
+42941.2 825 lineto
+43006.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+42949.2 838.65 moveto
+(6a80cbe)
+[7.5 6.75 7.5 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 237->653E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 43000 1105 moveto
+42995 1055 42982 925 42977 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+42976.5 864.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+42976.5 864.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+42988.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 654E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 42627 563 moveto
+42573 563 lineto
+42573 527 lineto
+42627 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 42627 563 moveto
+42573 563 lineto
+42573 527 lineto
+42627 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+42584.6 540.65 moveto
+(654E)
+[7.5 6.75 8.25 8.25]
+xshow
+grestore
+% 653E->654E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 42951 825 moveto
+42884 772 42690 617 42623 563 curveto
+stroke
+grestore
+% 238
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 1858.78 1125 moveto
+1814.89 1145 lineto
+1727.11 1145 lineto
+1683.22 1125 lineto
+1727.11 1105 lineto
+1814.89 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 1858.78 1125 moveto
+1814.89 1145 lineto
+1727.11 1145 lineto
+1683.22 1125 lineto
+1727.11 1105 lineto
+1814.89 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+1707.62 1120.65 moveto
+(3db761b596844f133c)
+[6.75 7.5 6.75 7.5 7.5 6.75 6.75 6.75 7.5 7.5 7.5 8.25 8.25 4.5 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 655E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 1883.88 861 moveto
+1790.12 861 lineto
+1790.12 825 lineto
+1883.88 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 1883.88 861 moveto
+1790.12 861 lineto
+1790.12 825 lineto
+1883.88 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+1797.62 838.65 moveto
+(e920b915087)
+[6.75 7.5 6.75 7.5 6.75 7.5 6.75 6.75 7.5 7.5 7.5]
+xshow
+grestore
+% 238->655E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 1776 1105 moveto
+1787 1055 1818 925 1831 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+1832.03 864.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+1832.03 864.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+1808.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 656E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 2128 563 moveto
+2074 563 lineto
+2074 527 lineto
+2128 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 2128 563 moveto
+2074 563 lineto
+2074 527 lineto
+2128 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+2093.88 540.65 moveto
+(e9)
+[6.75 7.5]
+xshow
+grestore
+% 655E->656E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 1867 825 moveto
+1902 802 1963 759 2004 712 curveto
+2046 664 2079 595 2093 563 curveto
+stroke
+grestore
+% 239
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 22346.9 843 moveto
+22289 863.004 lineto
+22173 863.004 lineto
+22115.1 843 lineto
+22173 822.996 lineto
+22289 822.996 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 22346.9 843 moveto
+22289 863.004 lineto
+22173 863.004 lineto
+22115.1 843 lineto
+22173 822.996 lineto
+22289 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+22143.2 838.65 moveto
+(383db224d7508ef072bea21d0)
+[6.75 7.5 6.75 7.5 6.75 6.75 6.75 8.25 7.5 7.5 6.75 7.5 7.5 6.75 4.5 7.5 7.5 6.75 6.75 6.75 6.75 6.75 6.75 7.5 7.5]
+xshow
+grestore
+% 657E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 22167.8 563 moveto
+22072.2 563 lineto
+22072.2 527 lineto
+22167.8 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 22167.8 563 moveto
+22072.2 563 lineto
+22072.2 527 lineto
+22167.8 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+22080.2 540.65 moveto
+(975fedfb64df)
+[7.5 7.5 6.75 4.5 6.75 7.5 4.5 6.75 7.5 8.25 7.5 4.5]
+xshow
+grestore
+% 239->657E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 22224 823 moveto
+22204 770 22151 629 22130 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+22128.4 566.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+22128.4 566.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+22183.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 658E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 21964.9 290 moveto
+21895.1 290 lineto
+21895.1 254 lineto
+21964.9 254 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 21964.9 290 moveto
+21895.1 290 lineto
+21895.1 254 lineto
+21964.9 254 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+21902.6 267.65 moveto
+(1a830d9f)
+[6.75 6.75 7.5 6.75 7.5 7.5 7.5 4.5]
+xshow
+grestore
+% 657E->658E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 22107 527 moveto
+22073 477 21977 340 21943 290 curveto
+stroke
+grestore
+% 240
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 9898.87 1407 moveto
+9850.43 1427 lineto
+9753.57 1427 lineto
+9705.13 1407 lineto
+9753.57 1387 lineto
+9850.43 1387 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 9898.87 1407 moveto
+9850.43 1427 lineto
+9753.57 1427 lineto
+9705.13 1407 lineto
+9753.57 1387 lineto
+9850.43 1387 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+9730.75 1402.65 moveto
+(8e307415fb435445ced7)
+[7.5 6.75 6.75 7.5 7.5 8.25 6.75 6.75 4.5 6.75 8.25 6.75 6.75 8.25 8.25 6.75 6.75 6.75 7.5 7.5]
+xshow
+grestore
+% 659E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 9871.88 1143 moveto
+9744.12 1143 lineto
+9744.12 1107 lineto
+9871.88 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 9871.88 1143 moveto
+9744.12 1143 lineto
+9744.12 1107 lineto
+9871.88 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+9752.12 1120.65 moveto
+(21dff35936370ae5f)
+[6.75 6.75 7.5 4.5 4.5 6.75 6.75 7.5 6.75 7.5 6.75 7.5 7.5 6.75 6.75 6.75 4.5]
+xshow
+grestore
+% 240->659E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 9802 1387 moveto
+9804 1337 9807 1207 9808 1151 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+9808 1147 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+9808 1147 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+9806.12 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 660E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 9785.12 861 moveto
+9698.88 861 lineto
+9698.88 825 lineto
+9785.12 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 9785.12 861 moveto
+9698.88 861 lineto
+9698.88 825 lineto
+9785.12 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+9706.38 838.65 moveto
+(9e650e89bb)
+[7.5 6.75 7.5 6.75 7.5 6.75 7.5 7.5 6.75 6.75]
+xshow
+grestore
+% 659E->660E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 9804 1107 moveto
+9792 1056 9758 912 9746 861 curveto
+stroke
+grestore
+% 241
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 25103 1125 moveto
+25051.5 1145 lineto
+24948.5 1145 lineto
+24897 1125 lineto
+24948.5 1105 lineto
+25051.5 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 25103 1125 moveto
+25051.5 1145 lineto
+24948.5 1145 lineto
+24897 1125 lineto
+24948.5 1105 lineto
+25051.5 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+24923.9 1120.65 moveto
+(aff6d7896e0e142bbc3e78)
+[6.75 4.5 4.5 7.5 7.5 7.5 7.5 7.5 7.5 6.75 7.5 6.75 6.75 8.25 6.75 6.75 6.75 6.75 6.75 6.75 7.5 7.5]
+xshow
+grestore
+% 661E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 26137 861 moveto
+26083 861 lineto
+26083 825 lineto
+26137 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 26137 861 moveto
+26083 861 lineto
+26083 825 lineto
+26137 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+26091.2 838.65 moveto
+(d2498)
+[7.5 6.75 8.25 7.5 7.5]
+xshow
+grestore
+% 241->661E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 24998 1105 moveto
+24997 1072 24999 1007 25037 974 curveto
+25212 821 25856 942 26074 866 curveto
+26075 866 26076 865 26077 865 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+26080.5 862.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+26080.5 862.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+25037.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 662E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 26201 563 moveto
+26147 563 lineto
+26147 527 lineto
+26201 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 26201 563 moveto
+26147 563 lineto
+26147 527 lineto
+26201 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+26168.4 540.65 moveto
+(cf)
+[6.75 4.5]
+xshow
+grestore
+% 661E->662E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 26114 825 moveto
+26126 772 26159 617 26170 563 curveto
+stroke
+grestore
+% 242
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 23287 843 moveto
+23224.5 863.004 lineto
+23099.5 863.004 lineto
+23037 843 lineto
+23099.5 822.996 lineto
+23224.5 822.996 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 23287 843 moveto
+23224.5 863.004 lineto
+23099.5 863.004 lineto
+23037 843 lineto
+23099.5 822.996 lineto
+23224.5 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+23066.4 838.65 moveto
+(e153c6e676c7369b285b4e9033a)
+[6.75 6.75 6.75 6.75 6.75 7.5 6.75 7.5 7.5 7.5 6.75 7.5 6.75 7.5 7.5 6.75 6.75 7.5 6.75 6.75 8.25 6.75 7.5 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 663E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 23091 563 moveto
+23037 563 lineto
+23037 527 lineto
+23091 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 23091 563 moveto
+23037 563 lineto
+23037 527 lineto
+23091 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+23049 540.65 moveto
+(663E)
+[7.5 7.5 6.75 8.25]
+xshow
+grestore
+% 242->663E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 23155 823 moveto
+23138 771 23092 629 23073 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+23071.4 566.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+23071.4 566.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+23120.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 664E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 22698 290 moveto
+22644 290 lineto
+22644 254 lineto
+22698 254 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 22698 290 moveto
+22644 290 lineto
+22644 254 lineto
+22698 254 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+22655.2 267.65 moveto
+(664E)
+[7.5 7.5 8.25 8.25]
+xshow
+grestore
+% 663E->664E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 23038 527 moveto
+22966 477 22768 340 22697 290 curveto
+stroke
+grestore
+% 243
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 3492.83 1125 moveto
+3442.42 1145 lineto
+3341.58 1145 lineto
+3291.17 1125 lineto
+3341.58 1105 lineto
+3442.42 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 3492.83 1125 moveto
+3442.42 1145 lineto
+3341.58 1145 lineto
+3291.17 1125 lineto
+3341.58 1105 lineto
+3442.42 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+3317.75 1120.65 moveto
+(f3c4311de0e931f08c232b)
+[4.5 6.75 6.75 8.25 6.75 6 6.75 7.5 6.75 7.5 6.75 7.5 6.75 6.75 4.5 7.5 7.5 6.75 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 665E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 3370.25 861 moveto
+3277.75 861 lineto
+3277.75 825 lineto
+3370.25 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 3370.25 861 moveto
+3277.75 861 lineto
+3277.75 825 lineto
+3370.25 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+3285.75 838.65 moveto
+(a849f9d352e)
+[6.75 7.5 8.25 7.5 4.5 7.5 7.5 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 243->665E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 3387 1105 moveto
+3376 1055 3344 925 3330 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+3328.97 864.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+3328.97 864.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+3358.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 666E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 3257.88 563 moveto
+3200.12 563 lineto
+3200.12 527 lineto
+3257.88 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 3257.88 563 moveto
+3200.12 563 lineto
+3200.12 527 lineto
+3257.88 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+3207.62 540.65 moveto
+(b701e7)
+[6.75 7.5 7.5 6.75 6.75 7.5]
+xshow
+grestore
+% 665E->666E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 3311 825 moveto
+3295 800 3267 754 3253 712 curveto
+3236 659 3231 594 3230 563 curveto
+stroke
+grestore
+% 244
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 50691 1125 moveto
+50644.5 1145 lineto
+50551.5 1145 lineto
+50505 1125 lineto
+50551.5 1105 lineto
+50644.5 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 50691 1125 moveto
+50644.5 1145 lineto
+50551.5 1145 lineto
+50505 1125 lineto
+50551.5 1105 lineto
+50644.5 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+50530.1 1120.65 moveto
+(0c72a426929600000f5)
+[7.5 6.75 7.5 6.75 6.75 8.25 6.75 7.5 7.5 6.75 7.5 7.5 7.5 7.5 7.5 7.5 7.5 4.5 6.75]
+xshow
+grestore
+% 667E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 50565.8 861 moveto
+50476.2 861 lineto
+50476.2 825 lineto
+50565.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 50565.8 861 moveto
+50476.2 861 lineto
+50476.2 825 lineto
+50565.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+50484.2 838.65 moveto
+(45827dbdd8)
+[8.25 6.75 7.5 6.75 7.5 7.5 6.75 7.5 7.5 7.5]
+xshow
+grestore
+% 244->667E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 50592 1105 moveto
+50579 1054 50544 925 50528 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+50527 864.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+50527 864.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+50558.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 668E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 50699.9 563 moveto
+50624.1 563 lineto
+50624.1 527 lineto
+50699.9 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 50699.9 563 moveto
+50624.1 563 lineto
+50624.1 527 lineto
+50699.9 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+50631.6 540.65 moveto
+(f0f45e707)
+[4.5 7.5 4.5 8.25 6.75 6.75 7.5 7.5 7.5]
+xshow
+grestore
+% 667E->668E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 50530 825 moveto
+50555 772 50628 617 50653 563 curveto
+stroke
+grestore
+% 245
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 45793 1125 moveto
+45746.5 1145 lineto
+45653.5 1145 lineto
+45607 1125 lineto
+45653.5 1105 lineto
+45746.5 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 45793 1125 moveto
+45746.5 1145 lineto
+45653.5 1145 lineto
+45607 1125 lineto
+45653.5 1105 lineto
+45746.5 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+45632.5 1120.65 moveto
+(38fa61352f5086d2cb51)
+[6.75 7.5 4.5 6.75 7.5 6.75 6.75 6.75 6.75 4.5 6.75 7.5 7.5 7.5 7.5 6.75 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 669E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 45711.8 861 moveto
+45626.2 861 lineto
+45626.2 825 lineto
+45711.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 45711.8 861 moveto
+45626.2 861 lineto
+45626.2 825 lineto
+45711.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+45633.8 838.65 moveto
+(af0268dddd)
+[6.75 4.5 7.5 6.75 7.5 7.5 7.5 7.5 7.5 7.5]
+xshow
+grestore
+% 245->669E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 45698 1105 moveto
+45692 1055 45678 925 45672 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+45671.5 864.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+45671.5 864.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+45685.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 670E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 45639 563 moveto
+45557 563 lineto
+45557 527 lineto
+45639 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 45639 563 moveto
+45557 563 lineto
+45557 527 lineto
+45639 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+45565 540.65 moveto
+(e1d01ef89f)
+[6.75 6.75 7.5 7.5 6.75 6.75 4.5 7.5 7.5 4.5]
+xshow
+grestore
+% 669E->670E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 45665 825 moveto
+45652 772 45615 617 45602 563 curveto
+stroke
+grestore
+% 246
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 44977.1 1125 moveto
+44943.5 1145 lineto
+44876.5 1145 lineto
+44842.9 1125 lineto
+44876.5 1105 lineto
+44943.5 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 44977.1 1125 moveto
+44943.5 1145 lineto
+44876.5 1145 lineto
+44842.9 1125 lineto
+44876.5 1105 lineto
+44943.5 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+44865 1120.65 moveto
+(ad1dd724f1c3e)
+[6.75 7.5 6.75 7.5 7.5 7.5 6.75 8.25 4.5 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 671E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 44921.9 861 moveto
+44828.1 861 lineto
+44828.1 825 lineto
+44921.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 44921.9 861 moveto
+44828.1 861 lineto
+44828.1 825 lineto
+44921.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+44835.6 838.65 moveto
+(cab04b7c14a)
+[6.75 6.75 6.75 7.5 8.25 6.75 7.5 6.75 6.75 8.25 6.75]
+xshow
+grestore
+% 246->671E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 44907 1105 moveto
+44900 1055 44885 925 44878 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+44877.5 864.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+44877.5 864.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+44893.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 672E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 44782 563 moveto
+44728 563 lineto
+44728 527 lineto
+44782 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 44782 563 moveto
+44728 563 lineto
+44728 527 lineto
+44782 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+44740 540.65 moveto
+(672E)
+[7.5 7.5 6.75 8.25]
+xshow
+grestore
+% 671E->672E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 44868 825 moveto
+44847 772 44784 617 44762 563 curveto
+stroke
+grestore
+% 247
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 51301 1125 moveto
+51254.5 1145 lineto
+51161.5 1145 lineto
+51115 1125 lineto
+51161.5 1105 lineto
+51254.5 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 51301 1125 moveto
+51254.5 1145 lineto
+51161.5 1145 lineto
+51115 1125 lineto
+51161.5 1105 lineto
+51254.5 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+51140.5 1120.65 moveto
+(11bb8ed3ae227d3acefc)
+[6 6.75 6.75 6.75 7.5 6.75 7.5 6.75 6.75 6.75 6.75 6.75 7.5 7.5 6.75 6.75 6.75 6.75 4.5 6.75]
+xshow
+grestore
+% 673E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 51233 861 moveto
+51179 861 lineto
+51179 825 lineto
+51233 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 51233 861 moveto
+51179 861 lineto
+51179 825 lineto
+51233 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+51195.5 838.65 moveto
+(eb8)
+[6.75 6.75 7.5]
+xshow
+grestore
+% 247->673E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 51208 1105 moveto
+51207 1055 51206 925 51206 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+51206 865 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+51206 865 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+51205.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 674E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 51223.8 563 moveto
+51138.2 563 lineto
+51138.2 527 lineto
+51223.8 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 51223.8 563 moveto
+51138.2 563 lineto
+51138.2 527 lineto
+51223.8 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+51145.8 540.65 moveto
+(95e93c4a13)
+[7.5 6.75 6.75 7.5 6.75 6.75 8.25 6.75 6.75 6.75]
+xshow
+grestore
+% 673E->674E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 51204 825 moveto
+51200 772 51187 617 51183 563 curveto
+stroke
+grestore
+% 248
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 6023.15 1125 moveto
+5961.07 1145 lineto
+5836.93 1145 lineto
+5774.85 1125 lineto
+5836.93 1105 lineto
+5961.07 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 6023.15 1125 moveto
+5961.07 1145 lineto
+5836.93 1145 lineto
+5774.85 1125 lineto
+5836.93 1105 lineto
+5961.07 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+5804.12 1120.65 moveto
+(f2c7b3bb4d44f977d0ab8a42351)
+[4.5 6.75 6.75 7.5 6.75 6.75 6.75 6.75 8.25 7.5 8.25 8.25 4.5 7.5 7.5 7.5 7.5 7.5 6.75 6.75 7.5 6.75 8.25 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 675E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 5815 861 moveto
+5761 861 lineto
+5761 825 lineto
+5815 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 5815 861 moveto
+5761 861 lineto
+5761 825 lineto
+5815 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+5773 838.65 moveto
+(675E)
+[7.5 7.5 6.75 8.25]
+xshow
+grestore
+% 248->675E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 5891 1105 moveto
+5872 1054 5820 925 5798 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+5796.4 864.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+5796.4 864.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+5844.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 676E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 5810.12 563 moveto
+5671.88 563 lineto
+5671.88 527 lineto
+5810.12 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 5810.12 563 moveto
+5671.88 563 lineto
+5671.88 527 lineto
+5810.12 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+5679.88 540.65 moveto
+(8606837526d81cdec)
+[7.5 7.5 7.5 7.5 7.5 6.75 7.5 6.75 6.75 7.5 7.5 7.5 6.75 6.75 7.5 6.75 6.75]
+xshow
+grestore
+% 675E->676E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 5785 825 moveto
+5777 772 5752 617 5744 563 curveto
+stroke
+grestore
+% 249
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 54407 1407 moveto
+54360.5 1427 lineto
+54267.5 1427 lineto
+54221 1407 lineto
+54267.5 1387 lineto
+54360.5 1387 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 54407 1407 moveto
+54360.5 1427 lineto
+54267.5 1427 lineto
+54221 1407 lineto
+54267.5 1387 lineto
+54360.5 1387 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+54246.1 1402.65 moveto
+(51e045ca826077ae765)
+[6.75 6.75 6.75 7.5 8.25 6.75 6.75 6.75 7.5 6.75 7.5 7.5 7.5 7.5 6.75 6.75 7.5 7.5 6.75]
+xshow
+grestore
+% 679E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 54341 1143 moveto
+54287 1143 lineto
+54287 1107 lineto
+54341 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 54341 1143 moveto
+54287 1143 lineto
+54287 1107 lineto
+54341 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+54299.4 1120.65 moveto
+(e842)
+[6.75 7.5 8.25 6.75]
+xshow
+grestore
+% 249->679E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 54314 1387 moveto
+54314 1337 54314 1207 54314 1151 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+54314 1147 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+54314 1147 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+54313.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 680E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 54270.8 861 moveto
+54191.2 861 lineto
+54191.2 825 lineto
+54270.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 54270.8 861 moveto
+54191.2 861 lineto
+54191.2 825 lineto
+54270.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+54198.8 838.65 moveto
+(b5c747cc9)
+[6.75 6.75 6.75 7.5 8.25 7.5 6.75 6.75 7.5]
+xshow
+grestore
+% 679E->680E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 54309 1107 moveto
+54293 1056 54251 912 54236 861 curveto
+stroke
+grestore
+% 251
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 22586.8 843 moveto
+22531.4 863.004 lineto
+22420.6 863.004 lineto
+22365.2 843 lineto
+22420.6 822.996 lineto
+22531.4 822.996 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 22586.8 843 moveto
+22531.4 863.004 lineto
+22420.6 863.004 lineto
+22365.2 843 lineto
+22420.6 822.996 lineto
+22531.4 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+22393.1 838.65 moveto
+(3b6b2c549de670d7bf5fc0ee)
+[6.75 6.75 7.5 6.75 6.75 6.75 6.75 8.25 7.5 7.5 6.75 7.5 7.5 7.5 7.5 7.5 6.75 4.5 6.75 4.5 6.75 7.5 6.75 6.75]
+xshow
+grestore
+% 681E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 22372 563 moveto
+22318 563 lineto
+22318 527 lineto
+22372 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 22372 563 moveto
+22318 563 lineto
+22318 527 lineto
+22372 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+22330 540.65 moveto
+(681E)
+[7.5 7.5 6.75 8.25]
+xshow
+grestore
+% 251->681E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 22467 823 moveto
+22444 770 22382 629 22356 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+22354.4 566.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+22354.4 566.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+22420.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 682E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 22220 290 moveto
+22166 290 lineto
+22166 254 lineto
+22220 254 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 22220 290 moveto
+22166 290 lineto
+22166 254 lineto
+22220 254 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+22178 267.65 moveto
+(682E)
+[7.5 7.5 6.75 8.25]
+xshow
+grestore
+% 681E->682E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 22335 527 moveto
+22307 477 22231 340 22203 290 curveto
+stroke
+grestore
+% 252
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 22902.2 1685 moveto
+22856.1 1705 lineto
+22763.9 1705 lineto
+22717.8 1685 lineto
+22763.9 1665 lineto
+22856.1 1665 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 22902.2 1685 moveto
+22856.1 1705 lineto
+22763.9 1705 lineto
+22717.8 1685 lineto
+22763.9 1665 lineto
+22856.1 1665 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+22743.2 1680.65 moveto
+(5eea496cc301b2a9721)
+[6.75 6.75 6.75 6.75 8.25 7.5 7.5 6.75 6.75 6.75 7.5 6.75 6.75 6.75 6.75 7.5 7.5 6.75 6.75]
+xshow
+grestore
+% 683E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 22790 1425 moveto
+22736 1425 lineto
+22736 1389 lineto
+22790 1389 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 22790 1425 moveto
+22736 1425 lineto
+22736 1389 lineto
+22790 1389 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+22748 1402.65 moveto
+(683E)
+[7.5 7.5 6.75 8.25]
+xshow
+grestore
+% 252->683E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 22807 1665 moveto
+22798 1615 22777 1488 22767 1433 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+22766.5 1428.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+22766.5 1428.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+22789.1 1541.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 684E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 22607 1143 moveto
+22553 1143 lineto
+22553 1107 lineto
+22607 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 22607 1143 moveto
+22553 1143 lineto
+22553 1107 lineto
+22607 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+22564.2 1120.65 moveto
+(684E)
+[7.5 7.5 8.25 8.25]
+xshow
+grestore
+% 683E->684E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 22738 1389 moveto
+22708 1366 22657 1323 22627 1276 curveto
+22601 1233 22588 1173 22583 1143 curveto
+stroke
+grestore
+% 253
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 11518.8 1407 moveto
+11468.4 1427 lineto
+11367.6 1427 lineto
+11317.2 1407 lineto
+11367.6 1387 lineto
+11468.4 1387 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 11518.8 1407 moveto
+11468.4 1427 lineto
+11367.6 1427 lineto
+11317.2 1407 lineto
+11367.6 1387 lineto
+11468.4 1387 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+11343.8 1402.65 moveto
+(bfc6564cbdeeffac00a141)
+[6.75 4.5 6.75 7.5 6.75 7.5 8.25 6.75 6.75 7.5 6.75 6.75 4.5 4.5 6.75 6.75 7.5 7.5 6.75 6.75 8.25 6.75]
+xshow
+grestore
+% 685E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 11243.9 1143 moveto
+11116.1 1143 lineto
+11116.1 1107 lineto
+11243.9 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 11243.9 1143 moveto
+11116.1 1143 lineto
+11116.1 1107 lineto
+11243.9 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+11124.1 1120.65 moveto
+(3b0a8a1c2e5050bd)
+[6.75 6.75 7.5 6.75 7.5 6.75 6.75 6.75 6.75 6.75 6.75 7.5 6.75 7.5 6.75 7.5]
+xshow
+grestore
+% 253->685E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 11401 1387 moveto
+11358 1336 11247 1205 11200 1149 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+11197.6 1146.07 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+11197.6 1146.07 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+11307.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 686E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 11215 861 moveto
+11115 861 lineto
+11115 825 lineto
+11215 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 11215 861 moveto
+11115 861 lineto
+11115 825 lineto
+11215 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+11123 838.65 moveto
+(af4abb0d6a99)
+[6.75 4.5 8.25 6.75 6.75 6.75 7.5 7.5 7.5 6.75 7.5 7.5]
+xshow
+grestore
+% 685E->686E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 11179 1107 moveto
+11177 1056 11169 912 11166 861 curveto
+stroke
+grestore
+% 254
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 10125.2 1407 moveto
+10073.1 1427 lineto
+9968.89 1427 lineto
+9916.77 1407 lineto
+9968.89 1387 lineto
+10073.1 1387 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 10125.2 1407 moveto
+10073.1 1427 lineto
+9968.89 1427 lineto
+9916.77 1407 lineto
+9968.89 1387 lineto
+10073.1 1387 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+9943.38 1402.65 moveto
+(c360aaeb167487c9578a8f)
+[6.75 6.75 7.5 7.5 6.75 6.75 6.75 6.75 6.75 7.5 7.5 8.25 7.5 7.5 6.75 7.5 6.75 7.5 7.5 6.75 7.5 4.5]
+xshow
+grestore
+% 687E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 10178 1143 moveto
+10124 1143 lineto
+10124 1107 lineto
+10178 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 10178 1143 moveto
+10124 1143 lineto
+10124 1107 lineto
+10178 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+10147.2 1120.65 moveto
+(d)
+[7.5]
+xshow
+grestore
+% 254->687E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 10030 1387 moveto
+10053 1336 10113 1206 10140 1150 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+10141.4 1146.68 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+10141.4 1146.68 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+10087.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 688E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 10515 861 moveto
+10419 861 lineto
+10419 825 lineto
+10515 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 10515 861 moveto
+10419 861 lineto
+10419 825 lineto
+10515 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+10426.5 838.65 moveto
+(f62b136b2171)
+[4.5 7.5 6.75 6.75 6.75 6.75 7.5 6.75 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 687E->688E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 10175 1107 moveto
+10179 1104 10183 1101 10187 1098 curveto
+10261 1047 10291 1050 10356 990 curveto
+10400 950 10438 891 10456 861 curveto
+stroke
+grestore
+% 255
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 33279.1 1125 moveto
+33218.6 1145 lineto
+33097.4 1145 lineto
+33036.9 1125 lineto
+33097.4 1105 lineto
+33218.6 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 33279.1 1125 moveto
+33218.6 1145 lineto
+33097.4 1145 lineto
+33036.9 1125 lineto
+33097.4 1105 lineto
+33218.6 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+33065.8 1120.65 moveto
+(39d025b265f9790490781cb201)
+[6.75 7.5 7.5 7.5 6.75 6.75 6.75 6.75 7.5 6.75 4.5 7.5 7.5 7.5 7.5 8.25 7.5 7.5 7.5 7.5 6.75 6.75 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 689E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 33201.9 861 moveto
+33116.1 861 lineto
+33116.1 825 lineto
+33201.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 33201.9 861 moveto
+33116.1 861 lineto
+33116.1 825 lineto
+33201.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+33124.1 838.65 moveto
+(5e80f85274)
+[6.75 6.75 7.5 7.5 4.5 7.5 6.75 6.75 7.5 8.25]
+xshow
+grestore
+% 255->689E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 33158 1105 moveto
+33158 1055 33159 925 33159 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+33159 865 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+33159 865 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+33159.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 690E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 32710.1 563 moveto
+32587.9 563 lineto
+32587.9 527 lineto
+32710.1 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 32710.1 563 moveto
+32587.9 563 lineto
+32587.9 527 lineto
+32710.1 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+32595.4 540.65 moveto
+(558d8534f92fddfe)
+[6.75 6.75 7.5 7.5 7.5 6.75 6.75 8.25 4.5 7.5 6.75 4.5 7.5 7.5 4.5 6.75]
+xshow
+grestore
+% 689E->690E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 33120 825 moveto
+33116 823 33111 821 33107 820 curveto
+32929 757 32831 844 32696 712 curveto
+32655 671 32649 597 32649 563 curveto
+stroke
+grestore
+% 256
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 3949.23 1125 moveto
+3897.11 1145 lineto
+3792.89 1145 lineto
+3740.77 1125 lineto
+3792.89 1105 lineto
+3897.11 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 3949.23 1125 moveto
+3897.11 1145 lineto
+3792.89 1145 lineto
+3740.77 1125 lineto
+3792.89 1105 lineto
+3897.11 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+3767.38 1120.65 moveto
+(b4ce21e0a3df1d097277d6)
+[6.75 8.25 6.75 6.75 6.75 6.75 6.75 7.5 6.75 6.75 7.5 4.5 6.75 7.5 7.5 7.5 7.5 6.75 7.5 7.5 7.5 7.5]
+xshow
+grestore
+% 691E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 3885.25 861 moveto
+3792.75 861 lineto
+3792.75 825 lineto
+3885.25 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 3885.25 861 moveto
+3792.75 861 lineto
+3792.75 825 lineto
+3885.25 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+3800.75 838.65 moveto
+(a849f9d352e)
+[6.75 7.5 8.25 7.5 4.5 7.5 7.5 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 256->691E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 3845 1105 moveto
+3843 1055 3840 925 3839 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+3839 865 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+3839 865 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+3843.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 692E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 3717 563 moveto
+3663 563 lineto
+3663 527 lineto
+3717 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 3717 563 moveto
+3663 563 lineto
+3663 527 lineto
+3717 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+3670.5 540.65 moveto
+(f2e7cc)
+[4.5 6.75 6.75 7.5 6.75 6.75]
+xshow
+grestore
+% 691E->692E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 3830 825 moveto
+3804 772 3726 617 3699 563 curveto
+stroke
+grestore
+% 257
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 9284.75 1407 moveto
+9224.38 1427 lineto
+9103.62 1427 lineto
+9043.25 1407 lineto
+9103.62 1387 lineto
+9224.38 1387 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 9284.75 1407 moveto
+9224.38 1427 lineto
+9103.62 1427 lineto
+9043.25 1407 lineto
+9103.62 1387 lineto
+9224.38 1387 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+9072.5 1402.65 moveto
+(8bdb6a91c6dee925b557c705b3)
+[7.5 6.75 7.5 6.75 7.5 6.75 7.5 6.75 6.75 7.5 7.5 6.75 6.75 7.5 6.75 6.75 6.75 6.75 6.75 7.5 6.75 7.5 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 693E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 9247.88 1143 moveto
+9154.12 1143 lineto
+9154.12 1107 lineto
+9247.88 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 9247.88 1143 moveto
+9154.12 1143 lineto
+9154.12 1107 lineto
+9247.88 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+9161.62 1120.65 moveto
+(53069e384a2)
+[6.75 6.75 7.5 7.5 7.5 6.75 6.75 7.5 8.25 6.75 6.75]
+xshow
+grestore
+% 257->693E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 9167 1387 moveto
+9174 1337 9190 1207 9198 1151 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+9198.5 1146.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+9198.5 1146.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+9183.12 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 694E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 9464.75 861 moveto
+9337.25 861 lineto
+9337.25 825 lineto
+9464.75 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 9464.75 861 moveto
+9337.25 861 lineto
+9337.25 825 lineto
+9464.75 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+9344.75 838.65 moveto
+(4727c415d06bcbef)
+[8.25 7.5 6.75 7.5 6.75 8.25 6.75 6.75 7.5 7.5 7.5 6.75 6.75 6.75 6.75 4.5]
+xshow
+grestore
+% 693E->694E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 9228 1107 moveto
+9261 1084 9317 1040 9350 990 curveto
+9378 948 9392 891 9398 861 curveto
+stroke
+grestore
+% 258
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 24460 1685 moveto
+24424.5 1705 lineto
+24353.5 1705 lineto
+24318 1685 lineto
+24353.5 1665 lineto
+24424.5 1665 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 24460 1685 moveto
+24424.5 1705 lineto
+24353.5 1705 lineto
+24318 1685 lineto
+24353.5 1665 lineto
+24424.5 1665 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+24340.6 1680.65 moveto
+(ac487676a04e4)
+[6.75 6.75 8.25 7.5 7.5 7.5 7.5 7.5 6.75 7.5 8.25 6.75 8.25]
+xshow
+grestore
+% 695E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 24350 1425 moveto
+24296 1425 lineto
+24296 1389 lineto
+24350 1389 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 24350 1425 moveto
+24296 1425 lineto
+24296 1389 lineto
+24350 1389 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+24308.8 1402.65 moveto
+(a8e9)
+[6.75 7.5 6.75 7.5]
+xshow
+grestore
+% 258->695E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 24384 1665 moveto
+24373 1615 24342 1488 24329 1433 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+24328 1428.88 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+24328 1428.88 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+24360.1 1541.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 696E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 24285 1143 moveto
+24231 1143 lineto
+24231 1107 lineto
+24285 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 24285 1143 moveto
+24231 1143 lineto
+24231 1107 lineto
+24285 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+24242.6 1120.65 moveto
+(696E)
+[7.5 7.5 7.5 8.25]
+xshow
+grestore
+% 695E->696E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 24319 1389 moveto
+24307 1338 24274 1194 24262 1143 curveto
+stroke
+grestore
+% 259
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 51954.9 1125 moveto
+51918 1145 lineto
+51844 1145 lineto
+51807.1 1125 lineto
+51844 1105 lineto
+51918 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 51954.9 1125 moveto
+51918 1145 lineto
+51844 1145 lineto
+51807.1 1125 lineto
+51844 1105 lineto
+51918 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+51829.6 1120.65 moveto
+(18115fa32ff1cb99)
+[6.75 7.5 6 6.75 6.75 4.5 6.75 6.75 6.75 4.5 4.5 6.75 6.75 6.75 7.5 7.5]
+xshow
+grestore
+% 697E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 51596.8 861 moveto
+51507.2 861 lineto
+51507.2 825 lineto
+51596.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 51596.8 861 moveto
+51507.2 861 lineto
+51507.2 825 lineto
+51596.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+51515.2 838.65 moveto
+(45827dbdd8)
+[8.25 6.75 7.5 6.75 7.5 7.5 6.75 7.5 7.5 7.5]
+xshow
+grestore
+% 259->697E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 51858 1105 moveto
+51798 1055 51643 921 51579 866 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+51576.1 863.561 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+51576.1 863.561 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+51715.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 698E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 51576.1 563 moveto
+51519.9 563 lineto
+51519.9 527 lineto
+51576.1 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 51576.1 563 moveto
+51519.9 563 lineto
+51519.9 527 lineto
+51576.1 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+51527.4 540.65 moveto
+(33e1de)
+[6.75 6.75 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 697E->698E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 51552 825 moveto
+51551 772 51549 617 51548 563 curveto
+stroke
+grestore
+% 260
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 33545.2 1125 moveto
+33483.1 1145 lineto
+33358.9 1145 lineto
+33296.8 1125 lineto
+33358.9 1105 lineto
+33483.1 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 33545.2 1125 moveto
+33483.1 1145 lineto
+33358.9 1145 lineto
+33296.8 1125 lineto
+33358.9 1105 lineto
+33483.1 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+33326.5 1120.65 moveto
+(b7b899dc8bc6a32b28cb098fa16)
+[6.75 7.5 6.75 7.5 7.5 7.5 7.5 6.75 7.5 6.75 6.75 7.5 6.75 6.75 6.75 6.75 6.75 7.5 6.75 6.75 7.5 7.5 7.5 4.5 6.75 6.75 7.5]
+xshow
+grestore
+% 699E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 33469.1 861 moveto
+33372.9 861 lineto
+33372.9 825 lineto
+33469.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 33469.1 861 moveto
+33372.9 861 lineto
+33372.9 825 lineto
+33469.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+33380.9 838.65 moveto
+(32fe7eee5283)
+[6.75 6.75 4.5 6.75 7.5 6.75 6.75 6.75 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 260->699E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 33421 1105 moveto
+33421 1055 33421 925 33421 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+33421 865 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+33421 865 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+33421.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 700E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 32864.9 563 moveto
+32729.1 563 lineto
+32729.1 527 lineto
+32864.9 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 32864.9 563 moveto
+32729.1 563 lineto
+32729.1 527 lineto
+32864.9 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+32736.6 540.65 moveto
+(6819fd5a6cdd280dd)
+[7.5 7.5 6.75 7.5 4.5 7.5 6.75 6.75 7.5 6.75 7.5 7.5 6.75 7.5 7.5 7.5 7.5]
+xshow
+grestore
+% 699E->700E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 33378 825 moveto
+33373 823 33368 822 33364 820 curveto
+33212 765 33160 786 33016 712 curveto
+32935 669 32852 597 32816 563 curveto
+stroke
+grestore
+% 261
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 53899.1 1407 moveto
+53851.6 1427 lineto
+53756.4 1427 lineto
+53708.9 1407 lineto
+53756.4 1387 lineto
+53851.6 1387 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 53899.1 1407 moveto
+53851.6 1427 lineto
+53756.4 1427 lineto
+53708.9 1407 lineto
+53756.4 1387 lineto
+53851.6 1387 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+53734.2 1402.65 moveto
+(b69e426d974e1907e88)
+[6.75 7.5 7.5 6.75 8.25 6.75 7.5 7.5 7.5 7.5 8.25 6.75 6.75 7.5 7.5 7.5 6.75 7.5 7.5]
+xshow
+grestore
+% 703E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 53893 1143 moveto
+53839 1143 lineto
+53839 1107 lineto
+53893 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 53893 1143 moveto
+53839 1143 lineto
+53839 1107 lineto
+53893 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+53851.4 1120.65 moveto
+(e842)
+[6.75 7.5 8.25 6.75]
+xshow
+grestore
+% 261->703E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 53808 1387 moveto
+53819 1337 53848 1207 53860 1151 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+53861 1146.88 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+53861 1146.88 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+53833.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 704E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 53973.9 861 moveto
+53892.1 861 lineto
+53892.1 825 lineto
+53973.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 53973.9 861 moveto
+53892.1 861 lineto
+53892.1 825 lineto
+53973.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+53899.6 838.65 moveto
+(431430c49)
+[8.25 6.75 6.75 8.25 6.75 7.5 6.75 8.25 7.5]
+xshow
+grestore
+% 703E->704E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 53870 1107 moveto
+53882 1056 53916 912 53929 861 curveto
+stroke
+grestore
+% 262
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 4699.14 1125 moveto
+4633.57 1145 lineto
+4502.43 1145 lineto
+4436.86 1125 lineto
+4502.43 1105 lineto
+4633.57 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 4699.14 1125 moveto
+4633.57 1145 lineto
+4502.43 1145 lineto
+4436.86 1125 lineto
+4502.43 1105 lineto
+4633.57 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+4467.5 1120.65 moveto
+(60d0128bdb61ae40e98638bd1391)
+[7.5 7.5 7.5 7.5 6.75 6.75 7.5 6.75 7.5 6.75 7.5 6.75 6.75 6.75 8.25 7.5 6.75 7.5 7.5 7.5 6.75 7.5 6.75 7.5 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 705E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 4606 861 moveto
+4552 861 lineto
+4552 825 lineto
+4606 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 4606 861 moveto
+4552 861 lineto
+4552 825 lineto
+4606 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+4561.75 838.65 moveto
+(23ad1)
+[6.75 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 262->705E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 4569 1105 moveto
+4571 1055 4576 925 4578 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+4578 865 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+4578 865 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+4575.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 706E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 4640.88 563 moveto
+4555.12 563 lineto
+4555.12 527 lineto
+4640.88 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 4640.88 563 moveto
+4555.12 563 lineto
+4555.12 527 lineto
+4640.88 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+4563.12 540.65 moveto
+(a9012b7bb5)
+[6.75 7.5 7.5 6.75 6.75 6.75 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 705E->706E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 4580 825 moveto
+4583 772 4593 617 4597 563 curveto
+stroke
+grestore
+% 264
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 32433 1125 moveto
+32394.5 1145 lineto
+32317.5 1145 lineto
+32279 1125 lineto
+32317.5 1105 lineto
+32394.5 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 32433 1125 moveto
+32394.5 1145 lineto
+32317.5 1145 lineto
+32279 1125 lineto
+32317.5 1105 lineto
+32394.5 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+32302.4 1120.65 moveto
+(8fb60d769e4c387)
+[7.5 4.5 6.75 7.5 7.5 7.5 7.5 7.5 7.5 6.75 8.25 6.75 6.75 7.5 7.5]
+xshow
+grestore
+% 709E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 32161.8 861 moveto
+32082.2 861 lineto
+32082.2 825 lineto
+32161.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 32161.8 861 moveto
+32082.2 861 lineto
+32082.2 825 lineto
+32161.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+32089.8 838.65 moveto
+(6a8f5bafb1)
+[7.5 6.75 7.5 4.5 6.75 6.75 6.75 4.5 6.75 6.75]
+xshow
+grestore
+% 264->709E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 32344 1105 moveto
+32326 1075 32290 1018 32253 974 curveto
+32220 934 32177 892 32149 867 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+32145.8 863.828 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+32145.8 863.828 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+32268.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 710E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 32037 563 moveto
+31983 563 lineto
+31983 527 lineto
+32037 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 32037 563 moveto
+31983 563 lineto
+31983 527 lineto
+32037 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+31993.9 540.65 moveto
+(102f1)
+[6.75 7.5 6.75 4.5 6.75]
+xshow
+grestore
+% 709E->710E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 32115 825 moveto
+32095 772 32037 617 32017 563 curveto
+stroke
+grestore
+% 265
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 4178.96 1125 moveto
+4125.98 1145 lineto
+4020.02 1145 lineto
+3967.04 1125 lineto
+4020.02 1105 lineto
+4125.98 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 4178.96 1125 moveto
+4125.98 1145 lineto
+4020.02 1145 lineto
+3967.04 1125 lineto
+4020.02 1105 lineto
+4125.98 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+3993.88 1120.65 moveto
+(e1fa7f549e5a0893bb42da5)
+[6.75 6.75 4.5 6.75 7.5 4.5 6.75 8.25 7.5 6.75 6.75 6.75 7.5 7.5 7.5 6.75 6.75 6.75 8.25 6.75 7.5 6.75 6.75]
+xshow
+grestore
+% 711E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 4111.75 861 moveto
+3978.25 861 lineto
+3978.25 825 lineto
+4111.75 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 4111.75 861 moveto
+3978.25 861 lineto
+3978.25 825 lineto
+4111.75 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+3985.75 838.65 moveto
+(6a3c6921b0aeceda3)
+[7.5 6.75 6.75 6.75 7.5 7.5 6.75 6.75 6.75 7.5 6.75 6.75 6.75 6.75 7.5 6.75 6.75]
+xshow
+grestore
+% 265->711E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 4071 1105 moveto
+4066 1055 4053 925 4048 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+4047.5 864.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+4047.5 864.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+4059.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 712E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 3995.12 563 moveto
+3886.88 563 lineto
+3886.88 527 lineto
+3995.12 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 3995.12 563 moveto
+3886.88 563 lineto
+3886.88 527 lineto
+3995.12 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+3894.88 540.65 moveto
+(8a9eb2806b0aa)
+[7.5 6.75 7.5 6.75 6.75 6.75 7.5 7.5 7.5 6.75 7.5 6.75 6.75]
+xshow
+grestore
+% 711E->712E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 4039 825 moveto
+4020 772 3966 617 3947 563 curveto
+stroke
+grestore
+% 266
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 9686.91 1407 moveto
+9646.46 1427 lineto
+9565.54 1427 lineto
+9525.09 1407 lineto
+9565.54 1387 lineto
+9646.46 1387 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 9686.91 1407 moveto
+9646.46 1427 lineto
+9565.54 1427 lineto
+9525.09 1407 lineto
+9565.54 1387 lineto
+9646.46 1387 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+9549 1402.65 moveto
+(a77622f2ff77ffeeb2)
+[6.75 7.5 7.5 7.5 6.75 6.75 4.5 6.75 4.5 4.5 7.5 7.5 4.5 4.5 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 713E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 9725.88 1143 moveto
+9598.12 1143 lineto
+9598.12 1107 lineto
+9725.88 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 9725.88 1143 moveto
+9598.12 1143 lineto
+9598.12 1107 lineto
+9725.88 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+9606.12 1120.65 moveto
+(21dff35936370ae5f)
+[6.75 6.75 7.5 4.5 4.5 6.75 6.75 7.5 6.75 7.5 6.75 7.5 7.5 6.75 6.75 6.75 4.5]
+xshow
+grestore
+% 266->713E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 9610 1387 moveto
+9620 1337 9645 1207 9656 1151 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+9657.03 1146.88 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+9657.03 1146.88 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+9634.12 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 714E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 9681 861 moveto
+9609 861 lineto
+9609 825 lineto
+9681 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 9681 861 moveto
+9609 861 lineto
+9609 825 lineto
+9681 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+9616.5 838.65 moveto
+(38b3b0d9)
+[6.75 7.5 6.75 6.75 6.75 7.5 7.5 7.5]
+xshow
+grestore
+% 713E->714E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 9661 1107 moveto
+9658 1056 9649 912 9646 861 curveto
+stroke
+grestore
+% 267
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 28379.1 1685 moveto
+28323 1705 lineto
+28211 1705 lineto
+28154.9 1685 lineto
+28211 1665 lineto
+28323 1665 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 28379.1 1685 moveto
+28323 1705 lineto
+28211 1705 lineto
+28154.9 1685 lineto
+28211 1665 lineto
+28323 1665 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+28183 1680.65 moveto
+(30d9d350943c0e3ff7594b50)
+[6.75 7.5 7.5 7.5 7.5 6.75 6.75 7.5 7.5 8.25 6.75 6.75 7.5 6.75 6.75 4.5 4.5 7.5 6.75 7.5 8.25 6.75 6.75 7.5]
+xshow
+grestore
+% 715E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 28329 1425 moveto
+28217 1425 lineto
+28217 1389 lineto
+28329 1389 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 28329 1425 moveto
+28217 1425 lineto
+28217 1389 lineto
+28329 1389 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+28225 1402.65 moveto
+(b5e86c73d1198f)
+[6.75 6.75 6.75 7.5 7.5 6.75 7.5 6.75 7.5 6 6.75 7.5 7.5 4.5]
+xshow
+grestore
+% 267->715E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 28267 1665 moveto
+28269 1615 28272 1489 28273 1433 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+28273 1429 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+28273 1429 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+28271.1 1541.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 715E->398E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 28281 1389 moveto
+28302 1338 28363 1194 28384 1143 curveto
+stroke
+grestore
+% 268
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 23845.1 1125 moveto
+23789 1145 lineto
+23677 1145 lineto
+23620.9 1125 lineto
+23677 1105 lineto
+23789 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 23845.1 1125 moveto
+23789 1145 lineto
+23677 1145 lineto
+23620.9 1125 lineto
+23677 1105 lineto
+23789 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+23649 1120.65 moveto
+(89ced1a7906d58d687d5a04)
+[7.5 7.5 6.75 6.75 7.5 6.75 6.75 7.5 7.5 7.5 7.5 7.5 6.75 7.5 7.5 7.5 7.5 7.5 7.5 6.75 6.75 7.5 8.25]
+xshow
+grestore
+% 717E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 25655.2 861 moveto
+25554.8 861 lineto
+25554.8 825 lineto
+25655.2 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 25655.2 861 moveto
+25554.8 861 lineto
+25554.8 825 lineto
+25655.2 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+25562.2 838.65 moveto
+(c0174bbe7ae8)
+[6.75 7.5 6.75 7.5 8.25 6.75 6.75 6.75 7.5 6.75 6.75 7.5]
+xshow
+grestore
+% 268->717E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 23739 1105 moveto
+23749 1071 23776 1003 23824 974 curveto
+24152 775 25172 948 25546 866 curveto
+25549 865 25551 865 25554 864 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+25558.3 862.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+25558.3 862.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+23824.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 718E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 25484.8 563 moveto
+25377.2 563 lineto
+25377.2 527 lineto
+25484.8 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 25484.8 563 moveto
+25377.2 563 lineto
+25377.2 527 lineto
+25484.8 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+25385.2 540.65 moveto
+(8f7c875500073)
+[7.5 4.5 7.5 6.75 7.5 7.5 6.75 6.75 7.5 7.5 7.5 7.5 6.75]
+xshow
+grestore
+% 717E->718E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 25587 825 moveto
+25565 800 25526 756 25499 712 curveto
+25470 661 25447 595 25437 563 curveto
+stroke
+grestore
+% 269
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 52438.9 1125 moveto
+52387.5 1145 lineto
+52284.5 1145 lineto
+52233.1 1125 lineto
+52284.5 1105 lineto
+52387.5 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 52438.9 1125 moveto
+52387.5 1145 lineto
+52284.5 1145 lineto
+52233.1 1125 lineto
+52284.5 1105 lineto
+52387.5 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+52259.5 1120.65 moveto
+(1de26f6b12b0d292f94184)
+[6.75 7.5 6.75 6.75 7.5 4.5 7.5 6.75 6.75 6.75 6.75 7.5 7.5 6.75 7.5 6.75 4.5 7.5 8.25 6.75 7.5 8.25]
+xshow
+grestore
+% 719E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 52296.1 861 moveto
+52223.9 861 lineto
+52223.9 825 lineto
+52296.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 52296.1 861 moveto
+52223.9 861 lineto
+52223.9 825 lineto
+52296.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+52231.9 838.65 moveto
+(65fd8495)
+[7.5 6.75 4.5 7.5 7.5 8.25 7.5 6.75]
+xshow
+grestore
+% 269->719E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 52331 1105 moveto
+52317 1055 52282 925 52267 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+52266 864.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+52266 864.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+52297.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 720E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 52033.1 563 moveto
+51940.9 563 lineto
+51940.9 527 lineto
+52033.1 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 52033.1 563 moveto
+51940.9 563 lineto
+51940.9 527 lineto
+52033.1 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+51948.4 540.65 moveto
+(cfff3acd8e9d)
+[6.75 4.5 4.5 4.5 6.75 6.75 6.75 7.5 7.5 6.75 7.5 7.5]
+xshow
+grestore
+% 719E->720E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 52243 825 moveto
+52194 772 52053 617 52004 563 curveto
+stroke
+grestore
+% 270
+gsave
+0.333 1.000 1.000 nodecolor
+newpath 45360.8 1125 moveto
+45310.4 1145 lineto
+45209.6 1145 lineto
+45159.2 1125 lineto
+45209.6 1105 lineto
+45310.4 1105 lineto
+closepath fill
+1 setlinewidth
+filled
+0.333 1.000 1.000 nodecolor
+newpath 45360.8 1125 moveto
+45310.4 1145 lineto
+45209.6 1145 lineto
+45159.2 1125 lineto
+45209.6 1105 lineto
+45310.4 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+45185.4 1120.65 moveto
+(26fa7360ab81be9d4434a)
+[6.75 7.5 4.5 6.75 7.5 6.75 7.5 7.5 6.75 6.75 7.5 6.75 6.75 6.75 7.5 7.5 8.25 8.25 6.75 8.25 6.75]
+xshow
+grestore
+% 721E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 45222.8 861 moveto
+45137.2 861 lineto
+45137.2 825 lineto
+45222.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 45222.8 861 moveto
+45137.2 861 lineto
+45137.2 825 lineto
+45222.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+45144.8 838.65 moveto
+(af0268dddd)
+[6.75 4.5 7.5 6.75 7.5 7.5 7.5 7.5 7.5 7.5]
+xshow
+grestore
+% 270->721E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 45254 1105 moveto
+45240 1054 45203 925 45187 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+45186 864.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+45186 864.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+45220.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 722E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 45298.9 563 moveto
+45205.1 563 lineto
+45205.1 527 lineto
+45298.9 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 45298.9 563 moveto
+45205.1 563 lineto
+45205.1 527 lineto
+45298.9 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+45212.6 540.65 moveto
+(c4507c22d19)
+[6.75 8.25 6.75 7.5 7.5 6.75 6.75 6.75 7.5 6.75 7.5]
+xshow
+grestore
+% 721E->722E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 45184 825 moveto
+45197 772 45235 617 45248 563 curveto
+stroke
+grestore
+% 272
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 394.185 843 moveto
+333.592 863.004 lineto
+212.408 863.004 lineto
+151.815 843 lineto
+212.408 822.996 lineto
+333.592 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+181.125 838.65 moveto
+(4a9d79c960b8d33e39251e5f66)
+[8.25 6.75 7.5 7.5 7.5 7.5 6.75 7.5 7.5 7.5 6.75 7.5 7.5 6.75 6.75 6.75 6.75 7.5 6.75 6.75 6.75 6.75 6.75 4.5 7.5 7.5]
+xshow
+grestore
+% 34E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 774.125 563 moveto
+671.875 563 lineto
+671.875 527 lineto
+774.125 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 774.125 563 moveto
+671.875 563 lineto
+671.875 527 lineto
+774.125 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+679.875 540.65 moveto
+(330342f283ef2)
+[6.75 6.75 7.5 6.75 8.25 6.75 4.5 6.75 7.5 6.75 6.75 4.5 6.75]
+xshow
+grestore
+% 272->34E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 303 823 moveto
+384 770 604 623 689 567 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+692.527 564.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+692.527 564.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+526.125 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 272->252E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 268 823 moveto
+255 771 220 629 205 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+203.97 566.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+203.97 566.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+241.125 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 272->436E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 281 823 moveto
+301 770 354 629 375 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+376.595 566.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+376.595 566.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+337.125 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 274
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 51885.8 843 moveto
+51822.4 863.004 lineto
+51695.6 863.004 lineto
+51632.2 843 lineto
+51695.6 822.996 lineto
+51822.4 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+51662.2 838.65 moveto
+(10a7d61c201c67a5e78542807cd)
+[6.75 7.5 6.75 7.5 7.5 7.5 6.75 6.75 6.75 7.5 6.75 6.75 7.5 7.5 6.75 6.75 6.75 7.5 7.5 6.75 8.25 6.75 7.5 7.5 7.5 6.75 7.5]
+xshow
+grestore
+% 59E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 50418 563 moveto
+50306 563 lineto
+50306 527 lineto
+50418 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 50418 563 moveto
+50306 563 lineto
+50306 527 lineto
+50418 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+50314 540.65 moveto
+(ef6361295eba07)
+[6.75 4.5 7.5 6.75 7.5 6.75 6.75 7.5 6.75 6.75 6.75 6.75 7.5 7.5]
+xshow
+grestore
+% 274->59E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 51675 829 moveto
+51517 803 51178 745 51065 712 curveto
+51024 700 51018 688 50978 676 curveto
+50744 604 50676 627 50439 568 curveto
+50435 567 50430 566 50426 564 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+50421.9 562.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+50421.9 562.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+51073.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 274->500E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 51764 823 moveto
+51775 771 51809 629 51823 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+51824 566.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+51824 566.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+51795.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 274->720E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 51774 823 moveto
+51814 770 51924 627 51968 570 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+51970.7 566.255 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+51970.7 566.255 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+51885.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 275
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 7256.77 843 moveto
+7206.38 863.004 lineto
+7105.62 863.004 lineto
+7055.23 843 lineto
+7105.62 822.996 lineto
+7206.38 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+7081.38 838.65 moveto
+(f8ff39eab120851f143bf19)
+[4.5 7.5 4.5 4.5 6.75 7.5 6.75 6.75 6.75 6.75 6.75 7.5 7.5 6.75 6.75 4.5 6.75 8.25 6.75 6.75 4.5 6.75 7.5]
+xshow
+grestore
+% 98E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 7118.75 563 moveto
+7041.25 563 lineto
+7041.25 527 lineto
+7118.75 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 7118.75 563 moveto
+7041.25 563 lineto
+7041.25 527 lineto
+7118.75 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+7049.25 540.65 moveto
+(4e3cfd27a)
+[8.25 6.75 6.75 6.75 4.5 7.5 6.75 7.5 6.75]
+xshow
+grestore
+% 275->98E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 7151 823 moveto
+7138 771 7102 629 7087 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+7085.97 566.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+7085.97 566.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+7124.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 278
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 1342.12 843 moveto
+1281.56 863.004 lineto
+1160.44 863.004 lineto
+1099.88 843 lineto
+1160.44 822.996 lineto
+1281.56 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+1128.75 838.65 moveto
+(4995c71223c9f6067324d387a2)
+[8.25 7.5 7.5 6.75 6.75 7.5 6.75 6.75 6.75 6.75 6.75 7.5 4.5 7.5 7.5 7.5 7.5 6.75 6.75 8.25 7.5 6.75 7.5 7.5 6.75 6.75]
+xshow
+grestore
+% 35E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 2042.88 563 moveto
+1933.12 563 lineto
+1933.12 527 lineto
+2042.88 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 2042.88 563 moveto
+1933.12 563 lineto
+1933.12 527 lineto
+2042.88 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+1941.12 540.65 moveto
+(57948adb5dead)
+[6.75 7.5 7.5 8.25 7.5 6.75 7.5 6.75 6.75 7.5 6.75 6.75 7.5]
+xshow
+grestore
+% 278->35E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 1296 828 moveto
+1422 802 1668 748 1748 712 curveto
+1833 673 1919 604 1962 568 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+1964.93 565.561 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+1964.93 565.561 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+1813.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 278->488E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 1218 823 moveto
+1210 771 1189 629 1181 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+1180.5 566.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+1180.5 566.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+1202.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 278->598E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 1201 823 moveto
+1149 770 1006 626 951 569 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+947.828 565.828 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+947.828 565.828 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+1092.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 278->604E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 1228 823 moveto
+1247 770 1298 629 1319 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+1320.6 566.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+1320.6 566.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+1283.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 278->628E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 1211 823 moveto
+1184 770 1112 628 1082 570 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+1079.98 566.473 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+1079.98 566.473 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+1156.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 279
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 6164.96 843 moveto
+6108.48 863.004 lineto
+5995.52 863.004 lineto
+5939.04 843 lineto
+5995.52 822.996 lineto
+6108.48 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+5967.25 838.65 moveto
+(b9ae94e6935503603341ecf4)
+[6.75 7.5 6.75 6.75 7.5 8.25 6.75 7.5 7.5 6.75 6.75 6.75 7.5 6.75 7.5 7.5 6.75 6.75 8.25 6.75 6.75 6.75 4.5 8.25]
+xshow
+grestore
+% 99E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 6142.12 563 moveto
+6057.88 563 lineto
+6057.88 527 lineto
+6142.12 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 6142.12 563 moveto
+6057.88 563 lineto
+6057.88 527 lineto
+6142.12 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+6065.88 540.65 moveto
+(14a3c17f3d)
+[6.75 8.25 6.75 6.75 6.75 6.75 7.5 4.5 6.75 7.5]
+xshow
+grestore
+% 279->99E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 6055 823 moveto
+6064 771 6087 629 6096 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+6096.5 566.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+6096.5 566.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+6080.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 280
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 41165.2 1407 moveto
+41108.1 1427 lineto
+40993.9 1427 lineto
+40936.8 1407 lineto
+40993.9 1387 lineto
+41108.1 1387 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+40964.8 1402.65 moveto
+(fd28c194a46fde909b019c52f)
+[4.5 7.5 6.75 7.5 6.75 6.75 7.5 8.25 6.75 8.25 7.5 4.5 7.5 6.75 7.5 7.5 7.5 6.75 7.5 6.75 7.5 6.75 6.75 6.75 4.5]
+xshow
+grestore
+% 280->242E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 40981 1391 moveto
+40964 1388 40945 1386 40928 1384 curveto
+39216 1219 27161 1448 25449 1276 curveto
+25164 1247 25088 1243 24816 1152 curveto
+24812 1151 24807 1149 24803 1146 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+24798.7 1144.4 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+24798.7 1144.4 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+25449.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 280->270E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 41063 1387 moveto
+41092 1336 41167 1206 41199 1150 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+41201 1146.47 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+41201 1146.47 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+41133.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 280->272E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 41002 1387 moveto
+40903 1346 40673 1249 40486 1152 curveto
+40483 1150 40481 1149 40478 1147 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+40474.5 1144.98 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+40474.5 1144.98 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+40747.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 280->284E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 41048 1387 moveto
+41041 1337 41023 1207 41016 1151 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+41015.5 1146.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+41015.5 1146.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+41034.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 280->286E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 41070 1387 moveto
+41116 1336 41238 1204 41289 1149 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+41291.4 1146.07 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+41291.4 1146.07 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+41181.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 288E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 41151.1 1143 moveto
+41072.9 1143 lineto
+41072.9 1107 lineto
+41151.1 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 41151.1 1143 moveto
+41072.9 1143 lineto
+41072.9 1107 lineto
+41151.1 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+41080.9 1120.65 moveto
+(aebb7b91b)
+[6.75 6.75 6.75 6.75 7.5 6.75 7.5 6.75 6.75]
+xshow
+grestore
+% 280->288E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 41055 1387 moveto
+41065 1337 41094 1207 41106 1151 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+41107 1146.88 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+41107 1146.88 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+41082.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 280->586E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 41087 1387 moveto
+41130 1363 41202 1320 41259 1276 curveto
+41311 1236 41367 1180 41397 1149 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+41400.2 1145.83 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+41400.2 1145.83 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+41274.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 763E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 32751 1143 moveto
+32673 1143 lineto
+32673 1107 lineto
+32751 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 32751 1143 moveto
+32673 1143 lineto
+32673 1107 lineto
+32751 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+32680.5 1120.65 moveto
+(b082f7a5ff)
+[6.75 7.5 7.5 6.75 4.5 7.5 6.75 6.75 4.5 4.5]
+xshow
+grestore
+% 280->763E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 40979 1392 moveto
+40963 1389 40945 1386 40928 1384 curveto
+40185 1287 39995 1293 39245 1260 curveto
+38886 1243 33108 1246 32760 1152 curveto
+32755 1151 32751 1149 32746 1147 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+32742.5 1144.98 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+32742.5 1144.98 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+39671.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 764E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 32912 861 moveto
+32858 861 lineto
+32858 825 lineto
+32912 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 32912 861 moveto
+32858 861 lineto
+32858 825 lineto
+32912 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+32874.1 838.65 moveto
+(cd6)
+[6.75 7.5 7.5]
+xshow
+grestore
+% 763E->764E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 32723 1107 moveto
+32754 1056 32842 912 32874 861 curveto
+stroke
+grestore
+% 281
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 45477.1 843 moveto
+45418 863.004 lineto
+45300 863.004 lineto
+45240.9 843 lineto
+45300 822.996 lineto
+45418 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+45269.4 838.65 moveto
+(7c0ab977f5a3c4ab6d625f5033)
+[7.5 6.75 7.5 6.75 6.75 7.5 7.5 7.5 4.5 6.75 6.75 6.75 6.75 8.25 6.75 6.75 7.5 7.5 7.5 6.75 6.75 4.5 6.75 7.5 6.75 6.75]
+xshow
+grestore
+% 45E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 34627.1 563 moveto
+34522.9 563 lineto
+34522.9 527 lineto
+34627.1 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 34627.1 563 moveto
+34522.9 563 lineto
+34522.9 527 lineto
+34627.1 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+34530.4 540.65 moveto
+(20949455f573f)
+[6.75 7.5 7.5 8.25 7.5 8.25 6.75 6.75 4.5 6.75 7.5 6.75 4.5]
+xshow
+grestore
+% 281->45E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 45286 827 moveto
+45269 824 45250 822 45232 820 curveto
+44940 790 34944 613 34653 568 curveto
+34647 567 34641 566 34635 564 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+34630.9 562.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+34630.9 562.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+40560.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 281->470E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 45365 823 moveto
+45380 771 45423 629 45441 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+45442 566.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+45442 566.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+45410.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 281->670E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 45375 823 moveto
+45417 770 45533 627 45579 570 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+45581.7 566.255 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+45581.7 566.255 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+45494.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 281->722E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 45352 823 moveto
+45333 770 45282 629 45261 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+45259.4 566.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+45259.4 566.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+45313.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 282
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 53541.1 1125 moveto
+53477.1 1145 lineto
+53348.9 1145 lineto
+53284.9 1125 lineto
+53348.9 1105 lineto
+53477.1 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+53315.1 1120.65 moveto
+(7e0b91491c8c8566892cd9a0889)
+[7.5 6.75 7.5 6.75 7.5 6.75 8.25 7.5 6.75 6.75 7.5 6.75 7.5 6.75 7.5 7.5 7.5 7.5 6.75 6.75 7.5 7.5 6.75 7.5 7.5 7.5 7.5]
+xshow
+grestore
+% 103E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 53541.1 861 moveto
+53426.9 861 lineto
+53426.9 825 lineto
+53541.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 53541.1 861 moveto
+53426.9 861 lineto
+53426.9 825 lineto
+53541.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+53434.9 838.65 moveto
+(de9efa12873949)
+[7.5 6.75 7.5 6.75 4.5 6.75 6.75 6.75 7.5 7.5 6.75 7.5 8.25 7.5]
+xshow
+grestore
+% 282->103E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 53418 1105 moveto
+53430 1055 53464 925 53477 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+53478 864.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+53478 864.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+53448.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 122E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 54116.1 563 moveto
+53999.9 563 lineto
+53999.9 527 lineto
+54116.1 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 54116.1 563 moveto
+53999.9 563 lineto
+53999.9 527 lineto
+54116.1 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+54007.4 540.65 moveto
+(c71043819b6a79)
+[6.75 7.5 6.75 7.5 8.25 6.75 7.5 6.75 7.5 6.75 7.5 6.75 7.5 7.5]
+xshow
+grestore
+% 103E->122E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 53519 825 moveto
+53622 771 53921 616 54023 563 curveto
+stroke
+grestore
+% 283
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 10160.9 843 moveto
+10099.5 863.004 lineto
+9976.54 863.004 lineto
+9915.08 843 lineto
+9976.54 822.996 lineto
+10099.5 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+9944.62 838.65 moveto
+(d58478d9c273ad4f4b2e091324)
+[7.5 6.75 7.5 8.25 7.5 7.5 7.5 7.5 6.75 6.75 7.5 6.75 6.75 7.5 8.25 4.5 8.25 6.75 6.75 6.75 7.5 7.5 6.75 6.75 6.75 8.25]
+xshow
+grestore
+% 165E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 10084.2 563 moveto
+9991.75 563 lineto
+9991.75 527 lineto
+10084.2 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 10084.2 563 moveto
+9991.75 563 lineto
+9991.75 527 lineto
+10084.2 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+9999.75 540.65 moveto
+(1a220eb692c)
+[6.75 6.75 6.75 6.75 7.5 6.75 6.75 7.5 7.5 6.75 6.75]
+xshow
+grestore
+% 283->165E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 10038 823 moveto
+10038 771 10038 630 10038 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+10038 567 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+10038 567 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+10038.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 177E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 10241.1 290 moveto
+10150.9 290 lineto
+10150.9 254 lineto
+10241.1 254 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 10241.1 290 moveto
+10150.9 290 lineto
+10150.9 254 lineto
+10241.1 254 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+10158.9 267.65 moveto
+(30417faf916)
+[6.75 7.5 8.25 6.75 7.5 4.5 6.75 4.5 7.5 6.75 7.5]
+xshow
+grestore
+% 165E->177E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 10049 527 moveto
+10077 477 10157 340 10185 290 curveto
+stroke
+grestore
+% 284
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 31868.2 843 moveto
+31809.6 863.004 lineto
+31692.4 863.004 lineto
+31633.8 843 lineto
+31692.4 822.996 lineto
+31809.6 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+31662.1 838.65 moveto
+(8be0efdd94a6383e87fbfded4f)
+[7.5 6.75 6.75 7.5 6.75 4.5 7.5 7.5 7.5 8.25 6.75 7.5 6.75 7.5 6.75 6.75 7.5 7.5 4.5 6.75 4.5 7.5 6.75 7.5 8.25 4.5]
+xshow
+grestore
+% 39E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 29479.1 563 moveto
+29374.9 563 lineto
+29374.9 527 lineto
+29479.1 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 29479.1 563 moveto
+29374.9 563 lineto
+29374.9 527 lineto
+29479.1 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+29382.4 540.65 moveto
+(c8a6c26d4fd9f)
+[6.75 7.5 6.75 7.5 6.75 6.75 7.5 7.5 8.25 4.5 7.5 7.5 4.5]
+xshow
+grestore
+% 284->39E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 31678 828 moveto
+31661 825 31642 822 31625 820 curveto
+31390 792 29684 851 29491 712 curveto
+29445 679 29433 609 29429 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+29428.5 566.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+29428.5 566.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+29491.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 284->224E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 31755 823 moveto
+31766 771 31796 629 31808 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+31809 566.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+31809 566.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+31788.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 284->268E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 31745 823 moveto
+31730 771 31687 629 31669 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+31668 566.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+31668 566.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+31713.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 284->632E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 31763 823 moveto
+31795 770 31879 627 31913 570 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+31915 566.473 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+31915 566.473 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+31851.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 284->710E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 31768 823 moveto
+31814 770 31939 626 31989 569 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+31991.4 566.073 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+31991.4 566.073 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+31897.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 285
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 22870.9 843 moveto
+22804.4 863.004 lineto
+22671.6 863.004 lineto
+22605.1 843 lineto
+22671.6 822.996 lineto
+22804.4 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+22636 838.65 moveto
+(3aeb78ea51020a44f2d2615436dae)
+[6.75 6.75 6.75 6.75 7.5 7.5 6.75 6.75 6.75 6.75 7.5 6.75 7.5 6.75 8.25 8.25 4.5 6.75 7.5 6.75 7.5 6.75 6.75 8.25 6.75 7.5 7.5 6.75 6.75]
+xshow
+grestore
+% 53E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 22862.8 563 moveto
+22731.2 563 lineto
+22731.2 527 lineto
+22862.8 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 22862.8 563 moveto
+22731.2 563 lineto
+22731.2 527 lineto
+22862.8 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+22739.2 540.65 moveto
+(96deede0c6b44119)
+[7.5 7.5 7.5 6.75 6.75 7.5 6.75 7.5 6.75 7.5 6.75 8.25 8.25 6 6.75 7.5]
+xshow
+grestore
+% 285->53E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 22742 823 moveto
+22752 771 22780 629 22791 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+22792 566.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+22792 566.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+22772.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 286
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 18060.9 843 moveto
+17999.4 863.004 lineto
+17876.6 863.004 lineto
+17815.1 843 lineto
+17876.6 822.996 lineto
+17999.4 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+17844.2 838.65 moveto
+(6bbd5b422edb8e358dcc20eecf9)
+[7.5 6.75 6.75 7.5 6.75 6.75 8.25 6.75 6.75 6.75 7.5 6.75 7.5 6.75 6.75 6.75 7.5 7.5 6.75 6.75 6.75 7.5 6.75 6.75 6.75 4.5 7.5]
+xshow
+grestore
+% 38E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 18105.9 563 moveto
+17994.1 563 lineto
+17994.1 527 lineto
+18105.9 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 18105.9 563 moveto
+17994.1 563 lineto
+17994.1 527 lineto
+18105.9 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+18001.6 540.65 moveto
+(4f2de229621272)
+[8.25 4.5 6.75 7.5 6.75 6.75 6.75 7.5 7.5 6.75 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 286->38E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 17946 823 moveto
+17966 770 18019 629 18040 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+18041.6 566.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+18041.6 566.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+18002.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 166E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 17935 563 moveto
+17835 563 lineto
+17835 527 lineto
+17935 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 17935 563 moveto
+17835 563 lineto
+17835 527 lineto
+17935 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+17843 540.65 moveto
+(d495de0b35f6)
+[7.5 8.25 7.5 6.75 7.5 6.75 7.5 6.75 6.75 6.75 4.5 7.5]
+xshow
+grestore
+% 286->166E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 17934 823 moveto
+17925 771 17900 629 17890 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+17889 566.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+17889 566.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+17916.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 178E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 16663.9 290 moveto
+16564.1 290 lineto
+16564.1 254 lineto
+16663.9 254 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 16663.9 290 moveto
+16564.1 290 lineto
+16564.1 254 lineto
+16663.9 254 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+16571.6 267.65 moveto
+(e618df70814a)
+[6.75 7.5 6.75 7.5 7.5 4.5 7.5 7.5 7.5 6.75 8.25 6.75]
+xshow
+grestore
+% 166E->178E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 17835 534 moveto
+17631 491 16868 327 16664 283 curveto
+stroke
+grestore
+% 288
+gsave
+0.000 1.000 1.000 nodecolor
+newpath 20338.2 545 moveto
+20271.6 565.004 lineto
+20138.4 565.004 lineto
+20071.8 545 lineto
+20138.4 524.996 lineto
+20271.6 524.996 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 1.000 1.000 nodecolor
+newpath 20338.2 545 moveto
+20271.6 565.004 lineto
+20138.4 565.004 lineto
+20071.8 545 lineto
+20138.4 524.996 lineto
+20271.6 524.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+20102.2 540.65 moveto
+(4856000a6802ddfc121ef40432297)
+[8.25 7.5 6.75 7.5 7.5 7.5 7.5 6.75 7.5 7.5 7.5 6.75 7.5 7.5 4.5 6.75 6.75 6.75 6.75 6.75 4.5 8.25 7.5 8.25 6.75 6.75 6.75 7.5 7.5]
+xshow
+grestore
+% 40E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 19368.9 290 moveto
+19235.1 290 lineto
+19235.1 254 lineto
+19368.9 254 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 19368.9 290 moveto
+19235.1 290 lineto
+19235.1 254 lineto
+19368.9 254 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+19243.1 267.65 moveto
+(04904a458422a5b9)
+[7.5 8.25 7.5 7.5 8.25 6.75 8.25 6.75 7.5 8.25 6.75 6.75 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 288->40E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 20139 525 moveto
+19972 475 19537 343 19370 292 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+19365.9 290.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+19365.9 290.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+19754.1 401.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 288->218E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 20121 530 moveto
+19832 479 18887 313 18693 278 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+18689 277.496 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+18689 277.496 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+19432.1 401.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 288->244E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 20192 525 moveto
+20159 476 20077 350 20042 297 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+20040 293.473 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+20040 293.473 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+20116.1 401.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 288->246E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 20123 530 moveto
+19996 506 19747 459 19536 414 curveto
+19322 368 19065 307 18963 283 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+18958.9 281.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+18958.9 281.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+19536.1 401.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 288->258E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 20121 530 moveto
+19939 496 19494 409 19133 290 curveto
+19130 289 19127 288 19124 287 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+19119.7 285.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+19119.7 285.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+19571.1 401.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 288->290E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 20160 525 moveto
+20043 473 19730 334 19625 287 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+19621.7 285.576 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+19621.7 285.576 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+19899.1 401.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 288->292E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 20174 525 moveto
+20097 475 19899 347 19818 295 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+19814.3 292.325 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+19814.3 292.325 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+19995.1 401.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 288->308E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 20184 525 moveto
+20133 476 20000 349 19945 296 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+19941.8 292.828 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+19941.8 292.828 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+20063.1 401.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 288->318E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 20198 525 moveto
+20182 476 20140 352 20122 298 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+20120.4 293.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+20120.4 293.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+20159.1 401.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 288->388E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 20209 525 moveto
+20218 477 20240 352 20250 298 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+20250.5 293.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+20250.5 293.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+20232.1 401.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 288->472E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 20220 525 moveto
+20255 476 20348 350 20387 296 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+20389.4 293.073 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+20389.4 293.073 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+20312.1 401.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 288->478E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 20278 527 moveto
+20492 474 21110 320 21263 281 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+21267.1 279.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+21267.1 279.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+20785.1 401.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 288->566E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 20257 525 moveto
+20385 475 20721 344 20851 293 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+20855.3 291.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+20855.3 291.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+20577.1 401.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 288->570E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 20285 529 moveto
+20533 479 21286 326 21497 284 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+21501.1 282.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+21501.1 282.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+20920.1 401.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 288->574E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 20130 527 moveto
+19965 488 19560 390 19226 290 curveto
+19221 289 19216 287 19211 285 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+19207.7 283.576 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+19207.7 283.576 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+19682.1 401.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 288->608E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 20290 530 moveto
+20510 493 21112 389 21610 290 curveto
+21626 287 21643 283 21658 280 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+21662.1 278.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+21662.1 278.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+20996.1 401.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 288->614E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 20290 530 moveto
+20308 527 20328 524 20347 522 curveto
+20911 450 22787 297 23069 275 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+23073 274.496 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+23073 274.496 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+21582.1 401.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 288->658E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 20291 531 moveto
+20310 528 20329 525 20347 522 curveto
+20959 424 21702 308 21887 278 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+21891 277.496 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+21891 277.496 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+21086.1 401.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 288->664E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 20290 530 moveto
+20308 527 20328 524 20347 522 curveto
+21277 397 22422 294 22636 275 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+22640 274.496 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+22640 274.496 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+21367.1 401.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 288->682E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 20291 531 moveto
+20309 528 20329 525 20347 522 curveto
+21077 414 21970 300 22158 276 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+22162 275.496 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+22162 275.496 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+21208.1 401.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 289
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 32528.1 843 moveto
+32467 863.004 lineto
+32345 863.004 lineto
+32283.9 843 lineto
+32345 822.996 lineto
+32467 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+32313.4 838.65 moveto
+(2e31175cbd52fcd08360fe86d20)
+[6.75 6.75 6.75 6 6.75 7.5 6.75 6.75 6.75 7.5 6.75 6.75 4.5 6.75 7.5 7.5 7.5 6.75 7.5 7.5 4.5 6.75 7.5 7.5 7.5 6.75 7.5]
+xshow
+grestore
+% 41E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 32200.9 563 moveto
+32085.1 563 lineto
+32085.1 527 lineto
+32200.9 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 32200.9 563 moveto
+32085.1 563 lineto
+32085.1 527 lineto
+32200.9 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+32093.1 540.65 moveto
+(4ad5d68f07981a)
+[8.25 6.75 7.5 6.75 7.5 7.5 7.5 4.5 7.5 7.5 7.5 7.5 6.75 6.75]
+xshow
+grestore
+% 289->41E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 32388 823 moveto
+32341 770 32215 626 32164 569 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+32161.6 566.073 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+32161.6 566.073 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+32292.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 289->636E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 32400 823 moveto
+32385 771 32343 629 32325 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+32324 566.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+32324 566.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+32368.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 289->642E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 32410 823 moveto
+32421 771 32450 629 32462 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+32463 566.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+32463 566.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+32442.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 289->690E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 32422 823 moveto
+32465 770 32582 627 32629 570 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+32631.7 566.255 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+32631.7 566.255 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+32543.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 289->700E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 32432 823 moveto
+32502 770 32693 624 32766 568 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+32769.7 565.325 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+32769.7 565.325 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+32626.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 290
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 25429 843 moveto
+25366.5 863.004 lineto
+25241.5 863.004 lineto
+25179 843 lineto
+25241.5 822.996 lineto
+25366.5 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+25208.4 838.65 moveto
+(3aa0ce5efcf79bc3ecced1886e89)
+[6.75 6.75 6.75 7.5 6.75 6.75 6.75 6.75 4.5 6.75 4.5 7.5 7.5 6.75 6.75 6.75 6.75 6.75 6.75 6.75 7.5 6.75 7.5 7.5 7.5 6.75 7.5 7.5]
+xshow
+grestore
+% 56E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 25154.2 563 moveto
+25037.8 563 lineto
+25037.8 527 lineto
+25154.2 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 25154.2 563 moveto
+25037.8 563 lineto
+25037.8 527 lineto
+25154.2 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+25045.8 540.65 moveto
+(ff9d64ddf49a20f)
+[4.5 4.5 7.5 7.5 7.5 8.25 7.5 7.5 4.5 8.25 7.5 6.75 6.75 7.5 4.5]
+xshow
+grestore
+% 290->56E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 25290 823 moveto
+25253 770 25154 627 25114 570 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+25111.3 566.255 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+25111.3 566.255 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+25214.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 290->264E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 25325 823 moveto
+25379 770 25527 626 25586 569 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+25589.2 565.828 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+25589.2 565.828 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+25477.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 290->510E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 25301 823 moveto
+25292 771 25270 629 25261 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+25260.5 566.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+25260.5 566.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+25285.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 290->718E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 25313 823 moveto
+25335 770 25395 629 25420 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+25421.6 566.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+25421.6 566.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+25377.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 291
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 16091.8 1407 moveto
+16050.9 1427 lineto
+15969.1 1427 lineto
+15928.2 1407 lineto
+15969.1 1387 lineto
+16050.9 1387 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+15952.2 1402.65 moveto
+(7c1767485953d9c2)
+[7.5 6.75 6.75 7.5 7.5 7.5 8.25 7.5 6.75 7.5 6.75 6.75 7.5 7.5 6.75 6.75]
+xshow
+grestore
+% 66E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 15990 1143 moveto
+15936 1143 lineto
+15936 1107 lineto
+15990 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 15990 1143 moveto
+15936 1143 lineto
+15936 1107 lineto
+15990 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+15951.8 1120.65 moveto
+(086)
+[7.5 7.5 7.5]
+xshow
+grestore
+% 291->66E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 16007 1387 moveto
+15998 1337 15976 1207 15967 1151 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+15966.5 1146.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+15966.5 1146.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+15989.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 76E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 15859 1143 moveto
+15805 1143 lineto
+15805 1107 lineto
+15859 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 15859 1143 moveto
+15805 1143 lineto
+15805 1107 lineto
+15859 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+15820.4 1120.65 moveto
+(76E)
+[7.5 7.5 8.25]
+xshow
+grestore
+% 291->76E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 15997 1387 moveto
+15965 1336 15883 1206 15847 1150 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+15845 1146.47 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+15845 1146.47 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+15928.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 291->610E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 16063 1393 moveto
+16201 1357 16579 1255 16888 1152 curveto
+16893 1150 16899 1148 16905 1146 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+16909.3 1144.4 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+16909.3 1144.4 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+16530.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 8E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 15707.1 861 moveto
+15574.9 861 lineto
+15574.9 825 lineto
+15707.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 15707.1 861 moveto
+15574.9 861 lineto
+15574.9 825 lineto
+15707.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+15582.9 838.65 moveto
+(15b3ad672cd2f713a)
+[6.75 6.75 6.75 6.75 6.75 7.5 7.5 7.5 6.75 6.75 7.5 6.75 4.5 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 66E->8E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 15942 1107 moveto
+15884 1056 15720 912 15662 861 curveto
+stroke
+grestore
+% 292
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 15038.1 1407 moveto
+14975.5 1427 lineto
+14850.5 1427 lineto
+14787.9 1407 lineto
+14850.5 1387 lineto
+14975.5 1387 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+14817.8 1402.65 moveto
+(9c1305d59c37e9be9f13d7d049c)
+[7.5 6.75 6.75 6.75 7.5 6.75 7.5 6.75 7.5 6.75 6.75 7.5 6.75 7.5 6.75 6.75 7.5 4.5 6.75 6.75 7.5 7.5 7.5 7.5 8.25 7.5 6.75]
+xshow
+grestore
+% 73E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 14987 1143 moveto
+14933 1143 lineto
+14933 1107 lineto
+14987 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 14987 1143 moveto
+14933 1143 lineto
+14933 1107 lineto
+14987 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+14949.1 1120.65 moveto
+(817)
+[7.5 6.75 7.5]
+xshow
+grestore
+% 292->73E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 14916 1387 moveto
+14925 1337 14947 1207 14956 1151 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+14956.5 1146.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+14956.5 1146.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+14937.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 293
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 38274.9 1407 moveto
+38210.5 1427 lineto
+38081.5 1427 lineto
+38017.1 1407 lineto
+38081.5 1387 lineto
+38210.5 1387 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+38047 1402.65 moveto
+(efe092824916a5637ee35d439589)
+[6.75 4.5 6.75 7.5 7.5 6.75 7.5 6.75 8.25 7.5 6.75 7.5 6.75 6.75 7.5 6.75 7.5 6.75 6.75 6.75 6.75 7.5 8.25 6.75 7.5 6.75 7.5 7.5]
+xshow
+grestore
+% 49E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 29471 1143 moveto
+29417 1143 lineto
+29417 1107 lineto
+29471 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 29471 1143 moveto
+29417 1143 lineto
+29417 1107 lineto
+29471 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+29432 1120.65 moveto
+(49E)
+[8.25 7.5 8.25]
+xshow
+grestore
+% 293->49E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 38026 1404 moveto
+37468 1391 35075 1335 33112 1276 curveto
+32305 1251 30242 1420 29480 1152 curveto
+29477 1151 29474 1149 29471 1148 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+29467.3 1145.32 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+29467.3 1145.32 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+33112.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 214E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 40951 1143 moveto
+40897 1143 lineto
+40897 1107 lineto
+40951 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 40951 1143 moveto
+40897 1143 lineto
+40897 1107 lineto
+40951 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+40909 1120.65 moveto
+(214E)
+[6.75 6.75 8.25 8.25]
+xshow
+grestore
+% 293->214E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 38250 1399 moveto
+38483 1381 39038 1333 39216 1276 curveto
+39231 1271 39231 1264 39245 1260 curveto
+39948 1054 40202 1406 40888 1152 curveto
+40891 1151 40894 1149 40897 1148 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+40900.7 1145.32 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+40900.7 1145.32 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+39245.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 216E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 42041 1143 moveto
+41987 1143 lineto
+41987 1107 lineto
+42041 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 42041 1143 moveto
+41987 1143 lineto
+41987 1107 lineto
+42041 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+41999.4 1120.65 moveto
+(216E)
+[6.75 6.75 7.5 8.25]
+xshow
+grestore
+% 293->216E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 38268 1405 moveto
+38761 1395 40609 1353 41188 1276 curveto
+41221 1271 41228 1265 41259 1260 curveto
+41577 1200 41680 1276 41978 1152 curveto
+41981 1151 41984 1149 41987 1147 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+41990.5 1144.98 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+41990.5 1144.98 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+41259.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 236E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 40387 1143 moveto
+40333 1143 lineto
+40333 1107 lineto
+40387 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 40387 1143 moveto
+40333 1143 lineto
+40333 1107 lineto
+40387 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+40345.4 1120.65 moveto
+(236E)
+[6.75 6.75 7.5 8.25]
+xshow
+grestore
+% 293->236E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 38256 1401 moveto
+38445 1389 38843 1355 39169 1276 curveto
+39190 1271 39193 1264 39213 1260 curveto
+39697 1150 39862 1331 40324 1152 curveto
+40327 1151 40330 1149 40333 1147 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+40336.5 1144.98 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+40336.5 1144.98 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+39213.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 278E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 37005 1143 moveto
+36951 1143 lineto
+36951 1107 lineto
+37005 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 37005 1143 moveto
+36951 1143 lineto
+36951 1107 lineto
+37005 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+36963 1120.65 moveto
+(278E)
+[6.75 7.5 7.5 8.25]
+xshow
+grestore
+% 293->278E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 38044 1398 moveto
+37840 1378 37371 1316 37014 1152 curveto
+37011 1151 37009 1150 37007 1148 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+37003.3 1145.32 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+37003.3 1145.32 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+37344.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 293->358E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 38020 1406 moveto
+37205 1400 32584 1361 28818 1276 curveto
+27945 1256 25713 1441 24888 1152 curveto
+24885 1151 24882 1149 24879 1148 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+24875.3 1145.32 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+24875.3 1145.32 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+28818.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 293->398E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 38020 1406 moveto
+37125 1399 31711 1351 30067 1276 curveto
+29338 1242 29112 1409 28428 1152 curveto
+28425 1151 28423 1149 28420 1148 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+28416.3 1145.32 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+28416.3 1145.32 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+30067.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 293->400E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 38020 1406 moveto
+37217 1399 32829 1352 32270 1152 curveto
+32267 1151 32264 1149 32261 1148 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+32257.3 1145.32 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+32257.3 1145.32 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+33247.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 402E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 38991 1143 moveto
+38937 1143 lineto
+38937 1107 lineto
+38991 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 38991 1143 moveto
+38937 1143 lineto
+38937 1107 lineto
+38991 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+38948.6 1120.65 moveto
+(402E)
+[8.25 7.5 6.75 8.25]
+xshow
+grestore
+% 293->402E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 38223 1391 moveto
+38367 1358 38685 1278 38928 1152 curveto
+38930 1151 38933 1149 38935 1148 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+38938.7 1145.32 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+38938.7 1145.32 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+38659.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 404E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 39623 1143 moveto
+39569 1143 lineto
+39569 1107 lineto
+39623 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 39623 1143 moveto
+39569 1143 lineto
+39569 1107 lineto
+39623 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+39579.9 1120.65 moveto
+(404E)
+[8.25 7.5 8.25 8.25]
+xshow
+grestore
+% 293->404E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 38235 1394 moveto
+38386 1372 38705 1325 38972 1276 curveto
+39235 1227 39317 1262 39560 1152 curveto
+39563 1151 39565 1149 39568 1148 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+39571.7 1145.32 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+39571.7 1145.32 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+39060.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 406E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 39905 1143 moveto
+39851 1143 lineto
+39851 1107 lineto
+39905 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 39905 1143 moveto
+39851 1143 lineto
+39851 1107 lineto
+39905 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+39862.2 1120.65 moveto
+(406E)
+[8.25 7.5 7.5 8.25]
+xshow
+grestore
+% 293->406E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 38235 1395 moveto
+38400 1372 38763 1321 39067 1276 curveto
+39111 1269 39802 1169 39842 1152 curveto
+39845 1151 39848 1149 39851 1147 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+39854.5 1144.98 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+39854.5 1144.98 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+39162.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 408E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 37453 1143 moveto
+37399 1143 lineto
+37399 1107 lineto
+37453 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 37453 1143 moveto
+37399 1143 lineto
+37399 1107 lineto
+37453 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+37410.2 1120.65 moveto
+(408E)
+[8.25 7.5 7.5 8.25]
+xshow
+grestore
+% 293->408E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 38077 1388 moveto
+37950 1352 37674 1267 37462 1152 curveto
+37460 1151 37458 1149 37456 1148 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+37452.3 1145.32 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+37452.3 1145.32 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+37737.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 412E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 37993 1143 moveto
+37939 1143 lineto
+37939 1107 lineto
+37993 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 37993 1143 moveto
+37939 1143 lineto
+37939 1107 lineto
+37993 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+37951 1120.65 moveto
+(412E)
+[8.25 6.75 6.75 8.25]
+xshow
+grestore
+% 293->412E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 38133 1387 moveto
+38101 1336 38018 1206 37982 1150 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+37980 1146.47 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+37980 1146.47 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+38062.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 438E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 38683 1143 moveto
+38629 1143 lineto
+38629 1107 lineto
+38683 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 38683 1143 moveto
+38629 1143 lineto
+38629 1107 lineto
+38683 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+38640.6 1120.65 moveto
+(438E)
+[8.25 6.75 7.5 8.25]
+xshow
+grestore
+% 293->438E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 38188 1387 moveto
+38273 1346 38467 1249 38620 1152 curveto
+38622 1151 38624 1149 38626 1148 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+38629.7 1145.32 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+38629.7 1145.32 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+38431.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 448E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 39269 1143 moveto
+39215 1143 lineto
+39215 1107 lineto
+39269 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 39269 1143 moveto
+39215 1143 lineto
+39215 1107 lineto
+39269 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+39225.9 1120.65 moveto
+(448E)
+[8.25 8.25 7.5 8.25]
+xshow
+grestore
+% 293->448E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 38243 1397 moveto
+38435 1374 38873 1308 39206 1152 curveto
+39209 1151 39211 1149 39214 1148 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+39217.7 1145.32 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+39217.7 1145.32 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+38900.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 476E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 35305 1143 moveto
+35251 1143 lineto
+35251 1107 lineto
+35305 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 35305 1143 moveto
+35251 1143 lineto
+35251 1107 lineto
+35305 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+35262.2 1120.65 moveto
+(476E)
+[8.25 7.5 7.5 8.25]
+xshow
+grestore
+% 293->476E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 38024 1405 moveto
+37548 1395 35821 1346 35314 1152 curveto
+35311 1151 35309 1149 35306 1148 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+35302.3 1145.32 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+35302.3 1145.32 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+35903.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 504E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 36221 1143 moveto
+36167 1143 lineto
+36167 1107 lineto
+36221 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 36221 1143 moveto
+36167 1143 lineto
+36167 1107 lineto
+36221 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+36178.6 1120.65 moveto
+(504E)
+[6.75 7.5 8.25 8.25]
+xshow
+grestore
+% 293->504E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 38047 1398 moveto
+37846 1378 37376 1330 36982 1276 curveto
+36647 1229 36542 1284 36230 1152 curveto
+36227 1151 36225 1149 36222 1148 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+36218.3 1145.32 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+36218.3 1145.32 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+36982.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 293->552E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 38238 1396 moveto
+38383 1377 38670 1335 38907 1276 curveto
+39076 1233 39125 1232 39278 1152 curveto
+39280 1151 39283 1149 39285 1148 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+39288.7 1145.32 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+39288.7 1145.32 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+38965.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 634E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 36525 1143 moveto
+36471 1143 lineto
+36471 1107 lineto
+36525 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 36525 1143 moveto
+36471 1143 lineto
+36471 1107 lineto
+36525 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+36482.6 1120.65 moveto
+(634E)
+[7.5 6.75 8.25 8.25]
+xshow
+grestore
+% 293->634E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 38047 1398 moveto
+37741 1368 36811 1269 36534 1152 curveto
+36531 1151 36529 1149 36526 1148 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+36522.3 1145.32 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+36522.3 1145.32 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+37073.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 768E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 41769 1143 moveto
+41715 1143 lineto
+41715 1107 lineto
+41769 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 41769 1143 moveto
+41715 1143 lineto
+41715 1107 lineto
+41769 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+41726.6 1120.65 moveto
+(768E)
+[7.5 7.5 7.5 8.25]
+xshow
+grestore
+% 293->768E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 38256 1401 moveto
+38837 1368 41541 1214 41706 1152 curveto
+41709 1151 41712 1149 41715 1148 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+41718.7 1145.32 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+41718.7 1145.32 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+40475.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 17E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 29732.1 861 moveto
+29605.9 861 lineto
+29605.9 825 lineto
+29732.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 29732.1 861 moveto
+29605.9 861 lineto
+29605.9 825 lineto
+29732.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+29613.9 838.65 moveto
+(792fd6f9df1fa1e33)
+[7.5 7.5 6.75 4.5 7.5 7.5 4.5 7.5 7.5 4.5 6.75 4.5 6.75 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 49E->17E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 29458 1107 moveto
+29499 1056 29614 912 29654 861 curveto
+stroke
+grestore
+% 214E->213E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 40947 1107 moveto
+40951 1104 40956 1101 40960 1098 curveto
+41112 999 41304 901 41383 861 curveto
+stroke
+grestore
+% 216E->215E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 42020 1107 moveto
+42038 1056 42089 912 42107 861 curveto
+stroke
+grestore
+% 236E->235E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 40371 1107 moveto
+40402 1056 40489 912 40520 861 curveto
+stroke
+grestore
+% 236E->409E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 40384 1107 moveto
+40388 1104 40392 1101 40396 1098 curveto
+40472 1046 40498 1043 40572 990 curveto
+40632 947 40695 890 40727 861 curveto
+stroke
+grestore
+% 236E->463E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 40354 1107 moveto
+40336 1056 40287 912 40269 861 curveto
+stroke
+grestore
+% 278E->277E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 36978 1107 moveto
+36979 1056 36981 912 36982 861 curveto
+stroke
+grestore
+% 278E->415E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 36995 1107 moveto
+37044 1056 37181 912 37230 861 curveto
+stroke
+grestore
+% 278E->559E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 36986 1107 moveto
+37007 1056 37067 912 37088 861 curveto
+stroke
+grestore
+% 402E->401E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 38970 1107 moveto
+38987 1056 39036 912 39054 861 curveto
+stroke
+grestore
+% 404E->403E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 39602 1107 moveto
+39620 1056 39670 912 39688 861 curveto
+stroke
+grestore
+% 406E->405E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 39885 1107 moveto
+39906 1056 39966 912 39987 861 curveto
+stroke
+grestore
+% 408E->407E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 37433 1107 moveto
+37451 1056 37504 912 37522 861 curveto
+stroke
+grestore
+% 412E->211E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 37959 1107 moveto
+37939 1056 37880 912 37859 861 curveto
+stroke
+grestore
+% 412E->355E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 37946 1107 moveto
+37941 1103 37936 1100 37930 1098 curveto
+37654 980 37558 1044 37262 990 curveto
+36993 940 36921 945 36659 866 curveto
+36654 865 36649 863 36644 861 curveto
+stroke
+grestore
+% 412E->411E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 37983 1107 moveto
+38007 1081 38052 1032 38089 990 curveto
+38129 944 38174 889 38196 861 curveto
+stroke
+grestore
+% 412E->413E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 37972 1107 moveto
+37989 1056 38037 912 38054 861 curveto
+stroke
+grestore
+% 412E->511E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 37988 1107 moveto
+37993 1104 37997 1100 38002 1098 curveto
+38110 1036 38152 1052 38258 990 curveto
+38324 951 38392 891 38424 861 curveto
+stroke
+grestore
+% 438E->437E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 38663 1107 moveto
+38683 1056 38738 912 38757 861 curveto
+stroke
+grestore
+% 448E->447E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 39252 1107 moveto
+39279 1056 39357 912 39384 861 curveto
+stroke
+grestore
+% 476E->475E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 35287 1107 moveto
+35314 1056 35390 912 35416 861 curveto
+stroke
+grestore
+% 504E->503E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 36201 1107 moveto
+36220 1056 36274 912 36293 861 curveto
+stroke
+grestore
+% 634E->633E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 36498 1107 moveto
+36497 1056 36496 912 36495 861 curveto
+stroke
+grestore
+% 768E->287E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 41748 1107 moveto
+41765 1056 41813 912 41830 861 curveto
+stroke
+grestore
+% 295
+gsave
+0.000 0.745 0.647 nodecolor
+newpath 3040.92 843 moveto
+2979.46 863.004 lineto
+2856.54 863.004 lineto
+2795.08 843 lineto
+2856.54 822.996 lineto
+2979.46 822.996 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.745 0.647 nodecolor
+newpath 3040.92 843 moveto
+2979.46 863.004 lineto
+2856.54 863.004 lineto
+2795.08 843 lineto
+2856.54 822.996 lineto
+2979.46 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+2824.62 838.65 moveto
+(70815f0352b43dc1562133ab6eb)
+[7.5 7.5 7.5 6.75 6.75 4.5 7.5 6.75 6.75 6.75 6.75 8.25 6.75 7.5 6.75 6.75 6.75 7.5 6.75 6.75 6.75 6.75 6.75 6.75 7.5 6.75 6.75]
+xshow
+grestore
+% 44E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 4776.25 563 moveto
+4659.75 563 lineto
+4659.75 527 lineto
+4776.25 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 4776.25 563 moveto
+4659.75 563 lineto
+4659.75 527 lineto
+4776.25 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+4667.75 540.65 moveto
+(ef2d4636934472)
+[6.75 4.5 6.75 7.5 8.25 7.5 6.75 7.5 7.5 6.75 8.25 8.25 7.5 6.75]
+xshow
+grestore
+% 295->44E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 2995 828 moveto
+3013 825 3032 822 3050 820 curveto
+3396 778 4316 891 4614 712 curveto
+4667 679 4697 609 4710 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+4711.6 566.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+4711.6 566.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+4652.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 92E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 4238.75 563 moveto
+4131.25 563 lineto
+4131.25 527 lineto
+4238.75 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 4238.75 563 moveto
+4131.25 563 lineto
+4131.25 527 lineto
+4238.75 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+4139.25 540.65 moveto
+(22bd92e302816)
+[6.75 6.75 6.75 7.5 7.5 6.75 6.75 6.75 7.5 6.75 7.5 6.75 7.5]
+xshow
+grestore
+% 295->92E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 2992 827 moveto
+3102 802 3317 754 3499 712 curveto
+3730 657 4002 590 4123 560 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+4127.12 558.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+4127.12 558.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+3632.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 295->250E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 2881 823 moveto
+2780 768 2497 617 2398 564 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+2394.47 561.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+2394.47 561.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+2676.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 295->316E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 2867 823 moveto
+2804 798 2695 754 2602 712 curveto
+2491 660 2362 595 2301 563 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+2297.47 560.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+2297.47 560.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+2602.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 295->380E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 2847 826 moveto
+2684 786 2266 680 1924 568 curveto
+1915 565 1906 561 1897 558 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+1892.75 556.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+1892.75 556.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+2411.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 295->424E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 2946 823 moveto
+2982 797 3046 751 3100 712 curveto
+3171 661 3253 600 3296 568 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+3299.75 565.325 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+3299.75 565.325 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+3145.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 295->442E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 2908 823 moveto
+2883 770 2815 628 2787 570 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+2785.58 566.677 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+2785.58 566.677 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+2857.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 295->446E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 2915 823 moveto
+2908 771 2889 629 2881 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+2880.5 566.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+2880.5 566.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+2901.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 295->454E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 2921 823 moveto
+2930 771 2952 629 2961 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+2961.5 566.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+2961.5 566.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+2946.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 295->460E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 2899 823 moveto
+2850 770 2716 626 2664 569 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+2660.83 565.828 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+2660.83 565.828 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+2797.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 295->462E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 2840 828 moveto
+2822 825 2803 822 2786 820 curveto
+2557 788 1909 879 1748 712 curveto
+1713 674 1721 608 1730 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+1731.03 566.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+1731.03 566.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+1748.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 295->648E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 2930 823 moveto
+2964 770 3052 627 3089 570 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+3091.02 566.473 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+3091.02 566.473 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+3023.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 295->656E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 2855 823 moveto
+2777 799 2639 754 2523 712 curveto
+2378 659 2207 589 2135 559 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+2131.68 557.576 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+2131.68 557.576 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+2523.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 295->666E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 2939 823 moveto
+2995 770 3145 626 3204 569 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+3207.17 565.828 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+3207.17 565.828 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+3093.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 295->692E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 2970 823 moveto
+3117 766 3532 606 3655 558 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+3659.25 556.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+3659.25 556.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+3351.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 295->712E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 2983 824 moveto
+3168 770 3698 616 3879 563 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+3883.12 561.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+3883.12 561.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+3492.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 296
+gsave
+0.000 1.000 1.000 nodecolor
+newpath 47702 843 moveto
+47641 863.004 lineto
+47519 863.004 lineto
+47458 843 lineto
+47519 822.996 lineto
+47641 822.996 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 1.000 1.000 nodecolor
+newpath 47702 843 moveto
+47641 863.004 lineto
+47519 863.004 lineto
+47458 843 lineto
+47519 822.996 lineto
+47641 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+47487 838.65 moveto
+(e287d497450664a4c0f4efc338)
+[6.75 6.75 7.5 7.5 7.5 8.25 7.5 7.5 8.25 6.75 7.5 7.5 7.5 8.25 6.75 8.25 6.75 7.5 4.5 8.25 6.75 4.5 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 47E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 43135.2 563 moveto
+43034.8 563 lineto
+43034.8 527 lineto
+43135.2 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 43135.2 563 moveto
+43034.8 563 lineto
+43034.8 527 lineto
+43135.2 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+43042.2 540.65 moveto
+(06eff1db45cdf)
+[7.5 7.5 6.75 4.5 4.5 6.75 7.5 6.75 8.25 6.75 6.75 7.5 4.5]
+xshow
+grestore
+% 296->47E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 47504 828 moveto
+47486 825 47467 822 47449 820 curveto
+46995 768 45835 827 45392 712 curveto
+45357 702 45355 685 45319 676 curveto
+44873 559 43704 613 43244 568 curveto
+43210 564 43173 559 43143 554 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+43139 553.496 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+43139 553.496 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+45392.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 296->330E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 47501 829 moveto
+47347 801 47010 739 46895 712 curveto
+46690 663 46447 590 46347 559 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+46342.9 557.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+46342.9 557.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+46907.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 296->514E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 47536 823 moveto
+47418 769 47096 621 46974 566 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+46970.7 564.576 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+46970.7 564.576 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+47294.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 296->516E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 47658 828 moveto
+47675 825 47694 822 47711 820 curveto
+48197 753 48329 813 48810 712 curveto
+48986 674 49188 596 49272 562 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+49276.3 560.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+49276.3 560.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+48934.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 296->518E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 47646 825 moveto
+47849 769 48452 602 48616 556 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+48620.1 554.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+48620.1 554.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+48181.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 296->520E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 47506 827 moveto
+47398 804 47193 758 47019 712 curveto
+46810 655 46758 639 46552 568 curveto
+46548 566 46543 565 46539 563 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+46534.7 561.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+46534.7 561.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+47019.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 296->522E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 47589 823 moveto
+47603 791 47632 728 47657 676 curveto
+47675 639 47696 596 47709 570 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+47711 566.473 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+47711 566.473 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+47657.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 296->526E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 47560 823 moveto
+47509 770 47366 626 47311 569 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+47307.8 565.828 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+47307.8 565.828 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+47452.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 296->528E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 47634 823 moveto
+47698 799 47807 756 47896 712 curveto
+47989 665 48093 601 48145 567 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+48148.5 564.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+48148.5 564.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+47957.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 296->530E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 47552 823 moveto
+47478 770 47277 624 47199 568 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+47195.3 565.325 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+47195.3 565.325 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+47400.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 296->532E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 47611 823 moveto
+47650 797 47719 752 47778 712 curveto
+47851 662 47936 600 47981 568 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+47984.7 565.325 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+47984.7 565.325 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+47824.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 296->534E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 47516 824 moveto
+47327 767 46768 599 46623 555 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+46618.9 553.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+46618.9 553.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+47145.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 296->536E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 47596 823 moveto
+47639 770 47755 627 47802 570 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+47804.7 566.255 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+47804.7 566.255 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+47716.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 296->538E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 47603 823 moveto
+47663 770 47828 625 47893 569 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+47896.2 565.828 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+47896.2 565.828 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+47771.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 296->540E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 47621 823 moveto
+47671 798 47758 753 47831 712 curveto
+47916 663 48013 601 48062 568 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+48065.7 565.325 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+48065.7 565.325 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+47888.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 296->542E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 47583 823 moveto
+47590 771 47610 629 47618 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+47618.5 566.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+47618.5 566.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+47605.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 296->544E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 47576 823 moveto
+47567 771 47542 629 47532 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+47531 566.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+47531 566.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+47558.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 297
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 4961.06 843 moveto
+4906.53 863.004 lineto
+4797.47 863.004 lineto
+4742.94 843 lineto
+4797.47 822.996 lineto
+4906.53 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+4770.62 838.65 moveto
+(2ced414a91575a48f2dd29a)
+[6.75 6.75 6.75 7.5 8.25 6.75 8.25 6.75 7.5 6.75 6.75 7.5 6.75 6.75 8.25 7.5 4.5 6.75 7.5 7.5 6.75 7.5 6.75]
+xshow
+grestore
+% 46E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 10577.9 563 moveto
+10492.1 563 lineto
+10492.1 527 lineto
+10577.9 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 10577.9 563 moveto
+10492.1 563 lineto
+10492.1 527 lineto
+10577.9 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+10500.1 540.65 moveto
+(85221d5e9e)
+[7.5 6.75 6.75 6.75 6.75 7.5 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 297->46E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 4921 828 moveto
+4937 825 4954 822 4970 820 curveto
+5630 732 5801 773 6463 712 curveto
+6604 698 6638 686 6778 676 curveto
+7600 617 9680 749 10483 568 curveto
+10486 567 10488 567 10491 566 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+10495.3 564.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+10495.3 564.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+6778.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 93E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 5170.88 563 moveto
+5095.12 563 lineto
+5095.12 527 lineto
+5170.88 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 5170.88 563 moveto
+5095.12 563 lineto
+5095.12 527 lineto
+5170.88 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+5102.62 540.65 moveto
+(97a7eea3f)
+[7.5 7.5 6.75 7.5 6.75 6.75 6.75 6.75 4.5]
+xshow
+grestore
+% 297->93E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 4871 823 moveto
+4921 770 5057 626 5110 569 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+5113.17 565.828 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+5113.17 565.828 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+5011.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 297->206E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 4798 823 moveto
+4745 801 4666 763 4611 712 curveto
+4567 670 4534 606 4518 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+4516.4 566.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+4516.4 566.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+4611.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 297->426E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 4858 823 moveto
+4872 771 4911 629 4927 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+4928.03 566.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+4928.03 566.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+4899.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 297->550E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 4850 823 moveto
+4844 771 4830 630 4825 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+4824.5 566.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+4824.5 566.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+4841.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 297->706E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 4835 823 moveto
+4790 770 4668 626 4618 569 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+4615.56 566.073 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+4615.56 566.073 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+4742.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 298
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 12284 843 moveto
+12221.5 863.004 lineto
+12096.5 863.004 lineto
+12034 843 lineto
+12096.5 822.996 lineto
+12221.5 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+12063.4 838.65 moveto
+(38f162cf917ce7298663a1f1c607)
+[6.75 7.5 4.5 6.75 7.5 6.75 6.75 4.5 7.5 6.75 7.5 6.75 6.75 7.5 6.75 7.5 7.5 7.5 7.5 6.75 6.75 6.75 4.5 6.75 6.75 7.5 7.5 7.5]
+xshow
+grestore
+% 36E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 16037 563 moveto
+15917 563 lineto
+15917 527 lineto
+16037 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 16037 563 moveto
+15917 563 lineto
+15917 527 lineto
+16037 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+15924.5 540.65 moveto
+(a031c9192ae8e75)
+[6.75 7.5 6.75 6.75 6.75 7.5 6.75 7.5 6.75 6.75 6.75 7.5 6.75 7.5 6.75]
+xshow
+grestore
+% 298->36E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 12219 823 moveto
+12332 786 12587 708 12809 676 curveto
+14170 479 14543 788 15899 568 curveto
+15904 567 15909 566 15914 565 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+15918.1 563.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+15918.1 563.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+12809.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 95E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 10214 563 moveto
+10102 563 lineto
+10102 527 lineto
+10214 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 10214 563 moveto
+10102 563 lineto
+10102 527 lineto
+10214 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+10110 540.65 moveto
+(062fc905b9eb35)
+[7.5 7.5 6.75 4.5 6.75 7.5 7.5 6.75 6.75 7.5 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 298->95E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 12078 829 moveto
+12059 826 12039 823 12020 820 curveto
+11223 698 11007 759 10223 568 curveto
+10220 567 10218 567 10215 566 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+10210.7 564.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+10210.7 564.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+11058.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 298->364E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 12147 823 moveto
+12129 791 12090 727 12052 676 curveto
+12023 637 11987 595 11964 569 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+11961.6 566.073 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+11961.6 566.073 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+12079.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 298->394E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 12154 823 moveto
+12139 771 12101 629 12085 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+12084 566.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+12084 566.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+12124.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 298->420E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 12163 823 moveto
+12173 771 12198 629 12208 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+12209 566.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+12209 566.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+12191.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 298->456E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 12180 823 moveto
+12235 770 12385 626 12444 569 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+12447.2 565.828 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+12447.2 565.828 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+12334.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 298->624E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 12171 823 moveto
+12203 770 12289 627 12323 570 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+12325 566.473 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+12325 566.473 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+12261.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 299
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 9054.88 843 moveto
+8991.94 863.004 lineto
+8866.06 863.004 lineto
+8803.12 843 lineto
+8866.06 822.996 lineto
+8991.94 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+8832.62 838.65 moveto
+(549fa15d68f0b3bee6192f888cd8)
+[6.75 8.25 7.5 4.5 6.75 6.75 6.75 7.5 7.5 7.5 4.5 7.5 6.75 6.75 6.75 6.75 6.75 7.5 6.75 7.5 6.75 4.5 7.5 7.5 7.5 6.75 7.5 7.5]
+xshow
+grestore
+% 48E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 12690.9 563 moveto
+12573.1 563 lineto
+12573.1 527 lineto
+12690.9 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 12690.9 563 moveto
+12573.1 563 lineto
+12573.1 527 lineto
+12690.9 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+12580.6 540.65 moveto
+(d17f8f4eeb8e63d)
+[7.5 6.75 7.5 4.5 7.5 4.5 8.25 6.75 6.75 6.75 7.5 6.75 7.5 6.75 7.5]
+xshow
+grestore
+% 299->48E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 9010 829 moveto
+9028 826 9047 823 9064 820 curveto
+9279 785 9815 696 10031 676 curveto
+11139 569 11430 717 12532 568 curveto
+12542 566 12554 564 12565 562 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+12569.1 560.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+12569.1 560.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+10031.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 168E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 9286 563 moveto
+9174 563 lineto
+9174 527 lineto
+9286 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 9286 563 moveto
+9174 563 lineto
+9174 527 lineto
+9286 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+9182 540.65 moveto
+(cca7040e47789)
+[6.75 6.75 6.75 7.5 7.5 8.25 7.5 6.75 8.25 7.5 7.5 7.5 7.5]
+xshow
+grestore
+% 299->168E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 8949 823 moveto
+9003 770 9148 626 9206 569 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+9209.17 565.828 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+9209.17 565.828 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+9099.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 299->260E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 8880 823 moveto
+8830 801 8752 762 8695 712 curveto
+8647 669 8608 605 8588 570 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+8585.98 566.473 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+8585.98 566.473 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+8695.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 299->282E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 8868 823 moveto
+8818 803 8750 767 8715 712 curveto
+8688 669 8690 607 8695 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+8695.5 566.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+8695.5 566.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+8715.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 299->554E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 9001 826 moveto
+9140 792 9459 719 9729 676 curveto
+10157 607 10281 685 10697 568 curveto
+10699 568 10701 567 10704 566 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+10707.3 564.576 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+10707.3 564.576 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+9729.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 299->590E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 8973 823 moveto
+9092 769 9414 621 9536 566 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+9539.32 564.576 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+9539.32 564.576 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+9296.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 299->767E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 8924 823 moveto
+8911 771 8876 629 8861 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+8859.97 566.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+8859.97 566.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+8897.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 180E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 9538.75 290 moveto
+9431.25 290 lineto
+9431.25 254 lineto
+9538.75 254 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 9538.75 290 moveto
+9431.25 290 lineto
+9431.25 254 lineto
+9538.75 254 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+9439.25 267.65 moveto
+(815cc0b83d733)
+[7.5 6.75 6.75 6.75 6.75 7.5 6.75 7.5 6.75 7.5 7.5 6.75 6.75]
+xshow
+grestore
+% 168E->180E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 9257 527 moveto
+9291 503 9350 460 9392 414 curveto
+9428 374 9460 319 9476 290 curveto
+stroke
+grestore
+% 300
+gsave
+0.083 1.000 1.000 nodecolor
+newpath 36915.8 843 moveto
+36853.9 863.004 lineto
+36730.1 863.004 lineto
+36668.2 843 lineto
+36730.1 822.996 lineto
+36853.9 822.996 lineto
+closepath fill
+1 setlinewidth
+filled
+0.083 1.000 1.000 nodecolor
+newpath 36915.8 843 moveto
+36853.9 863.004 lineto
+36730.1 863.004 lineto
+36668.2 843 lineto
+36730.1 822.996 lineto
+36853.9 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+36697.9 838.65 moveto
+(8593dcf973b110d00cecdc1e756)
+[7.5 6.75 7.5 6.75 7.5 6.75 4.5 7.5 7.5 6.75 6.75 6 6.75 7.5 7.5 7.5 7.5 6.75 6.75 6.75 7.5 6.75 6.75 6.75 7.5 6.75 7.5]
+xshow
+grestore
+% 62E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 33072 563 moveto
+32964 563 lineto
+32964 527 lineto
+33072 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 33072 563 moveto
+32964 563 lineto
+32964 527 lineto
+33072 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+32971.5 540.65 moveto
+(472a156cf2b55f)
+[8.25 7.5 6.75 6.75 6.75 6.75 7.5 6.75 4.5 6.75 6.75 6.75 6.75 4.5]
+xshow
+grestore
+% 300->62E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 36715 828 moveto
+36697 825 36677 822 36659 820 curveto
+35588 703 35311 803 34236 712 curveto
+33730 668 33600 668 33101 568 curveto
+33094 567 33087 565 33080 563 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+33075.9 561.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+33075.9 561.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+34236.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 300->190E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 36715 828 moveto
+36697 825 36677 822 36659 820 curveto
+35751 717 35516 787 34604 712 curveto
+34032 664 33337 572 33172 550 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+33168 549.496 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+33168 549.496 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+34604.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 300->226E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 36713 829 moveto
+36695 826 36676 823 36659 820 curveto
+36349 769 36269 768 35959 712 curveto
+35650 656 35567 664 35267 568 curveto
+35261 566 35255 564 35249 561 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+35245.7 559.576 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+35245.7 559.576 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+35959.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 300->238E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 36868 828 moveto
+36887 824 36907 822 36925 820 curveto
+38140 703 41213 927 42413 712 curveto
+42586 681 42779 597 42856 561 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+42860.3 559.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+42860.3 559.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+42549.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 300->254E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 36714 828 moveto
+36696 825 36677 822 36659 820 curveto
+36115 749 35968 819 35429 712 curveto
+35244 675 35032 592 34950 559 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+34945.7 557.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+34945.7 557.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+35429.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 300->256E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 36714 828 moveto
+36696 825 36677 822 36659 820 curveto
+35929 733 35733 839 35008 712 curveto
+34803 675 34566 591 34479 558 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+34474.7 556.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+34474.7 556.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+35008.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 300->262E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 36724 825 moveto
+36515 768 35883 597 35727 554 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+35722.9 552.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+35722.9 552.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+36309.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 300->266E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 36749 823 moveto
+36629 767 36293 612 36184 561 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+36179.7 559.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+36179.7 559.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+36510.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 300->274E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 36868 828 moveto
+36887 824 36907 822 36925 820 curveto
+38495 673 42456 928 44017 712 curveto
+44245 680 44509 591 44602 558 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+44606.3 556.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+44606.3 556.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+44191.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 300->276E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 36713 828 moveto
+36696 825 36677 822 36659 820 curveto
+36257 761 36151 785 35750 712 curveto
+35493 664 35431 641 35179 568 curveto
+35168 565 35156 560 35145 557 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+35140.7 555.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+35140.7 555.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+35750.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 300->294E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 36714 828 moveto
+36696 825 36677 822 36659 820 curveto
+36056 744 35892 829 35294 712 curveto
+35104 674 34887 592 34804 559 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+34799.7 557.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+34799.7 557.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+35294.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 300->296E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 36715 828 moveto
+36697 825 36677 822 36659 820 curveto
+35864 727 35657 800 34861 712 curveto
+34474 669 34009 578 33879 553 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+33874.9 551.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+33874.9 551.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+34861.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 300->310E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 36779 823 moveto
+36744 770 36650 627 36613 570 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+36610.3 566.255 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+36610.3 566.255 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+36707.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 300->320E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 36869 828 moveto
+36887 825 36907 822 36925 820 curveto
+39216 565 42067 546 42415 545 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+42419 545 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+42419 545 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+38592.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 300->322E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 36868 828 moveto
+36887 824 36907 822 36925 820 curveto
+38332 687 41888 945 43281 712 curveto
+43468 681 43678 596 43760 560 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+43763.3 558.576 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+43763.3 558.576 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+43426.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 300->332E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 36868 828 moveto
+36887 824 36907 822 36925 820 curveto
+38366 684 41999 899 43433 712 curveto
+43682 679 43971 589 44069 557 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+44073.3 555.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+44073.3 555.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+43621.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 300->340E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 36868 828 moveto
+36887 824 36907 822 36925 820 curveto
+38171 701 41314 865 42556 712 curveto
+42826 678 43142 587 43245 555 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+43249.1 553.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+43249.1 553.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+42759.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 300->344E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 36713 828 moveto
+36696 825 36677 822 36659 820 curveto
+36181 754 36052 802 35577 712 curveto
+35371 672 35133 590 35045 558 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+35040.7 556.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+35040.7 556.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+35577.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 300->346E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 36716 828 moveto
+36450 775 35569 597 35358 555 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+35353.9 553.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+35353.9 553.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+36142.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 300->348E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 36714 828 moveto
+36696 825 36677 822 36659 820 curveto
+35995 738 35813 845 35156 712 curveto
+34962 672 34916 646 34733 568 curveto
+34730 567 34727 565 34723 564 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+34719.5 561.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+34719.5 561.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+35156.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 300->374E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 36761 823 moveto
+36677 770 36452 623 36365 567 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+36361.5 564.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+36361.5 564.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+36590.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 300->378E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 36868 828 moveto
+36887 824 36907 822 36925 820 curveto
+38409 680 42153 918 43628 712 curveto
+43850 681 44106 596 44207 561 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+44211.3 559.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+44211.3 559.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+43804.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 300->452E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 36868 828 moveto
+36887 824 36907 822 36925 820 curveto
+38218 697 41480 889 42766 712 curveto
+43017 677 43084 667 43316 568 curveto
+43317 568 43318 567 43319 567 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+43322.5 564.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+43322.5 564.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+42984.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 300->508E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 36868 828 moveto
+36887 824 36907 822 36925 820 curveto
+38449 677 42293 900 43811 712 curveto
+44076 679 44385 588 44487 556 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+44491.1 554.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+44491.1 554.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+44010.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 300->524E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 36795 823 moveto
+36804 771 36827 629 36836 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+36836.5 566.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+36836.5 566.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+36820.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 300->612E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 36868 828 moveto
+36887 824 36907 822 36925 820 curveto
+37512 763 41659 865 42227 712 curveto
+42335 682 42445 607 42496 568 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+42499.7 565.325 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+42499.7 565.325 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+42316.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 300->626E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 36868 828 moveto
+36887 824 36907 822 36925 820 curveto
+37597 756 42329 834 42991 712 curveto
+43176 677 43221 651 43389 568 curveto
+43390 568 43390 567 43391 567 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+43394.5 564.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+43394.5 564.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+43143.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 300->638E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 36868 828 moveto
+36887 824 36907 822 36925 820 curveto
+37614 754 42471 843 43150 712 curveto
+43306 681 43479 599 43552 563 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+43555.5 560.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+43555.5 560.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+43274.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 300->644E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 36868 828 moveto
+36887 824 36907 822 36925 820 curveto
+38571 666 42725 935 44362 712 curveto
+44597 680 44868 590 44963 558 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+44967.3 556.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+44967.3 556.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+44541.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 300->654E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 36868 828 moveto
+36887 824 36907 822 36925 820 curveto
+37523 762 41747 878 42323 712 curveto
+42424 682 42525 607 42573 568 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+42575.9 565.561 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+42575.9 565.561 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+42406.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 300->672E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 36868 828 moveto
+36887 824 36907 822 36925 820 curveto
+38535 669 42601 958 44198 712 curveto
+44402 680 44634 593 44721 559 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+44724.3 557.576 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+44724.3 557.576 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+44355.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 302
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 14411.9 1125 moveto
+14356.9 1145 lineto
+14247.1 1145 lineto
+14192.1 1125 lineto
+14247.1 1105 lineto
+14356.9 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+14219.5 1120.65 moveto
+(23f94655294d3ff537f2915fa)
+[6.75 6.75 4.5 7.5 8.25 7.5 6.75 6.75 6.75 7.5 8.25 7.5 6.75 4.5 4.5 6.75 6.75 7.5 4.5 6.75 7.5 6.75 6.75 4.5 6.75]
+xshow
+grestore
+% 797E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 12612 861 moveto
+12558 861 lineto
+12558 825 lineto
+12612 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 12612 861 moveto
+12558 861 lineto
+12558 825 lineto
+12612 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+12569.6 838.65 moveto
+(797E)
+[7.5 7.5 7.5 8.25]
+xshow
+grestore
+% 302->797E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 14237 1108 moveto
+14220 1104 14201 1101 14183 1098 curveto
+13726 1022 13603 1067 13145 990 curveto
+12910 949 12842 959 12621 866 curveto
+12620 866 12620 866 12619 865 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+12615.5 862.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+12615.5 862.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+13145.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 798E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 15423.1 861 moveto
+15300.9 861 lineto
+15300.9 825 lineto
+15423.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 15423.1 861 moveto
+15300.9 861 lineto
+15300.9 825 lineto
+15423.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+15308.4 838.65 moveto
+(a2eab7c9fa641e5f)
+[6.75 6.75 6.75 6.75 6.75 7.5 6.75 7.5 4.5 6.75 7.5 8.25 6.75 6.75 6.75 4.5]
+xshow
+grestore
+% 302->798E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 14262 1105 moveto
+14209 1076 14127 1020 14169 974 curveto
+14331 795 15011 902 15249 866 curveto
+15263 863 15278 861 15293 858 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+15297 857.496 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+15297 857.496 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+14169.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 799E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 16607.8 563 moveto
+16486.2 563 lineto
+16486.2 527 lineto
+16607.8 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 16607.8 563 moveto
+16486.2 563 lineto
+16486.2 527 lineto
+16607.8 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+16493.8 540.65 moveto
+(a78eb40ae56aaa9)
+[6.75 7.5 7.5 6.75 6.75 8.25 7.5 6.75 6.75 6.75 7.5 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 798E->799E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 15413 825 moveto
+15420 823 15426 821 15432 820 curveto
+15751 744 15847 801 16161 712 curveto
+16297 673 16448 598 16513 563 curveto
+stroke
+grestore
+% 303
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 24816.9 843 moveto
+24756.9 863.004 lineto
+24637.1 863.004 lineto
+24577.1 843 lineto
+24637.1 822.996 lineto
+24756.9 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+24606.2 838.65 moveto
+(a9058241db5b6b6c25569acdf5)
+[6.75 7.5 7.5 6.75 7.5 6.75 8.25 6.75 7.5 6.75 6.75 6.75 7.5 6.75 7.5 6.75 6.75 6.75 6.75 7.5 7.5 6.75 6.75 7.5 4.5 6.75]
+xshow
+grestore
+% 52E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 24682.8 563 moveto
+24579.2 563 lineto
+24579.2 527 lineto
+24682.8 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 24682.8 563 moveto
+24579.2 563 lineto
+24579.2 527 lineto
+24682.8 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+24586.8 540.65 moveto
+(b2babf3244213)
+[6.75 6.75 6.75 6.75 6.75 4.5 6.75 6.75 8.25 8.25 6.75 6.75 6.75]
+xshow
+grestore
+% 303->52E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 24693 823 moveto
+24682 771 24650 629 24637 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+24636 566.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+24636 566.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+24669.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 303->650E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 24714 823 moveto
+24757 770 24876 626 24923 569 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+24925.4 566.073 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+24925.4 566.073 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+24836.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 304
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 17367.1 843 moveto
+17306.6 863.004 lineto
+17185.4 863.004 lineto
+17124.9 843 lineto
+17185.4 822.996 lineto
+17306.6 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+17153.8 838.65 moveto
+(bdbdb31bd777fb65dd6dd2d0e7)
+[6.75 7.5 6.75 7.5 6.75 6.75 6.75 6.75 7.5 7.5 7.5 7.5 4.5 6.75 7.5 6.75 7.5 7.5 7.5 7.5 7.5 6.75 7.5 7.5 6.75 7.5]
+xshow
+grestore
+% 50E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 17552.8 563 moveto
+17445.2 563 lineto
+17445.2 527 lineto
+17552.8 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 17552.8 563 moveto
+17445.2 563 lineto
+17445.2 527 lineto
+17552.8 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+17453.2 540.65 moveto
+(3bec1c012b498)
+[6.75 6.75 6.75 6.75 6.75 6.75 7.5 6.75 6.75 6.75 8.25 7.5 7.5]
+xshow
+grestore
+% 304->50E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 17263 823 moveto
+17308 770 17430 626 17479 569 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+17481.4 566.073 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+17481.4 566.073 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+17389.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 304->640E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 17250 823 moveto
+17261 771 17290 629 17301 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+17302 566.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+17302 566.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+17281.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 304->646E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 17242 823 moveto
+17231 771 17200 629 17188 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+17187 566.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+17187 566.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+17219.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 304->652E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 17232 823 moveto
+17197 770 17100 627 17061 570 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+17058.3 566.255 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+17058.3 566.255 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+17158.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 306
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 50829.9 843 moveto
+50768.4 863.004 lineto
+50645.6 863.004 lineto
+50584.1 843 lineto
+50645.6 822.996 lineto
+50768.4 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+50613.2 838.65 moveto
+(1d4ea80c7194689d69f9592186)
+[6.75 7.5 8.25 6.75 6.75 7.5 7.5 6.75 7.5 6.75 7.5 8.25 7.5 7.5 7.5 7.5 7.5 7.5 4.5 7.5 6.75 7.5 6.75 6.75 7.5 7.5]
+xshow
+grestore
+% 55E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 47458.9 563 moveto
+47353.1 563 lineto
+47353.1 527 lineto
+47458.9 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 47458.9 563 moveto
+47353.1 563 lineto
+47353.1 527 lineto
+47458.9 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+47360.6 540.65 moveto
+(8066f87a88f4e)
+[7.5 7.5 7.5 7.5 4.5 7.5 7.5 6.75 7.5 7.5 4.5 8.25 6.75]
+xshow
+grestore
+% 306->55E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 50631 828 moveto
+50612 825 50593 822 50575 820 curveto
+49795 728 49594 778 48812 712 curveto
+48220 661 48066 683 47485 568 curveto
+47479 567 47473 565 47467 563 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+47462.9 561.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+47462.9 561.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+48811.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 306->220E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 50698 823 moveto
+50673 770 50605 629 50579 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+50576.8 566.578 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+50576.8 566.578 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+50643.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 306->338E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 50675 823 moveto
+50590 769 50360 623 50270 567 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+50266.5 564.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+50266.5 564.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+50497.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 306->368E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 50691 823 moveto
+50650 770 50539 627 50494 570 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+50491.3 566.255 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+50491.3 566.255 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+50603.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 306->486E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 50774 825 moveto
+50848 803 50968 764 51065 712 curveto
+51085 700 51203 611 51259 568 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+51262.7 565.325 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+51262.7 565.325 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+51112.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 306->490E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 50718 823 moveto
+50746 770 50820 628 50851 570 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+50853 566.473 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+50853 566.473 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+50793.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 306->562E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 50665 823 moveto
+50611 797 50516 752 50435 712 curveto
+50330 661 50209 599 50146 567 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+50142.5 564.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+50142.5 564.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+50434.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 306->564E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 50711 823 moveto
+50721 771 50747 629 50758 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+50759 566.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+50759 566.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+50737.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 306->600E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 50778 826 moveto
+50880 800 51063 750 51120 712 curveto
+51136 700 51132 688 51149 676 curveto
+51215 624 51304 587 51364 566 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+51368.3 564.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+51368.3 564.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+51148.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 306->668E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 50704 823 moveto
+50696 771 50675 629 50666 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+50665.5 566.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+50665.5 566.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+50685.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 306->674E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 50739 823 moveto
+50824 769 51056 623 51145 567 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+51148.5 564.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+51148.5 564.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+50970.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 306->698E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 50778 826 moveto
+50921 790 51254 698 51511 568 curveto
+51512 568 51512 567 51513 567 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+51516.5 564.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+51516.5 564.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+51252.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 307
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 54881.2 1125 moveto
+54817.6 1145 lineto
+54690.4 1145 lineto
+54626.8 1125 lineto
+54690.4 1105 lineto
+54817.6 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+54656.5 1120.65 moveto
+(7204950f6233bf9c9e1f00d4a870)
+[7.5 6.75 7.5 8.25 7.5 6.75 7.5 4.5 7.5 6.75 6.75 6.75 6.75 4.5 7.5 6.75 7.5 6.75 6.75 4.5 7.5 7.5 7.5 8.25 6.75 7.5 7.5 7.5]
+xshow
+grestore
+% 107E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 54993.1 861 moveto
+54872.9 861 lineto
+54872.9 825 lineto
+54993.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 54993.1 861 moveto
+54872.9 861 lineto
+54872.9 825 lineto
+54993.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+54880.9 838.65 moveto
+(ccceeef40edda78)
+[6.75 6.75 6.75 6.75 6.75 6.75 4.5 8.25 7.5 6.75 7.5 7.5 6.75 7.5 7.5]
+xshow
+grestore
+% 307->107E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 54767 1105 moveto
+54799 1054 54882 924 54917 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+54919 864.473 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+54919 864.473 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+54847.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 126E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 55372.8 563 moveto
+55251.2 563 lineto
+55251.2 527 lineto
+55372.8 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 55372.8 563 moveto
+55251.2 563 lineto
+55251.2 527 lineto
+55372.8 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+55258.8 540.65 moveto
+(8b98c3ddbe0b336)
+[7.5 6.75 7.5 7.5 6.75 6.75 7.5 7.5 6.75 6.75 7.5 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 107E->126E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 54938 825 moveto
+54947 791 54971 719 55016 676 curveto
+55082 612 55186 576 55251 559 curveto
+stroke
+grestore
+% 308
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 54609 1125 moveto
+54546.5 1145 lineto
+54421.5 1145 lineto
+54359 1125 lineto
+54421.5 1105 lineto
+54546.5 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+54388.4 1120.65 moveto
+(a2c4b1d72e2da483a86ae0c62e5)
+[6.75 6.75 6.75 8.25 6.75 6.75 7.5 7.5 6.75 6.75 6.75 7.5 6.75 8.25 7.5 6.75 6.75 7.5 7.5 6.75 6.75 7.5 6.75 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 108E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 54813.2 861 moveto
+54696.8 861 lineto
+54696.8 825 lineto
+54813.2 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 54813.2 861 moveto
+54696.8 861 lineto
+54696.8 825 lineto
+54813.2 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+54704.8 838.65 moveto
+(eedc819a68add6)
+[6.75 6.75 7.5 6.75 7.5 6.75 7.5 6.75 7.5 7.5 6.75 7.5 7.5 7.5]
+xshow
+grestore
+% 308->108E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 54496 1105 moveto
+54515 1074 54553 1016 54594 974 curveto
+54634 932 54688 891 54722 866 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+54725.7 863.325 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+54725.7 863.325 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+54593.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 127E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 54982.9 563 moveto
+54871.1 563 lineto
+54871.1 527 lineto
+54982.9 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 54982.9 563 moveto
+54871.1 563 lineto
+54871.1 527 lineto
+54982.9 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+54878.6 540.65 moveto
+(d9f4abac731a9e)
+[7.5 7.5 4.5 8.25 6.75 6.75 6.75 6.75 7.5 6.75 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 108E->127E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 54766 825 moveto
+54796 772 54886 617 54916 563 curveto
+stroke
+grestore
+% 309
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 57142.8 1125 moveto
+57082.9 1145 lineto
+56963.1 1145 lineto
+56903.2 1125 lineto
+56963.1 1105 lineto
+57082.9 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+56931.9 1120.65 moveto
+(f603819d560c5603259aa05dca)
+[4.5 7.5 7.5 6.75 7.5 6.75 7.5 7.5 6.75 7.5 7.5 6.75 6.75 7.5 7.5 6.75 6.75 6.75 7.5 6.75 6.75 7.5 6.75 7.5 6.75 6.75]
+xshow
+grestore
+% 109E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 56964.1 861 moveto
+56861.9 861 lineto
+56861.9 825 lineto
+56964.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 56964.1 861 moveto
+56861.9 861 lineto
+56861.9 825 lineto
+56964.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+56869.9 838.65 moveto
+(acacfc83af504)
+[6.75 6.75 6.75 6.75 4.5 6.75 7.5 6.75 6.75 4.5 6.75 7.5 8.25]
+xshow
+grestore
+% 309->109E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 57015 1105 moveto
+56996 1054 56945 925 56923 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+56921.4 864.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+56921.4 864.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+56966.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 128E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 56635.8 563 moveto
+56532.2 563 lineto
+56532.2 527 lineto
+56635.8 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 56635.8 563 moveto
+56532.2 563 lineto
+56532.2 527 lineto
+56635.8 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+56539.8 540.65 moveto
+(50f4d9b97aefe)
+[6.75 7.5 4.5 8.25 7.5 7.5 6.75 7.5 7.5 6.75 6.75 4.5 6.75]
+xshow
+grestore
+% 109E->128E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 56862 827 moveto
+56806 808 56718 770 56662 712 curveto
+56619 667 56597 596 56588 563 curveto
+stroke
+grestore
+% 310
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 58735.2 1125 moveto
+58670.1 1145 lineto
+58539.9 1145 lineto
+58474.8 1125 lineto
+58539.9 1105 lineto
+58670.1 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+58504.9 1120.65 moveto
+(2f43cba12702078b4e0d3bfdae2bc)
+[6.75 4.5 8.25 6.75 6.75 6.75 6.75 6.75 6.75 7.5 7.5 6.75 7.5 7.5 7.5 6.75 8.25 6.75 7.5 7.5 6.75 6.75 4.5 7.5 6.75 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 110E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 58357.9 861 moveto
+58228.1 861 lineto
+58228.1 825 lineto
+58357.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 58357.9 861 moveto
+58228.1 861 lineto
+58228.1 825 lineto
+58357.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+58235.6 838.65 moveto
+(3c1edc8de4795936)
+[6.75 6.75 6.75 6.75 7.5 6.75 7.5 7.5 6.75 8.25 7.5 7.5 6.75 7.5 6.75 7.5]
+xshow
+grestore
+% 310->110E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 58583 1105 moveto
+58526 1054 58380 922 58319 867 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+58315.8 863.828 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+58315.8 863.828 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+58448.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 129E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 58253.2 563 moveto
+58128.8 563 lineto
+58128.8 527 lineto
+58253.2 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 58253.2 563 moveto
+58128.8 563 lineto
+58128.8 527 lineto
+58253.2 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+58136.2 540.65 moveto
+(ea920d9f5b295119)
+[6.75 6.75 7.5 6.75 7.5 7.5 7.5 4.5 6.75 6.75 6.75 7.5 6.75 6 6.75 7.5]
+xshow
+grestore
+% 110E->129E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 58287 825 moveto
+58269 772 58216 617 58197 563 curveto
+stroke
+grestore
+% 311
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 22578.9 1407 moveto
+22516 1427 lineto
+22390 1427 lineto
+22327.1 1407 lineto
+22390 1387 lineto
+22516 1387 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+22357 1402.65 moveto
+(8f9cdc26798117dd3e9ee4a8770)
+[7.5 4.5 7.5 6.75 7.5 6.75 6.75 7.5 7.5 7.5 7.5 6 6.75 7.5 7.5 7.5 6.75 6.75 7.5 6.75 6.75 8.25 6.75 7.5 7.5 7.5 7.5]
+xshow
+grestore
+% 58E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 24504.1 563 moveto
+24437.9 563 lineto
+24437.9 527 lineto
+24504.1 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 24504.1 563 moveto
+24437.9 563 lineto
+24437.9 527 lineto
+24504.1 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+24445.9 540.65 moveto
+(881d373)
+[7.5 7.5 6.75 7.5 6.75 7.5 6.75]
+xshow
+grestore
+% 311->58E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 22451 1387 moveto
+22446 1325 22433 1139 22472 1098 curveto
+22512 1056 24492 908 24530 866 curveto
+24607 780 24525 629 24487 570 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+24485 566.473 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+24485 566.473 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+23573.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 311->234E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 22376 1391 moveto
+22234 1360 21924 1283 21692 1152 curveto
+21690 1151 21688 1149 21686 1148 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+21682.3 1145.32 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+21682.3 1145.32 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+21974.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 311->300E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 22384 1389 moveto
+22257 1353 21978 1269 21764 1152 curveto
+21762 1151 21760 1149 21758 1148 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+21754.3 1145.32 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+21754.3 1145.32 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+22041.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 311->306E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 22410 1387 moveto
+22300 1336 22006 1200 21892 1147 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+21887.6 1144.79 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+21887.6 1144.79 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+22169.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 311->314E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 22419 1387 moveto
+22346 1344 22168 1239 22018 1152 curveto
+22015 1150 22013 1149 22010 1147 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+22006.5 1144.98 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+22006.5 1144.98 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+22233.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 311->342E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 22424 1387 moveto
+22362 1344 22213 1240 22090 1152 curveto
+22088 1151 22086 1149 22085 1148 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+22081.3 1145.32 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+22081.3 1145.32 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+22260.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 311->354E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 22430 1387 moveto
+22371 1337 22217 1203 22153 1148 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+22150.1 1145.56 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+22150.1 1145.56 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+22301.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 311->370E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 22449 1387 moveto
+22439 1337 22414 1207 22403 1151 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+22402.5 1146.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+22402.5 1146.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+22429.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 311->382E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 22457 1387 moveto
+22467 1337 22492 1207 22503 1151 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+22503.5 1146.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+22503.5 1146.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+22481.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 311->422E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 22467 1387 moveto
+22502 1336 22596 1205 22634 1150 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+22636.7 1146.25 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+22636.7 1146.25 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+22553.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 311->444E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 22500 1387 moveto
+22591 1347 22799 1253 22962 1152 curveto
+22964 1151 22966 1149 22968 1148 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+22971.7 1145.32 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+22971.7 1145.32 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+22759.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 311->582E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 22511 1387 moveto
+22618 1349 22853 1260 23034 1152 curveto
+23036 1151 23038 1149 23040 1148 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+23043.7 1145.32 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+23043.7 1145.32 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+22819.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 311->620E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 22532 1392 moveto
+22551 1389 22570 1386 22588 1384 curveto
+23106 1316 23247 1379 23758 1276 curveto
+23938 1239 23988 1235 24150 1152 curveto
+24152 1151 24155 1149 24157 1148 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+24160.7 1145.32 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+24160.7 1145.32 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+23828.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 311->630E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 22534 1393 moveto
+22552 1390 22571 1387 22588 1384 curveto
+23250 1276 23461 1412 24078 1152 curveto
+24081 1151 24084 1149 24087 1147 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+24090.5 1144.98 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+24090.5 1144.98 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+23751.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 311->684E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 22462 1387 moveto
+22485 1336 22543 1206 22569 1150 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+22570.4 1146.68 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+22570.4 1146.68 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+22517.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 311->696E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 22532 1392 moveto
+22551 1389 22570 1386 22588 1384 curveto
+23140 1313 23290 1385 23835 1276 curveto
+24013 1240 24062 1234 24222 1152 curveto
+24224 1151 24227 1149 24229 1148 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+24232.7 1145.32 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+24232.7 1145.32 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+23913.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 801E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 17088 1143 moveto
+17034 1143 lineto
+17034 1107 lineto
+17088 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 17088 1143 moveto
+17034 1143 lineto
+17034 1107 lineto
+17088 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+17046 1120.65 moveto
+(801E)
+[7.5 7.5 6.75 8.25]
+xshow
+grestore
+% 311->801E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 22375 1392 moveto
+22356 1389 22337 1386 22318 1384 curveto
+21164 1260 18191 1543 17097 1152 curveto
+17094 1151 17091 1149 17088 1148 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+17084.3 1145.32 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+17084.3 1145.32 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+17567.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 312
+gsave
+0.000 1.000 1.000 nodecolor
+newpath 29429.8 843 moveto
+29371.4 863.004 lineto
+29254.6 863.004 lineto
+29196.2 843 lineto
+29254.6 822.996 lineto
+29371.4 822.996 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 1.000 1.000 nodecolor
+newpath 29429.8 843 moveto
+29371.4 863.004 lineto
+29254.6 863.004 lineto
+29196.2 843 lineto
+29254.6 822.996 lineto
+29371.4 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+29224.5 838.65 moveto
+(97c9d726e27304311901a52ce)
+[7.5 7.5 6.75 7.5 7.5 7.5 6.75 7.5 6.75 6.75 7.5 6.75 7.5 8.25 6.75 6 6.75 7.5 7.5 6.75 6.75 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 42E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 27609.1 563 moveto
+27512.9 563 lineto
+27512.9 527 lineto
+27609.1 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 27609.1 563 moveto
+27512.9 563 lineto
+27512.9 527 lineto
+27609.1 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+27520.9 540.65 moveto
+(1112164c2f7a)
+[6 6 6.75 6.75 6.75 7.5 8.25 6.75 6.75 4.5 7.5 6.75]
+xshow
+grestore
+% 312->42E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 29238 829 moveto
+29221 826 29204 823 29187 820 curveto
+28885 768 28808 762 28504 712 curveto
+28167 655 27763 582 27617 555 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+27613 554.496 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+27613 554.496 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+28504.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 312->192E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 29327 823 moveto
+29349 791 29394 728 29434 676 curveto
+29464 637 29501 595 29524 569 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+29526.4 566.073 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+29526.4 566.073 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+29434.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 312->194E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 29353 823 moveto
+29464 767 29775 614 29880 562 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+29883.5 559.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+29883.5 559.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+29651.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 312->196E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 29264 823 moveto
+29125 766 28732 607 28612 559 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+28608.7 557.576 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+28608.7 557.576 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+28991.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 312->198E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 29312 823 moveto
+29310 771 29306 630 29305 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+29305 567 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+29305 567 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+29310.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 312->200E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 29251 824 moveto
+29170 798 29022 752 28896 712 curveto
+28721 655 28511 585 28430 557 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+28425.7 555.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+28425.7 555.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+28896.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 312->202E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 29299 823 moveto
+29262 770 29164 627 29124 570 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+29121.3 566.255 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+29121.3 566.255 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+29224.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 312->204E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 29341 823 moveto
+29416 770 29620 624 29699 568 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+29702.7 565.325 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+29702.7 565.325 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+29548.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 312->312E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 29306 823 moveto
+29287 770 29238 629 29217 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+29215.4 566.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+29215.4 566.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+29268.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 312->336E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 29388 829 moveto
+29405 826 29423 823 29439 820 curveto
+29777 765 29864 769 30200 712 curveto
+30513 658 30888 578 31003 553 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+31007.1 551.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+31007.1 551.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+30386.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 312->376E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 29388 829 moveto
+29669 775 30649 589 30847 552 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+30851.1 550.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+30851.1 550.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+30193.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 312->384E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 29276 823 moveto
+29175 768 28895 617 28796 564 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+28792.5 561.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+28792.5 561.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+29071.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 312->386E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 29376 825 moveto
+29461 800 29615 754 29745 712 curveto
+29894 662 30069 598 30156 566 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+30160.3 564.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+30160.3 564.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+29849.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 312->428E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 29240 828 moveto
+28979 774 28100 591 27913 553 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+27908.9 551.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+27908.9 551.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+28683.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 312->474E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 29287 823 moveto
+29218 770 29030 624 28957 568 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+28953.3 565.325 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+28953.3 565.325 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+29144.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 312->484E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 29385 828 moveto
+29490 805 29689 760 29856 712 curveto
+30035 661 30245 587 30327 558 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+30331.3 556.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+30331.3 556.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+29969.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 312->546E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 29370 823 moveto
+29439 798 29558 755 29658 712 curveto
+29776 661 29913 594 29977 564 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+29980.5 561.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+29980.5 561.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+29738.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 312->548E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 29388 828 moveto
+29405 825 29422 822 29439 820 curveto
+29862 757 29972 780 30393 712 curveto
+30672 666 31002 588 31128 558 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+31132.1 556.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+31132.1 556.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+30568.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 314
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 56884.8 1125 moveto
+56824.9 1145 lineto
+56705.1 1145 lineto
+56645.2 1125 lineto
+56705.1 1105 lineto
+56824.9 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+56673.9 1120.65 moveto
+(1727041c622518c9dd24f7c211)
+[6.75 7.5 6.75 7.5 7.5 8.25 6.75 6.75 7.5 6.75 6.75 6.75 6.75 7.5 6.75 7.5 7.5 7.5 6.75 8.25 4.5 7.5 6.75 6.75 6 6.75]
+xshow
+grestore
+% 113E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 56761 861 moveto
+56649 861 lineto
+56649 825 lineto
+56761 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 56761 861 moveto
+56649 861 lineto
+56649 825 lineto
+56761 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+56657 838.65 moveto
+(49704867bee95)
+[8.25 7.5 7.5 7.5 8.25 7.5 7.5 7.5 6.75 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 314->113E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 56761 1105 moveto
+56751 1055 56723 925 56711 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+56710 864.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+56710 864.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+56734.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 132E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 56510.9 563 moveto
+56405.1 563 lineto
+56405.1 527 lineto
+56510.9 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 56510.9 563 moveto
+56405.1 563 lineto
+56405.1 527 lineto
+56510.9 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+56412.6 540.65 moveto
+(ee3b6be71d59b)
+[6.75 6.75 6.75 6.75 7.5 6.75 6.75 7.5 6.75 7.5 6.75 7.5 6.75]
+xshow
+grestore
+% 113E->132E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 56669 825 moveto
+56628 803 56563 763 56523 712 curveto
+56487 665 56468 596 56461 563 curveto
+stroke
+grestore
+% 315
+gsave
+0.000 1.000 1.000 nodecolor
+newpath 26541 843 moveto
+26486.5 863.004 lineto
+26377.5 863.004 lineto
+26323 843 lineto
+26377.5 822.996 lineto
+26486.5 822.996 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 1.000 1.000 nodecolor
+newpath 26541 843 moveto
+26486.5 863.004 lineto
+26377.5 863.004 lineto
+26323 843 lineto
+26377.5 822.996 lineto
+26486.5 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+26350.2 838.65 moveto
+(31f2f9aef958979f9f3532b9b)
+[6.75 6.75 4.5 6.75 4.5 7.5 6.75 6.75 4.5 7.5 6.75 7.5 7.5 7.5 7.5 4.5 7.5 4.5 6.75 6.75 6.75 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 43E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 25922.8 563 moveto
+25857.2 563 lineto
+25857.2 527 lineto
+25922.8 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 25922.8 563 moveto
+25857.2 563 lineto
+25857.2 527 lineto
+25922.8 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+25865.2 540.65 moveto
+(47cd70f)
+[8.25 7.5 6.75 7.5 7.5 7.5 4.5]
+xshow
+grestore
+% 315->43E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 26393 823 moveto
+26344 798 26257 752 26183 712 curveto
+26091 661 25985 600 25929 567 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+25925.5 564.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+25925.5 564.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+26183.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 315->240E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 26383 823 moveto
+26321 798 26213 753 26121 712 curveto
+26010 662 25882 599 25816 567 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+25812.5 564.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+25812.5 564.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+26121.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 315->298E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 26428 823 moveto
+26418 771 26391 629 26380 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+26379 566.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+26379 566.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+26408.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 315->334E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 26457 823 moveto
+26524 770 26705 624 26776 568 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+26778.9 565.561 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+26778.9 565.561 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+26642.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 315->360E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 26409 823 moveto
+26348 770 26181 625 26115 569 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+26111.8 565.828 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+26111.8 565.828 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+26282.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 315->390E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 26421 823 moveto
+26393 770 26319 628 26288 570 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+26286 566.473 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+26286 566.473 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+26364.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 315->418E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 26466 823 moveto
+26510 798 26586 752 26649 712 curveto
+26726 662 26815 600 26861 568 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+26864.7 565.325 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+26864.7 565.325 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+26698.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 315->492E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 26401 823 moveto
+26363 797 26293 752 26234 712 curveto
+26161 662 26075 600 26030 568 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+26026.3 565.325 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+26026.3 565.325 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+26234.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 315->502E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 26478 823 moveto
+26533 799 26628 755 26705 712 curveto
+26791 664 26887 601 26936 568 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+26939.7 565.325 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+26939.7 565.325 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+26765.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 315->584E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 26443 823 moveto
+26472 770 26552 628 26584 570 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+26586 566.473 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+26586 566.473 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+26526.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 315->588E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 26451 823 moveto
+26500 770 26634 626 26686 569 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+26689.2 565.828 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+26689.2 565.828 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+26588.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 315->602E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 26487 823 moveto
+26554 798 26672 753 26772 712 curveto
+26898 659 27044 592 27109 562 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+27113.4 559.789 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+27113.4 559.789 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+26855.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 315->606E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 26434 823 moveto
+26439 771 26452 630 26456 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+26456.5 566.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+26456.5 566.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+26449.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 315->662E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 26415 823 moveto
+26369 770 26245 626 26195 569 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+26192.6 566.073 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+26192.6 566.073 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+26320.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 316
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 20962.9 843 moveto
+20905 863.004 lineto
+20789 863.004 lineto
+20731.1 843 lineto
+20789 822.996 lineto
+20905 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+20759.2 838.65 moveto
+(a54092a3033f7d5e41e0a76c1)
+[6.75 6.75 8.25 7.5 7.5 6.75 6.75 6.75 7.5 6.75 6.75 4.5 7.5 7.5 6.75 6.75 8.25 6.75 6.75 7.5 6.75 7.5 7.5 6.75 6.75]
+xshow
+grestore
+% 51E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 20952.2 563 moveto
+20851.8 563 lineto
+20851.8 527 lineto
+20952.2 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 20952.2 563 moveto
+20851.8 563 lineto
+20851.8 527 lineto
+20952.2 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+20859.2 540.65 moveto
+(1467f017b74e)
+[6.75 8.25 7.5 7.5 4.5 7.5 6.75 7.5 6.75 7.5 8.25 6.75]
+xshow
+grestore
+% 316->51E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 20851 823 moveto
+20861 771 20886 629 20897 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+20898 566.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+20898 566.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+20879.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 317
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 57419 1125 moveto
+57354.5 1145 lineto
+57225.5 1145 lineto
+57161 1125 lineto
+57225.5 1105 lineto
+57354.5 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+57191.4 1120.65 moveto
+(2043b477ac0393676a4309514d0)
+[6.75 7.5 8.25 6.75 6.75 8.25 7.5 7.5 6.75 6.75 7.5 6.75 7.5 6.75 7.5 7.5 7.5 6.75 8.25 6.75 7.5 7.5 6.75 6.75 8.25 7.5 7.5]
+xshow
+grestore
+% 116E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 57180 861 moveto
+57066 861 lineto
+57066 825 lineto
+57180 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 57180 861 moveto
+57066 861 lineto
+57066 825 lineto
+57180 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+57073.5 838.65 moveto
+(bdec8c86db51b9)
+[6.75 7.5 6.75 6.75 7.5 6.75 7.5 7.5 7.5 6.75 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 317->116E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 57278 1105 moveto
+57248 1054 57171 924 57138 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+57136 864.473 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+57136 864.473 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+57205.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 135E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 56768.8 563 moveto
+56655.2 563 lineto
+56655.2 527 lineto
+56768.8 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 56768.8 563 moveto
+56655.2 563 lineto
+56655.2 527 lineto
+56768.8 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+56663.2 540.65 moveto
+(8c932e1e502dca)
+[7.5 6.75 7.5 6.75 6.75 6.75 6.75 6.75 6.75 7.5 6.75 7.5 6.75 6.75]
+xshow
+grestore
+% 116E->135E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 57066 831 moveto
+56997 815 56882 779 56807 712 curveto
+56758 669 56729 597 56718 563 curveto
+stroke
+grestore
+% 318
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 15477.9 1407 moveto
+15416.5 1427 lineto
+15293.5 1427 lineto
+15232.1 1407 lineto
+15293.5 1387 lineto
+15416.5 1387 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+15261.6 1402.65 moveto
+(ab48d1f65812bc0f8ab6941c3b5)
+[6.75 6.75 8.25 7.5 7.5 6.75 4.5 7.5 6.75 7.5 6.75 6.75 6.75 6.75 7.5 4.5 7.5 6.75 6.75 7.5 7.5 8.25 6.75 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 74E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 15139 1143 moveto
+15085 1143 lineto
+15085 1107 lineto
+15139 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 15139 1143 moveto
+15085 1143 lineto
+15085 1107 lineto
+15139 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+15104.9 1120.65 moveto
+(81)
+[7.5 6.75]
+xshow
+grestore
+% 318->74E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 15338 1387 moveto
+15294 1336 15180 1205 15133 1149 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+15130.6 1146.07 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+15130.6 1146.07 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+15242.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 319
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 5742.76 843 moveto
+5688.88 863.004 lineto
+5581.12 863.004 lineto
+5527.24 843 lineto
+5581.12 822.996 lineto
+5688.88 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+5554.75 838.65 moveto
+(ca3d67754cf62fdafbf0a1e0)
+[6.75 6.75 6.75 7.5 7.5 7.5 7.5 6.75 8.25 6.75 4.5 7.5 6.75 4.5 7.5 6.75 4.5 6.75 4.5 7.5 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 57E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 10688.2 563 moveto
+10595.8 563 lineto
+10595.8 527 lineto
+10688.2 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 10688.2 563 moveto
+10595.8 563 lineto
+10595.8 527 lineto
+10688.2 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+10603.8 540.65 moveto
+(75b14f1719d)
+[7.5 6.75 6.75 6.75 8.25 4.5 6.75 7.5 6.75 7.5 7.5]
+xshow
+grestore
+% 319->57E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 5702 828 moveto
+5719 825 5736 822 5752 820 curveto
+7063 668 7410 878 8718 712 curveto
+8793 702 8809 686 8882 676 curveto
+9634 570 9848 740 10587 568 curveto
+10589 568 10592 567 10594 566 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+10598.3 564.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+10598.3 564.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+8882.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 94E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 5914.12 563 moveto
+5829.88 563 lineto
+5829.88 527 lineto
+5914.12 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 5914.12 563 moveto
+5829.88 563 lineto
+5829.88 527 lineto
+5914.12 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+5837.88 540.65 moveto
+(62f36ea98a)
+[7.5 6.75 4.5 6.75 7.5 6.75 6.75 7.5 7.5 6.75]
+xshow
+grestore
+% 319->94E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 5651 823 moveto
+5693 770 5807 627 5853 570 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+5855.68 566.255 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+5855.68 566.255 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+5769.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 319->350E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 5628 823 moveto
+5615 790 5589 725 5556 676 curveto
+5530 635 5492 594 5469 569 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+5465.83 565.828 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+5465.83 565.828 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+5578.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 319->440E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 5633 823 moveto
+5627 771 5613 630 5607 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+5606.5 566.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+5606.5 566.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+5623.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 319->466E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 5610 823 moveto
+5542 770 5358 624 5286 568 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+5282.25 565.325 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+5282.25 565.325 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+5469.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 319->676E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 5642 823 moveto
+5661 770 5711 629 5732 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+5733.6 566.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+5733.6 566.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+5696.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 320
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 52759 843 moveto
+52698 863.004 lineto
+52576 863.004 lineto
+52515 843 lineto
+52576 822.996 lineto
+52698 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+52544 838.65 moveto
+(a7a7f3681dad1250b01cf80bc17)
+[6.75 7.5 6.75 7.5 4.5 6.75 7.5 7.5 6.75 7.5 6.75 7.5 6.75 6.75 6.75 7.5 6.75 7.5 6.75 6.75 4.5 7.5 7.5 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 60E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 52321.8 563 moveto
+52208.2 563 lineto
+52208.2 527 lineto
+52321.8 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 52321.8 563 moveto
+52208.2 563 lineto
+52208.2 527 lineto
+52321.8 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+52216.2 540.65 moveto
+(2c514b0cd8f7d3)
+[6.75 6.75 6.75 6.75 8.25 6.75 7.5 6.75 7.5 7.5 4.5 7.5 7.5 6.75]
+xshow
+grestore
+% 320->60E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 52612 823 moveto
+52546 770 52365 624 52294 568 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+52291.1 565.561 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+52291.1 565.561 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+52471.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 320->366E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 52657 823 moveto
+52710 770 52854 626 52911 569 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+52914.2 565.828 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+52914.2 565.828 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+52801.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 320->434E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 52647 823 moveto
+52672 770 52741 628 52769 570 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+52770.4 566.677 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+52770.4 566.677 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+52715.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 320->458E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 52630 823 moveto
+52613 771 52566 629 52547 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+52545.4 566.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+52545.4 566.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+52591.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 320->618E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 52639 823 moveto
+52646 771 52661 629 52667 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+52667.5 566.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+52667.5 566.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+52653.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 321
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 13876.1 1407 moveto
+13815.6 1427 lineto
+13694.4 1427 lineto
+13633.9 1407 lineto
+13694.4 1387 lineto
+13815.6 1387 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+13662.8 1402.65 moveto
+(275afb2b215b966d9fac51b96b9)
+[6.75 7.5 6.75 6.75 4.5 6.75 6.75 6.75 6.75 6.75 6.75 6.75 7.5 7.5 7.5 7.5 7.5 4.5 6.75 6.75 6.75 6.75 6.75 7.5 7.5 6.75 7.5]
+xshow
+grestore
+% 72E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 14173.9 1143 moveto
+14080.1 1143 lineto
+14080.1 1107 lineto
+14173.9 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 14173.9 1143 moveto
+14080.1 1143 lineto
+14080.1 1107 lineto
+14173.9 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+14087.6 1120.65 moveto
+(ac284d73563)
+[6.75 6.75 6.75 7.5 8.25 7.5 7.5 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 321->72E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 13781 1387 moveto
+13848 1337 14024 1203 14096 1148 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+14099.7 1145.32 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+14099.7 1145.32 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+13941.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 321->362E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 13747 1387 moveto
+13737 1358 13716 1305 13695 1260 curveto
+13678 1221 13655 1177 13642 1150 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+13640 1146.47 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+13640 1146.47 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+13704.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 321->372E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 13740 1387 moveto
+13717 1358 13673 1302 13630 1260 curveto
+13588 1218 13534 1174 13501 1148 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+13498.1 1145.56 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+13498.1 1145.56 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+13645.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 321->572E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 13755 1387 moveto
+13755 1337 13755 1207 13755 1151 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+13755 1147 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+13755 1147 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+13755.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 322
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 23895.1 843 moveto
+23837.5 863.004 lineto
+23722.5 863.004 lineto
+23664.9 843 lineto
+23722.5 822.996 lineto
+23837.5 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+23693 838.65 moveto
+(c3c93c700edc0cb4f95f03c04)
+[6.75 6.75 6.75 7.5 6.75 6.75 7.5 7.5 7.5 6.75 7.5 6.75 7.5 6.75 6.75 8.25 4.5 7.5 6.75 4.5 7.5 6.75 6.75 7.5 8.25]
+xshow
+grestore
+% 54E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 23698.9 563 moveto
+23601.1 563 lineto
+23601.1 527 lineto
+23698.9 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 23698.9 563 moveto
+23601.1 563 lineto
+23601.1 527 lineto
+23698.9 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+23609.1 540.65 moveto
+(99237fce1358)
+[7.5 7.5 6.75 6.75 7.5 4.5 6.75 6.75 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 322->54E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 23771 823 moveto
+23748 770 23687 629 23661 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+23659.4 566.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+23659.4 566.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+23724.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 322->222E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 23813 823 moveto
+23901 769 24139 623 24231 567 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+24234.5 564.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+24234.5 564.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+24054.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 322->302E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 23781 823 moveto
+23784 768 23783 614 23708 522 curveto
+23534 304 23406 340 23140 254 curveto
+22690 108 22118 41 21941 23 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+21937 22.4962 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+21937 22.4962 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+23605.1 401.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 322->556E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 23784 823 moveto
+23791 789 23809 720 23846 676 curveto
+23891 624 23960 588 24007 566 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+24011.3 564.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+24011.3 564.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+23846.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 322->558E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 23779 823 moveto
+23778 791 23779 727 23794 676 curveto
+23807 637 23832 595 23849 570 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+23851.7 566.255 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+23851.7 566.255 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+23794.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 323
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 10975.8 1125 moveto
+10915.4 1145 lineto
+10794.6 1145 lineto
+10734.2 1125 lineto
+10794.6 1105 lineto
+10915.4 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+10763.5 1120.65 moveto
+(63a3d4fb9d38a0182be6e39e76)
+[7.5 6.75 6.75 6.75 7.5 8.25 4.5 6.75 7.5 7.5 6.75 7.5 6.75 7.5 6.75 7.5 6.75 6.75 6.75 7.5 6.75 6.75 7.5 6.75 7.5 7.5]
+xshow
+grestore
+% 37E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 15307.1 563 moveto
+15202.9 563 lineto
+15202.9 527 lineto
+15307.1 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 15307.1 563 moveto
+15202.9 563 lineto
+15202.9 527 lineto
+15307.1 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+15210.4 540.65 moveto
+(bba6e6e194ccf)
+[6.75 6.75 6.75 7.5 6.75 7.5 6.75 6.75 7.5 8.25 6.75 6.75 4.5]
+xshow
+grestore
+% 323->37E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 10925 1108 moveto
+10944 1104 10966 1100 10985 1098 curveto
+12165 952 12471 1061 13657 990 curveto
+13744 984 15153 926 15215 866 curveto
+15297 787 15274 633 15262 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+15261 566.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+15261 566.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+15248.1 838.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 323->208E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 10858 1105 moveto
+10865 1055 10881 925 10889 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+10889.5 864.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+10889.5 864.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+10876.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 323->210E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 10864 1105 moveto
+10885 1054 10940 924 10963 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+10964.4 864.677 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+10964.4 864.677 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+10919.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 323->352E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 10870 1105 moveto
+10905 1054 11001 923 11040 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+11042.7 864.255 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+11042.7 864.255 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+10964.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 323->450E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 10884 1105 moveto
+10959 1055 11154 920 11233 866 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+11236.7 863.325 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+11236.7 863.325 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+11074.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 323->568E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 10850 1105 moveto
+10840 1055 10810 925 10798 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+10797 864.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+10797 864.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+10824.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 323->576E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 10843 1105 moveto
+10812 1054 10734 924 10701 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+10699 864.473 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+10699 864.473 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+10771.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 323->686E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 10877 1105 moveto
+10933 1054 11078 922 11139 867 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+11142.2 863.828 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+11142.2 863.828 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+11021.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 324
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 9580.12 1125 moveto
+9519.56 1145 lineto
+9398.44 1145 lineto
+9337.88 1125 lineto
+9398.44 1105 lineto
+9519.56 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+9366.75 1120.65 moveto
+(4399cf78123dedd0dfe9776104)
+[8.25 6.75 7.5 7.5 6.75 4.5 7.5 7.5 6.75 6.75 6.75 7.5 6.75 7.5 7.5 7.5 7.5 4.5 6.75 7.5 7.5 7.5 7.5 6.75 7.5 8.25]
+xshow
+grestore
+% 324->228E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 9532 1109 moveto
+9679 1077 9999 1007 10047 990 curveto
+10166 948 10202 943 10300 866 curveto
+10321 849 10317 835 10338 820 curveto
+10407 771 11134 488 11482 398 curveto
+11763 325 12109 289 12240 277 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+12244 276.496 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+12244 276.496 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+10662.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 324->248E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 9465 1105 moveto
+9478 1054 9514 925 9530 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+9531.03 864.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+9531.03 864.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+9502.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 324->304E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 9434 1105 moveto
+9369 1055 9201 921 9132 866 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+9129.07 863.561 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+9129.07 863.561 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+9281.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 324->468E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 9439 1105 moveto
+9388 1054 9256 922 9202 867 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+9198.83 863.828 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+9198.83 863.828 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+9319.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 324->578E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 9445 1105 moveto
+9411 1054 9325 923 9287 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+9284.98 864.473 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+9284.98 864.473 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+9365.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 324->660E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 9479 1105 moveto
+9530 1054 9663 922 9718 867 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+9721.17 863.828 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+9721.17 863.828 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+9610.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 324->688E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 9532 1109 moveto
+9550 1105 9570 1101 9589 1098 curveto
+9917 1040 10036 1144 10330 990 curveto
+10385 961 10430 902 10452 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+10454 864.473 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+10454 864.473 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+10354.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 324->694E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 9455 1105 moveto
+9445 1055 9418 925 9407 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+9405.97 864.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+9405.97 864.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+9431.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 324->714E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 9472 1105 moveto
+9506 1054 9592 923 9629 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+9631.02 864.473 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+9631.02 864.473 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+9559.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 766E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 10625.2 861 moveto
+10532.8 861 lineto
+10532.8 825 lineto
+10625.2 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 10625.2 861 moveto
+10532.8 861 lineto
+10532.8 825 lineto
+10625.2 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+10540.8 838.65 moveto
+(a153512d982)
+[6.75 6.75 6.75 6.75 6.75 6.75 6.75 7.5 7.5 7.5 6.75]
+xshow
+grestore
+% 324->766E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 9532 1109 moveto
+9550 1105 9570 1101 9589 1098 curveto
+9931 1038 10038 1114 10361 990 curveto
+10439 961 10514 900 10553 867 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+10556.2 863.828 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+10556.2 863.828 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+10394.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 325
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 8102.8 843 moveto
+8053.9 863.004 lineto
+7956.1 863.004 lineto
+7907.2 843 lineto
+7956.1 822.996 lineto
+8053.9 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+7933.38 838.65 moveto
+(40f253cd228f7ac2d0aee)
+[8.25 7.5 4.5 6.75 6.75 6.75 6.75 7.5 6.75 6.75 7.5 4.5 7.5 6.75 6.75 6.75 7.5 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 97E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 7957.12 563 moveto
+7896.88 563 lineto
+7896.88 527 lineto
+7957.12 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 7957.12 563 moveto
+7896.88 563 lineto
+7896.88 527 lineto
+7957.12 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+7904.88 540.65 moveto
+(a3ff993)
+[6.75 6.75 4.5 4.5 7.5 7.5 6.75]
+xshow
+grestore
+% 325->97E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 8000 823 moveto
+7986 771 7949 629 7934 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+7932.97 566.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+7932.97 566.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+7972.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 325->506E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 8007 823 moveto
+8014 771 8031 629 8039 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+8039.5 566.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+8039.5 566.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+8027.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 326
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 15206.1 843 moveto
+15147 863.004 lineto
+15029 863.004 lineto
+14969.9 843 lineto
+15029 822.996 lineto
+15147 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+14998.4 838.65 moveto
+(89a2505da6179a80202d4a6c3)
+[7.5 7.5 6.75 6.75 6.75 7.5 6.75 7.5 6.75 7.5 6.75 7.5 7.5 6.75 7.5 7.5 6.75 7.5 6.75 7.5 8.25 6.75 7.5 6.75 6.75]
+xshow
+grestore
+% 61E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 16325 563 moveto
+16225 563 lineto
+16225 527 lineto
+16325 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 16325 563 moveto
+16225 563 lineto
+16225 527 lineto
+16325 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+16233 540.65 moveto
+(75eea05672a5)
+[7.5 6.75 6.75 6.75 6.75 7.5 6.75 7.5 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 326->61E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 15166 829 moveto
+15358 796 15836 712 15838 712 curveto
+15984 671 16149 602 16228 566 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+16231.3 564.576 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+16231.3 564.576 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+15950.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 175E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 15082 563 moveto
+14988 563 lineto
+14988 527 lineto
+15082 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 15082 563 moveto
+14988 563 lineto
+14988 527 lineto
+15082 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+14996 540.65 moveto
+(3b0c08dd2ca)
+[6.75 6.75 7.5 6.75 7.5 7.5 7.5 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 326->175E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 15084 823 moveto
+15075 771 15050 629 15040 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+15039 566.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+15039 566.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+15066.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 326->482E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 15077 823 moveto
+15048 770 14970 628 14938 570 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+14936 566.473 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+14936 566.473 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+15017.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 187E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 14798.2 290 moveto
+14705.8 290 lineto
+14705.8 254 lineto
+14798.2 254 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 14798.2 290 moveto
+14705.8 290 lineto
+14705.8 254 lineto
+14798.2 254 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+14713.8 267.65 moveto
+(6ba0776fc8e)
+[7.5 6.75 6.75 7.5 7.5 7.5 7.5 4.5 6.75 7.5 6.75]
+xshow
+grestore
+% 175E->187E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 15016 527 moveto
+14965 477 14823 340 14771 290 curveto
+stroke
+grestore
+% 328
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 15910.2 1407 moveto
+15851.6 1427 lineto
+15734.4 1427 lineto
+15675.8 1407 lineto
+15734.4 1387 lineto
+15851.6 1387 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+15704.1 1402.65 moveto
+(2601085bde1b2450d64509f36)
+[6.75 7.5 7.5 6.75 7.5 7.5 6.75 6.75 7.5 6.75 6.75 6.75 6.75 8.25 6.75 7.5 7.5 7.5 8.25 6.75 7.5 7.5 4.5 6.75 7.5]
+xshow
+grestore
+% 75E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 15694 1143 moveto
+15640 1143 lineto
+15640 1107 lineto
+15694 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 15694 1143 moveto
+15640 1143 lineto
+15640 1107 lineto
+15694 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+15650.5 1120.65 moveto
+(0efbd)
+[7.5 6.75 4.5 6.75 7.5]
+xshow
+grestore
+% 328->75E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 15784 1387 moveto
+15761 1336 15703 1206 15678 1150 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+15676.6 1146.68 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+15676.6 1146.68 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+15735.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 328->580E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 15803 1387 moveto
+15822 1354 15862 1291 15915 1260 curveto
+16144 1126 16245 1218 16500 1152 curveto
+16507 1150 16514 1148 16521 1145 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+16525.1 1143.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+16525.1 1143.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+15915.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 329
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 6598.76 843 moveto
+6544.88 863.004 lineto
+6437.12 863.004 lineto
+6383.24 843 lineto
+6437.12 822.996 lineto
+6544.88 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+6410.75 838.65 moveto
+(5c81103c751345d0ee0f4bd)
+[6.75 6.75 7.5 6 6.75 7.5 6.75 6.75 7.5 6.75 6.75 6.75 8.25 6.75 7.5 7.5 6.75 6.75 7.5 4.5 8.25 6.75 7.5]
+xshow
+grestore
+% 96E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 6448.12 563 moveto
+6367.88 563 lineto
+6367.88 527 lineto
+6448.12 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 6448.12 563 moveto
+6367.88 563 lineto
+6367.88 527 lineto
+6448.12 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+6375.38 540.65 moveto
+(b23526044)
+[6.75 6.75 6.75 6.75 6.75 7.5 7.5 8.25 8.25]
+xshow
+grestore
+% 329->96E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 6485 823 moveto
+6471 771 6432 629 6415 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+6413.97 566.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+6413.97 566.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+6456.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 330
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 6943.23 843 moveto
+6887.61 863.004 lineto
+6776.39 863.004 lineto
+6720.77 843 lineto
+6776.39 822.996 lineto
+6887.61 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+6748.75 838.65 moveto
+(fcbd9ad14139718bc6fcc8b4)
+[4.5 6.75 6.75 7.5 7.5 6.75 7.5 6.75 8.25 6.75 6.75 7.5 7.5 6.75 7.5 6.75 6.75 7.5 4.5 6.75 6.75 7.5 6.75 8.25]
+xshow
+grestore
+% 100E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 6787.25 563 moveto
+6704.75 563 lineto
+6704.75 527 lineto
+6787.25 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 6787.25 563 moveto
+6704.75 563 lineto
+6704.75 527 lineto
+6787.25 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+6712.25 540.65 moveto
+(73ca543bf1)
+[7.5 6.75 6.75 6.75 6.75 8.25 6.75 6.75 4.5 6.75]
+xshow
+grestore
+% 330->100E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 6826 823 moveto
+6811 771 6770 629 6753 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+6751.97 566.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+6751.97 566.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+6796.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 170E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 7003.88 563 moveto
+6924.12 563 lineto
+6924.12 527 lineto
+7003.88 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 7003.88 563 moveto
+6924.12 563 lineto
+6924.12 527 lineto
+7003.88 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+6932.12 540.65 moveto
+(c2f32e2cf9)
+[6.75 6.75 4.5 6.75 6.75 6.75 6.75 6.75 4.5 7.5]
+xshow
+grestore
+% 330->170E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 6841 823 moveto
+6864 770 6927 629 6953 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+6954.6 566.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+6954.6 566.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+6907.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 182E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 7966.12 290 moveto
+7887.88 290 lineto
+7887.88 254 lineto
+7966.12 254 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 7966.12 290 moveto
+7887.88 290 lineto
+7887.88 254 lineto
+7966.12 254 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+7895.88 267.65 moveto
+(f20f7f513e)
+[4.5 6.75 7.5 4.5 7.5 4.5 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 170E->182E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 7004 531 moveto
+7013 528 7023 525 7032 522 curveto
+7361 420 7763 315 7888 282 curveto
+stroke
+grestore
+% 333
+gsave
+0.165 1.000 1.000 nodecolor
+newpath 15462.2 1677.23 moveto
+15462.2 1692.77 lineto
+15400 1703.75 lineto
+15312 1703.75 lineto
+15249.8 1692.77 lineto
+15249.8 1677.23 lineto
+15312 1666.25 lineto
+15400 1666.25 lineto
+closepath fill
+1 setlinewidth
+filled
+0.165 1.000 1.000 nodecolor
+newpath 15462.2 1677.23 moveto
+15462.2 1692.77 lineto
+15400 1703.75 lineto
+15312 1703.75 lineto
+15249.8 1692.77 lineto
+15249.8 1677.23 lineto
+15312 1666.25 lineto
+15400 1666.25 lineto
+closepath stroke
+1 setlinewidth
+filled
+0.165 1.000 1.000 nodecolor
+newpath 15466.2 1673.87 moveto
+15466.2 1696.13 lineto
+15400.3 1707.75 lineto
+15311.7 1707.75 lineto
+15245.8 1696.13 lineto
+15245.8 1673.87 lineto
+15311.7 1662.25 lineto
+15400.3 1662.25 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+15270.5 1680.65 moveto
+(44cbb41a9cfc15497eacd294)
+[8.25 8.25 6.75 6.75 6.75 8.25 6.75 6.75 7.5 6.75 4.5 6.75 6.75 6.75 8.25 7.5 7.5 6.75 6.75 6.75 7.5 6.75 7.5 8.25]
+xshow
+grestore
+% 63E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 17691 563 moveto
+17637 563 lineto
+17637 527 lineto
+17691 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 17691 563 moveto
+17637 563 lineto
+17637 527 lineto
+17691 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+17649.8 540.65 moveto
+(6a91)
+[7.5 6.75 7.5 6.75]
+xshow
+grestore
+% 333->63E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 15416 1665 moveto
+15543 1623 15848 1520 16101 1430 curveto
+16438 1310 16574 1373 16854 1152 curveto
+16877 1134 16866 1113 16890 1098 curveto
+17113 951 17290 1177 17479 990 curveto
+17534 935 17486 892 17512 820 curveto
+17548 721 17615 617 17646 570 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+17648.7 566.255 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+17648.7 566.255 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+16890.1 1120.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 67E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 14318 1425 moveto
+14264 1425 lineto
+14264 1389 lineto
+14318 1389 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 14318 1425 moveto
+14264 1425 lineto
+14264 1389 lineto
+14318 1389 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+14272.6 1402.65 moveto
+(b074e)
+[6.75 7.5 7.5 8.25 6.75]
+xshow
+grestore
+% 333->67E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 15286 1667 moveto
+15079 1613 14479 1456 14326 1416 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+14321.9 1414.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+14321.9 1414.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+14857.1 1541.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 68E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 15110 1425 moveto
+15056 1425 lineto
+15056 1389 lineto
+15110 1389 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 15110 1425 moveto
+15056 1425 lineto
+15056 1389 lineto
+15110 1389 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+15064.6 1402.65 moveto
+(06209)
+[7.5 7.5 6.75 7.5 7.5]
+xshow
+grestore
+% 333->68E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 15333 1662 moveto
+15282 1610 15159 1484 15107 1431 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+15103.8 1427.83 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+15103.8 1427.83 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+15229.1 1541.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 69E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 15213.8 1425 moveto
+15128.2 1425 lineto
+15128.2 1389 lineto
+15213.8 1389 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 15213.8 1425 moveto
+15128.2 1425 lineto
+15128.2 1389 lineto
+15213.8 1389 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+15135.8 1402.65 moveto
+(58e3dcc618)
+[6.75 7.5 6.75 6.75 7.5 6.75 6.75 7.5 6.75 7.5]
+xshow
+grestore
+% 333->69E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 15341 1662 moveto
+15307 1610 15223 1485 15187 1432 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+15185 1428.47 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+15185 1428.47 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+15270.1 1541.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 70E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 15585.8 1425 moveto
+15496.2 1425 lineto
+15496.2 1389 lineto
+15585.8 1389 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 15585.8 1425 moveto
+15496.2 1425 lineto
+15496.2 1389 lineto
+15585.8 1389 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+15504.2 1402.65 moveto
+(eee44624da)
+[6.75 6.75 6.75 8.25 8.25 7.5 6.75 8.25 7.5 6.75]
+xshow
+grestore
+% 333->70E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 15371 1662 moveto
+15405 1610 15489 1485 15525 1432 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+15527 1428.47 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+15527 1428.47 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+15449.1 1541.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 71E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 15658 1425 moveto
+15604 1425 lineto
+15604 1389 lineto
+15658 1389 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 15658 1425 moveto
+15604 1425 lineto
+15604 1389 lineto
+15658 1389 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+15616.8 1402.65 moveto
+(6a91)
+[7.5 6.75 7.5 6.75]
+xshow
+grestore
+% 333->71E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 15379 1662 moveto
+15430 1610 15555 1484 15607 1431 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+15610.2 1427.83 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+15610.2 1427.83 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+15494.1 1541.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 802E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 17088 1425 moveto
+17034 1425 lineto
+17034 1389 lineto
+17088 1389 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 17088 1425 moveto
+17034 1425 lineto
+17034 1389 lineto
+17088 1389 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+17043.8 1402.65 moveto
+(e1e8c)
+[6.75 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 333->802E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 15466 1683 moveto
+15767 1675 16597 1647 16852 1554 curveto
+16928 1527 17000 1465 17037 1431 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+17040.2 1427.83 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+17040.2 1427.83 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+16885.1 1541.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 793E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 14732 1425 moveto
+14678 1425 lineto
+14678 1389 lineto
+14732 1389 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 14732 1425 moveto
+14678 1425 lineto
+14678 1389 lineto
+14732 1389 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+14690 1402.65 moveto
+(793E)
+[7.5 7.5 6.75 8.25]
+xshow
+grestore
+% 333->793E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 15300 1664 moveto
+15192 1623 14946 1527 14746 1430 curveto
+14743 1429 14741 1428 14739 1426 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+14735.5 1423.98 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+14735.5 1423.98 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+15029.1 1541.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 67E->72E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 14280 1389 moveto
+14251 1338 14167 1194 14138 1143 curveto
+stroke
+grestore
+% 68E->73E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 15075 1389 moveto
+15053 1338 14990 1194 14968 1143 curveto
+stroke
+grestore
+% 69E->74E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 15167 1389 moveto
+15156 1338 15126 1194 15116 1143 curveto
+stroke
+grestore
+% 70E->75E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 15549 1389 moveto
+15572 1338 15636 1194 15659 1143 curveto
+stroke
+grestore
+% 71E->76E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 15642 1389 moveto
+15660 1361 15695 1305 15727 1260 curveto
+15758 1217 15796 1169 15817 1143 curveto
+stroke
+grestore
+% 802E->801E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 17061 1389 moveto
+17061 1338 17061 1194 17061 1143 curveto
+stroke
+grestore
+% 793E->789E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 14717 1389 moveto
+14732 1364 14758 1318 14770 1276 curveto
+14827 1080 14788 1021 14817 820 curveto
+14837 686 14842 652 14875 522 curveto
+14898 434 14933 331 14947 290 curveto
+stroke
+grestore
+% 793E->769E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 14702 1389 moveto
+14694 1338 14671 1194 14663 1143 curveto
+stroke
+grestore
+% 334
+gsave
+0.165 1.000 1.000 nodecolor
+newpath 6628.22 1117.23 moveto
+6628.22 1132.77 lineto
+6560.73 1143.75 lineto
+6465.27 1143.75 lineto
+6397.78 1132.77 lineto
+6397.78 1117.23 lineto
+6465.27 1106.25 lineto
+6560.73 1106.25 lineto
+closepath fill
+1 setlinewidth
+filled
+0.165 1.000 1.000 nodecolor
+newpath 6628.22 1117.23 moveto
+6628.22 1132.77 lineto
+6560.73 1143.75 lineto
+6465.27 1143.75 lineto
+6397.78 1132.77 lineto
+6397.78 1117.23 lineto
+6465.27 1106.25 lineto
+6560.73 1106.25 lineto
+closepath stroke
+1 setlinewidth
+filled
+0.165 1.000 1.000 nodecolor
+newpath 6632.22 1113.83 moveto
+6632.22 1136.17 lineto
+6561.05 1147.75 lineto
+6464.95 1147.75 lineto
+6393.78 1136.17 lineto
+6393.78 1113.83 lineto
+6464.95 1102.25 lineto
+6561.05 1102.25 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+6419.62 1120.65 moveto
+(b46b0756dba915943839e90a55)
+[6.75 8.25 7.5 6.75 7.5 7.5 6.75 7.5 7.5 6.75 6.75 7.5 6.75 6.75 7.5 8.25 6.75 7.5 6.75 7.5 6.75 7.5 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 64E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 10401 861 moveto
+10347 861 lineto
+10347 825 lineto
+10401 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 10401 861 moveto
+10347 861 lineto
+10347 825 lineto
+10401 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+10362.4 838.65 moveto
+(5fdf)
+[6.75 4.5 7.5 4.5]
+xshow
+grestore
+% 334->64E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 6632 1123 moveto
+7204 1111 9650 1057 9983 990 curveto
+10121 962 10273 892 10340 861 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+10343.5 858.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+10343.5 858.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+10040.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 81E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 4354.12 861 moveto
+4249.88 861 lineto
+4249.88 825 lineto
+4354.12 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 4354.12 861 moveto
+4249.88 861 lineto
+4249.88 825 lineto
+4354.12 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+4257.38 838.65 moveto
+(3eca1f94dc181)
+[6.75 6.75 6.75 6.75 6.75 4.5 7.5 8.25 7.5 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 334->81E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 6394 1118 moveto
+5984 1094 4655 1015 4567 990 curveto
+4475 962 4380 900 4333 866 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+4329.25 863.325 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+4329.25 863.325 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+4577.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 82E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 5279 861 moveto
+5201 861 lineto
+5201 825 lineto
+5279 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 5279 861 moveto
+5201 861 lineto
+5201 825 lineto
+5279 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+5208.5 838.65 moveto
+(6b1bb9b0e)
+[7.5 6.75 6.75 6.75 6.75 7.5 6.75 7.5 6.75]
+xshow
+grestore
+% 334->82E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 6407 1112 moveto
+6192 1083 5689 1005 5288 866 curveto
+5286 866 5285 865 5283 865 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+5279.47 862.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+5279.47 862.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+5719.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 83E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 5920.88 861 moveto
+5833.12 861 lineto
+5833.12 825 lineto
+5920.88 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 5920.88 861 moveto
+5833.12 861 lineto
+5833.12 825 lineto
+5920.88 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+5840.62 838.65 moveto
+(a54d477232)
+[6.75 6.75 8.25 7.5 8.25 7.5 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 334->83E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 6463 1103 moveto
+6343 1049 6042 917 5925 864 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+5921.68 862.576 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+5921.68 862.576 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+6195.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 84E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 10290.9 861 moveto
+10179.1 861 lineto
+10179.1 825 lineto
+10290.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 10290.9 861 moveto
+10179.1 861 lineto
+10179.1 825 lineto
+10290.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+10186.6 838.65 moveto
+(a164d9f60fbbdd)
+[6.75 6.75 7.5 8.25 7.5 7.5 4.5 7.5 7.5 4.5 6.75 6.75 7.5 7.5]
+xshow
+grestore
+% 334->84E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 6632 1123 moveto
+7199 1114 9607 1071 9931 990 curveto
+10035 963 10146 900 10201 865 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+10204.5 862.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+10204.5 862.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+9976.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 85E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 6365.12 861 moveto
+6284.88 861 lineto
+6284.88 825 lineto
+6365.12 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 6365.12 861 moveto
+6284.88 861 lineto
+6284.88 825 lineto
+6365.12 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+6292.38 838.65 moveto
+(78c8463ea)
+[7.5 7.5 6.75 7.5 8.25 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 334->85E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 6498 1102 moveto
+6463 1050 6378 923 6342 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+6339.32 864.255 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+6339.32 864.255 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+6419.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 86E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 7889 861 moveto
+7825 861 lineto
+7825 825 lineto
+7889 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 7889 861 moveto
+7825 861 lineto
+7825 825 lineto
+7889 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+7833 838.65 moveto
+(c110ba7)
+[6.75 6 6.75 7.5 6.75 6.75 7.5]
+xshow
+grestore
+% 334->86E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 6632 1114 moveto
+6866 1089 7397 1020 7816 866 curveto
+7817 866 7819 865 7820 865 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+7823.53 862.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+7823.53 862.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+7434.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 87E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 7036.88 861 moveto
+6961.12 861 lineto
+6961.12 825 lineto
+7036.88 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 7036.88 861 moveto
+6961.12 861 lineto
+6961.12 825 lineto
+7036.88 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+6968.62 838.65 moveto
+(3b63cdc0f)
+[6.75 6.75 7.5 6.75 6.75 7.5 6.75 7.5 4.5]
+xshow
+grestore
+% 334->87E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 6552 1102 moveto
+6644 1049 6870 918 6961 865 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+6964.53 862.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+6964.53 862.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+6772.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 88E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 6267.12 861 moveto
+6182.88 861 lineto
+6182.88 825 lineto
+6267.12 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 6267.12 861 moveto
+6182.88 861 lineto
+6182.88 825 lineto
+6267.12 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+6190.88 838.65 moveto
+(6f578c5128)
+[7.5 4.5 6.75 7.5 7.5 6.75 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 334->88E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 6489 1102 moveto
+6436 1050 6304 921 6250 867 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+6246.83 863.828 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+6246.83 863.828 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+6369.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 89E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 6702.88 861 moveto
+6617.12 861 lineto
+6617.12 825 lineto
+6702.88 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 6702.88 861 moveto
+6617.12 861 lineto
+6617.12 825 lineto
+6702.88 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+6625.12 838.65 moveto
+(3e048573fd)
+[6.75 6.75 7.5 8.25 7.5 6.75 7.5 6.75 4.5 7.5]
+xshow
+grestore
+% 334->89E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 6525 1102 moveto
+6552 1050 6619 923 6647 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+6649.02 864.473 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+6649.02 864.473 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+6592.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 65E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 11387 563 moveto
+11333 563 lineto
+11333 527 lineto
+11387 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 11387 563 moveto
+11333 563 lineto
+11333 527 lineto
+11387 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+11345.4 540.65 moveto
+(d4b2)
+[7.5 8.25 6.75 6.75]
+xshow
+grestore
+% 64E->65E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 10401 825 moveto
+10404 823 10407 821 10410 820 curveto
+10544 755 10591 772 10725 712 curveto
+10755 698 10758 687 10788 676 curveto
+10989 597 11249 559 11333 548 curveto
+stroke
+grestore
+% 81E->92E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 4295 825 moveto
+4274 772 4213 617 4192 563 curveto
+stroke
+grestore
+% 82E->93E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 5233 825 moveto
+5214 772 5159 617 5140 563 curveto
+stroke
+grestore
+% 83E->94E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 5877 825 moveto
+5876 772 5873 617 5872 563 curveto
+stroke
+grestore
+% 84E->95E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 10230 825 moveto
+10217 772 10177 617 10163 563 curveto
+stroke
+grestore
+% 85E->96E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 6330 825 moveto
+6345 772 6388 617 6403 563 curveto
+stroke
+grestore
+% 86E->97E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 7861 825 moveto
+7873 772 7910 617 7923 563 curveto
+stroke
+grestore
+% 87E->98E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 7004 825 moveto
+7019 772 7061 617 7075 563 curveto
+stroke
+grestore
+% 88E->99E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 6217 825 moveto
+6195 772 6130 617 6108 563 curveto
+stroke
+grestore
+% 89E->100E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 6665 825 moveto
+6681 772 6725 617 6741 563 curveto
+stroke
+grestore
+% 336
+gsave
+[ /Rect [ 20945 1098 21187 1152 ]
+  /Border [ 0 0 0 ]
+  /Action << /Subtype /URI /URI (tes hi) >>
+  /Subtype /Link
+/ANN pdfmark
+0.000 1.000 1.000 nodecolor
+newpath 21179.2 1117.23 moveto
+21179.2 1132.77 lineto
+21112.9 1143.75 lineto
+21019.1 1143.75 lineto
+20952.8 1132.77 lineto
+20952.8 1117.23 lineto
+21019.1 1106.25 lineto
+21112.9 1106.25 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 1.000 1.000 nodecolor
+newpath 21179.2 1117.23 moveto
+21179.2 1132.77 lineto
+21112.9 1143.75 lineto
+21019.1 1143.75 lineto
+20952.8 1132.77 lineto
+20952.8 1117.23 lineto
+21019.1 1106.25 lineto
+21112.9 1106.25 lineto
+closepath stroke
+1 setlinewidth
+filled
+0.000 1.000 1.000 nodecolor
+newpath 21183.2 1113.84 moveto
+21183.2 1136.16 lineto
+21113.2 1147.75 lineto
+21018.8 1147.75 lineto
+20948.8 1136.16 lineto
+20948.8 1113.84 lineto
+21018.8 1102.25 lineto
+21113.2 1102.25 lineto
+closepath stroke
+1 setlinewidth
+filled
+0.000 1.000 1.000 nodecolor
+newpath 21187.2 1110.45 moveto
+21187.2 1139.55 lineto
+21113.5 1151.75 lineto
+21018.5 1151.75 lineto
+20944.8 1139.55 lineto
+20944.8 1110.45 lineto
+21018.5 1098.25 lineto
+21113.5 1098.25 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+20974.5 1120.65 moveto
+(825c7994d5da13afe519861818)
+[7.5 6.75 6.75 6.75 7.5 7.5 7.5 8.25 7.5 6.75 7.5 6.75 6.75 6.75 6.75 4.5 6.75 6.75 6.75 7.5 7.5 7.5 6.75 7.5 6.75 7.5]
+xshow
+grestore
+% 1E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 1081.75 861 moveto
+950.25 861 lineto
+950.25 825 lineto
+1081.75 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 1081.75 861 moveto
+950.25 861 lineto
+950.25 825 lineto
+1081.75 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+958.25 838.65 moveto
+(f4bef37b6a94bfd00)
+[4.5 8.25 6.75 6.75 4.5 6.75 7.5 6.75 7.5 6.75 7.5 8.25 6.75 4.5 7.5 7.5 7.5]
+xshow
+grestore
+% 336->1E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 20945 1124 moveto
+19726 1113 9740 1027 9594 990 curveto
+9580 986 9579 977 9564 974 curveto
+8653 739 2022 1011 1091 866 curveto
+1086 865 1082 864 1077 863 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+1072.88 861.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+1072.88 861.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+9618.12 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 2E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 2425 861 moveto
+2287 861 lineto
+2287 825 lineto
+2425 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 2425 861 moveto
+2287 861 lineto
+2287 825 lineto
+2425 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+2294.5 838.65 moveto
+(d2647f8b6d8661d08)
+[7.5 6.75 7.5 8.25 7.5 4.5 7.5 6.75 7.5 7.5 7.5 7.5 7.5 6.75 7.5 7.5 7.5]
+xshow
+grestore
+% 336->2E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 20945 1124 moveto
+20053 1119 14540 1080 14201 990 curveto
+14187 986 14187 977 14172 974 curveto
+13542 808 3089 952 2443 866 curveto
+2438 865 2432 864 2426 863 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+2421.88 861.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+2421.88 861.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+14201.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 3E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 16351.1 861 moveto
+16218.9 861 lineto
+16218.9 825 lineto
+16351.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 16351.1 861 moveto
+16218.9 861 lineto
+16218.9 825 lineto
+16351.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+16226.9 838.65 moveto
+(964cb56d8f69ff058)
+[7.5 7.5 8.25 6.75 6.75 6.75 7.5 7.5 7.5 4.5 7.5 7.5 4.5 4.5 7.5 6.75 7.5]
+xshow
+grestore
+% 336->3E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 20945 1123 moveto
+20366 1113 17883 1066 17111 990 curveto
+16775 956 16690 943 16360 866 curveto
+16356 865 16353 864 16349 863 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+16344.9 861.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+16344.9 861.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+17111.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 4E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 15858.9 861 moveto
+15725.1 861 lineto
+15725.1 825 lineto
+15858.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 15858.9 861 moveto
+15725.1 861 lineto
+15725.1 825 lineto
+15858.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+15733.1 838.65 moveto
+(4f35e206816c3bd22)
+[8.25 4.5 6.75 6.75 6.75 6.75 7.5 7.5 7.5 6.75 7.5 6.75 6.75 6.75 7.5 6.75 6.75]
+xshow
+grestore
+% 336->4E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 20945 1123 moveto
+20342 1111 17661 1056 16829 990 curveto
+16400 955 16290 956 15868 866 curveto
+15864 865 15861 864 15857 863 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+15852.9 861.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+15852.9 861.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+16829.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 5E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 18208.9 861 moveto
+18079.1 861 lineto
+18079.1 825 lineto
+18208.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 18208.9 861 moveto
+18079.1 861 lineto
+18079.1 825 lineto
+18208.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+18086.6 838.65 moveto
+(affb2d716803a2d3e)
+[6.75 4.5 4.5 6.75 6.75 7.5 7.5 6.75 7.5 7.5 7.5 6.75 6.75 6.75 7.5 6.75 6.75]
+xshow
+grestore
+% 336->5E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 20945 1123 moveto
+20415 1112 18327 1067 18212 990 curveto
+18171 962 18155 903 18148 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+18147 864.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+18147 864.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+18212.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 6E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 27719.9 861 moveto
+27580.1 861 lineto
+27580.1 825 lineto
+27719.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 27719.9 861 moveto
+27580.1 861 lineto
+27580.1 825 lineto
+27719.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+27588.1 838.65 moveto
+(e4ae306d9bd669c70)
+[6.75 8.25 6.75 6.75 6.75 7.5 7.5 7.5 7.5 6.75 7.5 7.5 7.5 7.5 6.75 7.5 7.5]
+xshow
+grestore
+% 336->6E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 21157 1105 moveto
+21176 1102 21194 1100 21212 1098 curveto
+22949 914 23395 1058 25139 990 curveto
+25680 968 27035 953 27568 866 curveto
+27573 865 27578 864 27583 863 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+27587.1 861.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+27587.1 861.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+25599.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 7E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 19131 712 moveto
+18999 712 lineto
+18999 676 lineto
+19131 676 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 19131 712 moveto
+18999 712 lineto
+18999 676 lineto
+19131 676 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+19006.5 689.65 moveto
+(4dbf4395236fb03ed)
+[8.25 7.5 6.75 4.5 8.25 6.75 7.5 6.75 6.75 6.75 7.5 4.5 6.75 7.5 6.75 6.75 7.5]
+xshow
+grestore
+% 336->7E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 20945 1118 moveto
+20530 1095 19184 1008 19058 866 curveto
+19023 825 19040 757 19054 719 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+19055.4 715.677 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+19055.4 715.677 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+19523.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 336->8E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 20945 1123 moveto
+20326 1114 17511 1068 16640 990 curveto
+16593 985 16582 980 16534 974 curveto
+16171 922 16075 944 15716 866 curveto
+15712 865 15709 864 15705 863 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+15700.9 861.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+15700.9 861.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+16640.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 9E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 29587.8 861 moveto
+29448.2 861 lineto
+29448.2 825 lineto
+29587.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 29587.8 861 moveto
+29448.2 861 lineto
+29448.2 825 lineto
+29587.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+29455.8 838.65 moveto
+(8d6e6e0cd9b842a47)
+[7.5 7.5 7.5 6.75 7.5 6.75 7.5 6.75 7.5 7.5 6.75 7.5 8.25 6.75 6.75 8.25 7.5]
+xshow
+grestore
+% 336->9E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 21157 1105 moveto
+21176 1102 21194 1100 21212 1098 curveto
+22687 950 26399 1060 27878 990 curveto
+28052 981 29268 897 29439 866 curveto
+29444 865 29448 864 29453 863 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+29457.1 861.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+29457.1 861.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+28123.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 10E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 26877 861 moveto
+26741 861 lineto
+26741 825 lineto
+26877 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 26877 861 moveto
+26741 861 lineto
+26741 825 lineto
+26877 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+26749 838.65 moveto
+(00d0dd018fe879f96)
+[7.5 7.5 7.5 7.5 7.5 7.5 7.5 6.75 7.5 4.5 6.75 7.5 7.5 7.5 4.5 7.5 7.5]
+xshow
+grestore
+% 336->10E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 21159 1106 moveto
+21176 1103 21195 1100 21212 1098 curveto
+22791 929 23197 1067 24782 990 curveto
+24888 984 24914 980 25018 974 curveto
+25780 924 25981 1000 26732 866 curveto
+26736 865 26741 864 26745 863 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+26749.1 861.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+26749.1 861.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+25018.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 11E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 25888.9 861 moveto
+25789.1 861 lineto
+25789.1 825 lineto
+25888.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 25888.9 861 moveto
+25789.1 861 lineto
+25789.1 825 lineto
+25888.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+25796.6 838.65 moveto
+(f28b78d4803c)
+[4.5 6.75 7.5 6.75 7.5 7.5 7.5 8.25 7.5 7.5 6.75 6.75]
+xshow
+grestore
+% 336->11E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 21159 1106 moveto
+21176 1103 21195 1100 21212 1098 curveto
+22368 967 22666 1050 23827 990 curveto
+24262 967 25356 959 25780 866 curveto
+25783 865 25785 865 25788 864 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+25792.3 862.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+25792.3 862.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+24197.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 12E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 5436.75 861 moveto
+5297.25 861 lineto
+5297.25 825 lineto
+5436.75 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 5436.75 861 moveto
+5297.25 861 lineto
+5297.25 825 lineto
+5436.75 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+5304.75 838.65 moveto
+(2d886da042b5384b4)
+[6.75 7.5 7.5 7.5 7.5 7.5 6.75 7.5 8.25 6.75 6.75 6.75 6.75 7.5 8.25 6.75 8.25]
+xshow
+grestore
+% 336->12E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 20945 1123 moveto
+20301 1112 17212 1058 14685 990 curveto
+14470 984 14417 978 14201 974 curveto
+13229 951 6409 1009 5446 866 curveto
+5441 865 5436 864 5431 863 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+5426.88 861.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+5426.88 861.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+14685.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 13E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 32840 861 moveto
+32702 861 lineto
+32702 825 lineto
+32840 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 32840 861 moveto
+32702 861 lineto
+32702 825 lineto
+32840 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+32709.5 838.65 moveto
+(548c0081a62132b44)
+[6.75 8.25 7.5 6.75 7.5 7.5 7.5 6.75 6.75 7.5 6.75 6.75 6.75 6.75 6.75 8.25 8.25]
+xshow
+grestore
+% 336->13E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 21157 1105 moveto
+21176 1102 21194 1100 21212 1098 curveto
+23174 906 28113 1082 30081 990 curveto
+30169 985 30190 979 30277 974 curveto
+31350 906 31633 1043 32693 866 curveto
+32698 865 32703 864 32708 863 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+32712.1 861.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+32712.1 861.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+30277.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 14E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 11848.9 861 moveto
+11715.1 861 lineto
+11715.1 825 lineto
+11848.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 11848.9 861 moveto
+11715.1 861 lineto
+11715.1 825 lineto
+11848.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+11723.1 838.65 moveto
+(52126553e52385d16)
+[6.75 6.75 6.75 6.75 7.5 6.75 6.75 6.75 6.75 6.75 6.75 6.75 7.5 6.75 7.5 6.75 7.5]
+xshow
+grestore
+% 336->14E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 20945 1124 moveto
+20092 1117 15024 1073 14711 990 curveto
+14697 986 14697 977 14682 974 curveto
+14077 805 12478 969 11858 866 curveto
+11853 865 11849 864 11844 863 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+11839.9 861.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+11839.9 861.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+14711.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 15E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 33354.9 861 moveto
+33221.1 861 lineto
+33221.1 825 lineto
+33354.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 33354.9 861 moveto
+33221.1 861 lineto
+33221.1 825 lineto
+33354.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+33229.1 838.65 moveto
+(9fe716e738eaea34e)
+[7.5 4.5 6.75 7.5 6.75 7.5 6.75 7.5 6.75 7.5 6.75 6.75 6.75 6.75 6.75 8.25 6.75]
+xshow
+grestore
+% 336->15E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 21157 1105 moveto
+21176 1102 21194 1100 21212 1098 curveto
+23686 859 29919 1189 32396 990 curveto
+32762 960 32854 946 33211 866 curveto
+33215 865 33219 864 33223 863 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+33227.1 861.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+33227.1 861.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+32572.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 16E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 13869.8 861 moveto
+13736.2 861 lineto
+13736.2 825 lineto
+13869.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 13869.8 861 moveto
+13736.2 861 lineto
+13736.2 825 lineto
+13869.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+13743.8 838.65 moveto
+(5782807b5f575e0a8)
+[6.75 7.5 7.5 6.75 7.5 7.5 7.5 6.75 6.75 4.5 6.75 7.5 6.75 6.75 7.5 6.75 7.5]
+xshow
+grestore
+% 336->16E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 20945 1123 moveto
+20222 1112 16476 1052 15326 990 curveto
+15165 981 14038 896 13879 866 curveto
+13875 865 13871 864 13867 863 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+13862.9 861.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+13862.9 861.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+15326.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 336->17E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 21157 1105 moveto
+21176 1102 21194 1100 21212 1098 curveto
+22797 940 26786 1082 28375 990 curveto
+28648 974 29330 921 29597 866 curveto
+29601 865 29605 864 29609 863 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+29613.1 861.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+29613.1 861.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+28582.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 18E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 17725.1 861 moveto
+17592.9 861 lineto
+17592.9 825 lineto
+17725.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 17725.1 861 moveto
+17592.9 861 lineto
+17592.9 825 lineto
+17725.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+17600.9 838.65 moveto
+(c471b6fdbfb852661)
+[6.75 8.25 7.5 6.75 6.75 7.5 4.5 7.5 6.75 4.5 6.75 7.5 6.75 6.75 7.5 7.5 6.75]
+xshow
+grestore
+% 336->18E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 20945 1124 moveto
+20461 1118 18668 1091 18110 990 curveto
+17960 963 17791 898 17709 864 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+17704.7 862.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+17704.7 862.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+18110.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 19E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 21118.8 861 moveto
+20981.2 861 lineto
+20981.2 825 lineto
+21118.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 21118.8 861 moveto
+20981.2 861 lineto
+20981.2 825 lineto
+21118.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+20989.2 838.65 moveto
+(a84844dfd0052b3b5)
+[6.75 7.5 8.25 7.5 8.25 8.25 7.5 4.5 7.5 7.5 7.5 6.75 6.75 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 336->19E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 21064 1098 moveto
+21061 1044 21055 923 21051 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+21051 865 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+21051 865 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+21058.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 20E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 24443.1 861 moveto
+24302.9 861 lineto
+24302.9 825 lineto
+24443.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 24443.1 861 moveto
+24302.9 861 lineto
+24302.9 825 lineto
+24443.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+24310.4 838.65 moveto
+(724dabdce9744d061)
+[7.5 6.75 8.25 7.5 6.75 6.75 7.5 6.75 6.75 7.5 7.5 8.25 8.25 7.5 7.5 7.5 6.75]
+xshow
+grestore
+% 336->20E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 21118 1099 moveto
+21171 1072 21256 1028 21328 990 curveto
+21341 983 21343 977 21357 974 curveto
+21987 799 23650 970 24294 866 curveto
+24299 865 24304 864 24309 863 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+24313.1 861.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+24313.1 861.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+21357.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 21E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 23019 861 moveto
+22889 861 lineto
+22889 825 lineto
+23019 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 23019 861 moveto
+22889 861 lineto
+22889 825 lineto
+23019 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+22897 838.65 moveto
+(57f7fd2eecec93c8b)
+[6.75 7.5 4.5 7.5 4.5 7.5 6.75 6.75 6.75 6.75 6.75 6.75 7.5 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 336->21E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 21086 1098 moveto
+21115 1062 21171 1000 21235 974 curveto
+21573 832 22520 932 22880 866 curveto
+22884 865 22888 864 22892 863 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+22896.1 861.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+22896.1 861.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+21235.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 22E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 23646.8 861 moveto
+23513.2 861 lineto
+23513.2 825 lineto
+23646.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 23646.8 861 moveto
+23513.2 861 lineto
+23513.2 825 lineto
+23646.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+23520.8 838.65 moveto
+(baba65f670ee34a88)
+[6.75 6.75 6.75 6.75 7.5 6.75 4.5 7.5 7.5 7.5 6.75 6.75 6.75 8.25 6.75 7.5 7.5]
+xshow
+grestore
+% 336->22E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 21098 1098 moveto
+21145 1058 21233 987 21271 974 curveto
+21740 807 23015 950 23504 866 curveto
+23508 865 23513 864 23517 863 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+23521.1 861.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+23521.1 861.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+21271.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 23E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 39923.1 861 moveto
+39788.9 861 lineto
+39788.9 825 lineto
+39923.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 39923.1 861 moveto
+39788.9 861 lineto
+39788.9 825 lineto
+39923.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+39796.4 838.65 moveto
+(ac34ec0f0488b17ec)
+[6.75 6.75 6.75 8.25 6.75 6.75 7.5 4.5 7.5 8.25 7.5 7.5 6.75 6.75 7.5 6.75 6.75]
+xshow
+grestore
+% 336->23E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 21157 1105 moveto
+21176 1102 21194 1100 21212 1098 curveto
+21468 1073 39489 1094 39723 990 curveto
+39780 965 39822 903 39842 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+39844 864.473 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+39844 864.473 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+39748.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 24E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 24968.8 861 moveto
+24835.2 861 lineto
+24835.2 825 lineto
+24968.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 24968.8 861 moveto
+24835.2 861 lineto
+24835.2 825 lineto
+24968.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+24842.8 838.65 moveto
+(51e74bec5513083bb)
+[6.75 6.75 6.75 7.5 8.25 6.75 6.75 6.75 6.75 6.75 6.75 6.75 7.5 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 336->24E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 21123 1100 moveto
+21182 1073 21277 1030 21357 990 curveto
+21371 983 21372 977 21386 974 curveto
+22124 771 24072 989 24826 866 curveto
+24830 865 24835 864 24840 863 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+24844.1 861.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+24844.1 861.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+21386.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 25E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 13717.9 861 moveto
+13584.1 861 lineto
+13584.1 825 lineto
+13717.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 13717.9 861 moveto
+13584.1 861 lineto
+13584.1 825 lineto
+13717.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+13592.1 838.65 moveto
+(8e2d970b2f820ee35)
+[7.5 6.75 6.75 7.5 7.5 7.5 7.5 6.75 6.75 4.5 7.5 6.75 7.5 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 336->25E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 20945 1123 moveto
+20202 1114 16259 1060 15052 990 curveto
+14757 972 14018 922 13727 866 curveto
+13723 865 13719 864 13715 863 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+13710.9 861.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+13710.9 861.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+15052.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 26E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 24126.9 861 moveto
+23991.1 861 lineto
+23991.1 825 lineto
+24126.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 24126.9 861 moveto
+23991.1 861 lineto
+23991.1 825 lineto
+24126.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+23998.6 838.65 moveto
+(19398d3cd6b9c674f)
+[6.75 7.5 6.75 7.5 7.5 7.5 6.75 6.75 7.5 7.5 6.75 7.5 6.75 7.5 7.5 8.25 4.5]
+xshow
+grestore
+% 336->26E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 21113 1098 moveto
+21188 1055 21327 975 21330 974 curveto
+21897 810 23401 963 23982 866 curveto
+23987 865 23992 864 23997 863 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+24001.1 861.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+24001.1 861.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+21330.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 27E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 48433.9 861 moveto
+48300.1 861 lineto
+48300.1 825 lineto
+48433.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 48433.9 861 moveto
+48300.1 861 lineto
+48300.1 825 lineto
+48433.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+48308.1 838.65 moveto
+(6505e29f4a11d9530)
+[7.5 6.75 7.5 6.75 6.75 6.75 7.5 4.5 8.25 6.75 6 6.75 7.5 7.5 6.75 6.75 7.5]
+xshow
+grestore
+% 336->27E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 21157 1105 moveto
+21176 1102 21194 1100 21212 1098 curveto
+22295 995 39694 1005 40781 990 curveto
+41100 985 41179 980 41497 974 curveto
+42999 945 46762 1029 48255 866 curveto
+48267 864 48280 863 48292 861 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+48296.1 859.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+48296.1 859.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+41497.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 28E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 52040 861 moveto
+51904 861 lineto
+51904 825 lineto
+52040 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 52040 861 moveto
+51904 861 lineto
+51904 825 lineto
+52040 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+51912 838.65 moveto
+(bc4824f07a9d2bba6)
+[6.75 6.75 8.25 7.5 6.75 8.25 4.5 7.5 7.5 6.75 7.5 7.5 6.75 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 336->28E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 21157 1105 moveto
+21176 1102 21194 1100 21212 1098 curveto
+23759 858 41680 1115 44234 990 curveto
+44310 986 44329 978 44404 974 curveto
+45236 928 51072 992 51895 866 curveto
+51899 865 51904 864 51909 863 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+51913.1 861.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+51913.1 861.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+44404.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 29E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 16500.8 861 moveto
+16369.2 861 lineto
+16369.2 825 lineto
+16500.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 16500.8 861 moveto
+16369.2 861 lineto
+16369.2 825 lineto
+16500.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+16377.2 838.65 moveto
+(3acbf8a1537e4e1a1)
+[6.75 6.75 6.75 6.75 4.5 7.5 6.75 6.75 6.75 6.75 7.5 6.75 8.25 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 336->29E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 20945 1121 moveto
+20536 1108 19170 1061 18041 990 curveto
+17360 947 17181 994 16510 866 curveto
+16506 865 16502 864 16498 863 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+16493.9 861.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+16493.9 861.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+18041.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 30E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 32684.1 861 moveto
+32545.9 861 lineto
+32545.9 825 lineto
+32684.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 32684.1 861 moveto
+32545.9 861 lineto
+32545.9 825 lineto
+32684.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+32553.9 838.65 moveto
+(536264e787cf70469)
+[6.75 6.75 7.5 6.75 7.5 8.25 6.75 7.5 7.5 7.5 6.75 4.5 7.5 7.5 8.25 7.5 7.5]
+xshow
+grestore
+% 336->30E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 21157 1105 moveto
+21176 1102 21194 1100 21212 1098 curveto
+22947 926 27316 1095 29055 990 curveto
+29122 985 29138 978 29204 974 curveto
+29944 922 31806 983 32537 866 curveto
+32542 865 32547 864 32552 863 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+32556.1 861.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+32556.1 861.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+29204.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 31E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 17797 861 moveto
+17743 861 lineto
+17743 825 lineto
+17797 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 17797 861 moveto
+17743 861 lineto
+17743 825 lineto
+17797 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+17766.2 838.65 moveto
+(d)
+[7.5]
+xshow
+grestore
+% 336->31E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 20945 1124 moveto
+20469 1117 18733 1088 18191 990 curveto
+18015 957 17969 942 17806 866 curveto
+17805 866 17805 865 17804 865 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+17800.5 862.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+17800.5 862.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+18191.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 336->65E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 20945 1124 moveto
+20186 1119 16079 1088 14826 990 curveto
+14774 985 14761 978 14708 974 curveto
+14411 947 12288 1002 12022 866 curveto
+11999 854 12007 835 11986 820 curveto
+11790 667 11496 581 11395 554 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+11390.9 552.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+11390.9 552.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+12022.1 838.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 119E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 52845.1 861 moveto
+52776.9 861 lineto
+52776.9 825 lineto
+52845.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 52845.1 861 moveto
+52776.9 861 lineto
+52776.9 825 lineto
+52845.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+52784.4 838.65 moveto
+(2a9caef7)
+[6.75 6.75 7.5 6.75 6.75 6.75 4.5 7.5]
+xshow
+grestore
+% 336->119E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 21157 1105 moveto
+21176 1102 21194 1100 21212 1098 curveto
+22599 967 44890 1048 46281 990 curveto
+46371 986 46394 978 46483 974 curveto
+47181 940 52092 1041 52768 866 curveto
+52770 866 52771 865 52773 865 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+52776.5 862.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+52776.5 862.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+46483.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 150E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 53840 861 moveto
+53786 861 lineto
+53786 825 lineto
+53840 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 53840 861 moveto
+53786 861 lineto
+53786 825 lineto
+53840 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+53795.4 838.65 moveto
+(73d12)
+[7.5 6.75 7.5 6.75 6.75]
+xshow
+grestore
+% 336->150E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 21157 1105 moveto
+21176 1102 21194 1100 21212 1098 curveto
+22828 946 48789 1085 50409 990 curveto
+50471 986 50486 978 50549 974 curveto
+51260 921 53062 1020 53759 866 curveto
+53765 865 53772 862 53778 860 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+53782.3 858.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+53782.3 858.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+50548.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 176E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 18231.1 712 moveto
+18134.9 712 lineto
+18134.9 676 lineto
+18231.1 676 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 18231.1 712 moveto
+18134.9 712 lineto
+18134.9 676 lineto
+18231.1 676 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+18142.9 689.65 moveto
+(8896166adc0)
+[7.5 7.5 7.5 7.5 6.75 7.5 7.5 6.75 7.5 6.75 7.5]
+xshow
+grestore
+% 336->176E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 20945 1123 moveto
+20419 1115 18363 1076 18258 990 curveto
+18199 940 18238 895 18218 820 curveto
+18209 785 18198 745 18191 720 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+18189.4 715.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+18189.4 715.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+18258.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 743E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 14200 861 moveto
+14146 861 lineto
+14146 825 lineto
+14200 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 14200 861 moveto
+14146 861 lineto
+14146 825 lineto
+14200 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+14167 838.65 moveto
+(9f)
+[7.5 4.5]
+xshow
+grestore
+% 336->743E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 20945 1123 moveto
+20396 1115 18085 1075 16190 990 curveto
+15750 970 14629 1002 14209 866 curveto
+14208 866 14206 865 14205 865 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+14201.5 862.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+14201.5 862.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+16190.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 744E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 18002.1 290 moveto
+17939.9 290 lineto
+17939.9 254 lineto
+18002.1 254 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 18002.1 290 moveto
+17939.9 290 lineto
+17939.9 254 lineto
+18002.1 254 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+17947.4 267.65 moveto
+(2e1313c)
+[6.75 6.75 6.75 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 336->744E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 20945 1122 moveto
+20438 1107 18500 1039 18294 866 curveto
+18227 809 18276 756 18240 676 curveto
+18171 519 18042 357 17992 296 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+17989.6 293.073 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+17989.6 293.073 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+18253.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 336->764E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 21157 1105 moveto
+21176 1102 21194 1100 21212 1098 curveto
+23529 873 29360 1125 31683 990 curveto
+31814 982 32727 909 32849 866 curveto
+32850 866 32851 865 32852 865 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+32855.5 862.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+32855.5 862.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+31867.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 1E->34E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 998 825 moveto
+945 772 793 617 741 563 curveto
+stroke
+grestore
+% 2E->35E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 2334 825 moveto
+2268 772 2077 617 2011 563 curveto
+stroke
+grestore
+% 3E->36E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 16242 825 moveto
+16178 798 16063 745 16033 712 curveto
+15996 667 15983 596 15979 563 curveto
+stroke
+grestore
+% 4E->37E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 15759 825 moveto
+15664 771 15384 616 15288 563 curveto
+stroke
+grestore
+% 5E->38E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 18138 825 moveto
+18122 772 18073 617 18056 563 curveto
+stroke
+grestore
+% 6E->39E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 27720 839 moveto
+27998 822 29019 757 29156 712 curveto
+29259 678 29362 599 29406 563 curveto
+stroke
+grestore
+% 7E->40E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 19089 676 moveto
+19117 653 19164 612 19193 568 curveto
+19256 474 19288 339 19298 290 curveto
+stroke
+grestore
+% 9E->41E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 29574 825 moveto
+29582 823 29590 821 29597 820 curveto
+30080 739 31356 926 31795 712 curveto
+31814 702 31809 688 31826 676 curveto
+31907 617 32018 579 32085 560 curveto
+stroke
+grestore
+% 10E->42E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 26855 825 moveto
+26989 771 27381 616 27515 563 curveto
+stroke
+grestore
+% 11E->43E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 25842 825 moveto
+25851 772 25878 617 25887 563 curveto
+stroke
+grestore
+% 12E->44E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 5331 825 moveto
+5267 794 5133 728 5018 676 curveto
+4927 634 4819 588 4761 563 curveto
+stroke
+grestore
+% 13E->45E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 32828 825 moveto
+32835 823 32842 821 32849 820 curveto
+33565 659 33761 710 34480 568 curveto
+34494 565 34509 562 34523 558 curveto
+stroke
+grestore
+% 14E->46E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 11727 825 moveto
+11720 823 11713 821 11706 820 curveto
+11264 730 11102 910 10696 712 curveto
+10626 677 10569 599 10546 563 curveto
+stroke
+grestore
+% 15E->47E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 33341 825 moveto
+33348 823 33356 821 33364 820 curveto
+33939 728 38018 727 38599 712 curveto
+40523 660 41010 738 42927 568 curveto
+42963 564 43004 558 43035 554 curveto
+stroke
+grestore
+% 16E->48E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 13751 825 moveto
+13655 792 13444 722 13262 676 curveto
+13030 616 12967 618 12732 568 curveto
+12719 565 12704 562 12691 559 curveto
+stroke
+grestore
+% 18E->50E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 17649 825 moveto
+17620 772 17537 617 17509 563 curveto
+stroke
+grestore
+% 19E->51E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 21041 825 moveto
+21015 772 20938 617 20911 563 curveto
+stroke
+grestore
+% 20E->52E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 24389 825 moveto
+24435 772 24569 617 24615 563 curveto
+stroke
+grestore
+% 21E->53E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 22944 825 moveto
+22916 772 22835 617 22807 563 curveto
+stroke
+grestore
+% 22E->54E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 23584 825 moveto
+23596 772 23633 617 23646 563 curveto
+stroke
+grestore
+% 23E->55E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 39914 825 moveto
+39922 823 39931 821 39939 820 curveto
+41425 605 45202 888 46692 712 curveto
+46983 677 47053 645 47335 568 curveto
+47341 566 47347 565 47353 563 curveto
+stroke
+grestore
+% 24E->56E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 24914 825 moveto
+24949 772 25049 617 25084 563 curveto
+stroke
+grestore
+% 25E->57E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 13595 825 moveto
+13588 823 13581 821 13575 820 curveto
+13565 817 12839 677 12828 676 curveto
+11887 561 11622 778 10697 568 curveto
+10692 567 10686 565 10681 563 curveto
+stroke
+grestore
+% 26E->58E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 24084 825 moveto
+24158 771 24372 616 24446 563 curveto
+stroke
+grestore
+% 27E->59E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 48434 831 moveto
+48459 827 48488 823 48514 820 curveto
+48893 778 49889 887 50228 712 curveto
+50292 678 50336 599 50354 563 curveto
+stroke
+grestore
+% 28E->60E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 51990 825 moveto
+52043 772 52195 617 52247 563 curveto
+stroke
+grestore
+% 29E->61E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 16425 825 moveto
+16396 772 16313 617 16285 563 curveto
+stroke
+grestore
+% 30E->62E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 32640 825 moveto
+32712 771 32922 616 32993 563 curveto
+stroke
+grestore
+% 31E->63E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 17764 825 moveto
+17745 772 17690 617 17671 563 curveto
+stroke
+grestore
+% 138E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 53783.2 563 moveto
+53666.8 563 lineto
+53666.8 527 lineto
+53783.2 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 53783.2 563 moveto
+53666.8 563 lineto
+53666.8 527 lineto
+53783.2 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+53674.8 540.65 moveto
+(5997cb0c083422)
+[6.75 7.5 7.5 7.5 6.75 6.75 7.5 6.75 7.5 7.5 6.75 8.25 6.75 6.75]
+xshow
+grestore
+% 119E->138E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 52843 825 moveto
+52847 823 52850 821 52854 820 curveto
+53151 695 53525 595 53667 559 curveto
+stroke
+grestore
+% 162E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 56842 563 moveto
+56788 563 lineto
+56788 527 lineto
+56842 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 56842 563 moveto
+56788 563 lineto
+56788 527 lineto
+56842 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+56800.4 540.65 moveto
+(162E)
+[6.75 7.5 6.75 8.25]
+xshow
+grestore
+% 150E->162E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 53840 832 moveto
+53853 828 53868 823 53883 820 curveto
+54721 661 54985 968 55799 712 curveto
+55827 702 55828 686 55857 676 curveto
+56246 540 56388 704 56778 568 curveto
+56782 567 56785 565 56789 563 curveto
+stroke
+grestore
+% 188E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 17618.1 290 moveto
+17527.9 290 lineto
+17527.9 254 lineto
+17618.1 254 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 17618.1 290 moveto
+17527.9 290 lineto
+17527.9 254 lineto
+17618.1 254 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+17535.9 267.65 moveto
+(09847696ae)
+[7.5 7.5 7.5 8.25 7.5 7.5 7.5 7.5 6.75 6.75]
+xshow
+grestore
+% 176E->188E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 18180 676 moveto
+18175 642 18158 566 18115 522 curveto
+17972 371 17721 303 17618 281 curveto
+stroke
+grestore
+% 337
+gsave
+0.165 1.000 1.000 nodecolor
+newpath 56175.8 835.233 moveto
+56175.8 850.767 lineto
+56108.6 861.751 lineto
+56013.4 861.751 lineto
+55946.2 850.767 lineto
+55946.2 835.233 lineto
+56013.4 824.249 lineto
+56108.6 824.249 lineto
+closepath fill
+1 setlinewidth
+filled
+0.165 1.000 1.000 nodecolor
+newpath 56175.8 835.233 moveto
+56175.8 850.767 lineto
+56108.6 861.751 lineto
+56013.4 861.751 lineto
+55946.2 850.767 lineto
+55946.2 835.233 lineto
+56013.4 824.249 lineto
+56108.6 824.249 lineto
+closepath stroke
+1 setlinewidth
+filled
+0.165 1.000 1.000 nodecolor
+newpath 56179.8 831.833 moveto
+56179.8 854.167 lineto
+56108.9 865.751 lineto
+56013.1 865.751 lineto
+55942.2 854.167 lineto
+55942.2 831.833 lineto
+56013.1 820.249 lineto
+56108.9 820.249 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+55968 838.65 moveto
+(8304a439f91fc90b3fe8dd35be8)
+[7.5 6.75 7.5 8.25 6.75 8.25 6.75 7.5 4.5 7.5 6.75 4.5 6.75 7.5 7.5 6.75 6.75 4.5 6.75 7.5 7.5 7.5 6.75 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 120E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 55760.9 563 moveto
+55651.1 563 lineto
+55651.1 527 lineto
+55760.9 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 55760.9 563 moveto
+55651.1 563 lineto
+55651.1 527 lineto
+55760.9 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+55659.1 540.65 moveto
+(345d26b3f821fe)
+[6.75 8.25 6.75 7.5 6.75 7.5 6.75 6.75 4.5 7.5 6.75 6.75 4.5 6.75]
+xshow
+grestore
+% 337->120E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 56034 820 moveto
+55968 765 55801 624 55734 568 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+55731.1 565.561 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+55731.1 565.561 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+55903.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 121E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 56243.1 563 moveto
+56140.9 563 lineto
+56140.9 527 lineto
+56243.1 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 56243.1 563 moveto
+56140.9 563 lineto
+56140.9 527 lineto
+56243.1 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+56148.9 540.65 moveto
+(357679fea1e2f)
+[6.75 6.75 7.5 7.5 7.5 7.5 4.5 6.75 6.75 6.75 6.75 6.75 4.5]
+xshow
+grestore
+% 337->121E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 56071 820 moveto
+56095 766 56155 628 56181 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+56182.6 566.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+56182.6 566.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+56132.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 337->122E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 55973 827 moveto
+55960 824 55946 822 55933 820 curveto
+55571 761 54415 596 54124 554 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+54120 553.496 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+54120 553.496 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+55192.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 123E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 55597.8 563 moveto
+55484.2 563 lineto
+55484.2 527 lineto
+55597.8 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 55597.8 563 moveto
+55484.2 563 lineto
+55484.2 527 lineto
+55597.8 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+55492.2 540.65 moveto
+(f9df653b86fb8df)
+[4.5 7.5 7.5 4.5 7.5 6.75 6.75 6.75 7.5 7.5 4.5 6.75 7.5 7.5 4.5]
+xshow
+grestore
+% 337->123E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 56021 820 moveto
+55924 764 55676 622 55580 567 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+55576.5 564.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+55576.5 564.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+55830.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 124E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 56099 563 moveto
+55991 563 lineto
+55991 527 lineto
+56099 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 56099 563 moveto
+55991 563 lineto
+55991 527 lineto
+56099 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+55998.5 540.65 moveto
+(020df871874cd)
+[7.5 6.75 7.5 7.5 4.5 7.5 7.5 6.75 7.5 7.5 8.25 6.75 7.5]
+xshow
+grestore
+% 337->124E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 56060 820 moveto
+56057 766 56050 629 56046 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+56046 567 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+56046 567 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+56052.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 125E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 54653.9 563 moveto
+54532.1 563 lineto
+54532.1 527 lineto
+54653.9 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 54653.9 563 moveto
+54532.1 563 lineto
+54532.1 527 lineto
+54653.9 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+54540.1 540.65 moveto
+(4c52fdd8e396692)
+[8.25 6.75 6.75 6.75 4.5 7.5 7.5 7.5 6.75 6.75 7.5 7.5 7.5 7.5 6.75]
+xshow
+grestore
+% 337->125E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 55977 826 moveto
+55714 773 54903 608 54662 559 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+54657.9 557.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+54657.9 557.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+55413.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 337->126E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 56006 821 moveto
+55868 766 55502 621 55365 566 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+55361.7 564.576 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+55361.7 564.576 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+55729.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 337->127E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 55989 824 moveto
+55783 770 55188 613 54991 562 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+54986.9 560.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+54986.9 560.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+55560.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 337->128E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 56101 820 moveto
+56199 764 56449 622 56545 567 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+56548.5 564.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+56548.5 564.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+56352.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 337->129E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 56146 826 moveto
+56160 824 56175 822 56189 820 curveto
+56899 732 57098 877 57795 712 curveto
+57931 679 58081 604 58151 567 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+58154.5 564.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+58154.5 564.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+57906.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 130E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 56962.1 563 moveto
+56859.9 563 lineto
+56859.9 527 lineto
+56962.1 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 56962.1 563 moveto
+56859.9 563 lineto
+56859.9 527 lineto
+56962.1 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+56867.9 540.65 moveto
+(ff5c9b242337c)
+[4.5 4.5 6.75 6.75 7.5 6.75 6.75 8.25 6.75 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 337->130E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 56122 822 moveto
+56255 777 56580 666 56851 568 curveto
+56853 567 56854 567 56856 566 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+56860.3 564.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+56860.3 564.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+56524.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 131E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 58050.9 563 moveto
+57957.1 563 lineto
+57957.1 527 lineto
+58050.9 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 58050.9 563 moveto
+57957.1 563 lineto
+57957.1 527 lineto
+58050.9 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+57964.6 540.65 moveto
+(4e12f7ff0918)
+[8.25 6.75 6.75 6.75 4.5 7.5 4.5 4.5 7.5 7.5 6.75 7.5]
+xshow
+grestore
+% 337->131E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 56149 827 moveto
+56162 824 56176 822 56189 820 curveto
+56527 765 56613 762 56953 712 curveto
+57334 654 57793 580 57949 554 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+57953 553.496 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+57953 553.496 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+57152.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 337->132E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 56091 820 moveto
+56165 765 56353 624 56428 568 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+56430.9 565.561 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+56430.9 565.561 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+56281.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 133E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 57700.8 563 moveto
+57587.2 563 lineto
+57587.2 527 lineto
+57700.8 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 57700.8 563 moveto
+57587.2 563 lineto
+57587.2 527 lineto
+57700.8 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+57595.2 540.65 moveto
+(615cd6b5e3d21c)
+[7.5 6.75 6.75 6.75 7.5 7.5 6.75 6.75 6.75 6.75 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 337->133E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 56148 827 moveto
+56433 773 57329 604 57579 557 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+57583 556.496 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+57583 556.496 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+56945.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 134E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 56381.1 563 moveto
+56272.9 563 lineto
+56272.9 527 lineto
+56381.1 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 56381.1 563 moveto
+56272.9 563 lineto
+56272.9 527 lineto
+56381.1 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+56280.9 540.65 moveto
+(6d52dd1b198bb)
+[7.5 7.5 6.75 6.75 7.5 7.5 6.75 6.75 6.75 7.5 7.5 6.75 6.75]
+xshow
+grestore
+% 337->134E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 56081 820 moveto
+56131 765 56254 626 56305 569 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+56308.2 565.828 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+56308.2 565.828 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+56208.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 337->135E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 56113 821 moveto
+56173 795 56274 751 56360 712 curveto
+56471 661 56601 599 56668 567 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+56671.5 564.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+56671.5 564.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+56424.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 136E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 55956.9 563 moveto
+55829.1 563 lineto
+55829.1 527 lineto
+55956.9 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 55956.9 563 moveto
+55829.1 563 lineto
+55829.1 527 lineto
+55956.9 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+55837.1 540.65 moveto
+(e84330eef281284a)
+[6.75 7.5 8.25 6.75 6.75 7.5 6.75 6.75 4.5 6.75 7.5 6.75 6.75 7.5 8.25 6.75]
+xshow
+grestore
+% 337->136E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 56048 820 moveto
+56017 765 55940 628 55907 570 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+55905 566.473 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+55905 566.473 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+55985.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 137E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 57082 563 moveto
+56980 563 lineto
+56980 527 lineto
+57082 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 57082 563 moveto
+56980 563 lineto
+56980 527 lineto
+57082 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+56987.5 540.65 moveto
+(85fc23f1c88b4)
+[7.5 6.75 4.5 6.75 6.75 6.75 4.5 6.75 6.75 7.5 7.5 6.75 8.25]
+xshow
+grestore
+% 337->137E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 56132 824 moveto
+56225 799 56391 754 56532 712 curveto
+56728 652 56777 636 56971 568 curveto
+56973 567 56974 567 56976 566 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+56980.3 564.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+56980.3 564.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+56640.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 337->138E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 55974 826 moveto
+55960 824 55946 822 55933 820 curveto
+55512 758 55404 763 54983 712 curveto
+54527 656 53978 580 53791 554 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+53787 553.496 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+53787 553.496 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+54982.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 339
+gsave
+0.165 1.000 1.000 nodecolor
+newpath 59990.9 835.233 moveto
+59990.9 850.767 lineto
+59925.3 861.751 lineto
+59832.7 861.751 lineto
+59767.1 850.767 lineto
+59767.1 835.233 lineto
+59832.7 824.249 lineto
+59925.3 824.249 lineto
+closepath fill
+1 setlinewidth
+filled
+0.165 1.000 1.000 nodecolor
+newpath 59990.9 835.233 moveto
+59990.9 850.767 lineto
+59925.3 861.751 lineto
+59832.7 861.751 lineto
+59767.1 850.767 lineto
+59767.1 835.233 lineto
+59832.7 824.249 lineto
+59925.3 824.249 lineto
+closepath stroke
+1 setlinewidth
+filled
+0.165 1.000 1.000 nodecolor
+newpath 59994.9 831.845 moveto
+59994.9 854.155 lineto
+59925.7 865.751 lineto
+59832.3 865.751 lineto
+59763.1 854.155 lineto
+59763.1 831.845 lineto
+59832.3 820.249 lineto
+59925.7 820.249 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+59788.2 838.65 moveto
+(b1ffbabb24d71f67d1e0ce23c51)
+[6.75 6.75 4.5 4.5 6.75 6.75 6.75 6.75 6.75 8.25 7.5 7.5 6.75 4.5 7.5 7.5 7.5 6.75 6.75 7.5 6.75 6.75 6.75 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 151E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 59382 563 moveto
+59328 563 lineto
+59328 527 lineto
+59382 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 59382 563 moveto
+59328 563 lineto
+59328 527 lineto
+59382 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+59340.8 540.65 moveto
+(151E)
+[6.75 6.75 6.75 8.25]
+xshow
+grestore
+% 339->151E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 59839 820 moveto
+59739 764 59482 617 59389 564 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+59385.5 561.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+59385.5 561.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+59646.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 153E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 60268.9 563 moveto
+60163.1 563 lineto
+60163.1 527 lineto
+60268.9 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 60268.9 563 moveto
+60163.1 563 lineto
+60163.1 527 lineto
+60268.9 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+60170.6 540.65 moveto
+(41a8b095c7fd3)
+[8.25 6.75 6.75 7.5 6.75 7.5 7.5 6.75 6.75 7.5 4.5 7.5 6.75]
+xshow
+grestore
+% 339->153E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 59905 820 moveto
+59968 765 60126 625 60189 568 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+60191.9 565.561 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+60191.9 565.561 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+60065.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 154E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 59670.1 563 moveto
+59535.9 563 lineto
+59535.9 527 lineto
+59670.1 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 59670.1 563 moveto
+59535.9 563 lineto
+59535.9 527 lineto
+59670.1 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+59543.4 540.65 moveto
+(151bcc2a8de7ea634)
+[6.75 6.75 6.75 6.75 6.75 6.75 6.75 6.75 7.5 7.5 6.75 7.5 6.75 6.75 7.5 6.75 8.25]
+xshow
+grestore
+% 339->154E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 59870 820 moveto
+59856 786 59827 721 59787 676 curveto
+59745 630 59684 591 59644 567 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+59640.5 564.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+59640.5 564.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+59813.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 155E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 58749.9 563 moveto
+58628.1 563 lineto
+58628.1 527 lineto
+58749.9 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 58749.9 563 moveto
+58628.1 563 lineto
+58628.1 527 lineto
+58749.9 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+58636.1 540.65 moveto
+(6c541cad8de1b15)
+[7.5 6.75 6.75 8.25 6.75 6.75 6.75 7.5 7.5 7.5 6.75 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 339->155E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 59805 825 moveto
+59591 772 58966 615 58758 562 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+58753.9 560.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+58753.9 560.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+59353.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 156E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 59876 563 moveto
+59756 563 lineto
+59756 527 lineto
+59876 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 59876 563 moveto
+59756 563 lineto
+59756 527 lineto
+59876 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+59763.5 540.65 moveto
+(c935c7f4d1090ac)
+[6.75 7.5 6.75 6.75 6.75 7.5 4.5 8.25 7.5 6.75 7.5 7.5 7.5 6.75 6.75]
+xshow
+grestore
+% 339->156E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 59874 820 moveto
+59863 766 59834 629 59822 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+59821 566.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+59821 566.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+59849.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 157E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 60435.9 563 moveto
+60342.1 563 lineto
+60342.1 527 lineto
+60435.9 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 60435.9 563 moveto
+60342.1 563 lineto
+60342.1 527 lineto
+60435.9 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+60349.6 540.65 moveto
+(5ce1fcfb042b)
+[6.75 6.75 6.75 6.75 4.5 6.75 4.5 6.75 7.5 8.25 6.75 6.75]
+xshow
+grestore
+% 339->157E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 59918 820 moveto
+60014 764 60257 622 60351 567 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+60354.5 564.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+60354.5 564.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+60162.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 158E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 60089 563 moveto
+59987 563 lineto
+59987 527 lineto
+60089 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 60089 563 moveto
+59987 563 lineto
+59987 527 lineto
+60089 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+59994.5 540.65 moveto
+(531806429433)
+[6.75 6.75 6.75 7.5 7.5 7.5 8.25 6.75 7.5 8.25 6.75 6.75]
+xshow
+grestore
+% 339->158E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 59891 820 moveto
+59920 765 59993 628 60024 570 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+60026 566.473 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+60026 566.473 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+59965.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 159E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 60806.1 563 moveto
+60703.9 563 lineto
+60703.9 527 lineto
+60806.1 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 60806.1 563 moveto
+60703.9 563 lineto
+60703.9 527 lineto
+60806.1 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+60711.9 540.65 moveto
+(d285240b89cb)
+[7.5 6.75 7.5 6.75 6.75 8.25 7.5 6.75 7.5 7.5 6.75 6.75]
+xshow
+grestore
+% 339->159E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 59940 822 moveto
+60100 768 60537 619 60696 565 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+60700.3 563.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+60700.3 563.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+60367.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 160E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 60997.9 563 moveto
+60888.1 563 lineto
+60888.1 527 lineto
+60997.9 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 60997.9 563 moveto
+60888.1 563 lineto
+60888.1 527 lineto
+60997.9 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+60896.1 540.65 moveto
+(f22c27c0f0a54e)
+[4.5 6.75 6.75 6.75 6.75 7.5 6.75 7.5 4.5 7.5 6.75 6.75 8.25 6.75]
+xshow
+grestore
+% 339->160E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 59951 824 moveto
+60048 800 60225 754 60375 712 curveto
+60559 660 60775 595 60880 564 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+60884.1 562.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+60884.1 562.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+60481.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 161E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 60605.9 563 moveto
+60482.1 563 lineto
+60482.1 527 lineto
+60605.9 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 60605.9 563 moveto
+60482.1 563 lineto
+60482.1 527 lineto
+60605.9 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+60489.6 540.65 moveto
+(8d0d8314d211d80)
+[7.5 7.5 7.5 7.5 7.5 6.75 6.75 8.25 7.5 6.75 6 6.75 7.5 7.5 7.5]
+xshow
+grestore
+% 339->161E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 59929 821 moveto
+60052 765 60374 621 60497 566 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+60500.3 564.576 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+60500.3 564.576 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+60249.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 339->162E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 59797 826 moveto
+59783 824 59768 822 59754 820 curveto
+58888 716 58662 801 57795 712 curveto
+57372 668 57248 717 56851 568 curveto
+56850 568 56849 567 56848 567 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+56844.5 564.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+56844.5 564.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+57794.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 347
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 58985 1125 moveto
+58927 1145 lineto
+58811 1145 lineto
+58753 1125 lineto
+58811 1105 lineto
+58927 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+58781.6 1120.65 moveto
+(9652ab8b55fdb2a36d1f3fe020)
+[7.5 7.5 6.75 6.75 6.75 6.75 7.5 6.75 6.75 6.75 4.5 7.5 6.75 6.75 6.75 6.75 7.5 7.5 6.75 4.5 6.75 4.5 6.75 7.5 6.75 7.5]
+xshow
+grestore
+% 139E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 58985.9 861 moveto
+58876.1 861 lineto
+58876.1 825 lineto
+58985.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 58985.9 861 moveto
+58876.1 861 lineto
+58876.1 825 lineto
+58985.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+58884.1 838.65 moveto
+(ef8b68bb5772f3)
+[6.75 4.5 7.5 6.75 7.5 7.5 6.75 6.75 6.75 7.5 7.5 6.75 4.5 6.75]
+xshow
+grestore
+% 347->139E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 58873 1105 moveto
+58884 1055 58913 925 58925 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+58926 864.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+58926 864.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+58900.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 347->795E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 58884 1105 moveto
+58920 1054 59016 923 59056 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+59058.7 864.255 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+59058.7 864.255 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+58976.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 139E->151E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 58957 825 moveto
+59033 771 59254 616 59329 563 curveto
+stroke
+grestore
+% 348
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 16757 843 moveto
+16697.5 863.004 lineto
+16578.5 863.004 lineto
+16519 843 lineto
+16578.5 822.996 lineto
+16697.5 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+16547.6 838.65 moveto
+(676bbe7d1c1fb71742df534ce8)
+[7.5 7.5 7.5 6.75 6.75 6.75 7.5 7.5 6.75 6.75 6.75 4.5 6.75 7.5 6.75 7.5 8.25 6.75 7.5 4.5 6.75 6.75 8.25 6.75 6.75 7.5]
+xshow
+grestore
+% 348->799E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 16632 823 moveto
+16616 771 16572 629 16554 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+16553 566.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+16553 566.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+16599.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 348->800E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 16654 823 moveto
+16696 770 16812 627 16858 570 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+16860.7 566.255 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+16860.7 566.255 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+16773.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 349
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 60421 1125 moveto
+60363 1145 lineto
+60247 1145 lineto
+60189 1125 lineto
+60247 1105 lineto
+60363 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+60217.6 1120.65 moveto
+(66c0220688a999aaf7f1702d1)
+[7.5 7.5 6.75 7.5 6.75 6.75 7.5 7.5 7.5 7.5 6.75 7.5 7.5 7.5 6.75 6.75 4.5 7.5 4.5 6.75 7.5 7.5 6.75 7.5 6.75]
+xshow
+grestore
+% 141E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 60348.9 861 moveto
+60239.1 861 lineto
+60239.1 825 lineto
+60348.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 60348.9 861 moveto
+60239.1 861 lineto
+60239.1 825 lineto
+60348.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+60247.1 838.65 moveto
+(67b6a4dca3a6d)
+[7.5 7.5 6.75 7.5 6.75 8.25 7.5 6.75 6.75 6.75 6.75 7.5 7.5]
+xshow
+grestore
+% 349->141E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 60304 1105 moveto
+60302 1055 60297 925 60295 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+60295 865 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+60295 865 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+60298.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 141E->153E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 60289 825 moveto
+60275 772 60235 617 60221 563 curveto
+stroke
+grestore
+% 350
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 59444.8 1125 moveto
+59379.9 1145 lineto
+59250.1 1145 lineto
+59185.2 1125 lineto
+59250.1 1105 lineto
+59379.9 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+59215.2 1120.65 moveto
+(1322fb0818783e6f9a4f173d47c52)
+[6.75 6.75 6.75 6.75 4.5 6.75 7.5 7.5 6.75 7.5 7.5 7.5 6.75 6.75 7.5 4.5 7.5 6.75 8.25 4.5 6.75 7.5 6.75 7.5 8.25 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 142E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 59371.1 861 moveto
+59232.9 861 lineto
+59232.9 825 lineto
+59371.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 59371.1 861 moveto
+59232.9 861 lineto
+59232.9 825 lineto
+59371.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+59240.9 838.65 moveto
+(9696c0950295d8cb5)
+[7.5 7.5 7.5 7.5 6.75 7.5 7.5 6.75 7.5 6.75 7.5 6.75 7.5 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 350->142E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 59314 1105 moveto
+59312 1055 59306 925 59303 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+59303 865 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+59303 865 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+59307.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 678E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 59468.8 861 moveto
+59389.2 861 lineto
+59389.2 825 lineto
+59468.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 59468.8 861 moveto
+59389.2 861 lineto
+59389.2 825 lineto
+59468.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+59396.8 838.65 moveto
+(b5c747cc9)
+[6.75 6.75 6.75 7.5 8.25 7.5 6.75 6.75 7.5]
+xshow
+grestore
+% 350->678E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 59323 1105 moveto
+59343 1054 59396 925 59419 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+59420.6 864.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+59420.6 864.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+59373.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 142E->154E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 59320 825 moveto
+59374 772 59531 617 59585 563 curveto
+stroke
+grestore
+% 351
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 54269.2 1125 moveto
+54208.6 1145 lineto
+54087.4 1145 lineto
+54026.8 1125 lineto
+54087.4 1105 lineto
+54208.6 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+54056.1 1120.65 moveto
+(ff07977fca5513098d220d1eb3a)
+[4.5 4.5 7.5 7.5 7.5 7.5 7.5 4.5 6.75 6.75 6.75 6.75 6.75 6.75 7.5 7.5 7.5 7.5 6.75 6.75 7.5 7.5 6.75 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 143E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 56318 861 moveto
+56198 861 lineto
+56198 825 lineto
+56318 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 56318 861 moveto
+56198 861 lineto
+56198 825 lineto
+56318 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+56205.5 838.65 moveto
+(89a36b13f8c344b)
+[7.5 7.5 6.75 6.75 7.5 6.75 6.75 6.75 4.5 7.5 6.75 6.75 8.25 8.25 6.75]
+xshow
+grestore
+% 351->143E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 54215 1107 moveto
+54338 1075 54606 1008 54836 974 curveto
+55432 885 55597 986 56189 866 curveto
+56193 865 56196 864 56200 863 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+56204.1 861.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+56204.1 861.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+54835.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 351->232E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 54142 1105 moveto
+54127 1054 54086 925 54069 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+54068 864.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+54068 864.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+54103.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 351->680E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 54154 1105 moveto
+54168 1054 54207 925 54224 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+54225 864.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+54225 864.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+54190.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 351->704E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 54133 1105 moveto
+54094 1054 53994 923 53952 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+53949.3 864.255 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+53949.3 864.255 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+54039.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 143E->155E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 56307 825 moveto
+56314 823 56320 821 56327 820 curveto
+57020 683 57213 810 57914 712 curveto
+58182 673 58497 595 58628 561 curveto
+stroke
+grestore
+% 352
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 59795.1 1125 moveto
+59734.6 1145 lineto
+59613.4 1145 lineto
+59552.9 1125 lineto
+59613.4 1105 lineto
+59734.6 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+59581.8 1120.65 moveto
+(a97ef281eafc34b1630d450a1df)
+[6.75 7.5 7.5 6.75 4.5 6.75 7.5 6.75 6.75 6.75 4.5 6.75 6.75 8.25 6.75 6.75 7.5 6.75 7.5 7.5 8.25 6.75 7.5 6.75 6.75 7.5 4.5]
+xshow
+grestore
+% 144E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 59745 861 moveto
+59627 861 lineto
+59627 825 lineto
+59745 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 59745 861 moveto
+59627 861 lineto
+59627 825 lineto
+59745 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+59635 838.65 moveto
+(4ff4e275c710c3b)
+[8.25 4.5 4.5 8.25 6.75 6.75 7.5 6.75 6.75 7.5 6.75 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 352->144E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 59675 1105 moveto
+59677 1055 59682 925 59685 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+59685 865 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+59685 865 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+59679.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 352->432E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 59665 1105 moveto
+59642 1054 59584 924 59559 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+59557.6 864.677 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+59557.6 864.677 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+59609.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 144E->156E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 59694 825 moveto
+59707 794 59734 730 59758 676 curveto
+59775 635 59796 588 59808 563 curveto
+stroke
+grestore
+% 353
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 60661.2 1125 moveto
+60605.6 1145 lineto
+60494.4 1145 lineto
+60438.8 1125 lineto
+60494.4 1105 lineto
+60605.6 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+60466.8 1120.65 moveto
+(72cbb37db85ed3c6eda5dcf8)
+[7.5 6.75 6.75 6.75 6.75 6.75 7.5 7.5 6.75 7.5 6.75 6.75 7.5 6.75 6.75 7.5 6.75 7.5 6.75 6.75 7.5 6.75 4.5 7.5]
+xshow
+grestore
+% 145E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 60529.8 861 moveto
+60434.2 861 lineto
+60434.2 825 lineto
+60529.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 60529.8 861 moveto
+60434.2 861 lineto
+60434.2 825 lineto
+60529.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+60442.2 838.65 moveto
+(33ff9e43d5ab)
+[6.75 6.75 4.5 4.5 7.5 6.75 8.25 6.75 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 353->145E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 60545 1105 moveto
+60534 1055 60502 925 60488 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+60487 864.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+60487 864.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+60515.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 145E->157E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 60476 825 moveto
+60460 772 60411 617 60395 563 curveto
+stroke
+grestore
+% 354
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 60170.9 1125 moveto
+60114.4 1145 lineto
+60001.6 1145 lineto
+59945.1 1125 lineto
+60001.6 1105 lineto
+60114.4 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+59972.9 1120.65 moveto
+(0f6784e49852c0be0da23b16)
+[7.5 4.5 7.5 7.5 7.5 8.25 6.75 8.25 7.5 7.5 6.75 6.75 6.75 7.5 6.75 6.75 7.5 7.5 6.75 6.75 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 146E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 60210.9 861 moveto
+60111.1 861 lineto
+60111.1 825 lineto
+60210.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 60210.9 861 moveto
+60111.1 861 lineto
+60111.1 825 lineto
+60210.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+60118.6 838.65 moveto
+(d4f958b03a98)
+[7.5 8.25 4.5 7.5 6.75 7.5 6.75 7.5 6.75 6.75 7.5 7.5]
+xshow
+grestore
+% 354->146E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 60065 1105 moveto
+60084 1054 60131 925 60151 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+60152.6 864.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+60152.6 864.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+60111.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 354->396E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 60058 1105 moveto
+60056 1055 60054 925 60053 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+60053 865 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+60053 865 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+60054.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 146E->158E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 60153 825 moveto
+60132 772 60068 617 60046 563 curveto
+stroke
+grestore
+% 355
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 61158.9 1125 moveto
+61103.9 1145 lineto
+60994.1 1145 lineto
+60939.1 1125 lineto
+60994.1 1105 lineto
+61103.9 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+60966.5 1120.65 moveto
+(383f5c65cc6c25aa0a0e6dbb)
+[6.75 7.5 6.75 4.5 6.75 6.75 7.5 6.75 6.75 6.75 7.5 6.75 6.75 6.75 6.75 6.75 7.5 6.75 7.5 6.75 7.5 7.5 6.75 6.75]
+xshow
+grestore
+% 147E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 60913.1 861 moveto
+60822.9 861 lineto
+60822.9 825 lineto
+60913.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 60913.1 861 moveto
+60822.9 861 lineto
+60822.9 825 lineto
+60913.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+60830.9 838.65 moveto
+(1ff8ff951ee9)
+[6.75 4.5 4.5 7.5 4.5 4.5 7.5 6.75 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 355->147E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 61036 1105 moveto
+61003 1054 60920 924 60884 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+60882 864.473 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+60882 864.473 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+60957.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 147E->159E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 60861 825 moveto
+60841 772 60782 617 60762 563 curveto
+stroke
+grestore
+% 356
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 61415 1125 moveto
+61355.5 1145 lineto
+61236.5 1145 lineto
+61177 1125 lineto
+61236.5 1105 lineto
+61355.5 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+61206 1120.65 moveto
+(f52a45620969f0df4e6ae1dcd7)
+[4.5 6.75 6.75 6.75 8.25 6.75 7.5 6.75 7.5 7.5 7.5 7.5 4.5 7.5 7.5 4.5 8.25 6.75 7.5 6.75 6.75 6.75 7.5 6.75 7.5 7.5]
+xshow
+grestore
+% 148E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 61091.1 861 moveto
+60976.9 861 lineto
+60976.9 825 lineto
+61091.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 61091.1 861 moveto
+60976.9 861 lineto
+60976.9 825 lineto
+61091.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+60984.9 838.65 moveto
+(5256925081c812)
+[6.75 6.75 6.75 7.5 7.5 6.75 6.75 7.5 7.5 6.75 6.75 7.5 6.75 6.75]
+xshow
+grestore
+% 356->148E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 61277 1105 moveto
+61230 1054 61108 922 61057 867 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+61053.8 863.828 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+61053.8 863.828 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+61163.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 148E->160E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 61028 825 moveto
+61012 772 60965 617 60949 563 curveto
+stroke
+grestore
+% 357
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 60920.8 1125 moveto
+60860.4 1145 lineto
+60739.6 1145 lineto
+60679.2 1125 lineto
+60739.6 1105 lineto
+60860.4 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+60708.5 1120.65 moveto
+(1f5df34ad75a55a76ef4afa0a47)
+[6.75 4.5 6.75 7.5 4.5 6.75 8.25 6.75 7.5 7.5 6.75 6.75 6.75 6.75 6.75 7.5 7.5 6.75 4.5 8.25 6.75 4.5 6.75 7.5 6.75 8.25 7.5]
+xshow
+grestore
+% 149E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 60760.1 861 moveto
+60637.9 861 lineto
+60637.9 825 lineto
+60760.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 60760.1 861 moveto
+60637.9 861 lineto
+60637.9 825 lineto
+60760.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+60645.4 838.65 moveto
+(26a185dde9a93dd)
+[6.75 7.5 6.75 6.75 7.5 6.75 7.5 7.5 6.75 7.5 6.75 7.5 6.75 7.5 7.5]
+xshow
+grestore
+% 357->149E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 60793 1105 moveto
+60775 1054 60729 925 60709 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+60707.4 864.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+60707.4 864.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+60748.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 149E->161E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 60685 825 moveto
+60667 800 60635 754 60613 712 curveto
+60585 660 60561 594 60550 563 curveto
+stroke
+grestore
+% 358
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 8466.77 843 moveto
+8398.39 863.004 lineto
+8261.61 863.004 lineto
+8193.23 843 lineto
+8261.61 822.996 lineto
+8398.39 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+8224.62 838.65 moveto
+(45ba4d4c61c9601a26d59e47e0260)
+[8.25 6.75 6.75 6.75 8.25 7.5 8.25 6.75 7.5 6.75 6.75 7.5 7.5 7.5 6.75 6.75 6.75 7.5 7.5 6.75 7.5 6.75 8.25 7.5 6.75 7.5 6.75 7.5 7.5]
+xshow
+grestore
+% 167E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 8438.88 563 moveto
+8327.12 563 lineto
+8327.12 527 lineto
+8438.88 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 8438.88 563 moveto
+8327.12 563 lineto
+8327.12 527 lineto
+8438.88 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+8334.62 540.65 moveto
+(99bd3e7feeb710)
+[7.5 7.5 6.75 7.5 6.75 6.75 7.5 4.5 6.75 6.75 6.75 7.5 6.75 7.5]
+xshow
+grestore
+% 358->167E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 8334 823 moveto
+8343 771 8368 629 8378 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+8379.03 566.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+8379.03 566.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+8361.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 179E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 9341.88 290 moveto
+9230.12 290 lineto
+9230.12 254 lineto
+9341.88 254 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 9341.88 290 moveto
+9230.12 290 lineto
+9230.12 254 lineto
+9341.88 254 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+9237.62 267.65 moveto
+(fa90ddf10bd574)
+[4.5 6.75 7.5 7.5 7.5 7.5 4.5 6.75 7.5 6.75 7.5 6.75 7.5 8.25]
+xshow
+grestore
+% 167E->179E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 8439 535 moveto
+8588 508 8988 435 9045 414 curveto
+9130 381 9220 321 9262 290 curveto
+stroke
+grestore
+% 359
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 7525.08 843 moveto
+7462.54 863.004 lineto
+7337.46 863.004 lineto
+7274.92 843 lineto
+7337.46 822.996 lineto
+7462.54 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+7304.75 838.65 moveto
+(f95344b0ae31693f3a2746597d4)
+[4.5 7.5 6.75 6.75 8.25 8.25 6.75 7.5 6.75 6.75 6.75 6.75 7.5 7.5 6.75 4.5 6.75 6.75 6.75 7.5 8.25 7.5 6.75 7.5 7.5 7.5 8.25]
+xshow
+grestore
+% 169E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 7503 563 moveto
+7407 563 lineto
+7407 527 lineto
+7503 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 7503 563 moveto
+7407 563 lineto
+7407 527 lineto
+7503 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+7414.5 540.65 moveto
+(4e8259973f1f)
+[8.25 6.75 7.5 6.75 6.75 7.5 7.5 7.5 6.75 4.5 6.75 4.5]
+xshow
+grestore
+% 359->169E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 7404 823 moveto
+7414 771 7439 629 7450 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+7451.03 566.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+7451.03 566.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+7432.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 181E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 8653.88 290 moveto
+8554.12 290 lineto
+8554.12 254 lineto
+8653.88 254 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 8653.88 290 moveto
+8554.12 290 lineto
+8554.12 254 lineto
+8653.88 254 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+8561.62 267.65 moveto
+(f787d827958c)
+[4.5 7.5 7.5 7.5 7.5 7.5 6.75 7.5 7.5 6.75 7.5 6.75]
+xshow
+grestore
+% 169E->181E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 7503 534 moveto
+7690 489 8364 329 8554 284 curveto
+stroke
+grestore
+% 360
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 12970.1 843 moveto
+12906.1 863.004 lineto
+12777.9 863.004 lineto
+12713.9 843 lineto
+12777.9 822.996 lineto
+12906.1 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+12744.1 838.65 moveto
+(b79798b186d6b82288e8be4017d)
+[6.75 7.5 7.5 7.5 7.5 7.5 6.75 6.75 7.5 7.5 7.5 7.5 6.75 7.5 6.75 6.75 7.5 7.5 6.75 7.5 6.75 6.75 8.25 7.5 6.75 7.5 7.5]
+xshow
+grestore
+% 171E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 12844.9 563 moveto
+12741.1 563 lineto
+12741.1 527 lineto
+12844.9 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 12844.9 563 moveto
+12741.1 563 lineto
+12741.1 527 lineto
+12844.9 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+12749.1 540.65 moveto
+(63b079bd5847)
+[7.5 6.75 6.75 7.5 7.5 7.5 6.75 7.5 6.75 7.5 8.25 7.5]
+xshow
+grestore
+% 360->171E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 12839 823 moveto
+12830 771 12807 629 12797 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+12796.5 566.969 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+12796.5 566.969 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+12821.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 183E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 11758 290 moveto
+11656 290 lineto
+11656 254 lineto
+11758 254 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 11758 290 moveto
+11656 290 lineto
+11656 254 lineto
+11758 254 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+11663.5 267.65 moveto
+(290907417e13)
+[6.75 7.5 7.5 7.5 7.5 7.5 8.25 6.75 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 171E->183E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 12741 532 moveto
+12558 486 11941 331 11758 285 curveto
+stroke
+grestore
+% 361
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 14466.2 843 moveto
+14404.1 863.004 lineto
+14279.9 863.004 lineto
+14217.8 843 lineto
+14279.9 822.996 lineto
+14404.1 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+14247.5 838.65 moveto
+(47e0067f4d853afd2012f04daa8)
+[8.25 7.5 6.75 7.5 7.5 7.5 7.5 4.5 8.25 7.5 7.5 6.75 6.75 6.75 4.5 7.5 6.75 7.5 6.75 6.75 4.5 7.5 8.25 7.5 6.75 6.75 7.5]
+xshow
+grestore
+% 172E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 14277 563 moveto
+14177 563 lineto
+14177 527 lineto
+14277 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 14277 563 moveto
+14177 563 lineto
+14177 527 lineto
+14277 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+14185 540.65 moveto
+(92fb5d4a0805)
+[7.5 6.75 4.5 6.75 6.75 7.5 8.25 6.75 7.5 7.5 7.5 6.75]
+xshow
+grestore
+% 361->172E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 14334 823 moveto
+14314 770 14259 629 14237 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+14235.4 566.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+14235.4 566.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+14293.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 184E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 12691.9 290 moveto
+12592.1 290 lineto
+12592.1 254 lineto
+12691.9 254 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 12691.9 290 moveto
+12592.1 290 lineto
+12592.1 254 lineto
+12691.9 254 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+12599.6 267.65 moveto
+(e8386a8e1c8a)
+[6.75 7.5 6.75 7.5 7.5 6.75 7.5 6.75 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 172E->184E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 14177 542 moveto
+13941 527 12951 464 12823 414 curveto
+12754 386 12688 322 12658 290 curveto
+stroke
+grestore
+% 362
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 14732.1 843 moveto
+14670.1 863.004 lineto
+14545.9 863.004 lineto
+14483.9 843 lineto
+14545.9 822.996 lineto
+14670.1 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+14513.1 838.65 moveto
+(f2b6201774de40a29b504b1f716)
+[4.5 6.75 6.75 7.5 6.75 7.5 6.75 7.5 7.5 8.25 7.5 6.75 8.25 7.5 6.75 6.75 7.5 6.75 6.75 7.5 8.25 6.75 6.75 4.5 7.5 6.75 7.5]
+xshow
+grestore
+% 173E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 14528.9 563 moveto
+14425.1 563 lineto
+14425.1 527 lineto
+14528.9 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 14528.9 563 moveto
+14425.1 563 lineto
+14425.1 527 lineto
+14528.9 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+14433.1 540.65 moveto
+(d7203571944b)
+[7.5 7.5 6.75 7.5 6.75 6.75 7.5 6.75 7.5 8.25 8.25 6.75]
+xshow
+grestore
+% 362->173E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 14599 823 moveto
+14576 770 14514 629 14488 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+14486.4 566.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+14486.4 566.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+14552.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 185E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 13079.9 290 moveto
+12980.1 290 lineto
+12980.1 254 lineto
+13079.9 254 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 13079.9 290 moveto
+12980.1 290 lineto
+12980.1 254 lineto
+13079.9 254 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+12987.6 267.65 moveto
+(319bc900218b)
+[6.75 6.75 7.5 6.75 6.75 7.5 7.5 7.5 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 173E->185E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 14425 535 moveto
+14199 492 13302 323 13080 281 curveto
+stroke
+grestore
+% 363
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 7807.01 843 moveto
+7741.01 863.004 lineto
+7608.99 863.004 lineto
+7542.99 843 lineto
+7608.99 822.996 lineto
+7741.01 822.996 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+7573.75 838.65 moveto
+(800422ab81d804eef3e7b91dfba91)
+[7.5 7.5 7.5 8.25 6.75 6.75 6.75 6.75 7.5 6.75 7.5 7.5 7.5 8.25 6.75 6.75 4.5 6.75 6.75 7.5 6.75 7.5 6.75 7.5 4.5 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 174E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 7797.75 563 moveto
+7684.25 563 lineto
+7684.25 527 lineto
+7797.75 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 7797.75 563 moveto
+7684.25 563 lineto
+7684.25 527 lineto
+7797.75 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+7692.25 540.65 moveto
+(952316a1a5a785)
+[7.5 6.75 6.75 6.75 6.75 7.5 6.75 6.75 6.75 6.75 6.75 7.5 7.5 6.75]
+xshow
+grestore
+% 363->174E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 7679 823 moveto
+7690 771 7722 629 7735 571 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+7736.03 566.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+7736.03 566.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+7713.12 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 186E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 9069 290 moveto
+8957 290 lineto
+8957 254 lineto
+9069 254 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 9069 290 moveto
+8957 290 lineto
+8957 254 lineto
+9069 254 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+8965 267.65 moveto
+(3ba7afb0e48ae1)
+[6.75 6.75 6.75 7.5 6.75 4.5 6.75 7.5 6.75 8.25 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 174E->186E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 7798 536 moveto
+7825 531 7858 526 7888 522 curveto
+8223 471 8315 499 8642 414 curveto
+8767 381 8908 320 8974 290 curveto
+stroke
+grestore
+% 364
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 55417.2 1125 moveto
+55356.6 1145 lineto
+55235.4 1145 lineto
+55174.8 1125 lineto
+55235.4 1105 lineto
+55356.6 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+55204.1 1120.65 moveto
+(35b941379e1af658078cffb83a2)
+[6.75 6.75 6.75 7.5 8.25 6.75 6.75 7.5 7.5 6.75 6.75 6.75 4.5 7.5 6.75 7.5 7.5 7.5 7.5 6.75 4.5 4.5 6.75 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 101E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 55421.1 861 moveto
+55306.9 861 lineto
+55306.9 825 lineto
+55421.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 55421.1 861 moveto
+55306.9 861 lineto
+55306.9 825 lineto
+55421.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+55314.9 838.65 moveto
+(331675c046693f)
+[6.75 6.75 6.75 7.5 7.5 6.75 6.75 7.5 8.25 7.5 7.5 7.5 6.75 4.5]
+xshow
+grestore
+% 364->101E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 55301 1105 moveto
+55312 1055 55344 925 55358 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+55359 864.881 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+55359 864.881 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+55330.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 101E->120E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 55385 825 moveto
+55446 772 55624 617 55685 563 curveto
+stroke
+grestore
+% 365
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 56373.1 1125 moveto
+56315.5 1145 lineto
+56200.5 1145 lineto
+56142.9 1125 lineto
+56200.5 1105 lineto
+56315.5 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+56171 1120.65 moveto
+(d4f7b7fba7afcf7a72397353ec)
+[7.5 8.25 4.5 7.5 6.75 7.5 4.5 6.75 6.75 7.5 6.75 4.5 6.75 4.5 7.5 6.75 7.5 6.75 6.75 7.5 7.5 6.75 6.75 6.75 6.75 6.75]
+xshow
+grestore
+% 102E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 56444 861 moveto
+56336 861 lineto
+56336 825 lineto
+56444 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 56444 861 moveto
+56336 861 lineto
+56336 825 lineto
+56444 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+56343.5 838.65 moveto
+(32c4684b55361)
+[6.75 6.75 6.75 8.25 7.5 7.5 8.25 6.75 6.75 6.75 6.75 7.5 6.75]
+xshow
+grestore
+% 365->102E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 56267 1105 moveto
+56291 1054 56352 924 56378 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+56379.4 864.677 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+56379.4 864.677 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+56326.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 102E->121E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 56367 825 moveto
+56338 801 56289 758 56259 712 curveto
+56226 663 56205 595 56197 563 curveto
+stroke
+grestore
+% 367
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 55156.9 1125 moveto
+55092.5 1145 lineto
+54963.5 1145 lineto
+54899.1 1125 lineto
+54963.5 1105 lineto
+55092.5 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+54929 1120.65 moveto
+(e4b45b7a2f884d3734bfd5985656)
+[6.75 8.25 6.75 8.25 6.75 6.75 7.5 6.75 6.75 4.5 7.5 7.5 8.25 7.5 6.75 7.5 6.75 8.25 6.75 4.5 7.5 6.75 7.5 7.5 6.75 7.5 6.75 7.5]
+xshow
+grestore
+% 104E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 55199.9 861 moveto
+55078.1 861 lineto
+55078.1 825 lineto
+55199.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 55199.9 861 moveto
+55078.1 861 lineto
+55078.1 825 lineto
+55199.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+55086.1 838.65 moveto
+(1333074979f2d0b)
+[6.75 6.75 6.75 6.75 7.5 7.5 8.25 7.5 7.5 7.5 4.5 6.75 7.5 7.5 6.75]
+xshow
+grestore
+% 367->104E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 55036 1105 moveto
+55055 1054 55107 925 55129 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+55130.6 864.745 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+55130.6 864.745 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+55085.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 104E->123E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 55164 825 moveto
+55236 771 55445 616 55517 563 curveto
+stroke
+grestore
+% 368
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 56125 1125 moveto
+56065.5 1145 lineto
+55946.5 1145 lineto
+55887 1125 lineto
+55946.5 1105 lineto
+56065.5 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+55915.6 1120.65 moveto
+(02c2ba83680ab57f236a33d702)
+[7.5 6.75 6.75 6.75 6.75 6.75 7.5 6.75 7.5 7.5 7.5 6.75 6.75 6.75 7.5 4.5 6.75 6.75 7.5 6.75 6.75 6.75 7.5 7.5 7.5 6.75]
+xshow
+grestore
+% 105E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 55923.8 861 moveto
+55816.2 861 lineto
+55816.2 825 lineto
+55923.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 55923.8 861 moveto
+55816.2 861 lineto
+55816.2 825 lineto
+55923.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+55824.2 838.65 moveto
+(084d4bfa5853e)
+[7.5 7.5 8.25 7.5 8.25 6.75 4.5 6.75 6.75 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 368->105E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 55996 1105 moveto
+55972 1054 55909 924 55882 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+55880.6 864.677 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+55880.6 864.677 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+55937.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 105E->124E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 55879 825 moveto
+55895 794 55930 729 55962 676 curveto
+55986 635 56016 588 56033 563 curveto
+stroke
+grestore
+% 369
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 53821.1 1125 moveto
+53755.6 1145 lineto
+53624.4 1145 lineto
+53558.9 1125 lineto
+53624.4 1105 lineto
+53755.6 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+53589.5 1120.65 moveto
+(9ccd974150a18260b207b6584caa)
+[7.5 6.75 6.75 7.5 7.5 7.5 8.25 6.75 6.75 7.5 6.75 6.75 7.5 6.75 7.5 7.5 6.75 6.75 7.5 7.5 6.75 7.5 6.75 7.5 8.25 6.75 6.75 6.75]
+xshow
+grestore
+% 106E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 53749.9 861 moveto
+53632.1 861 lineto
+53632.1 825 lineto
+53749.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 53749.9 861 moveto
+53632.1 861 lineto
+53632.1 825 lineto
+53749.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+53639.6 838.65 moveto
+(28f7bfc40c88e6a)
+[6.75 7.5 4.5 7.5 6.75 4.5 6.75 8.25 7.5 6.75 7.5 7.5 6.75 7.5 6.75]
+xshow
+grestore
+% 369->106E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 53690 1105 moveto
+53690 1055 53691 925 53691 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+53691 865 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+53691 865 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+53689.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 106E->125E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 53746 825 moveto
+53907 771 54377 616 54538 563 curveto
+stroke
+grestore
+% 374
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 57682.9 1125 moveto
+57621.4 1145 lineto
+57498.6 1145 lineto
+57437.1 1125 lineto
+57498.6 1105 lineto
+57621.4 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+57466.2 1120.65 moveto
+(653ae44d45dcadeb481b53027d)
+[7.5 6.75 6.75 6.75 6.75 8.25 8.25 7.5 8.25 6.75 7.5 6.75 6.75 7.5 6.75 6.75 8.25 7.5 6.75 6.75 6.75 6.75 7.5 6.75 7.5 7.5]
+xshow
+grestore
+% 111E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 57412.8 861 moveto
+57309.2 861 lineto
+57309.2 825 lineto
+57412.8 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 57412.8 861 moveto
+57309.2 861 lineto
+57309.2 825 lineto
+57412.8 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+57316.8 838.65 moveto
+(8f95518f48528)
+[7.5 4.5 7.5 6.75 6.75 6.75 7.5 4.5 8.25 7.5 6.75 6.75 7.5]
+xshow
+grestore
+% 374->111E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 57546 1105 moveto
+57511 1054 57417 923 57379 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+57376.3 864.255 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+57376.3 864.255 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+57459.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 111E->130E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 57309 837 moveto
+57232 825 57085 794 56993 712 curveto
+56947 670 56924 597 56915 563 curveto
+stroke
+grestore
+% 375
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 58457.2 1125 moveto
+58400.1 1145 lineto
+58285.9 1145 lineto
+58228.8 1125 lineto
+58285.9 1105 lineto
+58400.1 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+58256.8 1120.65 moveto
+(d66f542ef1ce4d02c59bec65e)
+[7.5 7.5 7.5 4.5 6.75 8.25 6.75 6.75 4.5 6.75 6.75 6.75 8.25 7.5 7.5 6.75 6.75 6.75 7.5 6.75 6.75 6.75 7.5 6.75 6.75]
+xshow
+grestore
+% 112E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 58130.9 861 moveto
+58033.1 861 lineto
+58033.1 825 lineto
+58130.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 58130.9 861 moveto
+58033.1 861 lineto
+58033.1 825 lineto
+58130.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+58041.1 838.65 moveto
+(2ef209509e2a)
+[6.75 6.75 4.5 6.75 7.5 7.5 6.75 7.5 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 375->112E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 58324 1105 moveto
+58277 1054 58155 922 58104 867 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+58101.6 864.073 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+58101.6 864.073 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+58211.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 112E->131E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 58077 825 moveto
+58063 772 58023 617 58009 563 curveto
+stroke
+grestore
+% 377
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 58211 1125 moveto
+58146.5 1145 lineto
+58017.5 1145 lineto
+57953 1125 lineto
+58017.5 1105 lineto
+58146.5 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+57983.4 1120.65 moveto
+(a2984b7a11e49440420058c1d80)
+[6.75 6.75 7.5 7.5 8.25 6.75 7.5 6.75 6 6.75 6.75 8.25 7.5 8.25 8.25 7.5 8.25 6.75 7.5 7.5 6.75 7.5 6.75 6.75 7.5 7.5 7.5]
+xshow
+grestore
+% 114E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 57937 861 moveto
+57823 861 lineto
+57823 825 lineto
+57937 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 57937 861 moveto
+57823 861 lineto
+57823 825 lineto
+57937 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+57830.5 838.65 moveto
+(ef42184297591d)
+[6.75 4.5 8.25 6.75 6.75 7.5 8.25 6.75 7.5 7.5 6.75 7.5 6.75 7.5]
+xshow
+grestore
+% 377->114E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 58067 1105 moveto
+58032 1054 57937 923 57898 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+57895.3 864.255 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+57895.3 864.255 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+57979.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 114E->133E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 57883 825 moveto
+57889 792 57895 723 57866 676 curveto
+57829 616 57753 580 57701 562 curveto
+stroke
+grestore
+% 378
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 56627.1 1125 moveto
+56568 1145 lineto
+56450 1145 lineto
+56390.9 1125 lineto
+56450 1105 lineto
+56568 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+56419.4 1120.65 moveto
+(31055116421c96b37f72a262bb)
+[6.75 6.75 7.5 6.75 6.75 6 6.75 7.5 8.25 6.75 6.75 6.75 7.5 7.5 6.75 6.75 7.5 4.5 7.5 6.75 6.75 6.75 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 115E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 56570.1 861 moveto
+56461.9 861 lineto
+56461.9 825 lineto
+56570.1 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 56570.1 861 moveto
+56461.9 861 lineto
+56461.9 825 lineto
+56570.1 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+56469.9 838.65 moveto
+(be9c5958196ed)
+[6.75 6.75 7.5 6.75 6.75 7.5 6.75 7.5 6.75 7.5 7.5 6.75 7.5]
+xshow
+grestore
+% 378->115E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 56510 1105 moveto
+56511 1055 56514 925 56516 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+56516 865 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+56516 865 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+56511.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 115E->134E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 56504 825 moveto
+56470 772 56372 617 56339 563 curveto
+stroke
+grestore
+% 380
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 55868.9 1125 moveto
+55802.4 1145 lineto
+55669.6 1145 lineto
+55603.1 1125 lineto
+55669.6 1105 lineto
+55802.4 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+55634 1120.65 moveto
+(8462bb2eec1a62d19a15865e57c92)
+[7.5 8.25 7.5 6.75 6.75 6.75 6.75 6.75 6.75 6.75 6.75 6.75 7.5 6.75 7.5 6.75 7.5 6.75 6.75 6.75 7.5 7.5 6.75 6.75 6.75 7.5 6.75 7.5 6.75]
+xshow
+grestore
+% 117E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 55797.9 861 moveto
+55674.1 861 lineto
+55674.1 825 lineto
+55797.9 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 55797.9 861 moveto
+55674.1 861 lineto
+55674.1 825 lineto
+55797.9 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+55681.6 838.65 moveto
+(16a795a1d63f30df)
+[6.75 7.5 6.75 7.5 7.5 6.75 6.75 6.75 7.5 7.5 6.75 4.5 6.75 7.5 7.5 4.5]
+xshow
+grestore
+% 380->117E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 55736 1105 moveto
+55736 1055 55736 925 55736 869 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+55736 865 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+55736 865 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+55735.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 380->392E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 55725 1105 moveto
+55697 1054 55626 924 55595 868 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+55593 864.473 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+55593 864.473 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+55657.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 117E->136E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 55746 825 moveto
+55774 772 55855 617 55883 563 curveto
+stroke
+grestore
+% 381
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 57934.9 1125 moveto
+57876.4 1145 lineto
+57759.6 1145 lineto
+57701.1 1125 lineto
+57759.6 1105 lineto
+57876.4 1105 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+57729.9 1120.65 moveto
+(c21eb96fe100a1efaa128181b7)
+[6.75 6.75 6.75 6.75 6.75 7.5 7.5 4.5 6.75 6.75 7.5 7.5 6.75 6.75 6.75 4.5 6.75 6.75 6.75 6.75 7.5 6.75 7.5 6.75 6.75 7.5]
+xshow
+grestore
+% 118E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 57649 861 moveto
+57543 861 lineto
+57543 825 lineto
+57649 825 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 57649 861 moveto
+57543 861 lineto
+57543 825 lineto
+57649 825 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+57551 838.65 moveto
+(f1b0d754353a6)
+[4.5 6.75 6.75 7.5 7.5 7.5 6.75 8.25 6.75 6.75 6.75 6.75 7.5]
+xshow
+grestore
+% 381->118E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 57802 1105 moveto
+57762 1054 57658 923 57615 867 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+57612.6 864.073 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+57612.6 864.073 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+57705.1 977.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 118E->137E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 57562 825 moveto
+57461 771 57166 616 57065 563 curveto
+stroke
+grestore
+% 382
+gsave
+0.165 1.000 1.000 nodecolor
+newpath 10470.2 537.233 moveto
+10470.2 552.767 lineto
+10401.5 563.751 lineto
+10304.5 563.751 lineto
+10235.8 552.767 lineto
+10235.8 537.233 lineto
+10304.5 526.249 lineto
+10401.5 526.249 lineto
+closepath fill
+1 setlinewidth
+filled
+0.165 1.000 1.000 nodecolor
+newpath 10470.2 537.233 moveto
+10470.2 552.767 lineto
+10401.5 563.751 lineto
+10304.5 563.751 lineto
+10235.8 552.767 lineto
+10235.8 537.233 lineto
+10304.5 526.249 lineto
+10401.5 526.249 lineto
+closepath stroke
+1 setlinewidth
+filled
+0.165 1.000 1.000 nodecolor
+newpath 10474.2 533.82 moveto
+10474.2 556.18 lineto
+10401.8 567.751 lineto
+10304.2 567.751 lineto
+10231.8 556.18 lineto
+10231.8 533.82 lineto
+10304.2 522.249 lineto
+10401.8 522.249 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+10257.4 540.65 moveto
+(e3e284d0cc803d98d674f9c3f6d)
+[6.75 6.75 6.75 6.75 7.5 8.25 7.5 7.5 6.75 6.75 7.5 7.5 6.75 7.5 7.5 7.5 7.5 7.5 7.5 8.25 4.5 7.5 6.75 6.75 4.5 7.5 7.5]
+xshow
+grestore
+% 382->177E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 10340 522 moveto
+10310 471 10241 350 10210 297 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+10208 293.473 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+10208 293.473 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+10275.1 401.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 382->178E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 10437 528 moveto
+10452 525 10468 523 10483 522 curveto
+12622 310 13174 555 15318 414 curveto
+15799 381 16373 305 16556 280 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+16560 279.496 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+16560 279.496 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+15496.1 401.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 382->179E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 10279 526 moveto
+10081 475 9537 336 9350 288 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+9345.88 286.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+9345.88 286.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+9820.12 401.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 382->180E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 10288 525 moveto
+10127 474 9705 341 9547 291 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+9542.88 289.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+9542.88 289.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+9919.12 401.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 382->181E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 10264 529 moveto
+10250 526 10236 524 10223 522 curveto
+9614 421 8873 311 8662 280 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+8657.97 279.496 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+8657.97 279.496 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+9558.12 401.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 382->182E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 10265 528 moveto
+10251 526 10237 524 10223 522 curveto
+9323 393 8214 296 7974 276 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+7969.97 275.496 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+7969.97 275.496 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+9342.12 401.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 382->183E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 10391 522 moveto
+10449 489 10562 428 10666 398 curveto
+10853 344 11456 292 11648 277 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+11652 276.496 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+11652 276.496 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+10666.1 401.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 382->184E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 10441 528 moveto
+10455 526 10469 524 10483 522 curveto
+11315 400 12332 301 12584 278 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+12588 277.496 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+12588 277.496 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+11430.1 401.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 382->185E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 10440 528 moveto
+10454 526 10469 524 10483 522 curveto
+10990 452 12641 306 12972 277 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+12976 276.496 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+12976 276.496 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+11624.1 401.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 382->186E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 10269 528 moveto
+10021 478 9297 330 9077 285 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+9072.88 283.97 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+9072.88 283.97 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+9683.12 401.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 382->187E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 10439 528 moveto
+10453 526 10469 523 10483 522 curveto
+11356 420 14265 293 14698 274 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+14702 274 4 4 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+14702 274 4 4 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+12163.1 401.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 382->188E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 10437 528 moveto
+10452 525 10468 523 10483 522 curveto
+12942 282 13574 552 16040 414 curveto
+16622 380 17324 301 17520 278 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+17524 277.496 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+17524 277.496 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+16250.1 401.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 383
+gsave
+0.165 1.000 1.000 nodecolor
+newpath 12143.2 1399.23 moveto
+12143.2 1414.77 lineto
+12079.8 1425.75 lineto
+11990.2 1425.75 lineto
+11926.8 1414.77 lineto
+11926.8 1399.23 lineto
+11990.2 1388.25 lineto
+12079.8 1388.25 lineto
+closepath fill
+1 setlinewidth
+filled
+0.165 1.000 1.000 nodecolor
+newpath 12143.2 1399.23 moveto
+12143.2 1414.77 lineto
+12079.8 1425.75 lineto
+11990.2 1425.75 lineto
+11926.8 1414.77 lineto
+11926.8 1399.23 lineto
+11990.2 1388.25 lineto
+12079.8 1388.25 lineto
+closepath stroke
+1 setlinewidth
+filled
+0.165 1.000 1.000 nodecolor
+newpath 12147.2 1395.86 moveto
+12147.2 1418.14 lineto
+12080.2 1429.75 lineto
+11989.8 1429.75 lineto
+11922.8 1418.14 lineto
+11922.8 1395.86 lineto
+11989.8 1384.25 lineto
+12080.2 1384.25 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+11947.6 1402.65 moveto
+(908f9ad506eae9ab6ada185e3)
+[7.5 7.5 7.5 4.5 7.5 6.75 7.5 6.75 7.5 7.5 6.75 6.75 6.75 7.5 6.75 6.75 7.5 6.75 7.5 6.75 6.75 7.5 6.75 6.75 6.75]
+xshow
+grestore
+% 383->730E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 12012 1384 moveto
+11960 1332 11831 1203 11777 1149 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+11773.8 1145.83 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+11773.8 1145.83 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+11904.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 383->732E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 12022 1384 moveto
+11993 1332 11923 1205 11892 1150 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+11890 1146.47 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+11890 1146.47 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+11962.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 741E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 14062 1143 moveto
+14008 1143 lineto
+14008 1107 lineto
+14062 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 14062 1143 moveto
+14008 1143 lineto
+14008 1107 lineto
+14062 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+14020.8 1120.65 moveto
+(9b6c)
+[7.5 6.75 7.5 6.75]
+xshow
+grestore
+% 383->741E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 12147 1400 moveto
+12512 1376 13658 1290 13999 1152 curveto
+14002 1151 14005 1149 14008 1147 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+14011.5 1144.98 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+14011.5 1144.98 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+13498.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 765E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 10417.9 1143 moveto
+10318.1 1143 lineto
+10318.1 1107 lineto
+10417.9 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 10417.9 1143 moveto
+10318.1 1143 lineto
+10318.1 1107 lineto
+10417.9 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+10325.6 1120.65 moveto
+(88ebe2e8782c)
+[7.5 7.5 6.75 6.75 6.75 6.75 6.75 7.5 7.5 7.5 6.75 6.75]
+xshow
+grestore
+% 383->765E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 11955 1390 moveto
+11941 1388 11927 1386 11914 1384 curveto
+11451 1316 11326 1363 10866 1276 curveto
+10667 1237 10618 1221 10427 1152 curveto
+10422 1150 10418 1148 10413 1146 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+10408.7 1144.4 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+10408.7 1144.4 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+10866.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 796E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 13145.8 1143 moveto
+13002.2 1143 lineto
+13002.2 1107 lineto
+13145.8 1107 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 13145.8 1143 moveto
+13002.2 1143 lineto
+13002.2 1107 lineto
+13145.8 1107 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+13010.2 1120.65 moveto
+(901b2105a902ee7791)
+[7.5 7.5 6.75 6.75 6.75 6.75 7.5 6.75 6.75 7.5 7.5 6.75 6.75 6.75 7.5 7.5 7.5 6.75]
+xshow
+grestore
+% 383->796E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 12108 1389 moveto
+12270 1349 12666 1250 12993 1152 curveto
+12999 1150 13006 1148 13013 1146 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+13017.3 1144.4 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+13017.3 1144.4 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+12602.1 1263.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 741E->743E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 14041 1107 moveto
+14052 1078 14074 1020 14096 974 curveto
+14117 932 14145 886 14161 861 curveto
+stroke
+grestore
+% 765E->766E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 10382 1107 moveto
+10420 1056 10527 912 10565 861 curveto
+stroke
+grestore
+% 796E->797E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 13041 1107 moveto
+12966 1065 12777 960 12621 866 curveto
+12618 864 12615 862 12612 860 curveto
+stroke
+grestore
+% 384
+gsave
+0.165 1.000 1.000 nodecolor
+newpath 14124 835.233 moveto
+14124 850.767 lineto
+14056 861.751 lineto
+13960 861.751 lineto
+13892 850.767 lineto
+13892 835.233 lineto
+13960 824.249 lineto
+14056 824.249 lineto
+closepath fill
+1 setlinewidth
+filled
+0.165 1.000 1.000 nodecolor
+newpath 14124 835.233 moveto
+14124 850.767 lineto
+14056 861.751 lineto
+13960 861.751 lineto
+13892 850.767 lineto
+13892 835.233 lineto
+13960 824.249 lineto
+14056 824.249 lineto
+closepath stroke
+1 setlinewidth
+filled
+0.165 1.000 1.000 nodecolor
+newpath 14127.9 831.826 moveto
+14127.9 854.174 lineto
+14056.3 865.751 lineto
+13959.7 865.751 lineto
+13888.1 854.174 lineto
+13888.1 831.826 lineto
+13959.7 820.249 lineto
+14056.3 820.249 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+13913.5 838.65 moveto
+(593caebf2037317648bb451aa79)
+[6.75 7.5 6.75 6.75 6.75 6.75 6.75 4.5 6.75 7.5 6.75 7.5 6.75 6.75 7.5 7.5 8.25 7.5 6.75 6.75 8.25 6.75 6.75 6.75 6.75 7.5 7.5]
+xshow
+grestore
+% 384->726E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 13973 820 moveto
+13887 765 13670 623 13586 567 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+13582.5 564.985 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+13582.5 564.985 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+13808.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 384->728E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 13985 820 moveto
+13931 765 13792 625 13737 569 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+13733.8 565.828 4.00002 4.00002 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+13733.8 565.828 4.00002 4.00002 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+13879.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 742E
+gsave
+0.000 0.000 0.753 nodecolor
+newpath 15890.1 563 moveto
+15803.9 563 lineto
+15803.9 527 lineto
+15890.1 527 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.753 nodecolor
+newpath 15890.1 563 moveto
+15803.9 563 lineto
+15803.9 527 lineto
+15890.1 527 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+15811.4 540.65 moveto
+(5ba4693031)
+[6.75 6.75 6.75 8.25 7.5 7.5 6.75 7.5 6.75 6.75]
+xshow
+grestore
+% 384->742E
+gsave
+1 setlinewidth
+0.667 1.000 1.000 edgecolor
+newpath 14096 826 moveto
+14109 824 14124 822 14137 820 curveto
+14530 761 14677 904 15023 712 curveto
+15041 702 15035 686 15052 676 curveto
+15335 514 15461 643 15777 568 curveto
+15783 567 15790 565 15796 563 curveto
+stroke
+0.667 1.000 1.000 edgecolor
+15800.3 561.405 4.00001 4.00001 ellipse_path fill
+1 setlinewidth
+solid
+0.667 1.000 1.000 edgecolor
+15800.3 561.405 4.00001 4.00001 ellipse_path stroke
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+15052.1 689.65 moveto
+( )
+[3.75]
+xshow
+grestore
+% 742E->744E
+gsave
+1 setlinewidth
+0.769 0.867 0.941 edgecolor
+newpath 15890 527 moveto
+15896 525 15902 523 15908 522 curveto
+16320 420 17714 295 17940 275 curveto
+stroke
+grestore
+endpage
+showpage
+grestore
+%%PageTrailer
+%%EndPage: 1
+%%Trailer
+%%Pages: 1
+%%BoundingBox: 36 36 468 48
+end
+restore
+%%EOF
diff --git a/rtest/nshare/size_neato.png b/rtest/nshare/size_neato.png
new file mode 100644 (file)
index 0000000..f395645
Binary files /dev/null and b/rtest/nshare/size_neato.png differ
diff --git a/rtest/nshare/size_neato.ps b/rtest/nshare/size_neato.ps
new file mode 100644 (file)
index 0000000..5d3fa7e
--- /dev/null
@@ -0,0 +1,7530 @@
+%!PS-Adobe-2.0
+%%Creator: Graphviz version 2.15 (Mon Oct 29 14:44:21 UTC 2007)
+%%For: (ellson) John Ellson
+%%Title: G
+%%Pages: (atend)
+%%BoundingBox: (atend)
+%%EndComments
+save
+%%BeginProlog
+/DotDict 200 dict def
+DotDict begin
+
+/setupLatin1 {
+mark
+/EncodingVector 256 array def
+ EncodingVector 0
+
+ISOLatin1Encoding 0 255 getinterval putinterval
+EncodingVector 45 /hyphen put
+
+% Set up ISO Latin 1 character encoding
+/starnetISO {
+        dup dup findfont dup length dict begin
+        { 1 index /FID ne { def }{ pop pop } ifelse
+        } forall
+        /Encoding EncodingVector def
+        currentdict end definefont
+} def
+/Times-Roman starnetISO def
+/Times-Italic starnetISO def
+/Times-Bold starnetISO def
+/Times-BoldItalic starnetISO def
+/Helvetica starnetISO def
+/Helvetica-Oblique starnetISO def
+/Helvetica-Bold starnetISO def
+/Helvetica-BoldOblique starnetISO def
+/Courier starnetISO def
+/Courier-Oblique starnetISO def
+/Courier-Bold starnetISO def
+/Courier-BoldOblique starnetISO def
+cleartomark
+} bind def
+
+%%BeginResource: procset graphviz 0 0
+/coord-font-family /Times-Roman def
+/default-font-family /Times-Roman def
+/coordfont coord-font-family findfont 8 scalefont def
+
+/InvScaleFactor 1.0 def
+/set_scale {
+       dup 1 exch div /InvScaleFactor exch def
+       scale
+} bind def
+
+% styles
+/solid { [] 0 setdash } bind def
+/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
+/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
+/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
+/bold { 2 setlinewidth } bind def
+/filled { } bind def
+/unfilled { } bind def
+/rounded { } bind def
+/diagonals { } bind def
+
+% hooks for setting color 
+/nodecolor { sethsbcolor } bind def
+/edgecolor { sethsbcolor } bind def
+/graphcolor { sethsbcolor } bind def
+/nopcolor {pop pop pop} bind def
+
+/beginpage {   % i j npages
+       /npages exch def
+       /j exch def
+       /i exch def
+       /str 10 string def
+       npages 1 gt {
+               gsave
+                       coordfont setfont
+                       0 0 moveto
+                       (\() show i str cvs show (,) show j str cvs show (\)) show
+               grestore
+       } if
+} bind def
+
+/set_font {
+       findfont exch
+       scalefont setfont
+} def
+
+% draw aligned label in bounding box aligned to current point
+/alignedtext {                 % width adj text
+       /text exch def
+       /adj exch def
+       /width exch def
+       gsave
+               width 0 gt {
+                       text stringwidth pop adj mul 0 rmoveto
+               } if
+               [] 0 setdash
+               text show
+       grestore
+} def
+
+/boxprim {                             % xcorner ycorner xsize ysize
+               4 2 roll
+               moveto
+               2 copy
+               exch 0 rlineto
+               0 exch rlineto
+               pop neg 0 rlineto
+               closepath
+} bind def
+
+/ellipse_path {
+       /ry exch def
+       /rx exch def
+       /y exch def
+       /x exch def
+       matrix currentmatrix
+       newpath
+       x y translate
+       rx ry scale
+       0 0 1 0 360 arc
+       setmatrix
+} bind def
+
+/endpage { showpage } bind def
+/showpage { } def
+
+/layercolorseq
+       [       % layer color sequence - darkest to lightest
+               [0 0 0]
+               [.2 .8 .8]
+               [.4 .8 .8]
+               [.6 .8 .8]
+               [.8 .8 .8]
+       ]
+def
+
+/layerlen layercolorseq length def
+
+/setlayer {/maxlayer exch def /curlayer exch def
+       layercolorseq curlayer 1 sub layerlen mod get
+       aload pop sethsbcolor
+       /nodecolor {nopcolor} def
+       /edgecolor {nopcolor} def
+       /graphcolor {nopcolor} def
+} bind def
+
+/onlayer { curlayer ne {invis} if } def
+
+/onlayers {
+       /myupper exch def
+       /mylower exch def
+       curlayer mylower lt
+       curlayer myupper gt
+       or
+       {invis} if
+} def
+
+/curlayer 0 def
+
+%%EndResource
+%%EndProlog
+%%BeginSetup
+14 default-font-family set_font
+1 setmiterlimit
+% /arrowlength 10 def
+% /arrowwidth 5 def
+
+% make sure pdfmark is harmless for PS-interpreters other than Distiller
+/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
+% make '<<' and '>>' safe on PS Level 1 devices
+/languagelevel where {pop languagelevel}{1} ifelse
+2 lt {
+    userdict (<<) cvn ([) cvn load put
+    userdict (>>) cvn ([) cvn load put
+} if
+
+%%EndSetup
+setupLatin1
+%%Page: 1 1
+%%PageBoundingBox: 36 36 396 333
+%%PageOrientation: Portrait
+0 0 1 beginpage
+gsave
+36 36 360 297 boxprim clip newpath
+0.261818 0.261818 set_scale 0 rotate 141.5 141.5 translate
+% fcfpr1_1_2t_17
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1299 476 4 4.5 ellipse_path stroke
+grestore
+% 341411
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1262 554 24.9565 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+1248.88 551.15 moveto
+(341411)
+[3.75 4.5 4.5 4.5 4.5 4.5]
+xshow
+grestore
+% fcfpr1_1_2t_17->341411
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1297 480 moveto
+1292 489 1281 514 1273 532 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1269.8 530.559 moveto
+1268 541 lineto
+1275.92 533.958 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1269.8 530.559 moveto
+1268 541 lineto
+1275.92 533.958 lineto
+closepath stroke
+grestore
+% fcfpr1_1t_1
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1346 553 4 4.5 ellipse_path stroke
+grestore
+% fcfpr1_1t_1->341411
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1342 553 moveto
+1334 553 1315 553 1297 554 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1297 550.5 moveto
+1287 554 lineto
+1297 557.5 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1297 550.5 moveto
+1287 554 lineto
+1297 557.5 lineto
+closepath stroke
+grestore
+% rdlfpr2_0_rdlt_4
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1275 464 4 4.5 ellipse_path stroke
+grestore
+% rdlfpr2_0_rdlt_4->341411
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1274 469 moveto
+1273 481 1269 510 1265 531 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1261.51 530.701 moveto
+1264 541 lineto
+1268.48 531.398 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1261.51 530.701 moveto
+1264 541 lineto
+1268.48 531.398 lineto
+closepath stroke
+grestore
+% fpfpr1_0_1t_1
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1349 583 4 4.5 ellipse_path stroke
+grestore
+% fpfpr1_0_1t_1->341411
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1345 582 moveto
+1336 579 1312 571 1293 564 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1294.59 560.842 moveto
+1284 561 lineto
+1292.38 567.483 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1294.59 560.842 moveto
+1284 561 lineto
+1292.38 567.483 lineto
+closepath stroke
+grestore
+% fpfpr1_1_2t_11
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1318 498 4 4.5 ellipse_path stroke
+grestore
+% fpfpr1_1_2t_11->341411
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1315 501 moveto
+1308 508 1294 522 1281 535 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1278.6 532.454 moveto
+1274 542 lineto
+1283.55 537.404 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1278.6 532.454 moveto
+1274 542 lineto
+1283.55 537.404 lineto
+closepath stroke
+grestore
+% rtafpr1_1_2t_28
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1335 523 4 4.5 ellipse_path stroke
+grestore
+% rtafpr1_1_2t_28->341411
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1331 525 moveto
+1324 528 1306 535 1291 542 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1289.72 538.74 moveto
+1282 546 lineto
+1292.56 545.137 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1289.72 538.74 moveto
+1282 546 lineto
+1292.56 545.137 lineto
+closepath stroke
+grestore
+% rtafpr1_1_3t_6
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1204 633 4 4.5 ellipse_path stroke
+grestore
+% rtafpr1_1_3t_6->341411
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1207 629 moveto
+1214 620 1233 594 1247 575 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1249.8 577.1 moveto
+1253 567 lineto
+1244.2 572.9 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1249.8 577.1 moveto
+1253 567 lineto
+1244.2 572.9 lineto
+closepath stroke
+grestore
+% 358866
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1268 627 24.0798 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+1255.25 624.15 moveto
+(358866)
+[3.75 3.75 4.5 4.5 4.5 4.5]
+xshow
+grestore
+% rtafpr1_1_3t_6->358866
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1208 633 moveto
+1213 632 1224 631 1234 630 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1234.4 633.478 moveto
+1244 629 lineto
+1233.7 626.512 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1234.4 633.478 moveto
+1244 629 lineto
+1233.7 626.512 lineto
+closepath stroke
+grestore
+% 358930
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1103 645 24.2065 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+1090.62 642.15 moveto
+(358930)
+[3.75 3.75 4.5 4.5 3.75 4.5]
+xshow
+grestore
+% rtafpr1_1_3t_6->358930
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1200 634 moveto
+1189 635 1160 638 1137 641 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1136.6 637.522 moveto
+1127 642 lineto
+1137.3 644.488 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1136.6 637.522 moveto
+1127 642 lineto
+1137.3 644.488 lineto
+closepath stroke
+grestore
+% 371943
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1281 693 24.9565 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+1267.88 690.15 moveto
+(371943)
+[3.75 5.25 4.5 4.5 4.5 3.75]
+xshow
+grestore
+% rtafpr1_1_3t_6->371943
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1207 636 moveto
+1216 643 1240 661 1259 676 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1256.9 678.8 moveto
+1267 682 lineto
+1261.1 673.2 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1256.9 678.8 moveto
+1267 682 lineto
+1261.1 673.2 lineto
+closepath stroke
+grestore
+% 374300
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1114 684 24.9565 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+1100.88 681.15 moveto
+(374300)
+[3.75 5.25 4.5 3.75 4.5 4.5]
+xshow
+grestore
+% rtafpr1_1_3t_6->374300
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1200 635 moveto
+1190 641 1161 657 1140 669 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1138.04 666.084 moveto
+1131 674 lineto
+1141.44 672.203 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1138.04 666.084 moveto
+1131 674 lineto
+1141.44 672.203 lineto
+closepath stroke
+grestore
+% rdlfpr1_1t_1
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1358 626 4 4.5 ellipse_path stroke
+grestore
+% rdlfpr1_1t_1->358866
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1354 626 moveto
+1345 626 1322 626 1302 627 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1302 623.5 moveto
+1292 627 lineto
+1302 630.5 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1302 623.5 moveto
+1292 627 lineto
+1302 630.5 lineto
+closepath stroke
+grestore
+% tmfpr1_1_3t_5
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1144 567 4 4.5 ellipse_path stroke
+grestore
+% tmfpr1_1_3t_5->358930
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1142 571 moveto
+1137 580 1124 605 1115 623 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1111.8 621.559 moveto
+1110 632 lineto
+1117.92 624.958 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1111.8 621.559 moveto
+1110 632 lineto
+1117.92 624.958 lineto
+closepath stroke
+grestore
+% fcfpr1_1_3t_9
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1015 704 4 4.5 ellipse_path stroke
+grestore
+% fcfpr1_1_3t_9->358930
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1019 701 moveto
+1030 694 1058 676 1079 662 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1081.1 664.8 moveto
+1087 656 lineto
+1076.9 659.2 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1081.1 664.8 moveto
+1087 656 lineto
+1076.9 659.2 lineto
+closepath stroke
+grestore
+% fcfpr1_1_3t_9->374300
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1019 703 moveto
+1029 700 1057 695 1080 691 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1080.88 694.393 moveto
+1090 689 lineto
+1079.51 687.529 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1080.88 694.393 moveto
+1090 689 lineto
+1079.51 687.529 lineto
+closepath stroke
+grestore
+% 371942
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1070 757 25.2024 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+1056.12 754.15 moveto
+(371942)
+[3.75 5.25 4.5 4.5 4.5 5.25]
+xshow
+grestore
+% fcfpr1_1_3t_9->371942
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1018 707 moveto
+1025 714 1039 727 1051 738 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1048.45 740.404 moveto
+1058 745 lineto
+1053.4 735.454 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1048.45 740.404 moveto
+1058 745 lineto
+1053.4 735.454 lineto
+closepath stroke
+grestore
+% 374700
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+920 627 25.2024 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+906.125 624.15 moveto
+(374700)
+[3.75 5.25 4.5 5.25 4.5 4.5]
+xshow
+grestore
+% fcfpr1_1_3t_9->374700
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1011 701 moveto
+1000 692 965 663 942 644 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 944.1 641.2 moveto
+934 638 lineto
+939.9 646.8 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 944.1 641.2 moveto
+934 638 lineto
+939.9 646.8 lineto
+closepath stroke
+grestore
+% 374741
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+979 655 25.2024 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+965.125 652.15 moveto
+(374741)
+[3.75 5.25 4.5 5.25 4.5 4.5]
+xshow
+grestore
+% fcfpr1_1_3t_9->374741
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1012 700 moveto
+1008 695 1001 685 994 676 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 996.8 673.9 moveto
+988 668 lineto
+991.2 678.1 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 996.8 673.9 moveto
+988 668 lineto
+991.2 678.1 lineto
+closepath stroke
+grestore
+% 374886
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1011 737 24.8348 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+997.5 734.15 moveto
+(374886)
+[3.75 5.25 4.5 4.5 4.5 4.5]
+xshow
+grestore
+% fcfpr1_1_3t_9->374886
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1014 709 moveto
+1014 710 1014 712 1014 713 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1010.53 712.508 moveto
+1012 723 lineto
+1017.39 713.881 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1010.53 712.508 moveto
+1012 723 lineto
+1017.39 713.881 lineto
+closepath stroke
+grestore
+% 375039
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1018 649 24.0798 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+1005.25 646.15 moveto
+(375039)
+[3.75 5.25 3.75 4.5 3.75 4.5]
+xshow
+grestore
+% fcfpr1_1_3t_9->375039
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1015 699 moveto
+1016 693 1016 683 1017 673 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1020.5 673 moveto
+1017 663 lineto
+1013.5 673 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1020.5 673 moveto
+1017 663 lineto
+1013.5 673 lineto
+closepath stroke
+grestore
+% 375507
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+947 760 24.9565 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+933.875 757.15 moveto
+(375507)
+[3.75 5.25 3.75 3.75 4.5 5.25]
+xshow
+grestore
+% fcfpr1_1_3t_9->375507
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1012 707 moveto
+1004 713 984 729 969 742 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 966.221 739.781 moveto
+961 749 lineto
+970.831 745.049 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 966.221 739.781 moveto
+961 749 lineto
+970.831 745.049 lineto
+closepath stroke
+grestore
+% 375508
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+955 746 24.0798 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+942.25 743.15 moveto
+(375508)
+[3.75 5.25 3.75 3.75 4.5 4.5]
+xshow
+grestore
+% fcfpr1_1_3t_9->375508
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1011 707 moveto
+1005 712 991 721 979 729 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 976.379 726.541 moveto
+970 735 lineto
+980.262 732.365 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 976.379 726.541 moveto
+970 735 lineto
+980.262 732.365 lineto
+closepath stroke
+grestore
+% 375519
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1061 643 24.0798 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+1048.25 640.15 moveto
+(375519)
+[3.75 5.25 3.75 3.75 4.5 4.5]
+xshow
+grestore
+% fcfpr1_1_3t_9->375519
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1018 700 moveto
+1024 693 1036 677 1046 664 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1048.8 666.1 moveto
+1052 656 lineto
+1043.2 661.9 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1048.8 666.1 moveto
+1052 656 lineto
+1043.2 661.9 lineto
+closepath stroke
+grestore
+% 377380
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1084 736 24.8348 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+1070.5 733.15 moveto
+(377380)
+[3.75 5.25 5.25 3.75 4.5 4.5]
+xshow
+grestore
+% fcfpr1_1_3t_9->377380
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1019 706 moveto
+1026 709 1041 716 1055 723 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1054.42 726.536 moveto
+1065 727 lineto
+1057.02 720.036 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1054.42 726.536 moveto
+1065 727 lineto
+1057.02 720.036 lineto
+closepath stroke
+grestore
+% 377719
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1016 802 26.0815 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+1001.75 799.15 moveto
+(377719)
+[3.75 5.25 5.25 5.25 4.5 4.5]
+xshow
+grestore
+% fcfpr1_1_3t_9->377719
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1015 709 moveto
+1015 721 1016 755 1016 778 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1012.5 778 moveto
+1016 788 lineto
+1019.5 778 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1012.5 778 moveto
+1016 788 lineto
+1019.5 778 lineto
+closepath stroke
+grestore
+% 377763
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1002 761 25.2024 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+988.125 758.15 moveto
+(377763)
+[3.75 5.25 5.25 5.25 4.5 3.75]
+xshow
+grestore
+% fcfpr1_1_3t_9->377763
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1014 708 moveto
+1013 715 1010 727 1007 737 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1003.53 736.508 moveto
+1005 747 lineto
+1010.39 737.881 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1003.53 736.508 moveto
+1005 747 lineto
+1010.39 737.881 lineto
+closepath stroke
+grestore
+% 379848
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1059 677 24.8348 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+1045.5 674.15 moveto
+(379848)
+[3.75 5.25 4.5 4.5 4.5 4.5]
+xshow
+grestore
+% fcfpr1_1_3t_9->379848
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1019 702 moveto
+1022 700 1028 696 1033 693 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1035.62 695.459 moveto
+1042 687 lineto
+1031.74 689.635 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1035.62 695.459 moveto
+1042 687 lineto
+1031.74 689.635 lineto
+closepath stroke
+grestore
+% 380571
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+982 734 24.9565 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+968.875 731.15 moveto
+(380571)
+[3.75 4.5 4.5 3.75 5.25 4.5]
+xshow
+grestore
+% fcfpr1_1_3t_9->380571
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1012 707 moveto
+1010 709 1006 712 1003 715 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1000.22 712.781 moveto
+995 722 lineto
+1004.83 718.049 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1000.22 712.781 moveto
+995 722 lineto
+1004.83 718.049 lineto
+closepath stroke
+grestore
+% 380604
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1002 663 24.9565 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+988.875 660.15 moveto
+(380604)
+[3.75 4.5 4.5 4.5 4.5 4.5]
+xshow
+grestore
+% fcfpr1_1_3t_9->380604
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1014 700 moveto
+1013 696 1011 692 1009 687 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1012.23 685.573 moveto
+1006 677 lineto
+1005.52 687.584 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1012.23 685.573 moveto
+1006 677 lineto
+1005.52 687.584 lineto
+closepath stroke
+grestore
+% 381211
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1039 672 24.8348 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+1025.5 669.15 moveto
+(381211)
+[3.75 4.5 4.5 5.25 4.5 4.5]
+xshow
+grestore
+% fcfpr1_1_3t_9->381211
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1018 700 moveto
+1019 698 1021 696 1023 693 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1025.8 695.1 moveto
+1029 685 lineto
+1020.2 690.9 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1025.8 695.1 moveto
+1029 685 lineto
+1020.2 690.9 lineto
+closepath stroke
+grestore
+% 381835
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+952 719 24.2065 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+939.625 716.15 moveto
+(381835)
+[3.75 4.5 4.5 4.5 3.75 3.75]
+xshow
+grestore
+% fcfpr1_1_3t_9->381835
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1011 705 moveto
+1006 707 995 709 984 711 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 982.573 707.774 moveto
+974 714 lineto
+984.584 714.479 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 982.573 707.774 moveto
+974 714 lineto
+984.584 714.479 lineto
+closepath stroke
+grestore
+% 381897
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1037 754 24.8348 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+1023.5 751.15 moveto
+(381897)
+[3.75 4.5 4.5 4.5 4.5 5.25]
+xshow
+grestore
+% fcfpr1_1_3t_9->381897
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1017 708 moveto
+1019 713 1023 722 1027 731 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1023.74 732.283 moveto
+1031 740 lineto
+1030.14 729.44 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1023.74 732.283 moveto
+1031 740 lineto
+1030.14 729.44 lineto
+closepath stroke
+grestore
+% 381901
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1040 647 24.9565 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+1026.88 644.15 moveto
+(381901)
+[3.75 4.5 4.5 4.5 4.5 4.5]
+xshow
+grestore
+% fcfpr1_1_3t_9->381901
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1017 700 moveto
+1020 694 1026 681 1030 670 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1033.54 670.585 moveto
+1034 660 lineto
+1027.04 667.985 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1033.54 670.585 moveto
+1034 660 lineto
+1027.04 667.985 lineto
+closepath stroke
+grestore
+% 382103
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+959 698 24.9565 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+945.875 695.15 moveto
+(382103)
+[3.75 4.5 5.25 4.5 4.5 3.75]
+xshow
+grestore
+% fcfpr1_1_3t_9->382103
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1011 704 moveto
+1007 703 1001 703 994 702 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 994.299 698.512 moveto
+984 701 lineto
+993.602 705.478 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 994.299 698.512 moveto
+984 701 lineto
+993.602 705.478 lineto
+closepath stroke
+grestore
+% 382161
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1058 721 24.8348 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+1044.5 718.15 moveto
+(382161)
+[3.75 4.5 5.25 4.5 4.5 4.5]
+xshow
+grestore
+% fcfpr1_1_3t_9->382161
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1019 706 moveto
+1021 707 1024 708 1027 709 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1026.42 712.536 moveto
+1037 713 lineto
+1029.02 706.036 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1026.42 712.536 moveto
+1037 713 lineto
+1029.02 706.036 lineto
+closepath stroke
+grestore
+% 383174
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+969 673 24.9565 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+955.875 670.15 moveto
+(383174)
+[3.75 4.5 3.75 4.5 5.25 4.5]
+xshow
+grestore
+% fcfpr1_1_3t_9->383174
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1011 702 moveto
+1007 699 1001 694 994 689 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 995.441 685.797 moveto
+985 684 lineto
+992.042 691.916 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 995.441 685.797 moveto
+985 684 lineto
+992.042 691.916 lineto
+closepath stroke
+grestore
+% pcfpr1_1_3t_7
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1164 635 4 4.5 ellipse_path stroke
+grestore
+% pcfpr1_1_3t_7->358930
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1160 636 moveto
+1155 637 1146 638 1136 639 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1135.12 635.607 moveto
+1126 641 lineto
+1136.49 642.471 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1135.12 635.607 moveto
+1126 641 lineto
+1136.49 642.471 lineto
+closepath stroke
+grestore
+% fpfpr1_1_3g_1
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1126 584 4 4.5 ellipse_path stroke
+grestore
+% fpfpr1_1_3g_1->358930
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1124 588 moveto
+1122 595 1116 610 1111 622 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1107.52 621.416 moveto
+1108 632 lineto
+1114.23 623.427 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1107.52 621.416 moveto
+1108 632 lineto
+1114.23 623.427 lineto
+closepath stroke
+grestore
+% fpfpr1_1_3g_1->375519
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1123 587 moveto
+1115 594 1096 611 1082 624 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1079.22 621.781 moveto
+1074 631 lineto
+1083.83 627.049 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1079.22 621.781 moveto
+1074 631 lineto
+1083.83 627.049 lineto
+closepath stroke
+grestore
+% 352010
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1068 551 24.9565 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+1054.88 548.15 moveto
+(352010)
+[3.75 3.75 5.25 4.5 4.5 4.5]
+xshow
+grestore
+% fpfpr1_1_3g_1->352010
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1122 582 moveto
+1117 578 1105 572 1094 566 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1095.44 562.797 moveto
+1085 561 lineto
+1092.04 568.916 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1095.44 562.797 moveto
+1085 561 lineto
+1092.04 568.916 lineto
+closepath stroke
+grestore
+% fpfpr1_1_3t_1
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1009 612 4 4.5 ellipse_path stroke
+grestore
+% fpfpr1_1_3t_1->358930
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1013 613 moveto
+1023 617 1051 627 1073 635 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1072.42 638.479 moveto
+1083 638 lineto
+1074.43 631.774 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1072.42 638.479 moveto
+1083 638 lineto
+1074.43 631.774 lineto
+closepath stroke
+grestore
+% fpfpr1_1_3t_1->374700
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1005 613 moveto
+996 615 973 619 954 622 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 953.602 618.522 moveto
+944 623 lineto
+954.299 625.488 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 953.602 618.522 moveto
+944 623 lineto
+954.299 625.488 lineto
+closepath stroke
+grestore
+% fpfpr1_1_3t_1->374741
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1006 616 moveto
+1003 620 998 627 994 634 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 991.2 631.9 moveto
+988 642 lineto
+996.8 636.1 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 991.2 631.9 moveto
+988 642 lineto
+996.8 636.1 lineto
+closepath stroke
+grestore
+% fpfpr1_1_3t_1->374886
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1009 617 moveto
+1009 633 1010 683 1011 713 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1007.5 713 moveto
+1011 723 lineto
+1014.5 713 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1007.5 713 moveto
+1011 723 lineto
+1014.5 713 lineto
+closepath stroke
+grestore
+% fpfpr1_1_3t_1->375039
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1010 617 moveto
+1011 619 1011 622 1012 625 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1008.77 626.427 moveto
+1015 635 lineto
+1015.48 624.416 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1008.77 626.427 moveto
+1015 635 lineto
+1015.48 624.416 lineto
+closepath stroke
+grestore
+% fpfpr1_1_3t_1->375519
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1013 614 moveto
+1018 617 1027 622 1036 628 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1033.66 630.668 moveto
+1044 633 lineto
+1037.38 624.732 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1033.66 630.668 moveto
+1044 633 lineto
+1037.38 624.732 lineto
+closepath stroke
+grestore
+% fpfpr1_1_3t_1->379848
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1012 615 moveto
+1018 623 1032 641 1043 656 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1040.2 658.1 moveto
+1049 664 lineto
+1045.8 653.9 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1040.2 658.1 moveto
+1049 664 lineto
+1045.8 653.9 lineto
+closepath stroke
+grestore
+% fpfpr1_1_3t_1->380604
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1008 617 moveto
+1007 622 1006 631 1005 639 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1001.51 638.701 moveto
+1004 649 lineto
+1008.48 639.398 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1001.51 638.701 moveto
+1004 649 lineto
+1008.48 639.398 lineto
+closepath stroke
+grestore
+% fpfpr1_1_3t_1->381211
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1011 616 moveto
+1014 622 1022 637 1028 650 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1024.74 651.283 moveto
+1032 659 lineto
+1031.14 648.44 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1024.74 651.283 moveto
+1032 659 lineto
+1031.14 648.44 lineto
+closepath stroke
+grestore
+% fpfpr1_1_3t_1->381901
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1012 615 moveto
+1015 618 1018 623 1022 627 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1019.78 629.779 moveto
+1029 635 lineto
+1025.05 625.169 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1019.78 629.779 moveto
+1029 635 lineto
+1025.05 625.169 lineto
+closepath stroke
+grestore
+% fpfpr1_1_3t_1->383174
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1007 616 moveto
+1002 623 992 638 983 651 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 979.635 649.738 moveto
+977 660 lineto
+985.459 653.621 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 979.635 649.738 moveto
+977 660 lineto
+985.459 653.621 lineto
+closepath stroke
+grestore
+% fpfpr1_1_3t_1->352010
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1012 609 moveto
+1019 601 1035 584 1049 570 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1051.4 572.546 moveto
+1056 563 lineto
+1046.45 567.596 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1051.4 572.546 moveto
+1056 563 lineto
+1046.45 567.596 lineto
+closepath stroke
+grestore
+% 382409
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1015 545 24.8348 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+1001.5 542.15 moveto
+(382409)
+[3.75 4.5 5.25 4.5 4.5 4.5]
+xshow
+grestore
+% fpfpr1_1_3t_1->382409
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1009 607 moveto
+1010 599 1011 583 1013 569 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1016.49 569.299 moveto
+1014 559 lineto
+1009.52 568.602 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1016.49 569.299 moveto
+1014 559 lineto
+1009.52 568.602 lineto
+closepath stroke
+grestore
+% 382827
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1042 541 26.0815 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+1027.75 538.15 moveto
+(382827)
+[3.75 4.5 5.25 4.5 5.25 5.25]
+xshow
+grestore
+% fpfpr1_1_3t_1->382827
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1011 608 moveto
+1015 599 1024 579 1032 563 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1035.14 564.56 moveto
+1036 554 lineto
+1028.74 561.717 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1035.14 564.56 moveto
+1036 554 lineto
+1028.74 561.717 lineto
+closepath stroke
+grestore
+% 382928
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+947 625 25.2024 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+933.125 622.15 moveto
+(382928)
+[3.75 4.5 5.25 4.5 5.25 4.5]
+xshow
+grestore
+% fpfpr1_1_3t_1->382928
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1005 613 moveto
+1000 615 990 617 980 618 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 979.119 614.607 moveto
+970 620 lineto
+980.492 621.471 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 979.119 614.607 moveto
+970 620 lineto
+980.492 621.471 lineto
+closepath stroke
+grestore
+% aufpr1_1_3t_1
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1158 598 4 4.5 ellipse_path stroke
+grestore
+% aufpr1_1_3t_1->358930
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1155 601 moveto
+1149 606 1136 617 1124 627 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1121.22 624.781 moveto
+1116 634 lineto
+1125.83 630.049 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1121.22 624.781 moveto
+1116 634 lineto
+1125.83 630.049 lineto
+closepath stroke
+grestore
+% rtafpr1_0_3g_1
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1169 675 4 4.5 ellipse_path stroke
+grestore
+% rtafpr1_0_3g_1->358930
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1165 673 moveto
+1159 670 1145 663 1132 658 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1132.58 654.464 moveto
+1122 654 lineto
+1129.98 660.964 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1132.58 654.464 moveto
+1122 654 lineto
+1129.98 660.964 lineto
+closepath stroke
+grestore
+% msgfpr1_1_1g_12
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1361 703 4 4.5 ellipse_path stroke
+grestore
+% msgfpr1_1_1g_12->371943
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1357 702 moveto
+1349 701 1332 699 1316 697 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1316.3 693.512 moveto
+1306 696 lineto
+1315.6 700.478 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1316.3 693.512 moveto
+1306 696 lineto
+1315.6 700.478 lineto
+closepath stroke
+grestore
+% rtafpr1_1_1g_8
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1350 740 4 4.5 ellipse_path stroke
+grestore
+% rtafpr1_1_1g_8->371943
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1346 737 moveto
+1338 732 1320 720 1305 710 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1307.1 707.2 moveto
+1297 704 lineto
+1302.9 712.8 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1307.1 707.2 moveto
+1297 704 lineto
+1302.9 712.8 lineto
+closepath stroke
+grestore
+% rtafpr1_1_1t_35
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1333 770 4 4.5 ellipse_path stroke
+grestore
+% rtafpr1_1_1t_35->371943
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1330 766 moveto
+1324 757 1308 733 1296 715 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1298.46 712.379 moveto
+1290 706 lineto
+1292.63 716.262 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1298.46 712.379 moveto
+1290 706 lineto
+1292.63 716.262 lineto
+closepath stroke
+grestore
+% rtafpr1_1_1t_45
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1362 665 4 4.5 ellipse_path stroke
+grestore
+% rtafpr1_1_1t_45->371943
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1358 666 moveto
+1350 669 1329 676 1312 682 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1309.98 679.036 moveto
+1302 686 lineto
+1312.58 685.536 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1309.98 679.036 moveto
+1302 686 lineto
+1312.58 685.536 lineto
+closepath stroke
+grestore
+% tlfpr2_0_rdlg_2
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1180 733 4 4.5 ellipse_path stroke
+grestore
+% tlfpr2_0_rdlg_2->374300
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1176 730 moveto
+1169 725 1152 712 1137 701 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1139.1 698.2 moveto
+1129 695 lineto
+1134.9 703.8 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1139.1 698.2 moveto
+1129 695 lineto
+1134.9 703.8 lineto
+closepath stroke
+grestore
+% fcfpr1_1_3t_8
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1184 701 4 4.5 ellipse_path stroke
+grestore
+% fcfpr1_1_3t_8->374300
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1180 700 moveto
+1174 698 1160 695 1147 692 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1147.58 688.521 moveto
+1137 689 lineto
+1145.57 695.226 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1147.58 688.521 moveto
+1137 689 lineto
+1145.57 695.226 lineto
+closepath stroke
+grestore
+% fcfpr1_0_5g_1
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1125 828 4 4.5 ellipse_path stroke
+grestore
+% fcfpr1_0_5g_1->371942
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1122 825 moveto
+1115 816 1098 794 1086 777 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1088.8 774.9 moveto
+1080 769 lineto
+1083.2 779.1 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1088.8 774.9 moveto
+1080 769 lineto
+1083.2 779.1 lineto
+closepath stroke
+grestore
+% fcfpr1_1_1t_19
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1156 788 4 4.5 ellipse_path stroke
+grestore
+% fcfpr1_1_1t_19->371942
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1152 787 moveto
+1143 784 1120 775 1101 768 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1101.58 764.521 moveto
+1091 765 lineto
+1099.57 771.226 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1101.58 764.521 moveto
+1091 765 lineto
+1099.57 771.226 lineto
+closepath stroke
+grestore
+% tymsgfpr1_1_3t_3
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+848 559 4 4.5 ellipse_path stroke
+grestore
+% tymsgfpr1_1_3t_3->374700
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 851 562 moveto
+860 570 883 592 900 608 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 897.454 610.404 moveto
+907 615 lineto
+902.404 605.454 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 897.454 610.404 moveto
+907 615 lineto
+902.404 605.454 lineto
+closepath stroke
+grestore
+% 358224
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+739 583 24.8348 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+725.5 580.15 moveto
+(358224)
+[3.75 3.75 4.5 5.25 5.25 4.5]
+xshow
+grestore
+% tymsgfpr1_1_3t_3->358224
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 844 560 moveto
+833 563 799 570 773 576 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 772.119 572.607 moveto
+763 578 lineto
+773.492 579.471 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 772.119 572.607 moveto
+763 578 lineto
+773.492 579.471 lineto
+closepath stroke
+grestore
+% 358900
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+807 587 24.0798 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+794.25 584.15 moveto
+(358900)
+[3.75 3.75 4.5 4.5 4.5 4.5]
+xshow
+grestore
+% tymsgfpr1_1_3t_3->358900
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 845 561 moveto
+842 563 837 567 831 570 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 828.9 567.2 moveto
+823 576 lineto
+833.1 572.8 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 828.9 567.2 moveto
+823 576 lineto
+833.1 572.8 lineto
+closepath stroke
+grestore
+% 372568
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+873 447 24.8348 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+859.5 444.15 moveto
+(372568)
+[3.75 5.25 5.25 3.75 4.5 4.5]
+xshow
+grestore
+% tymsgfpr1_1_3t_3->372568
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 849 554 moveto
+853 541 862 498 868 471 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 871.471 471.492 moveto
+870 461 lineto
+864.607 470.119 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 871.471 471.492 moveto
+870 461 lineto
+864.607 470.119 lineto
+closepath stroke
+grestore
+% 375557
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+824 512 24.0798 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+811.25 509.15 moveto
+(375557)
+[3.75 5.25 3.75 3.75 3.75 5.25]
+xshow
+grestore
+% tymsgfpr1_1_3t_3->375557
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 846 555 moveto
+844 551 840 542 836 534 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 838.916 532.042 moveto
+831 525 lineto
+832.797 535.441 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 838.916 532.042 moveto
+831 525 lineto
+832.797 535.441 lineto
+closepath stroke
+grestore
+% rtafpr1_1_3t_7
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+913 686 4 4.5 ellipse_path stroke
+grestore
+% rtafpr1_1_3t_7->374700
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 914 681 moveto
+915 674 916 662 917 651 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 920.488 651.299 moveto
+918 641 lineto
+913.522 650.602 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 920.488 651.299 moveto
+918 641 lineto
+913.522 650.602 lineto
+closepath stroke
+grestore
+% rtafpr1_1_3t_7->374741
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 917 684 moveto
+923 681 938 674 951 668 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 952.283 671.26 moveto
+960 664 lineto
+949.44 664.863 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 952.283 671.26 moveto
+960 664 lineto
+949.44 664.863 lineto
+closepath stroke
+grestore
+% rtafpr1_1_3t_7->374886
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 917 688 moveto
+928 693 960 710 984 722 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 982.559 725.203 moveto
+993 727 lineto
+985.958 719.084 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 982.559 725.203 moveto
+993 727 lineto
+985.958 719.084 lineto
+closepath stroke
+grestore
+% rtafpr1_1_3t_7->375507
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 915 690 moveto
+919 699 929 721 937 738 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 933.74 739.283 moveto
+941 747 lineto
+940.137 736.44 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 933.74 739.283 moveto
+941 747 lineto
+940.137 736.44 lineto
+closepath stroke
+grestore
+% rtafpr1_1_3t_7->375508
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 916 690 moveto
+921 697 932 712 940 725 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 937.2 727.1 moveto
+946 733 lineto
+942.8 722.9 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 937.2 727.1 moveto
+946 733 lineto
+942.8 722.9 lineto
+closepath stroke
+grestore
+% rtafpr1_1_3t_7->382103
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 917 687 moveto
+919 688 923 688 926 689 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 925.416 692.479 moveto
+936 692 lineto
+927.427 685.774 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 925.416 692.479 moveto
+936 692 lineto
+927.427 685.774 lineto
+closepath stroke
+grestore
+% rtafpr1_1_3t_7->383174
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 917 685 moveto
+921 684 928 683 936 681 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 937.427 684.226 moveto
+946 678 lineto
+935.416 677.521 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 937.427 684.226 moveto
+946 678 lineto
+935.416 677.521 lineto
+closepath stroke
+grestore
+% rtafpr1_1_3t_7->382928
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 915 682 moveto
+919 675 928 660 935 647 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 938.203 648.441 moveto
+940 638 lineto
+932.084 645.042 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 938.203 648.441 moveto
+940 638 lineto
+932.084 645.042 lineto
+closepath stroke
+grestore
+% 376956
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+965 579 24.9565 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+951.875 576.15 moveto
+(376956)
+[3.75 5.25 4.5 4.5 3.75 4.5]
+xshow
+grestore
+% rtafpr1_1_3t_7->376956
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 915 682 moveto
+921 669 942 628 954 601 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 957.137 602.56 moveto
+958 592 lineto
+950.74 599.717 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 957.137 602.56 moveto
+958 592 lineto
+950.74 599.717 lineto
+closepath stroke
+grestore
+% 379339
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+856 726 24.0798 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+843.25 723.15 moveto
+(379339)
+[3.75 5.25 4.5 3.75 3.75 4.5]
+xshow
+grestore
+% rtafpr1_1_3t_7->379339
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 910 688 moveto
+904 692 891 701 879 709 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 876.9 706.2 moveto
+871 715 lineto
+881.1 711.8 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 876.9 706.2 moveto
+871 715 lineto
+881.1 711.8 lineto
+closepath stroke
+grestore
+% 379422
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+849 766 26.0815 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+834.75 763.15 moveto
+(379422)
+[3.75 5.25 4.5 4.5 5.25 5.25]
+xshow
+grestore
+% rtafpr1_1_3t_7->379422
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 910 689 moveto
+902 699 881 726 865 745 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 862.2 742.9 moveto
+859 753 lineto
+867.8 747.1 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 862.2 742.9 moveto
+859 753 lineto
+867.8 747.1 lineto
+closepath stroke
+grestore
+% 383039
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+856 701 24.2065 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+843.625 698.15 moveto
+(383039)
+[3.75 4.5 3.75 4.5 3.75 4.5]
+xshow
+grestore
+% rtafpr1_1_3t_7->383039
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 909 687 moveto
+905 688 896 690 888 692 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 886.573 688.774 moveto
+878 695 lineto
+888.584 695.479 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 886.573 688.774 moveto
+878 695 lineto
+888.584 695.479 lineto
+closepath stroke
+grestore
+% fcfpr1_1_3g_2
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1058 583 4 4.5 ellipse_path stroke
+grestore
+% fcfpr1_1_3g_2->374741
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1055 586 moveto
+1045 595 1018 619 999 636 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 996.596 633.454 moveto
+992 643 lineto
+1001.55 638.404 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 996.596 633.454 moveto
+992 643 lineto
+1001.55 638.404 lineto
+closepath stroke
+grestore
+% fcfpr1_1_1t_18
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1064 850 4 4.5 ellipse_path stroke
+grestore
+% fcfpr1_1_1t_18->374886
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1062 846 moveto
+1056 833 1034 787 1021 759 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1024.26 757.717 moveto
+1017 750 lineto
+1017.86 760.56 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1024.26 757.717 moveto
+1017 750 lineto
+1017.86 760.56 lineto
+closepath stroke
+grestore
+% 359471
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1095 955 24.9565 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+1081.88 952.15 moveto
+(359471)
+[3.75 3.75 4.5 4.5 5.25 4.5]
+xshow
+grestore
+% fcfpr1_1_1t_18->359471
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1065 855 moveto
+1069 868 1080 907 1088 931 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1084.77 932.427 moveto
+1091 941 lineto
+1091.48 930.416 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1084.77 932.427 moveto
+1091 941 lineto
+1091.48 930.416 lineto
+closepath stroke
+grestore
+% fcfpr1_1_3t_42
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+945 856 4 4.5 ellipse_path stroke
+grestore
+% fcfpr1_1_3t_42->375507
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 945 851 moveto
+945 839 946 807 947 784 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 950.5 784 moveto
+947 774 lineto
+943.5 784 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 950.5 784 moveto
+947 774 lineto
+943.5 784 lineto
+closepath stroke
+grestore
+% 384096
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+916 949 24.9565 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+902.875 946.15 moveto
+(384096)
+[3.75 4.5 4.5 4.5 4.5 4.5]
+xshow
+grestore
+% fcfpr1_1_3t_42->384096
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 944 860 moveto
+941 872 930 904 923 925 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 919.521 924.416 moveto
+920 935 lineto
+926.226 926.427 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 919.521 924.416 moveto
+920 935 lineto
+926.226 926.427 lineto
+closepath stroke
+grestore
+% rdlfpr2_0_rdlt_158
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+891 824 4 4.5 ellipse_path stroke
+grestore
+% rdlfpr2_0_rdlt_158->375507
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 894 821 moveto
+901 813 917 794 929 780 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 932.049 781.831 moveto
+936 772 lineto
+926.781 777.221 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 932.049 781.831 moveto
+936 772 lineto
+926.781 777.221 lineto
+closepath stroke
+grestore
+% rtafpr1_1_3t_71
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+915 857 4 4.5 ellipse_path stroke
+grestore
+% rtafpr1_1_3t_71->375507
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 916 853 moveto
+920 841 932 807 940 783 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 943.158 784.594 moveto
+943 774 lineto
+936.517 782.38 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 943.158 784.594 moveto
+943 774 lineto
+936.517 782.38 lineto
+closepath stroke
+grestore
+% rtafpr1_1_3t_71->384096
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 915 862 moveto
+915 873 916 903 916 925 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 912.5 925 moveto
+916 935 lineto
+919.5 925 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 912.5 925 moveto
+916 935 lineto
+919.5 925 lineto
+closepath stroke
+grestore
+% dbfpr1_1_3t_2
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+899 798 4 4.5 ellipse_path stroke
+grestore
+% dbfpr1_1_3t_2->375507
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 902 795 moveto
+907 791 916 784 925 777 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 927.1 779.8 moveto
+933 771 lineto
+922.9 774.2 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 927.1 779.8 moveto
+933 771 lineto
+922.9 774.2 lineto
+closepath stroke
+grestore
+% dbfpr1_1_3t_2->375508
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 902 795 moveto
+909 789 923 776 935 765 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 937.404 767.546 moveto
+942 758 lineto
+932.454 762.596 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 937.404 767.546 moveto
+942 758 lineto
+932.454 762.596 lineto
+closepath stroke
+grestore
+% rdlfpr1_1g_13
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+923 831 4 4.5 ellipse_path stroke
+grestore
+% rdlfpr1_1g_13->375508
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 925 826 moveto
+928 816 938 789 946 768 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 949.137 769.56 moveto
+950 759 lineto
+942.74 766.717 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 949.137 769.56 moveto
+950 759 lineto
+942.74 766.717 lineto
+closepath stroke
+grestore
+% rtafpr2_1_rdlg_1
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+973 837 4 4.5 ellipse_path stroke
+grestore
+% rtafpr2_1_rdlg_1->375508
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 972 832 moveto
+969 821 964 791 960 770 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 963.393 769.119 moveto
+958 760 lineto
+956.529 770.492 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 963.393 769.119 moveto
+958 760 lineto
+956.529 770.492 lineto
+closepath stroke
+grestore
+% rdlfpr1_1g_16
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1167 765 4 4.5 ellipse_path stroke
+grestore
+% rdlfpr1_1g_16->377380
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1163 764 moveto
+1155 761 1133 753 1115 747 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1115.58 743.521 moveto
+1105 744 lineto
+1113.57 750.226 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1115.58 743.521 moveto
+1105 744 lineto
+1113.57 750.226 lineto
+closepath stroke
+grestore
+% rdlfpr1_1t_100
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1142 808 4 4.5 ellipse_path stroke
+grestore
+% rdlfpr1_1t_100->377380
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1139 805 moveto
+1132 796 1114 773 1100 756 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1102.8 753.9 moveto
+1094 748 lineto
+1097.2 758.1 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1102.8 753.9 moveto
+1094 748 lineto
+1097.2 758.1 lineto
+closepath stroke
+grestore
+% fcfpr1_0_2g_1
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1075 865 4 4.5 ellipse_path stroke
+grestore
+% fcfpr1_0_2g_1->377719
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1072 862 moveto
+1065 854 1048 836 1035 822 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1037.22 819.221 moveto
+1028 814 lineto
+1031.95 823.831 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1037.22 819.221 moveto
+1028 814 lineto
+1031.95 823.831 lineto
+closepath stroke
+grestore
+% fcfpr1_1_3t_10
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1048 878 4 4.5 ellipse_path stroke
+grestore
+% fcfpr1_1_3t_10->377719
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1046 874 moveto
+1043 865 1033 842 1026 825 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1028.96 822.985 moveto
+1022 815 lineto
+1022.46 825.585 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1028.96 822.985 moveto
+1022 815 lineto
+1022.46 825.585 lineto
+closepath stroke
+grestore
+% fcfpr1_1_3t_7
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+999 891 4 4.5 ellipse_path stroke
+grestore
+% fcfpr1_1_3t_7->377719
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1000 886 moveto
+1002 875 1007 846 1011 825 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1014.47 825.492 moveto
+1013 815 lineto
+1007.61 824.119 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1014.47 825.492 moveto
+1013 815 lineto
+1007.61 824.119 lineto
+closepath stroke
+grestore
+% rdlfpr2_0_rdlg_12
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+949 880 4 4.5 ellipse_path stroke
+grestore
+% rdlfpr2_0_rdlg_12->377719
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 952 877 moveto
+960 867 983 841 998 823 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1001.05 824.831 moveto
+1005 815 lineto
+995.781 820.221 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1001.05 824.831 moveto
+1005 815 lineto
+995.781 820.221 lineto
+closepath stroke
+grestore
+% rdlfpr2_0_rdlt_108
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1021 879 4 4.5 ellipse_path stroke
+grestore
+% rdlfpr2_0_rdlt_108->377719
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1021 874 moveto
+1020 865 1019 843 1018 826 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1021.48 825.602 moveto
+1017 816 lineto
+1014.51 826.299 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1021.48 825.602 moveto
+1017 816 lineto
+1014.51 826.299 lineto
+closepath stroke
+grestore
+% rdlfpr2_0_rdlt_27
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1098 844 4 4.5 ellipse_path stroke
+grestore
+% rdlfpr2_0_rdlt_27->377719
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1094 842 moveto
+1085 838 1062 826 1044 817 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1045.44 813.797 moveto
+1035 812 lineto
+1042.04 819.916 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1045.44 813.797 moveto
+1035 812 lineto
+1042.04 819.916 lineto
+closepath stroke
+grestore
+% rdlfpr2_0_rdlt_30
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+975 884 4 4.5 ellipse_path stroke
+grestore
+% rdlfpr2_0_rdlt_30->377719
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 977 880 moveto
+982 871 995 844 1005 824 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1008.14 825.56 moveto
+1009 815 lineto
+1001.74 822.717 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1008.14 825.56 moveto
+1009 815 lineto
+1001.74 822.717 lineto
+closepath stroke
+grestore
+% tlfpr1_1_1t_5
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+700 597 4 4.5 ellipse_path stroke
+grestore
+% tlfpr1_1_1t_5->358224
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 704 596 moveto
+705 596 707 595 708 595 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 710.015 597.964 moveto
+718 591 lineto
+707.415 591.464 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 710.015 597.964 moveto
+718 591 lineto
+707.415 591.464 lineto
+closepath stroke
+grestore
+% tymsgfpr1_1_1t_23
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+695 508 4 4.5 ellipse_path stroke
+grestore
+% tymsgfpr1_1_1t_23->358224
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 697 512 moveto
+703 521 716 544 726 561 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 723.084 562.958 moveto
+731 570 lineto
+729.203 559.559 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 723.084 562.958 moveto
+731 570 lineto
+729.203 559.559 lineto
+closepath stroke
+grestore
+% rcfpr0_0_1t_9
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+640 612 4 4.5 ellipse_path stroke
+grestore
+% rcfpr0_0_1t_9->358224
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 644 611 moveto
+654 608 684 599 707 593 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 708.427 596.226 moveto
+717 590 lineto
+706.416 589.521 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 708.427 596.226 moveto
+717 590 lineto
+706.416 589.521 lineto
+closepath stroke
+grestore
+% 354290
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+556 613 24.9565 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+542.875 610.15 moveto
+(354290)
+[3.75 3.75 4.5 5.25 4.5 4.5]
+xshow
+grestore
+% rcfpr0_0_1t_9->354290
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 636 612 moveto
+628 612 609 612 591 613 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 591 609.5 moveto
+581 613 lineto
+591 616.5 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 591 609.5 moveto
+581 613 lineto
+591 616.5 lineto
+closepath stroke
+grestore
+% rcfpr1_1_1t_5
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+704 655 4 4.5 ellipse_path stroke
+grestore
+% rcfpr1_1_1t_5->358224
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 706 651 moveto
+710 642 721 621 729 605 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 732.137 606.56 moveto
+733 596 lineto
+725.74 603.717 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 732.137 606.56 moveto
+733 596 lineto
+725.74 603.717 lineto
+closepath stroke
+grestore
+% 379864
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+674 744 24.8348 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+660.5 741.15 moveto
+(379864)
+[3.75 5.25 4.5 4.5 4.5 4.5]
+xshow
+grestore
+% rcfpr1_1_1t_5->379864
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 703 659 moveto
+700 670 689 700 682 721 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 678.521 720.416 moveto
+679 731 lineto
+685.226 722.427 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 678.521 720.416 moveto
+679 731 lineto
+685.226 722.427 lineto
+closepath stroke
+grestore
+% odfpr0_0_1t_8
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+635 585 4 4.5 ellipse_path stroke
+grestore
+% odfpr0_0_1t_8->358224
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 639 585 moveto
+650 585 679 584 704 584 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 704 587.5 moveto
+714 584 lineto
+704 580.5 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 704 587.5 moveto
+714 584 lineto
+704 580.5 lineto
+closepath stroke
+grestore
+% odfpr0_0_1t_8->354290
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 631 587 moveto
+623 589 603 596 587 602 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 585.573 598.774 moveto
+577 605 lineto
+587.584 605.479 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 585.573 598.774 moveto
+577 605 lineto
+587.584 605.479 lineto
+closepath stroke
+grestore
+% odfpr1_1_1t_6
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+691 547 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_1_1t_6->358224
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 694 550 moveto
+699 553 707 560 716 566 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 713.9 568.8 moveto
+724 572 lineto
+718.1 563.2 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 713.9 568.8 moveto
+724 572 lineto
+718.1 563.2 lineto
+closepath stroke
+grestore
+% ecdsgfpr1_1_1t_4
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+708 529 4 4.5 ellipse_path stroke
+grestore
+% ecdsgfpr1_1_1t_4->358224
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 710 533 moveto
+713 538 720 550 726 561 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 723.084 562.958 moveto
+731 570 lineto
+729.203 559.559 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 723.084 562.958 moveto
+731 570 lineto
+729.203 559.559 lineto
+closepath stroke
+grestore
+% tymsgfpr1_1_1t_18
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+785 515 4 4.5 ellipse_path stroke
+grestore
+% tymsgfpr1_1_1t_18->358900
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 786 519 moveto
+788 528 795 548 800 564 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 796.774 565.427 moveto
+803 574 lineto
+803.479 563.416 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 796.774 565.427 moveto
+803 574 lineto
+803.479 563.416 lineto
+closepath stroke
+grestore
+% rcfpr1_1_1t_100
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+749 654 4 4.5 ellipse_path stroke
+grestore
+% rcfpr1_1_1t_100->358900
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 752 651 moveto
+759 642 776 622 789 607 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 792.049 608.831 moveto
+796 599 lineto
+786.781 604.221 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 792.049 608.831 moveto
+796 599 lineto
+786.781 604.221 lineto
+closepath stroke
+grestore
+% 382574
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+715 726 24.8348 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+701.5 723.15 moveto
+(382574)
+[3.75 4.5 5.25 3.75 5.25 4.5]
+xshow
+grestore
+% rcfpr1_1_1t_100->382574
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 747 658 moveto
+743 667 733 688 725 704 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 721.863 702.44 moveto
+721 713 lineto
+728.26 705.283 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 721.863 702.44 moveto
+721 713 lineto
+728.26 705.283 lineto
+closepath stroke
+grestore
+% rcfpr1_1_1t_22
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+754 628 4 4.5 ellipse_path stroke
+grestore
+% rcfpr1_1_1t_22->358900
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 757 625 moveto
+763 621 774 612 784 604 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 786.1 606.8 moveto
+792 598 lineto
+781.9 601.2 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 786.1 606.8 moveto
+792 598 lineto
+781.9 601.2 lineto
+closepath stroke
+grestore
+% rcfpr1_1_1t_22->382574
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 752 632 moveto
+748 644 733 679 724 703 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 720.464 702.415 moveto
+720 713 lineto
+726.964 705.015 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 720.464 702.415 moveto
+720 713 lineto
+726.964 705.015 lineto
+closepath stroke
+grestore
+% rcfpr1_1_1t_37
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+770 664 4 4.5 ellipse_path stroke
+grestore
+% rcfpr1_1_1t_37->358900
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 772 660 moveto
+777 651 788 627 796 609 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 799.203 610.441 moveto
+801 600 lineto
+793.084 607.042 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 799.203 610.441 moveto
+801 600 lineto
+793.084 607.042 lineto
+closepath stroke
+grestore
+% rcfpr1_1_1t_37->382574
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 767 667 moveto
+761 675 745 692 733 706 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 729.951 704.169 moveto
+726 714 lineto
+735.219 708.779 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 729.951 704.169 moveto
+726 714 lineto
+735.219 708.779 lineto
+closepath stroke
+grestore
+% odfpr1_1_1t_21
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+763 538 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_1_1t_21->358900
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 766 541 moveto
+771 547 780 557 789 567 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 786.454 569.404 moveto
+796 574 lineto
+791.404 564.454 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 786.454 569.404 moveto
+796 574 lineto
+791.404 564.454 lineto
+closepath stroke
+grestore
+% rcfpr1_1_1t_30
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+876 343 4 4.5 ellipse_path stroke
+grestore
+% rcfpr1_1_1t_30->372568
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 876 348 moveto
+875 361 874 398 873 423 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 869.5 423 moveto
+873 433 lineto
+876.5 423 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 869.5 423 moveto
+873 433 lineto
+876.5 423 lineto
+closepath stroke
+grestore
+% 370706
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+826 335 25.2024 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+812.125 332.15 moveto
+(370706)
+[3.75 5.25 4.5 5.25 4.5 4.5]
+xshow
+grestore
+% rcfpr1_1_1t_30->370706
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 872 342 moveto
+869 341 865 341 860 340 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 860.299 336.512 moveto
+850 339 lineto
+859.602 343.478 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 860.299 336.512 moveto
+850 339 lineto
+859.602 343.478 lineto
+closepath stroke
+grestore
+% 377908
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+795 328 25.2024 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+781.125 325.15 moveto
+(377908)
+[3.75 5.25 5.25 4.5 4.5 4.5]
+xshow
+grestore
+% rcfpr1_1_1t_30->377908
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 872 342 moveto
+864 340 846 337 829 334 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 829.492 330.529 moveto
+819 332 lineto
+828.119 337.393 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 829.492 330.529 moveto
+819 332 lineto
+828.119 337.393 lineto
+closepath stroke
+grestore
+% 377924
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+846 296 26.0815 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+831.75 293.15 moveto
+(377924)
+[3.75 5.25 5.25 4.5 5.25 4.5]
+xshow
+grestore
+% rcfpr1_1_1t_30->377924
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 874 339 moveto
+871 335 865 326 860 318 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 862.916 316.042 moveto
+855 309 lineto
+856.797 319.441 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 862.916 316.042 moveto
+855 309 lineto
+856.797 319.441 lineto
+closepath stroke
+grestore
+% 377971
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+882 274 26.0815 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+867.75 271.15 moveto
+(377971)
+[3.75 5.25 5.25 4.5 5.25 4.5]
+xshow
+grestore
+% rcfpr1_1_1t_30->377971
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 876 338 moveto
+877 330 879 313 880 298 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 883.488 298.299 moveto
+881 288 lineto
+876.522 297.602 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 883.488 298.299 moveto
+881 288 lineto
+876.522 297.602 lineto
+closepath stroke
+grestore
+% 377980
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+903 309 25.2024 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+889.125 306.15 moveto
+(377980)
+[3.75 5.25 5.25 4.5 4.5 4.5]
+xshow
+grestore
+% rcfpr1_1_1t_30->377980
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 879 340 moveto
+881 338 884 334 887 330 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 889.8 332.1 moveto
+893 322 lineto
+884.2 327.9 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 889.8 332.1 moveto
+893 322 lineto
+884.2 327.9 lineto
+closepath stroke
+grestore
+% 378362
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+799 278 24.8348 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+785.5 275.15 moveto
+(378362)
+[3.75 5.25 4.5 3.75 4.5 5.25]
+xshow
+grestore
+% rcfpr1_1_1t_30->378362
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 873 340 moveto
+864 333 839 312 821 296 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 822.831 292.951 moveto
+813 289 lineto
+818.221 298.219 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 822.831 292.951 moveto
+813 289 lineto
+818.221 298.219 lineto
+closepath stroke
+grestore
+% 378656
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+822 266 24.9565 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+808.875 263.15 moveto
+(378656)
+[3.75 5.25 4.5 4.5 3.75 4.5]
+xshow
+grestore
+% rcfpr1_1_1t_30->378656
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 873 339 moveto
+867 330 850 305 837 287 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 839.8 284.9 moveto
+831 279 lineto
+834.2 289.1 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 839.8 284.9 moveto
+831 279 lineto
+834.2 289.1 lineto
+closepath stroke
+grestore
+% 378666
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+934 286 24.8348 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+920.5 283.15 moveto
+(378666)
+[3.75 5.25 4.5 4.5 4.5 4.5]
+xshow
+grestore
+% rcfpr1_1_1t_30->378666
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 879 340 moveto
+886 333 901 318 915 305 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 917.404 307.546 moveto
+922 298 lineto
+912.454 302.596 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 917.404 307.546 moveto
+922 298 lineto
+912.454 302.596 lineto
+closepath stroke
+grestore
+% 379169
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+931 326 24.8348 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+917.5 323.15 moveto
+(379169)
+[3.75 5.25 4.5 4.5 4.5 4.5]
+xshow
+grestore
+% rcfpr1_1_1t_30->379169
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 880 342 moveto
+884 341 892 338 899 336 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 900.427 339.226 moveto
+909 333 lineto
+898.416 332.521 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 900.427 339.226 moveto
+909 333 lineto
+898.416 332.521 lineto
+closepath stroke
+grestore
+% 379341
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+915 250 24.9565 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+901.875 247.15 moveto
+(379341)
+[3.75 5.25 4.5 3.75 4.5 4.5]
+xshow
+grestore
+% rcfpr1_1_1t_30->379341
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 878 339 moveto
+882 328 896 295 905 272 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 908.137 273.56 moveto
+909 263 lineto
+901.74 270.717 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 908.137 273.56 moveto
+909 263 lineto
+901.74 270.717 lineto
+closepath stroke
+grestore
+% 379972
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+852 261 26.0815 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+837.75 258.15 moveto
+(379972)
+[3.75 5.25 4.5 4.5 5.25 5.25]
+xshow
+grestore
+% rcfpr1_1_1t_30->379972
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 875 339 moveto
+872 329 865 303 859 284 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 862.226 282.573 moveto
+856 274 lineto
+855.521 284.584 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 862.226 282.573 moveto
+856 274 lineto
+855.521 284.584 lineto
+closepath stroke
+grestore
+% 380298
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+964 300 24.8348 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+950.5 297.15 moveto
+(380298)
+[3.75 4.5 4.5 5.25 4.5 4.5]
+xshow
+grestore
+% rcfpr1_1_1t_30->380298
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 880 341 moveto
+890 337 916 324 936 314 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 937.958 316.916 moveto
+945 309 lineto
+934.559 310.797 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 937.958 316.916 moveto
+945 309 lineto
+934.559 310.797 lineto
+closepath stroke
+grestore
+% 380448
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+784 300 24.9565 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+770.875 297.15 moveto
+(380448)
+[3.75 4.5 4.5 4.5 4.5 4.5]
+xshow
+grestore
+% rcfpr1_1_1t_30->380448
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 872 341 moveto
+862 337 834 323 812 313 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 813.56 309.863 moveto
+803 309 lineto
+810.717 316.26 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 813.56 309.863 moveto
+803 309 lineto
+810.717 316.26 lineto
+closepath stroke
+grestore
+% 380475
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+943 346 24.9565 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+929.875 343.15 moveto
+(380475)
+[3.75 4.5 4.5 4.5 5.25 3.75]
+xshow
+grestore
+% rcfpr1_1_1t_30->380475
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 880 343 moveto
+886 344 897 344 908 344 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 907.701 347.488 moveto
+918 345 lineto
+908.398 340.522 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 907.701 347.488 moveto
+918 345 lineto
+908.398 340.522 lineto
+closepath stroke
+grestore
+% 380526
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+973 324 24.9565 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+959.875 321.15 moveto
+(380526)
+[3.75 4.5 4.5 3.75 5.25 4.5]
+xshow
+grestore
+% rcfpr1_1_1t_30->380526
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 880 342 moveto
+890 340 917 335 939 331 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 939.881 334.393 moveto
+949 329 lineto
+938.508 327.529 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 939.881 334.393 moveto
+949 329 lineto
+938.508 327.529 lineto
+closepath stroke
+grestore
+% odfpr1_1_1t_31
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+890 372 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_1_1t_31->372568
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 889 376 moveto
+887 386 882 406 878 423 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 874.529 422.508 moveto
+876 433 lineto
+881.393 423.881 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 874.529 422.508 moveto
+876 433 lineto
+881.393 423.881 lineto
+closepath stroke
+grestore
+% odfpr1_1_1t_31->377980
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 891 367 moveto
+893 360 895 346 898 333 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 901.471 333.492 moveto
+900 323 lineto
+894.607 332.119 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 901.471 333.492 moveto
+900 323 lineto
+894.607 332.119 lineto
+closepath stroke
+grestore
+% odfpr1_1_1t_31->379169
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 893 369 moveto
+897 364 906 355 913 346 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 916.049 347.831 moveto
+920 338 lineto
+910.781 343.221 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 916.049 347.831 moveto
+920 338 lineto
+910.781 343.221 lineto
+closepath stroke
+grestore
+% odfpr1_1_1t_31->379341
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 891 367 moveto
+895 352 904 303 910 273 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 913.471 273.492 moveto
+912 263 lineto
+906.607 272.119 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 913.471 273.492 moveto
+912 263 lineto
+906.607 272.119 lineto
+closepath stroke
+grestore
+% odfpr1_1_1t_31->380475
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 894 370 moveto
+898 368 907 364 915 360 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 916.958 362.916 moveto
+924 355 lineto
+913.559 356.797 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 916.958 362.916 moveto
+924 355 lineto
+913.559 356.797 lineto
+closepath stroke
+grestore
+% 357430
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+806 311 24.0798 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+793.25 308.15 moveto
+(357430)
+[3.75 3.75 5.25 4.5 3.75 4.5]
+xshow
+grestore
+% odfpr1_1_1t_31->357430
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 886 369 moveto
+876 362 849 342 829 328 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 831.1 325.2 moveto
+821 322 lineto
+826.9 330.8 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 831.1 325.2 moveto
+821 322 lineto
+826.9 330.8 lineto
+closepath stroke
+grestore
+% tlfpr1_1_1t_20
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+858 462 4 4.5 ellipse_path stroke
+grestore
+% tlfpr1_1_1t_20->375557
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 856 466 moveto
+852 471 845 481 839 491 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 836.2 488.9 moveto
+833 499 lineto
+841.8 493.1 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 836.2 488.9 moveto
+833 499 lineto
+841.8 493.1 lineto
+closepath stroke
+grestore
+% tymsgfpr1_1_1t_24
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+824 447 4 4.5 ellipse_path stroke
+grestore
+% tymsgfpr1_1_1t_24->375557
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 824 452 moveto
+824 460 824 475 824 488 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 820.5 488 moveto
+824 498 lineto
+827.5 488 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 820.5 488 moveto
+824 498 lineto
+827.5 488 lineto
+closepath stroke
+grestore
+% rcfpr1_1_1t_11
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+750 462 4 4.5 ellipse_path stroke
+grestore
+% rcfpr1_1_1t_11->375557
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 754 464 moveto
+762 470 783 484 799 495 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 797.738 498.365 moveto
+808 501 lineto
+801.621 492.541 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 797.738 498.365 moveto
+808 501 lineto
+801.621 492.541 lineto
+closepath stroke
+grestore
+% 379968
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+706 375 24.8348 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+692.5 372.15 moveto
+(379968)
+[3.75 5.25 4.5 4.5 4.5 4.5]
+xshow
+grestore
+% rcfpr1_1_1t_11->379968
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 748 458 moveto
+743 447 728 418 718 397 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 720.916 395.042 moveto
+713 388 lineto
+714.797 398.441 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 720.916 395.042 moveto
+713 388 lineto
+714.797 398.441 lineto
+closepath stroke
+grestore
+% odfpr1_1_1t_9
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+758 439 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_1_1t_9->375557
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 761 443 moveto
+769 452 791 475 806 492 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 803.781 494.779 moveto
+813 500 lineto
+809.049 490.169 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 803.781 494.779 moveto
+813 500 lineto
+809.049 490.169 lineto
+closepath stroke
+grestore
+% odfpr1_1_1t_9->379968
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 755 436 moveto
+749 428 734 410 722 396 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 724.8 393.9 moveto
+716 388 lineto
+719.2 398.1 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 724.8 393.9 moveto
+716 388 lineto
+719.2 398.1 lineto
+closepath stroke
+grestore
+% ecdsgfpr1_1_1t_19
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+793 450 4 4.5 ellipse_path stroke
+grestore
+% ecdsgfpr1_1_1t_19->375557
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 795 454 moveto
+799 461 806 477 812 490 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 809.084 491.958 moveto
+817 499 lineto
+815.203 488.559 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 809.084 491.958 moveto
+817 499 lineto
+815.203 488.559 lineto
+closepath stroke
+grestore
+% rtafpr1_1_1g_14
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1013 494 4 4.5 ellipse_path stroke
+grestore
+% rtafpr1_1_1g_14->376956
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1011 498 moveto
+1005 508 988 537 977 557 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 973.797 555.559 moveto
+972 566 lineto
+979.916 558.958 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 973.797 555.559 moveto
+972 566 lineto
+979.916 558.958 lineto
+closepath stroke
+grestore
+% rtafpr1_1_1t_64
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1050 495 4 4.5 ellipse_path stroke
+grestore
+% rtafpr1_1_1t_64->376956
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1047 498 moveto
+1036 509 1005 540 984 560 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 981.596 557.454 moveto
+977 567 lineto
+986.546 562.404 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 981.596 557.454 moveto
+977 567 lineto
+986.546 562.404 lineto
+closepath stroke
+grestore
+% rtafpr1_1_2t_18
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1078 515 4 4.5 ellipse_path stroke
+grestore
+% rtafpr1_1_2t_18->376956
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1074 517 moveto
+1061 524 1019 548 991 564 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 989.042 561.084 moveto
+982 569 lineto
+992.441 567.203 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 989.042 561.084 moveto
+982 569 lineto
+992.441 567.203 lineto
+closepath stroke
+grestore
+% rtafpr1_1_3t_30
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+973 505 4 4.5 ellipse_path stroke
+grestore
+% rtafpr1_1_3t_30->376956
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 972 510 moveto
+971 519 969 539 968 555 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 964.512 554.701 moveto
+967 565 lineto
+971.478 555.398 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 964.512 554.701 moveto
+967 565 lineto
+971.478 555.398 lineto
+closepath stroke
+grestore
+% rtafpr1_1_1t_14
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+823 872 4 4.5 ellipse_path stroke
+grestore
+% rtafpr1_1_1t_14->379422
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 824 867 moveto
+828 854 837 815 843 790 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 846.479 790.584 moveto
+846 780 lineto
+839.774 788.573 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 846.479 790.584 moveto
+846 780 lineto
+839.774 788.573 lineto
+closepath stroke
+grestore
+% rtafpr1_1_1t_20
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+801 847 4 4.5 ellipse_path stroke
+grestore
+% rtafpr1_1_1t_20->379422
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 803 843 moveto
+809 834 825 807 836 788 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 839.203 789.441 moveto
+841 779 lineto
+833.084 786.042 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 839.203 789.441 moveto
+841 779 lineto
+833.084 786.042 lineto
+closepath stroke
+grestore
+% fcfpr2_0_1t_1
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1069 1023 4 4.5 ellipse_path stroke
+grestore
+% fcfpr2_0_1t_1->359471
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1071 1019 moveto
+1073 1010 1080 993 1086 978 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1089.54 978.585 moveto
+1090 968 lineto
+1083.04 975.985 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1089.54 978.585 moveto
+1090 968 lineto
+1083.04 975.985 lineto
+closepath stroke
+grestore
+% fcfpr2_0_1t_2
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1031 1034 4 4.5 ellipse_path stroke
+grestore
+% fcfpr2_0_1t_2->359471
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1034 1031 moveto
+1042 1021 1063 995 1078 976 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1081.05 977.831 moveto
+1085 968 lineto
+1075.78 973.221 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1081.05 977.831 moveto
+1085 968 lineto
+1075.78 973.221 lineto
+closepath stroke
+grestore
+% ccsfpr2_0_1t_99
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1156 1025 4 4.5 ellipse_path stroke
+grestore
+% ccsfpr2_0_1t_99->359471
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1153 1022 moveto
+1146 1013 1127 992 1112 975 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1114.8 972.9 moveto
+1106 967 lineto
+1109.2 977.1 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1114.8 972.9 moveto
+1106 967 lineto
+1109.2 977.1 lineto
+closepath stroke
+grestore
+% 359100
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1123 1111 24.0798 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+1110.25 1108.15 moveto
+(359100)
+[3.75 3.75 4.5 4.5 4.5 4.5]
+xshow
+grestore
+% ccsfpr2_0_1t_99->359100
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1154 1029 moveto
+1151 1039 1140 1068 1132 1089 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1128.86 1087.44 moveto
+1128 1098 lineto
+1135.26 1090.28 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1128.86 1087.44 moveto
+1128 1098 lineto
+1135.26 1090.28 lineto
+closepath stroke
+grestore
+% 376529
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1211 1076 24.8348 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+1197.5 1073.15 moveto
+(376529)
+[3.75 5.25 4.5 3.75 5.25 4.5]
+xshow
+grestore
+% ccsfpr2_0_1t_99->376529
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1159 1028 moveto
+1166 1034 1179 1046 1191 1057 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1188.45 1059.4 moveto
+1198 1064 lineto
+1193.4 1054.45 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1188.45 1059.4 moveto
+1198 1064 lineto
+1193.4 1054.45 lineto
+closepath stroke
+grestore
+% 377801
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1234 1026 25.2024 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+1220.12 1023.15 moveto
+(377801)
+[3.75 5.25 5.25 4.5 4.5 4.5]
+xshow
+grestore
+% ccsfpr2_0_1t_99->377801
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1160 1025 moveto
+1167 1025 1184 1025 1199 1026 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1199 1029.5 moveto
+1209 1026 lineto
+1199 1022.5 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1199 1029.5 moveto
+1209 1026 lineto
+1199 1022.5 lineto
+closepath stroke
+grestore
+% 379126
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1241 1056 25.2024 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+1227.12 1053.15 moveto
+(379126)
+[3.75 5.25 4.5 4.5 5.25 4.5]
+xshow
+grestore
+% ccsfpr2_0_1t_99->379126
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1160 1026 moveto
+1169 1029 1192 1038 1210 1045 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1209.42 1048.48 moveto
+1220 1048 lineto
+1211.43 1041.77 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1209.42 1048.48 moveto
+1220 1048 lineto
+1211.43 1041.77 lineto
+closepath stroke
+grestore
+% 379212
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1095 1112 26.0815 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+1080.75 1109.15 moveto
+(379212)
+[3.75 5.25 4.5 5.25 4.5 5.25]
+xshow
+grestore
+% ccsfpr2_0_1t_99->379212
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1153 1029 moveto
+1146 1040 1124 1070 1110 1091 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1107.2 1088.9 moveto
+1104 1099 lineto
+1112.8 1093.1 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1107.2 1088.9 moveto
+1104 1099 lineto
+1112.8 1093.1 lineto
+closepath stroke
+grestore
+% 380285
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1183 1096 24.9565 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+1169.88 1093.15 moveto
+(380285)
+[3.75 4.5 4.5 5.25 4.5 3.75]
+xshow
+grestore
+% ccsfpr2_0_1t_99->380285
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1158 1029 moveto
+1160 1038 1168 1058 1174 1074 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1170.74 1075.28 moveto
+1178 1083 lineto
+1177.14 1072.44 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1170.74 1075.28 moveto
+1178 1083 lineto
+1177.14 1072.44 lineto
+closepath stroke
+grestore
+% 380963
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1152 1107 24.0798 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+1139.25 1104.15 moveto
+(380963)
+[3.75 4.5 4.5 4.5 4.5 3.75]
+xshow
+grestore
+% ccsfpr2_0_1t_99->380963
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1156 1030 moveto
+1155 1041 1154 1065 1154 1083 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1150.51 1082.7 moveto
+1153 1093 lineto
+1157.48 1083.4 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1150.51 1082.7 moveto
+1153 1093 lineto
+1157.48 1083.4 lineto
+closepath stroke
+grestore
+% 384909
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1259 1011 24.9565 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+1245.88 1008.15 moveto
+(384909)
+[3.75 4.5 4.5 4.5 4.5 4.5]
+xshow
+grestore
+% ccsfpr2_0_1t_99->384909
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1160 1024 moveto
+1171 1023 1200 1019 1224 1016 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1224.88 1019.39 moveto
+1234 1014 lineto
+1223.51 1012.53 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1224.88 1019.39 moveto
+1234 1014 lineto
+1223.51 1012.53 lineto
+closepath stroke
+grestore
+% tlfpr1_0_4g_4
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+471 618 4 4.5 ellipse_path stroke
+grestore
+% tlfpr1_0_4g_4->354290
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 475 618 moveto
+483 617 503 616 521 615 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 521 618.5 moveto
+531 615 lineto
+521 611.5 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 521 618.5 moveto
+531 615 lineto
+521 611.5 lineto
+closepath stroke
+grestore
+% 358471
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+381 598 24.9565 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+367.875 595.15 moveto
+(358471)
+[3.75 3.75 4.5 4.5 5.25 4.5]
+xshow
+grestore
+% tlfpr1_0_4g_4->358471
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 467 617 moveto
+458 615 434 610 414 605 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 414.492 601.529 moveto
+404 603 lineto
+413.119 608.393 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 414.492 601.529 moveto
+404 603 lineto
+413.119 608.393 lineto
+closepath stroke
+grestore
+% 375024
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+486 676 24.8348 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+472.5 673.15 moveto
+(375024)
+[3.75 5.25 3.75 4.5 5.25 4.5]
+xshow
+grestore
+% tlfpr1_0_4g_4->375024
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 472 623 moveto
+474 629 477 641 480 652 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 476.774 653.427 moveto
+483 662 lineto
+483.479 651.416 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 476.774 653.427 moveto
+483 662 lineto
+483.479 651.416 lineto
+closepath stroke
+grestore
+% 375027
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+484 721 25.2024 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+470.125 718.15 moveto
+(375027)
+[3.75 5.25 3.75 4.5 5.25 5.25]
+xshow
+grestore
+% tlfpr1_0_4g_4->375027
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 472 623 moveto
+473 636 478 673 481 697 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 477.522 697.398 moveto
+482 707 lineto
+484.488 696.701 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 477.522 697.398 moveto
+482 707 lineto
+484.488 696.701 lineto
+closepath stroke
+grestore
+% pagfpr1_1_1t_23
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+559 702 4 4.5 ellipse_path stroke
+grestore
+% pagfpr1_1_1t_23->354290
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 559 697 moveto
+558 686 557 658 556 637 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 559.5 637 moveto
+556 627 lineto
+552.5 637 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 559.5 637 moveto
+556 627 lineto
+552.5 637 lineto
+closepath stroke
+grestore
+% rcfpr1_1_1t_110
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+921 162 4 4.5 ellipse_path stroke
+grestore
+% rcfpr1_1_1t_110->379341
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 921 167 moveto
+920 178 918 206 917 226 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 913.512 225.701 moveto
+916 236 lineto
+920.478 226.398 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 913.512 225.701 moveto
+916 236 lineto
+920.478 226.398 lineto
+closepath stroke
+grestore
+% 381710
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1020 138 24.8348 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+1006.5 135.15 moveto
+(381710)
+[3.75 4.5 4.5 5.25 4.5 4.5]
+xshow
+grestore
+% rcfpr1_1_1t_110->381710
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 925 161 moveto
+935 158 964 151 987 146 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 987.881 149.393 moveto
+997 144 lineto
+986.508 142.529 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 987.881 149.393 moveto
+997 144 lineto
+986.508 142.529 lineto
+closepath stroke
+grestore
+% 381775
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+995 126 24.8348 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+981.5 123.15 moveto
+(381775)
+[3.75 4.5 4.5 5.25 5.25 3.75]
+xshow
+grestore
+% rcfpr1_1_1t_110->381775
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 925 160 moveto
+933 157 951 148 967 140 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 968.958 142.916 moveto
+976 135 lineto
+965.559 136.797 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 968.958 142.916 moveto
+976 135 lineto
+965.559 136.797 lineto
+closepath stroke
+grestore
+% 382436
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+847 106 24.9565 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+833.875 103.15 moveto
+(382436)
+[3.75 4.5 5.25 4.5 3.75 4.5]
+xshow
+grestore
+% rcfpr1_1_1t_110->382436
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 917 159 moveto
+909 153 887 136 870 123 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 872.1 120.2 moveto
+862 117 lineto
+867.9 125.8 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 872.1 120.2 moveto
+862 117 lineto
+867.9 125.8 lineto
+closepath stroke
+grestore
+% 382528
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+889 77 24.8348 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+875.5 74.15 moveto
+(382528)
+[3.75 4.5 5.25 3.75 5.25 4.5]
+xshow
+grestore
+% rcfpr1_1_1t_110->382528
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 919 157 moveto
+916 147 906 120 898 99 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 901.26 97.7166 moveto
+894 90 lineto
+894.863 100.56 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 901.26 97.7166 moveto
+894 90 lineto
+894.863 100.56 lineto
+closepath stroke
+grestore
+% 382566
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+919 98 24.9565 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+905.875 95.15 moveto
+(382566)
+[3.75 4.5 5.25 3.75 4.5 4.5]
+xshow
+grestore
+% rcfpr1_1_1t_110->382566
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 921 157 moveto
+920 150 920 135 920 122 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 923.478 121.602 moveto
+919 112 lineto
+916.512 122.299 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 923.478 121.602 moveto
+919 112 lineto
+916.512 122.299 lineto
+closepath stroke
+grestore
+% 382572
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+968 99 25.2024 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+954.125 96.15 moveto
+(382572)
+[3.75 4.5 5.25 3.75 5.25 5.25]
+xshow
+grestore
+% rcfpr1_1_1t_110->382572
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 924 158 moveto
+930 151 942 134 953 120 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 955.8 122.1 moveto
+959 112 lineto
+950.2 117.9 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 955.8 122.1 moveto
+959 112 lineto
+950.2 117.9 lineto
+closepath stroke
+grestore
+% rcfpr1_1_1t_62
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+990 206 4 4.5 ellipse_path stroke
+grestore
+% rcfpr1_1_1t_62->379341
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 986 208 moveto
+978 213 958 225 941 235 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 939.042 232.084 moveto
+932 240 lineto
+942.441 238.203 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 939.042 232.084 moveto
+932 240 lineto
+942.441 238.203 lineto
+closepath stroke
+grestore
+% rcfpr1_1_1t_62->381710
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 992 202 moveto
+995 194 1003 176 1010 160 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1013.14 161.56 moveto
+1014 151 lineto
+1006.74 158.717 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1013.14 161.56 moveto
+1014 151 lineto
+1006.74 158.717 lineto
+closepath stroke
+grestore
+% rcfpr1_1_1t_62->381775
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 990 201 moveto
+991 191 992 168 993 150 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 996.488 150.299 moveto
+994 140 lineto
+989.522 149.602 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 996.488 150.299 moveto
+994 140 lineto
+989.522 149.602 lineto
+closepath stroke
+grestore
+% odfpr0_0_1t_7
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+356 490 4 4.5 ellipse_path stroke
+grestore
+% odfpr0_0_1t_7->358471
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 357 494 moveto
+361 508 369 548 376 574 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 372.607 574.881 moveto
+378 584 lineto
+379.471 573.508 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 372.607 574.881 moveto
+378 584 lineto
+379.471 573.508 lineto
+closepath stroke
+grestore
+% 353506
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+360 418 23.8315 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+348 415.15 moveto
+(353506)
+[3.75 3.75 3.75 3.75 4.5 4.5]
+xshow
+grestore
+% odfpr0_0_1t_7->353506
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 356 485 moveto
+357 476 358 458 358 442 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 361.488 442.299 moveto
+359 432 lineto
+354.522 441.602 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 361.488 442.299 moveto
+359 432 lineto
+354.522 441.602 lineto
+closepath stroke
+grestore
+% 370509
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+301 411 24.9565 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+287.875 408.15 moveto
+(370509)
+[3.75 5.25 4.5 3.75 4.5 4.5]
+xshow
+grestore
+% odfpr0_0_1t_7->370509
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 353 486 moveto
+346 477 329 451 316 432 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 318.8 429.9 moveto
+310 424 lineto
+313.2 434.1 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 318.8 429.9 moveto
+310 424 lineto
+313.2 434.1 lineto
+closepath stroke
+grestore
+% 370510
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+323 403 24.9565 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+309.875 400.15 moveto
+(370510)
+[3.75 5.25 4.5 3.75 4.5 4.5]
+xshow
+grestore
+% odfpr0_0_1t_7->370510
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 354 486 moveto
+351 475 340 446 332 425 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 335.26 423.717 moveto
+328 416 lineto
+328.863 426.56 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 335.26 423.717 moveto
+328 416 lineto
+328.863 426.56 lineto
+closepath stroke
+grestore
+% odfpr1_0_1t_36
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+394 533 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_1t_36->358471
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 393 538 moveto
+391 546 389 562 386 575 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 382.529 574.508 moveto
+384 585 lineto
+389.393 575.881 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 382.529 574.508 moveto
+384 585 lineto
+389.393 575.881 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_18
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+279 663 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_3t_18->358471
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 283 661 moveto
+295 653 332 630 356 614 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 358.621 616.459 moveto
+365 608 lineto
+354.738 610.635 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 358.621 616.459 moveto
+365 608 lineto
+354.738 610.635 lineto
+closepath stroke
+grestore
+% 354546
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+243 751 24.2065 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+230.625 748.15 moveto
+(354546)
+[3.75 3.75 4.5 3.75 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->354546
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 277 667 moveto
+273 678 261 707 252 729 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 248.863 727.44 moveto
+248 738 lineto
+255.26 730.283 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 248.863 727.44 moveto
+248 738 lineto
+255.26 730.283 lineto
+closepath stroke
+grestore
+% 354757
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+321 753 24.9565 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+307.875 750.15 moveto
+(354757)
+[3.75 3.75 4.5 5.25 3.75 5.25]
+xshow
+grestore
+% odfpr1_0_3t_18->354757
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 281 667 moveto
+286 678 300 709 311 731 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 307.74 732.283 moveto
+315 740 lineto
+314.137 729.44 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 307.74 732.283 moveto
+315 740 lineto
+314.137 729.44 lineto
+closepath stroke
+grestore
+% 354766
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+303 751 24.9565 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+289.875 748.15 moveto
+(354766)
+[3.75 3.75 4.5 5.25 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->354766
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 280 668 moveto
+283 679 291 707 296 727 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 292.774 728.427 moveto
+299 737 lineto
+299.479 726.416 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 292.774 728.427 moveto
+299 737 lineto
+299.479 726.416 lineto
+closepath stroke
+grestore
+% 354771
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+283 741 24.8348 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+269.5 738.15 moveto
+(354771)
+[3.75 3.75 4.5 5.25 5.25 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->354771
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 279 668 moveto
+280 677 281 699 281 717 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 277.522 717.398 moveto
+282 727 lineto
+284.488 716.701 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 277.522 717.398 moveto
+282 727 lineto
+284.488 716.701 lineto
+closepath stroke
+grestore
+% 354785
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+205 627 24.0798 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+192.25 624.15 moveto
+(354785)
+[3.75 3.75 4.5 5.25 4.5 3.75]
+xshow
+grestore
+% odfpr1_0_3t_18->354785
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 275 661 moveto
+267 658 249 648 232 640 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 233.56 636.863 moveto
+223 636 lineto
+230.717 643.26 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 233.56 636.863 moveto
+223 636 lineto
+230.717 643.26 lineto
+closepath stroke
+grestore
+% 354878
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+200 642 24.9565 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+186.875 639.15 moveto
+(354878)
+[3.75 3.75 4.5 4.5 5.25 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->354878
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 275 662 moveto
+267 660 248 655 232 651 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 232.584 647.521 moveto
+222 648 lineto
+230.573 654.226 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 232.584 647.521 moveto
+222 648 lineto
+230.573 654.226 lineto
+closepath stroke
+grestore
+% 355080
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+215 612 24.2065 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+202.625 609.15 moveto
+(355080)
+[3.75 3.75 3.75 4.5 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->355080
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 276 660 moveto
+268 655 251 641 237 629 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 239.1 626.2 moveto
+229 623 lineto
+234.9 631.8 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 239.1 626.2 moveto
+229 623 lineto
+234.9 631.8 lineto
+closepath stroke
+grestore
+% 355288
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+215 590 24.0798 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+202.25 587.15 moveto
+(355288)
+[3.75 3.75 3.75 5.25 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->355288
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 276 659 moveto
+268 650 248 627 233 610 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 235.219 607.221 moveto
+226 602 lineto
+229.951 611.831 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 235.219 607.221 moveto
+226 602 lineto
+229.951 611.831 lineto
+closepath stroke
+grestore
+% 355800
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+292 620 24.2065 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+279.625 617.15 moveto
+(355800)
+[3.75 3.75 3.75 4.5 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->355800
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 280 659 moveto
+281 655 283 649 285 643 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 288.479 643.584 moveto
+288 633 lineto
+281.774 641.573 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 288.479 643.584 moveto
+288 633 lineto
+281.774 641.573 lineto
+closepath stroke
+grestore
+% 356116
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+349 668 24.0798 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+336.25 665.15 moveto
+(356116)
+[3.75 3.75 4.5 4.5 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->356116
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 283 663 moveto
+289 664 302 665 315 665 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 314.701 668.488 moveto
+325 666 lineto
+315.398 661.522 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 314.701 668.488 moveto
+325 666 lineto
+315.398 661.522 lineto
+closepath stroke
+grestore
+% 356741
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+314 602 24.9565 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+300.875 599.15 moveto
+(356741)
+[3.75 3.75 4.5 5.25 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->356741
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 281 659 moveto
+285 652 294 637 301 624 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 304.203 625.441 moveto
+306 615 lineto
+298.084 622.042 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 304.203 625.441 moveto
+306 615 lineto
+298.084 622.042 lineto
+closepath stroke
+grestore
+% 357340
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+346 686 24.0798 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+333.25 683.15 moveto
+(357340)
+[3.75 3.75 5.25 3.75 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->357340
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 283 664 moveto
+289 666 303 671 316 676 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 315.416 679.479 moveto
+326 679 lineto
+317.427 672.774 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 315.416 679.479 moveto
+326 679 lineto
+317.427 672.774 lineto
+closepath stroke
+grestore
+% 357538
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+307 691 24.2065 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+294.625 688.15 moveto
+(357538)
+[3.75 3.75 5.25 3.75 3.75 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->357538
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 282 666 moveto
+284 668 286 670 288 672 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 285.454 674.404 moveto
+295 679 lineto
+290.404 669.454 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 285.454 674.404 moveto
+295 679 lineto
+290.404 669.454 lineto
+closepath stroke
+grestore
+% 357769
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+320 710 24.8348 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+306.5 707.15 moveto
+(357769)
+[3.75 3.75 5.25 5.25 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->357769
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 282 666 moveto
+286 671 295 681 302 690 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 299.781 692.779 moveto
+309 698 lineto
+305.049 688.169 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 299.781 692.779 moveto
+309 698 lineto
+305.049 688.169 lineto
+closepath stroke
+grestore
+% 357793
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+261 625 24.9565 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+247.875 622.15 moveto
+(357793)
+[3.75 3.75 5.25 5.25 4.5 3.75]
+xshow
+grestore
+% odfpr1_0_3t_18->357793
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 277 659 moveto
+276 656 274 652 272 647 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 274.916 645.042 moveto
+267 638 lineto
+268.797 648.441 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 274.916 645.042 moveto
+267 638 lineto
+268.797 648.441 lineto
+closepath stroke
+grestore
+% 358155
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+351 704 23.8315 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+339 701.15 moveto
+(358155)
+[3.75 3.75 4.5 4.5 3.75 3.75]
+xshow
+grestore
+% odfpr1_0_3t_18->358155
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 283 665 moveto
+291 670 309 681 325 689 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 323.559 692.203 moveto
+334 694 lineto
+326.958 686.084 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 323.559 692.203 moveto
+334 694 lineto
+326.958 686.084 lineto
+closepath stroke
+grestore
+% 358157
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+340 721 24.0798 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+327.25 718.15 moveto
+(358157)
+[3.75 3.75 4.5 4.5 3.75 5.25]
+xshow
+grestore
+% odfpr1_0_3t_18->358157
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 282 666 moveto
+290 673 306 689 321 702 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 318.454 704.404 moveto
+328 709 lineto
+323.404 699.454 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 318.454 704.404 moveto
+328 709 lineto
+323.404 699.454 lineto
+closepath stroke
+grestore
+% 358159
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+313 582 24.2065 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+300.625 579.15 moveto
+(358159)
+[3.75 3.75 4.5 4.5 3.75 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->358159
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 281 659 moveto
+285 649 296 623 304 604 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 307.137 605.56 moveto
+308 595 lineto
+300.74 602.717 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 307.137 605.56 moveto
+308 595 lineto
+300.74 602.717 lineto
+closepath stroke
+grestore
+% 358584
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+270 599 24.2065 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+257.625 596.15 moveto
+(358584)
+[3.75 3.75 4.5 3.75 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->358584
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 278 658 moveto
+277 651 275 636 273 623 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 276.478 622.602 moveto
+272 613 lineto
+269.512 623.299 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 276.478 622.602 moveto
+272 613 lineto
+269.512 623.299 lineto
+closepath stroke
+grestore
+% 360104
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+277 696 24.9565 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+263.875 693.15 moveto
+(360104)
+[3.75 4.5 4.5 4.5 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->360104
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 279 668 moveto
+279 669 279 671 279 672 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 275.512 671.701 moveto
+278 682 lineto
+282.478 672.398 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 275.512 671.701 moveto
+278 682 lineto
+282.478 672.398 lineto
+closepath stroke
+grestore
+% 360144
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+249 658 24.9565 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+235.875 655.15 moveto
+(360144)
+[3.75 4.5 4.5 4.5 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->360144
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 275 662 moveto
+275 662 275 662 275 662 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 283 658.5 moveto
+273 662 lineto
+283 665.5 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 283 658.5 moveto
+273 662 lineto
+283 665.5 lineto
+closepath stroke
+grestore
+% 360672
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+274 568 25.2024 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+260.125 565.15 moveto
+(360672)
+[3.75 4.5 4.5 4.5 5.25 5.25]
+xshow
+grestore
+% odfpr1_0_3t_18->360672
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 279 658 moveto
+278 646 277 614 275 592 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 278.5 592 moveto
+275 582 lineto
+271.5 592 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 278.5 592 moveto
+275 582 lineto
+271.5 592 lineto
+closepath stroke
+grestore
+% 360839
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+292 582 24.0798 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+279.25 579.15 moveto
+(360839)
+[3.75 4.5 4.5 4.5 3.75 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->360839
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 280 658 moveto
+282 648 285 624 288 606 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 291.471 606.492 moveto
+290 596 lineto
+284.607 605.119 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 291.471 606.492 moveto
+290 596 lineto
+284.607 605.119 lineto
+closepath stroke
+grestore
+% 371187
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+324 656 25.2024 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+310.125 653.15 moveto
+(371187)
+[3.75 5.25 4.5 4.5 4.5 5.25]
+xshow
+grestore
+% odfpr1_0_3t_18->371187
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 283 662 moveto
+285 662 287 662 290 661 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 290.398 664.478 moveto
+300 660 lineto
+289.701 657.512 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 290.398 664.478 moveto
+300 660 lineto
+289.701 657.512 lineto
+closepath stroke
+grestore
+% 373300
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+236 571 24.0798 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+223.25 568.15 moveto
+(373300)
+[3.75 5.25 3.75 3.75 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->373300
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 277 659 moveto
+272 648 257 615 246 593 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 249.26 591.717 moveto
+242 584 lineto
+242.863 594.56 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 249.26 591.717 moveto
+242 584 lineto
+242.863 594.56 lineto
+closepath stroke
+grestore
+% 375134
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+211 683 24.0798 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+198.25 680.15 moveto
+(375134)
+[3.75 5.25 3.75 4.5 3.75 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->375134
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 275 664 moveto
+269 666 255 670 242 674 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 240.573 670.774 moveto
+232 677 lineto
+242.584 677.479 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 240.573 670.774 moveto
+232 677 lineto
+242.584 677.479 lineto
+closepath stroke
+grestore
+% 375319
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+267 768 24.0798 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+254.25 765.15 moveto
+(375319)
+[3.75 5.25 3.75 3.75 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->375319
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 278 668 moveto
+277 681 272 719 270 744 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 266.512 743.701 moveto
+269 754 lineto
+273.478 744.398 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 266.512 743.701 moveto
+269 754 lineto
+273.478 744.398 lineto
+closepath stroke
+grestore
+% 375499
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+329 629 24.9565 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+315.875 626.15 moveto
+(375499)
+[3.75 5.25 3.75 4.5 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->375499
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 283 661 moveto
+287 658 296 652 305 646 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 307.1 648.8 moveto
+313 640 lineto
+302.9 643.2 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 307.1 648.8 moveto
+313 640 lineto
+302.9 643.2 lineto
+closepath stroke
+grestore
+% 377220
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+222 715 25.9573 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+207.375 712.15 moveto
+(377220)
+[3.75 5.25 5.25 5.25 5.25 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->377220
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 276 666 moveto
+269 672 255 685 243 696 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 240.221 693.781 moveto
+235 703 lineto
+244.831 699.049 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 240.221 693.781 moveto
+235 703 lineto
+244.831 699.049 lineto
+closepath stroke
+grestore
+% 377562
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+186 684 25.2024 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+172.125 681.15 moveto
+(377562)
+[3.75 5.25 5.25 3.75 4.5 5.25]
+xshow
+grestore
+% odfpr1_0_3t_18->377562
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 275 664 moveto
+266 667 240 672 219 677 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 218.119 673.607 moveto
+209 679 lineto
+219.492 680.471 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 218.119 673.607 moveto
+209 679 lineto
+219.492 680.471 lineto
+closepath stroke
+grestore
+% 378108
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+243 727 24.8348 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+229.5 724.15 moveto
+(378108)
+[3.75 5.25 4.5 4.5 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->378108
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 277 667 moveto
+273 674 263 691 255 705 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 251.797 703.559 moveto
+250 714 lineto
+257.916 706.958 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 251.797 703.559 moveto
+250 714 lineto
+257.916 706.958 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+353 625 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_3t_21->358471
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 356 622 moveto
+357 621 359 619 361 617 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 363.404 619.546 moveto
+368 610 lineto
+358.454 614.596 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 363.404 619.546 moveto
+368 610 lineto
+358.454 614.596 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->355800
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 349 625 moveto
+344 625 335 624 326 623 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 326.299 619.512 moveto
+316 622 lineto
+325.602 626.478 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 326.299 619.512 moveto
+316 622 lineto
+325.602 626.478 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->356116
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 353 630 moveto
+352 634 352 639 351 644 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 347.5 644 moveto
+351 654 lineto
+354.5 644 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 347.5 644 moveto
+351 654 lineto
+354.5 644 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->356741
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 349 623 moveto
+347 621 344 619 340 617 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 341.441 613.797 moveto
+331 612 lineto
+338.042 619.916 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 341.441 613.797 moveto
+331 612 lineto
+338.042 619.916 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->357340
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 352 630 moveto
+351 637 350 650 349 662 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 345.512 661.701 moveto
+348 672 lineto
+352.478 662.398 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 345.512 661.701 moveto
+348 672 lineto
+352.478 662.398 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->357538
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 351 629 moveto
+345 636 333 655 322 670 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 319.2 667.9 moveto
+316 678 lineto
+324.8 672.1 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 319.2 667.9 moveto
+316 678 lineto
+324.8 672.1 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->357769
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 351 630 moveto
+347 640 337 667 329 688 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 325.863 686.44 moveto
+325 697 lineto
+332.26 689.283 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 325.863 686.44 moveto
+325 697 lineto
+332.26 689.283 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->357793
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 349 625 moveto
+340 625 316 625 296 625 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 296 621.5 moveto
+286 625 lineto
+296 628.5 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 296 621.5 moveto
+286 625 lineto
+296 628.5 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->358155
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 353 630 moveto
+352 640 352 662 351 680 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 347.5 680 moveto
+351 690 lineto
+354.5 680 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 347.5 680 moveto
+351 690 lineto
+354.5 680 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->358157
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 352 630 moveto
+351 642 347 675 343 697 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 339.512 696.701 moveto
+342 707 lineto
+346.478 697.398 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 339.512 696.701 moveto
+342 707 lineto
+346.478 697.398 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->358159
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 350 622 moveto
+346 618 338 610 331 602 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 333.219 599.221 moveto
+324 594 lineto
+327.951 603.831 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 333.219 599.221 moveto
+324 594 lineto
+327.951 603.831 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->358584
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 349 624 moveto
+340 621 319 615 301 609 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 301.584 605.521 moveto
+291 606 lineto
+299.573 612.226 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 301.584 605.521 moveto
+291 606 lineto
+299.573 612.226 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->360104
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 350 628 moveto
+340 637 315 660 297 677 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 294.596 674.454 moveto
+290 684 lineto
+299.546 679.404 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 294.596 674.454 moveto
+290 684 lineto
+299.546 679.404 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->360144
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 349 626 moveto
+338 630 305 640 281 648 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 279.573 644.774 moveto
+271 651 lineto
+281.584 651.479 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 279.573 644.774 moveto
+271 651 lineto
+281.584 651.479 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->360672
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 350 623 moveto
+340 617 316 599 297 585 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 299.1 582.2 moveto
+289 579 lineto
+294.9 587.8 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 299.1 582.2 moveto
+289 579 lineto
+294.9 587.8 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->360839
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 349 622 moveto
+343 617 328 608 315 599 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 317.1 596.2 moveto
+307 593 lineto
+312.9 601.8 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 317.1 596.2 moveto
+307 593 lineto
+312.9 601.8 lineto
+closepath stroke
+grestore
+% fcfpr1_1_3t_34
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+854 6 4 4.5 ellipse_path stroke
+grestore
+% fcfpr1_1_3t_34->382528
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 856 10 moveto
+860 19 870 39 878 55 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 875.084 56.9582 moveto
+883 64 lineto
+881.203 53.5586 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 875.084 56.9582 moveto
+883 64 lineto
+881.203 53.5586 lineto
+closepath stroke
+grestore
+% rtafpr1_1_3t_48
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+940 5 4 4.5 ellipse_path stroke
+grestore
+% rtafpr1_1_3t_48->382528
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 937 9 moveto
+931 17 916 39 904 56 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 901.2 53.9 moveto
+898 64 lineto
+906.8 58.1 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 901.2 53.9 moveto
+898 64 lineto
+906.8 58.1 lineto
+closepath stroke
+grestore
+% rcfpr1_0_1t_35
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+273 322 4 4.5 ellipse_path stroke
+grestore
+% rcfpr1_0_1t_35->370509
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 274 326 moveto
+277 337 287 367 294 388 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 290.774 389.427 moveto
+297 398 lineto
+297.479 387.416 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 290.774 389.427 moveto
+297 398 lineto
+297.479 387.416 lineto
+closepath stroke
+grestore
+% odfpr1_0_1t_38
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+253 332 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_1t_38->370510
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 256 335 moveto
+264 344 287 367 304 384 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 301.454 386.404 moveto
+311 391 lineto
+306.404 381.454 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 301.454 386.404 moveto
+311 391 lineto
+306.404 381.454 lineto
+closepath stroke
+grestore
+% tlfpr1_0_4g_5
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+155 795 4 4.5 ellipse_path stroke
+grestore
+% tlfpr1_0_4g_5->354546
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 159 793 moveto
+169 789 195 775 216 765 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 217.958 767.916 moveto
+225 760 lineto
+214.559 761.797 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 217.958 767.916 moveto
+225 760 lineto
+214.559 761.797 lineto
+closepath stroke
+grestore
+% rcfpr1_1_1t_61
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+216 844 4 4.5 ellipse_path stroke
+grestore
+% rcfpr1_1_1t_61->354546
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 217 840 moveto
+220 828 230 797 236 775 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 239.479 775.584 moveto
+239 765 lineto
+232.774 773.573 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 239.479 775.584 moveto
+239 765 lineto
+232.774 773.573 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_20
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+285 828 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_3t_20->354546
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 283 824 moveto
+278 815 265 791 255 773 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 257.916 771.042 moveto
+250 764 lineto
+251.797 774.441 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 257.916 771.042 moveto
+250 764 lineto
+251.797 774.441 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_20->354757
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 287 824 moveto
+291 815 302 793 310 775 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 313.203 776.441 moveto
+315 766 lineto
+307.084 773.042 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 313.203 776.441 moveto
+315 766 lineto
+307.084 773.042 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_20->354766
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 286 823 moveto
+288 814 294 792 298 774 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 301.471 774.492 moveto
+300 764 lineto
+294.607 773.119 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 301.471 774.492 moveto
+300 764 lineto
+294.607 773.119 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_20->354771
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 285 823 moveto
+284 812 284 785 283 765 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 286.5 765 moveto
+283 755 lineto
+279.5 765 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 286.5 765 moveto
+283 755 lineto
+279.5 765 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_23
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+133 595 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_3t_23->354785
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 137 597 moveto
+144 600 162 608 177 615 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 175.44 618.137 moveto
+186 619 lineto
+178.283 611.74 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 175.44 618.137 moveto
+186 619 lineto
+178.283 611.74 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_23->354878
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 137 598 moveto
+145 603 162 615 177 625 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 174.9 627.8 moveto
+185 631 lineto
+179.1 622.2 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 174.9 627.8 moveto
+185 631 lineto
+179.1 622.2 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_23->355080
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 137 596 moveto
+145 598 165 601 182 605 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 181.508 608.471 moveto
+192 607 lineto
+182.881 601.607 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 181.508 608.471 moveto
+192 607 lineto
+182.881 601.607 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_23->355288
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 137 595 moveto
+145 594 164 593 181 593 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 181.398 596.478 moveto
+191 592 lineto
+180.701 589.512 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 181.398 596.478 moveto
+191 592 lineto
+180.701 589.512 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_24
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+146 568 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_3t_24->354785
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 149 571 moveto
+156 578 172 594 186 608 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 183.454 610.404 moveto
+193 615 lineto
+188.404 605.454 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 183.454 610.404 moveto
+193 615 lineto
+188.404 605.454 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_24->354878
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 149 572 moveto
+155 581 172 604 185 621 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 182.2 623.1 moveto
+191 629 lineto
+187.8 618.9 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 182.2 623.1 moveto
+191 629 lineto
+187.8 618.9 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_24->355080
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 150 570 moveto
+157 575 175 587 190 596 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 188.738 599.365 moveto
+199 602 lineto
+192.621 593.541 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 188.738 599.365 moveto
+199 602 lineto
+192.621 593.541 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_24->355288
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 150 569 moveto
+157 571 171 576 184 580 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 183.416 583.479 moveto
+194 583 lineto
+185.427 576.774 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 183.416 583.479 moveto
+194 583 lineto
+185.427 576.774 lineto
+closepath stroke
+grestore
+% odfpr2_0_03t_13
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+168 507 4 4.5 ellipse_path stroke
+grestore
+% odfpr2_0_03t_13->355288
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 170 511 moveto
+176 521 192 549 203 568 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 200.084 569.958 moveto
+208 577 lineto
+206.203 566.559 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 200.084 569.958 moveto
+208 577 lineto
+206.203 566.559 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_5
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+223 486 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_3t_5->360672
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 225 490 moveto
+232 499 249 527 261 546 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 258.084 547.958 moveto
+266 555 lineto
+264.203 544.559 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 258.084 547.958 moveto
+266 555 lineto
+264.203 544.559 lineto
+closepath stroke
+grestore
+% tlfpr1_0_3g_5
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+193 489 4 4.5 ellipse_path stroke
+grestore
+% tlfpr1_0_3g_5->373300
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 195 493 moveto
+200 502 214 529 224 549 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 221.084 550.958 moveto
+229 558 lineto
+227.203 547.559 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 221.084 550.958 moveto
+229 558 lineto
+227.203 547.559 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_12
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+150 526 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_3t_12->373300
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 154 528 moveto
+164 533 189 547 209 557 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 207.559 560.203 moveto
+218 562 lineto
+210.958 554.084 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 207.559 560.203 moveto
+218 562 lineto
+210.958 554.084 lineto
+closepath stroke
+grestore
+% odfpr1_0_5t_18
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+115 706 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_5t_18->375134
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 119 705 moveto
+129 702 157 696 179 690 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 179.881 693.393 moveto
+189 688 lineto
+178.508 686.529 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 179.881 693.393 moveto
+189 688 lineto
+178.508 686.529 lineto
+closepath stroke
+grestore
+% rcfpr0_0_1t_10
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+301 857 4 4.5 ellipse_path stroke
+grestore
+% rcfpr0_0_1t_10->375319
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 299 853 moveto
+296 842 284 812 276 790 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 279.26 788.717 moveto
+272 781 lineto
+272.863 791.56 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 279.26 788.717 moveto
+272 781 lineto
+272.863 791.56 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_36
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+165 775 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_3t_36->375319
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 169 775 moveto
+180 774 209 772 233 770 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 233 773.5 moveto
+243 770 lineto
+233 766.5 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 233 773.5 moveto
+243 770 lineto
+233 766.5 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_36->377562
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 166 771 moveto
+169 759 176 729 181 708 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 184.471 708.492 moveto
+183 698 lineto
+177.607 707.119 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 184.471 708.492 moveto
+183 698 lineto
+177.607 707.119 lineto
+closepath stroke
+grestore
+% odfpr1_0_5t_17
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+266 860 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_5t_17->375319
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 266 855 moveto
+266 844 267 814 267 792 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 270.5 792 moveto
+267 782 lineto
+263.5 792 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 270.5 792 moveto
+267 782 lineto
+263.5 792 lineto
+closepath stroke
+grestore
+% odfpr1_0_5t_19
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+234 853 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_5t_19->375319
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 236 848 moveto
+240 838 250 811 258 790 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 261.137 791.56 moveto
+262 781 lineto
+254.74 788.717 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 261.137 791.56 moveto
+262 781 lineto
+254.74 788.717 lineto
+closepath stroke
+grestore
+% odfpr1_0_5t_21
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+170 806 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_5t_21->377220
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 172 802 moveto
+178 792 197 759 209 737 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 212.203 738.441 moveto
+214 728 lineto
+206.084 735.042 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 212.203 738.441 moveto
+214 728 lineto
+206.084 735.042 lineto
+closepath stroke
+grestore
+% tlfpr1_0_3g_7
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+105 679 4 4.5 ellipse_path stroke
+grestore
+% tlfpr1_0_3g_7->377562
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 109 679 moveto
+117 680 134 681 151 681 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 150.701 684.488 moveto
+161 682 lineto
+151.398 677.522 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 150.701 684.488 moveto
+161 682 lineto
+151.398 677.522 lineto
+closepath stroke
+grestore
+% tlfpr1_1_1t_3
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+117 735 4 4.5 ellipse_path stroke
+grestore
+% tlfpr1_1_1t_3->377562
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 121 732 moveto
+129 726 148 712 163 701 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 165.1 703.8 moveto
+171 695 lineto
+160.9 698.2 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 165.1 703.8 moveto
+171 695 lineto
+160.9 698.2 lineto
+closepath stroke
+grestore
+% odfpr1_0_5t_20
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+103 633 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_5t_20->377562
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 107 635 moveto
+116 641 141 657 160 669 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 158.559 672.203 moveto
+169 674 lineto
+161.958 666.084 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 158.559 672.203 moveto
+169 674 lineto
+161.958 666.084 lineto
+closepath stroke
+grestore
+% 354221
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+26 606 24.8348 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+12.5 603.15 moveto
+(354221)
+[3.75 3.75 4.5 5.25 5.25 4.5]
+xshow
+grestore
+% odfpr1_0_5t_20->354221
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 99 632 moveto
+91 629 73 623 57 617 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 57.5847 613.464 moveto
+47 613 lineto
+54.9849 619.964 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 57.5847 613.464 moveto
+47 613 lineto
+54.9849 619.964 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_6
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+198 825 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_3t_6->378108
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 200 821 moveto
+206 809 222 773 233 749 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 236.137 750.56 moveto
+237 740 lineto
+229.74 747.717 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 236.137 750.56 moveto
+237 740 lineto
+229.74 747.717 lineto
+closepath stroke
+grestore
+endpage
+showpage
+grestore
+%%PageTrailer
+%%EndPage: 1
+%%Trailer
+%%Pages: 1
+%%BoundingBox: 36 36 396 333
+end
+restore
+%%EOF
diff --git a/rtest/nshare/style_dot.png b/rtest/nshare/style_dot.png
new file mode 100644 (file)
index 0000000..87bd62e
Binary files /dev/null and b/rtest/nshare/style_dot.png differ
diff --git a/rtest/nshare/style_dot.ps b/rtest/nshare/style_dot.ps
new file mode 100644 (file)
index 0000000..7455d67
--- /dev/null
@@ -0,0 +1,1036 @@
+%!PS-Adobe-2.0
+%%Creator: Graphviz version 2.15 (Mon Oct 29 14:44:21 UTC 2007)
+%%For: (ellson) John Ellson
+%%Title: G
+%%Pages: (atend)
+%%BoundingBox: (atend)
+%%EndComments
+save
+%%BeginProlog
+/DotDict 200 dict def
+DotDict begin
+
+/setupLatin1 {
+mark
+/EncodingVector 256 array def
+ EncodingVector 0
+
+ISOLatin1Encoding 0 255 getinterval putinterval
+EncodingVector 45 /hyphen put
+
+% Set up ISO Latin 1 character encoding
+/starnetISO {
+        dup dup findfont dup length dict begin
+        { 1 index /FID ne { def }{ pop pop } ifelse
+        } forall
+        /Encoding EncodingVector def
+        currentdict end definefont
+} def
+/Times-Roman starnetISO def
+/Times-Italic starnetISO def
+/Times-Bold starnetISO def
+/Times-BoldItalic starnetISO def
+/Helvetica starnetISO def
+/Helvetica-Oblique starnetISO def
+/Helvetica-Bold starnetISO def
+/Helvetica-BoldOblique starnetISO def
+/Courier starnetISO def
+/Courier-Oblique starnetISO def
+/Courier-Bold starnetISO def
+/Courier-BoldOblique starnetISO def
+cleartomark
+} bind def
+
+%%BeginResource: procset graphviz 0 0
+/coord-font-family /Times-Roman def
+/default-font-family /Times-Roman def
+/coordfont coord-font-family findfont 8 scalefont def
+
+/InvScaleFactor 1.0 def
+/set_scale {
+       dup 1 exch div /InvScaleFactor exch def
+       scale
+} bind def
+
+% styles
+/solid { [] 0 setdash } bind def
+/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
+/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
+/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
+/bold { 2 setlinewidth } bind def
+/filled { } bind def
+/unfilled { } bind def
+/rounded { } bind def
+/diagonals { } bind def
+
+% hooks for setting color 
+/nodecolor { sethsbcolor } bind def
+/edgecolor { sethsbcolor } bind def
+/graphcolor { sethsbcolor } bind def
+/nopcolor {pop pop pop} bind def
+
+/beginpage {   % i j npages
+       /npages exch def
+       /j exch def
+       /i exch def
+       /str 10 string def
+       npages 1 gt {
+               gsave
+                       coordfont setfont
+                       0 0 moveto
+                       (\() show i str cvs show (,) show j str cvs show (\)) show
+               grestore
+       } if
+} bind def
+
+/set_font {
+       findfont exch
+       scalefont setfont
+} def
+
+% draw aligned label in bounding box aligned to current point
+/alignedtext {                 % width adj text
+       /text exch def
+       /adj exch def
+       /width exch def
+       gsave
+               width 0 gt {
+                       text stringwidth pop adj mul 0 rmoveto
+               } if
+               [] 0 setdash
+               text show
+       grestore
+} def
+
+/boxprim {                             % xcorner ycorner xsize ysize
+               4 2 roll
+               moveto
+               2 copy
+               exch 0 rlineto
+               0 exch rlineto
+               pop neg 0 rlineto
+               closepath
+} bind def
+
+/ellipse_path {
+       /ry exch def
+       /rx exch def
+       /y exch def
+       /x exch def
+       matrix currentmatrix
+       newpath
+       x y translate
+       rx ry scale
+       0 0 1 0 360 arc
+       setmatrix
+} bind def
+
+/endpage { showpage } bind def
+/showpage { } def
+
+/layercolorseq
+       [       % layer color sequence - darkest to lightest
+               [0 0 0]
+               [.2 .8 .8]
+               [.4 .8 .8]
+               [.6 .8 .8]
+               [.8 .8 .8]
+       ]
+def
+
+/layerlen layercolorseq length def
+
+/setlayer {/maxlayer exch def /curlayer exch def
+       layercolorseq curlayer 1 sub layerlen mod get
+       aload pop sethsbcolor
+       /nodecolor {nopcolor} def
+       /edgecolor {nopcolor} def
+       /graphcolor {nopcolor} def
+} bind def
+
+/onlayer { curlayer ne {invis} if } def
+
+/onlayers {
+       /myupper exch def
+       /mylower exch def
+       curlayer mylower lt
+       curlayer myupper gt
+       or
+       {invis} if
+} def
+
+/curlayer 0 def
+
+%%EndResource
+%%EndProlog
+%%BeginSetup
+14 default-font-family set_font
+1 setmiterlimit
+% /arrowlength 10 def
+% /arrowwidth 5 def
+
+% make sure pdfmark is harmless for PS-interpreters other than Distiller
+/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
+% make '<<' and '>>' safe on PS Level 1 devices
+/languagelevel where {pop languagelevel}{1} ifelse
+2 lt {
+    userdict (<<) cvn ([) cvn load put
+    userdict (>>) cvn ([) cvn load put
+} if
+
+%%EndSetup
+setupLatin1
+%%Page: 1 1
+%%PageBoundingBox: 36 36 914 261
+%%PageOrientation: Portrait
+0 0 1 beginpage
+gsave
+36 36 878 225 boxprim clip newpath
+1 1 set_scale 0 rotate 40 40 translate
+% clusterA
+gsave
+1 setlinewidth
+0.000 0.000 0.000 graphcolor
+newpath 732 71 moveto
+850 71 lineto
+stroke
+1 setlinewidth
+0.000 0.000 0.000 graphcolor
+newpath 850 71 moveto
+856 71 862 77 862 83 curveto
+stroke
+1 setlinewidth
+0.000 0.000 0.000 graphcolor
+newpath 862 83 moveto
+862 197 lineto
+stroke
+1 setlinewidth
+0.000 0.000 0.000 graphcolor
+newpath 862 197 moveto
+862 203 856 209 850 209 curveto
+stroke
+1 setlinewidth
+0.000 0.000 0.000 graphcolor
+newpath 850 209 moveto
+732 209 lineto
+stroke
+1 setlinewidth
+0.000 0.000 0.000 graphcolor
+newpath 732 209 moveto
+726 209 720 203 720 197 curveto
+stroke
+1 setlinewidth
+0.000 0.000 0.000 graphcolor
+newpath 720 197 moveto
+720 83 lineto
+stroke
+1 setlinewidth
+0.000 0.000 0.000 graphcolor
+newpath 720 83 moveto
+720 77 726 71 732 71 curveto
+stroke
+grestore
+% b
+gsave
+2 setlinewidth
+bold
+0.000 0.000 0.000 nodecolor
+27 97 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+23.625 92.65 moveto
+(b)
+[6.75]
+xshow
+grestore
+% c
+gsave
+1 setlinewidth
+dashed
+0.000 0.000 0.000 nodecolor
+99 97 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+95.625 92.65 moveto
+(c)
+[6.75]
+xshow
+grestore
+% d
+gsave
+1 setlinewidth
+dotted
+0.000 0.000 0.000 nodecolor
+171 97 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+167.25 92.65 moveto
+(d)
+[7.5]
+xshow
+grestore
+% e
+gsave
+3 setlinewidth
+0.000 0.000 0.000 nodecolor
+243 97 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+239.625 92.65 moveto
+(e)
+[6.75]
+xshow
+grestore
+% f
+gsave
+grestore
+% g
+gsave
+1 setlinewidth
+solid
+0.000 0.000 0.000 nodecolor
+387 97 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+383.25 92.65 moveto
+(g)
+[7.5]
+xshow
+grestore
+% a
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+207 183 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+203.625 178.65 moveto
+(a)
+[6.75]
+xshow
+grestore
+% a->b
+gsave
+2 setlinewidth
+bold
+0.000 0.000 0.000 edgecolor
+newpath 183 174 moveto
+154 164 104 144 63 122 curveto
+60 120 57 118 53 116 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 55.1 113.2 moveto
+45 110 lineto
+50.9 118.8 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 55.1 113.2 moveto
+45 110 lineto
+50.9 118.8 lineto
+closepath stroke
+grestore
+% a->c
+gsave
+1 setlinewidth
+dashed
+0.000 0.000 0.000 edgecolor
+newpath 190 169 moveto
+172 155 145 133 125 117 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 127.1 114.2 moveto
+117 111 lineto
+122.9 119.8 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 127.1 114.2 moveto
+117 111 lineto
+122.9 119.8 lineto
+closepath stroke
+grestore
+% a->d
+gsave
+1 setlinewidth
+dotted
+0.000 0.000 0.000 edgecolor
+newpath 200 166 moveto
+195 154 189 138 182 124 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 185.26 122.717 moveto
+178 115 lineto
+178.863 125.56 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 185.26 122.717 moveto
+178 115 lineto
+178.863 125.56 lineto
+closepath stroke
+grestore
+% a->e
+gsave
+3 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 214 166 moveto
+219 154 225 138 232 124 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 235.137 125.56 moveto
+236 115 lineto
+228.74 122.717 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 235.137 125.56 moveto
+236 115 lineto
+228.74 122.717 lineto
+closepath stroke
+grestore
+% a->f
+gsave
+grestore
+% a->g
+gsave
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 231 174 moveto
+260 164 311 144 351 122 curveto
+354 120 357 119 361 117 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 363.1 119.8 moveto
+369 111 lineto
+358.9 114.2 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 363.1 119.8 moveto
+369 111 lineto
+358.9 114.2 lineto
+closepath stroke
+grestore
+% B
+gsave
+2 setlinewidth
+bold
+0.000 0.000 0.000 nodecolor
+newpath 474 201 moveto
+444 201 lineto
+stroke
+2 setlinewidth
+bold
+0.000 0.000 0.000 nodecolor
+newpath 444 201 moveto
+438 201 432 195 432 189 curveto
+stroke
+2 setlinewidth
+bold
+0.000 0.000 0.000 nodecolor
+newpath 432 189 moveto
+432 177 lineto
+stroke
+2 setlinewidth
+bold
+0.000 0.000 0.000 nodecolor
+newpath 432 177 moveto
+432 171 438 165 444 165 curveto
+stroke
+2 setlinewidth
+bold
+0.000 0.000 0.000 nodecolor
+newpath 444 165 moveto
+474 165 lineto
+stroke
+2 setlinewidth
+bold
+0.000 0.000 0.000 nodecolor
+newpath 474 165 moveto
+480 165 486 171 486 177 curveto
+stroke
+2 setlinewidth
+bold
+0.000 0.000 0.000 nodecolor
+newpath 486 177 moveto
+486 189 lineto
+stroke
+2 setlinewidth
+bold
+0.000 0.000 0.000 nodecolor
+newpath 486 189 moveto
+486 195 480 201 474 201 curveto
+stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+454.5 178.65 moveto
+(B)
+[9]
+xshow
+grestore
+% BD
+gsave
+2 setlinewidth
+bold
+0.000 0.000 0.000 nodecolor
+459 97 27 18 ellipse_path stroke
+2 setlinewidth
+bold
+0.000 0.000 0.000 nodecolor
+newpath 476.858 110.5 moveto
+441.142 110.5 lineto
+stroke
+2 setlinewidth
+bold
+0.000 0.000 0.000 nodecolor
+newpath 476.858 83.5 moveto
+441.142 83.5 lineto
+stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+449.625 92.65 moveto
+(BD)
+[9 9.75]
+xshow
+grestore
+% B->BD
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 459 165 moveto
+459 153 459 138 459 125 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 462.5 125 moveto
+459 115 lineto
+455.5 125 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 462.5 125 moveto
+459 115 lineto
+455.5 125 lineto
+closepath stroke
+grestore
+% C
+gsave
+1 setlinewidth
+dashed
+0.000 0.000 0.000 nodecolor
+newpath 526.113 199.436 moveto
+516.887 191.064 lineto
+stroke
+1 setlinewidth
+dashed
+0.000 0.000 0.000 nodecolor
+newpath 516.887 191.064 moveto
+512.443 187.032 512.443 178.968 516.887 174.936 curveto
+stroke
+1 setlinewidth
+dashed
+0.000 0.000 0.000 nodecolor
+newpath 516.887 174.936 moveto
+526.113 166.564 lineto
+stroke
+1 setlinewidth
+dashed
+0.000 0.000 0.000 nodecolor
+newpath 526.113 166.564 moveto
+530.557 162.532 539.443 162.532 543.887 166.564 curveto
+stroke
+1 setlinewidth
+dashed
+0.000 0.000 0.000 nodecolor
+newpath 543.887 166.564 moveto
+553.113 174.936 lineto
+stroke
+1 setlinewidth
+dashed
+0.000 0.000 0.000 nodecolor
+newpath 553.113 174.936 moveto
+557.557 178.968 557.557 187.032 553.113 191.064 curveto
+stroke
+1 setlinewidth
+dashed
+0.000 0.000 0.000 nodecolor
+newpath 553.113 191.064 moveto
+543.887 199.436 lineto
+stroke
+1 setlinewidth
+dashed
+0.000 0.000 0.000 nodecolor
+newpath 543.887 199.436 moveto
+539.443 203.468 530.557 203.468 526.113 199.436 curveto
+stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+530.5 178.65 moveto
+(C)
+[9]
+xshow
+grestore
+% CD
+gsave
+1 setlinewidth
+dashed
+0.000 0.000 0.000 nodecolor
+newpath 535 121.5 moveto
+503.756 97 lineto
+535 72.5 lineto
+566.244 97 lineto
+closepath stroke
+1 setlinewidth
+dashed
+0.000 0.000 0.000 nodecolor
+newpath 513.199 104.405 moveto
+513.199 89.5953 lineto
+stroke
+1 setlinewidth
+dashed
+0.000 0.000 0.000 nodecolor
+newpath 525.557 79.9047 moveto
+544.443 79.9047 lineto
+stroke
+1 setlinewidth
+dashed
+0.000 0.000 0.000 nodecolor
+newpath 556.801 89.5953 moveto
+556.801 104.405 lineto
+stroke
+1 setlinewidth
+dashed
+0.000 0.000 0.000 nodecolor
+newpath 544.443 114.095 moveto
+525.557 114.095 lineto
+stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+525.625 92.65 moveto
+(CD)
+[9 9.75]
+xshow
+grestore
+% C->CD
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 535 158 moveto
+535 150 535 141 535 132 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 538.5 132 moveto
+535 122 lineto
+531.5 132 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 538.5 132 moveto
+535 122 lineto
+531.5 132 lineto
+closepath stroke
+grestore
+% D
+gsave
+1 setlinewidth
+dotted
+0.000 0.000 0.000 nodecolor
+611 183 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+606.125 178.65 moveto
+(D)
+[9.75]
+xshow
+grestore
+% DD
+gsave
+1 setlinewidth
+dotted
+0.000 0.000 0.000 nodecolor
+611 97 27 18 ellipse_path stroke
+1 setlinewidth
+dotted
+0.000 0.000 0.000 nodecolor
+newpath 628.858 110.5 moveto
+593.142 110.5 lineto
+stroke
+1 setlinewidth
+dotted
+0.000 0.000 0.000 nodecolor
+newpath 628.858 83.5 moveto
+593.142 83.5 lineto
+stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+601.25 92.65 moveto
+(DD)
+[9.75 9.75]
+xshow
+grestore
+% D->DD
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 611 165 moveto
+611 153 611 138 611 125 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 614.5 125 moveto
+611 115 lineto
+607.5 125 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 614.5 125 moveto
+611 115 lineto
+607.5 125 lineto
+closepath stroke
+grestore
+% E
+gsave
+3 setlinewidth
+0.000 0.000 0.000 nodecolor
+683 183 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+678.875 178.65 moveto
+(E)
+[8.25]
+xshow
+grestore
+% ED
+gsave
+3 setlinewidth
+0.000 0.000 0.000 nodecolor
+683 97 27 18 ellipse_path stroke
+3 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 700.858 110.5 moveto
+665.142 110.5 lineto
+stroke
+3 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 700.858 83.5 moveto
+665.142 83.5 lineto
+stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+674 92.65 moveto
+(ED)
+[8.25 9.75]
+xshow
+grestore
+% E->ED
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 683 165 moveto
+683 153 683 138 683 125 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 686.5 125 moveto
+683 115 lineto
+679.5 125 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 686.5 125 moveto
+683 115 lineto
+679.5 125 lineto
+closepath stroke
+grestore
+% BFD
+gsave
+0.000 0.000 0.827 nodecolor
+459 18 27 18 ellipse_path fill
+2 setlinewidth
+filled
+bold
+0.000 0.000 0.000 nodecolor
+459 18 27 18 ellipse_path stroke
+2 setlinewidth
+filled
+bold
+0.000 0.000 0.000 nodecolor
+newpath 476.858 31.5 moveto
+441.142 31.5 lineto
+stroke
+2 setlinewidth
+filled
+bold
+0.000 0.000 0.000 nodecolor
+newpath 476.858 4.5 moveto
+441.142 4.5 lineto
+stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+445.5 13.65 moveto
+(BFD)
+[9 8.25 9.75]
+xshow
+grestore
+% BD->BFD
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 459 79 moveto
+459 69 459 57 459 46 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 462.5 46 moveto
+459 36 lineto
+455.5 46 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 462.5 46 moveto
+459 36 lineto
+455.5 46 lineto
+closepath stroke
+grestore
+% CFD
+gsave
+0.000 0.000 0.827 nodecolor
+535 18 27 18 ellipse_path fill
+1 setlinewidth
+filled
+dashed
+0.000 0.000 0.000 nodecolor
+535 18 27 18 ellipse_path stroke
+1 setlinewidth
+filled
+dashed
+0.000 0.000 0.000 nodecolor
+newpath 552.858 31.5 moveto
+517.142 31.5 lineto
+stroke
+1 setlinewidth
+filled
+dashed
+0.000 0.000 0.000 nodecolor
+newpath 552.858 4.5 moveto
+517.142 4.5 lineto
+stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+521.5 13.65 moveto
+(CFD)
+[9 8.25 9.75]
+xshow
+grestore
+% CD->CFD
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 535 72 moveto
+535 64 535 55 535 46 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 538.5 46 moveto
+535 36 lineto
+531.5 46 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 538.5 46 moveto
+535 36 lineto
+531.5 46 lineto
+closepath stroke
+grestore
+% DFD
+gsave
+0.000 0.000 0.827 nodecolor
+611 18 27 18 ellipse_path fill
+1 setlinewidth
+filled
+dotted
+0.000 0.000 0.000 nodecolor
+611 18 27 18 ellipse_path stroke
+1 setlinewidth
+filled
+dotted
+0.000 0.000 0.000 nodecolor
+newpath 628.858 31.5 moveto
+593.142 31.5 lineto
+stroke
+1 setlinewidth
+filled
+dotted
+0.000 0.000 0.000 nodecolor
+newpath 628.858 4.5 moveto
+593.142 4.5 lineto
+stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+597.125 13.65 moveto
+(DFD)
+[9.75 8.25 9.75]
+xshow
+grestore
+% DD->DFD
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 611 79 moveto
+611 69 611 57 611 46 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 614.5 46 moveto
+611 36 lineto
+607.5 46 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 614.5 46 moveto
+611 36 lineto
+607.5 46 lineto
+closepath stroke
+grestore
+% EFD
+gsave
+0.000 0.000 0.827 nodecolor
+683 18 27 18 ellipse_path fill
+3 setlinewidth
+filled
+0.000 0.000 0.000 nodecolor
+683 18 27 18 ellipse_path stroke
+3 setlinewidth
+filled
+0.000 0.000 0.000 nodecolor
+newpath 700.858 31.5 moveto
+665.142 31.5 lineto
+stroke
+3 setlinewidth
+filled
+0.000 0.000 0.000 nodecolor
+newpath 700.858 4.5 moveto
+665.142 4.5 lineto
+stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+669.875 13.65 moveto
+(EFD)
+[8.25 8.25 9.75]
+xshow
+grestore
+% ED->EFD
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 683 79 moveto
+683 69 683 57 683 46 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 686.5 46 moveto
+683 36 lineto
+679.5 46 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 686.5 46 moveto
+683 36 lineto
+679.5 46 lineto
+closepath stroke
+grestore
+% 1
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+755 183 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+751.625 178.65 moveto
+(1)
+[6.75]
+xshow
+grestore
+% 2
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+755 97 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+751.625 92.65 moveto
+(2)
+[6.75]
+xshow
+grestore
+% 1->2
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 755 165 moveto
+755 153 755 138 755 125 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 758.5 125 moveto
+755 115 lineto
+751.5 125 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 758.5 125 moveto
+755 115 lineto
+751.5 125 lineto
+closepath stroke
+grestore
+% 3
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+827 97 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+823.625 92.65 moveto
+(3)
+[6.75]
+xshow
+grestore
+% 1->3
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 768 167 moveto
+779 154 795 135 807 121 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 810.049 122.831 moveto
+814 113 lineto
+804.781 118.221 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 810.049 122.831 moveto
+814 113 lineto
+804.781 118.221 lineto
+closepath stroke
+grestore
+endpage
+showpage
+grestore
+%%PageTrailer
+%%EndPage: 1
+%%Trailer
+%%Pages: 1
+%%BoundingBox: 36 36 914 261
+end
+restore
+%%EOF
diff --git a/rtest/nshare/url_dot.cmapx b/rtest/nshare/url_dot.cmapx
new file mode 100644 (file)
index 0000000..09e9b96
--- /dev/null
@@ -0,0 +1,33 @@
+<map id="G" name="G">
+<area shape="poly" href="http://www.graphviz.org/doc/info/lang.html" title="lang" alt="" coords="251,29 252,37 258,43 266,49 276,52 287,53 298,52 308,49 316,43 321,37 323,29 321,22 316,15 308,10 298,7 287,5 276,7 266,10 258,15 252,22"/>
+<area shape="rect" href="http://www.graphviz.org/doc/info/colors.html" title="&lt;TABLE&gt;" alt="" coords="25,160,89,195"/>
+<area shape="poly" href="http://www.graphviz.org/doc/info/output.html" title="&lt;TABLE&gt;" alt="" coords="5,177 8,187 15,196 27,203 41,208 57,209 73,208 88,203 99,196 107,187 109,177 107,167 99,158 88,151 73,147 57,145 41,147 27,151 15,158 8,167"/>
+<area shape="poly" href="lang&#45;&gt;colors" title="self" alt="" coords="254,42 189,70 153,89 119,111 90,139 86,135 116,107 150,85 187,65 252,38"/>
+<area shape="rect" href="lang&#45;&gt;colors" title="self" alt="" coords="249,36,257,44"/>
+<area shape="rect" href="lang&#45;&gt;colors" title="self" alt="" coords="75,144,83,152"/>
+<area shape="poly" href="http://www.graphviz.org/doc/info/command.html" title="command" alt="" coords="232,177 234,185 242,191 254,197 270,200 287,201 304,200 319,197 331,191 339,185 342,177 339,170 331,163 319,158 304,155 287,153 270,155 254,158 242,163 234,170"/>
+<area shape="poly" href="http://www.graphviz.org/doc/info/shapes.html" alt="" coords="289,53 289,140 284,140 284,53"/>
+<area shape="rect" href="http://www.graphviz.org/doc/info/shapes.html" alt="" coords="283,49,291,57"/>
+<area shape="rect" href="http://www.graphviz.org/doc/info/shapes.html" alt="" coords="283,149,291,157"/>
+<area shape="poly" href="headurl" title="headurl" alt="" coords="307,48 359,108 383,141 379,144 355,111 303,51"/>
+<area shape="rect" href="headurl" title="headurl" alt="" coords="301,45,309,53"/>
+<area shape="rect" href="headurl" title="headurl" alt="" coords="384,151,392,159"/>
+<area shape="rect" href="headurl" title="size" alt="" coords="371,130,402,152"/>
+<area shape="poly" href="G name" title="name" alt="" coords="133,177 135,185 140,191 148,197 159,200 171,201 182,200 193,197 201,191 207,185 209,177 207,170 201,163 193,158 182,155 171,153 159,155 148,158 140,163 135,170"/>
+<area shape="poly" href="tailurl" alt="" coords="461,53 421,142 416,140 456,51"/>
+<area shape="rect" href="tailurl" title="size" alt="" coords="455,48,463,56"/>
+<area shape="rect" href="tailurl" alt="" coords="408,149,416,157"/>
+<area shape="rect" href="tailurl" title="size" alt="" coords="433,50,464,72"/>
+<area shape="poly" href="labelurl" title="garf" alt="" coords="476,53 492,140 487,140 471,54"/>
+<area shape="rect" href="labelurl" title="garf" alt="" coords="469,49,477,57"/>
+<area shape="rect" href="labelurl" title="garf" alt="" coords="488,149,496,157"/>
+<area shape="rect" href="garf" title="garf" alt="" coords="480,77,512,99"/>
+<area shape="poly" href="labelurl" title="edgetooltip" alt="" coords="596,53 596,140 591,140 591,53"/>
+<area shape="rect" href="tailURL" title="tailtooltip" alt="" coords="589,49,597,57"/>
+<area shape="rect" href="headURL" title="headtooltip" alt="" coords="589,149,597,157"/>
+<area shape="rect" href="garf" title="garf" alt="" coords="593,77,625,99"/>
+<area shape="rect" href="headURL" title="headtooltip" alt="" coords="562,130,636,152"/>
+<area shape="rect" href="tailURL" title="tailtooltip" alt="" coords="558,54,619,76"/>
+<area shape="rect" href="http://www.graphviz.org/doc/info/arrows.html" title="arrows" alt="" coords="123,109,352,212"/>
+<area shape="rect" href="http://www.graphviz.org/doc/info/output.html" title="output" alt="" coords="0,0,641,261"/>
+</map>
diff --git a/rtest/nshare/url_dot.cmapx_np b/rtest/nshare/url_dot.cmapx_np
new file mode 100644 (file)
index 0000000..bec0576
--- /dev/null
@@ -0,0 +1,27 @@
+<map id="G" name="G">
+<area shape="rect" href="http://www.graphviz.org/doc/info/lang.html" title="lang" alt="" coords="251,5,323,53"/>
+<area shape="rect" href="http://www.graphviz.org/doc/info/colors.html" title="&lt;TABLE&gt;" alt="" coords="25,160,89,195"/>
+<area shape="rect" href="http://www.graphviz.org/doc/info/output.html" title="&lt;TABLE&gt;" alt="" coords="5,145,109,209"/>
+<area shape="rect" href="lang&#45;&gt;colors" title="self" alt="" coords="249,36,257,44"/>
+<area shape="rect" href="lang&#45;&gt;colors" title="self" alt="" coords="75,144,83,152"/>
+<area shape="rect" href="http://www.graphviz.org/doc/info/command.html" title="command" alt="" coords="232,153,341,201"/>
+<area shape="rect" href="http://www.graphviz.org/doc/info/shapes.html" alt="" coords="283,49,291,57"/>
+<area shape="rect" href="http://www.graphviz.org/doc/info/shapes.html" alt="" coords="283,149,291,157"/>
+<area shape="rect" href="headurl" title="headurl" alt="" coords="301,45,309,53"/>
+<area shape="rect" href="headurl" title="headurl" alt="" coords="384,151,392,159"/>
+<area shape="rect" href="headurl" title="size" alt="" coords="371,130,402,152"/>
+<area shape="rect" href="G name" title="name" alt="" coords="133,153,208,201"/>
+<area shape="rect" href="tailurl" title="size" alt="" coords="455,48,463,56"/>
+<area shape="rect" href="tailurl" alt="" coords="408,149,416,157"/>
+<area shape="rect" href="tailurl" title="size" alt="" coords="433,50,464,72"/>
+<area shape="rect" href="labelurl" title="garf" alt="" coords="469,49,477,57"/>
+<area shape="rect" href="labelurl" title="garf" alt="" coords="488,149,496,157"/>
+<area shape="rect" href="garf" title="garf" alt="" coords="480,77,512,99"/>
+<area shape="rect" href="tailURL" title="tailtooltip" alt="" coords="589,49,597,57"/>
+<area shape="rect" href="headURL" title="headtooltip" alt="" coords="589,149,597,157"/>
+<area shape="rect" href="garf" title="garf" alt="" coords="593,77,625,99"/>
+<area shape="rect" href="headURL" title="headtooltip" alt="" coords="562,130,636,152"/>
+<area shape="rect" href="tailURL" title="tailtooltip" alt="" coords="558,54,619,76"/>
+<area shape="rect" href="http://www.graphviz.org/doc/info/arrows.html" title="arrows" alt="" coords="123,109,352,212"/>
+<area shape="rect" href="http://www.graphviz.org/doc/info/output.html" title="output" alt="" coords="0,0,641,261"/>
+</map>
diff --git a/rtest/nshare/url_dot.imap b/rtest/nshare/url_dot.imap
new file mode 100644 (file)
index 0000000..d137d93
--- /dev/null
@@ -0,0 +1,32 @@
+base referer
+default http://www.graphviz.org/doc/info/output.html
+poly http://www.graphviz.org/doc/info/lang.html 251,29 252,37 258,43 266,49 276,52 287,53 298,52 308,49 316,43 321,37 323,29 321,22 316,15 308,10 298,7 287,5 276,7 266,10 258,15 252,22
+rect http://www.graphviz.org/doc/info/colors.html 25,160 89,195
+poly http://www.graphviz.org/doc/info/output.html 5,177 8,187 15,196 27,203 41,208 57,209 73,208 88,203 99,196 107,187 109,177 107,167 99,158 88,151 73,147 57,145 41,147 27,151 15,158 8,167
+poly lang->colors 254,42 189,70 153,89 119,111 90,139 86,135 116,107 150,85 187,65 252,38
+rect lang->colors 249,36 257,44
+rect lang->colors 75,144 83,152
+poly http://www.graphviz.org/doc/info/command.html 232,177 234,185 242,191 254,197 270,200 287,201 304,200 319,197 331,191 339,185 342,177 339,170 331,163 319,158 304,155 287,153 270,155 254,158 242,163 234,170
+poly http://www.graphviz.org/doc/info/shapes.html 289,53 289,140 284,140 284,53
+rect http://www.graphviz.org/doc/info/shapes.html 283,49 291,57
+rect http://www.graphviz.org/doc/info/shapes.html 283,149 291,157
+poly headurl 307,48 359,108 383,141 379,144 355,111 303,51
+rect headurl 301,45 309,53
+rect headurl 384,151 392,159
+rect headurl 371,130 402,152
+poly G name 133,177 135,185 140,191 148,197 159,200 171,201 182,200 193,197 201,191 207,185 209,177 207,170 201,163 193,158 182,155 171,153 159,155 148,158 140,163 135,170
+poly tailurl 461,53 421,142 416,140 456,51
+rect tailurl 455,48 463,56
+rect tailurl 408,149 416,157
+rect tailurl 433,50 464,72
+poly labelurl 476,53 492,140 487,140 471,54
+rect labelurl 469,49 477,57
+rect labelurl 488,149 496,157
+rect garf 480,77 512,99
+poly labelurl 596,53 596,140 591,140 591,53
+rect tailURL 589,49 597,57
+rect headURL 589,149 597,157
+rect garf 593,77 625,99
+rect headURL 562,130 636,152
+rect tailURL 558,54 619,76
+rect http://www.graphviz.org/doc/info/arrows.html 123,109 352,212
diff --git a/rtest/nshare/url_dot.imap_np b/rtest/nshare/url_dot.imap_np
new file mode 100644 (file)
index 0000000..12e0dd8
--- /dev/null
@@ -0,0 +1,26 @@
+base referer
+default http://www.graphviz.org/doc/info/output.html
+rect http://www.graphviz.org/doc/info/lang.html 251,5 323,53
+rect http://www.graphviz.org/doc/info/colors.html 25,160 89,195
+rect http://www.graphviz.org/doc/info/output.html 5,145 109,209
+rect lang->colors 249,36 257,44
+rect lang->colors 75,144 83,152
+rect http://www.graphviz.org/doc/info/command.html 232,153 341,201
+rect http://www.graphviz.org/doc/info/shapes.html 283,49 291,57
+rect http://www.graphviz.org/doc/info/shapes.html 283,149 291,157
+rect headurl 301,45 309,53
+rect headurl 384,151 392,159
+rect headurl 371,130 402,152
+rect G name 133,153 208,201
+rect tailurl 455,48 463,56
+rect tailurl 408,149 416,157
+rect tailurl 433,50 464,72
+rect labelurl 469,49 477,57
+rect labelurl 488,149 496,157
+rect garf 480,77 512,99
+rect tailURL 589,49 597,57
+rect headURL 589,149 597,157
+rect garf 593,77 625,99
+rect headURL 562,130 636,152
+rect tailURL 558,54 619,76
+rect http://www.graphviz.org/doc/info/arrows.html 123,109 352,212
diff --git a/rtest/nshare/url_dot.ps2 b/rtest/nshare/url_dot.ps2
new file mode 100644 (file)
index 0000000..eaddb03
--- /dev/null
@@ -0,0 +1,665 @@
+%!PS-Adobe-2.0
+%%Creator: Graphviz version 2.15 (Mon Oct 29 14:44:21 UTC 2007)
+%%For: (ellson) John Ellson
+%%Title: G
+%%Pages: (atend)
+%%BoundingBox: (atend)
+%%EndComments
+save
+%%BeginProlog
+/DotDict 200 dict def
+DotDict begin
+
+/setupLatin1 {
+mark
+/EncodingVector 256 array def
+ EncodingVector 0
+
+ISOLatin1Encoding 0 255 getinterval putinterval
+EncodingVector 45 /hyphen put
+
+% Set up ISO Latin 1 character encoding
+/starnetISO {
+        dup dup findfont dup length dict begin
+        { 1 index /FID ne { def }{ pop pop } ifelse
+        } forall
+        /Encoding EncodingVector def
+        currentdict end definefont
+} def
+/Times-Roman starnetISO def
+/Times-Italic starnetISO def
+/Times-Bold starnetISO def
+/Times-BoldItalic starnetISO def
+/Helvetica starnetISO def
+/Helvetica-Oblique starnetISO def
+/Helvetica-Bold starnetISO def
+/Helvetica-BoldOblique starnetISO def
+/Courier starnetISO def
+/Courier-Oblique starnetISO def
+/Courier-Bold starnetISO def
+/Courier-BoldOblique starnetISO def
+cleartomark
+} bind def
+
+%%BeginResource: procset graphviz 0 0
+/coord-font-family /Times-Roman def
+/default-font-family /Times-Roman def
+/coordfont coord-font-family findfont 8 scalefont def
+
+/InvScaleFactor 1.0 def
+/set_scale {
+       dup 1 exch div /InvScaleFactor exch def
+       scale
+} bind def
+
+% styles
+/solid { [] 0 setdash } bind def
+/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
+/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
+/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
+/bold { 2 setlinewidth } bind def
+/filled { } bind def
+/unfilled { } bind def
+/rounded { } bind def
+/diagonals { } bind def
+
+% hooks for setting color 
+/nodecolor { sethsbcolor } bind def
+/edgecolor { sethsbcolor } bind def
+/graphcolor { sethsbcolor } bind def
+/nopcolor {pop pop pop} bind def
+
+/beginpage {   % i j npages
+       /npages exch def
+       /j exch def
+       /i exch def
+       /str 10 string def
+       npages 1 gt {
+               gsave
+                       coordfont setfont
+                       0 0 moveto
+                       (\() show i str cvs show (,) show j str cvs show (\)) show
+               grestore
+       } if
+} bind def
+
+/set_font {
+       findfont exch
+       scalefont setfont
+} def
+
+% draw aligned label in bounding box aligned to current point
+/alignedtext {                 % width adj text
+       /text exch def
+       /adj exch def
+       /width exch def
+       gsave
+               width 0 gt {
+                       text stringwidth pop adj mul 0 rmoveto
+               } if
+               [] 0 setdash
+               text show
+       grestore
+} def
+
+/boxprim {                             % xcorner ycorner xsize ysize
+               4 2 roll
+               moveto
+               2 copy
+               exch 0 rlineto
+               0 exch rlineto
+               pop neg 0 rlineto
+               closepath
+} bind def
+
+/ellipse_path {
+       /ry exch def
+       /rx exch def
+       /y exch def
+       /x exch def
+       matrix currentmatrix
+       newpath
+       x y translate
+       rx ry scale
+       0 0 1 0 360 arc
+       setmatrix
+} bind def
+
+/endpage { showpage } bind def
+/showpage { } def
+
+/layercolorseq
+       [       % layer color sequence - darkest to lightest
+               [0 0 0]
+               [.2 .8 .8]
+               [.4 .8 .8]
+               [.6 .8 .8]
+               [.8 .8 .8]
+       ]
+def
+
+/layerlen layercolorseq length def
+
+/setlayer {/maxlayer exch def /curlayer exch def
+       layercolorseq curlayer 1 sub layerlen mod get
+       aload pop sethsbcolor
+       /nodecolor {nopcolor} def
+       /edgecolor {nopcolor} def
+       /graphcolor {nopcolor} def
+} bind def
+
+/onlayer { curlayer ne {invis} if } def
+
+/onlayers {
+       /myupper exch def
+       /mylower exch def
+       curlayer mylower lt
+       curlayer myupper gt
+       or
+       {invis} if
+} def
+
+/curlayer 0 def
+
+%%EndResource
+%%EndProlog
+%%BeginSetup
+14 default-font-family set_font
+1 setmiterlimit
+% /arrowlength 10 def
+% /arrowwidth 5 def
+
+% make sure pdfmark is harmless for PS-interpreters other than Distiller
+/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
+% make '<<' and '>>' safe on PS Level 1 devices
+/languagelevel where {pop languagelevel}{1} ifelse
+2 lt {
+    userdict (<<) cvn ([) cvn load put
+    userdict (>>) cvn ([) cvn load put
+} if
+
+%%EndSetup
+setupLatin1
+[ {Catalog} << /URI << /Base (http://www.graphviz.org/doc/info/output.html) >> >>
+/PUT pdfmark
+%%Page: 1 1
+%%PageBoundingBox: 36 36 517 232
+%%PageOrientation: Portrait
+<< /PageSize [517 232] >> setpagedevice
+0 0 1 beginpage
+gsave
+36 36 481 196 boxprim clip newpath
+1 1 set_scale 0 rotate 40 40 translate
+[ /CropBox [36 36 517 232] /PAGES pdfmark
+[ /Rect [ -70 -302 543 490 ]
+  /Border [ 0 0 0 ]
+  /Action << /Subtype /URI /URI (http://www.graphviz.org/doc/info/output.html) >>
+  /Subtype /Link
+/ANN pdfmark
+0.000 0.000 0.000 graphcolor
+14.00 /Times-Roman set_font
+218.375 7.65 moveto
+(output)
+[7.5 6.75 3.75 6.75 6.75 3.75]
+xshow
+% cluster0
+gsave
+[ /Rect [ 88 33 260 110 ]
+  /Border [ 0 0 0 ]
+  /Action << /Subtype /URI /URI (http://www.graphviz.org/doc/info/arrows.html) >>
+  /Subtype /Link
+/ANN pdfmark
+0.165 1.000 1.000 graphcolor
+newpath 88 33 moveto
+88 110 lineto
+260 110 lineto
+260 33 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.000 graphcolor
+newpath 88 33 moveto
+88 110 lineto
+260 110 lineto
+260 33 lineto
+closepath stroke
+0.000 0.000 0.000 graphcolor
+14.00 /Times-Roman set_font
+153.75 93.65 moveto
+(arrows)
+[6.75 5.25 5.25 7.5 9.75 6]
+xshow
+grestore
+% lang
+gsave
+[ /Rect [ 184 152 238 188 ]
+  /Border [ 0 0 0 ]
+  /Action << /Subtype /URI /URI (http://www.graphviz.org/doc/info/lang.html) >>
+  /Subtype /Link
+/ANN pdfmark
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+211 170 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+198.625 165.65 moveto
+(lang)
+[3.75 6.75 6.75 7.5]
+xshow
+grestore
+% colors
+gsave
+[ /Rect [ 0 35 78 83 ]
+  /Border [ 0 0 0 ]
+  /Action << /Subtype /URI /URI (http://www.graphviz.org/doc/info/output.html) >>
+  /Subtype /Link
+/ANN pdfmark
+0.537 0.247 0.902 nodecolor
+39 59 39.0416 24.0416 ellipse_path fill
+1 setlinewidth
+filled
+0.000 0.000 0.000 nodecolor
+39 59 39.0416 24.0416 ellipse_path stroke
+[ /Rect [ 15 46 63 72 ]
+  /Border [ 0 0 0 ]
+  /Action << /Subtype /URI /URI (http://www.graphviz.org/doc/info/colors.html) >>
+  /Subtype /Link
+/ANN pdfmark
+1 setlinewidth
+solid
+0.000 0.000 0.000 nodecolor
+newpath 15 46 moveto
+15 72 lineto
+63 72 lineto
+63 46 lineto
+closepath stroke
+0.333 1.000 1.000 nodecolor
+newpath 18 49 moveto
+18 69 lineto
+60 69 lineto
+60 49 lineto
+closepath fill
+1 setlinewidth
+solid
+0.333 1.000 1.000 nodecolor
+newpath 18 49 moveto
+18 69 lineto
+60 69 lineto
+60 49 lineto
+closepath stroke
+1 setlinewidth
+solid
+0.000 0.000 0.000 nodecolor
+newpath 18 49 moveto
+18 69 lineto
+60 69 lineto
+60 49 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+21 55.7333 moveto
+(colors)
+[6.75 7.5 3.75 7.5 5.25 6]
+xshow
+[ /Rect [ 15 46 63 72 ]
+  /Border [ 0 0 0 ]
+  /Action << /Subtype /URI /URI (http://www.graphviz.org/doc/info/output.html) >>
+  /Subtype /Link
+/ANN pdfmark
+grestore
+% lang->colors
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 186 162 moveto
+160 152 116 134 84 110 curveto
+76 104 68 97 62 89 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 64.2191 86.221 moveto
+55 81 lineto
+58.9511 90.8306 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 64.2191 86.221 moveto
+55 81 lineto
+58.9511 90.8306 lineto
+closepath stroke
+[ /Rect [ 183 159 189 165 ]
+  /Border [ 0 0 0 ]
+  /Action << /Subtype /URI /URI (lang->colors) >>
+  /Subtype /Link
+/ANN pdfmark
+[ /Rect [ 52 78 58 84 ]
+  /Border [ 0 0 0 ]
+  /Action << /Subtype /URI /URI (lang->colors) >>
+  /Subtype /Link
+/ANN pdfmark
+grestore
+% command
+gsave
+[ /Rect [ 170 41 252 77 ]
+  /Border [ 0 0 0 ]
+  /Action << /Subtype /URI /URI (http://www.graphviz.org/doc/info/command.html) >>
+  /Subtype /Link
+/ANN pdfmark
+0.000 0.000 0.753 nodecolor
+211 59 41.1991 18 ellipse_path fill
+1 setlinewidth
+filled
+0.000 0.000 0.000 nodecolor
+211 59 41.1991 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+182.875 54.65 moveto
+(command)
+[6.75 7.5 10.5 10.5 6.75 6.75 7.5]
+xshow
+grestore
+% lang->command
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 211 152 moveto
+211 134 211 108 211 87 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 214.5 87 moveto
+211 77 lineto
+207.5 87 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 214.5 87 moveto
+211 77 lineto
+207.5 87 lineto
+closepath stroke
+[ /Rect [ 208 149 214 155 ]
+  /Border [ 0 0 0 ]
+  /Action << /Subtype /URI /URI (http://www.graphviz.org/doc/info/shapes.html) >>
+  /Subtype /Link
+/ANN pdfmark
+[ /Rect [ 208 74 214 80 ]
+  /Border [ 0 0 0 ]
+  /Action << /Subtype /URI /URI (http://www.graphviz.org/doc/info/shapes.html) >>
+  /Subtype /Link
+/ANN pdfmark
+grestore
+% size
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+297 59 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+285.375 54.65 moveto
+(size)
+[6 3.75 6.75 6.75]
+xshow
+grestore
+% lang->size
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 225 155 moveto
+236 143 252 126 264 110 curveto
+270 102 276 93 282 85 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 285.203 86.4414 moveto
+287 76 lineto
+279.084 83.0418 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 285.203 86.4414 moveto
+287 76 lineto
+279.084 83.0418 lineto
+closepath stroke
+[ /Rect [ 222 152 228 158 ]
+  /Border [ 0 0 0 ]
+  /Action << /Subtype /URI /URI (headurl) >>
+  /Subtype /Link
+/ANN pdfmark
+[ /Rect [ 284 73 290 79 ]
+  /Border [ 0 0 0 ]
+  /Action << /Subtype /URI /URI (headurl) >>
+  /Subtype /Link
+/ANN pdfmark
+[ /Rect [ 274.375 77.75 297.625 94.25 ]
+  /Border [ 0 0 0 ]
+  /Action << /Subtype /URI /URI (headurl) >>
+  /Subtype /Link
+/ANN pdfmark
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+274.375 81.65 moveto
+(size)
+[6 3.75 6.75 6.75]
+xshow
+grestore
+% name
+gsave
+[ /Rect [ 96 41 152 77 ]
+  /Border [ 0 0 0 ]
+  /Action << /Subtype /URI /URI (G name) >>
+  /Subtype /Link
+/ANN pdfmark
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+124 59 27.95 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+108.625 54.65 moveto
+(name)
+[6.75 6.75 10.5 6.75]
+xshow
+grestore
+% word
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+348 170 28.0741 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+333 165.65 moveto
+(word)
+[9.75 7.5 5.25 7.5]
+xshow
+grestore
+% word->size
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 340 153 moveto
+332 135 319 107 310 86 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 312.916 84.0418 moveto
+305 77 lineto
+306.797 87.4414 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 312.916 84.0418 moveto
+305 77 lineto
+306.797 87.4414 lineto
+closepath stroke
+[ /Rect [ 337 150 343 156 ]
+  /Border [ 0 0 0 ]
+  /Action << /Subtype /URI /URI (tailurl) >>
+  /Subtype /Link
+/ANN pdfmark
+[ /Rect [ 302 74 308 80 ]
+  /Border [ 0 0 0 ]
+  /Action << /Subtype /URI /URI (tailurl) >>
+  /Subtype /Link
+/ANN pdfmark
+[ /Rect [ 320.375 137.75 343.625 154.25 ]
+  /Border [ 0 0 0 ]
+  /Action << /Subtype /URI /URI (tailurl) >>
+  /Subtype /Link
+/ANN pdfmark
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+320.375 141.65 moveto
+(size)
+[6 3.75 6.75 6.75]
+xshow
+grestore
+% garf
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+369 59 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+357 54.65 moveto
+(garf)
+[7.5 6.75 5.25 4.5]
+xshow
+grestore
+% word->garf
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 351 152 moveto
+354 134 359 108 363 87 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 366.471 87.4922 moveto
+365 77 lineto
+359.607 86.1194 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 366.471 87.4922 moveto
+365 77 lineto
+359.607 86.1194 lineto
+closepath stroke
+[ /Rect [ 348 149 354 155 ]
+  /Border [ 0 0 0 ]
+  /Action << /Subtype /URI /URI (labelurl) >>
+  /Subtype /Link
+/ANN pdfmark
+[ /Rect [ 362 74 368 80 ]
+  /Border [ 0 0 0 ]
+  /Action << /Subtype /URI /URI (labelurl) >>
+  /Subtype /Link
+/ANN pdfmark
+[ /Rect [ 356 117.75 380 134.25 ]
+  /Border [ 0 0 0 ]
+  /Action << /Subtype /URI /URI (garf) >>
+  /Subtype /Link
+/ANN pdfmark
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+356 121.65 moveto
+(garf)
+[7.5 6.75 5.25 4.5]
+xshow
+grestore
+% line
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+441 170 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+430.5 165.65 moveto
+(line)
+[3.75 3.75 6.75 6.75]
+xshow
+grestore
+% all
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+441 59 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+433.875 54.65 moveto
+(all)
+[6.75 3.75 3.75]
+xshow
+grestore
+% line->all
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 441 152 moveto
+441 134 441 108 441 87 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 444.5 87 moveto
+441 77 lineto
+437.5 87 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 444.5 87 moveto
+441 77 lineto
+437.5 87 lineto
+closepath stroke
+[ /Rect [ 438 149 444 155 ]
+  /Border [ 0 0 0 ]
+  /Action << /Subtype /URI /URI (tailURL) >>
+  /Subtype /Link
+/ANN pdfmark
+[ /Rect [ 438 74 444 80 ]
+  /Border [ 0 0 0 ]
+  /Action << /Subtype /URI /URI (headURL) >>
+  /Subtype /Link
+/ANN pdfmark
+[ /Rect [ 441 117.75 465 134.25 ]
+  /Border [ 0 0 0 ]
+  /Action << /Subtype /URI /URI (garf) >>
+  /Subtype /Link
+/ANN pdfmark
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+441 121.65 moveto
+(garf)
+[7.5 6.75 5.25 4.5]
+xshow
+[ /Rect [ 417.25 77.75 472.75 94.25 ]
+  /Border [ 0 0 0 ]
+  /Action << /Subtype /URI /URI (headURL) >>
+  /Subtype /Link
+/ANN pdfmark
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+417.25 81.65 moveto
+(headlabel)
+[6.75 6.75 6.75 7.5 3.75 6.75 6.75 6.75 3.75]
+xshow
+[ /Rect [ 414.125 134.75 459.875 151.25 ]
+  /Border [ 0 0 0 ]
+  /Action << /Subtype /URI /URI (tailURL) >>
+  /Subtype /Link
+/ANN pdfmark
+0.000 0.000 0.000 edgecolor
+14.00 /Times-Roman set_font
+414.125 138.65 moveto
+(taillabel)
+[3.75 6.75 3.75 3.75 3.75 6.75 6.75 6.75 3.75]
+xshow
+grestore
+endpage
+showpage
+grestore
+%%PageTrailer
+%%EndPage: 1
+%%Trailer
+%%Pages: 1
+%%BoundingBox: 36 36 517 232
+end
+restore
+%%EOF
diff --git a/rtest/nshare/url_dot.svg b/rtest/nshare/url_dot.svg
new file mode 100644 (file)
index 0000000..dc97fb4
--- /dev/null
@@ -0,0 +1,169 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?xml-stylesheet href="stylesheet" type="text/css"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
+ "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
+ <!ATTLIST svg xmlns:xlink CDATA #FIXED "http://www.w3.org/1999/xlink">
+]>
+<!-- Generated by Graphviz version 2.15 (Mon Oct 29 14:44:21 UTC 2007)
+     For user: (ellson) John Ellson -->
+<!-- Title: G Pages: 1 -->
+<svg width="481pt" height="196pt"
+ viewBox="0.00 0.00 481.00 196.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 192)">
+<title>G</title>
+<a xlink:href="http://www.graphviz.org/doc/info/output.html" xlink:title="output">
+<polygon style="fill:white;stroke:white;" points="-4,4 -4,-192 477,-192 477,4 -4,4"/>
+<text text-anchor="middle" x="236" y="-7.65" style="font-family:Times New Roman;font-size:14.00;">output</text>
+</a>
+<g id="cluster2" class="cluster"><title>cluster0</title>
+<a xlink:href="http://www.graphviz.org/doc/info/arrows.html" xlink:title="arrows">
+<polygon style="fill:yellow;stroke:black;" points="88,-33 88,-110 260,-110 260,-33 88,-33"/>
+<text text-anchor="middle" x="174" y="-93.65" style="font-family:Times New Roman;font-size:14.00;">arrows</text>
+</a>
+</g>
+<!-- lang -->
+<g id="node1" class="node"><title>lang</title>
+<a xlink:href="http://www.graphviz.org/doc/info/lang.html" xlink:title="lang">
+<ellipse style="fill:none;stroke:black;" cx="211" cy="-170" rx="27" ry="18"/>
+<text text-anchor="middle" x="211" y="-165.65" style="font-family:Times New Roman;font-size:14.00;">lang</text>
+</a>
+</g>
+<!-- colors -->
+<g id="node2" class="node"><title>colors</title>
+<a xlink:href="http://www.graphviz.org/doc/info/output.html" xlink:title="&lt;TABLE&gt;">
+<ellipse style="fill:lightblue;stroke:black;" cx="39" cy="-59" rx="39.0416" ry="24.0416"/>
+</a>
+<a xlink:href="http://www.graphviz.org/doc/info/colors.html" xlink:title="&lt;TABLE&gt;">
+<polygon style="fill:none;stroke:black;" points="15,-46 15,-72 63,-72 63,-46 15,-46"/>
+<polygon style="fill:green;stroke:green;" points="18,-49 18,-69 60,-69 60,-49 18,-49"/>
+<polygon style="fill:none;stroke:black;" points="18,-49 18,-69 60,-69 60,-49 18,-49"/>
+<text text-anchor="middle" x="39" y="-55.7333" style="font-family:Times New Roman;font-size:14.00;">colors</text>
+</a>
+<a xlink:href="http://www.graphviz.org/doc/info/output.html" xlink:title="&lt;TABLE&gt;">
+</a>
+</g>
+<!-- lang&#45;&gt;colors -->
+<g id="edge5" class="edge"><title>lang&#45;&gt;colors</title>
+<a xlink:href="lang&#45;&gt;colors" xlink:title="self">
+<path style="fill:none;stroke:black;" d="M186,-162C160,-152 116,-134 84,-110 76,-104 68,-97 62,-89"/>
+<polygon style="fill:black;stroke:black;" points="64.2191,-86.221 55,-81 58.9511,-90.8306 64.2191,-86.221"/>
+</a>
+<a xlink:href="lang&#45;&gt;colors" xlink:title="self">
+</a>
+<a xlink:href="lang&#45;&gt;colors" xlink:title="self">
+</a>
+</g>
+<!-- command -->
+<g id="node4" class="node"><title>command</title>
+<a xlink:href="http://www.graphviz.org/doc/info/command.html" xlink:title="command">
+<ellipse style="fill:grey;stroke:black;" cx="211" cy="-59" rx="41.1991" ry="18"/>
+<text text-anchor="middle" x="211" y="-54.65" style="font-family:Times New Roman;font-size:14.00;">command</text>
+</a>
+</g>
+<!-- lang&#45;&gt;command -->
+<g id="edge3" class="edge"><title>lang&#45;&gt;command</title>
+<a xlink:href="http://www.graphviz.org/doc/info/shapes.html">
+<path style="fill:none;stroke:black;" d="M211,-152C211,-134 211,-108 211,-87"/>
+<polygon style="fill:black;stroke:black;" points="214.5,-87 211,-77 207.5,-87 214.5,-87"/>
+</a>
+<a xlink:href="http://www.graphviz.org/doc/info/shapes.html">
+</a>
+<a xlink:href="http://www.graphviz.org/doc/info/shapes.html">
+</a>
+</g>
+<!-- size -->
+<g id="node9" class="node"><title>size</title>
+<ellipse style="fill:none;stroke:black;" cx="297" cy="-59" rx="27" ry="18"/>
+<text text-anchor="middle" x="297" y="-54.65" style="font-family:Times New Roman;font-size:14.00;">size</text>
+</g>
+<!-- lang&#45;&gt;size -->
+<g id="edge7" class="edge"><title>lang&#45;&gt;size</title>
+<a xlink:href="headurl" xlink:title="headurl">
+<path style="fill:none;stroke:black;" d="M225,-155C236,-143 252,-126 264,-110 270,-102 276,-93 282,-85"/>
+<polygon style="fill:black;stroke:black;" points="285.203,-86.4414 287,-76 279.084,-83.0418 285.203,-86.4414"/>
+</a>
+<a xlink:href="headurl" xlink:title="headurl">
+</a>
+<a xlink:href="headurl" xlink:title="headurl">
+</a>
+<a xlink:href="headurl" xlink:title="size">
+<text text-anchor="middle" x="286" y="-81.65" style="font-family:Times New Roman;font-size:14.00;">size</text>
+</a>
+</g>
+<!-- name -->
+<g id="node5" class="node"><title>name</title>
+<a xlink:href="G name" xlink:title="name">
+<ellipse style="fill:none;stroke:black;" cx="124" cy="-59" rx="27.95" ry="18"/>
+<text text-anchor="middle" x="124" y="-54.65" style="font-family:Times New Roman;font-size:14.00;">name</text>
+</a>
+</g>
+<!-- word -->
+<g id="node10" class="node"><title>word</title>
+<ellipse style="fill:none;stroke:black;" cx="348" cy="-170" rx="28.0741" ry="18"/>
+<text text-anchor="middle" x="348" y="-165.65" style="font-family:Times New Roman;font-size:14.00;">word</text>
+</g>
+<!-- word&#45;&gt;size -->
+<g id="edge9" class="edge"><title>word&#45;&gt;size</title>
+<a xlink:href="tailurl">
+<path style="fill:none;stroke:black;" d="M340,-153C332,-135 319,-107 310,-86"/>
+<polygon style="fill:black;stroke:black;" points="312.916,-84.0418 305,-77 306.797,-87.4414 312.916,-84.0418"/>
+</a>
+<a xlink:href="tailurl" xlink:title="size">
+</a>
+<a xlink:href="tailurl">
+</a>
+<a xlink:href="tailurl" xlink:title="size">
+<text text-anchor="middle" x="332" y="-141.65" style="font-family:Times New Roman;font-size:14.00;">size</text>
+</a>
+</g>
+<!-- garf -->
+<g id="node13" class="node"><title>garf</title>
+<ellipse style="fill:none;stroke:black;" cx="369" cy="-59" rx="27" ry="18"/>
+<text text-anchor="middle" x="369" y="-54.65" style="font-family:Times New Roman;font-size:14.00;">garf</text>
+</g>
+<!-- word&#45;&gt;garf -->
+<g id="edge11" class="edge"><title>word&#45;&gt;garf</title>
+<a xlink:href="labelurl" xlink:title="garf">
+<path style="fill:none;stroke:black;" d="M351,-152C354,-134 359,-108 363,-87"/>
+<polygon style="fill:black;stroke:black;" points="366.471,-87.4922 365,-77 359.607,-86.1194 366.471,-87.4922"/>
+</a>
+<a xlink:href="labelurl" xlink:title="garf">
+</a>
+<a xlink:href="labelurl" xlink:title="garf">
+</a>
+<a xlink:href="garf" xlink:title="garf">
+<text text-anchor="middle" x="368" y="-121.65" style="font-family:Times New Roman;font-size:14.00;">garf</text>
+</a>
+</g>
+<!-- line -->
+<g id="node14" class="node"><title>line</title>
+<ellipse style="fill:none;stroke:black;" cx="441" cy="-170" rx="27" ry="18"/>
+<text text-anchor="middle" x="441" y="-165.65" style="font-family:Times New Roman;font-size:14.00;">line</text>
+</g>
+<!-- all -->
+<g id="node16" class="node"><title>all</title>
+<ellipse style="fill:none;stroke:black;" cx="441" cy="-59" rx="27" ry="18"/>
+<text text-anchor="middle" x="441" y="-54.65" style="font-family:Times New Roman;font-size:14.00;">all</text>
+</g>
+<!-- line&#45;&gt;all -->
+<g id="edge13" class="edge"><title>line&#45;&gt;all</title>
+<a xlink:href="labelurl" xlink:title="edgetooltip">
+<path style="fill:none;stroke:black;" d="M441,-152C441,-134 441,-108 441,-87"/>
+<polygon style="fill:black;stroke:black;" points="444.5,-87 441,-77 437.5,-87 444.5,-87"/>
+</a>
+<a xlink:href="tailURL" xlink:title="tailtooltip">
+</a>
+<a xlink:href="headURL" xlink:title="headtooltip">
+</a>
+<a xlink:href="garf" xlink:title="garf">
+<text text-anchor="middle" x="453" y="-121.65" style="font-family:Times New Roman;font-size:14.00;">garf</text>
+</a>
+<a xlink:href="headURL" xlink:title="headtooltip">
+<text text-anchor="middle" x="445" y="-81.65" style="font-family:Times New Roman;font-size:14.00;">headlabel</text>
+</a>
+<a xlink:href="tailURL" xlink:title="tailtooltip">
+<text text-anchor="middle" x="437" y="-138.65" style="font-family:Times New Roman;font-size:14.00;">taillabel</text>
+</a>
+</g>
+</g>
+</svg>
diff --git a/rtest/nshare/user_shapes_dot.ps b/rtest/nshare/user_shapes_dot.ps
new file mode 100644 (file)
index 0000000..cd1af39
--- /dev/null
@@ -0,0 +1,272 @@
+%!PS-Adobe-2.0
+%%Creator: Graphviz version 2.15 (Mon Oct 29 14:44:21 UTC 2007)
+%%For: (ellson) John Ellson
+%%Title: G
+%%Pages: (atend)
+%%BoundingBox: (atend)
+%%EndComments
+save
+%%BeginProlog
+/DotDict 200 dict def
+DotDict begin
+
+/setupLatin1 {
+mark
+/EncodingVector 256 array def
+ EncodingVector 0
+
+ISOLatin1Encoding 0 255 getinterval putinterval
+EncodingVector 45 /hyphen put
+
+% Set up ISO Latin 1 character encoding
+/starnetISO {
+        dup dup findfont dup length dict begin
+        { 1 index /FID ne { def }{ pop pop } ifelse
+        } forall
+        /Encoding EncodingVector def
+        currentdict end definefont
+} def
+/Times-Roman starnetISO def
+/Times-Italic starnetISO def
+/Times-Bold starnetISO def
+/Times-BoldItalic starnetISO def
+/Helvetica starnetISO def
+/Helvetica-Oblique starnetISO def
+/Helvetica-Bold starnetISO def
+/Helvetica-BoldOblique starnetISO def
+/Courier starnetISO def
+/Courier-Oblique starnetISO def
+/Courier-Bold starnetISO def
+/Courier-BoldOblique starnetISO def
+cleartomark
+} bind def
+
+%%BeginResource: procset graphviz 0 0
+/coord-font-family /Times-Roman def
+/default-font-family /Times-Roman def
+/coordfont coord-font-family findfont 8 scalefont def
+
+/InvScaleFactor 1.0 def
+/set_scale {
+       dup 1 exch div /InvScaleFactor exch def
+       scale
+} bind def
+
+% styles
+/solid { [] 0 setdash } bind def
+/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
+/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
+/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
+/bold { 2 setlinewidth } bind def
+/filled { } bind def
+/unfilled { } bind def
+/rounded { } bind def
+/diagonals { } bind def
+
+% hooks for setting color 
+/nodecolor { sethsbcolor } bind def
+/edgecolor { sethsbcolor } bind def
+/graphcolor { sethsbcolor } bind def
+/nopcolor {pop pop pop} bind def
+
+/beginpage {   % i j npages
+       /npages exch def
+       /j exch def
+       /i exch def
+       /str 10 string def
+       npages 1 gt {
+               gsave
+                       coordfont setfont
+                       0 0 moveto
+                       (\() show i str cvs show (,) show j str cvs show (\)) show
+               grestore
+       } if
+} bind def
+
+/set_font {
+       findfont exch
+       scalefont setfont
+} def
+
+% draw aligned label in bounding box aligned to current point
+/alignedtext {                 % width adj text
+       /text exch def
+       /adj exch def
+       /width exch def
+       gsave
+               width 0 gt {
+                       text stringwidth pop adj mul 0 rmoveto
+               } if
+               [] 0 setdash
+               text show
+       grestore
+} def
+
+/boxprim {                             % xcorner ycorner xsize ysize
+               4 2 roll
+               moveto
+               2 copy
+               exch 0 rlineto
+               0 exch rlineto
+               pop neg 0 rlineto
+               closepath
+} bind def
+
+/ellipse_path {
+       /ry exch def
+       /rx exch def
+       /y exch def
+       /x exch def
+       matrix currentmatrix
+       newpath
+       x y translate
+       rx ry scale
+       0 0 1 0 360 arc
+       setmatrix
+} bind def
+
+/endpage { showpage } bind def
+/showpage { } def
+
+/layercolorseq
+       [       % layer color sequence - darkest to lightest
+               [0 0 0]
+               [.2 .8 .8]
+               [.4 .8 .8]
+               [.6 .8 .8]
+               [.8 .8 .8]
+       ]
+def
+
+/layerlen layercolorseq length def
+
+/setlayer {/maxlayer exch def /curlayer exch def
+       layercolorseq curlayer 1 sub layerlen mod get
+       aload pop sethsbcolor
+       /nodecolor {nopcolor} def
+       /edgecolor {nopcolor} def
+       /graphcolor {nopcolor} def
+} bind def
+
+/onlayer { curlayer ne {invis} if } def
+
+/onlayers {
+       /myupper exch def
+       /mylower exch def
+       curlayer mylower lt
+       curlayer myupper gt
+       or
+       {invis} if
+} def
+
+/curlayer 0 def
+
+%%EndResource
+%%EndProlog
+%%BeginSetup
+14 default-font-family set_font
+1 setmiterlimit
+% /arrowlength 10 def
+% /arrowwidth 5 def
+
+% make sure pdfmark is harmless for PS-interpreters other than Distiller
+/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
+% make '<<' and '>>' safe on PS Level 1 devices
+/languagelevel where {pop languagelevel}{1} ifelse
+2 lt {
+    userdict (<<) cvn ([) cvn load put
+    userdict (>>) cvn ([) cvn load put
+} if
+
+%%EndSetup
+setupLatin1
+%%Page: 1 1
+%%PageBoundingBox: 36 36 260 404
+%%PageOrientation: Portrait
+0 0 1 beginpage
+gsave
+36 36 224 368 boxprim clip newpath
+1 1 set_scale 0 rotate 40 40 translate
+% n
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 135 288 moveto
+81 288 lineto
+81 252 lineto
+135 252 lineto
+closepath stroke
+grestore
+% x
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+newpath 216 216 moveto
+9.9476e-14 216 lineto
+0 9.9476e-14 lineto
+216 2.84217e-14 lineto
+closepath stroke
+grestore
+% n->x
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 108 252 moveto
+108 245 108 236 108 226 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 111.5 226 moveto
+108 216 lineto
+104.5 226 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 111.5 226 moveto
+108 216 lineto
+104.5 226 lineto
+closepath stroke
+grestore
+% m
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+108 342 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+102.75 337.65 moveto
+(m)
+[10.5]
+xshow
+grestore
+% m->n
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 108 324 moveto
+108 316 108 307 108 298 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 111.5 298 moveto
+108 288 lineto
+104.5 298 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 111.5 298 moveto
+108 288 lineto
+104.5 298 lineto
+closepath stroke
+grestore
+endpage
+showpage
+grestore
+%%PageTrailer
+%%EndPage: 1
+%%Trailer
+%%Pages: 1
+%%BoundingBox: 36 36 260 404
+end
+restore
+%%EOF
diff --git a/rtest/nshare/user_shapes_dot_gd.png b/rtest/nshare/user_shapes_dot_gd.png
new file mode 100644 (file)
index 0000000..a6ab4e1
Binary files /dev/null and b/rtest/nshare/user_shapes_dot_gd.png differ
diff --git a/rtest/nshare/viewport_neato.png b/rtest/nshare/viewport_neato.png
new file mode 100644 (file)
index 0000000..0fc111d
Binary files /dev/null and b/rtest/nshare/viewport_neato.png differ
diff --git a/rtest/nshare/viewport_neato.ps b/rtest/nshare/viewport_neato.ps
new file mode 100644 (file)
index 0000000..8ae9e51
--- /dev/null
@@ -0,0 +1,5450 @@
+%!PS-Adobe-2.0
+%%Creator: Graphviz version 2.15 (Mon Oct 29 14:44:21 UTC 2007)
+%%For: (ellson) John Ellson
+%%Title: G
+%%Pages: (atend)
+%%BoundingBox: (atend)
+%%EndComments
+save
+%%BeginProlog
+/DotDict 200 dict def
+DotDict begin
+
+/setupLatin1 {
+mark
+/EncodingVector 256 array def
+ EncodingVector 0
+
+ISOLatin1Encoding 0 255 getinterval putinterval
+EncodingVector 45 /hyphen put
+
+% Set up ISO Latin 1 character encoding
+/starnetISO {
+        dup dup findfont dup length dict begin
+        { 1 index /FID ne { def }{ pop pop } ifelse
+        } forall
+        /Encoding EncodingVector def
+        currentdict end definefont
+} def
+/Times-Roman starnetISO def
+/Times-Italic starnetISO def
+/Times-Bold starnetISO def
+/Times-BoldItalic starnetISO def
+/Helvetica starnetISO def
+/Helvetica-Oblique starnetISO def
+/Helvetica-Bold starnetISO def
+/Helvetica-BoldOblique starnetISO def
+/Courier starnetISO def
+/Courier-Oblique starnetISO def
+/Courier-Bold starnetISO def
+/Courier-BoldOblique starnetISO def
+cleartomark
+} bind def
+
+%%BeginResource: procset graphviz 0 0
+/coord-font-family /Times-Roman def
+/default-font-family /Times-Roman def
+/coordfont coord-font-family findfont 8 scalefont def
+
+/InvScaleFactor 1.0 def
+/set_scale {
+       dup 1 exch div /InvScaleFactor exch def
+       scale
+} bind def
+
+% styles
+/solid { [] 0 setdash } bind def
+/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
+/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
+/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
+/bold { 2 setlinewidth } bind def
+/filled { } bind def
+/unfilled { } bind def
+/rounded { } bind def
+/diagonals { } bind def
+
+% hooks for setting color 
+/nodecolor { sethsbcolor } bind def
+/edgecolor { sethsbcolor } bind def
+/graphcolor { sethsbcolor } bind def
+/nopcolor {pop pop pop} bind def
+
+/beginpage {   % i j npages
+       /npages exch def
+       /j exch def
+       /i exch def
+       /str 10 string def
+       npages 1 gt {
+               gsave
+                       coordfont setfont
+                       0 0 moveto
+                       (\() show i str cvs show (,) show j str cvs show (\)) show
+               grestore
+       } if
+} bind def
+
+/set_font {
+       findfont exch
+       scalefont setfont
+} def
+
+% draw aligned label in bounding box aligned to current point
+/alignedtext {                 % width adj text
+       /text exch def
+       /adj exch def
+       /width exch def
+       gsave
+               width 0 gt {
+                       text stringwidth pop adj mul 0 rmoveto
+               } if
+               [] 0 setdash
+               text show
+       grestore
+} def
+
+/boxprim {                             % xcorner ycorner xsize ysize
+               4 2 roll
+               moveto
+               2 copy
+               exch 0 rlineto
+               0 exch rlineto
+               pop neg 0 rlineto
+               closepath
+} bind def
+
+/ellipse_path {
+       /ry exch def
+       /rx exch def
+       /y exch def
+       /x exch def
+       matrix currentmatrix
+       newpath
+       x y translate
+       rx ry scale
+       0 0 1 0 360 arc
+       setmatrix
+} bind def
+
+/endpage { showpage } bind def
+/showpage { } def
+
+/layercolorseq
+       [       % layer color sequence - darkest to lightest
+               [0 0 0]
+               [.2 .8 .8]
+               [.4 .8 .8]
+               [.6 .8 .8]
+               [.8 .8 .8]
+       ]
+def
+
+/layerlen layercolorseq length def
+
+/setlayer {/maxlayer exch def /curlayer exch def
+       layercolorseq curlayer 1 sub layerlen mod get
+       aload pop sethsbcolor
+       /nodecolor {nopcolor} def
+       /edgecolor {nopcolor} def
+       /graphcolor {nopcolor} def
+} bind def
+
+/onlayer { curlayer ne {invis} if } def
+
+/onlayers {
+       /myupper exch def
+       /mylower exch def
+       curlayer mylower lt
+       curlayer myupper gt
+       or
+       {invis} if
+} def
+
+/curlayer 0 def
+
+%%EndResource
+%%EndProlog
+%%BeginSetup
+14 default-font-family set_font
+1 setmiterlimit
+% /arrowlength 10 def
+% /arrowwidth 5 def
+
+% make sure pdfmark is harmless for PS-interpreters other than Distiller
+/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
+% make '<<' and '>>' safe on PS Level 1 devices
+/languagelevel where {pop languagelevel}{1} ifelse
+2 lt {
+    userdict (<<) cvn ([) cvn load put
+    userdict (>>) cvn ([) cvn load put
+} if
+
+%%EndSetup
+setupLatin1
+%%Page: 1 1
+%%PageBoundingBox: 36 36 336 336
+%%PageOrientation: Portrait
+0 0 1 beginpage
+gsave
+36 36 300 300 boxprim clip newpath
+1 1 set_scale 0 rotate -499.5 -377 translate
+% 374700
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+924 627 30 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+910.125 624.15 moveto
+(374700)
+[3.75 5.25 4.5 5.25 4.5 4.5]
+xshow
+grestore
+% fcfpr1_1_3t_9->374700
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1015 701 moveto
+1004 692 970 664 947 645 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 949.1 642.2 moveto
+939 639 lineto
+944.9 647.8 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 949.1 642.2 moveto
+939 639 lineto
+944.9 647.8 lineto
+closepath stroke
+grestore
+% 374741
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+983 655 30 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+969.125 652.15 moveto
+(374741)
+[3.75 5.25 4.5 5.25 4.5 4.5]
+xshow
+grestore
+% fcfpr1_1_3t_9->374741
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1016 700 moveto
+1012 695 1005 685 999 676 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1001.8 673.9 moveto
+993 668 lineto
+996.2 678.1 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1001.8 673.9 moveto
+993 668 lineto
+996.2 678.1 lineto
+closepath stroke
+grestore
+% 374886
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1015 737 30 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+1001.5 734.15 moveto
+(374886)
+[3.75 5.25 4.5 4.5 4.5 4.5]
+xshow
+grestore
+% 375507
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+951 760 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+937.875 757.15 moveto
+(375507)
+[3.75 5.25 3.75 3.75 4.5 5.25]
+xshow
+grestore
+% fcfpr1_1_3t_9->375507
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1016 707 moveto
+1008 713 989 729 974 741 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 971.221 738.781 moveto
+966 748 lineto
+975.831 744.049 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 971.221 738.781 moveto
+966 748 lineto
+975.831 744.049 lineto
+closepath stroke
+grestore
+% 375508
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+959 746 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+946.25 743.15 moveto
+(375508)
+[3.75 5.25 3.75 3.75 4.5 4.5]
+xshow
+grestore
+% fcfpr1_1_3t_9->375508
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1015 707 moveto
+1009 711 996 720 983 729 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 980.9 726.2 moveto
+975 735 lineto
+985.1 731.8 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 980.9 726.2 moveto
+975 735 lineto
+985.1 731.8 lineto
+closepath stroke
+grestore
+% 377719
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1020 802 30 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+1005.75 799.15 moveto
+(377719)
+[3.75 5.25 5.25 5.25 4.5 4.5]
+xshow
+grestore
+% 377763
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1006 761 30 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+992.125 758.15 moveto
+(377763)
+[3.75 5.25 5.25 5.25 4.5 3.75]
+xshow
+grestore
+% 380571
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+986 734 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+972.875 731.15 moveto
+(380571)
+[3.75 4.5 4.5 3.75 5.25 4.5]
+xshow
+grestore
+% 380604
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1006 663 30 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+992.875 660.15 moveto
+(380604)
+[3.75 4.5 4.5 4.5 4.5 4.5]
+xshow
+grestore
+% 381835
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+956 719 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+943.625 716.15 moveto
+(381835)
+[3.75 4.5 4.5 4.5 3.75 3.75]
+xshow
+grestore
+% fcfpr1_1_3t_9->381835
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1015 705 moveto
+1010 706 1001 708 992 710 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 990.573 706.774 moveto
+982 713 lineto
+992.584 713.479 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 990.573 706.774 moveto
+982 713 lineto
+992.584 713.479 lineto
+closepath stroke
+grestore
+% 382103
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+963 698 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+949.875 695.15 moveto
+(382103)
+[3.75 4.5 5.25 4.5 4.5 3.75]
+xshow
+grestore
+% fcfpr1_1_3t_9->382103
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1015 704 moveto
+1012 703 1007 703 1001 702 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1001.3 698.512 moveto
+991 701 lineto
+1000.6 705.478 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1001.3 698.512 moveto
+991 701 lineto
+1000.6 705.478 lineto
+closepath stroke
+grestore
+% 383174
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+973 673 30 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+959.875 670.15 moveto
+(383174)
+[3.75 4.5 3.75 4.5 5.25 4.5]
+xshow
+grestore
+% fcfpr1_1_3t_9->383174
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1015 702 moveto
+1011 699 1005 695 998 690 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1000.1 687.2 moveto
+990 684 lineto
+995.9 692.8 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1000.1 687.2 moveto
+990 684 lineto
+995.9 692.8 lineto
+closepath stroke
+grestore
+% fpfpr1_1_3t_1->374700
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1009 613 moveto
+1001 615 981 618 962 621 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 961.602 617.522 moveto
+952 622 lineto
+962.299 624.488 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 961.602 617.522 moveto
+952 622 lineto
+962.299 624.488 lineto
+closepath stroke
+grestore
+% fpfpr1_1_3t_1->374741
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1010 616 moveto
+1007 620 1002 627 998 634 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 995.2 631.9 moveto
+992 642 lineto
+1000.8 636.1 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 995.2 631.9 moveto
+992 642 lineto
+1000.8 636.1 lineto
+closepath stroke
+grestore
+% fpfpr1_1_3t_1->383174
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1011 616 moveto
+1006 623 996 638 988 651 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 984.635 649.738 moveto
+982 660 lineto
+990.459 653.621 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 984.635 649.738 moveto
+982 660 lineto
+990.459 653.621 lineto
+closepath stroke
+grestore
+% 382409
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+1019 545 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+1005.5 542.15 moveto
+(382409)
+[3.75 4.5 5.25 4.5 4.5 4.5]
+xshow
+grestore
+% 382928
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+951 625 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+937.125 622.15 moveto
+(382928)
+[3.75 4.5 5.25 4.5 5.25 4.5]
+xshow
+grestore
+% fpfpr1_1_3t_1->382928
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1009 613 moveto
+1005 614 997 616 988 618 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 987.119 614.607 moveto
+978 620 lineto
+988.492 621.471 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 987.119 614.607 moveto
+978 620 lineto
+988.492 621.471 lineto
+closepath stroke
+grestore
+% tymsgfpr1_1_3t_3
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+852 559 4 4.5 ellipse_path stroke
+grestore
+% tymsgfpr1_1_3t_3->374700
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 855 562 moveto
+864 570 887 591 904 608 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 901.454 610.404 moveto
+911 615 lineto
+906.404 605.454 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 901.454 610.404 moveto
+911 615 lineto
+906.404 605.454 lineto
+closepath stroke
+grestore
+% 358224
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+743 583 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+729.5 580.15 moveto
+(358224)
+[3.75 3.75 4.5 5.25 5.25 4.5]
+xshow
+grestore
+% tymsgfpr1_1_3t_3->358224
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 848 560 moveto
+837 563 805 569 779 575 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 778.119 571.607 moveto
+769 577 lineto
+779.492 578.471 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 778.119 571.607 moveto
+769 577 lineto
+779.492 578.471 lineto
+closepath stroke
+grestore
+% 358900
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+811 587 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+798.25 584.15 moveto
+(358900)
+[3.75 3.75 4.5 4.5 4.5 4.5]
+xshow
+grestore
+% tymsgfpr1_1_3t_3->358900
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 849 561 moveto
+846 563 841 566 835 570 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 832.9 567.2 moveto
+827 576 lineto
+837.1 572.8 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 832.9 567.2 moveto
+827 576 lineto
+837.1 572.8 lineto
+closepath stroke
+grestore
+% 372568
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+877 447 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+863.5 444.15 moveto
+(372568)
+[3.75 5.25 5.25 3.75 4.5 4.5]
+xshow
+grestore
+% tymsgfpr1_1_3t_3->372568
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 853 554 moveto
+857 541 866 498 872 471 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 875.471 471.492 moveto
+874 461 lineto
+868.607 470.119 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 875.471 471.492 moveto
+874 461 lineto
+868.607 470.119 lineto
+closepath stroke
+grestore
+% 375557
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+828 512 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+815.25 509.15 moveto
+(375557)
+[3.75 5.25 3.75 3.75 3.75 5.25]
+xshow
+grestore
+% tymsgfpr1_1_3t_3->375557
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 850 555 moveto
+848 551 844 543 840 535 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 842.916 533.042 moveto
+835 526 lineto
+836.797 536.441 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 842.916 533.042 moveto
+835 526 lineto
+836.797 536.441 lineto
+closepath stroke
+grestore
+% rtafpr1_1_3t_7
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+917 686 4 4.5 ellipse_path stroke
+grestore
+% rtafpr1_1_3t_7->374700
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 918 681 moveto
+919 674 920 662 921 651 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 924.488 651.299 moveto
+922 641 lineto
+917.522 650.602 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 924.488 651.299 moveto
+922 641 lineto
+917.522 650.602 lineto
+closepath stroke
+grestore
+% rtafpr1_1_3t_7->374741
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 921 684 moveto
+927 681 940 674 953 669 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 954.283 672.26 moveto
+962 665 lineto
+951.44 665.863 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 954.283 672.26 moveto
+962 665 lineto
+951.44 665.863 lineto
+closepath stroke
+grestore
+% rtafpr1_1_3t_7->374886
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 921 688 moveto
+932 693 962 710 986 722 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 984.559 725.203 moveto
+995 727 lineto
+987.958 719.084 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 984.559 725.203 moveto
+995 727 lineto
+987.958 719.084 lineto
+closepath stroke
+grestore
+% rtafpr1_1_3t_7->375507
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 919 690 moveto
+923 699 933 721 941 738 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 937.74 739.283 moveto
+945 747 lineto
+944.137 736.44 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 937.74 739.283 moveto
+945 747 lineto
+944.137 736.44 lineto
+closepath stroke
+grestore
+% rtafpr1_1_3t_7->375508
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 920 690 moveto
+925 697 936 712 944 725 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 941.2 727.1 moveto
+950 733 lineto
+946.8 722.9 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 941.2 727.1 moveto
+950 733 lineto
+946.8 722.9 lineto
+closepath stroke
+grestore
+% rtafpr1_1_3t_7->382103
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 921 687 moveto
+923 687 925 688 927 689 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 926.508 692.471 moveto
+937 691 lineto
+927.881 685.607 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 926.508 692.471 moveto
+937 691 lineto
+927.881 685.607 lineto
+closepath stroke
+grestore
+% rtafpr1_1_3t_7->383174
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 921 685 moveto
+924 684 930 683 936 681 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 936.881 684.393 moveto
+946 679 lineto
+935.508 677.529 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 936.881 684.393 moveto
+946 679 lineto
+935.508 677.529 lineto
+closepath stroke
+grestore
+% rtafpr1_1_3t_7->382928
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 919 682 moveto
+923 675 932 660 939 647 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 942.203 648.441 moveto
+944 638 lineto
+936.084 645.042 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 942.203 648.441 moveto
+944 638 lineto
+936.084 645.042 lineto
+closepath stroke
+grestore
+% 376956
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+969 579 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+955.875 576.15 moveto
+(376956)
+[3.75 5.25 4.5 4.5 3.75 4.5]
+xshow
+grestore
+% rtafpr1_1_3t_7->376956
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 919 682 moveto
+925 669 946 628 958 601 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 961.137 602.56 moveto
+962 592 lineto
+954.74 599.717 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 961.137 602.56 moveto
+962 592 lineto
+954.74 599.717 lineto
+closepath stroke
+grestore
+% 379339
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+860 726 30 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+847.25 723.15 moveto
+(379339)
+[3.75 5.25 4.5 3.75 3.75 4.5]
+xshow
+grestore
+% rtafpr1_1_3t_7->379339
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 914 688 moveto
+908 692 896 700 884 709 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 881.9 706.2 moveto
+876 715 lineto
+886.1 711.8 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 881.9 706.2 moveto
+876 715 lineto
+886.1 711.8 lineto
+closepath stroke
+grestore
+% 379422
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+853 766 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+838.75 763.15 moveto
+(379422)
+[3.75 5.25 4.5 4.5 5.25 5.25]
+xshow
+grestore
+% rtafpr1_1_3t_7->379422
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 914 689 moveto
+906 699 885 726 869 745 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 866.2 742.9 moveto
+863 753 lineto
+871.8 747.1 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 866.2 742.9 moveto
+863 753 lineto
+871.8 747.1 lineto
+closepath stroke
+grestore
+% 383039
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+860 701 30 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+847.625 698.15 moveto
+(383039)
+[3.75 4.5 3.75 4.5 3.75 4.5]
+xshow
+grestore
+% rtafpr1_1_3t_7->383039
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 913 687 moveto
+909 688 903 690 896 692 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 895.119 688.607 moveto
+886 694 lineto
+896.492 695.471 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 895.119 688.607 moveto
+886 694 lineto
+896.492 695.471 lineto
+closepath stroke
+grestore
+% fcfpr1_1_3t_42
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+949 856 4 4.5 ellipse_path stroke
+grestore
+% fcfpr1_1_3t_42->375507
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 949 851 moveto
+949 839 950 807 951 784 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 954.5 784 moveto
+951 774 lineto
+947.5 784 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 954.5 784 moveto
+951 774 lineto
+947.5 784 lineto
+closepath stroke
+grestore
+% 384096
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+920 949 30 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+906.875 946.15 moveto
+(384096)
+[3.75 4.5 4.5 4.5 4.5 4.5]
+xshow
+grestore
+% fcfpr1_1_3t_42->384096
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 948 860 moveto
+945 872 934 904 927 925 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 923.521 924.416 moveto
+924 935 lineto
+930.226 926.427 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 923.521 924.416 moveto
+924 935 lineto
+930.226 926.427 lineto
+closepath stroke
+grestore
+% rdlfpr2_0_rdlt_158
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+895 824 4 4.5 ellipse_path stroke
+grestore
+% rdlfpr2_0_rdlt_158->375507
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 898 821 moveto
+905 813 921 795 933 781 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 936.049 782.831 moveto
+940 773 lineto
+930.781 778.221 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 936.049 782.831 moveto
+940 773 lineto
+930.781 778.221 lineto
+closepath stroke
+grestore
+% rtafpr1_1_3t_71
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+919 857 4 4.5 ellipse_path stroke
+grestore
+% rtafpr1_1_3t_71->375507
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 920 853 moveto
+924 841 936 807 944 783 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 947.158 784.594 moveto
+947 774 lineto
+940.517 782.38 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 947.158 784.594 moveto
+947 774 lineto
+940.517 782.38 lineto
+closepath stroke
+grestore
+% rtafpr1_1_3t_71->384096
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 919 862 moveto
+919 873 920 903 920 925 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 916.5 925 moveto
+920 935 lineto
+923.5 925 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 916.5 925 moveto
+920 935 lineto
+923.5 925 lineto
+closepath stroke
+grestore
+% dbfpr1_1_3t_2
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+903 798 4 4.5 ellipse_path stroke
+grestore
+% dbfpr1_1_3t_2->375507
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 906 795 moveto
+911 792 920 785 928 778 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 930.1 780.8 moveto
+936 772 lineto
+925.9 775.2 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 930.1 780.8 moveto
+936 772 lineto
+925.9 775.2 lineto
+closepath stroke
+grestore
+% dbfpr1_1_3t_2->375508
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 906 795 moveto
+913 789 927 776 939 765 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 941.404 767.546 moveto
+946 758 lineto
+936.454 762.596 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 941.404 767.546 moveto
+946 758 lineto
+936.454 762.596 lineto
+closepath stroke
+grestore
+% rdlfpr1_1g_13
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+927 831 4 4.5 ellipse_path stroke
+grestore
+% rdlfpr1_1g_13->375508
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 929 826 moveto
+932 816 942 789 950 768 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 953.137 769.56 moveto
+954 759 lineto
+946.74 766.717 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 953.137 769.56 moveto
+954 759 lineto
+946.74 766.717 lineto
+closepath stroke
+grestore
+% rtafpr2_1_rdlg_1
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+977 837 4 4.5 ellipse_path stroke
+grestore
+% rtafpr2_1_rdlg_1->375508
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 976 832 moveto
+973 821 968 791 964 770 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 967.393 769.119 moveto
+962 760 lineto
+960.529 770.492 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 967.393 769.119 moveto
+962 760 lineto
+960.529 770.492 lineto
+closepath stroke
+grestore
+% rdlfpr2_0_rdlg_12
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+953 880 4 4.5 ellipse_path stroke
+grestore
+% rdlfpr2_0_rdlg_12->377719
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 956 877 moveto
+964 867 986 841 1002 823 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1005.05 824.831 moveto
+1009 815 lineto
+999.781 820.221 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1005.05 824.831 moveto
+1009 815 lineto
+999.781 820.221 lineto
+closepath stroke
+grestore
+% rdlfpr2_0_rdlt_30
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+979 884 4 4.5 ellipse_path stroke
+grestore
+% rdlfpr2_0_rdlt_30->377719
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 981 880 moveto
+986 871 999 844 1009 824 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 1012.14 825.56 moveto
+1013 815 lineto
+1005.74 822.717 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 1012.14 825.56 moveto
+1013 815 lineto
+1005.74 822.717 lineto
+closepath stroke
+grestore
+% tlfpr1_1_1t_5
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+704 597 4 4.5 ellipse_path stroke
+grestore
+% tlfpr1_1_1t_5->358224
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 708 596 moveto
+709 596 710 595 711 595 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 712.283 598.26 moveto
+720 591 lineto
+709.44 591.863 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 712.283 598.26 moveto
+720 591 lineto
+709.44 591.863 lineto
+closepath stroke
+grestore
+% tymsgfpr1_1_1t_23
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+699 508 4 4.5 ellipse_path stroke
+grestore
+% tymsgfpr1_1_1t_23->358224
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 701 512 moveto
+707 521 720 543 730 561 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 727.084 562.958 moveto
+735 570 lineto
+733.203 559.559 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 727.084 562.958 moveto
+735 570 lineto
+733.203 559.559 lineto
+closepath stroke
+grestore
+% rcfpr0_0_1t_9
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+644 612 4 4.5 ellipse_path stroke
+grestore
+% rcfpr0_0_1t_9->358224
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 648 611 moveto
+658 608 686 599 708 593 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 709.427 596.226 moveto
+718 590 lineto
+707.416 589.521 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 709.427 596.226 moveto
+718 590 lineto
+707.416 589.521 lineto
+closepath stroke
+grestore
+% 354290
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+560 613 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+546.875 610.15 moveto
+(354290)
+[3.75 3.75 4.5 5.25 4.5 4.5]
+xshow
+grestore
+% rcfpr0_0_1t_9->354290
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 640 612 moveto
+633 612 615 612 599 613 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 599 609.5 moveto
+589 613 lineto
+599 616.5 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 599 609.5 moveto
+589 613 lineto
+599 616.5 lineto
+closepath stroke
+grestore
+% rcfpr1_1_1t_5
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+708 655 4 4.5 ellipse_path stroke
+grestore
+% rcfpr1_1_1t_5->358224
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 710 651 moveto
+714 642 725 621 733 605 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 736.137 606.56 moveto
+737 596 lineto
+729.74 603.717 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 736.137 606.56 moveto
+737 596 lineto
+729.74 603.717 lineto
+closepath stroke
+grestore
+% 379864
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+678 744 30 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+664.5 741.15 moveto
+(379864)
+[3.75 5.25 4.5 4.5 4.5 4.5]
+xshow
+grestore
+% rcfpr1_1_1t_5->379864
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 707 659 moveto
+704 670 694 700 686 720 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 682.521 719.416 moveto
+683 730 lineto
+689.226 721.427 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 682.521 719.416 moveto
+683 730 lineto
+689.226 721.427 lineto
+closepath stroke
+grestore
+% odfpr0_0_1t_8
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+639 585 4 4.5 ellipse_path stroke
+grestore
+% odfpr0_0_1t_8->358224
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 643 585 moveto
+653 585 681 584 704 584 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 704 587.5 moveto
+714 584 lineto
+704 580.5 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 704 587.5 moveto
+714 584 lineto
+704 580.5 lineto
+closepath stroke
+grestore
+% odfpr0_0_1t_8->354290
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 635 587 moveto
+627 589 609 595 593 601 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 590.985 598.036 moveto
+583 605 lineto
+593.585 604.536 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 590.985 598.036 moveto
+583 605 lineto
+593.585 604.536 lineto
+closepath stroke
+grestore
+% odfpr1_1_1t_6
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+695 547 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_1_1t_6->358224
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 698 550 moveto
+703 553 711 559 719 566 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 716.9 568.8 moveto
+727 572 lineto
+721.1 563.2 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 716.9 568.8 moveto
+727 572 lineto
+721.1 563.2 lineto
+closepath stroke
+grestore
+% ecdsgfpr1_1_1t_4
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+712 529 4 4.5 ellipse_path stroke
+grestore
+% ecdsgfpr1_1_1t_4->358224
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 714 533 moveto
+717 538 724 550 730 561 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 727.084 562.958 moveto
+735 570 lineto
+733.203 559.559 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 727.084 562.958 moveto
+735 570 lineto
+733.203 559.559 lineto
+closepath stroke
+grestore
+% tymsgfpr1_1_1t_18
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+789 515 4 4.5 ellipse_path stroke
+grestore
+% tymsgfpr1_1_1t_18->358900
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 790 519 moveto
+792 528 799 548 804 564 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 800.774 565.427 moveto
+807 574 lineto
+807.479 563.416 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 800.774 565.427 moveto
+807 574 lineto
+807.479 563.416 lineto
+closepath stroke
+grestore
+% rcfpr1_1_1t_100
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+753 654 4 4.5 ellipse_path stroke
+grestore
+% rcfpr1_1_1t_100->358900
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 756 651 moveto
+762 643 779 623 793 608 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 796.049 609.831 moveto
+800 600 lineto
+790.781 605.221 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 796.049 609.831 moveto
+800 600 lineto
+790.781 605.221 lineto
+closepath stroke
+grestore
+% 382574
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+719 726 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+705.5 723.15 moveto
+(382574)
+[3.75 4.5 5.25 3.75 5.25 4.5]
+xshow
+grestore
+% rcfpr1_1_1t_100->382574
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 751 658 moveto
+747 667 737 688 729 704 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 725.863 702.44 moveto
+725 713 lineto
+732.26 705.283 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 725.863 702.44 moveto
+725 713 lineto
+732.26 705.283 lineto
+closepath stroke
+grestore
+% rcfpr1_1_1t_22
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+758 628 4 4.5 ellipse_path stroke
+grestore
+% rcfpr1_1_1t_22->358900
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 761 625 moveto
+767 621 778 613 788 605 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 790.1 607.8 moveto
+796 599 lineto
+785.9 602.2 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 790.1 607.8 moveto
+796 599 lineto
+785.9 602.2 lineto
+closepath stroke
+grestore
+% rcfpr1_1_1t_22->382574
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 756 632 moveto
+752 644 737 679 728 703 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 724.464 702.415 moveto
+724 713 lineto
+730.964 705.015 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 724.464 702.415 moveto
+724 713 lineto
+730.964 705.015 lineto
+closepath stroke
+grestore
+% rcfpr1_1_1t_37
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+774 664 4 4.5 ellipse_path stroke
+grestore
+% rcfpr1_1_1t_37->358900
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 776 660 moveto
+781 651 792 627 800 609 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 803.203 610.441 moveto
+805 600 lineto
+797.084 607.042 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 803.203 610.441 moveto
+805 600 lineto
+797.084 607.042 lineto
+closepath stroke
+grestore
+% rcfpr1_1_1t_37->382574
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 771 667 moveto
+765 675 750 692 737 705 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 733.951 703.169 moveto
+730 713 lineto
+739.219 707.779 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 733.951 703.169 moveto
+730 713 lineto
+739.219 707.779 lineto
+closepath stroke
+grestore
+% odfpr1_1_1t_21
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+767 538 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_1_1t_21->358900
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 770 541 moveto
+775 547 784 557 793 567 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 790.454 569.404 moveto
+800 574 lineto
+795.404 564.454 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 790.454 569.404 moveto
+800 574 lineto
+795.404 564.454 lineto
+closepath stroke
+grestore
+% rcfpr1_1_1t_30
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+880 343 4 4.5 ellipse_path stroke
+grestore
+% rcfpr1_1_1t_30->372568
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 880 348 moveto
+879 361 878 398 877 423 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 873.5 423 moveto
+877 433 lineto
+880.5 423 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 873.5 423 moveto
+877 433 lineto
+880.5 423 lineto
+closepath stroke
+grestore
+% 370706
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+830 335 30 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+816.125 332.15 moveto
+(370706)
+[3.75 5.25 4.5 5.25 4.5 4.5]
+xshow
+grestore
+% rcfpr1_1_1t_30->370706
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 876 342 moveto
+874 342 872 341 869 341 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 869.492 337.529 moveto
+859 339 lineto
+868.119 344.393 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 869.492 337.529 moveto
+859 339 lineto
+868.119 344.393 lineto
+closepath stroke
+grestore
+% 377908
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+799 328 30 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+785.125 325.15 moveto
+(377908)
+[3.75 5.25 5.25 4.5 4.5 4.5]
+xshow
+grestore
+% rcfpr1_1_1t_30->377908
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 876 342 moveto
+869 340 852 337 837 335 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 837.492 331.529 moveto
+827 333 lineto
+836.119 338.393 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 837.492 331.529 moveto
+827 333 lineto
+836.119 338.393 lineto
+closepath stroke
+grestore
+% 377924
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+850 296 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+835.75 293.15 moveto
+(377924)
+[3.75 5.25 5.25 4.5 5.25 4.5]
+xshow
+grestore
+% rcfpr1_1_1t_30->377924
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 878 339 moveto
+875 335 869 326 864 318 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 866.916 316.042 moveto
+859 309 lineto
+860.797 319.441 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 866.916 316.042 moveto
+859 309 lineto
+860.797 319.441 lineto
+closepath stroke
+grestore
+% 377971
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+886 274 30 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+871.75 271.15 moveto
+(377971)
+[3.75 5.25 5.25 4.5 5.25 4.5]
+xshow
+grestore
+% rcfpr1_1_1t_30->377971
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 880 338 moveto
+881 330 883 313 884 298 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 887.488 298.299 moveto
+885 288 lineto
+880.522 297.602 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 887.488 298.299 moveto
+885 288 lineto
+880.522 297.602 lineto
+closepath stroke
+grestore
+% 377980
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+907 309 30 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+893.125 306.15 moveto
+(377980)
+[3.75 5.25 5.25 4.5 4.5 4.5]
+xshow
+grestore
+% rcfpr1_1_1t_30->377980
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 883 340 moveto
+885 338 888 334 891 330 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 893.8 332.1 moveto
+897 322 lineto
+888.2 327.9 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 893.8 332.1 moveto
+897 322 lineto
+888.2 327.9 lineto
+closepath stroke
+grestore
+% 378362
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+803 278 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+789.5 275.15 moveto
+(378362)
+[3.75 5.25 4.5 3.75 4.5 5.25]
+xshow
+grestore
+% rcfpr1_1_1t_30->378362
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 877 340 moveto
+868 333 844 312 825 297 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 826.831 293.951 moveto
+817 290 lineto
+822.221 299.219 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 826.831 293.951 moveto
+817 290 lineto
+822.221 299.219 lineto
+closepath stroke
+grestore
+% 378656
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+826 266 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+812.875 263.15 moveto
+(378656)
+[3.75 5.25 4.5 4.5 3.75 4.5]
+xshow
+grestore
+% rcfpr1_1_1t_30->378656
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 877 339 moveto
+871 330 854 306 841 287 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 843.8 284.9 moveto
+835 279 lineto
+838.2 289.1 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 843.8 284.9 moveto
+835 279 lineto
+838.2 289.1 lineto
+closepath stroke
+grestore
+% 378666
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+938 286 30 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+924.5 283.15 moveto
+(378666)
+[3.75 5.25 4.5 4.5 4.5 4.5]
+xshow
+grestore
+% rcfpr1_1_1t_30->378666
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 883 340 moveto
+890 333 905 318 918 305 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 920.404 307.546 moveto
+925 298 lineto
+915.454 302.596 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 920.404 307.546 moveto
+925 298 lineto
+915.454 302.596 lineto
+closepath stroke
+grestore
+% 379169
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+935 326 30 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+921.5 323.15 moveto
+(379169)
+[3.75 5.25 4.5 4.5 4.5 4.5]
+xshow
+grestore
+% rcfpr1_1_1t_30->379169
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 884 342 moveto
+888 341 894 339 900 337 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 901.427 340.226 moveto
+910 334 lineto
+899.416 333.521 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 901.427 340.226 moveto
+910 334 lineto
+899.416 333.521 lineto
+closepath stroke
+grestore
+% 379341
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+919 250 30 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+905.875 247.15 moveto
+(379341)
+[3.75 5.25 4.5 3.75 4.5 4.5]
+xshow
+grestore
+% rcfpr1_1_1t_30->379341
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 882 339 moveto
+886 328 900 295 909 272 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 912.137 273.56 moveto
+913 263 lineto
+905.74 270.717 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 912.137 273.56 moveto
+913 263 lineto
+905.74 270.717 lineto
+closepath stroke
+grestore
+% 379972
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+856 261 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+841.75 258.15 moveto
+(379972)
+[3.75 5.25 4.5 4.5 5.25 5.25]
+xshow
+grestore
+% rcfpr1_1_1t_30->379972
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 879 339 moveto
+876 329 869 303 863 284 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 866.226 282.573 moveto
+860 274 lineto
+859.521 284.584 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 866.226 282.573 moveto
+860 274 lineto
+859.521 284.584 lineto
+closepath stroke
+grestore
+% 380298
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+968 300 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+954.5 297.15 moveto
+(380298)
+[3.75 4.5 4.5 5.25 4.5 4.5]
+xshow
+grestore
+% rcfpr1_1_1t_30->380298
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 884 341 moveto
+893 337 919 324 939 314 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 940.283 317.26 moveto
+948 310 lineto
+937.44 310.863 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 940.283 317.26 moveto
+948 310 lineto
+937.44 310.863 lineto
+closepath stroke
+grestore
+% 380448
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+788 300 30 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+774.875 297.15 moveto
+(380448)
+[3.75 4.5 4.5 4.5 4.5 4.5]
+xshow
+grestore
+% rcfpr1_1_1t_30->380448
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 876 341 moveto
+866 337 839 324 818 314 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 819.56 310.863 moveto
+809 310 lineto
+816.717 317.26 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 819.56 310.863 moveto
+809 310 lineto
+816.717 317.26 lineto
+closepath stroke
+grestore
+% 380475
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+947 346 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+933.875 343.15 moveto
+(380475)
+[3.75 4.5 4.5 4.5 5.25 3.75]
+xshow
+grestore
+% rcfpr1_1_1t_30->380475
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 884 343 moveto
+889 343 898 344 908 344 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 907.701 347.488 moveto
+918 345 lineto
+908.398 340.522 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 907.701 347.488 moveto
+918 345 lineto
+908.398 340.522 lineto
+closepath stroke
+grestore
+% 380526
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+977 324 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+963.875 321.15 moveto
+(380526)
+[3.75 4.5 4.5 3.75 5.25 4.5]
+xshow
+grestore
+% rcfpr1_1_1t_30->380526
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 884 342 moveto
+894 340 919 336 940 331 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 940.881 334.393 moveto
+950 329 lineto
+939.508 327.529 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 940.881 334.393 moveto
+950 329 lineto
+939.508 327.529 lineto
+closepath stroke
+grestore
+% odfpr1_1_1t_31
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+894 372 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_1_1t_31->372568
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 893 376 moveto
+891 386 886 406 882 423 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 878.529 422.508 moveto
+880 433 lineto
+885.393 423.881 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 878.529 422.508 moveto
+880 433 lineto
+885.393 423.881 lineto
+closepath stroke
+grestore
+% odfpr1_1_1t_31->377980
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 895 367 moveto
+897 360 899 346 902 333 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 905.471 333.492 moveto
+904 323 lineto
+898.607 332.119 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 905.471 333.492 moveto
+904 323 lineto
+898.607 332.119 lineto
+closepath stroke
+grestore
+% odfpr1_1_1t_31->379169
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 897 369 moveto
+901 364 909 355 917 346 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 919.404 348.546 moveto
+924 339 lineto
+914.454 343.596 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 919.404 348.546 moveto
+924 339 lineto
+914.454 343.596 lineto
+closepath stroke
+grestore
+% odfpr1_1_1t_31->379341
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 895 367 moveto
+899 352 908 303 914 273 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 917.471 273.492 moveto
+916 263 lineto
+910.607 272.119 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 917.471 273.492 moveto
+916 263 lineto
+910.607 272.119 lineto
+closepath stroke
+grestore
+% odfpr1_1_1t_31->380475
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 898 370 moveto
+902 368 910 364 918 360 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 919.283 363.26 moveto
+927 356 lineto
+916.44 356.863 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 919.283 363.26 moveto
+927 356 lineto
+916.44 356.863 lineto
+closepath stroke
+grestore
+% 357430
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+810 311 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+797.25 308.15 moveto
+(357430)
+[3.75 3.75 5.25 4.5 3.75 4.5]
+xshow
+grestore
+% odfpr1_1_1t_31->357430
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 890 369 moveto
+880 362 854 343 834 328 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 836.1 325.2 moveto
+826 322 lineto
+831.9 330.8 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 836.1 325.2 moveto
+826 322 lineto
+831.9 330.8 lineto
+closepath stroke
+grestore
+% tlfpr1_1_1t_20
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+862 462 4 4.5 ellipse_path stroke
+grestore
+% tlfpr1_1_1t_20->375557
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 860 466 moveto
+856 471 849 481 843 491 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 840.2 488.9 moveto
+837 499 lineto
+845.8 493.1 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 840.2 488.9 moveto
+837 499 lineto
+845.8 493.1 lineto
+closepath stroke
+grestore
+% tymsgfpr1_1_1t_24
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+828 447 4 4.5 ellipse_path stroke
+grestore
+% tymsgfpr1_1_1t_24->375557
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 828 452 moveto
+828 460 828 475 828 488 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 824.5 488 moveto
+828 498 lineto
+831.5 488 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 824.5 488 moveto
+828 498 lineto
+831.5 488 lineto
+closepath stroke
+grestore
+% rcfpr1_1_1t_11
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+754 462 4 4.5 ellipse_path stroke
+grestore
+% rcfpr1_1_1t_11->375557
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 758 464 moveto
+766 469 786 483 802 495 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 800.738 498.365 moveto
+811 501 lineto
+804.621 492.541 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 800.738 498.365 moveto
+811 501 lineto
+804.621 492.541 lineto
+closepath stroke
+grestore
+% 379968
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+710 375 30 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+696.5 372.15 moveto
+(379968)
+[3.75 5.25 4.5 4.5 4.5 4.5]
+xshow
+grestore
+% rcfpr1_1_1t_11->379968
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 752 458 moveto
+747 447 732 418 722 397 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 724.916 395.042 moveto
+717 388 lineto
+718.797 398.441 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 724.916 395.042 moveto
+717 388 lineto
+718.797 398.441 lineto
+closepath stroke
+grestore
+% odfpr1_1_1t_9
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+762 439 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_1_1t_9->375557
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 765 443 moveto
+773 452 794 475 810 492 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 807.454 494.404 moveto
+817 499 lineto
+812.404 489.454 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 807.454 494.404 moveto
+817 499 lineto
+812.404 489.454 lineto
+closepath stroke
+grestore
+% odfpr1_1_1t_9->379968
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 759 436 moveto
+753 428 738 410 726 396 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 728.8 393.9 moveto
+720 388 lineto
+723.2 398.1 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 728.8 393.9 moveto
+720 388 lineto
+723.2 398.1 lineto
+closepath stroke
+grestore
+% ecdsgfpr1_1_1t_19
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+797 450 4 4.5 ellipse_path stroke
+grestore
+% ecdsgfpr1_1_1t_19->375557
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 799 454 moveto
+803 461 810 477 816 490 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 813.084 491.958 moveto
+821 499 lineto
+819.203 488.559 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 813.084 491.958 moveto
+821 499 lineto
+819.203 488.559 lineto
+closepath stroke
+grestore
+% rtafpr1_1_1g_14->376956
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1015 498 moveto
+1009 508 993 537 982 557 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 978.797 555.559 moveto
+977 566 lineto
+984.916 558.958 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 978.797 555.559 moveto
+977 566 lineto
+984.916 558.958 lineto
+closepath stroke
+grestore
+% rtafpr1_1_1t_64->376956
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1051 498 moveto
+1040 509 1009 539 988 560 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 985.596 557.454 moveto
+981 567 lineto
+990.546 562.404 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 985.596 557.454 moveto
+981 567 lineto
+990.546 562.404 lineto
+closepath stroke
+grestore
+% rtafpr1_1_2t_18->376956
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 1078 517 moveto
+1065 524 1025 548 997 563 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 995.042 560.084 moveto
+988 568 lineto
+998.441 566.203 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 995.042 560.084 moveto
+988 568 lineto
+998.441 566.203 lineto
+closepath stroke
+grestore
+% rtafpr1_1_3t_30
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+977 505 4 4.5 ellipse_path stroke
+grestore
+% rtafpr1_1_3t_30->376956
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 976 510 moveto
+975 519 973 539 972 555 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 968.512 554.701 moveto
+971 565 lineto
+975.478 555.398 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 968.512 554.701 moveto
+971 565 lineto
+975.478 555.398 lineto
+closepath stroke
+grestore
+% rtafpr1_1_1t_14
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+827 872 4 4.5 ellipse_path stroke
+grestore
+% rtafpr1_1_1t_14->379422
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 828 867 moveto
+832 854 841 815 847 790 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 850.479 790.584 moveto
+850 780 lineto
+843.774 788.573 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 850.479 790.584 moveto
+850 780 lineto
+843.774 788.573 lineto
+closepath stroke
+grestore
+% rtafpr1_1_1t_20
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+805 847 4 4.5 ellipse_path stroke
+grestore
+% rtafpr1_1_1t_20->379422
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 807 843 moveto
+813 834 829 807 840 788 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 843.203 789.441 moveto
+845 779 lineto
+837.084 786.042 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 843.203 789.441 moveto
+845 779 lineto
+837.084 786.042 lineto
+closepath stroke
+grestore
+% tlfpr1_0_4g_4
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+475 618 4 4.5 ellipse_path stroke
+grestore
+% tlfpr1_0_4g_4->354290
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 479 618 moveto
+486 617 504 616 521 616 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 521.398 619.478 moveto
+531 615 lineto
+520.701 612.512 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 521.398 619.478 moveto
+531 615 lineto
+520.701 612.512 lineto
+closepath stroke
+grestore
+% 358471
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+385 598 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+371.875 595.15 moveto
+(358471)
+[3.75 3.75 4.5 4.5 5.25 4.5]
+xshow
+grestore
+% tlfpr1_0_4g_4->358471
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 471 617 moveto
+462 615 441 611 422 606 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 422.492 602.529 moveto
+412 604 lineto
+421.119 609.393 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 422.492 602.529 moveto
+412 604 lineto
+421.119 609.393 lineto
+closepath stroke
+grestore
+% 375024
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+490 676 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+476.5 673.15 moveto
+(375024)
+[3.75 5.25 3.75 4.5 5.25 4.5]
+xshow
+grestore
+% tlfpr1_0_4g_4->375024
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 476 623 moveto
+478 629 481 641 484 652 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 480.774 653.427 moveto
+487 662 lineto
+487.479 651.416 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 480.774 653.427 moveto
+487 662 lineto
+487.479 651.416 lineto
+closepath stroke
+grestore
+% 375027
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+488 721 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+474.125 718.15 moveto
+(375027)
+[3.75 5.25 3.75 4.5 5.25 5.25]
+xshow
+grestore
+% tlfpr1_0_4g_4->375027
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 476 623 moveto
+477 636 482 673 485 697 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 481.522 697.398 moveto
+486 707 lineto
+488.488 696.701 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 481.522 697.398 moveto
+486 707 lineto
+488.488 696.701 lineto
+closepath stroke
+grestore
+% pagfpr1_1_1t_23
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+563 702 4 4.5 ellipse_path stroke
+grestore
+% pagfpr1_1_1t_23->354290
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 563 697 moveto
+562 686 561 658 560 637 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 563.5 637 moveto
+560 627 lineto
+556.5 637 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 563.5 637 moveto
+560 627 lineto
+556.5 637 lineto
+closepath stroke
+grestore
+% rcfpr1_1_1t_110
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+925 162 4 4.5 ellipse_path stroke
+grestore
+% rcfpr1_1_1t_110->379341
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 925 167 moveto
+924 178 922 206 921 226 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 917.512 225.701 moveto
+920 236 lineto
+924.478 226.398 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 917.512 225.701 moveto
+920 236 lineto
+924.478 226.398 lineto
+closepath stroke
+grestore
+% rcfpr1_1_1t_110->381710
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 929 161 moveto
+939 158 965 152 987 146 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 987.881 149.393 moveto
+997 144 lineto
+986.508 142.529 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 987.881 149.393 moveto
+997 144 lineto
+986.508 142.529 lineto
+closepath stroke
+grestore
+% 381775
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+999 126 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+985.5 123.15 moveto
+(381775)
+[3.75 4.5 4.5 5.25 5.25 3.75]
+xshow
+grestore
+% rcfpr1_1_1t_110->381775
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 929 160 moveto
+936 157 954 148 970 140 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 971.283 143.26 moveto
+979 136 lineto
+968.44 136.863 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 971.283 143.26 moveto
+979 136 lineto
+968.44 136.863 lineto
+closepath stroke
+grestore
+% 382436
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+851 106 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+837.875 103.15 moveto
+(382436)
+[3.75 4.5 5.25 4.5 3.75 4.5]
+xshow
+grestore
+% rcfpr1_1_1t_110->382436
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 921 159 moveto
+913 153 892 137 875 124 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 877.1 121.2 moveto
+867 118 lineto
+872.9 126.8 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 877.1 121.2 moveto
+867 118 lineto
+872.9 126.8 lineto
+closepath stroke
+grestore
+% 382528
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+893 77 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+879.5 74.15 moveto
+(382528)
+[3.75 4.5 5.25 3.75 5.25 4.5]
+xshow
+grestore
+% rcfpr1_1_1t_110->382528
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 923 157 moveto
+920 147 910 120 902 99 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 905.26 97.7166 moveto
+898 90 lineto
+898.863 100.56 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 905.26 97.7166 moveto
+898 90 lineto
+898.863 100.56 lineto
+closepath stroke
+grestore
+% 382566
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+923 98 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+909.875 95.15 moveto
+(382566)
+[3.75 4.5 5.25 3.75 4.5 4.5]
+xshow
+grestore
+% rcfpr1_1_1t_110->382566
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 925 157 moveto
+924 150 924 135 924 122 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 927.478 121.602 moveto
+923 112 lineto
+920.512 122.299 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 927.478 121.602 moveto
+923 112 lineto
+920.512 122.299 lineto
+closepath stroke
+grestore
+% 382572
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+972 99 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+958.125 96.15 moveto
+(382572)
+[3.75 4.5 5.25 3.75 5.25 5.25]
+xshow
+grestore
+% rcfpr1_1_1t_110->382572
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 928 158 moveto
+934 151 946 134 956 120 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 958.8 122.1 moveto
+962 112 lineto
+953.2 117.9 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 958.8 122.1 moveto
+962 112 lineto
+953.2 117.9 lineto
+closepath stroke
+grestore
+% rcfpr1_1_1t_62
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+994 206 4 4.5 ellipse_path stroke
+grestore
+% rcfpr1_1_1t_62->379341
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 990 208 moveto
+982 213 963 224 947 234 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 945.042 231.084 moveto
+938 239 lineto
+948.441 237.203 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 945.042 231.084 moveto
+938 239 lineto
+948.441 237.203 lineto
+closepath stroke
+grestore
+% odfpr0_0_1t_7
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+360 490 4 4.5 ellipse_path stroke
+grestore
+% odfpr0_0_1t_7->358471
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 361 494 moveto
+365 508 373 548 380 574 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 376.607 574.881 moveto
+382 584 lineto
+383.471 573.508 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 376.607 574.881 moveto
+382 584 lineto
+383.471 573.508 lineto
+closepath stroke
+grestore
+% 353506
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+364 418 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+352 415.15 moveto
+(353506)
+[3.75 3.75 3.75 3.75 4.5 4.5]
+xshow
+grestore
+% odfpr0_0_1t_7->353506
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 360 485 moveto
+361 476 362 458 362 442 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 365.488 442.299 moveto
+363 432 lineto
+358.522 441.602 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 365.488 442.299 moveto
+363 432 lineto
+358.522 441.602 lineto
+closepath stroke
+grestore
+% 370509
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+305 411 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+291.875 408.15 moveto
+(370509)
+[3.75 5.25 4.5 3.75 4.5 4.5]
+xshow
+grestore
+% odfpr0_0_1t_7->370509
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 357 486 moveto
+350 477 333 451 320 432 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 322.8 429.9 moveto
+314 424 lineto
+317.2 434.1 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 322.8 429.9 moveto
+314 424 lineto
+317.2 434.1 lineto
+closepath stroke
+grestore
+% 370510
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+327 403 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+313.875 400.15 moveto
+(370510)
+[3.75 5.25 4.5 3.75 4.5 4.5]
+xshow
+grestore
+% odfpr0_0_1t_7->370510
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 358 486 moveto
+355 475 344 447 336 427 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 338.964 424.985 moveto
+332 417 lineto
+332.464 427.585 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 338.964 424.985 moveto
+332 417 lineto
+332.464 427.585 lineto
+closepath stroke
+grestore
+% odfpr1_0_1t_36
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+398 533 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_1t_36->358471
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 397 538 moveto
+395 546 393 561 390 574 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 386.529 573.508 moveto
+388 584 lineto
+393.393 574.881 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 386.529 573.508 moveto
+388 584 lineto
+393.393 574.881 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_18
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+283 663 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_3t_18->358471
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 287 661 moveto
+299 654 334 631 360 614 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 361.375 617.268 moveto
+368 609 lineto
+357.665 611.332 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 361.375 617.268 moveto
+368 609 lineto
+357.665 611.332 lineto
+closepath stroke
+grestore
+% 354546
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+247 751 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+234.625 748.15 moveto
+(354546)
+[3.75 3.75 4.5 3.75 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->354546
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 281 667 moveto
+277 678 265 707 256 729 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 252.863 727.44 moveto
+252 738 lineto
+259.26 730.283 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 252.863 727.44 moveto
+252 738 lineto
+259.26 730.283 lineto
+closepath stroke
+grestore
+% 354757
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+325 753 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+311.875 750.15 moveto
+(354757)
+[3.75 3.75 4.5 5.25 3.75 5.25]
+xshow
+grestore
+% odfpr1_0_3t_18->354757
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 285 667 moveto
+290 678 304 709 315 730 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 311.74 731.283 moveto
+319 739 lineto
+318.137 728.44 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 311.74 731.283 moveto
+319 739 lineto
+318.137 728.44 lineto
+closepath stroke
+grestore
+% 354766
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+307 751 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+293.875 748.15 moveto
+(354766)
+[3.75 3.75 4.5 5.25 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->354766
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 284 668 moveto
+287 679 295 707 300 727 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 296.774 728.427 moveto
+303 737 lineto
+303.479 726.416 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 296.774 728.427 moveto
+303 737 lineto
+303.479 726.416 lineto
+closepath stroke
+grestore
+% 354771
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+287 741 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+273.5 738.15 moveto
+(354771)
+[3.75 3.75 4.5 5.25 5.25 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->354771
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 283 668 moveto
+284 677 285 699 285 717 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 281.522 717.398 moveto
+286 727 lineto
+288.488 716.701 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 281.522 717.398 moveto
+286 727 lineto
+288.488 716.701 lineto
+closepath stroke
+grestore
+% 354785
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+209 627 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+196.25 624.15 moveto
+(354785)
+[3.75 3.75 4.5 5.25 4.5 3.75]
+xshow
+grestore
+% odfpr1_0_3t_18->354785
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 279 661 moveto
+272 658 254 649 238 641 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 239.56 637.863 moveto
+229 637 lineto
+236.717 644.26 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 239.56 637.863 moveto
+229 637 lineto
+236.717 644.26 lineto
+closepath stroke
+grestore
+% 354878
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+204 642 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+190.875 639.15 moveto
+(354878)
+[3.75 3.75 4.5 4.5 5.25 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->354878
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 279 662 moveto
+271 660 255 656 239 652 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 239.584 648.521 moveto
+229 649 lineto
+237.573 655.226 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 239.584 648.521 moveto
+229 649 lineto
+237.573 655.226 lineto
+closepath stroke
+grestore
+% 355080
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+219 612 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+206.625 609.15 moveto
+(355080)
+[3.75 3.75 3.75 4.5 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->355080
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 280 660 moveto
+272 655 256 642 242 630 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 244.1 627.2 moveto
+234 624 lineto
+239.9 632.8 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 244.1 627.2 moveto
+234 624 lineto
+239.9 632.8 lineto
+closepath stroke
+grestore
+% 355288
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+219 590 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+206.25 587.15 moveto
+(355288)
+[3.75 3.75 3.75 5.25 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->355288
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 280 659 moveto
+272 650 252 628 237 611 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 239.219 608.221 moveto
+230 603 lineto
+233.951 612.831 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 239.219 608.221 moveto
+230 603 lineto
+233.951 612.831 lineto
+closepath stroke
+grestore
+% 355800
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+296 620 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+283.625 617.15 moveto
+(355800)
+[3.75 3.75 3.75 4.5 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->355800
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 284 659 moveto
+285 655 287 649 289 643 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 292.479 643.584 moveto
+292 633 lineto
+285.774 641.573 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 292.479 643.584 moveto
+292 633 lineto
+285.774 641.573 lineto
+closepath stroke
+grestore
+% 356116
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+353 668 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+340.25 665.15 moveto
+(356116)
+[3.75 3.75 4.5 4.5 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->356116
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 287 663 moveto
+292 663 303 664 314 665 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 313.701 668.488 moveto
+324 666 lineto
+314.398 661.522 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 313.701 668.488 moveto
+324 666 lineto
+314.398 661.522 lineto
+closepath stroke
+grestore
+% 356741
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+318 602 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+304.875 599.15 moveto
+(356741)
+[3.75 3.75 4.5 5.25 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->356741
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 285 659 moveto
+289 652 298 637 305 624 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 308.203 625.441 moveto
+310 615 lineto
+302.084 622.042 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 308.203 625.441 moveto
+310 615 lineto
+302.084 622.042 lineto
+closepath stroke
+grestore
+% 357340
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+350 686 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+337.25 683.15 moveto
+(357340)
+[3.75 3.75 5.25 3.75 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->357340
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 287 664 moveto
+293 666 305 671 317 675 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 316.416 678.479 moveto
+327 678 lineto
+318.427 671.774 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 316.416 678.479 moveto
+327 678 lineto
+318.427 671.774 lineto
+closepath stroke
+grestore
+% 357538
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+311 691 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+298.625 688.15 moveto
+(357538)
+[3.75 3.75 5.25 3.75 3.75 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->357538
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 286 666 moveto
+288 668 290 670 292 672 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 289.454 674.404 moveto
+299 679 lineto
+294.404 669.454 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 289.454 674.404 moveto
+299 679 lineto
+294.404 669.454 lineto
+closepath stroke
+grestore
+% 357769
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+324 710 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+310.5 707.15 moveto
+(357769)
+[3.75 3.75 5.25 5.25 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->357769
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 286 666 moveto
+290 671 298 681 306 689 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 303.781 691.779 moveto
+313 697 lineto
+309.049 687.169 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 303.781 691.779 moveto
+313 697 lineto
+309.049 687.169 lineto
+closepath stroke
+grestore
+% 357793
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+265 625 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+251.875 622.15 moveto
+(357793)
+[3.75 3.75 5.25 5.25 4.5 3.75]
+xshow
+grestore
+% odfpr1_0_3t_18->357793
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 281 659 moveto
+280 656 278 652 276 647 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 278.916 645.042 moveto
+271 638 lineto
+272.797 648.441 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 278.916 645.042 moveto
+271 638 lineto
+272.797 648.441 lineto
+closepath stroke
+grestore
+% 358155
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+355 704 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+343 701.15 moveto
+(358155)
+[3.75 3.75 4.5 4.5 3.75 3.75]
+xshow
+grestore
+% odfpr1_0_3t_18->358155
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 287 665 moveto
+294 670 312 680 327 688 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 325.559 691.203 moveto
+336 693 lineto
+328.958 685.084 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 325.559 691.203 moveto
+336 693 lineto
+328.958 685.084 lineto
+closepath stroke
+grestore
+% 358157
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+344 721 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+331.25 718.15 moveto
+(358157)
+[3.75 3.75 4.5 4.5 3.75 5.25]
+xshow
+grestore
+% odfpr1_0_3t_18->358157
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 286 666 moveto
+294 673 310 688 324 702 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 321.454 704.404 moveto
+331 709 lineto
+326.404 699.454 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 321.454 704.404 moveto
+331 709 lineto
+326.404 699.454 lineto
+closepath stroke
+grestore
+% 358159
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+317 582 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+304.625 579.15 moveto
+(358159)
+[3.75 3.75 4.5 4.5 3.75 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->358159
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 285 659 moveto
+289 649 300 624 307 605 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 310.536 605.585 moveto
+311 595 lineto
+304.036 602.985 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 310.536 605.585 moveto
+311 595 lineto
+304.036 602.985 lineto
+closepath stroke
+grestore
+% 358584
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+274 599 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+261.625 596.15 moveto
+(358584)
+[3.75 3.75 4.5 3.75 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->358584
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 282 658 moveto
+281 651 279 636 277 623 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 280.478 622.602 moveto
+276 613 lineto
+273.512 623.299 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 280.478 622.602 moveto
+276 613 lineto
+273.512 623.299 lineto
+closepath stroke
+grestore
+% 360104
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+281 696 30 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+267.875 693.15 moveto
+(360104)
+[3.75 4.5 4.5 4.5 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->360104
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 283 668 moveto
+283 669 283 671 283 672 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 279.512 671.701 moveto
+282 682 lineto
+286.478 672.398 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 279.512 671.701 moveto
+282 682 lineto
+286.478 672.398 lineto
+closepath stroke
+grestore
+% 360144
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+253 658 30 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+239.875 655.15 moveto
+(360144)
+[3.75 4.5 4.5 4.5 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->360144
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 279 662 moveto
+279 662 279 662 279 662 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 292.5 668.5 moveto
+279 662 lineto
+285.5 675.5 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 292.5 668.5 moveto
+279 662 lineto
+285.5 675.5 lineto
+closepath stroke
+grestore
+% 360672
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+278 568 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+264.125 565.15 moveto
+(360672)
+[3.75 4.5 4.5 4.5 5.25 5.25]
+xshow
+grestore
+% odfpr1_0_3t_18->360672
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 283 658 moveto
+282 646 281 614 279 592 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 282.5 592 moveto
+279 582 lineto
+275.5 592 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 282.5 592 moveto
+279 582 lineto
+275.5 592 lineto
+closepath stroke
+grestore
+% 360839
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+296 582 30 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+283.25 579.15 moveto
+(360839)
+[3.75 4.5 4.5 4.5 3.75 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->360839
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 284 658 moveto
+286 648 289 624 292 606 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 295.471 606.492 moveto
+294 596 lineto
+288.607 605.119 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 295.471 606.492 moveto
+294 596 lineto
+288.607 605.119 lineto
+closepath stroke
+grestore
+% 371187
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+328 656 30 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+314.125 653.15 moveto
+(371187)
+[3.75 5.25 4.5 4.5 4.5 5.25]
+xshow
+grestore
+% odfpr1_0_3t_18->371187
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 287 662 moveto
+288 662 288 662 289 662 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 289.881 665.393 moveto
+299 660 lineto
+288.508 658.529 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 289.881 665.393 moveto
+299 660 lineto
+288.508 658.529 lineto
+closepath stroke
+grestore
+% 373300
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+240 571 30 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+227.25 568.15 moveto
+(373300)
+[3.75 5.25 3.75 3.75 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->373300
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 281 659 moveto
+276 648 261 615 250 593 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 253.26 591.717 moveto
+246 584 lineto
+246.863 594.56 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 253.26 591.717 moveto
+246 584 lineto
+246.863 594.56 lineto
+closepath stroke
+grestore
+% 375134
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+215 683 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+202.25 680.15 moveto
+(375134)
+[3.75 5.25 3.75 4.5 3.75 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->375134
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 279 664 moveto
+273 666 261 669 249 673 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 247.573 669.774 moveto
+239 676 lineto
+249.584 676.479 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 247.573 669.774 moveto
+239 676 lineto
+249.584 676.479 lineto
+closepath stroke
+grestore
+% 375319
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+271 768 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+258.25 765.15 moveto
+(375319)
+[3.75 5.25 3.75 3.75 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->375319
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 282 668 moveto
+281 681 276 719 274 744 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 270.512 743.701 moveto
+273 754 lineto
+277.478 744.398 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 270.512 743.701 moveto
+273 754 lineto
+277.478 744.398 lineto
+closepath stroke
+grestore
+% 375499
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+333 629 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+319.875 626.15 moveto
+(375499)
+[3.75 5.25 3.75 4.5 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->375499
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 287 661 moveto
+291 658 300 652 308 646 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 310.1 648.8 moveto
+316 640 lineto
+305.9 643.2 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 310.1 648.8 moveto
+316 640 lineto
+305.9 643.2 lineto
+closepath stroke
+grestore
+% 377220
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+226 715 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+211.375 712.15 moveto
+(377220)
+[3.75 5.25 5.25 5.25 5.25 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->377220
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 280 666 moveto
+273 672 259 685 247 696 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 244.221 693.781 moveto
+239 703 lineto
+248.831 699.049 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 244.221 693.781 moveto
+239 703 lineto
+248.831 699.049 lineto
+closepath stroke
+grestore
+% 377562
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+190 684 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+176.125 681.15 moveto
+(377562)
+[3.75 5.25 5.25 3.75 4.5 5.25]
+xshow
+grestore
+% odfpr1_0_3t_18->377562
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 279 664 moveto
+270 666 247 671 226 676 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 225.119 672.607 moveto
+216 678 lineto
+226.492 679.471 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 225.119 672.607 moveto
+216 678 lineto
+226.492 679.471 lineto
+closepath stroke
+grestore
+% 378108
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+247 727 30 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+233.5 724.15 moveto
+(378108)
+[3.75 5.25 4.5 4.5 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->378108
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 281 667 moveto
+277 674 267 691 259 705 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 255.797 703.559 moveto
+254 714 lineto
+261.916 706.958 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 255.797 703.559 moveto
+254 714 lineto
+261.916 706.958 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+357 625 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_3t_21->358471
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 360 622 moveto
+361 621 363 619 365 617 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 367.404 619.546 moveto
+372 610 lineto
+362.454 614.596 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 367.404 619.546 moveto
+372 610 lineto
+362.454 614.596 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->355800
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 353 625 moveto
+349 625 342 625 335 624 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 335.299 620.512 moveto
+325 623 lineto
+334.602 627.478 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 335.299 620.512 moveto
+325 623 lineto
+334.602 627.478 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->356116
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 357 630 moveto
+356 634 356 639 355 644 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 351.5 644 moveto
+355 654 lineto
+358.5 644 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 351.5 644 moveto
+355 654 lineto
+358.5 644 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->356741
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 353 623 moveto
+351 622 348 620 345 618 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 346.441 614.797 moveto
+336 613 lineto
+343.042 620.916 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 346.441 614.797 moveto
+336 613 lineto
+343.042 620.916 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->357340
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 356 630 moveto
+355 637 354 650 353 662 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 349.512 661.701 moveto
+352 672 lineto
+356.478 662.398 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 349.512 661.701 moveto
+352 672 lineto
+356.478 662.398 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->357538
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 355 629 moveto
+349 637 336 655 326 670 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 323.2 667.9 moveto
+320 678 lineto
+328.8 672.1 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 323.2 667.9 moveto
+320 678 lineto
+328.8 672.1 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->357769
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 355 630 moveto
+351 640 341 667 333 688 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 329.863 686.44 moveto
+329 697 lineto
+336.26 689.283 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 329.863 686.44 moveto
+329 697 lineto
+336.26 689.283 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->357793
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 353 625 moveto
+344 625 324 625 304 625 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 304 621.5 moveto
+294 625 lineto
+304 628.5 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 304 621.5 moveto
+294 625 lineto
+304 628.5 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->358155
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 357 630 moveto
+356 640 356 662 355 680 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 351.5 680 moveto
+355 690 lineto
+358.5 680 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 351.5 680 moveto
+355 690 lineto
+358.5 680 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->358157
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 356 630 moveto
+355 642 351 675 347 697 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 343.512 696.701 moveto
+346 707 lineto
+350.478 697.398 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 343.512 696.701 moveto
+346 707 lineto
+350.478 697.398 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->358159
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 354 622 moveto
+350 618 342 610 336 603 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 338.219 600.221 moveto
+329 595 lineto
+332.951 604.831 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 338.219 600.221 moveto
+329 595 lineto
+332.951 604.831 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->358584
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 353 624 moveto
+345 621 325 615 308 610 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 308.584 606.521 moveto
+298 607 lineto
+306.573 613.226 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 308.584 606.521 moveto
+298 607 lineto
+306.573 613.226 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->360104
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 354 628 moveto
+345 637 320 660 301 677 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 298.596 674.454 moveto
+294 684 lineto
+303.546 679.404 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 298.596 674.454 moveto
+294 684 lineto
+303.546 679.404 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->360144
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 353 626 moveto
+342 630 312 639 288 647 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 286.573 643.774 moveto
+278 650 lineto
+288.584 650.479 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 286.573 643.774 moveto
+278 650 lineto
+288.584 650.479 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->360672
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 354 623 moveto
+344 617 321 599 302 585 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 304.1 582.2 moveto
+294 579 lineto
+299.9 587.8 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 304.1 582.2 moveto
+294 579 lineto
+299.9 587.8 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->360839
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 353 622 moveto
+347 618 333 608 320 599 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 322.1 596.2 moveto
+312 593 lineto
+317.9 601.8 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 322.1 596.2 moveto
+312 593 lineto
+317.9 601.8 lineto
+closepath stroke
+grestore
+% fcfpr1_1_3t_34
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+858 6 4 4.5 ellipse_path stroke
+grestore
+% fcfpr1_1_3t_34->382528
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 860 10 moveto
+864 19 874 39 881 55 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 878.084 56.9582 moveto
+886 64 lineto
+884.203 53.5586 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 878.084 56.9582 moveto
+886 64 lineto
+884.203 53.5586 lineto
+closepath stroke
+grestore
+% rtafpr1_1_3t_48
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+944 5 4 4.5 ellipse_path stroke
+grestore
+% rtafpr1_1_3t_48->382528
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 941 9 moveto
+935 18 920 39 908 56 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 905.2 53.9 moveto
+902 64 lineto
+910.8 58.1 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 905.2 53.9 moveto
+902 64 lineto
+910.8 58.1 lineto
+closepath stroke
+grestore
+% rcfpr1_0_1t_35
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+277 322 4 4.5 ellipse_path stroke
+grestore
+% rcfpr1_0_1t_35->370509
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 278 326 moveto
+281 337 291 367 298 387 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 294.774 388.427 moveto
+301 397 lineto
+301.479 386.416 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 294.774 388.427 moveto
+301 397 lineto
+301.479 386.416 lineto
+closepath stroke
+grestore
+% odfpr1_0_1t_38
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+257 332 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_1t_38->370510
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 260 335 moveto
+268 344 291 367 308 384 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 305.454 386.404 moveto
+315 391 lineto
+310.404 381.454 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 305.454 386.404 moveto
+315 391 lineto
+310.404 381.454 lineto
+closepath stroke
+grestore
+% tlfpr1_0_4g_5
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+159 795 4 4.5 ellipse_path stroke
+grestore
+% tlfpr1_0_4g_5->354546
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 163 793 moveto
+173 789 198 776 218 766 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 219.958 768.916 moveto
+227 761 lineto
+216.559 762.797 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 219.958 768.916 moveto
+227 761 lineto
+216.559 762.797 lineto
+closepath stroke
+grestore
+% rcfpr1_1_1t_61
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+220 844 4 4.5 ellipse_path stroke
+grestore
+% rcfpr1_1_1t_61->354546
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 221 840 moveto
+224 828 234 797 240 775 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 243.479 775.584 moveto
+243 765 lineto
+236.774 773.573 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 243.479 775.584 moveto
+243 765 lineto
+236.774 773.573 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_20
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+289 828 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_3t_20->354546
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 287 824 moveto
+282 815 269 791 259 773 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 261.916 771.042 moveto
+254 764 lineto
+255.797 774.441 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 261.916 771.042 moveto
+254 764 lineto
+255.797 774.441 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_20->354757
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 291 824 moveto
+295 815 306 793 314 775 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 317.203 776.441 moveto
+319 766 lineto
+311.084 773.042 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 317.203 776.441 moveto
+319 766 lineto
+311.084 773.042 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_20->354766
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 290 823 moveto
+292 814 298 792 302 774 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 305.471 774.492 moveto
+304 764 lineto
+298.607 773.119 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 305.471 774.492 moveto
+304 764 lineto
+298.607 773.119 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_20->354771
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 289 823 moveto
+288 812 288 785 287 765 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 290.5 765 moveto
+287 755 lineto
+283.5 765 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 290.5 765 moveto
+287 755 lineto
+283.5 765 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_23
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+137 595 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_3t_23->354785
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 141 597 moveto
+148 599 164 607 179 613 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 177.44 616.137 moveto
+188 617 lineto
+180.283 609.74 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 177.44 616.137 moveto
+188 617 lineto
+180.283 609.74 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_23->354878
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 141 598 moveto
+149 603 165 615 180 625 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 177.9 627.8 moveto
+188 631 lineto
+182.1 622.2 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 177.9 627.8 moveto
+188 631 lineto
+182.1 622.2 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_23->355080
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 141 596 moveto
+148 598 166 601 182 604 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 181.508 607.471 moveto
+192 606 lineto
+182.881 600.607 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 181.508 607.471 moveto
+192 606 lineto
+182.881 600.607 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_23->355288
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 141 595 moveto
+148 594 165 593 180 593 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 180.398 596.478 moveto
+190 592 lineto
+179.701 589.512 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 180.398 596.478 moveto
+190 592 lineto
+179.701 589.512 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_24
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+150 568 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_3t_24->354785
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 153 571 moveto
+160 578 176 594 189 607 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 186.454 609.404 moveto
+196 614 lineto
+191.404 604.454 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 186.454 609.404 moveto
+196 614 lineto
+191.404 604.454 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_24->354878
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 153 572 moveto
+159 581 176 604 189 621 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 186.2 623.1 moveto
+195 629 lineto
+191.8 618.9 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 186.2 623.1 moveto
+195 629 lineto
+191.8 618.9 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_24->355080
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 154 570 moveto
+162 575 178 586 193 596 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 191.559 599.203 moveto
+202 601 lineto
+194.958 593.084 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 191.559 599.203 moveto
+202 601 lineto
+194.958 593.084 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_24->355288
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 154 569 moveto
+160 571 173 575 185 579 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 184.416 582.479 moveto
+195 582 lineto
+186.427 575.774 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 184.416 582.479 moveto
+195 582 lineto
+186.427 575.774 lineto
+closepath stroke
+grestore
+% odfpr2_0_03t_13
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+172 507 4 4.5 ellipse_path stroke
+grestore
+% odfpr2_0_03t_13->355288
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 174 511 moveto
+180 521 196 549 206 568 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 203.084 569.958 moveto
+211 577 lineto
+209.203 566.559 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 203.084 569.958 moveto
+211 577 lineto
+209.203 566.559 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_5
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+227 486 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_3t_5->360672
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 229 490 moveto
+236 499 253 527 265 546 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 262.084 547.958 moveto
+270 555 lineto
+268.203 544.559 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 262.084 547.958 moveto
+270 555 lineto
+268.203 544.559 lineto
+closepath stroke
+grestore
+% tlfpr1_0_3g_5
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+197 489 4 4.5 ellipse_path stroke
+grestore
+% tlfpr1_0_3g_5->373300
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 199 493 moveto
+204 502 218 529 228 549 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 225.084 550.958 moveto
+233 558 lineto
+231.203 547.559 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 225.084 550.958 moveto
+233 558 lineto
+231.203 547.559 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_12
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+154 526 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_3t_12->373300
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 158 528 moveto
+167 533 191 546 211 556 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 209.559 559.203 moveto
+220 561 lineto
+212.958 553.084 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 209.559 559.203 moveto
+220 561 lineto
+212.958 553.084 lineto
+closepath stroke
+grestore
+% odfpr1_0_5t_18
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+119 706 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_5t_18->375134
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 123 705 moveto
+133 703 158 697 179 692 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 180.427 695.226 moveto
+189 689 lineto
+178.416 688.521 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 180.427 695.226 moveto
+189 689 lineto
+178.416 688.521 lineto
+closepath stroke
+grestore
+% rcfpr0_0_1t_10
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+305 857 4 4.5 ellipse_path stroke
+grestore
+% rcfpr0_0_1t_10->375319
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 303 853 moveto
+300 842 288 812 280 790 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 283.26 788.717 moveto
+276 781 lineto
+276.863 791.56 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 283.26 788.717 moveto
+276 781 lineto
+276.863 791.56 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_36
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+169 775 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_3t_36->375319
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 173 775 moveto
+183 774 210 773 232 771 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 232.398 774.478 moveto
+242 770 lineto
+231.701 767.512 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 232.398 774.478 moveto
+242 770 lineto
+231.701 767.512 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_36->377562
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 170 771 moveto
+173 759 180 729 185 708 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 188.471 708.492 moveto
+187 698 lineto
+181.607 707.119 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 188.471 708.492 moveto
+187 698 lineto
+181.607 707.119 lineto
+closepath stroke
+grestore
+% odfpr1_0_5t_17
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+270 860 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_5t_17->375319
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 270 855 moveto
+270 844 271 814 271 792 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 274.5 792 moveto
+271 782 lineto
+267.5 792 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 274.5 792 moveto
+271 782 lineto
+267.5 792 lineto
+closepath stroke
+grestore
+% odfpr1_0_5t_19
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+238 853 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_5t_19->375319
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 240 848 moveto
+244 838 254 811 262 790 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 265.137 791.56 moveto
+266 781 lineto
+258.74 788.717 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 265.137 791.56 moveto
+266 781 lineto
+258.74 788.717 lineto
+closepath stroke
+grestore
+% odfpr1_0_5t_21
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+174 806 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_5t_21->377220
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 176 802 moveto
+182 792 201 759 213 737 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 216.203 738.441 moveto
+218 728 lineto
+210.084 735.042 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 216.203 738.441 moveto
+218 728 lineto
+210.084 735.042 lineto
+closepath stroke
+grestore
+% tlfpr1_0_3g_7
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+109 679 4 4.5 ellipse_path stroke
+grestore
+% tlfpr1_0_3g_7->377562
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 113 679 moveto
+120 680 136 681 151 681 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 150.701 684.488 moveto
+161 682 lineto
+151.398 677.522 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 150.701 684.488 moveto
+161 682 lineto
+151.398 677.522 lineto
+closepath stroke
+grestore
+% tlfpr1_1_1t_3
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+121 735 4 4.5 ellipse_path stroke
+grestore
+% tlfpr1_1_1t_3->377562
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 125 732 moveto
+133 727 151 714 166 702 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 168.1 704.8 moveto
+174 696 lineto
+163.9 699.2 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 168.1 704.8 moveto
+174 696 lineto
+163.9 699.2 lineto
+closepath stroke
+grestore
+% odfpr1_0_5t_20
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+107 633 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_5t_20->377562
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 111 635 moveto
+120 641 144 656 163 668 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 161.559 671.203 moveto
+172 673 lineto
+164.958 665.084 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 161.559 671.203 moveto
+172 673 lineto
+164.958 665.084 lineto
+closepath stroke
+grestore
+% 354221
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+30 606 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+16.5 603.15 moveto
+(354221)
+[3.75 3.75 4.5 5.25 5.25 4.5]
+xshow
+grestore
+% odfpr1_0_5t_20->354221
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 103 632 moveto
+96 630 78 623 63 617 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 63.584 613.521 moveto
+53 614 lineto
+61.5725 620.226 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 63.584 613.521 moveto
+53 614 lineto
+61.5725 620.226 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_6
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+202 825 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_3t_6->378108
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 204 821 moveto
+210 809 226 773 237 749 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 240.137 750.56 moveto
+241 740 lineto
+233.74 747.717 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 240.137 750.56 moveto
+241 740 lineto
+233.74 747.717 lineto
+closepath stroke
+grestore
+endpage
+showpage
+grestore
+%%PageTrailer
+%%EndPage: 1
+%%Trailer
+%%Pages: 1
+%%BoundingBox: 36 36 336 336
+end
+restore
+%%EOF
diff --git a/rtest/nshare/viewport_neato1.png b/rtest/nshare/viewport_neato1.png
new file mode 100644 (file)
index 0000000..785ae39
Binary files /dev/null and b/rtest/nshare/viewport_neato1.png differ
diff --git a/rtest/nshare/viewport_neato1.ps b/rtest/nshare/viewport_neato1.ps
new file mode 100644 (file)
index 0000000..2976706
--- /dev/null
@@ -0,0 +1,2592 @@
+%!PS-Adobe-2.0
+%%Creator: Graphviz version 2.15 (Mon Oct 29 14:44:21 UTC 2007)
+%%For: (ellson) John Ellson
+%%Title: G
+%%Pages: (atend)
+%%BoundingBox: (atend)
+%%EndComments
+save
+%%BeginProlog
+/DotDict 200 dict def
+DotDict begin
+
+/setupLatin1 {
+mark
+/EncodingVector 256 array def
+ EncodingVector 0
+
+ISOLatin1Encoding 0 255 getinterval putinterval
+EncodingVector 45 /hyphen put
+
+% Set up ISO Latin 1 character encoding
+/starnetISO {
+        dup dup findfont dup length dict begin
+        { 1 index /FID ne { def }{ pop pop } ifelse
+        } forall
+        /Encoding EncodingVector def
+        currentdict end definefont
+} def
+/Times-Roman starnetISO def
+/Times-Italic starnetISO def
+/Times-Bold starnetISO def
+/Times-BoldItalic starnetISO def
+/Helvetica starnetISO def
+/Helvetica-Oblique starnetISO def
+/Helvetica-Bold starnetISO def
+/Helvetica-BoldOblique starnetISO def
+/Courier starnetISO def
+/Courier-Oblique starnetISO def
+/Courier-Bold starnetISO def
+/Courier-BoldOblique starnetISO def
+cleartomark
+} bind def
+
+%%BeginResource: procset graphviz 0 0
+/coord-font-family /Times-Roman def
+/default-font-family /Times-Roman def
+/coordfont coord-font-family findfont 8 scalefont def
+
+/InvScaleFactor 1.0 def
+/set_scale {
+       dup 1 exch div /InvScaleFactor exch def
+       scale
+} bind def
+
+% styles
+/solid { [] 0 setdash } bind def
+/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
+/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
+/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
+/bold { 2 setlinewidth } bind def
+/filled { } bind def
+/unfilled { } bind def
+/rounded { } bind def
+/diagonals { } bind def
+
+% hooks for setting color 
+/nodecolor { sethsbcolor } bind def
+/edgecolor { sethsbcolor } bind def
+/graphcolor { sethsbcolor } bind def
+/nopcolor {pop pop pop} bind def
+
+/beginpage {   % i j npages
+       /npages exch def
+       /j exch def
+       /i exch def
+       /str 10 string def
+       npages 1 gt {
+               gsave
+                       coordfont setfont
+                       0 0 moveto
+                       (\() show i str cvs show (,) show j str cvs show (\)) show
+               grestore
+       } if
+} bind def
+
+/set_font {
+       findfont exch
+       scalefont setfont
+} def
+
+% draw aligned label in bounding box aligned to current point
+/alignedtext {                 % width adj text
+       /text exch def
+       /adj exch def
+       /width exch def
+       gsave
+               width 0 gt {
+                       text stringwidth pop adj mul 0 rmoveto
+               } if
+               [] 0 setdash
+               text show
+       grestore
+} def
+
+/boxprim {                             % xcorner ycorner xsize ysize
+               4 2 roll
+               moveto
+               2 copy
+               exch 0 rlineto
+               0 exch rlineto
+               pop neg 0 rlineto
+               closepath
+} bind def
+
+/ellipse_path {
+       /ry exch def
+       /rx exch def
+       /y exch def
+       /x exch def
+       matrix currentmatrix
+       newpath
+       x y translate
+       rx ry scale
+       0 0 1 0 360 arc
+       setmatrix
+} bind def
+
+/endpage { showpage } bind def
+/showpage { } def
+
+/layercolorseq
+       [       % layer color sequence - darkest to lightest
+               [0 0 0]
+               [.2 .8 .8]
+               [.4 .8 .8]
+               [.6 .8 .8]
+               [.8 .8 .8]
+       ]
+def
+
+/layerlen layercolorseq length def
+
+/setlayer {/maxlayer exch def /curlayer exch def
+       layercolorseq curlayer 1 sub layerlen mod get
+       aload pop sethsbcolor
+       /nodecolor {nopcolor} def
+       /edgecolor {nopcolor} def
+       /graphcolor {nopcolor} def
+} bind def
+
+/onlayer { curlayer ne {invis} if } def
+
+/onlayers {
+       /myupper exch def
+       /mylower exch def
+       curlayer mylower lt
+       curlayer myupper gt
+       or
+       {invis} if
+} def
+
+/curlayer 0 def
+
+%%EndResource
+%%EndProlog
+%%BeginSetup
+14 default-font-family set_font
+1 setmiterlimit
+% /arrowlength 10 def
+% /arrowwidth 5 def
+
+% make sure pdfmark is harmless for PS-interpreters other than Distiller
+/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
+% make '<<' and '>>' safe on PS Level 1 devices
+/languagelevel where {pop languagelevel}{1} ifelse
+2 lt {
+    userdict (<<) cvn ([) cvn load put
+    userdict (>>) cvn ([) cvn load put
+} if
+
+%%EndSetup
+setupLatin1
+%%Page: 1 1
+%%PageBoundingBox: 36 36 336 336
+%%PageOrientation: Portrait
+0 0 1 beginpage
+gsave
+36 36 300 300 boxprim clip newpath
+1 1 set_scale 0 rotate -14 -434 translate
+% tlfpr1_0_4g_4
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+475 618 4 4.5 ellipse_path stroke
+grestore
+% tlfpr1_0_4g_4->354290
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 479 618 moveto
+486 617 504 616 521 616 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 521.398 619.478 moveto
+531 615 lineto
+520.701 612.512 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 521.398 619.478 moveto
+531 615 lineto
+520.701 612.512 lineto
+closepath stroke
+grestore
+% 358471
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+385 598 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+371.875 595.15 moveto
+(358471)
+[3.75 3.75 4.5 4.5 5.25 4.5]
+xshow
+grestore
+% tlfpr1_0_4g_4->358471
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 471 617 moveto
+462 615 441 611 422 606 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 422.492 602.529 moveto
+412 604 lineto
+421.119 609.393 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 422.492 602.529 moveto
+412 604 lineto
+421.119 609.393 lineto
+closepath stroke
+grestore
+% 375024
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+490 676 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+476.5 673.15 moveto
+(375024)
+[3.75 5.25 3.75 4.5 5.25 4.5]
+xshow
+grestore
+% tlfpr1_0_4g_4->375024
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 476 623 moveto
+478 629 481 641 484 652 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 480.774 653.427 moveto
+487 662 lineto
+487.479 651.416 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 480.774 653.427 moveto
+487 662 lineto
+487.479 651.416 lineto
+closepath stroke
+grestore
+% 375027
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+488 721 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+474.125 718.15 moveto
+(375027)
+[3.75 5.25 3.75 4.5 5.25 5.25]
+xshow
+grestore
+% tlfpr1_0_4g_4->375027
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 476 623 moveto
+477 636 482 673 485 697 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 481.522 697.398 moveto
+486 707 lineto
+488.488 696.701 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 481.522 697.398 moveto
+486 707 lineto
+488.488 696.701 lineto
+closepath stroke
+grestore
+% odfpr0_0_1t_7
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+360 490 4 4.5 ellipse_path stroke
+grestore
+% odfpr0_0_1t_7->358471
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 361 494 moveto
+365 508 373 548 380 574 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 376.607 574.881 moveto
+382 584 lineto
+383.471 573.508 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 376.607 574.881 moveto
+382 584 lineto
+383.471 573.508 lineto
+closepath stroke
+grestore
+% 353506
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+364 418 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+352 415.15 moveto
+(353506)
+[3.75 3.75 3.75 3.75 4.5 4.5]
+xshow
+grestore
+% odfpr0_0_1t_7->353506
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 360 485 moveto
+361 476 362 458 362 442 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 365.488 442.299 moveto
+363 432 lineto
+358.522 441.602 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 365.488 442.299 moveto
+363 432 lineto
+358.522 441.602 lineto
+closepath stroke
+grestore
+% 370509
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+305 411 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+291.875 408.15 moveto
+(370509)
+[3.75 5.25 4.5 3.75 4.5 4.5]
+xshow
+grestore
+% odfpr0_0_1t_7->370509
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 357 486 moveto
+350 477 333 451 320 432 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 322.8 429.9 moveto
+314 424 lineto
+317.2 434.1 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 322.8 429.9 moveto
+314 424 lineto
+317.2 434.1 lineto
+closepath stroke
+grestore
+% 370510
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+327 403 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+313.875 400.15 moveto
+(370510)
+[3.75 5.25 4.5 3.75 4.5 4.5]
+xshow
+grestore
+% odfpr0_0_1t_7->370510
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 358 486 moveto
+355 475 344 447 336 427 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 338.964 424.985 moveto
+332 417 lineto
+332.464 427.585 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 338.964 424.985 moveto
+332 417 lineto
+332.464 427.585 lineto
+closepath stroke
+grestore
+% odfpr1_0_1t_36
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+398 533 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_1t_36->358471
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 397 538 moveto
+395 546 393 561 390 574 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 386.529 573.508 moveto
+388 584 lineto
+393.393 574.881 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 386.529 573.508 moveto
+388 584 lineto
+393.393 574.881 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_18
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+283 663 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_3t_18->358471
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 287 661 moveto
+299 654 334 631 360 614 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 361.375 617.268 moveto
+368 609 lineto
+357.665 611.332 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 361.375 617.268 moveto
+368 609 lineto
+357.665 611.332 lineto
+closepath stroke
+grestore
+% 354546
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+247 751 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+234.625 748.15 moveto
+(354546)
+[3.75 3.75 4.5 3.75 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->354546
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 281 667 moveto
+277 678 265 707 256 729 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 252.863 727.44 moveto
+252 738 lineto
+259.26 730.283 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 252.863 727.44 moveto
+252 738 lineto
+259.26 730.283 lineto
+closepath stroke
+grestore
+% 354757
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+325 753 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+311.875 750.15 moveto
+(354757)
+[3.75 3.75 4.5 5.25 3.75 5.25]
+xshow
+grestore
+% odfpr1_0_3t_18->354757
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 285 667 moveto
+290 678 304 709 315 730 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 311.74 731.283 moveto
+319 739 lineto
+318.137 728.44 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 311.74 731.283 moveto
+319 739 lineto
+318.137 728.44 lineto
+closepath stroke
+grestore
+% 354766
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+307 751 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+293.875 748.15 moveto
+(354766)
+[3.75 3.75 4.5 5.25 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->354766
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 284 668 moveto
+287 679 295 707 300 727 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 296.774 728.427 moveto
+303 737 lineto
+303.479 726.416 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 296.774 728.427 moveto
+303 737 lineto
+303.479 726.416 lineto
+closepath stroke
+grestore
+% 354771
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+287 741 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+273.5 738.15 moveto
+(354771)
+[3.75 3.75 4.5 5.25 5.25 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->354771
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 283 668 moveto
+284 677 285 699 285 717 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 281.522 717.398 moveto
+286 727 lineto
+288.488 716.701 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 281.522 717.398 moveto
+286 727 lineto
+288.488 716.701 lineto
+closepath stroke
+grestore
+% 354785
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+209 627 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+196.25 624.15 moveto
+(354785)
+[3.75 3.75 4.5 5.25 4.5 3.75]
+xshow
+grestore
+% odfpr1_0_3t_18->354785
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 279 661 moveto
+272 658 254 649 238 641 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 239.56 637.863 moveto
+229 637 lineto
+236.717 644.26 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 239.56 637.863 moveto
+229 637 lineto
+236.717 644.26 lineto
+closepath stroke
+grestore
+% 354878
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+204 642 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+190.875 639.15 moveto
+(354878)
+[3.75 3.75 4.5 4.5 5.25 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->354878
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 279 662 moveto
+271 660 255 656 239 652 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 239.584 648.521 moveto
+229 649 lineto
+237.573 655.226 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 239.584 648.521 moveto
+229 649 lineto
+237.573 655.226 lineto
+closepath stroke
+grestore
+% 355080
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+219 612 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+206.625 609.15 moveto
+(355080)
+[3.75 3.75 3.75 4.5 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->355080
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 280 660 moveto
+272 655 256 642 242 630 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 244.1 627.2 moveto
+234 624 lineto
+239.9 632.8 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 244.1 627.2 moveto
+234 624 lineto
+239.9 632.8 lineto
+closepath stroke
+grestore
+% 355288
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+219 590 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+206.25 587.15 moveto
+(355288)
+[3.75 3.75 3.75 5.25 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->355288
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 280 659 moveto
+272 650 252 628 237 611 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 239.219 608.221 moveto
+230 603 lineto
+233.951 612.831 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 239.219 608.221 moveto
+230 603 lineto
+233.951 612.831 lineto
+closepath stroke
+grestore
+% 355800
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+296 620 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+283.625 617.15 moveto
+(355800)
+[3.75 3.75 3.75 4.5 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->355800
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 284 659 moveto
+285 655 287 649 289 643 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 292.479 643.584 moveto
+292 633 lineto
+285.774 641.573 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 292.479 643.584 moveto
+292 633 lineto
+285.774 641.573 lineto
+closepath stroke
+grestore
+% 356116
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+353 668 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+340.25 665.15 moveto
+(356116)
+[3.75 3.75 4.5 4.5 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->356116
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 287 663 moveto
+292 663 303 664 314 665 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 313.701 668.488 moveto
+324 666 lineto
+314.398 661.522 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 313.701 668.488 moveto
+324 666 lineto
+314.398 661.522 lineto
+closepath stroke
+grestore
+% 356741
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+318 602 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+304.875 599.15 moveto
+(356741)
+[3.75 3.75 4.5 5.25 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->356741
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 285 659 moveto
+289 652 298 637 305 624 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 308.203 625.441 moveto
+310 615 lineto
+302.084 622.042 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 308.203 625.441 moveto
+310 615 lineto
+302.084 622.042 lineto
+closepath stroke
+grestore
+% 357340
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+350 686 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+337.25 683.15 moveto
+(357340)
+[3.75 3.75 5.25 3.75 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->357340
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 287 664 moveto
+293 666 305 671 317 675 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 316.416 678.479 moveto
+327 678 lineto
+318.427 671.774 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 316.416 678.479 moveto
+327 678 lineto
+318.427 671.774 lineto
+closepath stroke
+grestore
+% 357538
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+311 691 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+298.625 688.15 moveto
+(357538)
+[3.75 3.75 5.25 3.75 3.75 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->357538
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 286 666 moveto
+288 668 290 670 292 672 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 289.454 674.404 moveto
+299 679 lineto
+294.404 669.454 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 289.454 674.404 moveto
+299 679 lineto
+294.404 669.454 lineto
+closepath stroke
+grestore
+% 357769
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+324 710 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+310.5 707.15 moveto
+(357769)
+[3.75 3.75 5.25 5.25 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->357769
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 286 666 moveto
+290 671 298 681 306 689 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 303.781 691.779 moveto
+313 697 lineto
+309.049 687.169 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 303.781 691.779 moveto
+313 697 lineto
+309.049 687.169 lineto
+closepath stroke
+grestore
+% 357793
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+265 625 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+251.875 622.15 moveto
+(357793)
+[3.75 3.75 5.25 5.25 4.5 3.75]
+xshow
+grestore
+% odfpr1_0_3t_18->357793
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 281 659 moveto
+280 656 278 652 276 647 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 278.916 645.042 moveto
+271 638 lineto
+272.797 648.441 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 278.916 645.042 moveto
+271 638 lineto
+272.797 648.441 lineto
+closepath stroke
+grestore
+% 358155
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+355 704 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+343 701.15 moveto
+(358155)
+[3.75 3.75 4.5 4.5 3.75 3.75]
+xshow
+grestore
+% odfpr1_0_3t_18->358155
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 287 665 moveto
+294 670 312 680 327 688 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 325.559 691.203 moveto
+336 693 lineto
+328.958 685.084 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 325.559 691.203 moveto
+336 693 lineto
+328.958 685.084 lineto
+closepath stroke
+grestore
+% 358157
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+344 721 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+331.25 718.15 moveto
+(358157)
+[3.75 3.75 4.5 4.5 3.75 5.25]
+xshow
+grestore
+% odfpr1_0_3t_18->358157
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 286 666 moveto
+294 673 310 688 324 702 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 321.454 704.404 moveto
+331 709 lineto
+326.404 699.454 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 321.454 704.404 moveto
+331 709 lineto
+326.404 699.454 lineto
+closepath stroke
+grestore
+% 358159
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+317 582 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+304.625 579.15 moveto
+(358159)
+[3.75 3.75 4.5 4.5 3.75 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->358159
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 285 659 moveto
+289 649 300 624 307 605 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 310.536 605.585 moveto
+311 595 lineto
+304.036 602.985 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 310.536 605.585 moveto
+311 595 lineto
+304.036 602.985 lineto
+closepath stroke
+grestore
+% 358584
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+274 599 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+261.625 596.15 moveto
+(358584)
+[3.75 3.75 4.5 3.75 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->358584
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 282 658 moveto
+281 651 279 636 277 623 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 280.478 622.602 moveto
+276 613 lineto
+273.512 623.299 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 280.478 622.602 moveto
+276 613 lineto
+273.512 623.299 lineto
+closepath stroke
+grestore
+% 360104
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+281 696 30 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+267.875 693.15 moveto
+(360104)
+[3.75 4.5 4.5 4.5 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->360104
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 283 668 moveto
+283 669 283 671 283 672 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 279.512 671.701 moveto
+282 682 lineto
+286.478 672.398 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 279.512 671.701 moveto
+282 682 lineto
+286.478 672.398 lineto
+closepath stroke
+grestore
+% 360144
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+253 658 30 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+239.875 655.15 moveto
+(360144)
+[3.75 4.5 4.5 4.5 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->360144
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 279 662 moveto
+279 662 279 662 279 662 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 292.5 668.5 moveto
+279 662 lineto
+285.5 675.5 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 292.5 668.5 moveto
+279 662 lineto
+285.5 675.5 lineto
+closepath stroke
+grestore
+% 360672
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+278 568 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+264.125 565.15 moveto
+(360672)
+[3.75 4.5 4.5 4.5 5.25 5.25]
+xshow
+grestore
+% odfpr1_0_3t_18->360672
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 283 658 moveto
+282 646 281 614 279 592 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 282.5 592 moveto
+279 582 lineto
+275.5 592 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 282.5 592 moveto
+279 582 lineto
+275.5 592 lineto
+closepath stroke
+grestore
+% 360839
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+296 582 30 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+283.25 579.15 moveto
+(360839)
+[3.75 4.5 4.5 4.5 3.75 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->360839
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 284 658 moveto
+286 648 289 624 292 606 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 295.471 606.492 moveto
+294 596 lineto
+288.607 605.119 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 295.471 606.492 moveto
+294 596 lineto
+288.607 605.119 lineto
+closepath stroke
+grestore
+% 371187
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+328 656 30 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+314.125 653.15 moveto
+(371187)
+[3.75 5.25 4.5 4.5 4.5 5.25]
+xshow
+grestore
+% odfpr1_0_3t_18->371187
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 287 662 moveto
+288 662 288 662 289 662 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 289.881 665.393 moveto
+299 660 lineto
+288.508 658.529 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 289.881 665.393 moveto
+299 660 lineto
+288.508 658.529 lineto
+closepath stroke
+grestore
+% 373300
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+240 571 30 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+227.25 568.15 moveto
+(373300)
+[3.75 5.25 3.75 3.75 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->373300
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 281 659 moveto
+276 648 261 615 250 593 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 253.26 591.717 moveto
+246 584 lineto
+246.863 594.56 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 253.26 591.717 moveto
+246 584 lineto
+246.863 594.56 lineto
+closepath stroke
+grestore
+% 375134
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+215 683 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+202.25 680.15 moveto
+(375134)
+[3.75 5.25 3.75 4.5 3.75 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->375134
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 279 664 moveto
+273 666 261 669 249 673 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 247.573 669.774 moveto
+239 676 lineto
+249.584 676.479 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 247.573 669.774 moveto
+239 676 lineto
+249.584 676.479 lineto
+closepath stroke
+grestore
+% 375319
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+271 768 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+258.25 765.15 moveto
+(375319)
+[3.75 5.25 3.75 3.75 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->375319
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 282 668 moveto
+281 681 276 719 274 744 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 270.512 743.701 moveto
+273 754 lineto
+277.478 744.398 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 270.512 743.701 moveto
+273 754 lineto
+277.478 744.398 lineto
+closepath stroke
+grestore
+% 375499
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+333 629 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+319.875 626.15 moveto
+(375499)
+[3.75 5.25 3.75 4.5 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->375499
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 287 661 moveto
+291 658 300 652 308 646 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 310.1 648.8 moveto
+316 640 lineto
+305.9 643.2 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 310.1 648.8 moveto
+316 640 lineto
+305.9 643.2 lineto
+closepath stroke
+grestore
+% 377220
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+226 715 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+211.375 712.15 moveto
+(377220)
+[3.75 5.25 5.25 5.25 5.25 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->377220
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 280 666 moveto
+273 672 259 685 247 696 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 244.221 693.781 moveto
+239 703 lineto
+248.831 699.049 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 244.221 693.781 moveto
+239 703 lineto
+248.831 699.049 lineto
+closepath stroke
+grestore
+% 377562
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+190 684 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+176.125 681.15 moveto
+(377562)
+[3.75 5.25 5.25 3.75 4.5 5.25]
+xshow
+grestore
+% odfpr1_0_3t_18->377562
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 279 664 moveto
+270 666 247 671 226 676 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 225.119 672.607 moveto
+216 678 lineto
+226.492 679.471 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 225.119 672.607 moveto
+216 678 lineto
+226.492 679.471 lineto
+closepath stroke
+grestore
+% 378108
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+247 727 30 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+233.5 724.15 moveto
+(378108)
+[3.75 5.25 4.5 4.5 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->378108
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 281 667 moveto
+277 674 267 691 259 705 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 255.797 703.559 moveto
+254 714 lineto
+261.916 706.958 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 255.797 703.559 moveto
+254 714 lineto
+261.916 706.958 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+357 625 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_3t_21->358471
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 360 622 moveto
+361 621 363 619 365 617 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 367.404 619.546 moveto
+372 610 lineto
+362.454 614.596 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 367.404 619.546 moveto
+372 610 lineto
+362.454 614.596 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->355800
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 353 625 moveto
+349 625 342 625 335 624 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 335.299 620.512 moveto
+325 623 lineto
+334.602 627.478 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 335.299 620.512 moveto
+325 623 lineto
+334.602 627.478 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->356116
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 357 630 moveto
+356 634 356 639 355 644 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 351.5 644 moveto
+355 654 lineto
+358.5 644 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 351.5 644 moveto
+355 654 lineto
+358.5 644 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->356741
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 353 623 moveto
+351 622 348 620 345 618 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 346.441 614.797 moveto
+336 613 lineto
+343.042 620.916 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 346.441 614.797 moveto
+336 613 lineto
+343.042 620.916 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->357340
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 356 630 moveto
+355 637 354 650 353 662 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 349.512 661.701 moveto
+352 672 lineto
+356.478 662.398 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 349.512 661.701 moveto
+352 672 lineto
+356.478 662.398 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->357538
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 355 629 moveto
+349 637 336 655 326 670 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 323.2 667.9 moveto
+320 678 lineto
+328.8 672.1 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 323.2 667.9 moveto
+320 678 lineto
+328.8 672.1 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->357769
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 355 630 moveto
+351 640 341 667 333 688 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 329.863 686.44 moveto
+329 697 lineto
+336.26 689.283 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 329.863 686.44 moveto
+329 697 lineto
+336.26 689.283 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->357793
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 353 625 moveto
+344 625 324 625 304 625 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 304 621.5 moveto
+294 625 lineto
+304 628.5 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 304 621.5 moveto
+294 625 lineto
+304 628.5 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->358155
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 357 630 moveto
+356 640 356 662 355 680 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 351.5 680 moveto
+355 690 lineto
+358.5 680 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 351.5 680 moveto
+355 690 lineto
+358.5 680 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->358157
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 356 630 moveto
+355 642 351 675 347 697 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 343.512 696.701 moveto
+346 707 lineto
+350.478 697.398 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 343.512 696.701 moveto
+346 707 lineto
+350.478 697.398 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->358159
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 354 622 moveto
+350 618 342 610 336 603 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 338.219 600.221 moveto
+329 595 lineto
+332.951 604.831 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 338.219 600.221 moveto
+329 595 lineto
+332.951 604.831 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->358584
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 353 624 moveto
+345 621 325 615 308 610 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 308.584 606.521 moveto
+298 607 lineto
+306.573 613.226 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 308.584 606.521 moveto
+298 607 lineto
+306.573 613.226 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->360104
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 354 628 moveto
+345 637 320 660 301 677 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 298.596 674.454 moveto
+294 684 lineto
+303.546 679.404 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 298.596 674.454 moveto
+294 684 lineto
+303.546 679.404 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->360144
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 353 626 moveto
+342 630 312 639 288 647 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 286.573 643.774 moveto
+278 650 lineto
+288.584 650.479 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 286.573 643.774 moveto
+278 650 lineto
+288.584 650.479 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->360672
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 354 623 moveto
+344 617 321 599 302 585 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 304.1 582.2 moveto
+294 579 lineto
+299.9 587.8 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 304.1 582.2 moveto
+294 579 lineto
+299.9 587.8 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->360839
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 353 622 moveto
+347 618 333 608 320 599 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 322.1 596.2 moveto
+312 593 lineto
+317.9 601.8 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 322.1 596.2 moveto
+312 593 lineto
+317.9 601.8 lineto
+closepath stroke
+grestore
+% rcfpr1_0_1t_35
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+277 322 4 4.5 ellipse_path stroke
+grestore
+% rcfpr1_0_1t_35->370509
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 278 326 moveto
+281 337 291 367 298 387 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 294.774 388.427 moveto
+301 397 lineto
+301.479 386.416 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 294.774 388.427 moveto
+301 397 lineto
+301.479 386.416 lineto
+closepath stroke
+grestore
+% odfpr1_0_1t_38
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+257 332 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_1t_38->370510
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 260 335 moveto
+268 344 291 367 308 384 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 305.454 386.404 moveto
+315 391 lineto
+310.404 381.454 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 305.454 386.404 moveto
+315 391 lineto
+310.404 381.454 lineto
+closepath stroke
+grestore
+% tlfpr1_0_4g_5
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+159 795 4 4.5 ellipse_path stroke
+grestore
+% tlfpr1_0_4g_5->354546
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 163 793 moveto
+173 789 198 776 218 766 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 219.958 768.916 moveto
+227 761 lineto
+216.559 762.797 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 219.958 768.916 moveto
+227 761 lineto
+216.559 762.797 lineto
+closepath stroke
+grestore
+% rcfpr1_1_1t_61
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+220 844 4 4.5 ellipse_path stroke
+grestore
+% rcfpr1_1_1t_61->354546
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 221 840 moveto
+224 828 234 797 240 775 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 243.479 775.584 moveto
+243 765 lineto
+236.774 773.573 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 243.479 775.584 moveto
+243 765 lineto
+236.774 773.573 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_20
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+289 828 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_3t_20->354546
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 287 824 moveto
+282 815 269 791 259 773 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 261.916 771.042 moveto
+254 764 lineto
+255.797 774.441 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 261.916 771.042 moveto
+254 764 lineto
+255.797 774.441 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_20->354757
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 291 824 moveto
+295 815 306 793 314 775 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 317.203 776.441 moveto
+319 766 lineto
+311.084 773.042 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 317.203 776.441 moveto
+319 766 lineto
+311.084 773.042 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_20->354766
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 290 823 moveto
+292 814 298 792 302 774 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 305.471 774.492 moveto
+304 764 lineto
+298.607 773.119 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 305.471 774.492 moveto
+304 764 lineto
+298.607 773.119 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_20->354771
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 289 823 moveto
+288 812 288 785 287 765 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 290.5 765 moveto
+287 755 lineto
+283.5 765 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 290.5 765 moveto
+287 755 lineto
+283.5 765 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_23
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+137 595 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_3t_23->354785
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 141 597 moveto
+148 599 164 607 179 613 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 177.44 616.137 moveto
+188 617 lineto
+180.283 609.74 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 177.44 616.137 moveto
+188 617 lineto
+180.283 609.74 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_23->354878
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 141 598 moveto
+149 603 165 615 180 625 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 177.9 627.8 moveto
+188 631 lineto
+182.1 622.2 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 177.9 627.8 moveto
+188 631 lineto
+182.1 622.2 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_23->355080
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 141 596 moveto
+148 598 166 601 182 604 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 181.508 607.471 moveto
+192 606 lineto
+182.881 600.607 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 181.508 607.471 moveto
+192 606 lineto
+182.881 600.607 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_23->355288
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 141 595 moveto
+148 594 165 593 180 593 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 180.398 596.478 moveto
+190 592 lineto
+179.701 589.512 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 180.398 596.478 moveto
+190 592 lineto
+179.701 589.512 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_24
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+150 568 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_3t_24->354785
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 153 571 moveto
+160 578 176 594 189 607 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 186.454 609.404 moveto
+196 614 lineto
+191.404 604.454 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 186.454 609.404 moveto
+196 614 lineto
+191.404 604.454 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_24->354878
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 153 572 moveto
+159 581 176 604 189 621 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 186.2 623.1 moveto
+195 629 lineto
+191.8 618.9 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 186.2 623.1 moveto
+195 629 lineto
+191.8 618.9 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_24->355080
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 154 570 moveto
+162 575 178 586 193 596 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 191.559 599.203 moveto
+202 601 lineto
+194.958 593.084 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 191.559 599.203 moveto
+202 601 lineto
+194.958 593.084 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_24->355288
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 154 569 moveto
+160 571 173 575 185 579 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 184.416 582.479 moveto
+195 582 lineto
+186.427 575.774 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 184.416 582.479 moveto
+195 582 lineto
+186.427 575.774 lineto
+closepath stroke
+grestore
+% odfpr2_0_03t_13
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+172 507 4 4.5 ellipse_path stroke
+grestore
+% odfpr2_0_03t_13->355288
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 174 511 moveto
+180 521 196 549 206 568 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 203.084 569.958 moveto
+211 577 lineto
+209.203 566.559 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 203.084 569.958 moveto
+211 577 lineto
+209.203 566.559 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_5
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+227 486 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_3t_5->360672
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 229 490 moveto
+236 499 253 527 265 546 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 262.084 547.958 moveto
+270 555 lineto
+268.203 544.559 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 262.084 547.958 moveto
+270 555 lineto
+268.203 544.559 lineto
+closepath stroke
+grestore
+% tlfpr1_0_3g_5
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+197 489 4 4.5 ellipse_path stroke
+grestore
+% tlfpr1_0_3g_5->373300
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 199 493 moveto
+204 502 218 529 228 549 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 225.084 550.958 moveto
+233 558 lineto
+231.203 547.559 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 225.084 550.958 moveto
+233 558 lineto
+231.203 547.559 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_12
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+154 526 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_3t_12->373300
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 158 528 moveto
+167 533 191 546 211 556 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 209.559 559.203 moveto
+220 561 lineto
+212.958 553.084 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 209.559 559.203 moveto
+220 561 lineto
+212.958 553.084 lineto
+closepath stroke
+grestore
+% odfpr1_0_5t_18
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+119 706 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_5t_18->375134
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 123 705 moveto
+133 703 158 697 179 692 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 180.427 695.226 moveto
+189 689 lineto
+178.416 688.521 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 180.427 695.226 moveto
+189 689 lineto
+178.416 688.521 lineto
+closepath stroke
+grestore
+% rcfpr0_0_1t_10
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+305 857 4 4.5 ellipse_path stroke
+grestore
+% rcfpr0_0_1t_10->375319
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 303 853 moveto
+300 842 288 812 280 790 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 283.26 788.717 moveto
+276 781 lineto
+276.863 791.56 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 283.26 788.717 moveto
+276 781 lineto
+276.863 791.56 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_36
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+169 775 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_3t_36->375319
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 173 775 moveto
+183 774 210 773 232 771 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 232.398 774.478 moveto
+242 770 lineto
+231.701 767.512 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 232.398 774.478 moveto
+242 770 lineto
+231.701 767.512 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_36->377562
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 170 771 moveto
+173 759 180 729 185 708 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 188.471 708.492 moveto
+187 698 lineto
+181.607 707.119 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 188.471 708.492 moveto
+187 698 lineto
+181.607 707.119 lineto
+closepath stroke
+grestore
+% odfpr1_0_5t_17
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+270 860 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_5t_17->375319
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 270 855 moveto
+270 844 271 814 271 792 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 274.5 792 moveto
+271 782 lineto
+267.5 792 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 274.5 792 moveto
+271 782 lineto
+267.5 792 lineto
+closepath stroke
+grestore
+% odfpr1_0_5t_19
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+238 853 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_5t_19->375319
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 240 848 moveto
+244 838 254 811 262 790 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 265.137 791.56 moveto
+266 781 lineto
+258.74 788.717 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 265.137 791.56 moveto
+266 781 lineto
+258.74 788.717 lineto
+closepath stroke
+grestore
+% odfpr1_0_5t_21
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+174 806 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_5t_21->377220
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 176 802 moveto
+182 792 201 759 213 737 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 216.203 738.441 moveto
+218 728 lineto
+210.084 735.042 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 216.203 738.441 moveto
+218 728 lineto
+210.084 735.042 lineto
+closepath stroke
+grestore
+% tlfpr1_0_3g_7
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+109 679 4 4.5 ellipse_path stroke
+grestore
+% tlfpr1_0_3g_7->377562
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 113 679 moveto
+120 680 136 681 151 681 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 150.701 684.488 moveto
+161 682 lineto
+151.398 677.522 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 150.701 684.488 moveto
+161 682 lineto
+151.398 677.522 lineto
+closepath stroke
+grestore
+% tlfpr1_1_1t_3
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+121 735 4 4.5 ellipse_path stroke
+grestore
+% tlfpr1_1_1t_3->377562
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 125 732 moveto
+133 727 151 714 166 702 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 168.1 704.8 moveto
+174 696 lineto
+163.9 699.2 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 168.1 704.8 moveto
+174 696 lineto
+163.9 699.2 lineto
+closepath stroke
+grestore
+% odfpr1_0_5t_20
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+107 633 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_5t_20->377562
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 111 635 moveto
+120 641 144 656 163 668 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 161.559 671.203 moveto
+172 673 lineto
+164.958 665.084 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 161.559 671.203 moveto
+172 673 lineto
+164.958 665.084 lineto
+closepath stroke
+grestore
+% 354221
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+30 606 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+16.5 603.15 moveto
+(354221)
+[3.75 3.75 4.5 5.25 5.25 4.5]
+xshow
+grestore
+% odfpr1_0_5t_20->354221
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 103 632 moveto
+96 630 78 623 63 617 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 63.584 613.521 moveto
+53 614 lineto
+61.5725 620.226 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 63.584 613.521 moveto
+53 614 lineto
+61.5725 620.226 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_6
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+202 825 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_3t_6->378108
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 204 821 moveto
+210 809 226 773 237 749 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 240.137 750.56 moveto
+241 740 lineto
+233.74 747.717 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 240.137 750.56 moveto
+241 740 lineto
+233.74 747.717 lineto
+closepath stroke
+grestore
+endpage
+showpage
+grestore
+%%PageTrailer
+%%EndPage: 1
+%%Trailer
+%%Pages: 1
+%%BoundingBox: 36 36 336 336
+end
+restore
+%%EOF
diff --git a/rtest/nshare/viewport_neato2.png b/rtest/nshare/viewport_neato2.png
new file mode 100644 (file)
index 0000000..e918baf
Binary files /dev/null and b/rtest/nshare/viewport_neato2.png differ
diff --git a/rtest/nshare/viewport_neato2.ps b/rtest/nshare/viewport_neato2.ps
new file mode 100644 (file)
index 0000000..b4defc1
--- /dev/null
@@ -0,0 +1,2342 @@
+%!PS-Adobe-2.0
+%%Creator: Graphviz version 2.15 (Mon Oct 29 14:44:21 UTC 2007)
+%%For: (ellson) John Ellson
+%%Title: G
+%%Pages: (atend)
+%%BoundingBox: (atend)
+%%EndComments
+save
+%%BeginProlog
+/DotDict 200 dict def
+DotDict begin
+
+/setupLatin1 {
+mark
+/EncodingVector 256 array def
+ EncodingVector 0
+
+ISOLatin1Encoding 0 255 getinterval putinterval
+EncodingVector 45 /hyphen put
+
+% Set up ISO Latin 1 character encoding
+/starnetISO {
+        dup dup findfont dup length dict begin
+        { 1 index /FID ne { def }{ pop pop } ifelse
+        } forall
+        /Encoding EncodingVector def
+        currentdict end definefont
+} def
+/Times-Roman starnetISO def
+/Times-Italic starnetISO def
+/Times-Bold starnetISO def
+/Times-BoldItalic starnetISO def
+/Helvetica starnetISO def
+/Helvetica-Oblique starnetISO def
+/Helvetica-Bold starnetISO def
+/Helvetica-BoldOblique starnetISO def
+/Courier starnetISO def
+/Courier-Oblique starnetISO def
+/Courier-Bold starnetISO def
+/Courier-BoldOblique starnetISO def
+cleartomark
+} bind def
+
+%%BeginResource: procset graphviz 0 0
+/coord-font-family /Times-Roman def
+/default-font-family /Times-Roman def
+/coordfont coord-font-family findfont 8 scalefont def
+
+/InvScaleFactor 1.0 def
+/set_scale {
+       dup 1 exch div /InvScaleFactor exch def
+       scale
+} bind def
+
+% styles
+/solid { [] 0 setdash } bind def
+/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
+/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
+/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
+/bold { 2 setlinewidth } bind def
+/filled { } bind def
+/unfilled { } bind def
+/rounded { } bind def
+/diagonals { } bind def
+
+% hooks for setting color 
+/nodecolor { sethsbcolor } bind def
+/edgecolor { sethsbcolor } bind def
+/graphcolor { sethsbcolor } bind def
+/nopcolor {pop pop pop} bind def
+
+/beginpage {   % i j npages
+       /npages exch def
+       /j exch def
+       /i exch def
+       /str 10 string def
+       npages 1 gt {
+               gsave
+                       coordfont setfont
+                       0 0 moveto
+                       (\() show i str cvs show (,) show j str cvs show (\)) show
+               grestore
+       } if
+} bind def
+
+/set_font {
+       findfont exch
+       scalefont setfont
+} def
+
+% draw aligned label in bounding box aligned to current point
+/alignedtext {                 % width adj text
+       /text exch def
+       /adj exch def
+       /width exch def
+       gsave
+               width 0 gt {
+                       text stringwidth pop adj mul 0 rmoveto
+               } if
+               [] 0 setdash
+               text show
+       grestore
+} def
+
+/boxprim {                             % xcorner ycorner xsize ysize
+               4 2 roll
+               moveto
+               2 copy
+               exch 0 rlineto
+               0 exch rlineto
+               pop neg 0 rlineto
+               closepath
+} bind def
+
+/ellipse_path {
+       /ry exch def
+       /rx exch def
+       /y exch def
+       /x exch def
+       matrix currentmatrix
+       newpath
+       x y translate
+       rx ry scale
+       0 0 1 0 360 arc
+       setmatrix
+} bind def
+
+/endpage { showpage } bind def
+/showpage { } def
+
+/layercolorseq
+       [       % layer color sequence - darkest to lightest
+               [0 0 0]
+               [.2 .8 .8]
+               [.4 .8 .8]
+               [.6 .8 .8]
+               [.8 .8 .8]
+       ]
+def
+
+/layerlen layercolorseq length def
+
+/setlayer {/maxlayer exch def /curlayer exch def
+       layercolorseq curlayer 1 sub layerlen mod get
+       aload pop sethsbcolor
+       /nodecolor {nopcolor} def
+       /edgecolor {nopcolor} def
+       /graphcolor {nopcolor} def
+} bind def
+
+/onlayer { curlayer ne {invis} if } def
+
+/onlayers {
+       /myupper exch def
+       /mylower exch def
+       curlayer mylower lt
+       curlayer myupper gt
+       or
+       {invis} if
+} def
+
+/curlayer 0 def
+
+%%EndResource
+%%EndProlog
+%%BeginSetup
+14 default-font-family set_font
+1 setmiterlimit
+% /arrowlength 10 def
+% /arrowwidth 5 def
+
+% make sure pdfmark is harmless for PS-interpreters other than Distiller
+/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
+% make '<<' and '>>' safe on PS Level 1 devices
+/languagelevel where {pop languagelevel}{1} ifelse
+2 lt {
+    userdict (<<) cvn ([) cvn load put
+    userdict (>>) cvn ([) cvn load put
+} if
+
+%%EndSetup
+setupLatin1
+%%Page: 1 1
+%%PageBoundingBox: 36 36 336 336
+%%PageOrientation: Portrait
+0 0 1 beginpage
+gsave
+36 36 300 300 boxprim clip newpath
+2 2 set_scale 0 rotate -107 -527 translate
+% 353506
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+364 418 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+352 415.15 moveto
+(353506)
+[3.75 3.75 3.75 3.75 4.5 4.5]
+xshow
+grestore
+% 370509
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+305 411 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+291.875 408.15 moveto
+(370509)
+[3.75 5.25 4.5 3.75 4.5 4.5]
+xshow
+grestore
+% odfpr0_0_1t_7->370509
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 357 486 moveto
+350 477 333 451 320 432 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 322.8 429.9 moveto
+314 424 lineto
+317.2 434.1 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 322.8 429.9 moveto
+314 424 lineto
+317.2 434.1 lineto
+closepath stroke
+grestore
+% 370510
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+327 403 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+313.875 400.15 moveto
+(370510)
+[3.75 5.25 4.5 3.75 4.5 4.5]
+xshow
+grestore
+% odfpr0_0_1t_7->370510
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 358 486 moveto
+355 475 344 447 336 427 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 338.964 424.985 moveto
+332 417 lineto
+332.464 427.585 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 338.964 424.985 moveto
+332 417 lineto
+332.464 427.585 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_18
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+283 663 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_3t_18->358471
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 287 661 moveto
+299 654 334 631 360 614 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 361.375 617.268 moveto
+368 609 lineto
+357.665 611.332 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 361.375 617.268 moveto
+368 609 lineto
+357.665 611.332 lineto
+closepath stroke
+grestore
+% 354546
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+247 751 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+234.625 748.15 moveto
+(354546)
+[3.75 3.75 4.5 3.75 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->354546
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 281 667 moveto
+277 678 265 707 256 729 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 252.863 727.44 moveto
+252 738 lineto
+259.26 730.283 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 252.863 727.44 moveto
+252 738 lineto
+259.26 730.283 lineto
+closepath stroke
+grestore
+% 354757
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+325 753 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+311.875 750.15 moveto
+(354757)
+[3.75 3.75 4.5 5.25 3.75 5.25]
+xshow
+grestore
+% odfpr1_0_3t_18->354757
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 285 667 moveto
+290 678 304 709 315 730 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 311.74 731.283 moveto
+319 739 lineto
+318.137 728.44 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 311.74 731.283 moveto
+319 739 lineto
+318.137 728.44 lineto
+closepath stroke
+grestore
+% 354766
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+307 751 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+293.875 748.15 moveto
+(354766)
+[3.75 3.75 4.5 5.25 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->354766
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 284 668 moveto
+287 679 295 707 300 727 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 296.774 728.427 moveto
+303 737 lineto
+303.479 726.416 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 296.774 728.427 moveto
+303 737 lineto
+303.479 726.416 lineto
+closepath stroke
+grestore
+% 354771
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+287 741 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+273.5 738.15 moveto
+(354771)
+[3.75 3.75 4.5 5.25 5.25 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->354771
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 283 668 moveto
+284 677 285 699 285 717 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 281.522 717.398 moveto
+286 727 lineto
+288.488 716.701 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 281.522 717.398 moveto
+286 727 lineto
+288.488 716.701 lineto
+closepath stroke
+grestore
+% 354785
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+209 627 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+196.25 624.15 moveto
+(354785)
+[3.75 3.75 4.5 5.25 4.5 3.75]
+xshow
+grestore
+% odfpr1_0_3t_18->354785
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 279 661 moveto
+272 658 254 649 238 641 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 239.56 637.863 moveto
+229 637 lineto
+236.717 644.26 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 239.56 637.863 moveto
+229 637 lineto
+236.717 644.26 lineto
+closepath stroke
+grestore
+% 354878
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+204 642 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+190.875 639.15 moveto
+(354878)
+[3.75 3.75 4.5 4.5 5.25 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->354878
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 279 662 moveto
+271 660 255 656 239 652 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 239.584 648.521 moveto
+229 649 lineto
+237.573 655.226 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 239.584 648.521 moveto
+229 649 lineto
+237.573 655.226 lineto
+closepath stroke
+grestore
+% 355080
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+219 612 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+206.625 609.15 moveto
+(355080)
+[3.75 3.75 3.75 4.5 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->355080
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 280 660 moveto
+272 655 256 642 242 630 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 244.1 627.2 moveto
+234 624 lineto
+239.9 632.8 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 244.1 627.2 moveto
+234 624 lineto
+239.9 632.8 lineto
+closepath stroke
+grestore
+% 355288
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+219 590 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+206.25 587.15 moveto
+(355288)
+[3.75 3.75 3.75 5.25 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->355288
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 280 659 moveto
+272 650 252 628 237 611 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 239.219 608.221 moveto
+230 603 lineto
+233.951 612.831 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 239.219 608.221 moveto
+230 603 lineto
+233.951 612.831 lineto
+closepath stroke
+grestore
+% 355800
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+296 620 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+283.625 617.15 moveto
+(355800)
+[3.75 3.75 3.75 4.5 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->355800
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 284 659 moveto
+285 655 287 649 289 643 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 292.479 643.584 moveto
+292 633 lineto
+285.774 641.573 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 292.479 643.584 moveto
+292 633 lineto
+285.774 641.573 lineto
+closepath stroke
+grestore
+% 356116
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+353 668 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+340.25 665.15 moveto
+(356116)
+[3.75 3.75 4.5 4.5 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->356116
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 287 663 moveto
+292 663 303 664 314 665 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 313.701 668.488 moveto
+324 666 lineto
+314.398 661.522 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 313.701 668.488 moveto
+324 666 lineto
+314.398 661.522 lineto
+closepath stroke
+grestore
+% 356741
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+318 602 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+304.875 599.15 moveto
+(356741)
+[3.75 3.75 4.5 5.25 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->356741
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 285 659 moveto
+289 652 298 637 305 624 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 308.203 625.441 moveto
+310 615 lineto
+302.084 622.042 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 308.203 625.441 moveto
+310 615 lineto
+302.084 622.042 lineto
+closepath stroke
+grestore
+% 357340
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+350 686 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+337.25 683.15 moveto
+(357340)
+[3.75 3.75 5.25 3.75 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->357340
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 287 664 moveto
+293 666 305 671 317 675 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 316.416 678.479 moveto
+327 678 lineto
+318.427 671.774 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 316.416 678.479 moveto
+327 678 lineto
+318.427 671.774 lineto
+closepath stroke
+grestore
+% 357538
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+311 691 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+298.625 688.15 moveto
+(357538)
+[3.75 3.75 5.25 3.75 3.75 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->357538
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 286 666 moveto
+288 668 290 670 292 672 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 289.454 674.404 moveto
+299 679 lineto
+294.404 669.454 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 289.454 674.404 moveto
+299 679 lineto
+294.404 669.454 lineto
+closepath stroke
+grestore
+% 357769
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+324 710 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+310.5 707.15 moveto
+(357769)
+[3.75 3.75 5.25 5.25 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->357769
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 286 666 moveto
+290 671 298 681 306 689 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 303.781 691.779 moveto
+313 697 lineto
+309.049 687.169 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 303.781 691.779 moveto
+313 697 lineto
+309.049 687.169 lineto
+closepath stroke
+grestore
+% 357793
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+265 625 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+251.875 622.15 moveto
+(357793)
+[3.75 3.75 5.25 5.25 4.5 3.75]
+xshow
+grestore
+% odfpr1_0_3t_18->357793
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 281 659 moveto
+280 656 278 652 276 647 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 278.916 645.042 moveto
+271 638 lineto
+272.797 648.441 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 278.916 645.042 moveto
+271 638 lineto
+272.797 648.441 lineto
+closepath stroke
+grestore
+% 358155
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+355 704 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+343 701.15 moveto
+(358155)
+[3.75 3.75 4.5 4.5 3.75 3.75]
+xshow
+grestore
+% odfpr1_0_3t_18->358155
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 287 665 moveto
+294 670 312 680 327 688 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 325.559 691.203 moveto
+336 693 lineto
+328.958 685.084 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 325.559 691.203 moveto
+336 693 lineto
+328.958 685.084 lineto
+closepath stroke
+grestore
+% 358157
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+344 721 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+331.25 718.15 moveto
+(358157)
+[3.75 3.75 4.5 4.5 3.75 5.25]
+xshow
+grestore
+% odfpr1_0_3t_18->358157
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 286 666 moveto
+294 673 310 688 324 702 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 321.454 704.404 moveto
+331 709 lineto
+326.404 699.454 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 321.454 704.404 moveto
+331 709 lineto
+326.404 699.454 lineto
+closepath stroke
+grestore
+% 358159
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+317 582 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+304.625 579.15 moveto
+(358159)
+[3.75 3.75 4.5 4.5 3.75 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->358159
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 285 659 moveto
+289 649 300 624 307 605 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 310.536 605.585 moveto
+311 595 lineto
+304.036 602.985 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 310.536 605.585 moveto
+311 595 lineto
+304.036 602.985 lineto
+closepath stroke
+grestore
+% 358584
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+274 599 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+261.625 596.15 moveto
+(358584)
+[3.75 3.75 4.5 3.75 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->358584
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 282 658 moveto
+281 651 279 636 277 623 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 280.478 622.602 moveto
+276 613 lineto
+273.512 623.299 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 280.478 622.602 moveto
+276 613 lineto
+273.512 623.299 lineto
+closepath stroke
+grestore
+% 360104
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+281 696 30 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+267.875 693.15 moveto
+(360104)
+[3.75 4.5 4.5 4.5 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->360104
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 283 668 moveto
+283 669 283 671 283 672 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 279.512 671.701 moveto
+282 682 lineto
+286.478 672.398 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 279.512 671.701 moveto
+282 682 lineto
+286.478 672.398 lineto
+closepath stroke
+grestore
+% 360144
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+253 658 30 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+239.875 655.15 moveto
+(360144)
+[3.75 4.5 4.5 4.5 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->360144
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 279 662 moveto
+279 662 279 662 279 662 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 292.5 668.5 moveto
+279 662 lineto
+285.5 675.5 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 292.5 668.5 moveto
+279 662 lineto
+285.5 675.5 lineto
+closepath stroke
+grestore
+% 360672
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+278 568 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+264.125 565.15 moveto
+(360672)
+[3.75 4.5 4.5 4.5 5.25 5.25]
+xshow
+grestore
+% odfpr1_0_3t_18->360672
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 283 658 moveto
+282 646 281 614 279 592 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 282.5 592 moveto
+279 582 lineto
+275.5 592 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 282.5 592 moveto
+279 582 lineto
+275.5 592 lineto
+closepath stroke
+grestore
+% 360839
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+296 582 30 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+283.25 579.15 moveto
+(360839)
+[3.75 4.5 4.5 4.5 3.75 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->360839
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 284 658 moveto
+286 648 289 624 292 606 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 295.471 606.492 moveto
+294 596 lineto
+288.607 605.119 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 295.471 606.492 moveto
+294 596 lineto
+288.607 605.119 lineto
+closepath stroke
+grestore
+% 371187
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+328 656 30 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+314.125 653.15 moveto
+(371187)
+[3.75 5.25 4.5 4.5 4.5 5.25]
+xshow
+grestore
+% odfpr1_0_3t_18->371187
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 287 662 moveto
+288 662 288 662 289 662 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 289.881 665.393 moveto
+299 660 lineto
+288.508 658.529 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 289.881 665.393 moveto
+299 660 lineto
+288.508 658.529 lineto
+closepath stroke
+grestore
+% 373300
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+240 571 30 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+227.25 568.15 moveto
+(373300)
+[3.75 5.25 3.75 3.75 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->373300
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 281 659 moveto
+276 648 261 615 250 593 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 253.26 591.717 moveto
+246 584 lineto
+246.863 594.56 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 253.26 591.717 moveto
+246 584 lineto
+246.863 594.56 lineto
+closepath stroke
+grestore
+% 375134
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+215 683 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+202.25 680.15 moveto
+(375134)
+[3.75 5.25 3.75 4.5 3.75 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->375134
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 279 664 moveto
+273 666 261 669 249 673 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 247.573 669.774 moveto
+239 676 lineto
+249.584 676.479 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 247.573 669.774 moveto
+239 676 lineto
+249.584 676.479 lineto
+closepath stroke
+grestore
+% 375319
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+271 768 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+258.25 765.15 moveto
+(375319)
+[3.75 5.25 3.75 3.75 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->375319
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 282 668 moveto
+281 681 276 719 274 744 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 270.512 743.701 moveto
+273 754 lineto
+277.478 744.398 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 270.512 743.701 moveto
+273 754 lineto
+277.478 744.398 lineto
+closepath stroke
+grestore
+% 375499
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+333 629 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+319.875 626.15 moveto
+(375499)
+[3.75 5.25 3.75 4.5 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->375499
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 287 661 moveto
+291 658 300 652 308 646 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 310.1 648.8 moveto
+316 640 lineto
+305.9 643.2 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 310.1 648.8 moveto
+316 640 lineto
+305.9 643.2 lineto
+closepath stroke
+grestore
+% 377220
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+226 715 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+211.375 712.15 moveto
+(377220)
+[3.75 5.25 5.25 5.25 5.25 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->377220
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 280 666 moveto
+273 672 259 685 247 696 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 244.221 693.781 moveto
+239 703 lineto
+248.831 699.049 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 244.221 693.781 moveto
+239 703 lineto
+248.831 699.049 lineto
+closepath stroke
+grestore
+% 377562
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+190 684 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+176.125 681.15 moveto
+(377562)
+[3.75 5.25 5.25 3.75 4.5 5.25]
+xshow
+grestore
+% odfpr1_0_3t_18->377562
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 279 664 moveto
+270 666 247 671 226 676 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 225.119 672.607 moveto
+216 678 lineto
+226.492 679.471 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 225.119 672.607 moveto
+216 678 lineto
+226.492 679.471 lineto
+closepath stroke
+grestore
+% 378108
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+247 727 30 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+233.5 724.15 moveto
+(378108)
+[3.75 5.25 4.5 4.5 4.5 4.5]
+xshow
+grestore
+% odfpr1_0_3t_18->378108
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 281 667 moveto
+277 674 267 691 259 705 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 255.797 703.559 moveto
+254 714 lineto
+261.916 706.958 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 255.797 703.559 moveto
+254 714 lineto
+261.916 706.958 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+357 625 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_3t_21->355800
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 353 625 moveto
+349 625 342 625 335 624 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 335.299 620.512 moveto
+325 623 lineto
+334.602 627.478 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 335.299 620.512 moveto
+325 623 lineto
+334.602 627.478 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->356116
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 357 630 moveto
+356 634 356 639 355 644 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 351.5 644 moveto
+355 654 lineto
+358.5 644 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 351.5 644 moveto
+355 654 lineto
+358.5 644 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->356741
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 353 623 moveto
+351 622 348 620 345 618 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 346.441 614.797 moveto
+336 613 lineto
+343.042 620.916 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 346.441 614.797 moveto
+336 613 lineto
+343.042 620.916 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->357340
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 356 630 moveto
+355 637 354 650 353 662 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 349.512 661.701 moveto
+352 672 lineto
+356.478 662.398 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 349.512 661.701 moveto
+352 672 lineto
+356.478 662.398 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->357538
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 355 629 moveto
+349 637 336 655 326 670 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 323.2 667.9 moveto
+320 678 lineto
+328.8 672.1 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 323.2 667.9 moveto
+320 678 lineto
+328.8 672.1 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->357769
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 355 630 moveto
+351 640 341 667 333 688 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 329.863 686.44 moveto
+329 697 lineto
+336.26 689.283 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 329.863 686.44 moveto
+329 697 lineto
+336.26 689.283 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->357793
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 353 625 moveto
+344 625 324 625 304 625 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 304 621.5 moveto
+294 625 lineto
+304 628.5 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 304 621.5 moveto
+294 625 lineto
+304 628.5 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->358155
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 357 630 moveto
+356 640 356 662 355 680 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 351.5 680 moveto
+355 690 lineto
+358.5 680 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 351.5 680 moveto
+355 690 lineto
+358.5 680 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->358157
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 356 630 moveto
+355 642 351 675 347 697 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 343.512 696.701 moveto
+346 707 lineto
+350.478 697.398 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 343.512 696.701 moveto
+346 707 lineto
+350.478 697.398 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->358159
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 354 622 moveto
+350 618 342 610 336 603 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 338.219 600.221 moveto
+329 595 lineto
+332.951 604.831 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 338.219 600.221 moveto
+329 595 lineto
+332.951 604.831 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->358584
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 353 624 moveto
+345 621 325 615 308 610 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 308.584 606.521 moveto
+298 607 lineto
+306.573 613.226 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 308.584 606.521 moveto
+298 607 lineto
+306.573 613.226 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->360104
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 354 628 moveto
+345 637 320 660 301 677 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 298.596 674.454 moveto
+294 684 lineto
+303.546 679.404 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 298.596 674.454 moveto
+294 684 lineto
+303.546 679.404 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->360144
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 353 626 moveto
+342 630 312 639 288 647 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 286.573 643.774 moveto
+278 650 lineto
+288.584 650.479 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 286.573 643.774 moveto
+278 650 lineto
+288.584 650.479 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->360672
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 354 623 moveto
+344 617 321 599 302 585 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 304.1 582.2 moveto
+294 579 lineto
+299.9 587.8 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 304.1 582.2 moveto
+294 579 lineto
+299.9 587.8 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_21->360839
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 353 622 moveto
+347 618 333 608 320 599 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 322.1 596.2 moveto
+312 593 lineto
+317.9 601.8 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 322.1 596.2 moveto
+312 593 lineto
+317.9 601.8 lineto
+closepath stroke
+grestore
+% rcfpr1_0_1t_35
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+277 322 4 4.5 ellipse_path stroke
+grestore
+% rcfpr1_0_1t_35->370509
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 278 326 moveto
+281 337 291 367 298 387 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 294.774 388.427 moveto
+301 397 lineto
+301.479 386.416 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 294.774 388.427 moveto
+301 397 lineto
+301.479 386.416 lineto
+closepath stroke
+grestore
+% odfpr1_0_1t_38
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+257 332 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_1t_38->370510
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 260 335 moveto
+268 344 291 367 308 384 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 305.454 386.404 moveto
+315 391 lineto
+310.404 381.454 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 305.454 386.404 moveto
+315 391 lineto
+310.404 381.454 lineto
+closepath stroke
+grestore
+% tlfpr1_0_4g_5
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+159 795 4 4.5 ellipse_path stroke
+grestore
+% tlfpr1_0_4g_5->354546
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 163 793 moveto
+173 789 198 776 218 766 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 219.958 768.916 moveto
+227 761 lineto
+216.559 762.797 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 219.958 768.916 moveto
+227 761 lineto
+216.559 762.797 lineto
+closepath stroke
+grestore
+% rcfpr1_1_1t_61->354546
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 221 840 moveto
+224 828 234 797 240 775 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 243.479 775.584 moveto
+243 765 lineto
+236.774 773.573 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 243.479 775.584 moveto
+243 765 lineto
+236.774 773.573 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_20->354546
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 287 824 moveto
+282 815 269 791 259 773 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 261.916 771.042 moveto
+254 764 lineto
+255.797 774.441 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 261.916 771.042 moveto
+254 764 lineto
+255.797 774.441 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_20->354757
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 291 824 moveto
+295 815 306 793 314 775 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 317.203 776.441 moveto
+319 766 lineto
+311.084 773.042 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 317.203 776.441 moveto
+319 766 lineto
+311.084 773.042 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_20->354766
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 290 823 moveto
+292 814 298 792 302 774 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 305.471 774.492 moveto
+304 764 lineto
+298.607 773.119 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 305.471 774.492 moveto
+304 764 lineto
+298.607 773.119 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_20->354771
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 289 823 moveto
+288 812 288 785 287 765 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 290.5 765 moveto
+287 755 lineto
+283.5 765 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 290.5 765 moveto
+287 755 lineto
+283.5 765 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_23
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+137 595 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_3t_23->354785
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 141 597 moveto
+148 599 164 607 179 613 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 177.44 616.137 moveto
+188 617 lineto
+180.283 609.74 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 177.44 616.137 moveto
+188 617 lineto
+180.283 609.74 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_23->354878
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 141 598 moveto
+149 603 165 615 180 625 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 177.9 627.8 moveto
+188 631 lineto
+182.1 622.2 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 177.9 627.8 moveto
+188 631 lineto
+182.1 622.2 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_23->355080
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 141 596 moveto
+148 598 166 601 182 604 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 181.508 607.471 moveto
+192 606 lineto
+182.881 600.607 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 181.508 607.471 moveto
+192 606 lineto
+182.881 600.607 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_23->355288
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 141 595 moveto
+148 594 165 593 180 593 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 180.398 596.478 moveto
+190 592 lineto
+179.701 589.512 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 180.398 596.478 moveto
+190 592 lineto
+179.701 589.512 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_24
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+150 568 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_3t_24->354785
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 153 571 moveto
+160 578 176 594 189 607 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 186.454 609.404 moveto
+196 614 lineto
+191.404 604.454 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 186.454 609.404 moveto
+196 614 lineto
+191.404 604.454 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_24->354878
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 153 572 moveto
+159 581 176 604 189 621 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 186.2 623.1 moveto
+195 629 lineto
+191.8 618.9 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 186.2 623.1 moveto
+195 629 lineto
+191.8 618.9 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_24->355080
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 154 570 moveto
+162 575 178 586 193 596 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 191.559 599.203 moveto
+202 601 lineto
+194.958 593.084 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 191.559 599.203 moveto
+202 601 lineto
+194.958 593.084 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_24->355288
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 154 569 moveto
+160 571 173 575 185 579 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 184.416 582.479 moveto
+195 582 lineto
+186.427 575.774 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 184.416 582.479 moveto
+195 582 lineto
+186.427 575.774 lineto
+closepath stroke
+grestore
+% odfpr2_0_03t_13
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+172 507 4 4.5 ellipse_path stroke
+grestore
+% odfpr2_0_03t_13->355288
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 174 511 moveto
+180 521 196 549 206 568 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 203.084 569.958 moveto
+211 577 lineto
+209.203 566.559 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 203.084 569.958 moveto
+211 577 lineto
+209.203 566.559 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_5
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+227 486 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_3t_5->360672
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 229 490 moveto
+236 499 253 527 265 546 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 262.084 547.958 moveto
+270 555 lineto
+268.203 544.559 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 262.084 547.958 moveto
+270 555 lineto
+268.203 544.559 lineto
+closepath stroke
+grestore
+% tlfpr1_0_3g_5
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+197 489 4 4.5 ellipse_path stroke
+grestore
+% tlfpr1_0_3g_5->373300
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 199 493 moveto
+204 502 218 529 228 549 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 225.084 550.958 moveto
+233 558 lineto
+231.203 547.559 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 225.084 550.958 moveto
+233 558 lineto
+231.203 547.559 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_12
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+154 526 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_3t_12->373300
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 158 528 moveto
+167 533 191 546 211 556 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 209.559 559.203 moveto
+220 561 lineto
+212.958 553.084 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 209.559 559.203 moveto
+220 561 lineto
+212.958 553.084 lineto
+closepath stroke
+grestore
+% odfpr1_0_5t_18
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+119 706 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_5t_18->375134
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 123 705 moveto
+133 703 158 697 179 692 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 180.427 695.226 moveto
+189 689 lineto
+178.416 688.521 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 180.427 695.226 moveto
+189 689 lineto
+178.416 688.521 lineto
+closepath stroke
+grestore
+% rcfpr0_0_1t_10->375319
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 303 853 moveto
+300 842 288 812 280 790 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 283.26 788.717 moveto
+276 781 lineto
+276.863 791.56 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 283.26 788.717 moveto
+276 781 lineto
+276.863 791.56 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_36
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+169 775 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_3t_36->375319
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 173 775 moveto
+183 774 210 773 232 771 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 232.398 774.478 moveto
+242 770 lineto
+231.701 767.512 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 232.398 774.478 moveto
+242 770 lineto
+231.701 767.512 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_36->377562
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 170 771 moveto
+173 759 180 729 185 708 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 188.471 708.492 moveto
+187 698 lineto
+181.607 707.119 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 188.471 708.492 moveto
+187 698 lineto
+181.607 707.119 lineto
+closepath stroke
+grestore
+% odfpr1_0_5t_17->375319
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 270 855 moveto
+270 844 271 814 271 792 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 274.5 792 moveto
+271 782 lineto
+267.5 792 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 274.5 792 moveto
+271 782 lineto
+267.5 792 lineto
+closepath stroke
+grestore
+% odfpr1_0_5t_19->375319
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 240 848 moveto
+244 838 254 811 262 790 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 265.137 791.56 moveto
+266 781 lineto
+258.74 788.717 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 265.137 791.56 moveto
+266 781 lineto
+258.74 788.717 lineto
+closepath stroke
+grestore
+% odfpr1_0_5t_21
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+174 806 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_5t_21->377220
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 176 802 moveto
+182 792 201 759 213 737 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 216.203 738.441 moveto
+218 728 lineto
+210.084 735.042 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 216.203 738.441 moveto
+218 728 lineto
+210.084 735.042 lineto
+closepath stroke
+grestore
+% tlfpr1_0_3g_7
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+109 679 4 4.5 ellipse_path stroke
+grestore
+% tlfpr1_0_3g_7->377562
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 113 679 moveto
+120 680 136 681 151 681 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 150.701 684.488 moveto
+161 682 lineto
+151.398 677.522 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 150.701 684.488 moveto
+161 682 lineto
+151.398 677.522 lineto
+closepath stroke
+grestore
+% tlfpr1_1_1t_3
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+121 735 4 4.5 ellipse_path stroke
+grestore
+% tlfpr1_1_1t_3->377562
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 125 732 moveto
+133 727 151 714 166 702 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 168.1 704.8 moveto
+174 696 lineto
+163.9 699.2 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 168.1 704.8 moveto
+174 696 lineto
+163.9 699.2 lineto
+closepath stroke
+grestore
+% odfpr1_0_5t_20
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+107 633 4 4.5 ellipse_path stroke
+grestore
+% odfpr1_0_5t_20->377562
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 111 635 moveto
+120 641 144 656 163 668 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 161.559 671.203 moveto
+172 673 lineto
+164.958 665.084 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 161.559 671.203 moveto
+172 673 lineto
+164.958 665.084 lineto
+closepath stroke
+grestore
+% 354221
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+30 606 29 13.5 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+9.00 /Times-Roman set_font
+16.5 603.15 moveto
+(354221)
+[3.75 3.75 4.5 5.25 5.25 4.5]
+xshow
+grestore
+% odfpr1_0_5t_20->354221
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 103 632 moveto
+96 630 78 623 63 617 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 63.584 613.521 moveto
+53 614 lineto
+61.5725 620.226 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 63.584 613.521 moveto
+53 614 lineto
+61.5725 620.226 lineto
+closepath stroke
+grestore
+% odfpr1_0_3t_6->378108
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 204 821 moveto
+210 809 226 773 237 749 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 240.137 750.56 moveto
+241 740 lineto
+233.74 747.717 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 240.137 750.56 moveto
+241 740 lineto
+233.74 747.717 lineto
+closepath stroke
+grestore
+endpage
+showpage
+grestore
+%%PageTrailer
+%%EndPage: 1
+%%Trailer
+%%Pages: 1
+%%BoundingBox: 36 36 336 336
+end
+restore
+%%EOF
diff --git a/rtest/nshare/weight_dot.dot b/rtest/nshare/weight_dot.dot
new file mode 100644 (file)
index 0000000..3c930e1
--- /dev/null
@@ -0,0 +1,106 @@
+digraph unix {
+       node [label="\N", color=lightblue2, style=filled];
+       graph [bb="0,0,996,828"];
+       "5th Edition" [pos="709,810", width="1.22", height="0.50"];
+       "6th Edition" [pos="567,738", width="1.22", height="0.50"];
+       "PWB 1.0" [pos="797,738", width="1.08", height="0.50"];
+       LSX [pos="714,666", width="0.75", height="0.50"];
+       "1 BSD" [pos="206,666", width="0.86", height="0.50"];
+       "Mini Unix" [pos="513,666", width="1.17", height="0.50"];
+       Wollongong [pos="621,666", width="1.33", height="0.50"];
+       Interdata [pos="414,666", width="1.08", height="0.50"];
+       "Unix/TS 3.0" [pos="678,450", width="1.33", height="0.50"];
+       "PWB 2.0" [pos="612,594", width="1.08", height="0.50"];
+       "7th Edition" [pos="429,594", width="1.22", height="0.50"];
+       "8th Edition" [pos="429,234", width="1.22", height="0.50"];
+       "32V" [pos="374,522", width="0.75", height="0.50"];
+       V7M [pos="28,450", width="0.78", height="0.50"];
+       "Ultrix-11" [pos="116,162", width="1.08", height="0.50"];
+       Xenix [pos="203,522", width="0.83", height="0.50"];
+       "UniPlus+" [pos="290,522", width="1.08", height="0.50"];
+       "9th Edition" [pos="499,162", width="1.22", height="0.50"];
+       "10th Edition" [pos="500,90", width="1.33", height="0.50"];
+       "2 BSD" [pos="86,306", width="0.86", height="0.50"];
+       "2.8 BSD" [pos="210,234", width="1.03", height="0.50"];
+       "2.9 BSD" [pos="210,162", width="1.03", height="0.50"];
+       "3 BSD" [pos="365,450", width="0.86", height="0.50"];
+       "4 BSD" [pos="345,378", width="0.89", height="0.50"];
+       "4.1 BSD" [pos="335,306", width="1.03", height="0.50"];
+       "4.2 BSD" [pos="330,234", width="1.03", height="0.50"];
+       "4.3 BSD" [pos="398,162", width="1.03", height="0.50"];
+       "Ultrix-32" [pos="304,162", width="1.08", height="0.50"];
+       "4.4 BSD" [pos="396,90", width="1.06", height="0.50"];
+       FreeBSD [pos="303,18", width="1.08", height="0.50"];
+       NetBSD [pos="396,18", width="1.00", height="0.50"];
+       OpenBSD [pos="491,18", width="1.14", height="0.50"];
+       "PWB 1.2" [pos="797,666", width="1.06", height="0.50"];
+       "USG 1.0" [pos="891,666", width="1.06", height="0.50"];
+       "CB Unix 1" [pos="891,594", width="1.19", height="0.50"];
+       "USG 2.0" [pos="750,594", width="1.06", height="0.50"];
+       "CB Unix 2" [pos="891,522", width="1.19", height="0.50"];
+       "CB Unix 3" [pos="878,450", width="1.19", height="0.50"];
+       "Unix/TS++" [pos="827,378", width="1.25", height="0.50"];
+       "PDP-11 Sys V" [pos="943,378", width="1.47", height="0.50"];
+       "USG 3.0" [pos="678,522", width="1.06", height="0.50"];
+       "Unix/TS 1.0" [pos="782,522", width="1.33", height="0.50"];
+       "TS 4.0" [pos="754,306", width="0.92", height="0.50"];
+       "System V.0" [pos="754,234", width="1.25", height="0.50"];
+       "System V.2" [pos="754,162", width="1.25", height="0.50"];
+       "System V.3" [pos="754,90", width="1.25", height="0.50"];
+       "System V.4" [pos="754,18", width="1.25", height="0.50"];
+       "5th Edition" -> "6th Edition" [pos="e,595,752 681,796 659,784 628,769 604,757"];
+       "5th Edition" -> "PWB 1.0" [pos="e,778,754 729,794 741,784 757,771 770,760"];
+       "6th Edition" -> LSX [pos="e,692,677 595,724 618,713 650,698 678,684 680,683 681,683 683,682"];
+       "6th Edition" -> "1 BSD" [pos="e,235,672 527,730 459,716 315,688 245,674"];
+       "6th Edition" -> "Mini Unix" [pos="e,526,683 554,721 547,712 539,701 532,691"];
+       "6th Edition" -> Wollongong [pos="e,608,683 580,721 586,712 594,701 602,691"];
+       "6th Edition" -> Interdata [pos="e,442,679 538,724 513,712 478,696 451,683"];
+       Interdata -> "Unix/TS 3.0" [pos="e,658,467 434,650 448,640 466,625 482,612 542,563 612,505 650,474"];
+       Interdata -> "PWB 2.0" [pos="e,581,605 444,654 450,652 456,650 462,648 499,634 541,619 571,608"];
+       Interdata -> "7th Edition" [pos="e,425,612 418,648 419,640 421,631 423,622"];
+       "7th Edition" -> "8th Edition" [weight=1000, pos="e,429,252 429,576 429,548 429,495 429,450 429,450 429,450 429,378 429,338 429,291 429,262"];
+       "7th Edition" -> "32V" [pos="e,386,538 416,577 409,568 400,556 392,546"];
+       "7th Edition" -> V7M [pos="e,42,466 387,589 316,580 176,561 131,540 98,524 68,495 49,474"];
+       "7th Edition" -> "Ultrix-11" [pos="e,122,180 386,591 319,585 195,570 164,540 135,511 145,490 145,450 145,450 145,450 145,306 145,264 134,218 125,190"];
+       "7th Edition" -> Xenix [pos="e,227,533 391,585 353,575 293,559 242,540 240,539 238,539 236,538"];
+       "7th Edition" -> "UniPlus+" [pos="e,316,536 402,580 380,569 349,553 325,541"];
+       V7M -> "Ultrix-11" [pos="e,104,179 28,432 28,401 30,338 46,288 58,251 81,212 98,187"];
+       "8th Edition" -> "9th Edition" [pos="e,482,179 446,217 455,208 465,197 475,187"];
+       "9th Edition" -> "10th Edition" [pos="e,500,108 499,144 500,136 500,127 500,118"];
+       "1 BSD" -> "2 BSD" [pos="e,88,324 186,652 154,630 96,580 96,522 96,522 96,522 96,450 96,409 92,363 89,334"];
+       "2 BSD" -> "2.8 BSD" [pos="e,186,248 108,293 127,282 155,266 177,253"];
+       "2.8 BSD" -> "Ultrix-11" [pos="e,136,178 190,219 177,209 159,195 144,184"];
+       "2.8 BSD" -> "2.9 BSD" [pos="e,210,180 210,216 210,208 210,199 210,190"];
+       "32V" -> "3 BSD" [pos="e,367,468 372,504 371,496 370,487 369,478"];
+       "3 BSD" -> "4 BSD" [pos="e,350,396 360,432 358,424 355,415 353,406"];
+       "4 BSD" -> "4.1 BSD" [pos="e,338,324 342,360 341,352 340,343 339,334"];
+       "4.1 BSD" -> "4.2 BSD" [pos="e,331,252 334,288 333,280 333,271 332,262"];
+       "4.1 BSD" -> "2.8 BSD" [pos="e,234,248 311,292 292,281 264,265 243,253"];
+       "4.1 BSD" -> "8th Edition" [pos="e,408,250 355,291 368,281 385,267 400,256"];
+       "4.2 BSD" -> "4.3 BSD" [pos="e,382,179 346,217 355,208 365,196 375,186"];
+       "4.2 BSD" -> "Ultrix-32" [pos="e,311,180 324,216 321,208 318,198 314,190"];
+       "4.3 BSD" -> "4.4 BSD" [pos="e,396,108 397,144 397,136 397,127 397,118"];
+       "4.4 BSD" -> FreeBSD [pos="e,323,33 376,74 363,64 346,50 331,39"];
+       "4.4 BSD" -> NetBSD [pos="e,396,36 396,72 396,64 396,55 396,46"];
+       "4.4 BSD" -> OpenBSD [pos="e,471,34 416,75 429,65 447,51 463,40"];
+       "PWB 1.0" -> "PWB 1.2" [pos="e,797,684 797,720 797,712 797,703 797,694"];
+       "PWB 1.0" -> "USG 1.0" [pos="e,871,681 817,722 830,712 848,698 863,687"];
+       "PWB 1.2" -> "PWB 2.0" [pos="e,642,606 767,654 736,642 686,623 652,610"];
+       "USG 1.0" -> "CB Unix 1" [pos="e,891,612 891,648 891,640 891,631 891,622"];
+       "USG 1.0" -> "USG 2.0" [pos="e,776,607 865,653 843,641 810,624 785,612"];
+       "CB Unix 1" -> "CB Unix 2" [pos="e,891,540 891,576 891,568 891,559 891,550"];
+       "CB Unix 2" -> "CB Unix 3" [pos="e,881,468 888,504 887,496 885,487 883,478"];
+       "CB Unix 3" -> "Unix/TS++" [pos="e,840,395 866,433 860,424 852,413 846,403"];
+       "CB Unix 3" -> "PDP-11 Sys V" [pos="e,927,396 893,433 902,424 911,413 920,404"];
+       "USG 2.0" -> "USG 3.0" [pos="e,695,539 734,578 724,568 712,556 702,546"];
+       "USG 3.0" -> "Unix/TS 3.0" [pos="e,678,468 678,504 678,496 678,487 678,478"];
+       "PWB 2.0" -> "Unix/TS 3.0" [pos="e,659,467 613,576 615,557 620,527 631,504 636,493 645,483 652,474"];
+       "Unix/TS 1.0" -> "Unix/TS 3.0" [pos="e,701,466 759,506 745,496 725,483 709,472"];
+       "Unix/TS 3.0" -> "TS 4.0" [pos="e,745,324 687,432 700,407 724,362 740,333"];
+       "Unix/TS++" -> "TS 4.0" [pos="e,770,322 810,361 800,351 788,339 777,329"];
+       "CB Unix 3" -> "TS 4.0" [pos="e,753,324 842,440 818,432 790,418 773,396 760,378 755,353 754,334"];
+       "TS 4.0" -> "System V.0" [pos="e,754,252 754,288 754,280 754,271 754,262"];
+       "System V.0" -> "System V.2" [pos="e,754,180 754,216 754,208 754,199 754,190"];
+       "System V.2" -> "System V.3" [pos="e,754,108 754,144 754,136 754,127 754,118"];
+       "System V.3" -> "System V.4" [pos="e,754,36 754,72 754,64 754,55 754,46"];
+}