From: Claudio Sacerdoti Coen Date: Mon, 2 Mar 2009 23:37:33 +0000 (+0000) Subject: ... X-Git-Tag: make_still_working~4173 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=c9a4185ac1fef28e5741b8671abf02e33d04ac0d;p=helm.git ... --- diff --git a/helm/software/matita/contribs/formal_topology/bin/Makefile b/helm/software/matita/contribs/formal_topology/bin/Makefile new file mode 100644 index 000000000..1f2421a9d --- /dev/null +++ b/helm/software/matita/contribs/formal_topology/bin/Makefile @@ -0,0 +1,2 @@ +comb: comb.ml + ocamlfind ocamlc -linkpkg -package ocamlgraph,unix -o comb comb.ml diff --git a/helm/software/matita/contribs/formal_topology/bin/RES b/helm/software/matita/contribs/formal_topology/bin/RES new file mode 100644 index 000000000..3bd560c17 --- /dev/null +++ b/helm/software/matita/contribs/formal_topology/bin/RES @@ -0,0 +1,17 @@ + c + cic + ic ci . + ici + + i + + +Con -c = i- e --p=p: + + + + -i + -ici + - -ci -ic + -cic + -c diff --git a/helm/software/matita/contribs/formal_topology/bin/graphs/G1.ps b/helm/software/matita/contribs/formal_topology/bin/graphs/G1.ps new file mode 100644 index 000000000..2c613d7eb --- /dev/null +++ b/helm/software/matita/contribs/formal_topology/bin/graphs/G1.ps @@ -0,0 +1,1385 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Creator: Graphviz version 2.20.2 (Sun Oct 12 22:28:10 UTC 2008) +%%For: (claudio) claudio,,, +%%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 text fitted to its expected width +/alignedtext { % width text + /text exch def + /width exch def + gsave + width 0 gt { + [] 0 setdash + text stringwidth pop width exch sub text length div 0 text ashow + } if + 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 917 656 +%%PageOrientation: Portrait +0 0 1 beginpage +gsave +36 36 881 620 boxprim clip newpath +1 1 set_scale 0 rotate 40 40 translate +% v0 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +63 306 30.77 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +48.5 301.9 moveto 29 (c=cc) alignedtext +grestore +% v1 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +27 378 27 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +25 373.9 moveto 4 (.) alignedtext +grestore +% v1->v0 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 36 361 moveto +40 352 45 342 50 332 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 53.14 333.56 moveto +54 323 lineto +46.74 330.72 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 53.14 333.56 moveto +54 323 lineto +46.74 330.72 lineto +closepath stroke +grestore +% v2 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +626 18 31.96 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +611 13.9 moveto 30 (-i=c-i) alignedtext +grestore +% v3 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +720 234 37.02 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +701 229.9 moveto 38 (c-=cc-) alignedtext +grestore +% v3->v2 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 712 216 moveto +696 179 657 90 638 45 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 641.26 43.72 moveto +634 36 lineto +634.86 46.56 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 641.26 43.72 moveto +634 36 lineto +634.86 46.56 lineto +closepath stroke +grestore +% v4 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +846 306 27 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +843.5 301.9 moveto 5 (-) alignedtext +grestore +% v4->v3 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 825 294 moveto +806 283 776 266 753 253 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 754.44 249.8 moveto +744 248 lineto +751.04 255.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 754.44 249.8 moveto +744 248 lineto +751.04 255.92 lineto +closepath stroke +grestore +% v5 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +570 90 45.86 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +545 85.9 moveto 50 (-ici=c-ici) alignedtext +grestore +% v5->v2 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 584 73 moveto +591 64 599 53 607 43 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 609.8 45.1 moveto +613 35 lineto +604.2 40.9 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 609.8 45.1 moveto +613 35 lineto +604.2 40.9 lineto +closepath stroke +grestore +% v6 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +570 162 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +548 157.9 moveto 44 (-ic=c-ic) alignedtext +grestore +% v6->v5 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 570 144 moveto +570 136 570 127 570 118 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 573.5 118 moveto +570 108 lineto +566.5 118 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 573.5 118 moveto +570 108 lineto +566.5 118 lineto +closepath stroke +grestore +% v7 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +453 162 50.22 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +424.5 157.9 moveto 57 (c-ci=cc-ci) alignedtext +grestore +% v7->v5 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 478 146 moveto +495 136 518 122 536 110 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 537.96 112.92 moveto +545 105 lineto +534.56 106.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 537.96 112.92 moveto +545 105 lineto +534.56 106.8 lineto +closepath stroke +grestore +% v8 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +355 234 27 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +348 229.9 moveto 14 (-ci) alignedtext +grestore +% v8->v7 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 373 220 moveto +387 211 407 196 423 184 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 425.1 186.8 moveto +431 178 lineto +420.9 181.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 425.1 186.8 moveto +431 178 lineto +420.9 181.2 lineto +closepath stroke +grestore +% v9 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +570 234 59.96 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +534.5 229.9 moveto 71 (c-cic=cc-cic) alignedtext +grestore +% v9->v6 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 570 216 moveto +570 208 570 199 570 190 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 573.5 190 moveto +570 180 lineto +566.5 190 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 573.5 190 moveto +570 180 lineto +566.5 190 lineto +closepath stroke +grestore +% v9->v7 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 543 218 moveto +527 208 506 194 488 183 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 489.44 179.8 moveto +479 178 lineto +486.04 185.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 489.44 179.8 moveto +479 178 lineto +486.04 185.92 lineto +closepath stroke +grestore +% v10 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +755 306 46.06 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +729.5 301.9 moveto 51 (c-c=cc-c) alignedtext +grestore +% v10->v3 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 746 288 moveto +742 280 738 270 733 261 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 736.26 259.72 moveto +729 252 lineto +729.86 262.56 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 736.26 259.72 moveto +729 252 lineto +729.86 262.56 lineto +closepath stroke +grestore +% v10->v9 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 722 293 moveto +693 282 649 265 616 252 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 617.56 248.86 moveto +607 248 lineto +614.72 255.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 617.56 248.86 moveto +607 248 lineto +614.72 255.26 lineto +closepath stroke +grestore +% v11 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +546 306 27 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +535.5 301.9 moveto 21 (-cic) alignedtext +grestore +% v11->v8 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 525 294 moveto +520 292 515 290 510 288 curveto +458 267 442 272 391 252 curveto +389 251 387 251 385 250 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 386.44 246.8 moveto +376 245 lineto +383.04 252.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 386.44 246.8 moveto +376 245 lineto +383.04 252.92 lineto +closepath stroke +grestore +% v11->v9 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 552 288 moveto +555 280 558 270 561 262 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 564.48 262.58 moveto +564 252 lineto +557.77 260.57 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 564.48 262.58 moveto +564 252 lineto +557.77 260.57 lineto +closepath stroke +grestore +% v12 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +755 378 27 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +749.5 373.9 moveto 11 (-c) alignedtext +grestore +% v12->v4 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 773 364 moveto +787 353 805 338 821 326 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 823.1 328.8 moveto +829 320 lineto +818.9 323.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 823.1 328.8 moveto +829 320 lineto +818.9 323.2 lineto +closepath stroke +grestore +% v12->v10 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 755 360 moveto +755 352 755 343 755 334 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 758.5 334 moveto +755 324 lineto +751.5 334 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 758.5 334 moveto +755 324 lineto +751.5 334 lineto +closepath stroke +grestore +% v12->v11 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 733 367 moveto +728 364 722 362 717 360 curveto +658 338 640 345 582 324 curveto +580 323 578 323 576 322 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 577.44 318.8 moveto +567 317 lineto +574.04 324.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 577.44 318.8 moveto +567 317 lineto +574.04 324.92 lineto +closepath stroke +grestore +% v13 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +116 378 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +92 373.9 moveto 48 (cic=ccic) alignedtext +grestore +% v13->v0 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 103 361 moveto +96 352 88 341 81 331 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 83.8 328.9 moveto +75 323 lineto +78.2 333.1 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 83.8 328.9 moveto +75 323 lineto +78.2 333.1 lineto +closepath stroke +grestore +% v14 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +107 450 52.12 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +77.5 445.9 moveto 59 (ic=iic=icic) alignedtext +grestore +% v14->v13 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 109 432 moveto +110 424 111 415 112 406 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 115.47 406.49 moveto +114 396 lineto +108.61 405.12 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 115.47 406.49 moveto +114 396 lineto +108.61 405.12 lineto +closepath stroke +grestore +% v15 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +231 450 54.2 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +200 445.9 moveto 62 (ci=cci=cici) alignedtext +grestore +% v15->v13 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 205 434 moveto +189 424 167 410 149 398 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 150.44 394.8 moveto +140 393 lineto +147.04 400.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 150.44 394.8 moveto +140 393 lineto +147.04 400.92 lineto +closepath stroke +grestore +% v16 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +107 522 36.83 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +88.5 517.9 moveto 37 (ici=iici) alignedtext +grestore +% v16->v14 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 107 504 moveto +107 496 107 487 107 478 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 110.5 478 moveto +107 468 lineto +103.5 478 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 110.5 478 moveto +107 468 lineto +103.5 478 lineto +closepath stroke +grestore +% v16->v15 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 131 508 moveto +149 498 174 483 195 471 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 196.96 473.92 moveto +204 466 lineto +193.56 467.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 196.96 473.92 moveto +204 466 lineto +193.56 467.8 lineto +closepath stroke +grestore +% v17 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +67 594 27 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +58.5 589.9 moveto 17 (i=ii) alignedtext +grestore +% v17->v1 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 64 576 moveto +57 538 41 451 32 406 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 35.39 405.12 moveto +30 396 lineto +28.53 406.49 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 35.39 405.12 moveto +30 396 lineto +28.53 406.49 lineto +closepath stroke +grestore +% v17->v16 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 76 577 moveto +80 569 87 558 92 549 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 95.2 550.44 moveto +97 540 lineto +89.08 547.04 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 95.2 550.44 moveto +97 540 lineto +89.08 547.04 lineto +closepath stroke +grestore +% v18 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +446 234 45.86 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +421 229.9 moveto 50 (ci-i=cci-i) alignedtext +grestore +% v18->v7 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 448 216 moveto +449 208 449 199 450 190 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 453.49 190.3 moveto +451 180 lineto +446.52 189.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 453.49 190.3 moveto +451 180 lineto +446.52 189.6 lineto +closepath stroke +grestore +% v19 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +260 306 112.77 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +186.5 301.9 moveto 147 (i-i=i-ci=ii-i=i-ici=ic-ci=ici-i) alignedtext +grestore +% v19->v8 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 283 288 moveto +297 278 315 265 329 254 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 331.1 256.8 moveto +337 248 lineto +326.9 251.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 331.1 256.8 moveto +337 248 lineto +326.9 251.2 lineto +closepath stroke +grestore +% v19->v18 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 303 289 moveto +334 277 374 262 403 251 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 405.02 253.96 moveto +413 247 lineto +402.42 247.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 405.02 253.96 moveto +413 247 lineto +402.42 247.46 lineto +closepath stroke +grestore +% v20 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +641 306 50.22 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +612.5 301.9 moveto 57 (cic-=ccic-) alignedtext +grestore +% v20->v3 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 660 289 moveto +671 279 684 268 695 257 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 697.4 259.55 moveto +702 250 lineto +692.45 254.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 697.4 259.55 moveto +702 250 lineto +692.45 254.6 lineto +closepath stroke +grestore +% v20->v18 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 606 293 moveto +573 281 524 263 489 250 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 490.56 246.86 moveto +480 246 lineto +487.72 253.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 490.56 246.86 moveto +480 246 lineto +487.72 253.26 lineto +closepath stroke +grestore +% v21 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +446 306 54.9 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +414.5 301.9 moveto 63 (ci-ic=cci-ic) alignedtext +grestore +% v21->v9 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 473 290 moveto +491 280 514 266 533 255 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 534.96 257.92 moveto +542 250 lineto +531.56 251.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 534.96 257.92 moveto +542 250 lineto +531.56 251.8 lineto +closepath stroke +grestore +% v21->v18 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 446 288 moveto +446 280 446 271 446 262 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 449.5 262 moveto +446 252 lineto +442.5 262 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 449.5 262 moveto +446 252 lineto +442.5 262 lineto +closepath stroke +grestore +% v22 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +648 378 59.96 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +612.5 373.9 moveto 71 (cic-c=ccic-c) alignedtext +grestore +% v22->v10 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 673 361 moveto +687 351 707 338 723 327 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 724.96 329.92 moveto +732 322 lineto +721.56 323.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 724.96 329.92 moveto +732 322 lineto +721.56 323.8 lineto +closepath stroke +grestore +% v22->v20 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 646 360 moveto +645 352 645 343 644 334 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 647.48 333.6 moveto +643 324 lineto +640.51 334.3 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 647.48 333.6 moveto +643 324 lineto +640.51 334.3 lineto +closepath stroke +grestore +% v22->v21 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 609 364 moveto +576 352 528 335 493 322 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 493.58 318.52 moveto +483 319 lineto +491.57 325.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 493.58 318.52 moveto +483 319 lineto +491.57 325.23 lineto +closepath stroke +grestore +% v23 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +663 450 63.93 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +625 445.9 moveto 76 (ci-=cci-=cici-) alignedtext +grestore +% v23->v22 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 659 432 moveto +658 424 656 415 654 406 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 657.39 405.12 moveto +652 396 lineto +650.53 406.49 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 657.39 405.12 moveto +652 396 lineto +650.53 406.49 lineto +closepath stroke +grestore +% v24 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +314 378 116.24 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +238 373.9 moveto 152 (i-ic=i-cic=ii-ic=ic-cic=ici-ic) alignedtext +grestore +% v24->v11 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 380 363 moveto +418 354 467 340 510 324 curveto +512 323 514 322 516 321 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 517.28 324.26 moveto +525 317 lineto +514.44 317.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 517.28 324.26 moveto +525 317 lineto +514.44 317.86 lineto +closepath stroke +grestore +% v24->v19 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 300 360 moveto +294 352 286 341 279 332 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 281.8 329.9 moveto +273 324 lineto +276.2 334.1 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 281.8 329.9 moveto +273 324 lineto +276.2 334.1 lineto +closepath stroke +grestore +% v24->v21 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 346 361 moveto +365 351 388 337 408 327 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 409.96 329.92 moveto +417 322 lineto +406.56 323.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 409.96 329.92 moveto +417 322 lineto +406.56 323.8 lineto +closepath stroke +grestore +% v25 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +509 378 61.15 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +473 373.9 moveto 72 (ic-=iic-=icic-) alignedtext +grestore +% v25->v19 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 465 365 moveto +426 354 369 337 324 325 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 324.58 321.52 moveto +314 322 lineto +322.57 328.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 324.58 321.52 moveto +314 322 lineto +322.57 328.23 lineto +closepath stroke +grestore +% v25->v20 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 538 362 moveto +557 352 583 337 604 326 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 605.96 328.92 moveto +613 321 lineto +602.56 322.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 605.96 328.92 moveto +613 321 lineto +602.56 322.8 lineto +closepath stroke +grestore +% v26 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +506 450 75.05 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +460 445.9 moveto 92 (ic-c=iic-c=icic-c) alignedtext +grestore +% v26->v22 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 538 434 moveto +559 424 585 409 608 398 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 609.28 401.26 moveto +617 394 lineto +606.44 394.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 609.28 401.26 moveto +617 394 lineto +606.44 394.86 lineto +closepath stroke +grestore +% v26->v24 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 465 435 moveto +437 424 398 410 368 399 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 368.58 395.46 moveto +358 395 lineto +365.98 401.96 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 368.58 395.46 moveto +358 395 lineto +365.98 401.96 lineto +closepath stroke +grestore +% v26->v25 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 507 432 moveto +508 424 508 415 508 406 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 511.5 406 moveto +508 396 lineto +504.5 406 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 511.5 406 moveto +508 396 lineto +504.5 406 lineto +closepath stroke +grestore +% v27 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +663 522 43.08 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +640 517.9 moveto 46 (ici-=iici-) alignedtext +grestore +% v27->v23 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 663 504 moveto +663 496 663 487 663 478 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 666.5 478 moveto +663 468 lineto +659.5 478 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 666.5 478 moveto +663 468 lineto +659.5 478 lineto +closepath stroke +grestore +% v27->v26 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 634 509 moveto +610 498 577 483 550 470 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 551.56 466.86 moveto +541 466 lineto +548.72 473.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 551.56 466.86 moveto +541 466 lineto +548.72 473.26 lineto +closepath stroke +grestore +% v28 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +709 594 45.17 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +684.5 589.9 moveto 49 (i-=i-c=ii-) alignedtext +grestore +% v28->v12 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 713 576 moveto +718 552 728 507 736 468 curveto +740 447 745 424 749 406 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 752.47 406.49 moveto +751 396 lineto +745.61 405.12 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 752.47 406.49 moveto +751 396 lineto +745.61 405.12 lineto +closepath stroke +grestore +% v28->v27 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 698 576 moveto +693 568 686 558 680 548 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 682.8 545.9 moveto +674 540 lineto +677.2 550.1 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 682.8 545.9 moveto +674 540 lineto +677.2 550.1 lineto +closepath stroke +grestore +endpage +showpage +grestore +%%PageTrailer +%%EndPage: 1 +%%Trailer +%%Pages: 1 +%%BoundingBox: 36 36 917 656 +end +restore +%%EOF diff --git a/helm/software/matita/contribs/formal_topology/bin/graphs/G2.ps b/helm/software/matita/contribs/formal_topology/bin/graphs/G2.ps new file mode 100644 index 000000000..fa47ecbe4 --- /dev/null +++ b/helm/software/matita/contribs/formal_topology/bin/graphs/G2.ps @@ -0,0 +1,7135 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Creator: Graphviz version 2.20.2 (Sun Oct 12 22:28:10 UTC 2008) +%%For: (claudio) claudio,,, +%%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 text fitted to its expected width +/alignedtext { % width text + /text exch def + /width exch def + gsave + width 0 gt { + [] 0 setdash + text stringwidth pop width exch sub text length div 0 text ashow + } if + 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 3080 1088 +%%PageOrientation: Portrait +0 0 1 beginpage +gsave +36 36 3044 1052 boxprim clip newpath +1 1 set_scale 0 rotate 40 40 translate +% v0 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +992 18 38.22 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +972.5 13.9 moveto 39 (-i-=c-i-) alignedtext +grestore +% v1 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +631 306 52.81 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +601 301.9 moveto 60 (c--c=cc--c) alignedtext +grestore +% v1->v0 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 652 289 moveto +713 240 895 96 964 40 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 966.1 42.8 moveto +972 34 lineto +961.9 37.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 966.1 42.8 moveto +972 34 lineto +961.9 37.2 lineto +closepath stroke +grestore +% v2 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +475 378 27 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +467 373.9 moveto 16 (--c) alignedtext +grestore +% v2->v1 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 496 367 moveto +501 365 506 362 511 360 curveto +536 348 566 335 589 324 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 590.28 327.26 moveto +598 320 lineto +587.44 320.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 590.28 327.26 moveto +598 320 lineto +587.44 320.86 lineto +closepath stroke +grestore +% v3 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +286 378 43.78 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +262.5 373.9 moveto 47 (c--=cc--) alignedtext +grestore +% v3->v1 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 325 370 moveto +387 357 506 332 576 317 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 576.88 320.39 moveto +586 315 lineto +575.51 313.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 576.88 320.39 moveto +586 315 lineto +575.51 313.53 lineto +closepath stroke +grestore +% v4 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +98 450 30.77 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +83.5 445.9 moveto 29 (c=cc) alignedtext +grestore +% v4->v2 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 124 440 moveto +131 437 140 434 148 432 curveto +203 418 365 393 438 383 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 438.4 386.48 moveto +448 382 lineto +437.7 379.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 438.4 386.48 moveto +448 382 lineto +437.7 379.51 lineto +closepath stroke +grestore +% v4->v3 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 124 440 moveto +155 428 207 408 244 394 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 246.02 396.96 moveto +254 390 lineto +243.42 390.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 246.02 396.96 moveto +254 390 lineto +243.42 390.46 lineto +closepath stroke +grestore +% v5 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1242 90 52.12 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1212.5 85.9 moveto 59 (-ici-=c-ici-) alignedtext +grestore +% v5->v0 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1202 78 moveto +1156 65 1081 44 1035 30 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1035.58 26.52 moveto +1025 27 lineto +1033.57 33.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1035.58 26.52 moveto +1025 27 lineto +1033.57 33.23 lineto +closepath stroke +grestore +% v6 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1412 162 56.98 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1379 157.9 moveto 66 (-ic-c=c-ic-c) alignedtext +grestore +% v6->v5 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1378 147 moveto +1351 135 1314 120 1285 108 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1285.58 104.46 moveto +1275 104 lineto +1282.98 110.96 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1285.58 104.46 moveto +1275 104 lineto +1282.98 110.96 lineto +closepath stroke +grestore +% v7 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1540 234 52.12 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1510.5 229.9 moveto 59 (-i-ic=c-i-ic) alignedtext +grestore +% v7->v6 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1513 219 moveto +1494 209 1469 194 1449 183 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1450.44 179.8 moveto +1440 178 lineto +1447.04 185.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1450.44 179.8 moveto +1440 178 lineto +1447.04 185.92 lineto +closepath stroke +grestore +% v8 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1360 378 66.21 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1320 373.9 moveto 80 (c--cic=cc--cic) alignedtext +grestore +% v8->v1 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1300 370 moveto +1273 367 1239 363 1209 360 curveto +1021 340 799 320 693 311 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 693.3 307.51 moveto +683 310 lineto +692.6 314.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 693.3 307.51 moveto +683 310 lineto +692.6 314.48 lineto +closepath stroke +grestore +% v8->v7 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1383 361 moveto +1397 350 1414 337 1429 324 curveto +1447 308 1450 302 1467 288 curveto +1480 277 1495 266 1508 256 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1510.1 258.8 moveto +1516 250 lineto +1505.9 253.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1510.1 258.8 moveto +1516 250 lineto +1505.9 253.2 lineto +closepath stroke +grestore +% v9 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +980 450 29.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +967 445.9 moveto 26 (--cic) alignedtext +grestore +% v9->v2 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 958 438 moveto +953 435 948 433 942 432 curveto +757 382 697 447 511 396 curveto +509 395 507 394 505 394 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 505.58 390.46 moveto +495 390 lineto +502.98 396.96 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 505.58 390.46 moveto +495 390 lineto +502.98 396.96 lineto +closepath stroke +grestore +% v9->v8 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1002 438 moveto +1007 436 1013 434 1018 432 curveto +1131 398 1165 416 1280 396 curveto +1287 395 1293 393 1300 392 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1300.88 395.39 moveto +1310 390 lineto +1299.51 388.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1300.88 395.39 moveto +1310 390 lineto +1299.51 388.53 lineto +closepath stroke +grestore +% v10 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1771 234 47.95 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1744.5 229.9 moveto 53 (-ic-=c-ic-) alignedtext +grestore +% v10->v6 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1728 225 moveto +1664 213 1543 188 1470 174 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1470.49 170.53 moveto +1460 172 lineto +1469.12 177.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1470.49 170.53 moveto +1460 172 lineto +1469.12 177.39 lineto +closepath stroke +grestore +% v11 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1965 306 41.89 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1942.5 301.9 moveto 45 (-i-i=c-i-i) alignedtext +grestore +% v11->v7 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1926 299 moveto +1851 286 1684 258 1597 244 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1597.49 240.53 moveto +1587 242 lineto +1596.12 247.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1597.49 240.53 moveto +1587 242 lineto +1596.12 247.39 lineto +closepath stroke +grestore +% v11->v10 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1933 294 moveto +1901 282 1851 264 1815 251 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1815.58 247.46 moveto +1805 247 lineto +1812.98 253.96 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1815.58 247.46 moveto +1805 247 lineto +1812.98 253.96 lineto +closepath stroke +grestore +% v12 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2130 450 56.98 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2097 445.9 moveto 66 (c--ci=cc--ci) alignedtext +grestore +% v12->v8 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2089 437 moveto +2081 435 2072 433 2064 432 curveto +1805 389 1735 424 1473 396 curveto +1457 394 1441 392 1426 390 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1426.49 386.53 moveto +1416 388 lineto +1425.12 393.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1426.49 386.53 moveto +1416 388 lineto +1425.12 393.39 lineto +closepath stroke +grestore +% v12->v11 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2110 433 moveto +2081 407 2025 358 1992 329 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1993.83 325.95 moveto +1984 322 lineto +1989.22 331.22 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1993.83 325.95 moveto +1984 322 lineto +1989.22 331.22 lineto +closepath stroke +grestore +% v13 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1915 522 27 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1905.5 517.9 moveto 19 (--ci) alignedtext +grestore +% v13->v9 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1895 510 moveto +1890 507 1884 505 1879 504 curveto +1509 408 1390 559 1018 468 curveto +1016 468 1014 467 1011 466 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1012.56 462.86 moveto +1002 462 lineto +1009.72 469.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1012.56 462.86 moveto +1002 462 lineto +1009.72 469.26 lineto +closepath stroke +grestore +% v13->v12 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1936 510 moveto +1941 508 1946 506 1951 504 curveto +1974 495 2033 477 2077 465 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2078.43 468.23 moveto +2087 462 lineto +2076.42 461.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2078.43 468.23 moveto +2087 462 lineto +2076.42 461.52 lineto +closepath stroke +grestore +% v14 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1242 162 56.98 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1209 157.9 moveto 66 (c-ci-=cc-ci-) alignedtext +grestore +% v14->v5 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1242 144 moveto +1242 136 1242 127 1242 118 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1245.5 118 moveto +1242 108 lineto +1238.5 118 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1245.5 118 moveto +1242 108 lineto +1238.5 118 lineto +closepath stroke +grestore +% v15 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1387 234 75.24 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1340.5 229.9 moveto 93 (c-cic-c=cc-cic-c) alignedtext +grestore +% v15->v6 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1393 216 moveto +1396 208 1399 198 1403 190 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1406.48 190.58 moveto +1406 180 lineto +1399.77 188.57 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1406.48 190.58 moveto +1406 180 lineto +1399.77 188.57 lineto +closepath stroke +grestore +% v15->v14 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1354 218 moveto +1332 207 1304 193 1282 182 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1283.44 178.8 moveto +1273 177 lineto +1280.04 184.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1283.44 178.8 moveto +1273 177 lineto +1280.04 184.92 lineto +closepath stroke +grestore +% v16 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +808 378 62.04 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +771 373.9 moveto 74 (c-c-c=cc-c-c) alignedtext +grestore +% v16->v1 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 772 363 moveto +744 351 705 335 674 324 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 675.56 320.86 moveto +665 320 lineto +672.72 327.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 675.56 320.86 moveto +665 320 lineto +672.72 327.26 lineto +closepath stroke +grestore +% v16->v15 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 854 366 moveto +862 364 871 362 879 360 curveto +997 337 1039 375 1147 324 curveto +1168 313 1165 299 1185 288 curveto +1225 266 1272 252 1311 245 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1311.88 248.39 moveto +1321 243 lineto +1310.51 241.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1311.88 248.39 moveto +1321 243 lineto +1310.51 241.53 lineto +closepath stroke +grestore +% v17 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1547 306 70.88 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1504 301.9 moveto 86 (c-ci-ic=cc-ci-ic) alignedtext +grestore +% v17->v7 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1545 288 moveto +1544 280 1544 271 1543 262 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1546.48 261.6 moveto +1542 252 lineto +1539.51 262.3 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1546.48 261.6 moveto +1542 252 lineto +1539.51 262.3 lineto +closepath stroke +grestore +% v17->v15 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1512 290 moveto +1489 279 1457 266 1432 254 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1433.56 250.86 moveto +1423 250 lineto +1430.72 257.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1433.56 250.86 moveto +1423 250 lineto +1430.72 257.26 lineto +closepath stroke +grestore +% v18 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1280 450 75.24 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1233.5 445.9 moveto 93 (c-c-cic=cc-c-cic) alignedtext +grestore +% v18->v8 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1299 433 moveto +1310 423 1322 412 1333 402 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1335.78 404.22 moveto +1341 395 lineto +1331.17 398.95 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1335.78 404.22 moveto +1341 395 lineto +1331.17 398.95 lineto +closepath stroke +grestore +% v18->v16 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1226 437 moveto +1216 435 1206 434 1196 432 curveto +1057 409 1019 421 879 396 curveto +874 395 869 394 863 392 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 863.49 388.53 moveto +853 390 lineto +862.12 395.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 863.49 388.53 moveto +853 390 lineto +862.12 395.39 lineto +closepath stroke +grestore +% v18->v17 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1333 437 moveto +1364 428 1404 415 1435 396 curveto +1455 383 1456 374 1473 360 curveto +1486 349 1501 338 1514 329 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1516.1 331.8 moveto +1522 323 lineto +1511.9 326.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1516.1 331.8 moveto +1522 323 lineto +1511.9 326.2 lineto +closepath stroke +grestore +% v19 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1653 522 56.98 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1620 517.9 moveto 66 (c--ic=cc--ic) alignedtext +grestore +% v19->v18 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1604 513 moveto +1546 502 1448 484 1364 468 curveto +1358 467 1352 465 1346 464 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1346.49 460.53 moveto +1336 462 lineto +1345.12 467.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1346.49 460.53 moveto +1336 462 lineto +1345.12 467.39 lineto +closepath stroke +grestore +% v20 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1771 306 66.21 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1731 301.9 moveto 80 (c-cic-=cc-cic-) alignedtext +grestore +% v20->v10 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1771 288 moveto +1771 280 1771 271 1771 262 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1774.5 262 moveto +1771 252 lineto +1767.5 262 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1774.5 262 moveto +1771 252 lineto +1767.5 262 lineto +closepath stroke +grestore +% v20->v15 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1716 296 moveto +1658 285 1562 267 1479 252 curveto +1471 251 1463 249 1455 247 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1455.49 243.53 moveto +1445 245 lineto +1454.12 250.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1455.49 243.53 moveto +1445 245 lineto +1454.12 250.39 lineto +closepath stroke +grestore +% v21 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2191 378 61.15 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2155 373.9 moveto 72 (c-ci-i=cc-ci-i) alignedtext +grestore +% v21->v11 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2150 365 moveto +2109 352 2049 333 2009 320 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2009.58 316.52 moveto +1999 317 lineto +2007.57 323.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2009.58 316.52 moveto +1999 317 lineto +2007.57 323.23 lineto +closepath stroke +grestore +% v21->v17 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2133 372 moveto +2041 362 1854 342 1696 324 curveto +1671 321 1645 318 1621 315 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1621.3 311.51 moveto +1611 314 lineto +1620.6 318.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1621.3 311.51 moveto +1611 314 lineto +1620.6 318.48 lineto +closepath stroke +grestore +% v21->v20 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2138 369 moveto +2061 357 1920 332 1837 318 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1837.49 314.53 moveto +1827 316 lineto +1836.12 321.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1837.49 314.53 moveto +1827 316 lineto +1836.12 321.39 lineto +closepath stroke +grestore +% v22 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2282 522 66.21 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2242 517.9 moveto 80 (c-c-ci=cc-c-ci) alignedtext +grestore +% v22->v12 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2249 506 moveto +2226 495 2195 481 2171 469 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2172.56 465.86 moveto +2162 465 lineto +2169.72 472.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2172.56 465.86 moveto +2162 465 lineto +2169.72 472.26 lineto +closepath stroke +grestore +% v22->v18 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2235 509 moveto +2226 507 2216 505 2207 504 curveto +1836 452 1736 515 1364 468 curveto +1357 467 1350 466 1343 465 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1343.49 461.53 moveto +1333 463 lineto +1342.12 468.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1343.49 461.53 moveto +1333 463 lineto +1342.12 468.39 lineto +closepath stroke +grestore +% v22->v21 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2334 511 moveto +2358 503 2384 490 2398 468 curveto +2406 454 2407 444 2398 432 curveto +2380 409 2311 395 2258 387 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2258.49 383.53 moveto +2248 385 lineto +2257.12 390.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2258.49 383.53 moveto +2248 385 lineto +2257.12 390.39 lineto +closepath stroke +grestore +% v23 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2117 594 61.15 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2081 589.9 moveto 72 (c--ici=cc--ici) alignedtext +grestore +% v23->v19 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2073 581 moveto +2064 579 2055 577 2047 576 curveto +1903 549 1864 567 1719 540 curveto +1714 539 1709 538 1705 536 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1705.49 532.53 moveto +1695 534 lineto +1704.12 539.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1705.49 532.53 moveto +1695 534 lineto +1704.12 539.39 lineto +closepath stroke +grestore +% v23->v22 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2151 579 moveto +2176 568 2211 554 2238 541 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2239.28 544.26 moveto +2247 537 lineto +2236.44 537.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2239.28 544.26 moveto +2247 537 lineto +2236.44 537.86 lineto +closepath stroke +grestore +% v24 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1069 234 52.12 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1039.5 229.9 moveto 59 (ci-i-=cci-i-) alignedtext +grestore +% v24->v14 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1102 220 moveto +1130 208 1168 193 1197 180 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1199.02 182.96 moveto +1207 176 lineto +1196.42 176.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1199.02 182.96 moveto +1207 176 lineto +1196.42 176.46 lineto +closepath stroke +grestore +% v25 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +586 378 66.21 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +546 373.9 moveto 80 (cic--c=ccic--c) alignedtext +grestore +% v25->v1 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 597 360 moveto +602 352 609 342 615 332 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 617.67 334.34 moveto +620 324 lineto +611.73 330.62 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 617.67 334.34 moveto +620 324 lineto +611.73 330.62 lineto +closepath stroke +grestore +% v25->v24 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 627 364 moveto +682 345 780 312 865 288 curveto +916 272 975 257 1016 247 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1017.43 250.23 moveto +1026 244 lineto +1015.42 243.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1017.43 250.23 moveto +1026 244 lineto +1015.42 243.52 lineto +closepath stroke +grestore +% v26 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1265 306 70.88 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1222 301.9 moveto 86 (ci-ic-c=cci-ic-c) alignedtext +grestore +% v26->v15 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1293 289 moveto +1310 280 1331 267 1349 256 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1350.96 258.92 moveto +1358 251 lineto +1347.56 252.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1350.96 258.92 moveto +1358 251 lineto +1347.56 252.8 lineto +closepath stroke +grestore +% v26->v24 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1224 291 moveto +1192 279 1148 263 1115 251 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1115.58 247.46 moveto +1105 247 lineto +1112.98 253.96 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1115.58 247.46 moveto +1105 247 lineto +1112.98 253.96 lineto +closepath stroke +grestore +% v27 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +624 450 75.24 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +577.5 445.9 moveto 93 (cic-c-c=ccic-c-c) alignedtext +grestore +% v27->v16 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 663 435 moveto +692 423 731 408 762 396 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 763.28 399.26 moveto +771 392 lineto +760.44 392.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 763.28 399.26 moveto +771 392 lineto +760.44 392.86 lineto +closepath stroke +grestore +% v27->v25 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 614 432 moveto +610 424 605 414 600 405 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 602.92 403.04 moveto +595 396 lineto +596.8 406.44 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 602.92 403.04 moveto +595 396 lineto +596.8 406.44 lineto +closepath stroke +grestore +% v27->v26 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 647 433 moveto +661 422 680 408 695 396 curveto +715 380 715 369 737 360 curveto +822 324 1057 334 1147 324 curveto +1163 322 1179 319 1195 317 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1195.4 320.48 moveto +1205 316 lineto +1194.7 313.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1195.4 320.48 moveto +1205 316 lineto +1194.7 313.51 lineto +closepath stroke +grestore +% v28 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +583 522 87.05 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +528 517.9 moveto 110 (ci--c=cci--c=cici--c) alignedtext +grestore +% v28->v27 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 593 504 moveto +597 496 603 486 609 477 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 612.2 478.44 moveto +614 468 lineto +606.08 475.04 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 612.2 478.44 moveto +614 468 lineto +606.08 475.04 lineto +closepath stroke +grestore +% v29 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +286 450 56.98 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +253 445.9 moveto 66 (cic--=ccic--) alignedtext +grestore +% v29->v3 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 286 432 moveto +286 424 286 415 286 406 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 289.5 406 moveto +286 396 lineto +282.5 406 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 289.5 406 moveto +286 396 lineto +282.5 406 lineto +closepath stroke +grestore +% v29->v25 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 329 438 moveto +337 436 345 434 352 432 curveto +423 414 441 412 511 396 curveto +516 395 521 394 526 392 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 526.88 395.39 moveto +536 390 lineto +525.51 388.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 526.88 395.39 moveto +536 390 lineto +525.51 388.53 lineto +closepath stroke +grestore +% v30 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1547 378 64.82 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1508 373.9 moveto 78 (ci-i-ic=cci-i-ic) alignedtext +grestore +% v30->v17 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1547 360 moveto +1547 352 1547 343 1547 334 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1550.5 334 moveto +1547 324 lineto +1543.5 334 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1550.5 334 moveto +1547 324 lineto +1543.5 334 lineto +closepath stroke +grestore +% v30->v26 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1499 366 moveto +1451 354 1378 335 1326 321 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1326.49 317.53 moveto +1316 319 lineto +1325.12 324.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1326.49 317.53 moveto +1316 319 lineto +1325.12 324.39 lineto +closepath stroke +grestore +% v31 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1107 450 79.91 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1057.5 445.9 moveto 99 (cic--cic=ccic--cic) alignedtext +grestore +% v31->v8 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1157 436 moveto +1199 424 1261 407 1304 394 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1305.43 397.23 moveto +1314 391 lineto +1303.42 390.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1305.43 397.23 moveto +1314 391 lineto +1303.42 390.52 lineto +closepath stroke +grestore +% v31->v25 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1049 437 moveto +1039 435 1028 434 1018 432 curveto +984 426 770 401 656 386 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 656.3 382.51 moveto +646 385 lineto +655.6 389.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 656.3 382.51 moveto +646 385 lineto +655.6 389.48 lineto +closepath stroke +grestore +% v31->v30 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1166 438 moveto +1176 436 1186 434 1196 432 curveto +1302 413 1329 412 1435 396 curveto +1450 394 1466 391 1481 389 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1481.88 392.39 moveto +1491 387 lineto +1480.51 385.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1481.88 392.39 moveto +1491 387 lineto +1480.51 385.53 lineto +closepath stroke +grestore +% v32 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1101 522 89.14 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1044.5 517.9 moveto 113 (cic-c-cic=ccic-c-cic) alignedtext +grestore +% v32->v18 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1141 506 moveto +1168 495 1204 480 1233 469 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1234.28 472.26 moveto +1242 465 lineto +1231.44 465.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1234.28 472.26 moveto +1242 465 lineto +1231.44 465.86 lineto +closepath stroke +grestore +% v32->v27 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1036 510 moveto +1025 508 1014 506 1003 504 curveto +890 485 861 484 746 468 curveto +730 466 714 463 698 461 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 698.49 457.53 moveto +688 459 lineto +697.12 464.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 698.49 457.53 moveto +688 459 lineto +697.12 464.39 lineto +closepath stroke +grestore +% v32->v31 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1103 504 moveto +1104 496 1104 487 1105 478 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1108.5 478 moveto +1105 468 lineto +1101.5 478 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1108.5 478 moveto +1105 468 lineto +1101.5 478 lineto +closepath stroke +grestore +% v33 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +989 594 107.21 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +919.5 589.9 moveto 139 (ci--cic=cci--cic=cici--cic) alignedtext +grestore +% v33->v28 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 915 581 moveto +852 570 760 554 679 540 curveto +672 539 665 537 658 536 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 658.49 532.53 moveto +648 534 lineto +657.12 539.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 658.49 532.53 moveto +648 534 lineto +657.12 539.39 lineto +closepath stroke +grestore +% v33->v32 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1016 577 moveto +1031 567 1049 555 1065 545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1067.62 547.46 moveto +1074 539 lineto +1063.74 541.63 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1067.62 547.46 moveto +1074 539 lineto +1063.74 541.63 lineto +closepath stroke +grestore +% v34 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1441 594 70.88 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1398 589.9 moveto 86 (cic--ic=ccic--ic) alignedtext +grestore +% v34->v19 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1484 580 moveto +1519 568 1568 551 1605 538 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1605.62 541.48 moveto +1614 535 lineto +1603.41 534.84 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1605.62 541.48 moveto +1614 535 lineto +1603.41 534.84 lineto +closepath stroke +grestore +% v34->v32 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1389 582 moveto +1379 580 1370 578 1361 576 curveto +1298 562 1226 547 1174 537 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1174.49 533.53 moveto +1164 535 lineto +1173.12 540.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1174.49 533.53 moveto +1164 535 lineto +1173.12 540.39 lineto +closepath stroke +grestore +% v35 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1048 666 93.81 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +988.5 661.9 moveto 119 (ci--ic=cci--ic=cici--ic) alignedtext +grestore +% v35->v33 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1033 648 moveto +1026 639 1018 629 1010 620 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1012.8 617.9 moveto +1004 612 lineto +1007.2 622.1 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1012.8 617.9 moveto +1004 612 lineto +1007.2 622.1 lineto +closepath stroke +grestore +% v35->v34 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1117 654 moveto +1128 652 1140 650 1151 648 curveto +1245 631 1269 630 1361 612 curveto +1367 611 1372 610 1378 608 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1378.88 611.39 moveto +1388 606 lineto +1377.51 604.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1378.88 611.39 moveto +1388 606 lineto +1377.51 604.53 lineto +closepath stroke +grestore +% v36 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +230 738 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +206 733.9 moveto 48 (cic=ccic) alignedtext +grestore +% v36->v4 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 204 723 moveto +189 714 170 700 157 684 curveto +108 623 99 526 98 478 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 101.5 478 moveto +98 468 lineto +94.5 478 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 101.5 478 moveto +98 468 lineto +94.5 478 lineto +closepath stroke +grestore +% v36->v9 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 225 720 moveto +218 688 208 621 235 576 curveto +252 548 273 559 299 540 curveto +318 526 316 513 337 504 curveto +461 450 812 501 942 468 curveto +944 468 946 467 949 466 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 950.28 469.26 moveto +958 462 lineto +947.44 462.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 950.28 469.26 moveto +958 462 lineto +947.44 462.86 lineto +closepath stroke +grestore +% v36->v29 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 213 721 moveto +175 681 89 576 139 504 curveto +145 495 194 478 234 465 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 235.43 468.23 moveto +244 462 lineto +233.42 461.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 235.43 468.23 moveto +244 462 lineto +233.42 461.52 lineto +closepath stroke +grestore +% v36->v35 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 274 735 moveto +408 727 814 700 945 684 curveto +954 683 962 682 971 681 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 971.88 684.39 moveto +981 679 lineto +970.51 677.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 971.88 684.39 moveto +981 679 lineto +970.51 677.53 lineto +closepath stroke +grestore +% v37 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +808 450 52.81 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +778 445.9 moveto 60 (c-c-=cc-c-) alignedtext +grestore +% v37->v3 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 762 441 moveto +745 438 726 434 708 432 curveto +639 420 435 396 338 384 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 338.3 380.51 moveto +328 383 lineto +337.6 387.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 338.3 380.51 moveto +328 383 lineto +337.6 387.48 lineto +closepath stroke +grestore +% v37->v16 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 808 432 moveto +808 424 808 415 808 406 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 811.5 406 moveto +808 396 lineto +804.5 406 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 811.5 406 moveto +808 396 lineto +804.5 406 lineto +closepath stroke +grestore +% v37->v20 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 847 437 moveto +854 435 862 433 870 432 curveto +1019 402 1064 437 1209 396 curveto +1245 385 1250 370 1285 360 curveto +1433 318 1476 341 1627 324 curveto +1651 321 1677 318 1701 315 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1701.4 318.48 moveto +1711 314 lineto +1700.7 311.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1701.4 318.48 moveto +1711 314 lineto +1700.7 311.51 lineto +closepath stroke +grestore +% v38 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2086 666 47.95 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2059.5 661.9 moveto 53 (c--i=cc--i) alignedtext +grestore +% v38->v23 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2094 648 moveto +2098 640 2102 630 2105 622 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2108.54 622.58 moveto +2109 612 lineto +2102.04 619.98 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2108.54 622.58 moveto +2109 612 lineto +2102.04 619.98 lineto +closepath stroke +grestore +% v38->v37 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2050 654 moveto +2042 652 2033 649 2025 648 curveto +1838 612 1773 687 1597 612 curveto +1576 602 1579 585 1557 576 curveto +1427 517 1367 600 1237 540 curveto +1216 530 1221 513 1199 504 curveto +1066 442 1015 496 870 468 curveto +866 467 862 466 857 465 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 857.58 461.52 moveto +847 462 lineto +855.57 468.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 857.58 461.52 moveto +847 462 lineto +855.57 468.23 lineto +closepath stroke +grestore +% v39 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1771 378 61.15 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1735 373.9 moveto 72 (ci-ic-=cci-ic-) alignedtext +grestore +% v39->v20 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1771 360 moveto +1771 352 1771 343 1771 334 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1774.5 334 moveto +1771 324 lineto +1767.5 334 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1774.5 334 moveto +1771 324 lineto +1767.5 334 lineto +closepath stroke +grestore +% v39->v26 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1727 365 moveto +1719 363 1710 361 1701 360 curveto +1545 332 1502 349 1345 324 curveto +1339 323 1333 322 1327 321 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1327.58 317.52 moveto +1317 318 lineto +1325.57 324.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1327.58 317.52 moveto +1317 318 lineto +1325.57 324.23 lineto +closepath stroke +grestore +% v40 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +412 522 66.21 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +372 517.9 moveto 80 (cic-c-=ccic-c-) alignedtext +grestore +% v40->v27 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 453 508 moveto +487 497 534 480 570 468 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 571.43 471.23 moveto +580 465 lineto +569.42 464.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 571.43 471.23 moveto +580 465 lineto +569.42 464.52 lineto +closepath stroke +grestore +% v40->v29 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 383 506 moveto +365 496 342 482 323 471 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 324.44 467.8 moveto +314 466 lineto +321.04 473.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 324.44 467.8 moveto +314 466 lineto +321.04 473.92 lineto +closepath stroke +grestore +% v40->v37 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 460 510 moveto +469 508 478 506 487 504 curveto +585 484 610 484 708 468 curveto +722 466 737 463 751 460 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 751.88 463.39 moveto +761 458 lineto +750.51 456.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 751.88 463.39 moveto +761 458 lineto +750.51 456.53 lineto +closepath stroke +grestore +% v40->v39 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 459 509 moveto +468 507 478 505 487 504 curveto +618 486 1549 522 1668 468 curveto +1688 458 1686 446 1701 432 curveto +1713 421 1727 410 1739 401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1741.1 403.8 moveto +1747 395 lineto +1736.9 398.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1741.1 403.8 moveto +1747 395 lineto +1736.9 398.2 lineto +closepath stroke +grestore +% v41 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +317 594 72.96 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +272.5 589.9 moveto 89 (ci--=cci--=cici--) alignedtext +grestore +% v41->v28 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 366 581 moveto +410 569 473 551 520 539 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 521.43 542.23 moveto +530 536 lineto +519.42 535.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 521.43 542.23 moveto +530 536 lineto +519.42 535.52 lineto +closepath stroke +grestore +% v41->v40 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 340 577 moveto +352 567 368 555 382 545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 384.1 547.8 moveto +390 539 lineto +379.9 542.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 384.1 547.8 moveto +390 539 lineto +379.9 542.2 lineto +closepath stroke +grestore +% v42 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2261 450 55.79 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2228.5 445.9 moveto 65 (ci-i-i=cci-i-i) alignedtext +grestore +% v42->v21 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2244 433 moveto +2235 423 2225 413 2215 403 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2217.22 400.22 moveto +2208 395 lineto +2211.95 404.83 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2217.22 400.22 moveto +2208 395 lineto +2211.95 404.83 lineto +closepath stroke +grestore +% v42->v30 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2221 437 moveto +2213 435 2204 433 2196 432 curveto +1944 389 1875 434 1621 396 curveto +1615 395 1610 394 1604 392 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1604.49 388.53 moveto +1594 390 lineto +1603.12 395.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1604.49 388.53 moveto +1594 390 lineto +1603.12 395.39 lineto +closepath stroke +grestore +% v42->v39 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2220 437 moveto +2212 435 2204 433 2196 432 curveto +2040 402 1997 423 1841 396 curveto +1836 395 1831 394 1826 392 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1826.49 388.53 moveto +1816 390 lineto +1825.12 395.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1826.49 388.53 moveto +1816 390 lineto +1825.12 395.39 lineto +closepath stroke +grestore +% v43 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1799 522 70.88 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1756 517.9 moveto 86 (cic--ci=ccic--ci) alignedtext +grestore +% v43->v12 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1852 510 moveto +1861 508 1870 506 1879 504 curveto +1961 486 1983 487 2064 468 curveto +2068 467 2072 466 2077 465 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2078.43 468.23 moveto +2087 462 lineto +2076.42 461.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2078.43 468.23 moveto +2087 462 lineto +2076.42 461.52 lineto +closepath stroke +grestore +% v43->v31 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1748 509 moveto +1739 507 1729 505 1719 504 curveto +1489 470 1427 499 1196 468 curveto +1189 467 1182 466 1175 464 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1175.49 460.53 moveto +1165 462 lineto +1174.12 467.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1175.49 460.53 moveto +1165 462 lineto +1174.12 467.39 lineto +closepath stroke +grestore +% v43->v42 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1851 510 moveto +1860 507 1870 506 1879 504 curveto +2018 480 2056 495 2196 468 curveto +2201 467 2206 466 2210 464 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2210.88 467.39 moveto +2220 462 lineto +2209.51 460.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2210.88 467.39 moveto +2220 462 lineto +2209.51 460.53 lineto +closepath stroke +grestore +% v44 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1758 594 79.91 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1708.5 589.9 moveto 99 (cic-c-ci=ccic-c-ci) alignedtext +grestore +% v44->v22 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1816 582 moveto +1826 579 1837 578 1847 576 curveto +2006 552 2048 566 2207 540 curveto +2213 539 2218 538 2224 536 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2224.88 539.39 moveto +2234 534 lineto +2223.51 532.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2224.88 539.39 moveto +2234 534 lineto +2223.51 532.53 lineto +closepath stroke +grestore +% v44->v32 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1701 581 moveto +1691 579 1679 577 1669 576 curveto +1479 548 1429 560 1237 540 curveto +1220 538 1202 536 1185 533 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1185.3 529.51 moveto +1175 532 lineto +1184.6 536.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1185.3 529.51 moveto +1175 532 lineto +1184.6 536.48 lineto +closepath stroke +grestore +% v44->v43 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1768 576 moveto +1772 568 1778 558 1784 549 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1787.2 550.44 moveto +1789 540 lineto +1781.08 547.04 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1787.2 550.44 moveto +1789 540 lineto +1781.08 547.04 lineto +closepath stroke +grestore +% v45 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1492 666 93.81 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1432.5 661.9 moveto 119 (ci--ci=cci--ci=cici--ci) alignedtext +grestore +% v45->v33 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1415 656 moveto +1337 645 1213 628 1105 612 curveto +1096 611 1087 609 1078 608 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1078.49 604.53 moveto +1068 606 lineto +1077.12 611.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1078.49 604.53 moveto +1068 606 lineto +1077.12 611.39 lineto +closepath stroke +grestore +% v45->v44 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1546 651 moveto +1590 639 1651 622 1696 611 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1697.43 614.23 moveto +1706 608 lineto +1695.42 607.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1697.43 614.23 moveto +1706 608 lineto +1695.42 607.52 lineto +closepath stroke +grestore +% v46 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1679 666 75.05 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1633 661.9 moveto 92 (cic--ici=ccic--ici) alignedtext +grestore +% v46->v23 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1733 654 moveto +1743 651 1753 650 1763 648 curveto +1889 626 1923 635 2047 612 curveto +2052 611 2057 610 2061 608 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2061.88 611.39 moveto +2071 606 lineto +2060.51 604.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2061.88 611.39 moveto +2071 606 lineto +2060.51 604.53 lineto +closepath stroke +grestore +% v46->v34 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1632 652 moveto +1593 640 1538 624 1497 611 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1497.58 607.52 moveto +1487 608 lineto +1495.57 614.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1497.58 607.52 moveto +1487 608 lineto +1495.57 614.23 lineto +closepath stroke +grestore +% v46->v44 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1698 649 moveto +1708 639 1720 628 1731 619 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1733.78 621.22 moveto +1739 612 lineto +1729.17 615.95 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1733.78 621.22 moveto +1739 612 lineto +1729.17 615.95 lineto +closepath stroke +grestore +% v47 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1418 738 61.15 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1382 733.9 moveto 72 (cic--i=ccic--i) alignedtext +grestore +% v47->v38 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1462 725 moveto +1471 723 1480 721 1488 720 curveto +1710 683 1769 712 1991 684 curveto +2005 682 2020 679 2034 677 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2034.88 680.39 moveto +2044 675 lineto +2033.51 673.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2034.88 680.39 moveto +2044 675 lineto +2033.51 673.53 lineto +closepath stroke +grestore +% v47->v40 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1374 725 moveto +1366 723 1357 721 1348 720 curveto +1028 668 895 793 625 612 curveto +606 598 608 587 587 576 curveto +568 564 514 548 471 537 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 471.58 533.52 moveto +461 534 lineto +469.57 540.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 471.58 533.52 moveto +461 534 lineto +469.57 540.23 lineto +closepath stroke +grestore +% v47->v46 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1463 726 moveto +1506 714 1572 696 1620 683 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1621.43 686.23 moveto +1630 680 lineto +1619.42 679.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1621.43 686.23 moveto +1630 680 lineto +1619.42 679.52 lineto +closepath stroke +grestore +% v48 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1239 738 100.06 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1175 733.9 moveto 128 (ci--ici=cci--ici=cici--ici) alignedtext +grestore +% v48->v35 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1196 722 moveto +1167 711 1130 697 1100 686 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1101.56 682.86 moveto +1091 682 lineto +1098.72 689.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1101.56 682.86 moveto +1091 682 lineto +1098.72 689.26 lineto +closepath stroke +grestore +% v48->v45 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1293 723 moveto +1333 712 1388 696 1430 684 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1431.43 687.23 moveto +1440 681 lineto +1429.42 680.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1431.43 687.23 moveto +1440 681 lineto +1429.42 680.52 lineto +closepath stroke +grestore +% v48->v46 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1312 726 moveto +1324 724 1336 722 1348 720 curveto +1458 702 1486 703 1595 684 curveto +1601 683 1608 681 1614 680 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1614.88 683.39 moveto +1624 678 lineto +1613.51 676.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1614.88 683.39 moveto +1624 678 lineto +1613.51 676.53 lineto +closepath stroke +grestore +% v49 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +971 810 79.22 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +922 805.9 moveto 98 (ci--i=cci--i=cici--i) alignedtext +grestore +% v49->v41 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 915 797 moveto +904 795 893 793 883 792 curveto +783 777 514 807 426 756 curveto +375 726 342 659 327 621 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 330.26 619.72 moveto +323 612 lineto +323.86 622.56 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 330.26 619.72 moveto +323 612 lineto +323.86 622.56 lineto +closepath stroke +grestore +% v49->v47 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1028 797 moveto +1039 795 1049 794 1059 792 curveto +1187 771 1221 780 1348 756 curveto +1353 755 1358 754 1364 752 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1364.88 755.39 moveto +1374 750 lineto +1363.51 748.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1364.88 755.39 moveto +1374 750 lineto +1363.51 748.53 lineto +closepath stroke +grestore +% v49->v48 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1022 796 moveto +1065 785 1126 768 1173 756 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1174.43 759.23 moveto +1183 753 lineto +1172.42 752.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1174.43 759.23 moveto +1183 753 lineto +1172.42 752.52 lineto +closepath stroke +grestore +% v50 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +509 882 54.2 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +478 877.9 moveto 62 (ci=cci=cici) alignedtext +grestore +% v50->v13 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 563 880 moveto +796 869 1707 828 1708 828 curveto +1837 815 2282 867 2282 738 curveto +2282 738 2282 738 2282 666 curveto +2282 625 2293 603 2263 576 curveto +2211 529 2017 559 1951 540 curveto +1949 539 1947 539 1945 538 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1946.56 534.86 moveto +1936 534 lineto +1943.72 541.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1946.56 534.86 moveto +1936 534 lineto +1943.72 541.26 lineto +closepath stroke +grestore +% v50->v36 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 480 867 moveto +429 840 323 786 267 757 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 268.44 753.8 moveto +258 752 lineto +265.04 759.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 268.44 753.8 moveto +258 752 lineto +265.04 759.92 lineto +closepath stroke +grestore +% v50->v49 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 559 876 moveto +632 866 768 848 883 828 curveto +890 827 896 825 903 824 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 903.88 827.39 moveto +913 822 lineto +902.51 820.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 903.88 827.39 moveto +913 822 lineto +902.51 820.53 lineto +closepath stroke +grestore +% v51 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1242 234 27 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1232.5 229.9 moveto 19 (-ci-) alignedtext +grestore +% v51->v14 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1242 216 moveto +1242 208 1242 199 1242 190 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1245.5 190 moveto +1242 180 lineto +1238.5 190 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1245.5 190 moveto +1242 180 lineto +1238.5 190 lineto +closepath stroke +grestore +% v52 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1006 306 132.03 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +919 301.9 moveto 174 (i-i-=i-ci-=ii-i-=i-ici-=ic-ci-=ici-i-) alignedtext +grestore +% v52->v24 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1022 288 moveto +1030 279 1039 269 1047 260 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1050.05 261.83 moveto +1054 252 lineto +1044.78 257.22 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1050.05 261.83 moveto +1054 252 lineto +1044.78 257.22 lineto +closepath stroke +grestore +% v52->v51 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1060 289 moveto +1106 275 1169 256 1207 244 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1208.43 247.23 moveto +1217 241 lineto +1206.42 240.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1208.43 247.23 moveto +1217 241 lineto +1206.42 240.52 lineto +closepath stroke +grestore +% v53 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1387 306 32.86 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1371 301.9 moveto 32 (-cic-c) alignedtext +grestore +% v53->v15 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1387 288 moveto +1387 280 1387 271 1387 262 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1390.5 262 moveto +1387 252 lineto +1383.5 262 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1390.5 262 moveto +1387 252 lineto +1383.5 262 lineto +closepath stroke +grestore +% v53->v51 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1362 294 moveto +1338 282 1300 263 1273 250 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1274.44 246.8 moveto +1264 245 lineto +1271.04 252.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1274.44 246.8 moveto +1264 245 lineto +1271.04 252.92 lineto +closepath stroke +grestore +% v54 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1879 378 29.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1866 373.9 moveto 26 (-cic-) alignedtext +grestore +% v54->v20 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1859 365 moveto +1844 355 1822 341 1804 329 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1806.1 326.2 moveto +1796 323 lineto +1801.9 331.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1806.1 326.2 moveto +1796 323 lineto +1801.9 331.8 lineto +closepath stroke +grestore +% v54->v53 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1857 366 moveto +1852 363 1847 361 1841 360 curveto +1681 315 1632 350 1467 324 curveto +1454 322 1440 319 1427 316 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1427.49 312.53 moveto +1417 314 lineto +1426.12 319.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1427.49 312.53 moveto +1417 314 lineto +1426.12 319.39 lineto +closepath stroke +grestore +% v55 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1044 378 155.85 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +939.5 373.9 moveto 209 (i-ic-c=i-cic-c=ii-ic-c=ic-cic-c=ici-ic-c) alignedtext +grestore +% v55->v26 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1096 361 moveto +1131 350 1176 335 1211 323 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1212.43 326.23 moveto +1221 320 lineto +1210.42 319.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1212.43 326.23 moveto +1221 320 lineto +1210.42 319.52 lineto +closepath stroke +grestore +% v55->v52 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1034 360 moveto +1030 352 1025 342 1020 333 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1022.92 331.04 moveto +1015 324 lineto +1016.8 334.44 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1022.92 331.04 moveto +1015 324 lineto +1016.8 334.44 lineto +closepath stroke +grestore +% v55->v53 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1151 365 moveto +1209 356 1282 343 1345 324 curveto +1348 323 1350 322 1352 321 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1353.43 324.23 moveto +1362 318 lineto +1351.42 317.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1353.43 324.23 moveto +1362 318 lineto +1351.42 317.52 lineto +closepath stroke +grestore +% v56 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1923 450 132.22 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1835.5 445.9 moveto 175 (i-ic-=i-cic-=ii-ic-=ic-cic-=ici-ic-) alignedtext +grestore +% v56->v39 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1886 433 moveto +1864 422 1836 409 1812 397 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1813.56 393.86 moveto +1803 393 lineto +1810.72 400.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1813.56 393.86 moveto +1803 393 lineto +1810.72 400.26 lineto +closepath stroke +grestore +% v56->v54 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1912 432 moveto +1907 424 1900 413 1894 404 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1896.92 402.04 moveto +1889 395 lineto +1890.8 405.44 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1896.92 402.04 moveto +1889 395 lineto +1890.8 405.44 lineto +closepath stroke +grestore +% v56->v55 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1809 441 moveto +1648 427 1355 403 1182 389 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1182.3 385.51 moveto +1172 388 lineto +1181.6 392.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1182.3 385.51 moveto +1172 388 lineto +1181.6 392.48 lineto +closepath stroke +grestore +% v57 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1661 378 30.77 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1646.5 373.9 moveto 29 (-ci-ic) alignedtext +grestore +% v57->v17 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1640 365 moveto +1624 355 1601 341 1583 329 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1584.26 325.63 moveto +1574 323 lineto +1580.38 331.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1584.26 325.63 moveto +1574 323 lineto +1580.38 331.46 lineto +closepath stroke +grestore +% v57->v53 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1637 366 moveto +1632 364 1626 362 1621 360 curveto +1612 356 1493 330 1428 315 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1428.49 311.53 moveto +1418 313 lineto +1427.12 318.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1428.49 311.53 moveto +1418 313 lineto +1427.12 318.39 lineto +closepath stroke +grestore +% v58 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2362 450 27 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2351 445.9 moveto 22 (-ci-i) alignedtext +grestore +% v58->v21 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2341 439 moveto +2336 437 2331 434 2326 432 curveto +2298 419 2265 405 2239 396 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2239.58 392.46 moveto +2229 392 lineto +2236.98 398.96 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2239.58 392.46 moveto +2229 392 lineto +2236.98 398.96 lineto +closepath stroke +grestore +% v58->v54 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2342 438 moveto +2337 436 2331 434 2326 432 curveto +2250 409 2013 389 1918 381 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1918.3 377.51 moveto +1908 380 lineto +1917.6 384.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1918.3 377.51 moveto +1908 380 lineto +1917.6 384.48 lineto +closepath stroke +grestore +% v58->v57 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2342 438 moveto +2337 435 2331 433 2326 432 curveto +2057 360 1972 462 1701 396 curveto +1699 396 1697 395 1694 394 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1695.56 390.86 moveto +1685 390 lineto +1692.72 397.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1695.56 390.86 moveto +1685 390 lineto +1692.72 397.26 lineto +closepath stroke +grestore +% v59 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1516 450 143.15 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1421 445.9 moveto 190 (i-i-ic=i-ci-ic=ii-i-ic=ic-ci-ic=ici-i-ic) alignedtext +grestore +% v59->v30 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1524 432 moveto +1528 424 1532 414 1535 406 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1538.54 406.58 moveto +1539 396 lineto +1532.04 403.98 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1538.54 406.58 moveto +1539 396 lineto +1532.04 403.98 lineto +closepath stroke +grestore +% v59->v55 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1425 436 moveto +1346 424 1231 406 1148 394 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1148.49 390.53 moveto +1138 392 lineto +1147.12 397.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1148.49 390.53 moveto +1138 392 lineto +1147.12 397.39 lineto +closepath stroke +grestore +% v59->v57 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1551 432 moveto +1575 421 1605 405 1628 394 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1629.28 397.26 moveto +1637 390 lineto +1626.44 390.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1629.28 397.26 moveto +1637 390 lineto +1626.44 390.86 lineto +closepath stroke +grestore +% v60 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2079 522 119.02 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2001 517.9 moveto 156 (i-i-i=i-ci-i=ii-i-i=ic-ci-i=ici-i-i) alignedtext +grestore +% v60->v42 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2122 505 moveto +2150 494 2187 479 2216 468 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2218.02 470.96 moveto +2226 464 lineto +2215.42 464.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2218.02 470.96 moveto +2226 464 lineto +2215.42 464.46 lineto +closepath stroke +grestore +% v60->v56 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2042 505 moveto +2020 494 1993 482 1970 471 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1971.56 467.86 moveto +1961 467 lineto +1968.72 474.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1971.56 467.86 moveto +1961 467 lineto +1968.72 474.26 lineto +closepath stroke +grestore +% v60->v58 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2162 509 moveto +2211 500 2273 487 2326 468 curveto +2328 467 2330 467 2332 466 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2333.28 469.26 moveto +2341 462 lineto +2330.44 462.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2333.28 469.26 moveto +2341 462 lineto +2330.44 462.86 lineto +closepath stroke +grestore +% v60->v59 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1993 510 moveto +1979 508 1964 506 1951 504 curveto +1842 490 1718 474 1630 463 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1630.3 459.51 moveto +1620 462 lineto +1629.6 466.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1630.3 459.51 moveto +1620 462 lineto +1629.6 466.48 lineto +closepath stroke +grestore +% v61 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +446 450 84.78 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +393 445.9 moveto 106 (ic--c=iic--c=icic--c) alignedtext +grestore +% v61->v25 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 478 433 moveto +498 423 524 410 546 399 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 547.96 401.92 moveto +555 394 lineto +544.56 395.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 547.96 401.92 moveto +555 394 lineto +544.56 395.8 lineto +closepath stroke +grestore +% v61->v52 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 508 438 moveto +562 426 635 409 661 396 curveto +684 384 682 370 704 360 curveto +738 344 826 329 897 319 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 897.4 322.48 moveto +907 318 lineto +896.7 315.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 897.4 322.48 moveto +907 318 lineto +896.7 315.51 lineto +closepath stroke +grestore +% v62 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +219 522 70.88 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +176 517.9 moveto 86 (ic--=iic--=icic--) alignedtext +grestore +% v62->v29 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 236 504 moveto +244 495 254 485 263 475 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 265.4 477.55 moveto +270 468 lineto +260.45 472.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 265.4 477.55 moveto +270 468 lineto +260.45 472.6 lineto +closepath stroke +grestore +% v62->v61 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 264 508 moveto +300 497 350 481 389 468 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 390.43 471.23 moveto +399 465 lineto +388.42 464.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 390.43 471.23 moveto +399 465 lineto +388.42 464.52 lineto +closepath stroke +grestore +% v63 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +786 522 98.17 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +723 517.9 moveto 126 (ic-c-c=iic-c-c=icic-c-c) alignedtext +grestore +% v63->v27 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 748 505 moveto +725 494 694 481 670 470 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 670.58 466.46 moveto +660 466 lineto +667.98 472.96 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 670.58 466.46 moveto +660 466 lineto +667.98 472.96 lineto +closepath stroke +grestore +% v63->v55 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 768 504 moveto +750 485 728 453 746 432 curveto +758 418 847 402 925 392 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 925.4 395.48 moveto +935 391 lineto +924.7 388.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 925.4 395.48 moveto +935 391 lineto +924.7 388.51 lineto +closepath stroke +grestore +% v63->v61 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 722 508 moveto +663 496 577 477 517 465 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 517.49 461.53 moveto +507 463 lineto +516.12 468.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 517.49 461.53 moveto +507 463 lineto +516.12 468.39 lineto +closepath stroke +grestore +% v64 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +493 594 84.78 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +440 589.9 moveto 106 (ic-c-=iic-c-=icic-c-) alignedtext +grestore +% v64->v40 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 473 576 moveto +463 567 450 556 439 546 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 441.55 543.6 moveto +432 539 lineto +436.6 548.55 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 441.55 543.6 moveto +432 539 lineto +436.6 548.55 lineto +closepath stroke +grestore +% v64->v56 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 562 583 moveto +582 581 605 578 625 576 curveto +728 567 1455 579 1549 540 curveto +1571 530 1567 514 1587 504 curveto +1607 493 1726 476 1817 463 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1817.4 466.48 moveto +1827 462 lineto +1816.7 459.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1817.4 466.48 moveto +1827 462 lineto +1816.7 459.51 lineto +closepath stroke +grestore +% v64->v62 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 440 580 moveto +393 568 327 550 279 538 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 279.58 534.52 moveto +269 535 lineto +277.57 541.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 279.58 534.52 moveto +269 535 lineto +277.57 541.23 lineto +closepath stroke +grestore +% v64->v63 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 549 580 moveto +597 568 666 551 717 538 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 717.88 541.39 moveto +727 536 lineto +716.51 534.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 717.88 541.39 moveto +727 536 lineto +716.51 534.53 lineto +closepath stroke +grestore +% v65 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1351 522 104.93 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1283.5 517.9 moveto 135 (ic--cic=iic--cic=icic--cic) alignedtext +grestore +% v65->v31 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1298 506 moveto +1259 495 1206 479 1166 467 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1166.58 463.52 moveto +1156 464 lineto +1164.57 470.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1166.58 463.52 moveto +1156 464 lineto +1164.57 470.23 lineto +closepath stroke +grestore +% v65->v59 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1390 505 moveto +1413 495 1442 482 1467 471 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1468.28 474.26 moveto +1476 467 lineto +1465.44 467.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1468.28 474.26 moveto +1476 467 lineto +1465.44 467.86 lineto +closepath stroke +grestore +% v65->v61 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1268 511 moveto +1246 508 1222 506 1199 504 curveto +907 478 832 503 540 468 curveto +532 467 525 466 517 465 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 517.49 461.53 moveto +507 463 lineto +516.12 468.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 517.49 461.53 moveto +507 463 lineto +516.12 468.39 lineto +closepath stroke +grestore +% v66 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1233 594 118.82 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1155.5 589.9 moveto 155 (ic-c-cic=iic-c-cic=icic-c-cic) alignedtext +grestore +% v66->v32 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1201 577 moveto +1183 567 1160 554 1141 544 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1142.44 540.8 moveto +1132 539 lineto +1139.04 546.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1142.44 540.8 moveto +1132 539 lineto +1139.04 546.92 lineto +closepath stroke +grestore +% v66->v63 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1152 581 moveto +1072 568 951 549 870 536 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 870.49 532.53 moveto +860 534 lineto +869.12 539.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 870.49 532.53 moveto +860 534 lineto +869.12 539.39 lineto +closepath stroke +grestore +% v66->v65 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1262 576 moveto +1277 567 1297 555 1314 544 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1315.96 546.92 moveto +1323 539 lineto +1312.56 540.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1315.96 546.92 moveto +1323 539 lineto +1312.56 540.8 lineto +closepath stroke +grestore +% v67 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1251 666 91.03 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1193.5 661.9 moveto 115 (ic--ic=iic--ic=icic--ic) alignedtext +grestore +% v67->v34 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1293 650 moveto +1322 639 1361 624 1392 613 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1393.28 616.26 moveto +1401 609 lineto +1390.44 609.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1393.28 616.26 moveto +1401 609 lineto +1390.44 609.86 lineto +closepath stroke +grestore +% v67->v66 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1246 648 moveto +1244 640 1242 631 1240 622 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1243.23 620.57 moveto +1237 612 lineto +1236.52 622.58 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1243.23 620.57 moveto +1237 612 lineto +1236.52 622.58 lineto +closepath stroke +grestore +% v68 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1947 594 91.03 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1889.5 589.9 moveto 115 (ic--ci=iic--ci=icic--ci) alignedtext +grestore +% v68->v43 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1913 577 moveto +1892 566 1864 554 1841 542 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1842.56 538.86 moveto +1832 538 lineto +1839.72 545.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1842.56 538.86 moveto +1832 538 lineto +1839.72 545.26 lineto +closepath stroke +grestore +% v68->v60 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1978 577 moveto +1996 568 2019 555 2038 545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2039.96 547.92 moveto +2047 540 lineto +2036.56 541.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2039.96 547.92 moveto +2047 540 lineto +2036.56 541.8 lineto +closepath stroke +grestore +% v68->v65 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1882 581 moveto +1870 579 1858 578 1847 576 curveto +1679 552 1635 561 1465 540 curveto +1456 539 1447 537 1437 536 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1437.49 532.53 moveto +1427 534 lineto +1436.12 539.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1437.49 532.53 moveto +1427 534 lineto +1436.12 539.39 lineto +closepath stroke +grestore +% v69 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1877 666 104.93 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1809.5 661.9 moveto 135 (ic-c-ci=iic-c-ci=icic-c-ci) alignedtext +grestore +% v69->v44 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1848 649 moveto +1832 639 1812 626 1795 616 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1796.44 612.8 moveto +1786 611 lineto +1793.04 618.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1796.44 612.8 moveto +1786 611 lineto +1793.04 618.92 lineto +closepath stroke +grestore +% v69->v66 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1802 653 moveto +1789 651 1776 650 1763 648 curveto +1585 625 1540 632 1361 612 curveto +1350 610 1340 609 1329 608 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1329.3 604.51 moveto +1319 607 lineto +1328.6 611.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1329.3 604.51 moveto +1319 607 lineto +1328.6 611.48 lineto +closepath stroke +grestore +% v69->v68 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1894 648 moveto +1903 639 1913 629 1922 620 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1925.05 621.83 moveto +1929 612 lineto +1919.78 617.22 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1925.05 621.83 moveto +1929 612 lineto +1919.78 617.22 lineto +closepath stroke +grestore +% v70 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1594 738 96.78 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1532 733.9 moveto 124 (ic--ici=iic--ici=icic--ici) alignedtext +grestore +% v70->v46 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1615 720 moveto +1626 711 1639 700 1650 690 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1652.78 692.22 moveto +1658 683 lineto +1648.17 686.95 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1652.78 692.22 moveto +1658 683 lineto +1648.17 686.95 lineto +closepath stroke +grestore +% v70->v67 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1529 724 moveto +1470 713 1385 694 1323 681 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1323.49 677.53 moveto +1313 679 lineto +1322.12 684.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1323.49 677.53 moveto +1313 679 lineto +1322.12 684.39 lineto +closepath stroke +grestore +% v70->v69 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1651 723 moveto +1697 712 1760 695 1808 683 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1808.88 686.39 moveto +1818 681 lineto +1807.51 679.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1808.88 686.39 moveto +1818 681 lineto +1807.51 679.53 lineto +closepath stroke +grestore +% v71 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1145 810 77.13 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1097.5 805.9 moveto 95 (ic--i=iic--i=icic--i) alignedtext +grestore +% v71->v47 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1196 796 moveto +1244 784 1313 766 1362 753 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1363.43 756.23 moveto +1372 750 lineto +1361.42 749.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1363.43 756.23 moveto +1372 750 lineto +1361.42 749.52 lineto +closepath stroke +grestore +% v71->v64 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1090 797 moveto +1080 795 1069 793 1059 792 curveto +825 759 755 822 528 756 curveto +465 737 431 741 397 684 curveto +389 670 389 661 397 648 curveto +406 633 421 622 436 614 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 437.96 616.92 moveto +445 609 lineto +434.56 610.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 437.96 616.92 moveto +445 609 lineto +434.56 610.8 lineto +closepath stroke +grestore +% v71->v70 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1201 798 moveto +1211 795 1221 794 1231 792 curveto +1345 772 1375 773 1488 756 curveto +1496 755 1504 753 1513 752 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1513.88 755.39 moveto +1523 750 lineto +1512.51 748.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1513.88 755.39 moveto +1523 750 lineto +1512.51 748.53 lineto +closepath stroke +grestore +% v72 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2789 450 31.96 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2774 445.9 moveto 30 (-i=c-i) alignedtext +grestore +% v73 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2883 666 37.02 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2864 661.9 moveto 38 (c-=cc-) alignedtext +grestore +% v73->v72 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2875 648 moveto +2859 611 2820 522 2801 477 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2804.26 475.72 moveto +2797 468 lineto +2797.86 478.56 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2804.26 475.72 moveto +2797 468 lineto +2797.86 478.56 lineto +closepath stroke +grestore +% v74 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3009 738 27 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3006.5 733.9 moveto 5 (-) alignedtext +grestore +% v74->v73 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2988 726 moveto +2969 715 2939 698 2916 685 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2917.44 681.8 moveto +2907 680 lineto +2914.04 687.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2917.44 681.8 moveto +2907 680 lineto +2914.04 687.92 lineto +closepath stroke +grestore +% v75 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2733 522 45.86 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2708 517.9 moveto 50 (-ici=c-ici) alignedtext +grestore +% v75->v72 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2747 505 moveto +2754 496 2762 485 2770 475 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2772.8 477.1 moveto +2776 467 lineto +2767.2 472.9 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2772.8 477.1 moveto +2776 467 lineto +2767.2 472.9 lineto +closepath stroke +grestore +% v76 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2733 594 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2711 589.9 moveto 44 (-ic=c-ic) alignedtext +grestore +% v76->v75 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2733 576 moveto +2733 568 2733 559 2733 550 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2736.5 550 moveto +2733 540 lineto +2729.5 550 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2736.5 550 moveto +2733 540 lineto +2729.5 550 lineto +closepath stroke +grestore +% v77 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2617 594 50.22 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2588.5 589.9 moveto 57 (c-ci=cc-ci) alignedtext +grestore +% v77->v75 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2642 578 moveto +2659 568 2681 554 2699 543 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2701.62 545.46 moveto +2708 537 lineto +2697.74 539.63 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2701.62 545.46 moveto +2708 537 lineto +2697.74 539.63 lineto +closepath stroke +grestore +% v78 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2518 666 27 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2511 661.9 moveto 14 (-ci) alignedtext +grestore +% v78->v77 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2537 652 moveto +2551 643 2570 628 2587 616 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2589.1 618.8 moveto +2595 610 lineto +2584.9 613.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2589.1 618.8 moveto +2595 610 lineto +2584.9 613.2 lineto +closepath stroke +grestore +% v79 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2733 666 59.96 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2697.5 661.9 moveto 71 (c-cic=cc-cic) alignedtext +grestore +% v79->v76 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2733 648 moveto +2733 640 2733 631 2733 622 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2736.5 622 moveto +2733 612 lineto +2729.5 622 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2736.5 622 moveto +2733 612 lineto +2729.5 622 lineto +closepath stroke +grestore +% v79->v77 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2707 650 moveto +2690 640 2669 626 2651 615 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2652.44 611.8 moveto +2642 610 lineto +2649.04 617.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2652.44 611.8 moveto +2642 610 lineto +2649.04 617.92 lineto +closepath stroke +grestore +% v80 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2918 738 46.06 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2892.5 733.9 moveto 51 (c-c=cc-c) alignedtext +grestore +% v80->v73 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2909 720 moveto +2905 712 2901 702 2896 693 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2899.26 691.72 moveto +2892 684 lineto +2892.86 694.56 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2899.26 691.72 moveto +2892 684 lineto +2892.86 694.56 lineto +closepath stroke +grestore +% v80->v79 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2885 725 moveto +2856 714 2812 697 2779 684 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2780.56 680.86 moveto +2770 680 lineto +2777.72 687.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2780.56 680.86 moveto +2770 680 lineto +2777.72 687.26 lineto +closepath stroke +grestore +% v81 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2709 738 27 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2698.5 733.9 moveto 21 (-cic) alignedtext +grestore +% v81->v78 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2688 726 moveto +2683 724 2678 722 2673 720 curveto +2621 699 2605 704 2554 684 curveto +2552 683 2550 683 2548 682 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2549.44 678.8 moveto +2539 677 lineto +2546.04 684.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2549.44 678.8 moveto +2539 677 lineto +2546.04 684.92 lineto +closepath stroke +grestore +% v81->v79 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2715 720 moveto +2718 712 2721 702 2724 694 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2727.48 694.58 moveto +2727 684 lineto +2720.77 692.57 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2727.48 694.58 moveto +2727 684 lineto +2720.77 692.57 lineto +closepath stroke +grestore +% v82 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2918 810 27 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2912.5 805.9 moveto 11 (-c) alignedtext +grestore +% v82->v74 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2936 796 moveto +2950 785 2968 770 2984 758 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2986.1 760.8 moveto +2992 752 lineto +2981.9 755.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2986.1 760.8 moveto +2992 752 lineto +2981.9 755.2 lineto +closepath stroke +grestore +% v82->v80 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2918 792 moveto +2918 784 2918 775 2918 766 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2921.5 766 moveto +2918 756 lineto +2914.5 766 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2921.5 766 moveto +2918 756 lineto +2914.5 766 lineto +closepath stroke +grestore +% v82->v81 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2896 799 moveto +2890 796 2884 794 2879 792 curveto +2821 771 2802 777 2745 756 curveto +2743 755 2741 755 2739 754 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2740.44 750.8 moveto +2730 749 lineto +2737.04 756.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2740.44 750.8 moveto +2730 749 lineto +2737.04 756.92 lineto +closepath stroke +grestore +% v83 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2609 666 45.86 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2584 661.9 moveto 50 (ci-i=cci-i) alignedtext +grestore +% v83->v77 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2611 648 moveto +2612 640 2613 631 2614 622 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2617.49 622.3 moveto +2615 612 lineto +2610.52 621.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2617.49 622.3 moveto +2615 612 lineto +2610.52 621.6 lineto +closepath stroke +grestore +% v84 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2423 738 112.77 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2349.5 733.9 moveto 147 (i-i=i-ci=ii-i=i-ici=ic-ci=ici-i) alignedtext +grestore +% v84->v78 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2446 720 moveto +2460 710 2478 697 2492 686 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2494.1 688.8 moveto +2500 680 lineto +2489.9 683.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2494.1 688.8 moveto +2500 680 lineto +2489.9 683.2 lineto +closepath stroke +grestore +% v84->v83 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2466 721 moveto +2497 709 2537 694 2566 683 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2568.02 685.96 moveto +2576 679 lineto +2565.42 679.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2568.02 685.96 moveto +2576 679 lineto +2565.42 679.46 lineto +closepath stroke +grestore +% v85 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2804 738 50.22 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2775.5 733.9 moveto 57 (cic-=ccic-) alignedtext +grestore +% v85->v73 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2823 721 moveto +2834 711 2847 700 2858 689 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2860.4 691.55 moveto +2865 682 lineto +2855.45 686.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2860.4 691.55 moveto +2865 682 lineto +2855.45 686.6 lineto +closepath stroke +grestore +% v85->v83 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2769 725 moveto +2736 713 2687 695 2652 682 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2653.56 678.86 moveto +2643 678 lineto +2650.72 685.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2653.56 678.86 moveto +2643 678 lineto +2650.72 685.26 lineto +closepath stroke +grestore +% v86 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2609 738 54.9 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2577.5 733.9 moveto 63 (ci-ic=cci-ic) alignedtext +grestore +% v86->v79 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2636 722 moveto +2654 712 2677 698 2696 687 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2697.96 689.92 moveto +2705 682 lineto +2694.56 683.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2697.96 689.92 moveto +2705 682 lineto +2694.56 683.8 lineto +closepath stroke +grestore +% v86->v83 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2609 720 moveto +2609 712 2609 703 2609 694 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2612.5 694 moveto +2609 684 lineto +2605.5 694 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2612.5 694 moveto +2609 684 lineto +2605.5 694 lineto +closepath stroke +grestore +% v87 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2810 810 59.96 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2774.5 805.9 moveto 71 (cic-c=ccic-c) alignedtext +grestore +% v87->v80 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2835 793 moveto +2850 783 2870 770 2886 759 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2887.96 761.92 moveto +2895 754 lineto +2884.56 755.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2887.96 761.92 moveto +2895 754 lineto +2884.56 755.8 lineto +closepath stroke +grestore +% v87->v85 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2808 792 moveto +2807 784 2807 775 2806 766 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2809.5 766 moveto +2806 756 lineto +2802.5 766 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2809.5 766 moveto +2806 756 lineto +2802.5 766 lineto +closepath stroke +grestore +% v87->v86 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2771 796 moveto +2738 784 2691 767 2656 754 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2656.58 750.52 moveto +2646 751 lineto +2654.57 757.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2656.58 750.52 moveto +2646 751 lineto +2654.57 757.23 lineto +closepath stroke +grestore +% v88 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2826 882 63.93 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2788 877.9 moveto 76 (ci-=cci-=cici-) alignedtext +grestore +% v88->v87 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2822 864 moveto +2820 856 2818 847 2816 838 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2819.39 837.12 moveto +2814 828 lineto +2812.53 838.49 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2819.39 837.12 moveto +2814 828 lineto +2812.53 838.49 lineto +closepath stroke +grestore +% v89 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2476 810 116.24 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2400 805.9 moveto 152 (i-ic=i-cic=ii-ic=ic-cic=ici-ic) alignedtext +grestore +% v89->v81 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2542 795 moveto +2581 786 2630 772 2673 756 curveto +2675 755 2677 754 2679 753 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2680.28 756.26 moveto +2688 749 lineto +2677.44 749.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2680.28 756.26 moveto +2688 749 lineto +2677.44 749.86 lineto +closepath stroke +grestore +% v89->v84 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2463 792 moveto +2457 784 2449 773 2442 764 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2444.8 761.9 moveto +2436 756 lineto +2439.2 766.1 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2444.8 761.9 moveto +2436 756 lineto +2439.2 766.1 lineto +closepath stroke +grestore +% v89->v86 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2508 793 moveto +2527 783 2551 769 2571 759 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2572.96 761.92 moveto +2580 754 lineto +2569.56 755.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2572.96 761.92 moveto +2580 754 lineto +2569.56 755.8 lineto +closepath stroke +grestore +% v90 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2671 810 61.15 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2635 805.9 moveto 72 (ic-=iic-=icic-) alignedtext +grestore +% v90->v84 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2627 797 moveto +2588 786 2531 770 2487 757 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2487.58 753.52 moveto +2477 754 lineto +2485.57 760.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2487.58 753.52 moveto +2477 754 lineto +2485.57 760.23 lineto +closepath stroke +grestore +% v90->v85 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2701 794 moveto +2720 784 2746 769 2767 758 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2768.96 760.92 moveto +2776 753 lineto +2765.56 754.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2768.96 760.92 moveto +2776 753 lineto +2765.56 754.8 lineto +closepath stroke +grestore +% v91 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2669 882 75.05 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2623 877.9 moveto 92 (ic-c=iic-c=icic-c) alignedtext +grestore +% v91->v87 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2701 866 moveto +2722 856 2748 841 2770 831 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2771.96 833.92 moveto +2779 826 lineto +2768.56 827.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2771.96 833.92 moveto +2779 826 lineto +2768.56 827.8 lineto +closepath stroke +grestore +% v91->v89 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2628 867 moveto +2599 856 2560 842 2530 831 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2530.58 827.46 moveto +2520 827 lineto +2527.98 833.96 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2530.58 827.46 moveto +2520 827 lineto +2527.98 833.96 lineto +closepath stroke +grestore +% v91->v90 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2670 864 moveto +2670 856 2670 847 2670 838 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2673.49 838.3 moveto +2671 828 lineto +2666.52 837.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2673.49 838.3 moveto +2671 828 lineto +2666.52 837.6 lineto +closepath stroke +grestore +% v92 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2826 954 43.08 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2803 949.9 moveto 46 (ici-=iici-) alignedtext +grestore +% v92->v88 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2826 936 moveto +2826 928 2826 919 2826 910 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2829.5 910 moveto +2826 900 lineto +2822.5 910 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2829.5 910 moveto +2826 900 lineto +2822.5 910 lineto +closepath stroke +grestore +% v92->v91 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2797 941 moveto +2773 930 2740 915 2713 902 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2714.56 898.86 moveto +2704 898 lineto +2711.72 905.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2714.56 898.86 moveto +2704 898 lineto +2711.72 905.26 lineto +closepath stroke +grestore +% v93 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2872 1026 45.17 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2847.5 1021.9 moveto 49 (i-=i-c=ii-) alignedtext +grestore +% v93->v82 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2876 1008 moveto +2881 984 2891 939 2899 900 curveto +2903 879 2908 856 2912 838 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2915.47 838.49 moveto +2914 828 lineto +2908.61 837.12 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2915.47 838.49 moveto +2914 828 lineto +2908.61 837.12 lineto +closepath stroke +grestore +% v93->v92 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2861 1008 moveto +2856 1000 2849 990 2843 980 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2845.8 977.9 moveto +2837 972 lineto +2840.2 982.1 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2845.8 977.9 moveto +2837 972 lineto +2840.2 982.1 lineto +closepath stroke +grestore +% v94 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +184 450 27 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +179.5 445.9 moveto 9 (--) alignedtext +grestore +% v94->v2 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 205 438 moveto +210 436 215 434 220 432 curveto +296 405 388 389 438 382 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 438.4 385.48 moveto +448 381 lineto +437.7 378.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 438.4 385.48 moveto +448 381 lineto +437.7 378.51 lineto +closepath stroke +grestore +% v94->v3 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 203 437 moveto +217 427 238 412 256 400 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 258.1 402.8 moveto +264 394 lineto +253.9 397.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 258.1 402.8 moveto +264 394 lineto +253.9 397.2 lineto +closepath stroke +grestore +% v95 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +906 450 27.1 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +894.5 445.9 moveto 23 (-c-c) alignedtext +grestore +% v95->v2 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 886 438 moveto +881 435 875 433 870 432 curveto +716 387 666 440 511 396 curveto +509 395 507 394 505 394 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 505.58 390.46 moveto +495 390 lineto +502.98 396.96 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 505.58 390.46 moveto +495 390 lineto +502.98 396.96 lineto +closepath stroke +grestore +% v95->v16 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 888 436 moveto +874 427 855 413 839 401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 841.1 398.2 moveto +831 395 lineto +836.9 403.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 841.1 398.2 moveto +831 395 lineto +836.9 403.8 lineto +closepath stroke +grestore +% v95->v53 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 926 438 moveto +931 436 937 434 942 432 curveto +1057 396 1095 431 1209 396 curveto +1225 391 1307 348 1354 324 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1355.96 326.92 moveto +1363 319 lineto +1352.56 320.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1355.96 326.92 moveto +1363 319 lineto +1352.56 320.8 lineto +closepath stroke +grestore +% v96 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +967 522 27 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +959 517.9 moveto 16 (-c-) alignedtext +grestore +% v96->v37 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 945 512 moveto +921 501 880 483 849 468 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 850.56 464.86 moveto +840 464 lineto +847.72 471.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 850.56 464.86 moveto +840 464 lineto +847.72 471.26 lineto +closepath stroke +grestore +% v96->v54 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 987 510 moveto +992 507 998 505 1003 504 curveto +1304 424 1401 547 1701 468 curveto +1731 460 1807 419 1849 395 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1850.96 397.92 moveto +1858 390 lineto +1847.56 391.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1850.96 397.92 moveto +1858 390 lineto +1847.56 391.8 lineto +closepath stroke +grestore +% v96->v94 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 942 514 moveto +928 510 910 506 893 504 curveto +597 460 510 544 220 468 curveto +218 467 216 466 214 466 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 214.58 462.46 moveto +204 462 lineto +211.98 468.96 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 214.58 462.46 moveto +204 462 lineto +211.98 468.96 lineto +closepath stroke +grestore +% v96->v95 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 953 506 moveto +945 496 935 484 926 474 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 928.22 471.22 moveto +919 466 lineto +922.95 475.83 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 928.22 471.22 moveto +919 466 lineto +922.95 475.83 lineto +closepath stroke +grestore +% v97 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +692 594 57.87 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +658 589.9 moveto 68 (ici--c=iici--c) alignedtext +grestore +% v97->v28 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 667 578 moveto +653 568 634 556 618 545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 619.26 541.63 moveto +609 539 lineto +615.38 547.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 619.26 541.63 moveto +609 539 lineto +615.38 547.46 lineto +closepath stroke +grestore +% v97->v63 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 714 577 moveto +726 568 742 556 755 546 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 757.1 548.8 moveto +763 540 lineto +752.9 543.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 757.1 548.8 moveto +763 540 lineto +752.9 543.2 lineto +closepath stroke +grestore +% v98 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +591 666 68.79 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +549.5 661.9 moveto 83 (i--c=i-c-c=ii--c) alignedtext +grestore +% v98->v95 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 644 654 moveto +678 645 723 632 759 612 curveto +781 599 781 588 802 576 curveto +840 553 867 574 893 540 curveto +907 522 910 497 909 478 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 912.5 478 moveto +909 468 lineto +905.5 478 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 912.5 478 moveto +909 468 lineto +905.5 478 lineto +closepath stroke +grestore +% v98->v97 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 615 649 moveto +628 640 646 627 661 617 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 663.1 619.8 moveto +669 611 lineto +658.9 614.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 663.1 619.8 moveto +669 611 lineto +658.9 614.2 lineto +closepath stroke +grestore +% v99 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +455 666 48.84 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +427.5 661.9 moveto 55 (ici--=iici--) alignedtext +grestore +% v99->v41 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 427 651 moveto +407 640 380 627 357 615 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 358.44 611.8 moveto +348 610 lineto +355.04 617.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 358.44 611.8 moveto +348 610 lineto +355.04 617.92 lineto +closepath stroke +grestore +% v99->v64 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 464 648 moveto +468 640 474 630 479 621 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 482.2 622.44 moveto +484 612 lineto +476.08 619.04 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 482.2 622.44 moveto +484 612 lineto +476.08 619.04 lineto +closepath stroke +grestore +% v99->v97 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 492 654 moveto +499 652 506 650 513 648 curveto +556 634 605 620 640 609 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 641.43 612.23 moveto +650 606 lineto +639.42 605.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 641.43 612.23 moveto +650 606 lineto +639.42 605.52 lineto +closepath stroke +grestore +% v100 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +591 738 54.2 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +560 733.9 moveto 62 (i--=i-c-=ii--) alignedtext +grestore +% v100->v96 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 618 722 moveto +658 699 733 654 794 612 curveto +816 597 818 589 840 576 curveto +870 558 907 543 934 533 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 934.62 536.48 moveto +943 530 lineto +932.41 529.84 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 934.62 536.48 moveto +943 530 lineto +932.41 529.84 lineto +closepath stroke +grestore +% v100->v98 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 591 720 moveto +591 712 591 703 591 694 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 594.5 694 moveto +591 684 lineto +587.5 694 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 594.5 694 moveto +591 684 lineto +587.5 694 lineto +closepath stroke +grestore +% v100->v99 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 562 723 moveto +542 713 514 697 492 686 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 493.44 682.8 moveto +483 681 lineto +490.04 688.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 493.44 682.8 moveto +483 681 lineto +490.04 688.92 lineto +closepath stroke +grestore +% v101 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1507 522 32.86 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1491 517.9 moveto 32 (-c-cic) alignedtext +grestore +% v101->v9 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1483 510 moveto +1477 507 1471 505 1465 504 curveto +1272 456 1211 519 1018 468 curveto +1016 468 1014 467 1011 466 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1012.56 462.86 moveto +1002 462 lineto +1009.72 469.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1012.56 462.86 moveto +1002 462 lineto +1009.72 469.26 lineto +closepath stroke +grestore +% v101->v18 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1482 510 moveto +1476 508 1471 506 1465 504 curveto +1425 489 1378 476 1341 466 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1341.58 462.52 moveto +1331 463 lineto +1339.57 469.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1341.58 462.52 moveto +1331 463 lineto +1339.57 469.23 lineto +closepath stroke +grestore +% v101->v57 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1534 511 moveto +1540 509 1547 506 1554 504 curveto +1605 486 1637 510 1668 468 curveto +1682 450 1678 424 1672 406 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1675.23 404.57 moveto +1669 396 lineto +1668.52 406.58 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1675.23 404.57 moveto +1669 396 lineto +1668.52 406.58 lineto +closepath stroke +grestore +% v101->v95 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1483 510 moveto +1477 507 1471 505 1465 504 curveto +1239 449 1167 529 942 468 curveto +940 467 938 466 936 466 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 936.58 462.46 moveto +926 462 lineto +933.98 468.96 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 936.58 462.46 moveto +926 462 lineto +933.98 468.96 lineto +closepath stroke +grestore +% v102 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1633 594 27 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1623.5 589.9 moveto 19 (--ic) alignedtext +grestore +% v102->v19 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1638 576 moveto +1640 568 1643 559 1645 550 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1648.48 550.58 moveto +1648 540 lineto +1641.77 548.57 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1648.48 550.58 moveto +1648 540 lineto +1641.77 548.57 lineto +closepath stroke +grestore +% v102->v101 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1612 582 moveto +1593 571 1562 554 1539 540 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1540.44 536.8 moveto +1530 535 lineto +1537.04 542.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1540.44 536.8 moveto +1530 535 lineto +1537.04 542.92 lineto +closepath stroke +grestore +% v103 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2225 594 29.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2212 589.9 moveto 26 (-c-ci) alignedtext +grestore +% v103->v13 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2203 582 moveto +2198 580 2192 578 2187 576 curveto +2085 544 2052 572 1951 540 curveto +1949 539 1947 539 1945 538 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1946.56 534.86 moveto +1936 534 lineto +1943.72 541.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1946.56 534.86 moveto +1936 534 lineto +1943.72 541.26 lineto +closepath stroke +grestore +% v103->v22 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2238 578 moveto +2245 569 2254 558 2261 548 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2264.05 549.83 moveto +2268 540 lineto +2258.78 545.22 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2264.05 549.83 moveto +2268 540 lineto +2258.78 545.22 lineto +closepath stroke +grestore +% v103->v58 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2254 591 moveto +2285 586 2333 573 2357 540 curveto +2370 522 2370 497 2368 478 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2371.39 477.12 moveto +2366 468 lineto +2364.53 478.49 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2371.39 477.12 moveto +2366 468 lineto +2364.53 478.49 lineto +closepath stroke +grestore +% v103->v101 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2203 582 moveto +2198 579 2192 577 2187 576 curveto +1929 509 1852 577 1587 540 curveto +1574 538 1560 535 1547 532 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1547.49 528.53 moveto +1537 530 lineto +1546.12 535.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1547.49 528.53 moveto +1537 530 lineto +1546.12 535.39 lineto +closepath stroke +grestore +% v104 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2179 666 27 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2168 661.9 moveto 22 (--ici) alignedtext +grestore +% v104->v23 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2166 650 moveto +2158 641 2148 630 2139 620 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2141.22 617.22 moveto +2132 612 lineto +2135.95 621.83 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2141.22 617.22 moveto +2132 612 lineto +2135.95 621.83 lineto +closepath stroke +grestore +% v104->v102 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2159 654 moveto +2154 651 2148 649 2143 648 curveto +1940 591 1873 668 1669 612 curveto +1667 611 1665 610 1663 610 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1663.58 606.46 moveto +1653 606 lineto +1660.98 612.96 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1663.58 606.46 moveto +1653 606 lineto +1660.98 612.96 lineto +closepath stroke +grestore +% v104->v103 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2190 649 moveto +2195 641 2202 630 2209 620 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2212.2 621.44 moveto +2214 611 lineto +2206.08 618.04 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2212.2 621.44 moveto +2214 611 lineto +2206.08 618.04 lineto +closepath stroke +grestore +% v105 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2123 738 27 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2117 733.9 moveto 12 (--i) alignedtext +grestore +% v105->v38 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2114 721 moveto +2110 713 2104 702 2100 693 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2102.92 691.04 moveto +2095 684 lineto +2096.8 694.44 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2102.92 691.04 moveto +2095 684 lineto +2096.8 694.44 lineto +closepath stroke +grestore +% v105->v96 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2101 727 moveto +2081 717 2052 701 2029 684 curveto +2010 670 2012 657 1991 648 curveto +1818 570 1741 684 1564 612 curveto +1541 602 1545 585 1521 576 curveto +1307 489 1226 600 1003 540 curveto +1001 539 999 538 997 538 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 997.58 534.46 moveto +987 534 lineto +994.98 540.96 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 997.58 534.46 moveto +987 534 lineto +994.98 540.96 lineto +closepath stroke +grestore +% v105->v104 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2136 722 moveto +2143 713 2152 701 2160 690 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2162.8 692.1 moveto +2166 682 lineto +2157.2 687.9 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2162.8 692.1 moveto +2166 682 lineto +2157.2 687.9 lineto +closepath stroke +grestore +% v106 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +864 666 71.77 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +820 661.9 moveto 88 (ici--cic=iici--cic) alignedtext +grestore +% v106->v33 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 893 649 moveto +910 640 932 627 950 616 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 951.96 618.92 moveto +959 611 lineto +948.56 612.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 951.96 618.92 moveto +959 611 lineto +948.56 612.8 lineto +closepath stroke +grestore +% v106->v66 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 917 654 moveto +926 652 936 650 945 648 curveto +1012 634 1088 620 1145 610 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1145.88 613.39 moveto +1155 608 lineto +1144.51 606.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1145.88 613.39 moveto +1155 608 lineto +1144.51 606.53 lineto +closepath stroke +grestore +% v106->v97 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 827 650 moveto +800 639 765 625 737 613 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 737.58 609.46 moveto +727 609 lineto +734.98 615.96 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 737.58 609.46 moveto +727 609 lineto +734.98 615.96 lineto +closepath stroke +grestore +% v107 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +825 738 88.94 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +769 733.9 moveto 112 (i--cic=i-c-cic=ii--cic) alignedtext +grestore +% v107->v98 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 776 723 moveto +737 711 685 695 646 683 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 646.58 679.52 moveto +636 680 lineto +644.57 686.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 646.58 679.52 moveto +636 680 lineto +644.57 686.23 lineto +closepath stroke +grestore +% v107->v101 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 806 720 moveto +798 710 788 697 783 684 curveto +778 668 776 662 783 648 curveto +795 624 810 628 830 612 curveto +850 596 850 585 873 576 curveto +996 527 1337 570 1465 540 curveto +1468 540 1470 539 1473 538 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1474.28 541.26 moveto +1482 534 lineto +1471.44 534.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1474.28 541.26 moveto +1482 534 lineto +1471.44 534.86 lineto +closepath stroke +grestore +% v107->v106 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 835 720 moveto +839 712 844 702 849 693 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 852.2 694.44 moveto +854 684 lineto +846.08 691.04 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 852.2 694.44 moveto +854 684 lineto +846.08 691.04 lineto +closepath stroke +grestore +% v108 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1021 738 62.04 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +984 733.9 moveto 74 (ici--ic=iici--ic) alignedtext +grestore +% v108->v35 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1028 720 moveto +1031 712 1034 702 1038 694 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1041.48 694.58 moveto +1041 684 lineto +1034.77 692.57 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1041.48 694.58 moveto +1041 684 lineto +1034.77 692.57 lineto +closepath stroke +grestore +% v108->v67 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1063 725 moveto +1100 714 1152 697 1192 684 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1193.43 687.23 moveto +1202 681 lineto +1191.42 680.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1193.43 687.23 moveto +1202 681 lineto +1191.42 680.52 lineto +closepath stroke +grestore +% v108->v106 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 988 723 moveto +965 712 933 698 907 686 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 908.56 682.86 moveto +898 682 lineto +905.72 689.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 908.56 682.86 moveto +898 682 lineto +905.72 689.26 lineto +closepath stroke +grestore +% v109 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +825 810 48.84 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +797.5 805.9 moveto 55 (i--ic=ii--ic) alignedtext +grestore +% v109->v102 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 861 798 moveto +869 796 876 794 883 792 curveto +975 769 1008 798 1092 756 curveto +1113 745 1110 730 1130 720 curveto +1220 675 1262 728 1351 684 curveto +1372 673 1369 658 1389 648 curveto +1426 628 1538 608 1597 599 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1597.4 602.48 moveto +1607 598 lineto +1596.7 595.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1597.4 602.48 moveto +1607 598 lineto +1596.7 595.51 lineto +closepath stroke +grestore +% v109->v107 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 825 792 moveto +825 784 825 775 825 766 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 828.5 766 moveto +825 756 lineto +821.5 766 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 828.5 766 moveto +825 756 lineto +821.5 766 lineto +closepath stroke +grestore +% v109->v108 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 860 797 moveto +891 785 937 768 972 755 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 973.43 758.23 moveto +982 752 lineto +971.42 751.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 973.43 758.23 moveto +982 752 lineto +971.42 751.52 lineto +closepath stroke +grestore +% v110 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1771 738 62.04 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1734 733.9 moveto 74 (ici--ci=iici--ci) alignedtext +grestore +% v110->v45 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1725 726 moveto +1679 715 1609 696 1558 684 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1558.58 680.52 moveto +1548 681 lineto +1556.57 687.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1558.58 680.52 moveto +1548 681 lineto +1556.57 687.23 lineto +closepath stroke +grestore +% v110->v69 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1796 721 moveto +1809 712 1827 700 1842 690 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1844.62 692.46 moveto +1851 684 lineto +1840.74 686.63 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1844.62 692.46 moveto +1851 684 lineto +1840.74 686.63 lineto +closepath stroke +grestore +% v110->v106 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1727 725 moveto +1718 723 1709 721 1700 720 curveto +1368 670 1278 728 945 684 curveto +938 683 932 682 925 681 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 925.49 677.53 moveto +915 679 lineto +924.12 684.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 925.49 677.53 moveto +915 679 lineto +924.12 684.39 lineto +closepath stroke +grestore +% v111 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1624 810 75.05 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1578 805.9 moveto 92 (i--ci=i-c-ci=ii--ci) alignedtext +grestore +% v111->v103 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1697 806 moveto +1834 797 2119 777 2159 756 curveto +2194 736 2199 721 2215 684 curveto +2223 664 2225 640 2226 622 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2229.5 622 moveto +2226 612 lineto +2222.5 622 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2229.5 622 moveto +2226 612 lineto +2222.5 622 lineto +closepath stroke +grestore +% v111->v107 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1552 804 moveto +1391 792 1009 762 950 756 curveto +936 754 921 752 907 750 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 907.3 746.51 moveto +897 749 lineto +906.6 753.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 907.3 746.51 moveto +897 749 lineto +906.6 753.48 lineto +closepath stroke +grestore +% v111->v110 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1657 794 moveto +1679 783 1707 769 1730 758 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1731.28 761.26 moveto +1739 754 lineto +1728.44 754.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1731.28 761.26 moveto +1739 754 lineto +1728.44 754.86 lineto +closepath stroke +grestore +% v112 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1306 810 66.21 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1266 805.9 moveto 80 (ici--ici=iici--ici) alignedtext +grestore +% v112->v48 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1289 792 moveto +1281 783 1272 773 1263 764 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1265.22 761.22 moveto +1256 756 lineto +1259.95 765.83 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1265.22 761.22 moveto +1256 756 lineto +1259.95 765.83 lineto +closepath stroke +grestore +% v112->v70 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1355 798 moveto +1402 786 1474 768 1526 755 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1527.43 758.23 moveto +1536 752 lineto +1525.42 751.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1527.43 758.23 moveto +1536 752 lineto +1525.42 751.52 lineto +closepath stroke +grestore +% v112->v108 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1257 798 moveto +1207 785 1130 766 1078 752 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1078.49 748.53 moveto +1068 750 lineto +1077.12 755.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1078.49 748.53 moveto +1068 750 lineto +1077.12 755.39 lineto +closepath stroke +grestore +% v112->v110 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1368 804 moveto +1446 795 1584 778 1700 756 curveto +1705 755 1710 754 1715 752 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1715.88 755.39 moveto +1725 750 lineto +1714.51 748.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1715.88 755.39 moveto +1725 750 lineto +1714.51 748.53 lineto +closepath stroke +grestore +% v113 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1200 882 53.01 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1169.5 877.9 moveto 61 (i--ici=ii--ici) alignedtext +grestore +% v113->v104 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1252 879 moveto +1443 866 2092 818 2159 756 curveto +2175 740 2180 714 2180 694 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2183.5 694 moveto +2180 684 lineto +2176.5 694 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2183.5 694 moveto +2180 684 lineto +2176.5 694 lineto +closepath stroke +grestore +% v113->v109 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1150 876 moveto +1088 867 977 850 883 828 curveto +879 827 876 826 872 825 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 872.58 821.52 moveto +862 822 lineto +870.57 828.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 872.58 821.52 moveto +862 822 lineto +870.57 828.23 lineto +closepath stroke +grestore +% v113->v111 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1248 874 moveto +1322 861 1466 837 1553 822 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1553.88 825.39 moveto +1563 820 lineto +1552.51 818.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1553.88 825.39 moveto +1563 820 lineto +1552.51 818.53 lineto +closepath stroke +grestore +% v113->v112 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1224 866 moveto +1238 856 1257 844 1273 833 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1275.62 835.46 moveto +1282 827 lineto +1271.74 829.63 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1275.62 835.46 moveto +1282 827 lineto +1271.74 829.63 lineto +closepath stroke +grestore +% v114 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +971 882 53.01 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +940.5 877.9 moveto 61 (ici--i=iici--i) alignedtext +grestore +% v114->v49 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 971 864 moveto +971 856 971 847 971 838 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 974.5 838 moveto +971 828 lineto +967.5 838 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 974.5 838 moveto +971 828 lineto +967.5 838 lineto +closepath stroke +grestore +% v114->v71 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1005 868 moveto +1031 857 1068 842 1097 830 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1099.02 832.96 moveto +1107 826 lineto +1096.42 826.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1099.02 832.96 moveto +1107 826 lineto +1096.42 826.46 lineto +closepath stroke +grestore +% v114->v99 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 919 878 moveto +832 868 652 839 528 756 curveto +504 740 484 713 471 693 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 473.46 690.38 moveto +465 684 lineto +467.63 694.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 473.46 690.38 moveto +465 684 lineto +467.63 694.26 lineto +closepath stroke +grestore +% v114->v112 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1017 873 moveto +1069 862 1156 844 1231 828 curveto +1236 827 1241 826 1246 824 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1246.88 827.39 moveto +1256 822 lineto +1245.51 820.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1246.88 827.39 moveto +1256 822 lineto +1245.51 820.53 lineto +closepath stroke +grestore +% v115 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +971 954 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +950.5 949.9 moveto 41 (i--i=ii--i) alignedtext +grestore +% v115->v100 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 946 940 moveto +881 903 704 802 627 759 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 628.44 755.8 moveto +618 754 lineto +625.04 761.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 628.44 755.8 moveto +618 754 lineto +625.04 761.92 lineto +closepath stroke +grestore +% v115->v105 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1008 948 moveto +1117 931 1441 880 1708 828 curveto +1850 800 2016 763 2087 746 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2087.88 749.39 moveto +2097 744 lineto +2086.51 742.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2087.88 749.39 moveto +2097 744 lineto +2086.51 742.53 lineto +closepath stroke +grestore +% v115->v113 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1003 944 moveto +1041 932 1106 911 1151 897 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1152.43 900.23 moveto +1161 894 lineto +1150.42 893.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1152.43 900.23 moveto +1161 894 lineto +1150.42 893.52 lineto +closepath stroke +grestore +% v115->v114 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 971 936 moveto +971 928 971 919 971 910 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 974.5 910 moveto +971 900 lineto +967.5 910 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 974.5 910 moveto +971 900 lineto +967.5 910 lineto +closepath stroke +grestore +% v116 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +27 522 27 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +25 517.9 moveto 4 (.) alignedtext +grestore +% v116->v4 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 42 507 moveto +52 497 65 484 76 473 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 78.4 475.55 moveto +83 466 lineto +73.45 470.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 78.4 475.55 moveto +83 466 lineto +73.45 470.6 lineto +closepath stroke +grestore +% v116->v94 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 49 512 moveto +76 499 122 479 153 464 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 154.28 467.26 moveto +162 460 lineto +151.44 460.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 154.28 467.26 moveto +162 460 lineto +151.44 460.86 lineto +closepath stroke +grestore +% v117 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +305 882 52.12 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +275.5 877.9 moveto 59 (ic=iic=icic) alignedtext +grestore +% v117->v36 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 296 864 moveto +283 839 260 794 244 765 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 246.92 763.04 moveto +239 756 lineto +240.8 766.44 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 246.92 763.04 moveto +239 756 lineto +240.8 766.44 lineto +closepath stroke +grestore +% v117->v62 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 280 866 moveto +249 845 198 805 177 756 curveto +148 685 183 594 205 549 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 208.14 550.56 moveto +209 540 lineto +201.74 547.72 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 208.14 550.56 moveto +209 540 lineto +201.74 547.72 lineto +closepath stroke +grestore +% v117->v109 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 353 875 moveto +451 861 666 832 769 817 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 769.4 820.48 moveto +779 816 lineto +768.7 813.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 769.4 820.48 moveto +779 816 lineto +768.7 813.51 lineto +closepath stroke +grestore +% v118 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +693 954 36.83 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +674.5 949.9 moveto 37 (ici=iici) alignedtext +grestore +% v118->v50 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 664 943 moveto +634 931 588 913 553 900 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 554.56 896.86 moveto +544 896 lineto +551.72 903.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 554.56 896.86 moveto +544 896 lineto +551.72 903.26 lineto +closepath stroke +grestore +% v118->v113 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 729 949 moveto +815 937 1035 906 1141 890 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1141.4 893.48 moveto +1151 889 lineto +1140.7 886.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1141.4 893.48 moveto +1151 889 lineto +1140.7 886.51 lineto +closepath stroke +grestore +% v118->v114 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 726 946 moveto +773 933 862 910 918 895 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 918.88 898.39 moveto +928 893 lineto +917.51 891.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 918.88 898.39 moveto +928 893 lineto +917.51 891.53 lineto +closepath stroke +grestore +% v118->v117 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 658 948 moveto +591 936 443 907 361 893 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 361.49 889.53 moveto +351 891 lineto +360.12 896.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 361.49 889.53 moveto +351 891 lineto +360.12 896.39 lineto +closepath stroke +grestore +% v119 +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +693 1026 27 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +684.5 1021.9 moveto 17 (i=ii) alignedtext +grestore +% v119->v115 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 719 1019 moveto +766 1008 868 981 927 966 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 928.43 969.23 moveto +937 963 lineto +926.42 962.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 928.43 969.23 moveto +937 963 lineto +926.42 962.52 lineto +closepath stroke +grestore +% v119->v116 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 666 1023 moveto +542 1009 36 947 36 882 curveto +36 882 36 882 36 666 curveto +36 625 33 579 30 550 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 33.48 549.6 moveto +29 540 lineto +26.51 550.3 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 33.48 549.6 moveto +29 540 lineto +26.51 550.3 lineto +closepath stroke +grestore +% v119->v118 +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 693 1008 moveto +693 1000 693 991 693 982 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 696.5 982 moveto +693 972 lineto +689.5 982 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 696.5 982 moveto +693 972 lineto +689.5 982 lineto +closepath stroke +grestore +endpage +showpage +grestore +%%PageTrailer +%%EndPage: 1 +%%Trailer +%%Pages: 1 +%%BoundingBox: 36 36 3080 1088 +end +restore +%%EOF diff --git a/helm/software/matita/contribs/formal_topology/bin/graphs/G4.ps b/helm/software/matita/contribs/formal_topology/bin/graphs/G4.ps new file mode 100644 index 000000000..89f10cf9d --- /dev/null +++ b/helm/software/matita/contribs/formal_topology/bin/graphs/G4.ps @@ -0,0 +1,50144 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Creator: Graphviz version 2.20.2 (Sun Oct 12 22:28:10 UTC 2008) +%%For: (claudio) claudio,,, +%%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 text fitted to its expected width +/alignedtext { % width text + /text exch def + /width exch def + gsave + width 0 gt { + [] 0 setdash + text stringwidth pop width exch sub text length div 0 text ashow + } if + 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 13957 2528 +%%PageOrientation: Portrait +0 0 1 beginpage +gsave +36 36 13921 2492 boxprim clip newpath +1 1 set_scale 0 rotate 40 40 translate +% cicmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +7265 1746 45.17 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +7240.5 1741.9 moveto 49 (cic-c-cic) alignedtext +grestore +% cicmcmc_ccicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +7597 1602 75.24 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +7550.5 1597.9 moveto 93 (cic-c-c=ccic-c-c) alignedtext +grestore +% cicmcmcic->cicmcmc_ccicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7299 1734 moveto +7307 1732 7316 1730 7324 1728 curveto +7403 1712 7631 1751 7686 1692 curveto +7696 1680 7693 1669 7686 1656 curveto +7678 1641 7664 1630 7649 1622 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7650.44 1618.8 moveto +7640 1617 lineto +7647.04 1624.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7650.44 1618.8 moveto +7640 1617 lineto +7647.04 1624.92 lineto +closepath stroke +grestore +% cicmmcic_ccicmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +7996 1602 79.91 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +7946.5 1597.9 moveto 99 (cic--cic=ccic--cic) alignedtext +grestore +% cicmcmcic->cicmmcic_ccicmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7302 1736 moveto +7313 1733 7326 1730 7338 1728 curveto +7498 1700 7543 1727 7702 1692 curveto +7749 1681 7758 1670 7805 1656 curveto +7848 1642 7896 1628 7934 1619 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7935.43 1622.23 moveto +7944 1616 lineto +7933.42 1615.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7935.43 1622.23 moveto +7944 1616 lineto +7933.42 1615.52 lineto +closepath stroke +grestore +% cmcmcic_ccmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1985 1602 75.24 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1938.5 1597.9 moveto 93 (c-c-cic=cc-c-cic) alignedtext +grestore +% cicmcmcic->cmcmcic_ccmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7222 1741 moveto +7150 1731 7000 1712 6874 1692 curveto +6786 1677 6766 1664 6679 1656 curveto +6177 1608 2648 1650 2145 1620 curveto +2118 1618 2088 1615 2061 1612 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2061.3 1608.51 moveto +2051 1611 lineto +2060.6 1615.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2061.3 1608.51 moveto +2051 1611 lineto +2060.6 1615.48 lineto +closepath stroke +grestore +% cicmcmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +8064 1386 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +8040 1381.9 moveto 48 (cic-c-c--) alignedtext +grestore +% cicmcmc_ccicmcmc->cicmcmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7659 1592 moveto +7678 1589 7699 1586 7719 1584 curveto +7894 1563 7942 1589 8114 1548 curveto +8124 1545 8286 1484 8293 1476 curveto +8366 1366 8235 1433 8122 1404 curveto +8117 1403 8113 1402 8108 1400 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 8108.58 1396.52 moveto +8098 1397 lineto +8106.57 1403.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 8108.58 1396.52 moveto +8098 1397 lineto +8106.57 1403.23 lineto +closepath stroke +grestore +% cimmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3248 1458 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3224 1453.9 moveto 48 (ci--c-c-c) alignedtext +grestore +% cicmcmc_ccicmcmc->cimmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7532 1593 moveto +7503 1589 7468 1586 7437 1584 curveto +7271 1572 6104 1586 5943 1548 curveto +5906 1539 5903 1520 5867 1512 curveto +5590 1447 3582 1524 3301 1476 curveto +3297 1475 3293 1475 3290 1473 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3290.58 1469.52 moveto +3280 1470 lineto +3288.57 1476.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3290.58 1469.52 moveto +3280 1470 lineto +3288.57 1476.23 lineto +closepath stroke +grestore +% cicmmc_ccicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +8294 1530 66.21 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +8254 1525.9 moveto 80 (cic--c=ccic--c) alignedtext +grestore +% cicmcmc_ccicmcmc->cicmmc_ccicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7659 1592 moveto +7678 1589 7699 1586 7719 1584 curveto +7921 1561 7973 1571 8176 1548 curveto +8193 1545 8210 1543 8227 1540 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 8227.4 1543.48 moveto +8237 1539 lineto +8226.7 1536.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 8227.4 1543.48 moveto +8237 1539 lineto +8226.7 1536.51 lineto +closepath stroke +grestore +% cmmicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4890 1458 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4866 1453.9 moveto 48 (c--ic-c-c) alignedtext +grestore +% cicmcmc_ccicmcmc->cmmicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7531 1593 moveto +7502 1590 7468 1586 7437 1584 curveto +7286 1571 6897 1607 6759 1548 curveto +6737 1538 6742 1520 6721 1512 curveto +6633 1476 5114 1483 5019 1476 curveto +4994 1473 4965 1470 4941 1467 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4941.49 1463.53 moveto +4931 1465 lineto +4940.12 1470.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4941.49 1463.53 moveto +4931 1465 lineto +4940.12 1470.39 lineto +closepath stroke +grestore +% mmcicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4705 1386 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4681 1381.9 moveto 48 (--cic-c-c) alignedtext +grestore +% cicmcmc_ccicmcmc->mmcicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7650 1589 moveto +7658 1587 7667 1585 7676 1584 curveto +7782 1563 7982 1593 7910 1512 curveto +7862 1458 7661 1485 7591 1476 curveto +7487 1462 7462 1448 7358 1440 curveto +6824 1394 5484 1427 4948 1404 curveto +4883 1401 4808 1395 4758 1391 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4758.3 1387.51 moveto +4748 1390 lineto +4757.6 1394.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4758.3 1387.51 moveto +4748 1390 lineto +4757.6 1394.48 lineto +closepath stroke +grestore +% cmcmc_ccmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1940 1386 62.04 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1903 1381.9 moveto 74 (c-c-c=cc-c-c) alignedtext +grestore +% cicmcmc_ccicmcmc->cmcmc_ccmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7647 1589 moveto +7693 1576 7756 1557 7763 1548 curveto +7772 1535 7773 1523 7763 1512 curveto +7732 1478 7402 1485 7358 1476 curveto +7308 1465 7299 1448 7249 1440 curveto +6972 1394 2482 1414 2201 1404 curveto +2136 1401 2063 1396 2010 1392 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2010.3 1388.51 moveto +2000 1391 lineto +2009.6 1395.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2010.3 1388.51 moveto +2000 1391 lineto +2009.6 1395.48 lineto +closepath stroke +grestore +% cimimic_ccimimic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +6615 1458 64.82 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +6576 1453.9 moveto 78 (ci-i-ic=cci-i-ic) alignedtext +grestore +% cicmmcic_ccicmmcic->cimimic_ccimimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7963 1585 moveto +7919 1564 7837 1527 7763 1512 curveto +7529 1464 6925 1508 6689 1476 curveto +6683 1475 6677 1474 6671 1473 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6671.49 1469.53 moveto +6661 1471 lineto +6670.12 1476.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6671.49 1469.53 moveto +6661 1471 lineto +6670.12 1476.39 lineto +closepath stroke +grestore +% cicmmcic_ccicmmcic->cicmmc_ccicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 8051 1589 moveto +8103 1577 8181 1558 8234 1544 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 8234.88 1547.39 moveto +8244 1542 lineto +8233.51 1540.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 8234.88 1547.39 moveto +8244 1542 lineto +8233.51 1540.53 lineto +closepath stroke +grestore +% cmmcic_ccmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4232 1530 66.21 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4192 1525.9 moveto 80 (c--cic=cc--cic) alignedtext +grestore +% cicmmcic_ccicmmcic->cmmcic_ccmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7940 1589 moveto +7929 1587 7918 1585 7907 1584 curveto +7530 1544 4876 1562 4497 1548 curveto +4432 1545 4359 1540 4305 1536 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4305.3 1532.51 moveto +4295 1535 lineto +4304.6 1539.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4305.3 1532.51 moveto +4295 1535 lineto +4304.6 1539.48 lineto +closepath stroke +grestore +% cmcmcic_ccmcmcic->cmcmc_ccmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1930 1590 moveto +1920 1588 1910 1586 1901 1584 curveto +1858 1575 1735 1581 1706 1548 curveto +1648 1478 1796 1424 1882 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1883.43 1404.23 moveto +1892 1398 lineto +1881.42 1397.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1883.43 1404.23 moveto +1892 1398 lineto +1881.42 1397.52 lineto +closepath stroke +grestore +% cmcmcic_ccmcmcic->cmmcic_ccmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2050 1593 moveto +2079 1589 2114 1586 2145 1584 curveto +2987 1528 3201 1596 4043 1548 curveto +4082 1545 4125 1542 4161 1538 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4161.4 1541.48 moveto +4171 1537 lineto +4160.7 1534.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4161.4 1541.48 moveto +4171 1537 lineto +4160.7 1534.51 lineto +closepath stroke +grestore +% cmcmcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1592 1386 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1568 1381.9 moveto 48 (c-c-cic--) alignedtext +grestore +% cmcmcic_ccmcmcic->cmcmcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1932 1589 moveto +1921 1587 1911 1585 1901 1584 curveto +1802 1569 1530 1608 1449 1548 curveto +1410 1518 1393 1479 1422 1440 curveto +1424 1437 1497 1415 1547 1400 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1548.43 1403.23 moveto +1557 1397 lineto +1546.42 1396.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1548.43 1403.23 moveto +1557 1397 lineto +1546.42 1396.52 lineto +closepath stroke +grestore +% cmcmcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1260 1458 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1236 1453.9 moveto 48 (c-c-ci--c) alignedtext +grestore +% cmcmcic_ccmcmcic->cmcmcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1932 1589 moveto +1921 1587 1911 1585 1901 1584 curveto +1795 1568 1517 1588 1416 1548 curveto +1393 1538 1394 1525 1373 1512 curveto +1350 1497 1324 1484 1301 1474 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1302.56 1470.86 moveto +1292 1470 lineto +1299.72 1477.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1302.56 1470.86 moveto +1292 1470 lineto +1299.72 1477.26 lineto +closepath stroke +grestore +% cmcmcmmic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2978 1458 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2954 1453.9 moveto 48 (c-c-c--ic) alignedtext +grestore +% cmcmcic_ccmcmcic->cmcmcmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1981 1584 moveto +1978 1563 1977 1530 1996 1512 curveto +2034 1477 2870 1484 2920 1476 curveto +2925 1475 2930 1474 2934 1473 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2935.43 1476.23 moveto +2944 1470 lineto +2933.42 1469.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2935.43 1476.23 moveto +2944 1470 lineto +2933.42 1469.52 lineto +closepath stroke +grestore +% mmcmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2986 1386 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2962 1381.9 moveto 48 (--c-c-cic) alignedtext +grestore +% cmcmcic_ccmcmcic->mmcmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1930 1590 moveto +1863 1575 1758 1551 1755 1548 curveto +1746 1535 1745 1524 1755 1512 curveto +1773 1491 2205 1442 2231 1440 curveto +2492 1412 2559 1426 2819 1404 curveto +2858 1400 2901 1396 2933 1392 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2933.4 1395.48 moveto +2943 1391 lineto +2932.7 1388.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2933.4 1395.48 moveto +2943 1391 lineto +2932.7 1388.51 lineto +closepath stroke +grestore +% cicmcmci_ccicmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +7178 1818 79.91 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +7128.5 1813.9 moveto 99 (cic-c-ci=ccic-c-ci) alignedtext +grestore +% cicmcmci_ccicmcmci->cicmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7199 1801 moveto +7210 1791 7225 1779 7237 1769 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7239.78 1771.22 moveto +7245 1762 lineto +7235.17 1765.95 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7239.78 1771.22 moveto +7245 1762 lineto +7235.17 1765.95 lineto +closepath stroke +grestore +% cicmmci_ccicmmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +7885 1674 70.88 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +7842 1669.9 moveto 86 (cic--ci=ccic--ci) alignedtext +grestore +% cicmcmci_ccicmcmci->cicmmci_ccicmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7222 1803 moveto +7281 1783 7392 1747 7490 1728 curveto +7625 1700 7663 1714 7800 1692 curveto +7807 1691 7814 1689 7821 1688 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7821.88 1691.39 moveto +7831 1686 lineto +7820.51 1684.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7821.88 1691.39 moveto +7831 1686 lineto +7820.51 1684.53 lineto +closepath stroke +grestore +% cmcmci_ccmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2326 1674 66.21 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2286 1669.9 moveto 80 (c-c-ci=cc-c-ci) alignedtext +grestore +% cicmcmci_ccicmcmci->cmcmci_ccmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7114 1807 moveto +7094 1804 7071 1801 7051 1800 curveto +6184 1734 4007 1819 3139 1764 curveto +3004 1755 2971 1741 2835 1728 curveto +2643 1708 2593 1722 2401 1692 curveto +2395 1691 2390 1690 2384 1688 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2384.49 1684.53 moveto +2374 1686 lineto +2383.12 1691.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2384.49 1684.53 moveto +2374 1686 lineto +2383.12 1691.39 lineto +closepath stroke +grestore +% cicmmci_ccicmmci->cicmmcic_ccicmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7911 1657 moveto +7926 1648 7945 1636 7961 1625 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7963.62 1627.46 moveto +7970 1619 lineto +7959.74 1621.63 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7963.62 1627.46 moveto +7970 1619 lineto +7959.74 1621.63 lineto +closepath stroke +grestore +% cicmmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +6671 1530 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +6649 1525.9 moveto 44 (cic--ci--) alignedtext +grestore +% cicmmci_ccicmmci->cicmmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7949 1666 moveto +8024 1655 8130 1630 8085 1584 curveto +8033 1531 6832 1556 6759 1548 curveto +6745 1546 6731 1544 6717 1541 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6717.49 1537.53 moveto +6707 1539 lineto +6716.12 1544.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6717.49 1537.53 moveto +6707 1539 lineto +6716.12 1544.39 lineto +closepath stroke +grestore +% cicmmcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +6895 1602 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +6873 1597.9 moveto 44 (cic--c--i) alignedtext +grestore +% cicmmci_ccicmmci->cicmmcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7817 1668 moveto +7771 1665 7708 1660 7653 1656 curveto +7422 1639 7365 1636 7135 1620 curveto +7070 1615 6994 1610 6946 1606 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6946.3 1602.51 moveto +6936 1605 lineto +6945.6 1609.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6946.3 1602.51 moveto +6936 1605 lineto +6945.6 1609.48 lineto +closepath stroke +grestore +% cimmcmmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +5233 1602 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +5211 1597.9 moveto 44 (ci--c--ci) alignedtext +grestore +% cicmmci_ccicmmci->cimmcmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7819 1667 moveto +7772 1663 7709 1658 7653 1656 curveto +7135 1631 5836 1676 5321 1620 curveto +5307 1618 5293 1616 5279 1613 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5279.49 1609.53 moveto +5269 1611 lineto +5278.12 1616.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5279.49 1609.53 moveto +5269 1611 lineto +5278.12 1616.39 lineto +closepath stroke +grestore +% cmmicmmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +6809 1530 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +6787 1525.9 moveto 44 (c--ic--ci) alignedtext +grestore +% cicmmci_ccicmmci->cmmicmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7948 1666 moveto +8023 1655 8142 1636 8156 1620 curveto +8166 1607 8167 1595 8156 1584 curveto +8105 1532 6929 1561 6859 1548 curveto +6855 1547 6852 1547 6848 1546 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6849.56 1542.86 moveto +6839 1542 lineto +6846.72 1549.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6849.56 1542.86 moveto +6839 1542 lineto +6846.72 1549.26 lineto +closepath stroke +grestore +% mmcicmmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +6909 1530 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +6887 1525.9 moveto 44 (--cic--ci) alignedtext +grestore +% cicmmci_ccicmmci->mmcicmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7951 1667 moveto +8036 1657 8178 1638 8194 1620 curveto +8204 1607 8205 1595 8194 1584 curveto +8149 1537 7099 1553 7035 1548 curveto +7009 1545 6980 1542 6957 1539 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6957.49 1535.53 moveto +6947 1537 lineto +6956.12 1542.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6957.49 1535.53 moveto +6947 1537 lineto +6956.12 1542.39 lineto +closepath stroke +grestore +% cmmci_ccmmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3823 1602 56.98 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3790 1597.9 moveto 66 (c--ci=cc--ci) alignedtext +grestore +% cicmmci_ccicmmci->cmmci_ccmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7819 1667 moveto +7772 1663 7709 1658 7653 1656 curveto +6049 1585 5645 1694 4041 1620 curveto +3989 1617 3931 1613 3888 1608 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3888.3 1604.51 moveto +3878 1607 lineto +3887.6 1611.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3888.3 1604.51 moveto +3878 1607 lineto +3887.6 1611.48 lineto +closepath stroke +grestore +% cmcmci_ccmcmci->cmcmcic_ccmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2276 1662 moveto +2266 1660 2256 1658 2246 1656 curveto +2181 1641 2106 1626 2053 1615 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2053.49 1611.53 moveto +2043 1613 lineto +2052.12 1618.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2053.49 1611.53 moveto +2043 1613 lineto +2052.12 1618.39 lineto +closepath stroke +grestore +% cmcmci_ccmcmci->cmmci_ccmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2373 1661 moveto +2382 1659 2392 1657 2401 1656 curveto +2963 1581 3111 1662 3676 1620 curveto +3704 1618 3735 1614 3761 1611 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3761.4 1614.48 moveto +3771 1610 lineto +3760.7 1607.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3761.4 1614.48 moveto +3771 1610 lineto +3760.7 1607.51 lineto +closepath stroke +grestore +% cmcmcimmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1851 1602 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1829 1597.9 moveto 44 (c-c-ci--i) alignedtext +grestore +% cmcmci_ccmcmci->cmcmcimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2278 1662 moveto +2267 1660 2256 1657 2246 1656 curveto +2094 1631 2052 1654 1901 1620 curveto +1898 1619 1895 1618 1892 1617 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1892.58 1613.52 moveto +1882 1614 lineto +1890.57 1620.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1892.58 1613.52 moveto +1882 1614 lineto +1890.57 1620.23 lineto +closepath stroke +grestore +% mmcmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2839 1458 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2818.5 1453.9 moveto 41 (--c-c-ci) alignedtext +grestore +% cmcmci_ccmcmci->mmcmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2272 1663 moveto +2219 1652 2140 1634 2112 1620 curveto +2090 1608 2092 1593 2069 1584 curveto +1947 1530 1685 1608 1777 1512 curveto +1812 1475 2628 1479 2677 1476 curveto +2716 1472 2759 1468 2791 1464 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2791.4 1467.48 moveto +2801 1463 lineto +2790.7 1460.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2791.4 1467.48 moveto +2801 1463 lineto +2790.7 1460.51 lineto +closepath stroke +grestore +% cimimicmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +6181 1386 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +6160.5 1381.9 moveto 41 (ci-i-ic--) alignedtext +grestore +% cimimic_ccimimic->cimimicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6568 1445 moveto +6559 1443 6550 1441 6541 1440 curveto +6405 1415 6368 1434 6234 1404 curveto +6229 1403 6225 1402 6221 1400 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6221.58 1396.52 moveto +6211 1397 lineto +6219.57 1403.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6221.58 1396.52 moveto +6211 1397 lineto +6219.57 1403.23 lineto +closepath stroke +grestore +% cimimimmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +6085 1386 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +6064.5 1381.9 moveto 41 (ci-i-i--c) alignedtext +grestore +% cimimic_ccimimic->cimimimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6568 1445 moveto +6559 1443 6550 1441 6541 1440 curveto +6361 1410 6310 1444 6133 1404 curveto +6130 1403 6127 1402 6124 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6124.58 1397.52 moveto +6114 1398 lineto +6122.57 1404.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6124.58 1397.52 moveto +6114 1398 lineto +6122.57 1404.23 lineto +closepath stroke +grestore +% cmmimimic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +5668 1386 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +5647.5 1381.9 moveto 41 (c--i-i-ic) alignedtext +grestore +% cimimic_ccimimic->cmmimimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6569 1445 moveto +6560 1443 6550 1441 6541 1440 curveto +6177 1388 6075 1477 5716 1404 curveto +5713 1404 5710 1403 5706 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5707.59 1397.84 moveto +5697 1398 lineto +5705.38 1404.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5707.59 1397.84 moveto +5697 1398 lineto +5705.38 1404.48 lineto +closepath stroke +grestore +% mmcimimic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +5764 1386 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +5743.5 1381.9 moveto 41 (--ci-i-ic) alignedtext +grestore +% cimimic_ccimimic->mmcimimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6568 1445 moveto +6559 1443 6550 1441 6541 1440 curveto +6522 1437 5980 1401 5813 1390 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5813.3 1386.51 moveto +5803 1389 lineto +5812.6 1393.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5813.3 1386.51 moveto +5803 1389 lineto +5812.6 1393.48 lineto +closepath stroke +grestore +% cimicmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +7153 1098 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +7131 1093.9 moveto 44 (ci-ic-c--) alignedtext +grestore +% cimimicmm->cimicmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6192 1369 moveto +6216 1335 6273 1260 6341 1224 curveto +6412 1185 6442 1213 6520 1188 curveto +6555 1176 6560 1161 6597 1152 curveto +6796 1099 6855 1143 7060 1116 curveto +7075 1114 7091 1110 7106 1108 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7106.88 1111.39 moveto +7116 1106 lineto +7105.51 1104.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7106.88 1111.39 moveto +7116 1106 lineto +7105.51 1104.53 lineto +closepath stroke +grestore +% cmcimicmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3098 1026 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3076 1021.9 moveto 44 (c-ci-ic--) alignedtext +grestore +% cimimicmm->cmcimicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6152 1374 moveto +6146 1372 6139 1369 6133 1368 curveto +5956 1327 5905 1364 5727 1332 curveto +5580 1305 5225 1177 5077 1152 curveto +4632 1075 4515 1104 4063 1080 curveto +3860 1068 3348 1082 3148 1044 curveto +3144 1043 3141 1042 3138 1041 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3138.58 1037.52 moveto +3128 1038 lineto +3136.57 1044.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3138.58 1037.52 moveto +3128 1038 lineto +3136.57 1044.23 lineto +closepath stroke +grestore +% cimimmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +7001 1242 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +6979 1237.9 moveto 44 (ci-i--c-c) alignedtext +grestore +% cimimimmc->cimimmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6113 1373 moveto +6120 1371 6126 1369 6133 1368 curveto +6200 1354 7319 1381 7367 1332 curveto +7378 1320 7377 1307 7367 1296 curveto +7320 1244 7123 1274 7056 1260 curveto +7052 1259 7047 1258 7043 1257 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7043.58 1253.52 moveto +7033 1254 lineto +7041.57 1260.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7043.58 1253.52 moveto +7033 1254 lineto +7041.57 1260.23 lineto +closepath stroke +grestore +% cmcimimmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3399 1098 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3377 1093.9 moveto 44 (c-ci-i--c) alignedtext +grestore +% cimimimmc->cmcimimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6055 1374 moveto +6047 1372 6040 1370 6032 1368 curveto +5853 1330 5803 1364 5624 1332 curveto +5480 1305 5132 1173 4986 1152 curveto +4649 1101 3785 1178 3449 1116 curveto +3445 1115 3442 1114 3439 1113 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3439.58 1109.52 moveto +3429 1110 lineto +3437.57 1116.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3439.58 1109.52 moveto +3429 1110 lineto +3437.57 1116.23 lineto +closepath stroke +grestore +% cmmimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +5724 1098 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +5702 1093.9 moveto 44 (c--i-ic-c) alignedtext +grestore +% cmmimimic->cmmimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5694 1373 moveto +5742 1348 5841 1294 5858 1260 curveto +5879 1215 5866 1189 5834 1152 curveto +5817 1132 5791 1119 5769 1110 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5769.58 1106.52 moveto +5759 1107 lineto +5767.57 1113.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5769.58 1106.52 moveto +5759 1107 lineto +5767.57 1113.23 lineto +closepath stroke +grestore +% cmcmmimic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3303 1242 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3281 1237.9 moveto 44 (c-c--i-ic) alignedtext +grestore +% cmmimimic->cmcmmimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5630 1382 moveto +5590 1378 5525 1371 5468 1368 curveto +4999 1338 4880 1370 4411 1332 curveto +4290 1321 4262 1306 4140 1296 curveto +3792 1264 3697 1328 3353 1260 curveto +3349 1259 3346 1258 3343 1257 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3343.58 1253.52 moveto +3333 1254 lineto +3341.57 1260.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3343.58 1253.52 moveto +3333 1254 lineto +3341.57 1260.23 lineto +closepath stroke +grestore +% mmcimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4970 1026 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4948 1021.9 moveto 44 (--ci-ic-c) alignedtext +grestore +% mmcimimic->mmcimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5736 1373 moveto +5615 1318 5146 1105 5008 1043 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5009.56 1039.86 moveto +4999 1039 lineto +5006.72 1046.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5009.56 1039.86 moveto +4999 1039 lineto +5006.72 1046.26 lineto +closepath stroke +grestore +% mmcmcimic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3049 1098 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3027 1093.9 moveto 44 (--c-ci-ic) alignedtext +grestore +% mmcimimic->mmcmcimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5735 1374 moveto +5729 1372 5722 1369 5716 1368 curveto +5627 1343 5602 1349 5510 1332 curveto +5349 1301 5309 1294 5148 1260 curveto +5079 1245 5063 1236 4993 1224 curveto +4766 1181 4708 1171 4477 1152 curveto +3886 1102 3733 1179 3143 1116 curveto +3128 1114 3111 1111 3096 1108 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3096.49 1104.53 moveto +3086 1106 lineto +3095.12 1111.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3096.49 1104.53 moveto +3086 1106 lineto +3095.12 1111.39 lineto +closepath stroke +grestore +% cimimi_ccimimi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +6480 1530 55.79 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +6447.5 1525.9 moveto 65 (ci-i-i=cci-i-i) alignedtext +grestore +% cimimi_ccimimi->cimimic_ccimimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6509 1515 moveto +6529 1505 6555 1490 6576 1479 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6577.96 1481.92 moveto +6585 1474 lineto +6574.56 1475.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6577.96 1481.92 moveto +6585 1474 lineto +6574.56 1475.8 lineto +closepath stroke +grestore +% cimimimm_ccimimimm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +6767 1458 68.79 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +6725.5 1453.9 moveto 83 (ci-i-i--=cci-i-i--) alignedtext +grestore +% cimimi_ccimimi->cimimimm_ccimimimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6523 1518 moveto +6532 1516 6541 1514 6550 1512 curveto +6603 1498 6663 1483 6706 1472 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6706.88 1475.39 moveto +6716 1470 lineto +6705.51 1468.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6706.88 1475.39 moveto +6716 1470 lineto +6705.51 1468.53 lineto +closepath stroke +grestore +% cmmimimi_ccmmimimi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +5827 1458 68.79 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +5785.5 1453.9 moveto 83 (c--i-i-i=cc--i-i-i) alignedtext +grestore +% cimimi_ccimimi->cmmimimi_ccmmimimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6432 1520 moveto +6415 1517 6395 1514 6377 1512 curveto +6170 1486 6115 1506 5910 1476 curveto +5903 1475 5896 1473 5888 1472 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5888.49 1468.53 moveto +5878 1470 lineto +5887.12 1475.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5888.49 1468.53 moveto +5878 1470 lineto +5887.12 1475.39 lineto +closepath stroke +grestore +% mmcimimi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +6498 1458 34.24 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +6481 1453.9 moveto 34 (--ci-i-i) alignedtext +grestore +% cimimi_ccimimi->mmcimimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6485 1512 moveto +6487 1504 6489 1495 6491 1486 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6494.48 1486.58 moveto +6494 1476 lineto +6487.77 1484.57 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6494.48 1486.58 moveto +6494 1476 lineto +6487.77 1484.57 lineto +closepath stroke +grestore +% cimimimm_ccimimimm->cimimicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6718 1445 moveto +6708 1443 6698 1441 6689 1440 curveto +6488 1409 6432 1444 6234 1404 curveto +6229 1403 6225 1402 6221 1400 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6221.58 1396.52 moveto +6211 1397 lineto +6219.57 1403.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6221.58 1396.52 moveto +6211 1397 lineto +6219.57 1403.23 lineto +closepath stroke +grestore +% cimimimm_ccimimimm->cimimimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6718 1445 moveto +6708 1443 6698 1441 6689 1440 curveto +6443 1404 6375 1456 6133 1404 curveto +6130 1404 6127 1403 6124 1402 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6124.58 1398.46 moveto +6114 1398 lineto +6121.98 1404.96 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6124.58 1398.46 moveto +6114 1398 lineto +6121.98 1404.96 lineto +closepath stroke +grestore +% cimicmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +6645 1386 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +6623 1381.9 moveto 44 (ci-ic--c-) alignedtext +grestore +% cimimimm_ccimimimm->cimicmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6739 1441 moveto +6721 1431 6698 1417 6679 1406 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6680.44 1402.8 moveto +6670 1401 lineto +6677.04 1408.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6680.44 1402.8 moveto +6670 1401 lineto +6677.04 1408.92 lineto +closepath stroke +grestore +% cmcimimm_ccmcimimm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3627 1170 73.16 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3582 1165.9 moveto 90 (c-ci-i--=cc-ci-i--) alignedtext +grestore +% cimimimm_ccimimimm->cmcimimm_ccmcimimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6718 1445 moveto +6708 1443 6698 1441 6689 1440 curveto +6521 1412 6473 1446 6310 1404 curveto +6271 1394 6267 1377 6229 1368 curveto +6033 1318 5976 1351 5776 1332 curveto +5374 1291 5276 1254 4872 1224 curveto +4357 1185 4223 1251 3709 1188 curveto +3702 1187 3696 1186 3689 1185 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3689.49 1181.53 moveto +3679 1183 lineto +3688.12 1188.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3689.49 1181.53 moveto +3679 1183 lineto +3688.12 1188.39 lineto +closepath stroke +grestore +% cmmimimi_ccmmimimi->cmmimimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5792 1442 moveto +5767 1430 5732 1415 5705 1403 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5706.56 1399.86 moveto +5696 1399 lineto +5703.72 1406.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5706.56 1399.86 moveto +5696 1399 lineto +5703.72 1406.26 lineto +closepath stroke +grestore +% cmmimicm_ccmmimicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +5660 1170 73.16 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +5615 1165.9 moveto 90 (c--i-ic-=cc--i-ic-) alignedtext +grestore +% cmmimimi_ccmmimimi->cmmimicm_ccmmimicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5829 1440 moveto +5832 1397 5834 1289 5782 1224 curveto +5767 1206 5746 1194 5725 1185 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5725.58 1181.52 moveto +5715 1182 lineto +5723.57 1188.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5725.58 1181.52 moveto +5715 1182 lineto +5723.57 1188.23 lineto +closepath stroke +grestore +% cmcmmcimi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2437 1386 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2415 1381.9 moveto 44 (c-c--ci-i) alignedtext +grestore +% cmmimimi_ccmmimimi->cmcmmcimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5767 1449 moveto +5738 1446 5704 1442 5673 1440 curveto +5320 1417 2836 1466 2487 1404 curveto +2483 1403 2480 1402 2477 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2477.58 1397.52 moveto +2467 1398 lineto +2475.57 1404.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2477.58 1397.52 moveto +2467 1398 lineto +2475.57 1404.23 lineto +closepath stroke +grestore +% cmmcimimi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4996 1386 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4975.5 1381.9 moveto 41 (c--ci-i-i) alignedtext +grestore +% cmmimimi_ccmmimimi->cmmcimimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5769 1448 moveto +5749 1445 5727 1442 5706 1440 curveto +5432 1411 5361 1438 5087 1404 curveto +5073 1402 5056 1399 5042 1396 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5042.49 1392.53 moveto +5032 1394 lineto +5041.12 1399.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5042.49 1392.53 moveto +5032 1394 lineto +5041.12 1399.39 lineto +closepath stroke +grestore +% mmcimimi->mmcimimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6472 1446 moveto +6465 1444 6457 1441 6450 1440 curveto +6174 1381 6093 1457 5817 1404 curveto +5813 1403 5808 1402 5804 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5804.58 1397.52 moveto +5794 1398 lineto +5802.57 1404.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5804.58 1397.52 moveto +5794 1398 lineto +5802.57 1404.23 lineto +closepath stroke +grestore +% mmcimicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4883 1098 37.02 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4864 1093.9 moveto 38 (--ci-ic-) alignedtext +grestore +% mmcimimi->mmcimicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6471 1447 moveto +6465 1444 6457 1442 6450 1440 curveto +6270 1399 6217 1441 6037 1404 curveto +5988 1393 5979 1378 5931 1368 curveto +5796 1337 5758 1361 5624 1332 curveto +5368 1276 5313 1229 5062 1152 curveto +5015 1137 4961 1121 4925 1110 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4925.58 1106.52 moveto +4915 1107 lineto +4923.57 1113.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4925.58 1106.52 moveto +4915 1107 lineto +4923.57 1113.23 lineto +closepath stroke +grestore +% mmcmcimi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2944 1170 37.02 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2925 1165.9 moveto 38 (--c-ci-i) alignedtext +grestore +% mmcimimi->mmcmcimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6472 1446 moveto +6465 1444 6457 1441 6450 1440 curveto +6255 1396 6201 1430 6004 1404 curveto +5917 1392 5897 1380 5812 1368 curveto +5668 1346 5631 1348 5486 1332 curveto +5469 1330 4888 1267 4872 1260 curveto +4853 1250 4859 1232 4839 1224 curveto +4750 1183 3177 1195 3079 1188 curveto +3049 1185 3015 1181 2989 1177 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2989.3 1173.51 moveto +2979 1176 lineto +2988.6 1180.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2989.3 1173.51 moveto +2979 1176 lineto +2988.6 1180.48 lineto +closepath stroke +grestore +% mmcimimi->cmmcimimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6468 1450 moveto +6452 1446 6434 1442 6417 1440 curveto +5861 1370 5717 1442 5158 1404 curveto +5119 1400 5076 1396 5044 1392 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5044.3 1388.51 moveto +5034 1391 lineto +5043.6 1395.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5044.3 1388.51 moveto +5034 1391 lineto +5043.6 1395.48 lineto +closepath stroke +grestore +% icmcmcic_iicmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +6965 1818 77.13 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +6917.5 1813.9 moveto 95 (ic-c-cic=iic-c-cic) alignedtext +grestore +% icmcmcic_iicmcmcic->cicmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7019 1805 moveto +7075 1791 7162 1771 7216 1757 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7216.88 1760.39 moveto +7226 1755 lineto +7215.51 1753.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7216.88 1760.39 moveto +7226 1755 lineto +7215.51 1753.53 lineto +closepath stroke +grestore +% icmcmc_iicmcmc_icicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +7280 1674 98.17 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +7217 1669.9 moveto 126 (ic-c-c=iic-c-c=icic-c-c) alignedtext +grestore +% icmcmcic_iicmcmcic->icmcmc_iicmcmc_icicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7007 1803 moveto +7032 1793 7064 1779 7092 1764 curveto +7115 1750 7116 1740 7140 1728 curveto +7165 1714 7194 1702 7219 1693 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7220.43 1696.23 moveto +7229 1690 lineto +7218.42 1689.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7220.43 1696.23 moveto +7229 1690 lineto +7218.42 1689.52 lineto +closepath stroke +grestore +% icmmcic_iicmmcic_icicmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +7539 1674 104.93 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +7471.5 1669.9 moveto 135 (ic--cic=iic--cic=icic--cic) alignedtext +grestore +% icmcmcic_iicmcmcic->icmmcic_iicmmcic_icicmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7017 1805 moveto +7050 1795 7092 1782 7127 1764 curveto +7151 1751 7152 1738 7178 1728 curveto +7202 1717 7345 1698 7443 1685 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7443.4 1688.48 moveto +7453 1684 lineto +7442.7 1681.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7443.4 1688.48 moveto +7453 1684 lineto +7442.7 1681.51 lineto +closepath stroke +grestore +% icmcmc_iicmcmc_icicmcmc->cicmcmc_ccicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7342 1660 moveto +7397 1648 7477 1629 7532 1616 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7532.88 1619.39 moveto +7542 1614 lineto +7531.51 1612.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7532.88 1619.39 moveto +7542 1614 lineto +7531.51 1612.53 lineto +closepath stroke +grestore +% icmcmcmm_iicmcmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +7748 1458 75.94 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +7701 1453.9 moveto 94 (ic-c-c--=iic-c-c--) alignedtext +grestore +% icmcmc_iicmcmc_icicmcmc->icmcmcmm_iicmcmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7361 1664 moveto +7475 1649 7673 1623 7681 1620 curveto +7701 1609 7698 1594 7719 1584 curveto +7811 1538 7881 1626 7948 1548 curveto +7958 1535 7957 1524 7948 1512 curveto +7933 1491 7874 1478 7824 1469 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7824.49 1465.53 moveto +7814 1467 lineto +7823.12 1472.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7824.49 1465.53 moveto +7814 1467 lineto +7823.12 1472.39 lineto +closepath stroke +grestore +% immicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4797 1602 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4775 1597.9 moveto 44 (i--ic-c-c) alignedtext +grestore +% icmcmc_iicmcmc_icicmcmc->immicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7202 1663 moveto +7179 1660 7153 1657 7130 1656 curveto +6151 1589 5900 1697 4923 1620 curveto +4898 1617 4869 1614 4845 1611 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4845.49 1607.53 moveto +4835 1609 lineto +4844.12 1614.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4845.49 1607.53 moveto +4835 1609 lineto +4844.12 1614.39 lineto +closepath stroke +grestore +% icmmc_iicmmc_icicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +7813 1602 84.78 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +7760 1597.9 moveto 106 (ic--c=iic--c=icic--c) alignedtext +grestore +% icmcmc_iicmcmc_icicmcmc->icmmc_iicmmc_icicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7361 1664 moveto +7486 1648 7711 1620 7714 1620 curveto +7722 1619 7731 1617 7739 1616 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7739.88 1619.39 moveto +7749 1614 lineto +7738.51 1612.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7739.88 1619.39 moveto +7749 1614 lineto +7738.51 1612.53 lineto +closepath stroke +grestore +% icmmcic_iicmmcic_icicmmcic->cicmmcic_ccicmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7622 1663 moveto +7697 1653 7809 1637 7907 1620 curveto +7914 1619 7920 1617 7927 1616 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7927.88 1619.39 moveto +7937 1614 lineto +7926.51 1612.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7927.88 1619.39 moveto +7937 1614 lineto +7926.51 1612.53 lineto +closepath stroke +grestore +% icmmcic_iicmmcic_icicmmcic->icmmc_iicmmc_icicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7596 1659 moveto +7641 1647 7703 1631 7749 1619 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7750.43 1622.23 moveto +7759 1616 lineto +7748.42 1615.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7750.43 1622.23 moveto +7759 1616 lineto +7748.42 1615.52 lineto +closepath stroke +grestore +% icmmcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +5817 1530 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +5795 1525.9 moveto 44 (ic--cic--) alignedtext +grestore +% icmmcic_iicmmcic_icicmmcic->icmmcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7464 1661 moveto +7450 1659 7434 1657 7420 1656 curveto +7165 1628 7100 1638 6845 1620 curveto +6659 1606 6612 1598 6427 1584 curveto +6197 1566 6138 1577 5910 1548 curveto +5895 1546 5878 1542 5864 1540 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5864.49 1536.53 moveto +5854 1538 lineto +5863.12 1543.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5864.49 1536.53 moveto +5854 1538 lineto +5863.12 1543.39 lineto +closepath stroke +grestore +% icmmcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +7575 1530 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +7553 1525.9 moveto 44 (ic--ci--c) alignedtext +grestore +% icmmcic_iicmmcic_icicmmcic->icmmcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7465 1661 moveto +7388 1648 7279 1627 7273 1620 curveto +7262 1607 7262 1596 7273 1584 curveto +7309 1542 7465 1560 7520 1548 curveto +7525 1547 7529 1546 7533 1544 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7534.43 1547.23 moveto +7543 1541 lineto +7532.42 1540.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7534.43 1547.23 moveto +7543 1541 lineto +7532.42 1540.52 lineto +closepath stroke +grestore +% icmmcmmic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +7185 1602 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +7163 1597.9 moveto 44 (ic--c--ic) alignedtext +grestore +% icmmcic_iicmmcic_icicmmcic->icmmcmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7463 1661 moveto +7389 1649 7281 1630 7240 1620 curveto +7236 1619 7231 1617 7227 1616 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7227.58 1612.52 moveto +7217 1613 lineto +7225.57 1619.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7227.58 1612.52 moveto +7217 1613 lineto +7225.57 1619.23 lineto +closepath stroke +grestore +% immcmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4545 1602 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4523 1597.9 moveto 44 (i--c--cic) alignedtext +grestore +% icmmcic_iicmmcic_icicmmcic->immcmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7458 1663 moveto +7435 1660 7410 1657 7387 1656 curveto +6216 1578 5918 1680 4747 1620 curveto +4695 1617 4636 1612 4595 1607 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4595.3 1603.51 moveto +4585 1606 lineto +4594.6 1610.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4595.3 1603.51 moveto +4585 1606 lineto +4594.6 1610.48 lineto +closepath stroke +grestore +% mmicmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +5171 1530 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +5149 1525.9 moveto 44 (--ic--cic) alignedtext +grestore +% icmmcic_iicmmcic_icicmmcic->mmicmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7465 1661 moveto +7450 1659 7435 1657 7420 1656 curveto +7248 1641 6038 1657 5871 1620 curveto +5832 1611 5828 1593 5790 1584 curveto +5561 1527 5494 1579 5259 1548 curveto +5245 1546 5231 1543 5217 1540 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5217.49 1536.53 moveto +5207 1538 lineto +5216.12 1543.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5217.49 1536.53 moveto +5207 1538 lineto +5216.12 1543.39 lineto +closepath stroke +grestore +% icmcmci_iicmcmci_icicmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +6264 2034 104.93 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +6196.5 2029.9 moveto 135 (ic-c-ci=iic-c-ci=icic-c-ci) alignedtext +grestore +% icmcmci_iicmcmci_icicmcmci->cicmcmci_ccicmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6358 2026 moveto +6447 2018 6584 2003 6702 1980 curveto +6825 1956 6856 1949 6975 1908 curveto +7032 1888 7095 1859 7136 1839 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7137.28 1842.26 moveto +7145 1835 lineto +7134.44 1835.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7137.28 1842.26 moveto +7145 1835 lineto +7134.44 1835.86 lineto +closepath stroke +grestore +% icmcmci_iicmcmci_icicmcmci->icmcmcic_iicmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6347 2023 moveto +6418 2013 6525 1997 6617 1980 curveto +6687 1966 6703 1958 6774 1944 curveto +6855 1926 6901 1969 6957 1908 curveto +6971 1892 6972 1866 6970 1846 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6973.48 1845.6 moveto +6969 1836 lineto +6966.51 1846.3 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6973.48 1845.6 moveto +6969 1836 lineto +6966.51 1846.3 lineto +closepath stroke +grestore +% icmcmcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +6339 1890 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +6317 1885.9 moveto 44 (ic-c-c--i) alignedtext +grestore +% icmcmci_iicmcmci_icicmcmci->icmcmcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6265 2016 moveto +6266 1997 6270 1966 6283 1944 curveto +6289 1932 6299 1921 6309 1912 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6311.78 1914.22 moveto +6317 1905 lineto +6307.17 1908.95 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6311.78 1914.22 moveto +6317 1905 lineto +6307.17 1908.95 lineto +closepath stroke +grestore +% immcmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3082 1890 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3060 1885.9 moveto 44 (i--c-c-ci) alignedtext +grestore +% icmcmci_iicmcmci_icicmcmci->immcmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6161 2031 moveto +5789 2020 4544 1982 4502 1980 curveto +3966 1954 3317 1908 3133 1894 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3133.3 1890.51 moveto +3123 1893 lineto +3132.6 1897.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3133.3 1890.51 moveto +3123 1893 lineto +3132.6 1897.48 lineto +closepath stroke +grestore +% icmcmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +5496 1746 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +5474 1741.9 moveto 44 (ic-c-ci--) alignedtext +grestore +% icmcmci_iicmcmci_icicmcmci->icmcmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6173 2025 moveto +6120 2018 6054 2004 5999 1980 curveto +5949 1958 5944 1941 5902 1908 curveto +5882 1892 5880 1884 5859 1872 curveto +5754 1812 5615 1774 5543 1756 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5543.49 1752.53 moveto +5533 1754 lineto +5542.12 1759.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5543.49 1752.53 moveto +5533 1754 lineto +5542.12 1759.39 lineto +closepath stroke +grestore +% icmmci_iicmmci_icicmmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +6517 1962 91.03 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +6459.5 1957.9 moveto 115 (ic--ci=iic--ci=icic--ci) alignedtext +grestore +% icmcmci_iicmcmci_icicmcmci->icmmci_iicmmci_icicmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6318 2019 moveto +6359 2007 6413 1992 6455 1980 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6456.43 1983.23 moveto +6465 1977 lineto +6454.42 1976.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6456.43 1983.23 moveto +6465 1977 lineto +6454.42 1976.52 lineto +closepath stroke +grestore +% mmicmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4469 1746 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4447 1741.9 moveto 44 (--ic-c-ci) alignedtext +grestore +% icmcmci_iicmcmci_icicmcmci->mmicmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6165 2028 moveto +5919 2011 5281 1965 5076 1908 curveto +5041 1897 5037 1881 5000 1872 curveto +4824 1824 4758 1910 4591 1836 curveto +4570 1826 4572 1814 4553 1800 curveto +4538 1787 4519 1775 4503 1765 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4504.44 1761.8 moveto +4494 1760 lineto +4501.04 1767.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4504.44 1761.8 moveto +4494 1760 lineto +4501.04 1767.92 lineto +closepath stroke +grestore +% icmcmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +7358 1530 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +7334 1525.9 moveto 48 (ic-c-c-c-) alignedtext +grestore +% icmcmcmmi->icmcmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6378 1884 moveto +6504 1863 6896 1795 6945 1764 curveto +6989 1734 7032 1698 6999 1656 curveto +6955 1600 6888 1675 6845 1620 curveto +6835 1607 6834 1595 6845 1584 curveto +6879 1547 7246 1557 7296 1548 curveto +7302 1547 7308 1545 7313 1544 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7314.43 1547.23 moveto +7323 1541 lineto +7312.42 1540.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7314.43 1547.23 moveto +7323 1541 lineto +7312.42 1540.52 lineto +closepath stroke +grestore +% icmmcmmi_iicmmcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +6153 1818 70.88 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +6110 1813.9 moveto 86 (ic--c--i=iic--c--i) alignedtext +grestore +% icmcmcmmi->icmmcmmi_iicmmcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6308 1878 moveto +6279 1866 6236 1849 6202 1837 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6202.58 1833.46 moveto +6192 1833 lineto +6199.98 1839.96 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6202.58 1833.46 moveto +6192 1833 lineto +6199.98 1839.96 lineto +closepath stroke +grestore +% cmcmcmmi_ccmcmcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1865 1530 79.22 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1816 1525.9 moveto 98 (c-c-c--i=cc-c-c--i) alignedtext +grestore +% icmcmcmmi->cmcmcmmi_ccmcmcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6375 1882 moveto +6390 1878 6406 1875 6421 1872 curveto +6506 1854 6544 1889 6613 1836 curveto +6640 1814 6671 1726 6679 1692 curveto +6682 1676 6690 1667 6679 1656 curveto +6650 1627 3798 1621 3757 1620 curveto +3487 1610 3420 1596 3149 1584 curveto +2652 1561 2526 1583 2029 1548 curveto +2002 1545 1972 1543 1945 1540 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1945.3 1536.51 moveto +1935 1539 lineto +1944.6 1543.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1945.3 1536.51 moveto +1935 1539 lineto +1944.6 1543.48 lineto +closepath stroke +grestore +% immcmcmc_imcmcmcmc_iimmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2925 1530 114.85 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2850 1525.9 moveto 150 (i--c-c-c=i-c-c-c-c=ii--c-c-c) alignedtext +grestore +% immcmcmci->immcmcmc_imcmcmcmc_iimmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3071 1872 moveto +3047 1831 2995 1723 3043 1656 curveto +3072 1615 3121 1660 3149 1620 curveto +3159 1606 3159 1596 3149 1584 curveto +3140 1573 3071 1557 3012 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3012.49 1541.53 moveto +3002 1543 lineto +3011.12 1548.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3012.49 1541.53 moveto +3002 1543 lineto +3011.12 1548.39 lineto +closepath stroke +grestore +% immcmmci_imcmcmmci_iimmcmmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4707 1818 107.21 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4637.5 1813.9 moveto 139 (i--c--ci=i-c-c--ci=ii--c--ci) alignedtext +grestore +% immcmcmci->immcmmci_imcmcmmci_iimmcmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3123 1890 moveto +3297 1888 3988 1879 4553 1836 curveto +4572 1834 4592 1832 4612 1830 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4612.4 1833.48 moveto +4622 1829 lineto +4611.7 1826.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4612.4 1833.48 moveto +4622 1829 lineto +4611.7 1826.51 lineto +closepath stroke +grestore +% mcmcmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2556 1530 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2532 1525.9 moveto 48 (-c-c-c-ci) alignedtext +grestore +% immcmcmci->mcmcmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3065 1873 moveto +3013 1823 2852 1673 2695 1584 curveto +2679 1574 2634 1557 2600 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2600.58 1541.52 moveto +2590 1542 lineto +2598.57 1548.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2600.58 1541.52 moveto +2590 1542 lineto +2598.57 1548.23 lineto +closepath stroke +grestore +% icmcmcimm->icmcmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5537 1746 moveto +5658 1744 6006 1735 6110 1692 curveto +6133 1682 6129 1665 6153 1656 curveto +6239 1620 6480 1631 6574 1620 curveto +6680 1607 6705 1595 6812 1584 curveto +7026 1559 7083 1586 7296 1548 curveto +7302 1547 7308 1545 7313 1544 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7314.43 1547.23 moveto +7323 1541 lineto +7312.42 1540.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7314.43 1547.23 moveto +7323 1541 lineto +7312.42 1540.52 lineto +closepath stroke +grestore +% icmmcimm_iicmmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +6233 1674 70.88 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +6190 1669.9 moveto 86 (ic--ci--=iic--ci--) alignedtext +grestore +% icmcmcimm->icmmcimm_iicmmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5537 1744 moveto +5640 1740 5918 1726 6148 1692 curveto +6155 1691 6162 1689 6170 1688 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6170.88 1691.39 moveto +6180 1686 lineto +6169.51 1684.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6170.88 1691.39 moveto +6180 1686 lineto +6169.51 1684.53 lineto +closepath stroke +grestore +% cmcmcimm_ccmcmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1537 1530 79.22 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1488 1525.9 moveto 98 (c-c-ci--=cc-c-ci--) alignedtext +grestore +% icmcmcimm->cmcmcimm_ccmcmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5455 1744 moveto +5268 1737 4496 1706 4388 1692 curveto +4318 1682 4303 1664 4231 1656 curveto +3918 1616 3121 1672 2809 1620 curveto +2757 1611 2748 1593 2695 1584 curveto +2494 1548 1981 1559 1777 1548 curveto +1726 1544 1668 1541 1622 1537 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1622.3 1533.51 moveto +1612 1536 lineto +1621.6 1540.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1622.3 1533.51 moveto +1612 1536 lineto +1621.6 1540.48 lineto +closepath stroke +grestore +% icmmci_iicmmci_icicmmci->cicmmci_ccicmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6581 1949 moveto +6591 1947 6602 1945 6612 1944 curveto +6779 1920 6822 1925 6991 1908 curveto +7136 1893 7171 1885 7317 1872 curveto +7370 1867 7754 1865 7799 1836 curveto +7823 1819 7857 1744 7874 1701 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7877.14 1702.56 moveto +7878 1692 lineto +7870.74 1699.72 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7877.14 1702.56 moveto +7878 1692 lineto +7870.74 1699.72 lineto +closepath stroke +grestore +% icmmci_iicmmci_icicmmci->icmmcic_iicmmcic_icicmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6581 1949 moveto +6591 1947 6602 1945 6612 1944 curveto +6764 1921 6813 1965 6957 1908 curveto +6969 1903 7040 1844 7051 1836 curveto +7068 1820 7069 1813 7089 1800 curveto +7119 1779 7131 1783 7163 1764 curveto +7185 1750 7186 1738 7211 1728 curveto +7232 1718 7357 1699 7447 1686 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7447.4 1689.48 moveto +7457 1685 lineto +7446.7 1682.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7447.4 1689.48 moveto +7457 1685 lineto +7446.7 1682.51 lineto +closepath stroke +grestore +% icmmcimmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +5529 1890 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +5508.5 1885.9 moveto 41 (ic--ci--i) alignedtext +grestore +% icmmci_iicmmci_icicmmci->icmmcimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6444 1951 moveto +6423 1948 6400 1946 6379 1944 curveto +6025 1913 5930 1973 5582 1908 curveto +5577 1907 5573 1906 5569 1905 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5569.58 1901.52 moveto +5559 1902 lineto +5567.57 1908.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5569.58 1901.52 moveto +5559 1902 lineto +5567.57 1908.23 lineto +closepath stroke +grestore +% immicmmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +5124 1890 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +5103.5 1885.9 moveto 41 (i--ic--ci) alignedtext +grestore +% icmmci_iicmmci_icicmmci->immicmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6444 1951 moveto +6423 1948 6400 1946 6379 1944 curveto +5981 1910 5880 1926 5481 1908 curveto +5372 1902 5242 1896 5173 1892 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5173 1888.5 moveto +5163 1892 lineto +5173 1895.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5173 1888.5 moveto +5163 1892 lineto +5173 1895.5 lineto +closepath stroke +grestore +% mmicmcmci->mcmcmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4440 1733 moveto +4386 1708 4272 1656 4270 1656 curveto +3992 1591 3263 1686 2985 1620 curveto +2949 1611 2945 1594 2909 1584 curveto +2780 1546 2740 1577 2609 1548 curveto +2605 1547 2602 1546 2599 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2599.58 1541.52 moveto +2589 1542 lineto +2597.57 1548.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2599.58 1541.52 moveto +2589 1542 lineto +2597.57 1548.23 lineto +closepath stroke +grestore +% mmicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4545 1530 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4524.5 1525.9 moveto 41 (--ic-c-c) alignedtext +grestore +% mmicmcmci->mmicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4499 1734 moveto +4505 1732 4510 1730 4515 1728 curveto +4552 1714 4825 1651 4847 1620 curveto +4950 1478 4971 1644 4593 1548 curveto +4590 1547 4587 1546 4584 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4584.58 1541.52 moveto +4574 1542 lineto +4582.57 1548.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4584.58 1541.52 moveto +4574 1542 lineto +4582.57 1548.23 lineto +closepath stroke +grestore +% mmicmmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +5157 1674 37.02 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +5138 1669.9 moveto 38 (--ic--ci) alignedtext +grestore +% mmicmcmci->mmicmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4506 1738 moveto +4523 1734 4544 1730 4562 1728 curveto +4755 1701 4804 1710 4997 1692 curveto +5036 1688 5079 1683 5111 1679 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5111.4 1682.48 moveto +5121 1678 lineto +5110.7 1675.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5111.4 1682.48 moveto +5121 1678 lineto +5110.7 1675.51 lineto +closepath stroke +grestore +% cmcmcmcm_ccmcmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1738 1386 84.08 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1685.5 1381.9 moveto 105 (c-c-c-c-=cc-c-c-c-) alignedtext +grestore +% icmcmcmcm->cmcmcmcm_ccmcmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7320 1521 moveto +7303 1517 7284 1514 7267 1512 curveto +6396 1418 6168 1565 5297 1476 curveto +5212 1467 5193 1448 5107 1440 curveto +4391 1368 2587 1457 1869 1404 curveto +1852 1402 1833 1400 1816 1398 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1816.3 1394.51 moveto +1806 1397 lineto +1815.6 1401.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1816.3 1394.51 moveto +1806 1397 lineto +1815.6 1401.48 lineto +closepath stroke +grestore +% icmcmcmcm->icmcmcmm_iicmcmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7398 1522 moveto +7415 1519 7436 1515 7454 1512 curveto +7546 1495 7570 1493 7663 1476 curveto +7669 1475 7675 1473 7681 1472 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7681.88 1475.39 moveto +7691 1470 lineto +7680.51 1468.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7681.88 1475.39 moveto +7691 1470 lineto +7680.51 1468.53 lineto +closepath stroke +grestore +% icmmcmcm_iicmmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +7956 1458 75.94 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +7909 1453.9 moveto 94 (ic--c-c-=iic--c-c-) alignedtext +grestore +% icmcmcmcm->icmmcmcm_iicmmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7400 1524 moveto +7426 1520 7461 1516 7492 1512 curveto +7643 1493 7681 1495 7833 1476 curveto +7849 1474 7866 1472 7882 1470 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7882.88 1473.39 moveto +7892 1468 lineto +7881.51 1466.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7882.88 1473.39 moveto +7892 1468 lineto +7881.51 1466.53 lineto +closepath stroke +grestore +% imicmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +7199 1458 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +7177 1453.9 moveto 44 (i-ic-c-c-) alignedtext +grestore +% icmcmcmcm->imicmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7328 1517 moveto +7302 1505 7265 1488 7236 1475 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7237.56 1471.86 moveto +7227 1471 lineto +7234.72 1478.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7237.56 1471.86 moveto +7227 1471 lineto +7234.72 1478.26 lineto +closepath stroke +grestore +% icmmcmmi_iicmmcmmi->icmmcmcm_iicmmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6200 1804 moveto +6232 1795 6276 1780 6314 1764 curveto +6344 1750 6349 1741 6380 1728 curveto +6421 1708 6435 1712 6477 1692 curveto +6504 1678 6506 1665 6536 1656 curveto +6737 1591 6802 1657 7010 1620 curveto +7066 1609 7078 1593 7135 1584 curveto +7410 1537 7491 1616 7763 1548 curveto +7820 1533 7882 1502 7919 1480 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7920.96 1482.92 moveto +7928 1475 lineto +7917.56 1476.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7920.96 1482.92 moveto +7928 1475 lineto +7917.56 1476.8 lineto +closepath stroke +grestore +% icmmcmmi_iicmmcmmi->cicmmcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6187 1802 moveto +6268 1763 6474 1666 6508 1656 curveto +6512 1654 6742 1623 6846 1608 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6846.4 1611.48 moveto +6856 1607 lineto +6845.7 1604.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6846.4 1611.48 moveto +6856 1607 lineto +6845.7 1604.51 lineto +closepath stroke +grestore +% icmmcmmi_iicmmcmmi->icmmcmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6204 1805 moveto +6212 1803 6220 1802 6228 1800 curveto +6295 1783 6318 1797 6380 1764 curveto +6400 1752 6397 1739 6418 1728 curveto +6465 1700 6487 1718 6536 1692 curveto +6557 1680 6555 1665 6579 1656 curveto +6677 1616 6948 1631 7054 1620 curveto +7081 1617 7111 1612 7136 1609 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7136.4 1612.48 moveto +7146 1608 lineto +7135.7 1605.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7136.4 1612.48 moveto +7146 1608 lineto +7135.7 1605.51 lineto +closepath stroke +grestore +% icmmcmmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +6153 1746 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +6131 1741.9 moveto 44 (ic--c--ci) alignedtext +grestore +% icmmcmmi_iicmmcmmi->icmmcmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6153 1800 moveto +6153 1792 6153 1783 6153 1774 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6156.5 1774 moveto +6153 1764 lineto +6149.5 1774 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6156.5 1774 moveto +6153 1764 lineto +6149.5 1774 lineto +closepath stroke +grestore +% cmcmcmmi_ccmcmcmmi->cmcmcmcm_ccmcmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1790 1524 moveto +1690 1515 1522 1497 1503 1476 curveto +1493 1463 1494 1452 1503 1440 curveto +1509 1433 1599 1414 1666 1400 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1666.88 1403.39 moveto +1676 1398 lineto +1665.51 1396.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1666.88 1403.39 moveto +1676 1398 lineto +1665.51 1396.53 lineto +closepath stroke +grestore +% cmmcmmi_ccmmcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2741 1386 68.99 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2699 1381.9 moveto 84 (c--c--i=cc--c--i) alignedtext +grestore +% cmcmcmmi_ccmcmcmmi->cmmcmmi_ccmmcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1913 1516 moveto +1983 1496 2116 1460 2231 1440 curveto +2388 1412 2429 1421 2587 1404 curveto +2613 1401 2642 1398 2668 1394 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2668.4 1397.48 moveto +2678 1393 lineto +2667.7 1390.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2668.4 1397.48 moveto +2678 1393 lineto +2667.7 1390.51 lineto +closepath stroke +grestore +% cmcmcmmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4448 1386 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4424 1381.9 moveto 48 (c-c-c--ci) alignedtext +grestore +% cmcmcmmi_ccmcmcmmi->cmcmcmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1927 1519 moveto +1944 1516 1961 1514 1978 1512 curveto +2079 1502 2794 1515 2887 1476 curveto +2909 1466 2904 1448 2925 1440 curveto +3069 1380 4165 1416 4319 1404 curveto +4345 1401 4374 1398 4397 1395 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4397.88 1398.39 moveto +4407 1393 lineto +4396.51 1391.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4397.88 1398.39 moveto +4407 1393 lineto +4396.51 1391.53 lineto +closepath stroke +grestore +% cmcmcmmi_ccmcmcmmi->cmcmcmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1922 1517 moveto +1934 1515 1946 1513 1958 1512 curveto +2384 1463 2499 1548 2920 1476 curveto +2925 1475 2930 1474 2934 1473 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2935.43 1476.23 moveto +2944 1470 lineto +2933.42 1469.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2935.43 1476.23 moveto +2944 1470 lineto +2933.42 1469.52 lineto +closepath stroke +grestore +% imimic_imcimic_iimimic_icmcimic_icimimic_immimimic_imcmmimic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +6160 1530 207.96 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +6018 1525.9 moveto 284 (i-i-ic=i-ci-ic=ii-i-ic=ic-ci-ic=ici-i-ic=i--i-i-ic=i-c--i-ic) alignedtext +grestore +% imimic_imcimic_iimimic_icmcimic_icimimic_immimimic_imcmmimic->cimimic_ccimimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6284 1515 moveto +6358 1506 6456 1492 6541 1476 curveto +6546 1475 6551 1474 6557 1472 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6557.88 1475.39 moveto +6567 1470 lineto +6556.51 1468.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6557.88 1475.39 moveto +6567 1470 lineto +6556.51 1468.53 lineto +closepath stroke +grestore +% imimicmm_imcimicmm_iimimicmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +6052 1458 100.06 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +5988 1453.9 moveto 128 (i-i-ic--=i-ci-ic--=ii-i-ic--) alignedtext +grestore +% imimic_imcimic_iimimic_icmcimic_icimimic_immimimic_imcmmimic->imimicmm_imcimicmm_iimimicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6133 1512 moveto +6119 1503 6102 1492 6087 1482 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6088.26 1478.63 moveto +6078 1476 lineto +6084.38 1484.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6088.26 1478.63 moveto +6078 1476 lineto +6084.38 1484.46 lineto +closepath stroke +grestore +% imimimmc_imcimimmc_iimimimmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +6308 1458 100.06 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +6244 1453.9 moveto 128 (i-i-i--c=i-ci-i--c=ii-i-i--c) alignedtext +grestore +% imimic_imcimic_iimimic_icmcimic_icimimic_immimimic_imcmmimic->imimimmc_imcimimmc_iimimimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6197 1512 moveto +6217 1502 6242 1490 6264 1479 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6265.28 1482.26 moveto +6273 1475 lineto +6262.44 1475.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6265.28 1482.26 moveto +6273 1475 lineto +6262.44 1475.86 lineto +closepath stroke +grestore +% mmimimic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +5630 1458 34.24 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +5613 1453.9 moveto 34 (--i-i-ic) alignedtext +grestore +% imimic_imcimic_iimimic_icmcimic_icimimic_immimimic_imcmmimic->mmimimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6011 1517 moveto +5893 1507 5739 1491 5678 1476 curveto +5674 1475 5670 1474 5667 1473 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5667.58 1469.46 moveto +5657 1469 lineto +5664.98 1475.96 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5667.58 1469.46 moveto +5657 1469 lineto +5664.98 1475.96 lineto +closepath stroke +grestore +% imimicmm_imcimicmm_iimimicmm->cimimicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6083 1441 moveto +6102 1430 6127 1416 6147 1405 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6148.96 1407.92 moveto +6156 1400 lineto +6145.56 1401.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6148.96 1407.92 moveto +6156 1400 lineto +6145.56 1401.8 lineto +closepath stroke +grestore +% imicmcmm_imcicmcmm_iimicmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +6404 1170 107.21 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +6334.5 1165.9 moveto 139 (i-ic-c--=i-cic-c--=ii-ic-c--) alignedtext +grestore +% imimicmm_imcimicmm_iimimicmm->imicmcmm_imcicmcmm_iimicmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6043 1440 moveto +6035 1421 6026 1391 6037 1368 curveto +6056 1324 6079 1324 6118 1296 curveto +6165 1259 6177 1249 6232 1224 curveto +6264 1209 6301 1196 6333 1188 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6334.43 1191.23 moveto +6343 1185 lineto +6332.42 1184.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6334.43 1191.23 moveto +6343 1185 lineto +6332.42 1184.52 lineto +closepath stroke +grestore +% imimicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +5206 1386 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +5185.5 1381.9 moveto 41 (i-i-ic--c) alignedtext +grestore +% imimicmm_imcimicmm_iimimicmm->imimicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5980 1445 moveto +5966 1443 5952 1441 5938 1440 curveto +5638 1408 5556 1461 5259 1404 curveto +5254 1403 5250 1402 5246 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5246.58 1397.52 moveto +5236 1398 lineto +5244.57 1404.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5246.58 1397.52 moveto +5236 1398 lineto +5244.57 1404.23 lineto +closepath stroke +grestore +% mcimicmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3189 1098 37.02 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3170 1093.9 moveto 38 (-ci-ic--) alignedtext +grestore +% imimicmm_imcimicmm_iimimicmm->mcimicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5980 1445 moveto +5966 1443 5952 1441 5938 1440 curveto +5765 1422 5327 1445 5158 1404 curveto +5086 1385 5074 1364 5006 1332 curveto +4974 1316 4969 1306 4934 1296 curveto +4814 1259 4766 1316 4652 1260 curveto +4633 1250 4638 1233 4617 1224 curveto +4499 1171 3574 1236 3453 1188 curveto +3431 1179 3435 1163 3413 1152 curveto +3398 1143 3294 1121 3233 1107 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3233.49 1103.53 moveto +3223 1105 lineto +3232.12 1110.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3233.49 1103.53 moveto +3223 1105 lineto +3232.12 1110.39 lineto +closepath stroke +grestore +% imimimmc_imcimimmc_iimimimmc->cimimimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6256 1443 moveto +6221 1432 6174 1418 6133 1404 curveto +6130 1403 6127 1402 6124 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6125.56 1397.86 moveto +6115 1397 lineto +6122.72 1404.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6125.56 1397.86 moveto +6115 1397 lineto +6122.72 1404.26 lineto +closepath stroke +grestore +% imicmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +6507 1386 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +6485 1381.9 moveto 44 (i-ic--c-c) alignedtext +grestore +% imimimmc_imcimimmc_iimimimmc->imicmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6353 1442 moveto +6387 1430 6432 1414 6465 1402 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6467.02 1404.96 moveto +6475 1398 lineto +6464.42 1398.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6467.02 1404.96 moveto +6475 1398 lineto +6464.42 1398.46 lineto +closepath stroke +grestore +% imimimmc_imcimimmc_iimimimmc->imimicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6229 1447 moveto +6207 1444 6183 1442 6161 1440 curveto +5761 1407 5654 1477 5259 1404 curveto +5254 1403 5250 1402 5246 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5246.58 1397.52 moveto +5236 1398 lineto +5244.57 1404.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5246.58 1397.52 moveto +5236 1398 lineto +5244.57 1404.23 lineto +closepath stroke +grestore +% mcimimmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3499 1170 37.02 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3480 1165.9 moveto 38 (-ci-i--c) alignedtext +grestore +% imimimmc_imcimimmc_iimimimmc->mcimimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6229 1447 moveto +6207 1444 6183 1442 6161 1440 curveto +6064 1432 5382 1441 5292 1404 curveto +5271 1394 5275 1378 5254 1368 curveto +5184 1331 5154 1358 5078 1332 curveto +5045 1320 5041 1306 5006 1296 curveto +4889 1260 4851 1293 4733 1260 curveto +4696 1249 4691 1232 4652 1224 curveto +4413 1168 3787 1237 3545 1188 curveto +3542 1187 3539 1186 3536 1185 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3536.58 1181.52 moveto +3526 1182 lineto +3534.57 1188.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3536.58 1181.52 moveto +3526 1182 lineto +3534.57 1188.23 lineto +closepath stroke +grestore +% mmimimic->cmmimimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5639 1441 moveto +5644 1432 5649 1422 5654 1412 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5657.2 1413.44 moveto +5659 1403 lineto +5651.08 1410.04 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5657.2 1413.44 moveto +5659 1403 lineto +5651.08 1410.04 lineto +closepath stroke +grestore +% mmimimic->mmcimimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5654 1445 moveto +5674 1434 5706 1417 5729 1405 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5730.96 1407.92 moveto +5738 1400 lineto +5727.56 1401.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5730.96 1407.92 moveto +5738 1400 lineto +5727.56 1401.8 lineto +closepath stroke +grestore +% mmimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +5788 1170 37.02 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +5769 1165.9 moveto 38 (--i-ic-c) alignedtext +grestore +% mmimimic->mmimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5622 1440 moveto +5614 1421 5605 1389 5620 1368 curveto +5650 1326 5685 1358 5728 1332 curveto +5748 1320 5748 1310 5766 1296 curveto +5788 1278 5806 1285 5820 1260 curveto +5831 1239 5820 1214 5808 1195 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5810.8 1192.9 moveto +5802 1187 lineto +5805.2 1197.1 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5810.8 1192.9 moveto +5802 1187 lineto +5805.2 1197.1 lineto +closepath stroke +grestore +% mcmmcimic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2537 1386 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2515 1381.9 moveto 44 (-c--ci-ic) alignedtext +grestore +% mmimimic->mcmmcimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5597 1455 moveto +5551 1450 5468 1443 5397 1440 curveto +4791 1412 3269 1451 2663 1404 curveto +2638 1401 2609 1398 2585 1395 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2585.49 1391.53 moveto +2575 1393 lineto +2584.12 1398.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2585.49 1391.53 moveto +2575 1393 lineto +2584.12 1398.39 lineto +closepath stroke +grestore +% imimi_imcimi_iimimi_icmcimi_icimimi_immimimi_imcmmimi_immcmcimi_immcimimi_imcmmcimi_icmmimimi_icmcmmimi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +5728 1674 339.8 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +5491.5 1669.9 moveto 473 (i-i-i=i-ci-i=ii-i-i=ic-ci-i=ici-i-i=i--i-i-i=i-c--i-i=i--c-ci-i=i--ci-i-i=i-c--ci-i=ic--i-i-i=ic-c--i-i) alignedtext +grestore +% imimi_imcimi_iimimi_icmcimi_icimimi_immimimi_imcmmimi_immcmcimi_immcimimi_imcmmcimi_icmmimimi_icmcmmimi->cimimi_ccimimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5962 1661 moveto +6157 1649 6407 1632 6427 1620 curveto +6449 1605 6464 1578 6472 1558 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6475.48 1558.58 moveto +6475 1548 lineto +6468.77 1556.57 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6475.48 1558.58 moveto +6475 1548 lineto +6468.77 1556.57 lineto +closepath stroke +grestore +% imimi_imcimi_iimimi_icmcimi_icimimi_immimimi_imcmmimi_immcmcimi_immcimimi_imcmmcimi_icmmimimi_icmcmmimi->imimic_imcimic_iimimic_icmcimic_icimimic_immimimic_imcmmimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5751 1656 moveto +5778 1635 5825 1602 5871 1584 curveto +5917 1566 5969 1554 6017 1546 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6017.88 1549.39 moveto +6027 1544 lineto +6016.51 1542.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6017.88 1549.39 moveto +6027 1544 lineto +6016.51 1542.53 lineto +closepath stroke +grestore +% imimimm_imcimimm_iimimimm_icmcimimm_icimimimm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +6031 1602 150.79 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +5930.5 1597.9 moveto 201 (i-i-i--=i-ci-i--=ii-i-i--=ic-ci-i--=ici-i-i--) alignedtext +grestore +% imimi_imcimi_iimimi_icmcimi_icimimi_immimimi_imcmmimi_immcmcimi_immcimimi_imcmmcimi_icmmimimi_icmcmmimi->imimimm_imcimimm_iimimimm_icmcimimm_icimimimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5802 1656 moveto +5848 1645 5907 1631 5953 1620 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5953.88 1623.39 moveto +5963 1618 lineto +5952.51 1616.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5953.88 1623.39 moveto +5963 1618 lineto +5952.51 1616.53 lineto +closepath stroke +grestore +% mmimimi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +5566 1602 29.88 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +5552.5 1597.9 moveto 27 (--i-i-i) alignedtext +grestore +% imimi_imcimi_iimimi_icmcimi_icimimi_immimimi_imcmmimi_immcmcimi_immcimimi_imcmmcimi_icmmimimi_icmcmmimi->mmimimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5688 1656 moveto +5661 1645 5625 1628 5600 1617 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5601.56 1613.86 moveto +5591 1613 lineto +5598.72 1620.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5601.56 1613.86 moveto +5591 1613 lineto +5598.72 1620.26 lineto +closepath stroke +grestore +% imimimm_imcimimm_iimimimm_icmcimimm_icimimimm->cimimimm_ccimimimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6141 1590 moveto +6159 1588 6178 1586 6196 1584 curveto +6351 1567 6394 1589 6545 1548 curveto +6580 1537 6586 1526 6621 1512 curveto +6652 1499 6687 1486 6716 1475 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6716.62 1478.48 moveto +6725 1472 lineto +6714.41 1471.84 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6716.62 1478.48 moveto +6725 1472 lineto +6714.41 1471.84 lineto +closepath stroke +grestore +% imimimm_imcimimm_iimimimm_icmcimimm_icimimimm->imimimmc_imcimimmc_iimimimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6135 1589 moveto +6234 1576 6369 1557 6377 1548 curveto +6387 1535 6384 1526 6377 1512 curveto +6371 1499 6360 1489 6349 1481 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6351.1 1478.2 moveto +6341 1475 lineto +6346.9 1483.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6351.1 1478.2 moveto +6341 1475 lineto +6346.9 1483.8 lineto +closepath stroke +grestore +% imicmmcm_imcicmmcm_iimicmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +7151 1530 107.21 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +7081.5 1525.9 moveto 139 (i-ic--c-=i-cic--c-=ii-ic--c-) alignedtext +grestore +% imimimm_imcimimm_iimimimm_icmcimimm_icimimimm->imicmmcm_imcicmmcm_iimicmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6155 1592 moveto +6191 1589 6231 1586 6267 1584 curveto +6574 1564 6651 1570 6959 1548 curveto +6988 1545 7019 1543 7049 1540 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7049.4 1543.48 moveto +7059 1539 lineto +7048.7 1536.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7049.4 1543.48 moveto +7059 1539 lineto +7048.7 1536.51 lineto +closepath stroke +grestore +% imimicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +5719 1530 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +5698.5 1525.9 moveto 41 (i-i-ic-c-) alignedtext +grestore +% imimimm_imcimimm_iimimimm_icmcimimm_icimimimm->imimicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5942 1587 moveto +5891 1578 5825 1565 5767 1548 curveto +5764 1547 5761 1546 5759 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5759.58 1541.52 moveto +5749 1542 lineto +5757.57 1548.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5759.58 1541.52 moveto +5749 1542 lineto +5757.57 1548.23 lineto +closepath stroke +grestore +% mcimimm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3676 1242 32.16 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3660.5 1237.9 moveto 31 (-ci-i--) alignedtext +grestore +% imimimm_imcimimm_iimimimm_icmcimimm_icimimimm->mcimimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5920 1590 moveto +5848 1581 5753 1567 5671 1548 curveto +5620 1536 5609 1523 5557 1512 curveto +5429 1484 5392 1506 5264 1476 curveto +5219 1465 5210 1451 5164 1440 curveto +5039 1410 5003 1430 4877 1404 curveto +4823 1392 4813 1378 4758 1368 curveto +4606 1337 4565 1352 4411 1332 curveto +4312 1318 4287 1309 4187 1296 curveto +4013 1272 3805 1253 3718 1246 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3718.3 1242.51 moveto +3708 1245 lineto +3717.6 1249.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3718.3 1242.51 moveto +3708 1245 lineto +3717.6 1249.48 lineto +closepath stroke +grestore +% mmimimi->cmmimimi_ccmmimimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5581 1586 moveto +5600 1566 5635 1532 5671 1512 curveto +5701 1495 5737 1482 5766 1473 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5767.43 1476.23 moveto +5776 1470 lineto +5765.42 1469.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5767.43 1476.23 moveto +5776 1470 lineto +5765.42 1469.52 lineto +closepath stroke +grestore +% mmimimi->mmimimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5574 1584 moveto +5585 1560 5605 1514 5618 1485 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5621.14 1486.56 moveto +5622 1476 lineto +5614.74 1483.72 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5621.14 1486.56 moveto +5622 1476 lineto +5614.74 1483.72 lineto +closepath stroke +grestore +% mmimicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +5564 1242 32.16 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +5548.5 1237.9 moveto 31 (--i-ic-) alignedtext +grestore +% mmimimi->mmimicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5596 1600 moveto +5651 1597 5771 1589 5871 1584 curveto +6020 1575 6399 1584 6545 1548 curveto +6581 1538 6585 1523 6621 1512 curveto +6669 1497 6812 1514 6845 1476 curveto +6855 1463 6855 1451 6845 1440 curveto +6810 1402 6435 1414 6386 1404 curveto +6340 1394 6333 1378 6288 1368 curveto +6114 1329 6065 1362 5890 1332 curveto +5763 1310 5733 1299 5610 1260 curveto +5607 1259 5603 1258 5600 1256 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5600.58 1252.52 moveto +5590 1253 lineto +5598.57 1259.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5600.58 1252.52 moveto +5590 1253 lineto +5598.57 1259.23 lineto +closepath stroke +grestore +% mcmcimimi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1087 1530 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1066.5 1525.9 moveto 41 (-c-ci-i-i) alignedtext +grestore +% mmimimi->mcmcimimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5537 1598 moveto +5506 1593 5457 1587 5413 1584 curveto +5176 1569 1369 1591 1135 1548 curveto +1132 1548 1129 1547 1125 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1126.59 1541.84 moveto +1116 1542 lineto +1124.38 1548.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1126.59 1541.84 moveto +1116 1542 lineto +1124.38 1548.48 lineto +closepath stroke +grestore +% mcmmcimi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2419 1530 37.02 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2400 1525.9 moveto 38 (-c--ci-i) alignedtext +grestore +% mmimimi->mcmmcimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5537 1598 moveto +5506 1593 5457 1587 5413 1584 curveto +4768 1542 3146 1620 2503 1548 curveto +2489 1546 2475 1544 2462 1540 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2462.49 1536.53 moveto +2452 1538 lineto +2461.12 1543.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2462.49 1536.53 moveto +2452 1538 lineto +2461.12 1543.39 lineto +closepath stroke +grestore +% immcmcmc_imcmcmcmc_iimmcmcmc->cimmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3001 1516 moveto +3054 1506 3127 1492 3190 1476 curveto +3195 1475 3199 1474 3204 1472 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3205.43 1475.23 moveto +3214 1469 lineto +3203.42 1468.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3205.43 1475.23 moveto +3214 1469 lineto +3203.42 1468.52 lineto +closepath stroke +grestore +% icmmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +7958 1386 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +7934 1381.9 moveto 48 (ic--c-c-c) alignedtext +grestore +% immcmcmc_imcmcmcmc_iimmcmcmc->icmmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3005 1517 moveto +3020 1515 3035 1513 3049 1512 curveto +3334 1483 3407 1506 3691 1476 curveto +3794 1465 3817 1448 3919 1440 curveto +4361 1403 7468 1478 7905 1404 curveto +7909 1403 7913 1403 7916 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7917.43 1404.23 moveto +7926 1398 lineto +7915.42 1397.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7917.43 1404.23 moveto +7926 1398 lineto +7915.42 1397.52 lineto +closepath stroke +grestore +% immcmmc_imcmcmmc_iimmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1315 1386 100.95 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1250 1381.9 moveto 130 (i--c--c=i-c-c--c=ii--c--c) alignedtext +grestore +% immcmcmc_imcmcmcmc_iimmcmcmc->immcmmc_imcmcmmc_iimmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2843 1517 moveto +2829 1515 2815 1513 2801 1512 curveto +2646 1492 2604 1506 2450 1476 curveto +2396 1465 2386 1449 2331 1440 curveto +1984 1380 1891 1426 1539 1404 curveto +1499 1401 1455 1398 1416 1395 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1416.3 1391.51 moveto +1406 1394 lineto +1415.6 1398.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1416.3 1391.51 moveto +1406 1394 lineto +1415.6 1398.48 lineto +closepath stroke +grestore +% mcmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2252 1386 41.89 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2229.5 1381.9 moveto 45 (-c-c-c-c) alignedtext +grestore +% immcmcmc_imcmcmcmc_iimmcmcmc->mcmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2842 1517 moveto +2828 1516 2814 1514 2801 1512 curveto +2677 1494 2644 1505 2521 1476 curveto +2475 1464 2465 1455 2419 1440 curveto +2368 1423 2355 1420 2303 1404 curveto +2300 1403 2297 1402 2294 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2295.56 1397.86 moveto +2285 1397 lineto +2292.72 1404.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2295.56 1397.86 moveto +2285 1397 lineto +2292.72 1404.26 lineto +closepath stroke +grestore +% immcmmci_imcmcmmci_iimmcmmci->cimmcmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4802 1810 moveto +4851 1802 4911 1789 4959 1764 curveto +5023 1731 5017 1692 5078 1656 curveto +5112 1635 5155 1621 5186 1613 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5187.43 1616.23 moveto +5196 1610 lineto +5185.42 1609.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5187.43 1616.23 moveto +5196 1610 lineto +5185.42 1609.52 lineto +closepath stroke +grestore +% immcmmci_imcmcmmci_iimmcmmci->immcmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4651 1803 moveto +4632 1794 4612 1782 4600 1764 curveto +4575 1723 4616 1700 4597 1656 curveto +4592 1644 4583 1633 4574 1624 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4575.83 1620.95 moveto +4566 1617 lineto +4571.22 1626.22 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4575.83 1620.95 moveto +4566 1617 lineto +4571.22 1626.22 lineto +closepath stroke +grestore +% immcmmci_imcmcmmci_iimmcmmci->icmmcmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4810 1813 moveto +5095 1798 5892 1759 6102 1749 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6102.4 1752.48 moveto +6112 1748 lineto +6101.7 1745.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6102.4 1752.48 moveto +6112 1748 lineto +6101.7 1745.51 lineto +closepath stroke +grestore +% mcmcmmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4143 1458 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4122.5 1453.9 moveto 41 (-c-c--ci) alignedtext +grestore +% immcmmci_imcmcmmci_iimmcmmci->mcmcmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4673 1801 moveto +4659 1792 4643 1779 4633 1764 curveto +4591 1694 4656 1638 4595 1584 curveto +4525 1520 4470 1590 4384 1548 curveto +4364 1537 4367 1523 4346 1512 curveto +4320 1497 4240 1478 4189 1467 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4189.49 1463.53 moveto +4179 1465 lineto +4188.12 1470.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4189.49 1463.53 moveto +4179 1465 lineto +4188.12 1470.39 lineto +closepath stroke +grestore +% mcmcmcmci->mcmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2527 1516 moveto +2472 1489 2352 1433 2290 1404 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2291.56 1400.86 moveto +2281 1400 lineto +2288.72 1407.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2291.56 1400.86 moveto +2281 1400 lineto +2288.72 1407.26 lineto +closepath stroke +grestore +% mcmcmcmci->mcmcmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2588 1517 moveto +2595 1515 2602 1513 2609 1512 curveto +2918 1456 3707 1502 4019 1476 curveto +4045 1473 4073 1469 4096 1466 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4096.88 1469.39 moveto +4106 1464 lineto +4095.51 1462.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4096.88 1469.39 moveto +4106 1464 lineto +4095.51 1462.53 lineto +closepath stroke +grestore +% mcmcmcmci->mmcmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2589 1518 moveto +2596 1516 2603 1514 2609 1512 curveto +2672 1493 2747 1477 2793 1467 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2793.88 1470.39 moveto +2803 1465 lineto +2792.51 1463.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2793.88 1470.39 moveto +2803 1465 lineto +2792.51 1463.53 lineto +closepath stroke +grestore +% mcmcmcimi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2281 1458 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2259 1453.9 moveto 44 (-c-c-ci-i) alignedtext +grestore +% mcmcmcmci->mcmcmcimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2517 1521 moveto +2473 1511 2399 1494 2336 1476 curveto +2332 1475 2328 1473 2324 1472 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2324.58 1468.52 moveto +2314 1469 lineto +2322.57 1475.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2324.58 1468.52 moveto +2314 1469 lineto +2322.57 1475.23 lineto +closepath stroke +grestore +% cicmcmcmm->cimicmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 8069 1368 moveto +8076 1335 8086 1263 8048 1224 curveto +7988 1162 7384 1115 7204 1102 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7204.3 1098.51 moveto +7194 1101 lineto +7203.6 1105.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7204.3 1098.51 moveto +7194 1101 lineto +7203.6 1105.48 lineto +closepath stroke +grestore +% cicmmcmm_ccicmmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +7889 1314 79.22 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +7840 1309.9 moveto 98 (cic--c--=ccic--c--) alignedtext +grestore +% cicmcmcmm->cicmmcmm_ccicmmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 8033 1373 moveto +8006 1362 7967 1346 7937 1334 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7938.56 1330.86 moveto +7928 1330 lineto +7935.72 1337.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7938.56 1330.86 moveto +7928 1330 lineto +7935.72 1337.26 lineto +closepath stroke +grestore +% cmcmcmm_ccmcmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1737 1314 75.05 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1691 1309.9 moveto 92 (c-c-c--=cc-c-c--) alignedtext +grestore +% cicmcmcmm->cmcmcmm_ccmcmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 8032 1373 moveto +8025 1371 8018 1369 8011 1368 curveto +7692 1314 2524 1339 2201 1332 curveto +2068 1329 1914 1323 1821 1318 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1821 1314.5 moveto +1811 1318 lineto +1821 1321.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1821 1314.5 moveto +1811 1318 lineto +1821 1321.5 lineto +closepath stroke +grestore +% cimim_ccimim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +6100 954 52.12 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +6070.5 949.9 moveto 59 (ci-i-=cci-i-) alignedtext +grestore +% cimicmcmm->cimim_ccimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7120 1087 moveto +7088 1076 7037 1059 6994 1044 curveto +6947 1028 6937 1017 6890 1008 curveto +6751 979 6323 962 6162 956 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6162 952.5 moveto +6152 956 lineto +6162 959.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6162 952.5 moveto +6152 956 lineto +6162 959.5 lineto +closepath stroke +grestore +% cmcicmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2302 594 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2278 589.9 moveto 48 (c-cic-c--) alignedtext +grestore +% cimicmcmm->cmcicmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7131 1083 moveto +7082 1049 6961 972 6848 936 curveto +6607 859 6535 894 6285 864 curveto +5451 762 5245 703 4405 648 curveto +4178 632 2580 651 2355 612 curveto +2351 611 2347 611 2344 609 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2344.58 605.52 moveto +2334 606 lineto +2342.57 612.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2344.58 605.52 moveto +2334 606 lineto +2342.57 612.23 lineto +closepath stroke +grestore +% cicmmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +6131 1098 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +6107 1093.9 moveto 48 (cic--c--c) alignedtext +grestore +% cicmmcmm_ccicmmcmm->cicmmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7832 1301 moveto +7821 1299 7811 1298 7801 1296 curveto +7570 1256 6989 1178 6757 1152 curveto +6545 1128 6293 1109 6185 1102 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6185.3 1098.51 moveto +6175 1101 lineto +6184.6 1105.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6185.3 1098.51 moveto +6175 1101 lineto +6184.6 1105.48 lineto +closepath stroke +grestore +% cmmcmm_ccmmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3981 1242 64.82 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3942 1237.9 moveto 78 (c--c--=cc--c--) alignedtext +grestore +% cicmmcmm_ccicmmcmm->cmmcmm_ccmmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7834 1301 moveto +7823 1299 7812 1297 7801 1296 curveto +7387 1252 4469 1311 4055 1260 curveto +4049 1259 4044 1258 4038 1257 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4038.49 1253.53 moveto +4028 1255 lineto +4037.12 1260.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4038.49 1253.53 moveto +4028 1255 lineto +4037.12 1260.39 lineto +closepath stroke +grestore +% cmcmcmm_ccmcmcmm->cmcicmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1665 1309 moveto +1602 1303 1510 1290 1435 1260 curveto +1156 1148 928 1111 928 810 curveto +928 810 928 810 928 738 curveto +928 697 916 674 947 648 curveto +998 605 2001 596 2248 594 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2248 597.5 moveto +2258 594 lineto +2248 590.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2248 597.5 moveto +2258 594 lineto +2248 590.5 lineto +closepath stroke +grestore +% cmcmcmmc_ccmcmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4384 1170 84.08 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4331.5 1165.9 moveto 105 (c-c-c--c=cc-c-c--c) alignedtext +grestore +% cmcmcmm_ccmcmcmm->cmcmcmmc_ccmcmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1811 1311 moveto +2024 1302 2623 1276 2662 1260 curveto +2684 1250 2679 1232 2700 1224 curveto +2780 1191 4167 1194 4253 1188 curveto +4271 1186 4289 1184 4306 1182 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4306.4 1185.48 moveto +4316 1181 lineto +4305.7 1178.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4306.4 1185.48 moveto +4316 1181 lineto +4305.7 1178.51 lineto +closepath stroke +grestore +% cmcmcmm_ccmcmcmm->cmmcmm_ccmmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1811 1311 moveto +1903 1307 2063 1300 2201 1296 curveto +2875 1274 3044 1290 3717 1260 curveto +3782 1256 3855 1252 3908 1248 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3908.4 1251.48 moveto +3918 1247 lineto +3907.7 1244.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3908.4 1251.48 moveto +3918 1247 lineto +3907.7 1244.51 lineto +closepath stroke +grestore +% cimmcmcmc->cimimmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3281 1446 moveto +3288 1444 3294 1442 3301 1440 curveto +3381 1418 3584 1379 3665 1368 curveto +3861 1340 3911 1351 4107 1332 curveto +4243 1318 4276 1304 4411 1296 curveto +4693 1277 6673 1310 6951 1260 curveto +6955 1259 6958 1258 6961 1257 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6962.43 1260.23 moveto +6971 1254 lineto +6960.42 1253.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6962.43 1260.23 moveto +6971 1254 lineto +6960.42 1253.52 lineto +closepath stroke +grestore +% cimmcmmc_ccimmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4455 1242 79.22 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4406 1237.9 moveto 98 (ci--c--c=cci--c--c) alignedtext +grestore +% cimmcmcmc->cimmcmmc_ccimmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3280 1445 moveto +3359 1414 3574 1332 3761 1296 curveto +3819 1284 4196 1259 4369 1248 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4369.4 1251.48 moveto +4379 1247 lineto +4368.7 1244.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4369.4 1251.48 moveto +4379 1247 lineto +4368.7 1244.51 lineto +closepath stroke +grestore +% cmcmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2433 1314 46.75 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2407 1309.9 moveto 52 (c-c-c-c-c) alignedtext +grestore +% cimmcmcmc->cmcmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3209 1449 moveto +3192 1446 3171 1442 3152 1440 curveto +3044 1425 2763 1449 2663 1404 curveto +2643 1394 2647 1379 2627 1368 curveto +2604 1354 2533 1336 2484 1325 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2484.49 1321.53 moveto +2474 1323 lineto +2483.12 1328.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2484.49 1321.53 moveto +2474 1323 lineto +2483.12 1328.39 lineto +closepath stroke +grestore +% cicmmc_ccicmmc->cicmmcmm_ccicmmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 8355 1523 moveto +8414 1515 8496 1500 8516 1476 curveto +8525 1463 8525 1452 8516 1440 curveto +8450 1357 8133 1327 7977 1318 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7977.3 1314.51 moveto +7967 1317 lineto +7976.6 1321.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7977.3 1314.51 moveto +7967 1317 lineto +7976.6 1321.48 lineto +closepath stroke +grestore +% cimmicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +8243 1458 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +8221 1453.9 moveto 44 (ci--ic--c) alignedtext +grestore +% cicmmc_ccicmmc->cimmicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 8281 1512 moveto +8275 1504 8268 1493 8261 1484 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 8263.8 1481.9 moveto +8255 1476 lineto +8258.2 1486.1 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 8263.8 1481.9 moveto +8255 1476 lineto +8258.2 1486.1 lineto +closepath stroke +grestore +% mmcicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4697 1314 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4676.5 1309.9 moveto 41 (--cic--c) alignedtext +grestore +% cicmmc_ccicmmc->mmcicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 8354 1522 moveto +8421 1511 8516 1487 8478 1440 curveto +8454 1410 8187 1372 8150 1368 curveto +7973 1346 5155 1318 4746 1314 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4746 1310.5 moveto +4736 1314 lineto +4746 1317.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4746 1310.5 moveto +4736 1314 lineto +4746 1317.5 lineto +closepath stroke +grestore +% cmmc_ccmmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4473 1314 52.81 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4443 1309.9 moveto 60 (c--c=cc--c) alignedtext +grestore +% cicmmc_ccicmmc->cmmc_ccmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 8304 1512 moveto +8314 1492 8324 1460 8308 1440 curveto +8263 1383 8212 1440 8150 1404 curveto +8131 1393 8136 1376 8117 1368 curveto +8029 1328 4746 1337 4649 1332 curveto +4611 1329 4567 1325 4533 1321 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4533.3 1317.51 moveto +4523 1320 lineto +4532.6 1324.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4533.3 1317.51 moveto +4523 1320 lineto +4532.6 1324.48 lineto +closepath stroke +grestore +% cmmicmcmc->cmmimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4925 1447 moveto +4956 1436 5004 1420 5044 1404 curveto +5287 1304 5337 1253 5578 1152 curveto +5613 1138 5653 1122 5682 1112 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5683.43 1115.23 moveto +5692 1109 lineto +5681.42 1108.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5683.43 1115.23 moveto +5692 1109 lineto +5681.42 1108.52 lineto +closepath stroke +grestore +% cmmicmcmc->cmcmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4852 1449 moveto +4836 1446 4816 1442 4799 1440 curveto +4621 1414 4569 1451 4395 1404 curveto +4359 1394 4356 1376 4319 1368 curveto +4126 1322 2726 1352 2527 1332 curveto +2513 1330 2498 1328 2484 1325 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2484.49 1321.53 moveto +2474 1323 lineto +2483.12 1328.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2484.49 1321.53 moveto +2474 1323 lineto +2483.12 1328.39 lineto +closepath stroke +grestore +% cmmicmmc_ccmmicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +5380 1386 79.22 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +5331 1381.9 moveto 98 (c--ic--c=cc--ic--c) alignedtext +grestore +% cmmicmcmc->cmmicmmc_ccmmicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4932 1452 moveto +5014 1439 5199 1413 5303 1397 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5303.4 1400.48 moveto +5313 1396 lineto +5302.7 1393.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5303.4 1400.48 moveto +5313 1396 lineto +5302.7 1393.51 lineto +closepath stroke +grestore +% mimicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4337 810 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4315 805.9 moveto 44 (-i-ic-c-c) alignedtext +grestore +% cmmicmcmc->mimicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4890 1440 moveto +4890 1399 4887 1300 4857 1224 curveto +4843 1187 4833 1181 4807 1152 curveto +4674 998 4627 967 4451 864 curveto +4427 850 4399 836 4376 826 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4377.56 822.86 moveto +4367 822 lineto +4374.72 829.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4377.56 822.86 moveto +4367 822 lineto +4374.72 829.26 lineto +closepath stroke +grestore +% mmcicmcmc->mmcimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4743 1377 moveto +4820 1357 4992 1308 5024 1260 curveto +5069 1194 5017 1097 4988 1051 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4990.8 1048.9 moveto +4982 1043 lineto +4985.2 1053.1 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4990.8 1048.9 moveto +4982 1043 lineto +4985.2 1053.1 lineto +closepath stroke +grestore +% mmcicmcmc->mmcicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4703 1368 moveto +4702 1360 4701 1351 4700 1342 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4703.48 1341.6 moveto +4699 1332 lineto +4696.51 1342.3 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4703.48 1341.6 moveto +4699 1332 lineto +4696.51 1342.3 lineto +closepath stroke +grestore +% mmcicmcmc->mimicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4733 1372 moveto +4780 1346 4869 1287 4839 1224 curveto +4814 1168 4470 909 4366 832 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4368.1 829.2 moveto +4358 826 lineto +4363.9 834.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4368.1 829.2 moveto +4358 826 lineto +4363.9 834.8 lineto +closepath stroke +grestore +% mmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2573 1314 37.02 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2554 1309.9 moveto 38 (--c-c-c) alignedtext +grestore +% mmcicmcmc->mmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4667 1377 moveto +4650 1373 4630 1370 4611 1368 curveto +4391 1345 2837 1375 2619 1332 curveto +2616 1331 2613 1330 2610 1329 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2610.58 1325.52 moveto +2600 1326 lineto +2608.57 1332.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2610.58 1325.52 moveto +2600 1326 lineto +2608.57 1332.23 lineto +closepath stroke +grestore +% cmcmc_ccmcmc->cmcmcmm_ccmcmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1900 1372 moveto +1868 1361 1823 1345 1789 1332 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1789.58 1328.52 moveto +1779 1329 lineto +1787.57 1335.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1789.58 1328.52 moveto +1779 1329 lineto +1787.57 1335.23 lineto +closepath stroke +grestore +% cmcmc_ccmcmc->cmmc_ccmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2000 1381 moveto +2053 1377 2132 1371 2201 1368 curveto +3048 1330 3261 1360 4107 1332 curveto +4214 1328 4338 1322 4411 1318 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4411.4 1321.48 moveto +4421 1317 lineto +4410.7 1314.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4411.4 1321.48 moveto +4421 1317 lineto +4410.7 1314.51 lineto +closepath stroke +grestore +% cmcicmc_ccmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1885 666 75.24 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1838.5 661.9 moveto 93 (c-cic-c=cc-cic-c) alignedtext +grestore +% cmcmc_ccmcmc->cmcicmc_ccmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1916 1369 moveto +1901 1359 1881 1345 1864 1332 curveto +1845 1316 1844 1306 1821 1296 curveto +1714 1248 1674 1289 1560 1260 curveto +1476 1237 1447 1240 1377 1188 curveto +1272 1109 1196 1085 1196 954 curveto +1196 954 1196 954 1196 810 curveto +1196 768 1189 746 1220 720 curveto +1226 715 1626 685 1803 672 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1803.4 675.48 moveto +1813 671 lineto +1802.7 668.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1803.4 675.48 moveto +1813 671 lineto +1802.7 668.51 lineto +closepath stroke +grestore +% cmcmc_ccmcmc->mmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2001 1382 moveto +2102 1375 2313 1359 2489 1332 curveto +2503 1330 2517 1327 2530 1324 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2530.88 1327.39 moveto +2540 1322 lineto +2529.51 1320.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2530.88 1327.39 moveto +2540 1322 lineto +2529.51 1320.53 lineto +closepath stroke +grestore +% cicmcmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +6324 1818 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +6300 1813.9 moveto 48 (cic-c--c-) alignedtext +grestore +% cicmcm_ccicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +6870 1746 66.21 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +6830 1741.9 moveto 80 (cic-c-=ccic-c-) alignedtext +grestore +% cicmcmmcm->cicmcm_ccicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6366 1812 moveto +6391 1808 6424 1804 6453 1800 curveto +6604 1781 6644 1789 6795 1764 curveto +6801 1763 6806 1762 6812 1760 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6812.88 1763.39 moveto +6822 1758 lineto +6811.51 1756.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6812.88 1763.39 moveto +6822 1758 lineto +6811.51 1756.53 lineto +closepath stroke +grestore +% cicmcmmcm->cimicmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6358 1807 moveto +6451 1776 6714 1693 6940 1656 curveto +7049 1637 7337 1668 7437 1620 curveto +7456 1610 7450 1593 7470 1584 curveto +7528 1553 7719 1597 7763 1548 curveto +7773 1536 7773 1524 7763 1512 curveto +7713 1451 7666 1495 7591 1476 curveto +7537 1462 7527 1449 7473 1440 curveto +7130 1380 7031 1476 6691 1404 curveto +6688 1404 6686 1403 6684 1402 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6684.58 1398.52 moveto +6674 1399 lineto +6682.57 1405.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6684.58 1398.52 moveto +6674 1399 lineto +6682.57 1405.23 lineto +closepath stroke +grestore +% cmcmmcm_ccmcmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2251 1530 75.05 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2205 1525.9 moveto 92 (c-c--c-=cc-c--c-) alignedtext +grestore +% cicmcmmcm->cmcmmcm_ccmcmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6285 1809 moveto +6269 1806 6250 1802 6233 1800 curveto +5960 1765 5881 1835 5617 1764 curveto +5583 1754 5581 1736 5546 1728 curveto +5321 1669 4729 1721 4497 1692 curveto +4424 1682 4409 1665 4335 1656 curveto +3993 1610 3903 1643 3558 1620 curveto +3376 1607 3332 1596 3149 1584 curveto +2805 1560 2717 1581 2373 1548 curveto +2357 1546 2340 1544 2323 1541 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2323.3 1537.51 moveto +2313 1540 lineto +2322.6 1544.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2323.3 1537.51 moveto +2313 1540 lineto +2322.6 1544.48 lineto +closepath stroke +grestore +% cicmcm_ccicmcm->cicmcmc_ccicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6935 1743 moveto +7120 1733 7641 1704 7653 1692 curveto +7672 1672 7650 1645 7629 1626 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7630.83 1622.95 moveto +7621 1619 lineto +7626.22 1628.22 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7630.83 1622.95 moveto +7621 1619 lineto +7626.22 1628.22 lineto +closepath stroke +grestore +% cimmicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4547 1674 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4525 1669.9 moveto 44 (ci--ic-c-) alignedtext +grestore +% cicmcm_ccicmcm->cimmicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6824 1733 moveto +6814 1731 6804 1729 6795 1728 curveto +6377 1674 5322 1706 4901 1692 curveto +4794 1688 4667 1681 4598 1677 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4598.3 1673.51 moveto +4588 1676 lineto +4597.6 1680.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4598.3 1673.51 moveto +4588 1676 lineto +4597.6 1680.48 lineto +closepath stroke +grestore +% cicmm_ccicmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +8145 1674 56.98 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +8112 1669.9 moveto 66 (cic--=ccic--) alignedtext +grestore +% cicmcm_ccicmcm->cicmm_ccicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6935 1742 moveto +7003 1738 7115 1732 7211 1728 curveto +7546 1711 7630 1716 7965 1692 curveto +8003 1689 8046 1685 8081 1681 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 8081.4 1684.48 moveto +8091 1680 lineto +8080.7 1677.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 8081.4 1684.48 moveto +8091 1680 lineto +8080.7 1677.51 lineto +closepath stroke +grestore +% mmcicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3349 1458 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3328.5 1453.9 moveto 41 (--cic-c-) alignedtext +grestore +% cicmcm_ccicmcm->mmcicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6875 1728 moveto +6879 1707 6882 1674 6864 1656 curveto +6821 1614 5848 1634 5790 1620 curveto +5754 1611 5751 1593 5714 1584 curveto +5459 1518 5383 1586 5121 1548 curveto +5053 1537 5038 1520 4969 1512 curveto +4293 1424 4113 1554 3435 1476 curveto +3421 1474 3407 1472 3394 1469 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3394.49 1465.53 moveto +3384 1467 lineto +3393.12 1472.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3394.49 1465.53 moveto +3384 1467 lineto +3393.12 1472.39 lineto +closepath stroke +grestore +% cmcm_ccmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1865 1458 52.81 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1835 1453.9 moveto 60 (c-c-=cc-c-) alignedtext +grestore +% cicmcm_ccicmcm->cmcm_ccmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6867 1728 moveto +6862 1706 6851 1672 6826 1656 curveto +6722 1588 5834 1649 5714 1620 curveto +5678 1611 5675 1592 5638 1584 curveto +5212 1483 4094 1642 3665 1548 curveto +3627 1539 3623 1520 3584 1512 curveto +3438 1478 2382 1481 2231 1476 curveto +2125 1471 2001 1466 1928 1462 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1928.3 1458.51 moveto +1918 1461 lineto +1927.6 1465.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1928.3 1458.51 moveto +1918 1461 lineto +1927.6 1465.48 lineto +closepath stroke +grestore +% cimimmcm_ccimimmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +7487 1314 73.16 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +7442 1309.9 moveto 90 (ci-i--c-=cci-i--c-) alignedtext +grestore +% cimicmmcm->cimimmcm_ccimimmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6686 1385 moveto +6800 1382 7129 1369 7400 1332 curveto +7408 1331 7415 1329 7423 1328 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7423.88 1331.39 moveto +7433 1326 lineto +7422.51 1324.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7423.88 1331.39 moveto +7433 1326 lineto +7422.51 1324.53 lineto +closepath stroke +grestore +% cmcicmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3790 1098 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3766 1093.9 moveto 48 (c-cic--c-) alignedtext +grestore +% cimicmmcm->cmcicmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6614 1374 moveto +6606 1372 6598 1370 6590 1368 curveto +6458 1338 6416 1374 6288 1332 curveto +6226 1311 6088 1226 6037 1188 curveto +6018 1174 6020 1160 5999 1152 curveto +5893 1109 4071 1123 3957 1116 curveto +3919 1113 3875 1109 3842 1104 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3842.3 1100.51 moveto +3832 1103 lineto +3841.6 1107.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3842.3 1100.51 moveto +3832 1103 lineto +3841.6 1107.48 lineto +closepath stroke +grestore +% cmcmmcm_ccmcmmcm->cmcm_ccmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2194 1518 moveto +2184 1516 2172 1514 2162 1512 curveto +2061 1493 2034 1497 1932 1476 curveto +1927 1475 1921 1473 1916 1472 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1916.58 1468.52 moveto +1906 1469 lineto +1914.57 1475.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1916.58 1468.52 moveto +1906 1469 lineto +1914.57 1475.23 lineto +closepath stroke +grestore +% cmcmmcm_ccmcmmcm->cmcicmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2215 1514 moveto +2199 1505 2183 1493 2174 1476 curveto +2151 1430 2144 1362 2201 1296 curveto +2269 1219 2536 1169 2636 1152 curveto +2861 1111 3434 1135 3661 1116 curveto +3687 1113 3716 1109 3739 1106 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3739.4 1109.48 moveto +3749 1105 lineto +3738.7 1102.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3739.4 1109.48 moveto +3749 1105 lineto +3738.7 1102.51 lineto +closepath stroke +grestore +% cmcmmcm_ccmcmmcm->cmcmcmcm_ccmcmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2196 1518 moveto +2185 1515 2173 1513 2162 1512 curveto +2076 1499 1840 1529 1770 1476 curveto +1751 1461 1743 1434 1740 1414 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1743.48 1413.6 moveto +1739 1404 lineto +1736.51 1414.3 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1743.48 1413.6 moveto +1739 1404 lineto +1736.51 1414.3 lineto +closepath stroke +grestore +% cmcmmcmc_ccmcmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1596 1458 84.08 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1543.5 1453.9 moveto 105 (c-c--c-c=cc-c--c-c) alignedtext +grestore +% cmcmmcm_ccmcmmcm->cmcmmcmc_ccmcmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2196 1518 moveto +2185 1515 2173 1513 2162 1512 curveto +1956 1483 1901 1502 1694 1476 curveto +1685 1475 1677 1473 1668 1472 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1668.49 1468.53 moveto +1658 1470 lineto +1667.12 1475.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1668.49 1468.53 moveto +1658 1470 lineto +1667.12 1475.39 lineto +closepath stroke +grestore +% cmcmmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2093 1098 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2069 1093.9 moveto 48 (c-c--cic-) alignedtext +grestore +% cmcmmcm_ccmcmmcm->cmcmmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2195 1518 moveto +2186 1516 2175 1514 2166 1512 curveto +2123 1503 1999 1510 1970 1476 curveto +1921 1416 2044 1405 2044 1404 curveto +2053 1390 2046 1383 2044 1368 curveto +2034 1270 1957 1237 2004 1152 curveto +2014 1134 2031 1122 2049 1114 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2050.96 1116.92 moveto +2058 1109 lineto +2047.56 1110.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2050.96 1116.92 moveto +2058 1109 lineto +2047.56 1110.8 lineto +closepath stroke +grestore +% cimmcmcm_ccimmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3233 1530 79.22 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3184 1525.9 moveto 98 (ci--c-c-=cci--c-c-) alignedtext +grestore +% cimmicmcm->cimmcmcm_ccimmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4509 1668 moveto +4483 1664 4447 1659 4416 1656 curveto +4125 1628 4049 1654 3757 1620 curveto +3670 1609 3649 1598 3562 1584 curveto +3454 1566 3426 1567 3317 1548 curveto +3311 1547 3306 1546 3300 1544 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3300.3 1540.51 moveto +3290 1543 lineto +3299.6 1547.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3300.3 1540.51 moveto +3290 1543 lineto +3299.6 1547.48 lineto +closepath stroke +grestore +% cimmicmm_ccimmicmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +7355 1602 73.16 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +7310 1597.9 moveto 90 (ci--ic--=cci--ic--) alignedtext +grestore +% cimmicmcm->cimmicmm_ccimmicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4588 1671 moveto +4654 1667 4788 1660 4901 1656 curveto +5420 1638 6718 1662 7235 1620 curveto +7251 1618 7269 1616 7285 1614 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7285.88 1617.39 moveto +7295 1612 lineto +7284.51 1610.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7285.88 1617.39 moveto +7295 1612 lineto +7284.51 1610.53 lineto +closepath stroke +grestore +% cmmicmcm_ccmmicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3955 1530 79.22 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3906 1525.9 moveto 98 (c--ic-c-=cc--ic-c-) alignedtext +grestore +% cimmicmcm->cmmicmcm_ccmmicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4515 1663 moveto +4507 1660 4500 1658 4492 1656 curveto +4422 1636 4401 1643 4331 1620 curveto +4294 1607 4288 1595 4250 1584 curveto +4211 1572 4104 1554 4031 1542 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4031.49 1538.53 moveto +4021 1540 lineto +4030.12 1545.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4031.49 1538.53 moveto +4021 1540 lineto +4030.12 1545.39 lineto +closepath stroke +grestore +% cicmm_ccicmm->cicmmc_ccicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 8193 1664 moveto +8219 1656 8250 1643 8270 1620 curveto +8284 1602 8290 1577 8293 1558 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 8296.49 1558.3 moveto +8294 1548 lineto +8289.52 1557.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 8296.49 1558.3 moveto +8294 1548 lineto +8289.52 1557.6 lineto +closepath stroke +grestore +% cicmm_ccicmm->cimmicmm_ccimmicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 8092 1667 moveto +8064 1663 8029 1659 7998 1656 curveto +7782 1634 7728 1640 7513 1620 curveto +7486 1617 7457 1614 7431 1611 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7431.3 1607.51 moveto +7421 1610 lineto +7430.6 1614.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7431.3 1607.51 moveto +7421 1610 lineto +7430.6 1614.48 lineto +closepath stroke +grestore +% mmcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3867 1386 34.94 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3849.5 1381.9 moveto 35 (--cic--) alignedtext +grestore +% cicmm_ccicmm->mmcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 8193 1664 moveto +8249 1650 8338 1617 8369 1548 curveto +8375 1533 8375 1526 8369 1512 curveto +8358 1489 8344 1493 8326 1476 curveto +8310 1461 8312 1448 8293 1440 curveto +8182 1390 4069 1417 3949 1404 curveto +3935 1402 3921 1400 3908 1396 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3908.49 1392.53 moveto +3898 1394 lineto +3907.12 1399.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3908.49 1392.53 moveto +3898 1394 lineto +3907.12 1399.39 lineto +closepath stroke +grestore +% cmm_ccmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +7214 1386 43.78 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +7190.5 1381.9 moveto 47 (c--=cc--) alignedtext +grestore +% cicmm_ccicmm->cmm_ccmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 8201 1670 moveto +8269 1664 8377 1650 8402 1620 curveto +8456 1552 8406 1473 8326 1440 curveto +8217 1394 7382 1425 7267 1404 curveto +7263 1403 7259 1403 7256 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7256.58 1397.52 moveto +7246 1398 lineto +7254.57 1404.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7256.58 1397.52 moveto +7246 1398 lineto +7254.57 1404.23 lineto +closepath stroke +grestore +% mmcicmcm->mmcicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3383 1449 moveto +3399 1446 3418 1442 3435 1440 curveto +3955 1378 4092 1461 4611 1404 curveto +4626 1402 4642 1399 4656 1397 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4656.88 1400.39 moveto +4666 1395 lineto +4655.51 1393.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4656.88 1400.39 moveto +4666 1395 lineto +4655.51 1393.53 lineto +closepath stroke +grestore +% mmcicmcm->mmcimicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3374 1444 moveto +3451 1402 3691 1274 3907 1224 curveto +4155 1166 4226 1223 4477 1188 curveto +4613 1169 4768 1129 4841 1110 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4842.43 1113.23 moveto +4851 1107 lineto +4840.42 1106.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4842.43 1113.23 moveto +4851 1107 lineto +4840.42 1106.52 lineto +closepath stroke +grestore +% mmcicmcm->mmcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3379 1446 moveto +3387 1444 3394 1442 3402 1440 curveto +3564 1405 3608 1427 3771 1404 curveto +3788 1402 3807 1398 3824 1395 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3824.88 1398.39 moveto +3834 1393 lineto +3823.51 1391.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3824.88 1398.39 moveto +3834 1393 lineto +3823.51 1391.53 lineto +closepath stroke +grestore +% cmmcicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3718 1386 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3694 1381.9 moveto 48 (c--cic-c-) alignedtext +grestore +% mmcicmcm->cmmcicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3380 1447 moveto +3387 1444 3395 1442 3402 1440 curveto +3499 1415 3525 1421 3622 1404 curveto +3637 1402 3653 1398 3668 1396 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3668.88 1399.39 moveto +3678 1394 lineto +3667.51 1392.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3668.88 1399.39 moveto +3678 1394 lineto +3667.51 1392.53 lineto +closepath stroke +grestore +% mmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2345 1386 32.86 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2329 1381.9 moveto 32 (--c-c-) alignedtext +grestore +% mmcicmcm->mmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3321 1445 moveto +3314 1443 3308 1441 3301 1440 curveto +2903 1359 2784 1493 2387 1404 curveto +2384 1404 2382 1403 2379 1402 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2380.56 1398.86 moveto +2370 1398 lineto +2377.72 1405.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2380.56 1398.86 moveto +2370 1398 lineto +2377.72 1405.26 lineto +closepath stroke +grestore +% cmcm_ccmcm->cmcmc_ccmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1883 1441 moveto +1893 1432 1904 1421 1915 1410 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1917.4 1412.55 moveto +1922 1403 lineto +1912.45 1407.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1917.4 1412.55 moveto +1922 1403 lineto +1912.45 1407.6 lineto +closepath stroke +grestore +% cmcm_ccmcm->cmm_ccmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1917 1455 moveto +1988 1450 2120 1443 2231 1440 curveto +2505 1432 6890 1449 7161 1404 curveto +7165 1403 7169 1403 7172 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7173.43 1404.23 moveto +7182 1398 lineto +7171.42 1397.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7173.43 1404.23 moveto +7182 1398 lineto +7171.42 1397.52 lineto +closepath stroke +grestore +% cmcicm_ccmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1510 738 66.21 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1470 733.9 moveto 80 (c-cic-=cc-cic-) alignedtext +grestore +% cmcm_ccmcm->cmcicm_ccmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1909 1448 moveto +1947 1437 1999 1421 2011 1404 curveto +2021 1390 2020 1381 2011 1368 curveto +1910 1206 1767 1343 1595 1260 curveto +1554 1239 1546 1227 1521 1188 curveto +1436 1050 1481 841 1501 766 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1504.48 766.58 moveto +1504 756 lineto +1497.77 764.57 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1504.48 766.58 moveto +1504 756 lineto +1497.77 764.57 lineto +closepath stroke +grestore +% cmcm_ccmcm->mmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1916 1452 moveto +2023 1441 2267 1413 2303 1404 curveto +2306 1403 2308 1402 2310 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2311.43 1404.23 moveto +2320 1398 lineto +2309.42 1397.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2311.43 1404.23 moveto +2320 1398 lineto +2309.42 1397.52 lineto +closepath stroke +grestore +% cicmmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +7108 1386 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +7084 1381.9 moveto 48 (cic--c-c-) alignedtext +grestore +% cicmmcmcm->cicmmcmm_ccicmmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7140 1373 moveto +7146 1371 7154 1369 7161 1368 curveto +7440 1313 7518 1368 7801 1332 curveto +7808 1331 7815 1330 7822 1329 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7822.88 1332.39 moveto +7832 1327 lineto +7821.51 1325.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7822.88 1332.39 moveto +7832 1327 lineto +7821.51 1325.53 lineto +closepath stroke +grestore +% cicmmcmcm->cimimmcm_ccimimmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7140 1374 moveto +7147 1371 7154 1369 7161 1368 curveto +7265 1342 7294 1350 7400 1332 curveto +7407 1331 7414 1329 7421 1328 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7421.88 1331.39 moveto +7431 1326 lineto +7420.51 1324.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7421.88 1331.39 moveto +7431 1326 lineto +7420.51 1324.53 lineto +closepath stroke +grestore +% cmmcmcm_ccmmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2703 1314 75.05 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2657 1309.9 moveto 92 (c--c-c-=cc--c-c-) alignedtext +grestore +% cicmmcmcm->cmmcmcm_ccmmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7064 1383 moveto +6989 1379 6829 1371 6695 1368 curveto +6260 1356 3219 1379 2787 1332 curveto +2780 1331 2773 1330 2766 1329 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2766.49 1325.53 moveto +2756 1327 lineto +2765.12 1332.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2766.49 1325.53 moveto +2756 1327 lineto +2765.12 1332.39 lineto +closepath stroke +grestore +% cimicm_ccimicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +6411 1242 61.15 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +6375 1237.9 moveto 72 (ci-ic-=cci-ic-) alignedtext +grestore +% cimimmcm_ccimimmcm->cimicm_ccimicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7427 1304 moveto +7408 1301 7386 1298 7367 1296 curveto +6974 1258 6870 1317 6481 1260 curveto +6476 1259 6470 1258 6465 1257 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6465.49 1253.53 moveto +6455 1255 lineto +6464.12 1260.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6465.49 1253.53 moveto +6455 1255 lineto +6464.12 1260.39 lineto +closepath stroke +grestore +% cimimmcm_ccimimmcm->cimimmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7433 1302 moveto +7422 1300 7411 1298 7400 1296 curveto +7248 1272 7206 1292 7056 1260 curveto +7052 1259 7047 1258 7043 1257 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7043.58 1253.52 moveto +7033 1254 lineto +7041.57 1260.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7043.58 1253.52 moveto +7033 1254 lineto +7041.57 1260.23 lineto +closepath stroke +grestore +% cmcimmcm_ccmcimmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4331 954 79.22 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4282 949.9 moveto 98 (c-ci--c-=cc-ci--c-) alignedtext +grestore +% cimimmcm_ccimimmcm->cmcimmcm_ccmcimmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7428 1303 moveto +7413 1301 7397 1298 7382 1296 curveto +7271 1278 7239 1291 7132 1260 curveto +7094 1249 7088 1236 7051 1224 curveto +6923 1180 6888 1178 6757 1152 curveto +6563 1112 6515 1099 6319 1080 curveto +5879 1036 5764 1090 5325 1044 curveto +5234 1034 5213 1019 5122 1008 curveto +4869 977 4567 963 4419 957 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4419 953.5 moveto +4409 957 lineto +4419 960.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4419 953.5 moveto +4409 957 lineto +4419 960.5 lineto +closepath stroke +grestore +% cmmcmcmc_ccmmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2729 1170 84.08 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2676.5 1165.9 moveto 105 (c--c-c-c=cc--c-c-c) alignedtext +grestore +% cmmcmcm_ccmmcmcm->cmmcmcmc_ccmmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2737 1298 moveto +2752 1289 2768 1276 2776 1260 curveto +2784 1245 2782 1238 2776 1224 curveto +2772 1214 2765 1204 2758 1195 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2759.83 1191.95 moveto +2750 1188 lineto +2755.22 1197.22 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2759.83 1191.95 moveto +2750 1188 lineto +2755.22 1197.22 lineto +closepath stroke +grestore +% cmmcmcm_ccmmcmcm->cmmcmm_ccmmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2756 1301 moveto +2766 1299 2777 1297 2787 1296 curveto +3198 1244 3304 1282 3717 1260 curveto +3782 1256 3855 1251 3908 1248 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3908.4 1251.48 moveto +3918 1247 lineto +3907.7 1244.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3908.4 1251.48 moveto +3918 1247 lineto +3907.7 1244.51 lineto +closepath stroke +grestore +% cmmcmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2814 594 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2790 589.9 moveto 48 (c--c-cic-) alignedtext +grestore +% cmmcmcm_ccmmcmcm->cmmcmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2650 1301 moveto +2639 1299 2629 1297 2619 1296 curveto +2421 1266 2368 1287 2168 1260 curveto +2088 1248 2069 1236 1988 1224 curveto +1923 1213 1745 1229 1693 1188 curveto +1603 1114 1587 1048 1619 936 curveto +1651 827 1659 779 1755 720 curveto +1910 625 1999 764 2161 684 curveto +2181 674 2175 657 2194 648 curveto +2308 593 2638 636 2761 612 curveto +2765 611 2769 611 2772 609 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2773.43 612.23 moveto +2782 606 lineto +2771.42 605.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2773.43 612.23 moveto +2782 606 lineto +2771.42 605.52 lineto +closepath stroke +grestore +% mimmcm_cmimmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2910 666 59.96 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2874.5 661.9 moveto 71 (-i--c-=c-i--c-) alignedtext +grestore +% cmmcmcm_ccmmcmcm->mimmcm_cmimmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2648 1302 moveto +2638 1300 2628 1298 2619 1296 curveto +2420 1258 2370 1248 2168 1224 curveto +2118 1218 1751 1223 1714 1188 curveto +1680 1154 1703 1127 1706 1080 curveto +1717 950 1660 882 1753 792 curveto +1832 716 2602 678 2840 668 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2840 671.5 moveto +2850 668 lineto +2840 664.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2840 671.5 moveto +2850 668 lineto +2840 664.5 lineto +closepath stroke +grestore +% cmmimim_ccmmimim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +5100 882 64.12 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +5061.5 877.9 moveto 77 (c--i-i-=cc--i-i-) alignedtext +grestore +% cimim_ccimim->cmmimim_ccmmimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6048 952 moveto +5879 946 5349 924 5178 900 curveto +5171 899 5165 897 5158 896 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5158.49 892.53 moveto +5148 894 lineto +5157.12 899.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5158.49 892.53 moveto +5148 894 lineto +5157.12 899.39 lineto +closepath stroke +grestore +% mmcimim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4790 810 32.16 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4774.5 805.9 moveto 31 (--ci-i-) alignedtext +grestore +% cimim_ccimim->mmcimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6048 953 moveto +5870 948 5294 930 5216 900 curveto +5193 890 5196 873 5173 864 curveto +5051 810 5007 850 4874 828 curveto +4860 826 4844 822 4830 819 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4830.49 815.53 moveto +4820 817 lineto +4829.12 822.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4830.49 815.53 moveto +4820 817 lineto +4829.12 822.39 lineto +closepath stroke +grestore +% cmcicmmim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2707 450 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2685 445.9 moveto 44 (c-cic--i-) alignedtext +grestore +% cmcicmcmm->cmcicmmim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2336 582 moveto +2342 580 2349 578 2355 576 curveto +2419 557 2442 571 2500 540 curveto +2521 528 2518 515 2538 504 curveto +2584 477 2602 484 2652 468 curveto +2656 467 2660 465 2664 464 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2665.43 467.23 moveto +2674 461 lineto +2663.42 460.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2665.43 467.23 moveto +2674 461 lineto +2663.42 460.52 lineto +closepath stroke +grestore +% micmcmm_cmicmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3847 306 68.99 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3805 301.9 moveto 84 (-ic-c--=c-ic-c--) alignedtext +grestore +% cmcicmcmm->micmcmm_cmicmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2325 578 moveto +2393 534 2596 408 2785 360 curveto +2880 335 3538 315 3768 308 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3768 311.5 moveto +3778 308 lineto +3768 304.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3768 311.5 moveto +3778 308 lineto +3768 304.5 lineto +closepath stroke +grestore +% cimicmc_ccimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +6677 1170 70.88 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +6634 1165.9 moveto 86 (ci-ic-c=cci-ic-c) alignedtext +grestore +% cimicmc_ccimicmc->cimicmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6741 1162 moveto +6817 1152 6948 1134 7060 1116 curveto +7075 1114 7091 1110 7106 1108 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7106.88 1111.39 moveto +7116 1106 lineto +7105.51 1104.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7106.88 1111.39 moveto +7116 1106 lineto +7105.51 1104.53 lineto +closepath stroke +grestore +% cimicmc_ccimicmc->cmmimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6613 1162 moveto +6585 1158 6550 1155 6520 1152 curveto +6239 1126 5901 1107 5775 1101 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5775.3 1097.51 moveto +5765 1100 lineto +5774.6 1104.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5775.3 1097.51 moveto +5765 1100 lineto +5774.6 1104.48 lineto +closepath stroke +grestore +% cimicmc_ccimicmc->mmcimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6624 1158 moveto +6535 1138 6346 1098 6184 1080 curveto +5740 1031 5625 1071 5178 1044 curveto +5124 1040 5062 1035 5020 1031 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5020.3 1027.51 moveto +5010 1030 lineto +5019.6 1034.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5020.3 1027.51 moveto +5010 1030 lineto +5019.6 1034.48 lineto +closepath stroke +grestore +% cmmimicmc->cmmimim_ccmmimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5685 1092 moveto +5663 1088 5635 1083 5609 1080 curveto +5484 1062 5444 1090 5325 1044 curveto +5304 1035 5187 948 5130 905 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5132.1 902.2 moveto +5122 899 lineto +5127.9 907.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5132.1 902.2 moveto +5122 899 lineto +5127.9 907.8 lineto +closepath stroke +grestore +% cmcmmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2367 882 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2343 877.9 moveto 48 (c-c--ic-c) alignedtext +grestore +% cmmimicmc->cmcmmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5686 1091 moveto +5664 1087 5635 1083 5609 1080 curveto +5419 1057 5368 1073 5178 1044 curveto +5107 1032 5092 1017 5020 1008 curveto +4619 954 4513 1012 4109 972 curveto +4009 961 3985 945 3884 936 curveto +3412 890 3292 917 2817 900 curveto +2674 894 2506 888 2421 884 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2421 880.5 moveto +2411 884 lineto +2421 887.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2421 880.5 moveto +2411 884 lineto +2421 887.5 lineto +closepath stroke +grestore +% mimimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4669 738 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4648.5 733.9 moveto 41 (-i-i-ic-c) alignedtext +grestore +% cmmimicmc->mimimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5765 1096 moveto +5831 1092 5964 1085 6078 1080 curveto +6122 1077 6844 1076 6875 1044 curveto +6886 1032 6885 1019 6875 1008 curveto +6837 965 5037 776 4717 743 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4717.3 739.51 moveto +4707 742 lineto +4716.6 746.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4717.3 739.51 moveto +4707 742 lineto +4716.6 746.48 lineto +closepath stroke +grestore +% mmcimicmc->mmcimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4956 1009 moveto +4924 970 4847 879 4811 835 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4813.22 832.22 moveto +4804 827 lineto +4807.95 836.83 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4813.22 832.22 moveto +4804 827 lineto +4807.95 836.83 lineto +closepath stroke +grestore +% mmcmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2564 594 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2540 589.9 moveto 48 (--c-cic-c) alignedtext +grestore +% mmcimicmc->mmcmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4970 1008 moveto +4970 989 4969 960 4961 936 curveto +4940 862 4926 839 4865 792 curveto +4697 659 4618 674 4405 648 curveto +3634 552 3429 695 2655 612 curveto +2641 610 2627 608 2613 605 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2613.49 601.53 moveto +2603 603 lineto +2612.12 608.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2613.49 601.53 moveto +2603 603 lineto +2612.12 608.39 lineto +closepath stroke +grestore +% mmcimicmc->mimimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4965 1008 moveto +4950 964 4908 850 4831 792 curveto +4791 761 4771 772 4722 756 curveto +4718 755 4714 754 4711 752 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4711.58 748.52 moveto +4701 749 lineto +4709.57 755.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4711.58 748.52 moveto +4701 749 lineto +4709.57 755.23 lineto +closepath stroke +grestore +% cmcicmmcm->cmcimmcm_ccmcimmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3833 1093 moveto +3931 1083 4168 1057 4201 1044 curveto +4241 1029 4279 1000 4304 979 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4306.78 981.22 moveto +4312 972 lineto +4302.17 975.95 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4306.78 981.22 moveto +4312 972 lineto +4302.17 975.95 lineto +closepath stroke +grestore +% micmmcm_cmicmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3413 882 68.99 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3371 877.9 moveto 84 (-ic--c-=c-ic--c-) alignedtext +grestore +% cmcicmmcm->micmmcm_cmicmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3750 1091 moveto +3712 1083 3654 1068 3608 1044 curveto +3539 1007 3471 943 3437 908 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3439.22 905.22 moveto +3430 900 lineto +3433.95 909.83 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3439.22 905.22 moveto +3430 900 lineto +3433.95 909.83 lineto +closepath stroke +grestore +% cimicm_ccimicm->cimicmc_ccimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6456 1230 moveto +6501 1218 6569 1199 6618 1186 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6619.43 1189.23 moveto +6628 1183 lineto +6617.42 1182.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6619.43 1189.23 moveto +6628 1183 lineto +6617.42 1182.52 lineto +closepath stroke +grestore +% cimicm_ccimicm->cmmimicm_ccmmimicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6350 1240 moveto +6232 1235 5965 1221 5742 1188 curveto +5736 1187 5729 1186 5723 1184 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5723.49 1180.53 moveto +5713 1182 lineto +5722.12 1187.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5723.49 1180.53 moveto +5713 1182 lineto +5722.12 1187.39 lineto +closepath stroke +grestore +% cimicm_ccimicm->mmcimicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6354 1236 moveto +6294 1228 6198 1213 6118 1188 curveto +6080 1176 6075 1161 6037 1152 curveto +5928 1125 5133 1105 4930 1099 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4930 1095.5 moveto +4920 1099 lineto +4930 1102.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4930 1095.5 moveto +4920 1099 lineto +4930 1102.5 lineto +closepath stroke +grestore +% cmmimicm_ccmmimicm->cmmimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5676 1152 moveto +5684 1143 5693 1132 5702 1123 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5705.05 1124.83 moveto +5709 1115 lineto +5699.78 1120.22 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5705.05 1124.83 moveto +5709 1115 lineto +5699.78 1120.22 lineto +closepath stroke +grestore +% cmmimicm_ccmmimicm->cmcmmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5587 1169 moveto +5092 1161 2244 1117 2222 1116 curveto +2197 1113 2168 1110 2144 1107 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2144.49 1103.53 moveto +2134 1105 lineto +2143.12 1110.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2144.49 1103.53 moveto +2134 1105 lineto +2143.12 1110.39 lineto +closepath stroke +grestore +% cmmcimicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4870 1026 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4848 1021.9 moveto 44 (c--ci-ic-) alignedtext +grestore +% cmmimicm_ccmmimicm->cmmcimicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5592 1164 moveto +5512 1155 5377 1140 5262 1116 curveto +5206 1104 5194 1092 5138 1080 curveto +5043 1058 5016 1068 4920 1044 curveto +4917 1043 4914 1042 4911 1041 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4911.58 1037.52 moveto +4901 1038 lineto +4909.57 1044.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4911.58 1037.52 moveto +4901 1038 lineto +4909.57 1044.23 lineto +closepath stroke +grestore +% mmcimicm->mmcimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4902 1082 moveto +4914 1072 4929 1059 4942 1049 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4944.78 1051.22 moveto +4950 1042 lineto +4940.17 1045.95 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4944.78 1051.22 moveto +4950 1042 lineto +4940.17 1045.95 lineto +closepath stroke +grestore +% mmcmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2113 666 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2092.5 661.9 moveto 41 (--c-cic-) alignedtext +grestore +% mmcimicm->mmcmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4864 1082 moveto +4851 1072 4834 1057 4820 1044 curveto +4704 935 4703 873 4566 792 curveto +4523 765 4501 782 4457 756 curveto +4438 744 4441 728 4419 720 curveto +4315 677 2497 688 2383 684 curveto +2306 680 2216 674 2162 670 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2162.3 666.51 moveto +2152 669 lineto +2161.6 673.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2162.3 666.51 moveto +2152 669 lineto +2161.6 673.48 lineto +closepath stroke +grestore +% mmcimicm->cmmcimicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4880 1080 moveto +4879 1072 4877 1063 4875 1054 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4878.39 1053.12 moveto +4873 1044 lineto +4871.53 1054.49 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4878.39 1053.12 moveto +4873 1044 lineto +4871.53 1054.49 lineto +closepath stroke +grestore +% cmcimicmm->cmcicmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3089 1008 moveto +3071 976 3029 906 2976 864 curveto +2790 714 2709 726 2483 648 curveto +2428 628 2412 629 2355 612 curveto +2352 611 2349 610 2346 609 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2346.58 605.52 moveto +2336 606 lineto +2344.57 612.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2346.58 605.52 moveto +2336 606 lineto +2344.57 612.23 lineto +closepath stroke +grestore +% cmcimimim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3115 738 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3094.5 733.9 moveto 41 (c-ci-i-i-) alignedtext +grestore +% cmcimicmm->cmcimimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3107 1008 moveto +3112 998 3117 985 3119 972 curveto +3134 898 3126 810 3119 766 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3122.48 765.6 moveto +3118 756 lineto +3115.51 766.3 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3122.48 765.6 moveto +3118 756 lineto +3115.51 766.3 lineto +closepath stroke +grestore +% mimicmm_cmimicmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3798 810 64.12 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3759.5 805.9 moveto 77 (-i-ic--=c-i-ic--) alignedtext +grestore +% cmcimicmm->mimicmm_cmimicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3129 1014 moveto +3136 1012 3142 1010 3148 1008 curveto +3367 934 3631 858 3743 826 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3744.43 829.23 moveto +3753 823 lineto +3742.42 822.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3744.43 829.23 moveto +3753 823 lineto +3742.42 822.52 lineto +closepath stroke +grestore +% cimimmcmc->cimicmc_ccimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6970 1230 moveto +6964 1228 6957 1226 6951 1224 curveto +6883 1205 6804 1190 6748 1181 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6748.49 1177.53 moveto +6738 1179 lineto +6747.12 1184.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6748.49 1177.53 moveto +6738 1179 lineto +6747.12 1184.39 lineto +closepath stroke +grestore +% cmcimmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4196 882 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4172 877.9 moveto 48 (c-ci--c-c) alignedtext +grestore +% cimimmcmc->cmcimmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7035 1232 moveto +7106 1209 7257 1151 7203 1080 curveto +7134 988 7068 1029 6957 1008 curveto +6608 941 6515 956 6161 936 curveto +5965 924 4547 891 4250 883 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4250 879.5 moveto +4240 883 lineto +4250 886.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4250 879.5 moveto +4240 883 lineto +4250 886.5 lineto +closepath stroke +grestore +% cmcimimmc->cmcimmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3429 1085 moveto +3435 1083 3442 1081 3449 1080 curveto +3669 1033 3732 1082 3952 1044 curveto +3981 1038 4188 995 4205 972 curveto +4219 954 4215 928 4209 910 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4211.96 907.98 moveto +4205 900 lineto +4205.46 910.58 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4211.96 907.98 moveto +4205 900 lineto +4205.46 910.58 lineto +closepath stroke +grestore +% cmcimimmc->cmcimimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3385 1081 moveto +3340 1023 3190 832 3135 763 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3137.8 760.9 moveto +3129 755 lineto +3132.2 765.1 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3137.8 760.9 moveto +3129 755 lineto +3132.2 765.1 lineto +closepath stroke +grestore +% mimimmc_cmimimmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3754 882 64.12 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3715.5 877.9 moveto 77 (-i-i--c=c-i-i--c) alignedtext +grestore +% cmcimimmc->mimimmc_cmimimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3414 1081 moveto +3442 1048 3510 976 3580 936 curveto +3615 917 3657 904 3691 895 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3692.43 898.23 moveto +3701 892 lineto +3690.42 891.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3692.43 898.23 moveto +3701 892 lineto +3690.42 891.52 lineto +closepath stroke +grestore +% cmcimimm_ccmcimimm->cmcicmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3663 1154 moveto +3689 1142 3724 1127 3751 1115 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3752.28 1118.26 moveto +3760 1111 lineto +3749.44 1111.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3752.28 1118.26 moveto +3760 1111 lineto +3749.44 1111.86 lineto +closepath stroke +grestore +% cmcimimm_ccmcimimm->cmcimicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3573 1158 moveto +3564 1156 3554 1154 3545 1152 curveto +3459 1134 3435 1139 3349 1116 curveto +3258 1091 3238 1076 3148 1044 curveto +3145 1043 3142 1042 3139 1041 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3140.56 1037.86 moveto +3130 1037 lineto +3137.72 1044.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3140.56 1037.86 moveto +3130 1037 lineto +3137.72 1044.26 lineto +closepath stroke +grestore +% cmcimimm_ccmcimimm->cmcimimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3579 1156 moveto +3543 1146 3493 1131 3449 1116 curveto +3446 1115 3443 1114 3440 1113 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3441.56 1109.86 moveto +3431 1109 lineto +3438.72 1116.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3441.56 1109.86 moveto +3431 1109 lineto +3438.72 1116.26 lineto +closepath stroke +grestore +% mimimm_cmimimm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3820 954 54.9 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3788.5 949.9 moveto 63 (-i-i--=c-i-i--) alignedtext +grestore +% cmcimimm_ccmcimimm->mimimm_cmimimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3649 1153 moveto +3678 1130 3729 1087 3764 1044 curveto +3781 1024 3796 1000 3806 981 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3809.2 982.44 moveto +3811 972 lineto +3803.08 979.04 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3809.2 982.44 moveto +3811 972 lineto +3803.08 979.04 lineto +closepath stroke +grestore +% cmcimmcim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3359 594 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3337 589.9 moveto 44 (c-ci--ci-) alignedtext +grestore +% cmcimmcmc->cmcimmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4198 864 moveto +4201 819 4203 702 4136 648 curveto +4074 596 3489 627 3409 612 curveto +3405 611 3402 610 3399 609 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3399.58 605.52 moveto +3389 606 lineto +3397.57 612.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3399.58 605.52 moveto +3389 606 lineto +3397.57 612.23 lineto +closepath stroke +grestore +% cmcimmcmc->cmcicmc_ccmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4156 874 moveto +4096 863 3985 841 3947 828 curveto +3912 815 3908 801 3871 792 curveto +3599 722 3512 825 3239 756 curveto +3203 746 3200 728 3163 720 curveto +2905 657 2233 715 1969 684 curveto +1962 683 1955 682 1948 681 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1948.49 677.53 moveto +1938 679 lineto +1947.12 684.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1948.49 677.53 moveto +1938 679 lineto +1947.12 684.39 lineto +closepath stroke +grestore +% micimmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3795 666 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3773 661.9 moveto 44 (-ici--c-c) alignedtext +grestore +% cmcimmcmc->micimmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4182 865 moveto +4165 845 4135 812 4103 792 curveto +4018 736 3902 697 3840 678 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3840.58 674.52 moveto +3830 675 lineto +3838.57 681.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3840.58 674.52 moveto +3830 675 lineto +3838.57 681.23 lineto +closepath stroke +grestore +% cmcimmcm_ccmcimmcm->cmcimmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4300 937 moveto +4280 927 4253 912 4232 901 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4233.44 897.8 moveto +4223 896 lineto +4230.04 903.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4233.44 897.8 moveto +4223 896 lineto +4230.04 903.92 lineto +closepath stroke +grestore +% cmcimmicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2175 810 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2153 805.9 moveto 44 (c-ci--ic-) alignedtext +grestore +% cmcimmcm_ccmcimmcm->cmcimmicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4265 944 moveto +4246 941 4225 938 4205 936 curveto +4071 918 4025 958 3903 900 curveto +3883 890 3888 872 3866 864 curveto +3797 834 2579 831 2503 828 curveto +2405 824 2291 817 2226 814 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2226.3 810.51 moveto +2216 813 lineto +2225.6 817.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2226.3 810.51 moveto +2216 813 lineto +2225.6 817.48 lineto +closepath stroke +grestore +% micimmcm_cmicimmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3728 738 73.16 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3683 733.9 moveto 90 (-ici--c-=c-ici--c-) alignedtext +grestore +% cmcimmcm_ccmcimmcm->micimmcm_cmicimmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4318 936 moveto +4304 916 4278 885 4249 864 curveto +4235 853 4121 797 4103 792 curveto +3978 754 3940 778 3810 756 curveto +3804 755 3798 753 3792 752 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3792.49 748.53 moveto +3782 750 lineto +3791.12 755.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3792.49 748.53 moveto +3782 750 lineto +3791.12 755.39 lineto +closepath stroke +grestore +% cmcmcimim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1937 810 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1915 805.9 moveto 44 (c-c-ci-i-) alignedtext +grestore +% cmmimim_ccmmimim->cmcmcimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5036 881 moveto +4894 877 4544 869 4249 864 curveto +3755 854 2517 881 2025 828 curveto +2011 826 1997 824 1983 821 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1983.49 817.53 moveto +1973 819 lineto +1982.12 824.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1983.49 817.53 moveto +1973 819 lineto +1982.12 824.39 lineto +closepath stroke +grestore +% cmcmmcim_ccmcmmcim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2591 810 79.22 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2542 805.9 moveto 98 (c-c--ci-=cc-c--ci-) alignedtext +grestore +% cmmimim_ccmmimim->cmcmmcim_ccmcmmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5036 881 moveto +4728 873 3398 842 2983 828 curveto +2878 824 2758 818 2678 815 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2678.3 811.51 moveto +2668 814 lineto +2677.6 818.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2678.3 811.51 moveto +2668 814 lineto +2677.6 818.48 lineto +closepath stroke +grestore +% mmcmcim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2862 306 34.94 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2844.5 301.9 moveto 35 (--c-ci-) alignedtext +grestore +% mmcimim->mmcmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4780 793 moveto +4767 773 4744 740 4717 720 curveto +4537 579 4460 594 4250 504 curveto +4172 470 4154 455 4072 432 curveto +3904 382 3858 381 3683 360 curveto +3390 323 3032 311 2907 307 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2907 303.5 moveto +2897 307 lineto +2907 310.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2907 303.5 moveto +2897 307 lineto +2907 310.5 lineto +closepath stroke +grestore +% cmmcimim_ccmmcimim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4539 738 73.16 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4494 733.9 moveto 90 (c--ci-i-=cc--ci-i-) alignedtext +grestore +% mmcimim->cmmcimim_ccmmcimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4761 802 moveto +4721 791 4648 770 4597 755 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4597.58 751.52 moveto +4587 752 lineto +4595.57 758.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4597.58 751.52 moveto +4587 752 lineto +4595.57 758.23 lineto +closepath stroke +grestore +% cimmcmmc_ccimmcmmc->cmcmcmmc_ccmcmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4437 1224 moveto +4428 1215 4418 1205 4409 1196 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4411.22 1193.22 moveto +4402 1188 lineto +4405.95 1197.83 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4411.22 1193.22 moveto +4402 1188 lineto +4405.95 1197.83 lineto +closepath stroke +grestore +% cimmcmmc_ccimmcmmc->cicmmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4529 1236 moveto +4814 1211 5833 1124 6078 1103 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6078.4 1106.48 moveto +6088 1102 lineto +6077.7 1099.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6078.4 1106.48 moveto +6088 1102 lineto +6077.7 1099.51 lineto +closepath stroke +grestore +% cmcmcmcmc->cmcimmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2442 1296 moveto +2465 1249 2535 1124 2637 1080 curveto +2762 1025 3117 1079 3248 1044 curveto +3283 1034 3287 1020 3319 1008 curveto +3348 997 3551 941 3580 936 curveto +3794 898 3852 923 4067 900 curveto +4092 897 4121 893 4144 890 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4144.88 893.39 moveto +4154 888 lineto +4143.51 886.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4144.88 893.39 moveto +4154 888 lineto +4143.51 886.53 lineto +closepath stroke +grestore +% cmcmcmcmc->cmcmcmmc_ccmcmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2475 1306 moveto +2539 1293 2658 1270 2700 1260 curveto +2754 1246 2765 1232 2819 1224 curveto +3134 1173 3936 1213 4253 1188 curveto +4271 1186 4289 1184 4306 1182 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4306.4 1185.48 moveto +4316 1181 lineto +4305.7 1178.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4306.4 1185.48 moveto +4316 1181 lineto +4305.7 1178.51 lineto +closepath stroke +grestore +% cmcmcmcmc->cmmcmcmc_ccmmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2462 1300 moveto +2514 1274 2625 1221 2686 1191 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2687.28 1194.26 moveto +2695 1187 lineto +2684.44 1187.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2687.28 1194.26 moveto +2695 1187 lineto +2684.44 1187.86 lineto +closepath stroke +grestore +% cmcmcmcim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2480 738 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2456 733.9 moveto 48 (c-c-c-ci-) alignedtext +grestore +% cmcmcmcmc->cmcmcmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2422 1296 moveto +2416 1286 2409 1273 2406 1260 curveto +2403 1245 2407 1171 2409 1152 curveto +2425 1005 2460 832 2474 766 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2477.47 766.49 moveto +2476 756 lineto +2470.61 765.12 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2477.47 766.49 moveto +2476 756 lineto +2470.61 765.12 lineto +closepath stroke +grestore +% cmcmcmcmc->cmcmmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2394 1304 moveto +2356 1294 2304 1277 2292 1260 curveto +2283 1246 2289 1239 2292 1224 curveto +2309 1139 2349 1128 2366 1044 curveto +2376 997 2373 942 2370 910 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2373.48 909.6 moveto +2369 900 lineto +2366.51 910.3 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2373.48 909.6 moveto +2369 900 lineto +2366.51 910.3 lineto +closepath stroke +grestore +% micmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3863 738 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3839 733.9 moveto 48 (-ic-c-c-c) alignedtext +grestore +% cmcmcmcmc->micmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2436 1296 moveto +2440 1277 2447 1247 2458 1224 curveto +2493 1149 2502 1117 2575 1080 curveto +2685 1024 2732 1082 2848 1044 curveto +3066 971 3078 857 3297 792 curveto +3516 726 3586 801 3810 756 curveto +3814 755 3818 755 3821 753 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3822.43 756.23 moveto +3831 750 lineto +3820.42 749.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3822.43 756.23 moveto +3831 750 lineto +3820.42 749.52 lineto +closepath stroke +grestore +% cimmcmcm_ccimmcmcm->cimmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3237 1512 moveto +3238 1504 3240 1495 3242 1486 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3245.47 1486.49 moveto +3244 1476 lineto +3238.61 1485.12 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3245.47 1486.49 moveto +3244 1476 lineto +3238.61 1485.12 lineto +closepath stroke +grestore +% cimmcmcm_ccimmcmcm->cicmmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3305 1522 moveto +3395 1512 3555 1494 3691 1476 curveto +3793 1461 3817 1448 3919 1440 curveto +4534 1387 6078 1421 6695 1404 curveto +6823 1400 6975 1393 7054 1389 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7054.4 1392.48 moveto +7064 1388 lineto +7053.7 1385.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7054.4 1392.48 moveto +7064 1388 lineto +7053.7 1385.51 lineto +closepath stroke +grestore +% cimmcmm_ccimmcmm_cicimmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4470 1458 105.82 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4401.5 1453.9 moveto 137 (ci--c--=cci--c--=cici--c--) alignedtext +grestore +% cimmcmcm_ccimmcmcm->cimmcmm_ccimmcmm_cicimmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3305 1522 moveto +3344 1519 3392 1514 3435 1512 curveto +3827 1486 3926 1506 4317 1476 curveto +4336 1474 4356 1472 4375 1470 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4375.4 1473.48 moveto +4385 1469 lineto +4374.7 1466.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4375.4 1473.48 moveto +4385 1469 lineto +4374.7 1466.51 lineto +closepath stroke +grestore +% cimmcmcm_ccimmcmcm->cmcmcmcm_ccmcmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3178 1517 moveto +3167 1515 3156 1513 3145 1512 curveto +3071 1503 1869 1510 1803 1476 curveto +1790 1469 1769 1437 1754 1413 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1756.92 1411.04 moveto +1749 1404 lineto +1750.8 1414.44 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1756.92 1411.04 moveto +1749 1404 lineto +1750.8 1414.44 lineto +closepath stroke +grestore +% cimmcmm_ccimmcmm_cicimmcmm->cicmcmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4562 1449 moveto +4604 1446 4654 1442 4699 1440 curveto +5067 1423 7648 1465 8011 1404 curveto +8015 1403 8019 1403 8022 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 8023.43 1404.23 moveto +8032 1398 lineto +8021.42 1397.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 8023.43 1404.23 moveto +8032 1398 lineto +8021.42 1397.52 lineto +closepath stroke +grestore +% cimmcmm_ccimmcmm_cicimmcmm->cimmcmmc_ccimmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4528 1443 moveto +4562 1433 4601 1418 4611 1404 curveto +4621 1390 4612 1383 4611 1368 curveto +4610 1335 4626 1321 4606 1296 curveto +4595 1281 4556 1268 4521 1258 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4521.58 1254.52 moveto +4511 1255 lineto +4519.57 1261.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4521.58 1254.52 moveto +4511 1255 lineto +4519.57 1261.23 lineto +closepath stroke +grestore +% cmcmcmcm_ccmcmcmcm->cmcmcmm_ccmcmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1738 1368 moveto +1737 1360 1737 1351 1737 1342 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1740.5 1342 moveto +1737 1332 lineto +1733.5 1342 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1740.5 1342 moveto +1737 1332 lineto +1733.5 1342 lineto +closepath stroke +grestore +% cmcmcmcm_ccmcmcmcm->cmmcmcm_ccmmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1806 1375 moveto +1826 1373 1849 1370 1869 1368 curveto +2202 1337 2289 1375 2619 1332 curveto +2626 1331 2633 1330 2640 1329 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2640.88 1332.39 moveto +2650 1327 lineto +2639.51 1325.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2640.88 1332.39 moveto +2650 1327 lineto +2639.51 1325.53 lineto +closepath stroke +grestore +% cmcmcmcm_ccmcmcmcm->cmcimmcm_ccmcimmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1697 1370 moveto +1680 1362 1663 1349 1653 1332 curveto +1646 1317 1645 1309 1653 1296 curveto +1673 1264 1696 1277 1728 1260 curveto +1870 1185 1887 1124 2040 1080 curveto +2207 1031 2648 1061 2820 1044 curveto +2923 1033 2946 1017 3048 1008 curveto +3561 959 3693 1016 4205 972 curveto +4222 970 4240 968 4257 966 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4257.4 969.48 moveto +4267 965 lineto +4256.7 962.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4257.4 969.48 moveto +4267 965 lineto +4256.7 962.51 lineto +closepath stroke +grestore +% cmcmcmcm_ccmcmcmcm->cmcmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1799 1374 moveto +1811 1371 1824 1369 1836 1368 curveto +2057 1339 2114 1359 2334 1332 curveto +2350 1330 2367 1327 2382 1324 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2382.88 1327.39 moveto +2392 1322 lineto +2381.51 1320.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2382.88 1327.39 moveto +2392 1322 lineto +2381.51 1320.53 lineto +closepath stroke +grestore +% cmcmmicm_ccmcmmicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2116 954 79.22 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2067 949.9 moveto 98 (c-c--ic-=cc-c--ic-) alignedtext +grestore +% cmcmcmcm_ccmcmcmcm->cmcmmicm_ccmcmmicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1679 1373 moveto +1657 1365 1634 1352 1620 1332 curveto +1570 1253 1503 1249 1706 1080 curveto +1768 1028 1806 1066 1883 1044 curveto +1949 1024 2024 994 2071 974 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2072.28 977.26 moveto +2080 970 lineto +2069.44 970.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2072.28 977.26 moveto +2080 970 lineto +2069.44 970.86 lineto +closepath stroke +grestore +% micmcmcm_cmicmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3599 810 79.22 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3550 805.9 moveto 98 (-ic-c-c-=c-ic-c-c-) alignedtext +grestore +% cmcmcmcm_ccmcmcmcm->micmcmcm_cmicmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1674 1374 moveto +1646 1366 1615 1353 1593 1332 curveto +1537 1275 1549 1219 1591 1152 curveto +1616 1113 1626 1104 1663 1080 curveto +1809 984 1860 981 2028 936 curveto +2134 907 2172 944 2271 900 curveto +2294 889 2291 872 2314 864 curveto +2435 818 3345 839 3473 828 curveto +3490 826 3508 824 3525 822 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3525.4 825.48 moveto +3535 821 lineto +3524.7 818.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3525.4 825.48 moveto +3535 821 lineto +3524.7 818.51 lineto +closepath stroke +grestore +% cimmicmm_ccimmicmm->cimmicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7420 1594 moveto +7448 1590 7482 1587 7513 1584 curveto +7756 1562 7825 1611 8062 1548 curveto +8091 1540 8165 1501 8208 1477 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 8209.96 1479.92 moveto +8217 1472 lineto +8206.56 1473.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 8209.96 1479.92 moveto +8217 1472 lineto +8206.56 1473.8 lineto +closepath stroke +grestore +% cicmmicmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +7713 1530 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +7691 1525.9 moveto 44 (cic--ic--) alignedtext +grestore +% cimmicmm_ccimmicmm->cicmmicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7410 1590 moveto +7421 1588 7432 1586 7442 1584 curveto +7537 1566 7563 1571 7658 1548 curveto +7662 1547 7667 1545 7671 1544 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7672.43 1547.23 moveto +7681 1541 lineto +7670.42 1540.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7672.43 1547.23 moveto +7681 1541 lineto +7670.42 1540.52 lineto +closepath stroke +grestore +% cimmcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4781 1530 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4759 1525.9 moveto 44 (ci--cic--) alignedtext +grestore +% cimmicmm_ccimmicmm->cimmcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7296 1591 moveto +7276 1588 7255 1585 7235 1584 curveto +6710 1540 5392 1604 4869 1548 curveto +4855 1546 4841 1544 4827 1541 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4827.49 1537.53 moveto +4817 1539 lineto +4826.12 1544.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4827.49 1537.53 moveto +4817 1539 lineto +4826.12 1544.39 lineto +closepath stroke +grestore +% cmmicmcm_ccmmicmcm->cmmicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4028 1523 moveto +4066 1519 4114 1515 4157 1512 curveto +4443 1491 4516 1511 4799 1476 curveto +4813 1474 4827 1471 4841 1469 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4841.88 1472.39 moveto +4851 1467 lineto +4840.51 1465.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4841.88 1472.39 moveto +4851 1467 lineto +4840.51 1465.53 lineto +closepath stroke +grestore +% cmmicmcm_ccmmicmcm->cmmimicm_ccmmimicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4027 1522 moveto +4066 1519 4114 1514 4157 1512 curveto +4226 1507 5335 1504 5397 1476 curveto +5417 1466 5413 1453 5430 1440 curveto +5459 1418 5473 1424 5501 1404 curveto +5521 1390 5521 1381 5539 1368 curveto +5591 1329 5606 1324 5663 1296 curveto +5701 1277 5727 1294 5749 1260 curveto +5757 1246 5757 1237 5749 1224 curveto +5741 1209 5727 1198 5712 1190 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5713.44 1186.8 moveto +5703 1185 lineto +5710.04 1192.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5713.44 1186.8 moveto +5703 1185 lineto +5710.04 1192.92 lineto +closepath stroke +grestore +% cmmicmcm_ccmmicmcm->cmcmcmcm_ccmcmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3892 1519 moveto +3872 1516 3850 1513 3829 1512 curveto +3370 1471 3246 1554 2791 1476 curveto +2739 1466 2730 1449 2677 1440 curveto +2324 1377 2227 1436 1869 1404 curveto +1852 1402 1834 1400 1817 1397 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1817.3 1393.51 moveto +1807 1396 lineto +1816.6 1400.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1817.3 1393.51 moveto +1807 1396 lineto +1816.6 1400.48 lineto +closepath stroke +grestore +% cmmicmm_ccmmicmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2599 1458 68.99 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2557 1453.9 moveto 84 (c--ic--=cc--ic--) alignedtext +grestore +% cmmicmcm_ccmmicmcm->cmmicmm_ccmmicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3892 1519 moveto +3872 1516 3850 1513 3829 1512 curveto +3355 1470 3233 1510 2758 1476 curveto +2729 1473 2699 1470 2671 1467 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2671.3 1463.51 moveto +2661 1466 lineto +2670.6 1470.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2671.3 1463.51 moveto +2661 1466 lineto +2670.6 1470.48 lineto +closepath stroke +grestore +% cmmicmcm_ccmmicmcm->cmmcicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3904 1516 moveto +3875 1507 3839 1494 3810 1476 curveto +3782 1458 3756 1431 3739 1411 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3741.22 1408.22 moveto +3732 1403 lineto +3735.95 1412.83 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3741.22 1408.22 moveto +3732 1403 lineto +3735.95 1412.83 lineto +closepath stroke +grestore +% icimmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1675 1602 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1653 1597.9 moveto 44 (ici--c-c-) alignedtext +grestore +% icimmcmcm->icmcmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1713 1595 moveto +1738 1591 1771 1586 1801 1584 curveto +2407 1538 6662 1609 7267 1548 curveto +7281 1546 7296 1544 7310 1541 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7310.88 1544.39 moveto +7320 1539 lineto +7309.51 1537.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7310.88 1544.39 moveto +7320 1539 lineto +7309.51 1537.53 lineto +closepath stroke +grestore +% icimmcmcm->cimmcmcm_ccimmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1713 1595 moveto +1738 1591 1771 1586 1801 1584 curveto +2397 1533 2552 1616 3145 1548 curveto +3152 1547 3159 1546 3167 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3167.88 1548.39 moveto +3177 1543 lineto +3166.51 1541.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3167.88 1548.39 moveto +3177 1543 lineto +3166.51 1541.53 lineto +closepath stroke +grestore +% icimmcmm_iicimmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1293 1530 70.88 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1250 1525.9 moveto 86 (ici--c--=iici--c--) alignedtext +grestore +% icimmcmcm->icimmcmm_iicimmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1645 1590 moveto +1638 1588 1632 1585 1625 1584 curveto +1518 1557 1488 1567 1378 1548 curveto +1371 1547 1364 1545 1357 1544 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1357.49 1540.53 moveto +1347 1542 lineto +1356.12 1547.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1357.49 1540.53 moveto +1347 1542 lineto +1356.12 1547.39 lineto +closepath stroke +grestore +% icimmcmm_iicimmcmm->cimmcmm_ccimmcmm_cicimmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1355 1521 moveto +1384 1518 1418 1514 1449 1512 curveto +2722 1430 3045 1558 4317 1476 curveto +4337 1474 4357 1473 4377 1470 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4377.4 1473.48 moveto +4387 1469 lineto +4376.7 1466.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4377.4 1473.48 moveto +4387 1469 lineto +4376.7 1466.51 lineto +closepath stroke +grestore +% icimmcmm_iicimmcmm->icmcmcmm_iicmcmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1355 1521 moveto +1384 1518 1418 1514 1449 1512 curveto +2139 1470 6976 1549 7663 1476 curveto +7670 1475 7677 1474 7684 1473 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7684.88 1476.39 moveto +7694 1471 lineto +7683.51 1469.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7684.88 1476.39 moveto +7694 1471 lineto +7683.51 1469.53 lineto +closepath stroke +grestore +% icimmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2251 1314 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2229 1309.9 moveto 44 (ici--c--c) alignedtext +grestore +% icimmcmm_iicimmcmm->icimmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1253 1515 moveto +1236 1506 1217 1494 1207 1476 curveto +1200 1461 1197 1452 1207 1440 curveto +1271 1365 1333 1436 1425 1404 curveto +1456 1393 1458 1377 1489 1368 curveto +1557 1347 2041 1324 2200 1316 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2200 1319.5 moveto +2210 1316 lineto +2200 1312.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2200 1319.5 moveto +2210 1316 lineto +2200 1312.5 lineto +closepath stroke +grestore +% icmmcimm_iicmmcimm->imimimm_imcimimm_iimimimm_icmcimimm_icimimimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6192 1659 moveto +6163 1648 6122 1634 6089 1622 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6090.59 1618.84 moveto +6080 1619 lineto +6088.38 1625.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6090.59 1618.84 moveto +6080 1619 lineto +6088.38 1625.48 lineto +closepath stroke +grestore +% icmmcimm_iicmmcimm->icmmcmcm_iicmmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6302 1669 moveto +6478 1658 6931 1626 6945 1620 curveto +6964 1610 6958 1593 6978 1584 curveto +7180 1486 7273 1632 7482 1548 curveto +7505 1538 7502 1521 7525 1512 curveto +7658 1454 7706 1496 7850 1476 curveto +7862 1474 7873 1472 7885 1470 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7885.4 1473.48 moveto +7895 1469 lineto +7884.7 1466.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7885.4 1473.48 moveto +7895 1469 lineto +7884.7 1466.51 lineto +closepath stroke +grestore +% icmmcimm_iicmmcimm->cicmmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6287 1662 moveto +6297 1660 6308 1658 6318 1656 curveto +6397 1639 6421 1647 6498 1620 curveto +6549 1602 6605 1571 6638 1550 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6639.96 1552.92 moveto +6647 1545 lineto +6636.56 1546.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6639.96 1552.92 moveto +6647 1545 lineto +6636.56 1546.8 lineto +closepath stroke +grestore +% icmmcimm_iicmmcimm->icmmcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6169 1666 moveto +6068 1653 5883 1628 5871 1620 curveto +5849 1605 5834 1578 5826 1558 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5829.23 1556.57 moveto +5823 1548 lineto +5822.52 1558.58 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5829.23 1556.57 moveto +5823 1548 lineto +5822.52 1558.58 lineto +closepath stroke +grestore +% icmmcimm_iicmmcimm->icmmcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6302 1669 moveto +6484 1658 6962 1626 6978 1620 curveto +7002 1610 7001 1593 7026 1584 curveto +7232 1506 7304 1590 7520 1548 curveto +7525 1547 7530 1546 7534 1544 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7534.88 1547.39 moveto +7544 1542 lineto +7533.51 1540.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7534.88 1547.39 moveto +7544 1542 lineto +7533.51 1540.53 lineto +closepath stroke +grestore +% cmcmcimm_ccmcmcimm->cmcimimm_ccmcimimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1500 1514 moveto +1455 1495 1379 1464 1313 1440 curveto +1266 1422 1235 1445 1205 1404 curveto +1196 1391 1198 1381 1205 1368 curveto +1221 1340 1297 1304 1327 1296 curveto +1556 1229 2166 1316 2396 1260 curveto +2433 1251 2436 1232 2472 1224 curveto +2704 1167 3309 1217 3545 1188 curveto +3552 1187 3558 1186 3565 1185 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3565.88 1188.39 moveto +3575 1183 lineto +3564.51 1181.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3565.88 1188.39 moveto +3575 1183 lineto +3564.51 1181.53 lineto +closepath stroke +grestore +% cmcmcimm_ccmcmcimm->cmcmcmcm_ccmcmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1518 1512 moveto +1499 1493 1476 1462 1493 1440 curveto +1496 1436 1595 1415 1667 1400 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1667.88 1403.39 moveto +1677 1398 lineto +1666.51 1396.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1667.88 1403.39 moveto +1677 1398 lineto +1666.51 1396.53 lineto +closepath stroke +grestore +% cmmcimm_ccmmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3513 1458 68.99 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3471 1453.9 moveto 84 (c--ci--=cc--ci--) alignedtext +grestore +% cmcmcimm_ccmcmcimm->cmmcimm_ccmmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1611 1523 moveto +1658 1519 1722 1515 1777 1512 curveto +2497 1477 2680 1539 3397 1476 curveto +3413 1474 3430 1472 3446 1470 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3446.88 1473.39 moveto +3456 1468 lineto +3445.51 1466.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3446.88 1473.39 moveto +3456 1468 lineto +3445.51 1466.53 lineto +closepath stroke +grestore +% cmcmcimm_ccmcmcimm->cmcmcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1486 1516 moveto +1466 1508 1444 1495 1432 1476 curveto +1424 1462 1423 1452 1432 1440 curveto +1434 1437 1501 1415 1547 1400 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1548.43 1403.23 moveto +1557 1397 lineto +1546.42 1396.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1548.43 1403.23 moveto +1557 1397 lineto +1546.42 1396.52 lineto +closepath stroke +grestore +% cmcmcimm_ccmcmcimm->cmcmcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1485 1516 moveto +1434 1503 1357 1483 1307 1470 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1307.49 1466.53 moveto +1297 1468 lineto +1306.12 1473.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1307.49 1466.53 moveto +1297 1468 lineto +1306.12 1473.39 lineto +closepath stroke +grestore +% icmcmcmm_iicmcmcmm->cicmcmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7810 1447 moveto +7863 1438 7943 1422 8011 1404 curveto +8014 1403 8018 1402 8021 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 8022.43 1404.23 moveto +8031 1398 lineto +8020.42 1397.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 8022.43 1404.23 moveto +8031 1398 lineto +8020.42 1397.52 lineto +closepath stroke +grestore +% icmcmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +5696 1242 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +5672 1237.9 moveto 48 (ic-c-c--c) alignedtext +grestore +% icmcmcmm_iicmcmcmm->icmcmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7695 1445 moveto +7684 1443 7673 1441 7663 1440 curveto +7560 1427 6833 1440 6738 1404 curveto +6714 1395 6718 1377 6695 1368 curveto +6611 1333 6378 1342 6288 1332 curveto +6086 1308 5848 1269 5747 1251 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5747.49 1247.53 moveto +5737 1249 lineto +5746.12 1254.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5747.49 1247.53 moveto +5737 1249 lineto +5746.12 1254.39 lineto +closepath stroke +grestore +% icmcmcmm_iicmcmcmm->imicmcmm_imcicmcmm_iimicmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7694 1445 moveto +7684 1443 7673 1441 7663 1440 curveto +7394 1403 7324 1427 7055 1404 curveto +6911 1391 6875 1382 6732 1368 curveto +6688 1363 6370 1364 6341 1332 curveto +6308 1296 6320 1267 6341 1224 curveto +6347 1212 6356 1202 6366 1193 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6368.1 1195.8 moveto +6374 1187 lineto +6363.9 1190.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6368.1 1195.8 moveto +6374 1187 lineto +6363.9 1190.2 lineto +closepath stroke +grestore +% icmmcmm_iicmmcmm_icicmmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +7379 1386 103.04 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +7312.5 1381.9 moveto 133 (ic--c--=iic--c--=icic--c--) alignedtext +grestore +% icmcmcmm_iicmcmcmm->icmmcmm_iicmmcmm_icicmmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7692 1446 moveto +7682 1444 7672 1442 7663 1440 curveto +7595 1426 7517 1412 7461 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7461.49 1397.53 moveto +7451 1399 lineto +7460.12 1404.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7461.49 1397.53 moveto +7451 1399 lineto +7460.12 1404.39 lineto +closepath stroke +grestore +% icmmcmcm_iicmmcmcm->cicmmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7900 1446 moveto +7889 1443 7877 1441 7866 1440 curveto +7554 1401 7469 1463 7161 1404 curveto +7157 1403 7153 1403 7150 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7150.58 1397.52 moveto +7140 1398 lineto +7148.57 1404.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7150.58 1397.52 moveto +7140 1398 lineto +7148.57 1404.23 lineto +closepath stroke +grestore +% icmmcmcm_iicmmcmcm->icmmcmm_iicmmcmm_icicmmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7900 1446 moveto +7889 1443 7877 1441 7866 1440 curveto +7700 1415 7657 1425 7491 1404 curveto +7482 1403 7473 1401 7463 1400 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7463.49 1396.53 moveto +7453 1398 lineto +7462.12 1403.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7463.49 1396.53 moveto +7453 1398 lineto +7462.12 1403.39 lineto +closepath stroke +grestore +% icmmcmcm_iicmmcmcm->icmmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7957 1440 moveto +7957 1432 7957 1423 7957 1414 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7960.49 1414.3 moveto +7958 1404 lineto +7953.52 1413.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7960.49 1414.3 moveto +7958 1404 lineto +7953.52 1413.6 lineto +closepath stroke +grestore +% imimmcm_imcimmcm_iimimmcm_imicimmcm_icmcimmcm_icimimmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +7698 1386 198.04 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +7563.5 1381.9 moveto 269 (i-i--c-=i-ci--c-=ii-i--c-=i-ici--c-=ic-ci--c-=ici-i--c-) alignedtext +grestore +% icmmcmcm_iicmmcmcm->imimmcm_imcimmcm_iimimmcm_imicimmcm_icmcimmcm_icimimmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7907 1444 moveto +7868 1433 7813 1418 7770 1406 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7770.58 1402.52 moveto +7760 1403 lineto +7768.57 1409.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7770.58 1402.52 moveto +7760 1403 lineto +7768.57 1409.23 lineto +closepath stroke +grestore +% imicmcmcm->imimmcm_imcimmcm_iimimmcm_imicimmcm_icmcimmcm_icimimmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7238 1452 moveto +7312 1441 7471 1418 7582 1402 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7582.4 1405.48 moveto +7592 1401 lineto +7581.7 1398.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7582.4 1405.48 moveto +7592 1401 lineto +7581.7 1398.51 lineto +closepath stroke +grestore +% mcicmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3608 1098 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3584 1093.9 moveto 48 (-cic-c-c-) alignedtext +grestore +% imicmcmcm->mcicmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7162 1450 moveto +7145 1446 7123 1442 7104 1440 curveto +6991 1425 6698 1449 6595 1404 curveto +6573 1394 6578 1377 6557 1368 curveto +6415 1302 6356 1378 6208 1332 curveto +6050 1282 6041 1194 5882 1152 curveto +5652 1090 3975 1134 3737 1116 curveto +3712 1113 3683 1110 3659 1107 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3659.49 1103.53 moveto +3649 1105 lineto +3658.12 1110.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3659.49 1103.53 moveto +3649 1105 lineto +3658.12 1110.39 lineto +closepath stroke +grestore +% imicmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +5559 1098 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +5537 1093.9 moveto 44 (i-ic-c--c) alignedtext +grestore +% icmcmcmmc->imicmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5663 1230 moveto +5632 1219 5590 1202 5578 1188 curveto +5564 1170 5560 1145 5559 1126 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5562.48 1125.6 moveto +5558 1116 lineto +5555.51 1126.3 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5562.48 1125.6 moveto +5558 1116 lineto +5555.51 1126.3 lineto +closepath stroke +grestore +% icmmcmmc_iicmmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +6203 1170 75.94 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +6156 1165.9 moveto 94 (ic--c--c=iic--c--c) alignedtext +grestore +% icmcmcmmc->icmmcmmc_iicmmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5738 1236 moveto +5823 1224 6019 1196 6128 1180 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6128.4 1183.48 moveto +6138 1179 lineto +6127.7 1176.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6128.4 1183.48 moveto +6138 1179 lineto +6127.7 1176.51 lineto +closepath stroke +grestore +% icmcmcmmc->cmcmcmmc_ccmcmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5663 1230 moveto +5655 1227 5646 1225 5638 1224 curveto +5416 1186 4731 1173 4478 1171 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4478 1167.5 moveto +4468 1171 lineto +4478 1174.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4478 1167.5 moveto +4468 1171 lineto +4478 1174.5 lineto +closepath stroke +grestore +% imim_imcim_iimim_imicim_icmcim_icimim_immimim_imcmmim_immcmcim_immcimim_imimmcim_imimimim_imicmmim_imcmmcim_icmmimim_icmcmmim_imicmmcim_imcmmicim_imcmcmcim_imcmcimim_imcimmcim_imcimimim_imcicmmim_icmmcmcim_icmmcimim_icmcmmcim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +6100 1026 765.96 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +5556.5 1021.9 moveto 1087 (i-i-=i-ci-=ii-i-=i-ici-=ic-ci-=ici-i-=i--i-i-=i-c--i-=i--c-ci-=i--ci-i-=i-i--ci-=i-i-i-i-=i-ic--i-=i-c--ci-=ic--i-i-=ic-c--i-=i-ic--ci-=i-c--ici-=i-c-c-ci-=i-c-ci-i-=i-ci--ci-=i-ci-i-i-=i-cic--i-=ic--c-ci-=ic--ci-i-=ic-c--ci-) alignedtext +grestore +% imicmcmmc->imim_imcim_iimim_imicim_icmcim_icimim_immimim_imcmmim_immcmcim_immcimim_imimmcim_imimimim_imicmmim_imcmmcim_icmmimim_icmcmmim_imicmmcim_imcmmicim_imcmcmcim_imcmcimim_imcimmcim_imcimimim_imcicmmim_icmmcmcim_icmmcimim_icmcmmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5597 1092 moveto +5620 1088 5648 1084 5674 1080 curveto +5761 1068 5860 1055 5941 1045 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5941.4 1048.48 moveto +5951 1044 lineto +5940.7 1041.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5941.4 1048.48 moveto +5951 1044 lineto +5940.7 1041.51 lineto +closepath stroke +grestore +% mcicmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2708 594 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2684 589.9 moveto 48 (-cic-c--c) alignedtext +grestore +% imicmcmmc->mcicmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5520 1092 moveto +5463 1082 5358 1063 5325 1044 curveto +5236 989 5259 924 5173 864 curveto +5030 761 4971 776 4804 720 curveto +4695 682 4669 665 4554 648 curveto +4160 588 3154 680 2761 612 curveto +2757 611 2753 611 2750 609 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2750.58 605.52 moveto +2740 606 lineto +2748.57 612.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2750.58 605.52 moveto +2740 606 lineto +2748.57 612.23 lineto +closepath stroke +grestore +% icmmcmmc_iicmmcmmc->imim_imcim_iimim_imicim_icmcim_icimim_immimim_imcmmim_immcmcim_immcimim_imimmcim_imimimim_imicmmim_imcmmcim_icmmimim_icmcmmim_imicmmcim_imcmmicim_imcmcmcim_imcmcimim_imcimmcim_imcimimim_imcicmmim_icmmcmcim_icmmcimim_icmcmmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6203 1152 moveto +6202 1132 6199 1101 6184 1080 curveto +6175 1068 6163 1058 6151 1049 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6152.44 1045.8 moveto +6142 1044 lineto +6149.04 1051.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6152.44 1045.8 moveto +6142 1044 lineto +6149.04 1051.92 lineto +closepath stroke +grestore +% icmmcmmc_iicmmcmmc->cicmmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6185 1152 moveto +6176 1143 6165 1132 6155 1122 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6157.55 1119.6 moveto +6148 1115 lineto +6152.6 1124.55 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6157.55 1119.6 moveto +6148 1115 lineto +6152.6 1124.55 lineto +closepath stroke +grestore +% cmmcmmc_ccmmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4360 1026 75.05 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4314 1021.9 moveto 92 (c--c--c=cc--c--c) alignedtext +grestore +% cmcmcmmc_ccmcmcmmc->cmmcmmc_ccmmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4381 1152 moveto +4377 1127 4370 1083 4365 1054 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4368.39 1053.12 moveto +4363 1044 lineto +4361.53 1054.49 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4368.39 1053.12 moveto +4363 1044 lineto +4361.53 1054.49 lineto +closepath stroke +grestore +% cmcmmim_ccmcmmim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2433 594 68.99 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2391 589.9 moveto 84 (c-c--i-=cc-c--i-) alignedtext +grestore +% cmcmcmmc_ccmcmcmmc->cmcmmim_ccmcmmim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4396 1152 moveto +4411 1128 4435 1085 4444 1044 curveto +4455 995 4451 973 4419 936 curveto +4328 826 3985 677 3845 648 curveto +3555 586 2806 649 2511 612 curveto +2505 611 2499 610 2492 609 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2492.49 605.53 moveto +2482 607 lineto +2491.12 612.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2492.49 605.53 moveto +2482 607 lineto +2491.12 612.39 lineto +closepath stroke +grestore +% micmcmmc_cmicmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4330 234 79.22 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4281 229.9 moveto 98 (-ic-c--c=c-ic-c--c) alignedtext +grestore +% cmcmcmmc_ccmcmcmmc->micmcmmc_cmicmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4415 1153 moveto +4495 1110 4707 984 4831 828 curveto +4936 696 4812 618 4812 450 curveto +4812 450 4812 450 4812 378 curveto +4812 296 4552 257 4414 242 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4414.3 238.51 moveto +4404 241 lineto +4413.6 245.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4414.3 238.51 moveto +4404 241 lineto +4413.6 245.48 lineto +closepath stroke +grestore +% imicmcmm_imcicmcmm_iimicmcmm->cimicmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6480 1157 moveto +6495 1155 6510 1153 6525 1152 curveto +6761 1126 6823 1146 7060 1116 curveto +7075 1114 7091 1110 7106 1108 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7106.88 1111.39 moveto +7116 1106 lineto +7105.51 1104.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7106.88 1111.39 moveto +7116 1106 lineto +7105.51 1104.53 lineto +closepath stroke +grestore +% imicmcmm_imcicmcmm_iimicmcmm->imicmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6329 1157 moveto +6315 1155 6301 1153 6288 1152 curveto +6016 1123 5945 1145 5674 1116 curveto +5652 1113 5628 1109 5607 1106 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5607.3 1102.51 moveto +5597 1105 lineto +5606.6 1109.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5607.3 1102.51 moveto +5597 1105 lineto +5606.6 1109.48 lineto +closepath stroke +grestore +% mcicmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2017 666 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1996.5 661.9 moveto 41 (-cic-c--) alignedtext +grestore +% imicmcmm_imcicmcmm_iimicmcmm->mcicmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6475 1157 moveto +6604 1131 6864 1077 6890 1044 curveto +6899 1031 6899 1020 6890 1008 curveto +6789 880 6923 969 5369 792 curveto +5080 758 5008 737 4717 720 curveto +4423 701 2355 738 2065 684 curveto +2062 684 2059 683 2055 681 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2056.59 677.84 moveto +2046 678 lineto +2054.38 684.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2056.59 677.84 moveto +2046 678 lineto +2054.38 684.48 lineto +closepath stroke +grestore +% icmmcmm_iicmmcmm_icicmmcmm->cicmmcmm_ccicmmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7452 1373 moveto +7465 1371 7479 1370 7491 1368 curveto +7628 1348 7664 1353 7801 1332 curveto +7808 1331 7814 1329 7821 1328 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7821.88 1331.39 moveto +7831 1326 lineto +7820.51 1324.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7821.88 1331.39 moveto +7831 1326 lineto +7820.51 1324.53 lineto +closepath stroke +grestore +% icmmcmm_iicmmcmm_icicmmcmm->icmmcmmc_iicmmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7308 1373 moveto +7295 1371 7280 1369 7267 1368 curveto +7164 1357 6433 1376 6341 1332 curveto +6281 1303 6237 1235 6217 1197 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6219.92 1195.04 moveto +6212 1188 lineto +6213.8 1198.44 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6219.92 1195.04 moveto +6212 1188 lineto +6213.8 1198.44 lineto +closepath stroke +grestore +% immicmcmc->immcmcmc_imcmcmcmc_iimmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4757 1598 moveto +4716 1593 4651 1587 4595 1584 curveto +3909 1545 3734 1605 3049 1548 curveto +3038 1547 3027 1546 3015 1544 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3015.3 1540.51 moveto +3005 1543 lineto +3014.6 1547.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3015.3 1540.51 moveto +3005 1543 lineto +3014.6 1547.48 lineto +closepath stroke +grestore +% immicmmc_iimmicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +5477 1530 70.88 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +5434 1525.9 moveto 86 (i--ic--c=ii--ic--c) alignedtext +grestore +% immicmcmc->immicmmc_iimmicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4836 1596 moveto +4861 1592 4894 1587 4923 1584 curveto +5131 1561 5186 1577 5392 1548 curveto +5399 1547 5407 1545 5414 1544 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5414.88 1547.39 moveto +5424 1542 lineto +5413.51 1540.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5414.88 1547.39 moveto +5424 1542 lineto +5413.51 1540.53 lineto +closepath stroke +grestore +% immicmcmc->mmicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4765 1591 moveto +4757 1589 4749 1586 4742 1584 curveto +4677 1565 4659 1567 4593 1548 curveto +4590 1547 4587 1546 4585 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4585.58 1541.52 moveto +4575 1542 lineto +4583.57 1548.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4585.58 1541.52 moveto +4575 1542 lineto +4583.57 1548.23 lineto +closepath stroke +grestore +% icmmc_iicmmc_icicmmc->cicmmc_ccicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7874 1589 moveto +7885 1587 7896 1586 7907 1584 curveto +8042 1563 8078 1571 8214 1548 curveto +8220 1547 8227 1545 8233 1544 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 8233.88 1547.39 moveto +8243 1542 lineto +8232.51 1540.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 8233.88 1547.39 moveto +8243 1542 lineto +8232.51 1540.53 lineto +closepath stroke +grestore +% icmmc_iicmmc_icicmmc->icmmcmm_iicmmcmm_icicmmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7875 1590 moveto +7886 1588 7897 1586 7907 1584 curveto +7998 1567 8024 1573 8114 1548 curveto +8134 1542 8280 1493 8293 1476 curveto +8301 1462 8304 1451 8293 1440 curveto +8262 1407 7535 1408 7491 1404 curveto +7481 1403 7472 1402 7462 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7462.49 1397.53 moveto +7452 1399 lineto +7461.12 1404.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7462.49 1397.53 moveto +7452 1399 lineto +7461.12 1404.39 lineto +closepath stroke +grestore +% icmmc_iicmmc_icicmmc->immicmmc_iimmicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7745 1591 moveto +7725 1588 7702 1585 7681 1584 curveto +6790 1515 6563 1597 5671 1548 curveto +5632 1546 5588 1542 5552 1538 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5552.3 1534.51 moveto +5542 1537 lineto +5551.6 1541.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5552.3 1534.51 moveto +5542 1537 lineto +5551.6 1541.48 lineto +closepath stroke +grestore +% icmcmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +6742 1746 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +6718 1741.9 moveto 48 (ic-c--c-c) alignedtext +grestore +% icmcmmcmc->icmcmc_iicmcmc_icicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6774 1734 moveto +6781 1731 6788 1729 6795 1728 curveto +6957 1692 7002 1713 7168 1692 curveto +7178 1691 7187 1689 7197 1688 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7197.88 1691.39 moveto +7207 1686 lineto +7196.51 1684.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7197.88 1691.39 moveto +7207 1686 lineto +7196.51 1684.53 lineto +closepath stroke +grestore +% icmcmmcmc->imicmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6775 1734 moveto +6781 1732 6788 1730 6795 1728 curveto +6960 1684 7004 1682 7173 1656 curveto +7304 1635 7347 1672 7470 1620 curveto +7492 1610 7490 1594 7513 1584 curveto +7618 1536 7835 1601 7763 1512 curveto +7713 1451 7666 1495 7591 1476 curveto +7537 1462 7527 1449 7473 1440 curveto +7087 1374 6982 1451 6595 1404 curveto +6581 1402 6567 1400 6553 1397 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6553.49 1393.53 moveto +6543 1395 lineto +6552.12 1400.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6553.49 1393.53 moveto +6543 1395 lineto +6552.12 1400.39 lineto +closepath stroke +grestore +% icmcmmcmc->cmcmmcmc_ccmcmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6761 1730 moveto +6782 1710 6809 1677 6788 1656 curveto +6743 1610 5697 1646 5638 1620 curveto +5619 1610 5625 1592 5605 1584 curveto +5503 1537 3693 1575 3584 1548 curveto +3550 1539 3548 1520 3513 1512 curveto +3329 1465 1993 1486 1803 1476 curveto +1764 1474 1719 1471 1682 1467 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1682.3 1463.51 moveto +1672 1466 lineto +1681.6 1470.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1682.3 1463.51 moveto +1672 1466 lineto +1681.6 1470.48 lineto +closepath stroke +grestore +% imimmcmc_imcimmcmc_iimimmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +7685 1314 107.21 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +7615.5 1309.9 moveto 139 (i-i--c-c=i-ci--c-c=ii-i--c-c) alignedtext +grestore +% imicmmcmc->imimmcmc_imcimmcmc_iimimmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6543 1377 moveto +6558 1373 6578 1370 6595 1368 curveto +7025 1316 7137 1373 7569 1332 curveto +7579 1331 7589 1330 7600 1328 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7600.4 1331.48 moveto +7610 1327 lineto +7599.7 1324.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7600.4 1331.48 moveto +7610 1327 lineto +7599.7 1324.51 lineto +closepath stroke +grestore +% mcicmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3502 1098 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3478 1093.9 moveto 48 (-cic--c-c) alignedtext +grestore +% imicmmcmc->mcicmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6476 1374 moveto +6468 1372 6460 1370 6452 1368 curveto +6289 1333 6235 1391 6080 1332 curveto +5953 1283 5962 1195 5834 1152 curveto +5594 1071 3805 1159 3555 1116 curveto +3551 1115 3547 1115 3544 1113 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3544.58 1109.52 moveto +3534 1110 lineto +3542.57 1116.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3544.58 1109.52 moveto +3534 1110 lineto +3542.57 1116.23 lineto +closepath stroke +grestore +% cmcmmcmc_ccmcmmcmc->cmcmc_ccmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1659 1446 moveto +1713 1435 1794 1419 1864 1404 curveto +1870 1403 1876 1401 1882 1400 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1883.43 1403.23 moveto +1892 1397 lineto +1881.42 1396.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1883.43 1403.23 moveto +1892 1397 lineto +1881.42 1396.52 lineto +closepath stroke +grestore +% cmcmmcmc_ccmcmmcmc->cmcmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1673 1451 moveto +1721 1444 1782 1430 1831 1404 curveto +1852 1393 1848 1377 1869 1368 curveto +1964 1325 2232 1345 2334 1332 curveto +2350 1330 2367 1327 2382 1324 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2382.88 1327.39 moveto +2392 1322 lineto +2381.51 1320.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2382.88 1327.39 moveto +2392 1322 lineto +2381.51 1320.53 lineto +closepath stroke +grestore +% cmcmmcmc_ccmcmmcmc->cmcmmcim_ccmcmmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1516 1452 moveto +1353 1440 994 1413 985 1404 curveto +975 1392 980 1383 985 1368 curveto +1023 1254 1049 1220 1147 1152 curveto +1420 961 1539 1006 1863 936 curveto +1978 911 2009 921 2124 900 curveto +2191 887 2206 877 2272 864 curveto +2355 847 2450 831 2514 821 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2514.4 824.48 moveto +2524 820 lineto +2513.7 817.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2514.4 824.48 moveto +2524 820 lineto +2513.7 817.51 lineto +closepath stroke +grestore +% micmmcmc_cmicmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3385 810 79.22 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3336 805.9 moveto 98 (-ic--c-c=c-ic--c-c) alignedtext +grestore +% cmcmmcmc_ccmcmmcmc->micmmcmc_cmicmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1516 1452 moveto +1407 1444 1225 1427 1205 1404 curveto +1195 1391 1199 1382 1205 1368 curveto +1277 1202 1717 980 1891 936 curveto +2028 901 2072 942 2205 900 curveto +2237 889 2239 872 2271 864 curveto +2442 816 2892 837 3069 828 curveto +3147 823 3234 819 3298 815 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3298.4 818.48 moveto +3308 814 lineto +3297.7 811.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3298.4 818.48 moveto +3308 814 lineto +3297.7 811.51 lineto +closepath stroke +grestore +% icmcmmcm_iicmcmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +6084 1962 75.94 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +6037 1957.9 moveto 94 (ic-c--c-=iic-c--c-) alignedtext +grestore +% icmcmmcm_iicmcmmcm->cicmcmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6091 1944 moveto +6099 1923 6116 1890 6142 1872 curveto +6188 1837 6211 1852 6266 1836 curveto +6270 1835 6275 1833 6279 1832 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6280.43 1835.23 moveto +6289 1829 lineto +6278.42 1828.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6280.43 1835.23 moveto +6289 1829 lineto +6278.42 1828.52 lineto +closepath stroke +grestore +% icmcmmcm_iicmcmmcm->icmcmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6112 1945 moveto +6128 1935 6151 1921 6170 1908 curveto +6191 1892 6193 1882 6218 1872 curveto +6297 1837 6331 1873 6410 1836 curveto +6432 1825 6430 1810 6453 1800 curveto +6494 1781 6618 1762 6690 1752 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6690.4 1755.48 moveto +6700 1751 lineto +6689.7 1748.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6690.4 1755.48 moveto +6700 1751 lineto +6689.7 1748.51 lineto +closepath stroke +grestore +% icmcm_iicmcm_icicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +6843 1890 84.78 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +6790 1885.9 moveto 106 (ic-c-=iic-c-=icic-c-) alignedtext +grestore +% icmcmmcm_iicmcmmcm->icmcm_iicmcm_icicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6155 1955 moveto +6193 1952 6240 1947 6283 1944 curveto +6473 1927 6521 1928 6711 1908 curveto +6728 1906 6745 1904 6762 1901 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6762.4 1904.48 moveto +6772 1900 lineto +6761.7 1897.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6762.4 1904.48 moveto +6772 1900 lineto +6761.7 1897.51 lineto +closepath stroke +grestore +% icmcmmcm_iicmcmmcm->imicmmcm_imcicmmcm_iimicmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6103 1944 moveto +6113 1934 6127 1921 6139 1908 curveto +6153 1892 6151 1882 6170 1872 curveto +6251 1825 6295 1880 6377 1836 curveto +6396 1825 6394 1815 6410 1800 curveto +6481 1731 6490 1698 6579 1656 curveto +6654 1619 6685 1647 6764 1620 curveto +6796 1608 6799 1594 6832 1584 curveto +6853 1576 6974 1557 7061 1544 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7061.88 1547.39 moveto +7071 1542 lineto +7060.51 1540.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7061.88 1547.39 moveto +7071 1542 lineto +7060.51 1540.53 lineto +closepath stroke +grestore +% icmcm_iicmcm_icicmcm->icmcmc_iicmcmc_icicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6845 1872 moveto +6848 1851 6857 1818 6879 1800 curveto +6939 1749 6983 1800 7054 1764 curveto +7074 1753 7071 1739 7092 1728 curveto +7124 1709 7163 1696 7197 1688 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7197.88 1691.39 moveto +7207 1686 lineto +7196.51 1684.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7197.88 1691.39 moveto +7207 1686 lineto +7196.51 1684.53 lineto +closepath stroke +grestore +% icmcm_iicmcm_icicmcm->cicmcm_ccicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6842 1872 moveto +6841 1853 6840 1824 6846 1800 curveto +6847 1791 6851 1781 6855 1773 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6858.14 1774.56 moveto +6859 1764 lineto +6851.74 1771.72 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6858.14 1774.56 moveto +6859 1764 lineto +6851.74 1771.72 lineto +closepath stroke +grestore +% immicmcm_iimmicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3799 1818 70.88 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3756 1813.9 moveto 86 (i--ic-c-=ii--ic-c-) alignedtext +grestore +% icmcm_iicmcm_icicmcm->immicmcm_iimmicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6775 1879 moveto +6755 1876 6732 1873 6711 1872 curveto +6083 1825 4505 1909 3879 1836 curveto +3873 1835 3866 1834 3860 1833 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3860.49 1829.53 moveto +3850 1831 lineto +3859.12 1836.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3860.49 1829.53 moveto +3850 1831 lineto +3859.12 1836.39 lineto +closepath stroke +grestore +% icmm_iicmm_icicmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +7719 1818 70.88 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +7676 1813.9 moveto 86 (ic--=iic--=icic--) alignedtext +grestore +% icmcm_iicmcm_icicmcm->icmm_iicmm_icicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6923 1884 moveto +7050 1874 7306 1854 7523 1836 curveto +7562 1832 7606 1829 7642 1825 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7642.4 1828.48 moveto +7652 1824 lineto +7641.7 1821.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7642.4 1828.48 moveto +7652 1824 lineto +7641.7 1821.51 lineto +closepath stroke +grestore +% imicmmcm_imcicmmcm_iimicmmcm->cimicmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7201 1514 moveto +7220 1506 7238 1493 7249 1476 curveto +7257 1462 7259 1451 7249 1440 curveto +7207 1395 6760 1415 6700 1404 curveto +6695 1403 6691 1402 6686 1400 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6686.49 1396.53 moveto +6676 1398 lineto +6685.12 1403.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6686.49 1396.53 moveto +6676 1398 lineto +6685.12 1403.39 lineto +closepath stroke +grestore +% imicmmcm_imcicmmcm_iimicmmcm->imicmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7163 1512 moveto +7168 1504 7175 1494 7181 1484 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7183.8 1486.1 moveto +7187 1476 lineto +7178.2 1481.9 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7183.8 1486.1 moveto +7187 1476 lineto +7178.2 1481.9 lineto +closepath stroke +grestore +% imicmmcm_imcicmmcm_iimicmmcm->imicmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7140 1512 moveto +7127 1490 7101 1455 7068 1440 curveto +6966 1391 6672 1425 6562 1404 curveto +6557 1403 6553 1402 6548 1400 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6548.49 1396.53 moveto +6538 1398 lineto +6547.12 1403.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6548.49 1396.53 moveto +6538 1398 lineto +6547.12 1403.39 lineto +closepath stroke +grestore +% mcicmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3757 1170 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3736.5 1165.9 moveto 41 (-cic--c-) alignedtext +grestore +% imicmmcm_imcicmmcm_iimicmmcm->mcicmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7124 1513 moveto +7086 1489 7019 1448 6992 1440 curveto +6763 1371 6689 1454 6457 1404 curveto +6412 1394 6405 1378 6361 1368 curveto +6209 1332 6166 1355 6013 1332 curveto +5931 1319 5911 1311 5830 1296 curveto +5747 1279 5719 1298 5643 1260 curveto +5623 1249 5627 1232 5605 1224 curveto +5527 1191 4162 1191 4077 1188 curveto +3982 1184 3869 1177 3806 1174 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3806.3 1170.51 moveto +3796 1173 lineto +3805.6 1177.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3806.3 1170.51 moveto +3796 1173 lineto +3805.6 1177.48 lineto +closepath stroke +grestore +% immicmcm_iimmicmcm->cimmicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3850 1805 moveto +3860 1803 3870 1801 3879 1800 curveto +4028 1775 4081 1831 4215 1764 curveto +4235 1754 4229 1738 4248 1728 curveto +4291 1704 4423 1688 4497 1679 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4497.4 1682.48 moveto +4507 1678 lineto +4496.7 1675.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4497.4 1682.48 moveto +4507 1678 lineto +4496.7 1675.51 lineto +closepath stroke +grestore +% immicmcm_iimmicmcm->immicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3850 1805 moveto +3894 1794 3956 1776 3978 1764 curveto +4042 1728 4035 1683 4102 1656 curveto +4219 1608 4542 1632 4666 1620 curveto +4693 1617 4723 1613 4748 1610 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4748.88 1613.39 moveto +4758 1608 lineto +4747.51 1606.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4748.88 1613.39 moveto +4758 1608 lineto +4747.51 1606.53 lineto +closepath stroke +grestore +% icmmicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +5329 1674 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +5307 1669.9 moveto 44 (ic--ic-c-) alignedtext +grestore +% immicmcm_iimmicmcm->icmmicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3850 1805 moveto +3859 1803 3869 1801 3879 1800 curveto +4162 1760 4239 1815 4519 1764 curveto +4572 1754 4581 1737 4633 1728 curveto +4883 1681 4951 1717 5203 1692 curveto +5229 1689 5257 1685 5280 1682 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5280.88 1685.39 moveto +5290 1680 lineto +5279.51 1678.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5280.88 1685.39 moveto +5290 1680 lineto +5279.51 1678.53 lineto +closepath stroke +grestore +% immcicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1457 1746 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1435 1741.9 moveto 44 (i--cic-c-) alignedtext +grestore +% immicmcm_iimmicmcm->immcicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3728 1815 moveto +3628 1811 3438 1804 3276 1800 curveto +2892 1789 1928 1806 1545 1764 curveto +1531 1762 1517 1760 1503 1757 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1503.49 1753.53 moveto +1493 1755 lineto +1502.12 1760.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1503.49 1753.53 moveto +1493 1755 lineto +1502.12 1760.39 lineto +closepath stroke +grestore +% immicmm_iimmicmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4144 1746 61.84 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4107.5 1741.9 moveto 73 (i--ic--=ii--ic--) alignedtext +grestore +% immicmcm_iimmicmcm->immicmm_iimmicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3852 1806 moveto +3861 1804 3870 1802 3879 1800 curveto +3949 1785 4029 1769 4082 1758 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4082.88 1761.39 moveto +4092 1756 lineto +4081.51 1754.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4082.88 1761.39 moveto +4092 1756 lineto +4081.51 1754.53 lineto +closepath stroke +grestore +% mmicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1581 1602 34.94 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1563.5 1597.9 moveto 35 (--ic-c-) alignedtext +grestore +% immicmcm_iimmicmcm->mmicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3728 1816 moveto +3479 1807 2650 1778 2531 1764 curveto +2373 1744 2335 1730 2180 1692 curveto +2125 1678 2113 1666 2056 1656 curveto +1867 1621 1812 1664 1625 1620 curveto +1622 1620 1619 1619 1617 1618 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1617.58 1614.46 moveto +1607 1614 lineto +1614.98 1620.96 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1617.58 1614.46 moveto +1607 1614 lineto +1614.98 1620.96 lineto +closepath stroke +grestore +% icmm_iicmm_icicmm->cicmm_ccicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7759 1803 moveto +7809 1785 7896 1753 7972 1728 curveto +8012 1714 8059 1700 8093 1689 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 8094.43 1692.23 moveto +8103 1686 lineto +8092.42 1685.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 8094.43 1692.23 moveto +8103 1686 lineto +8092.42 1685.52 lineto +closepath stroke +grestore +% icmm_iicmm_icicmm->icmmc_iicmmc_icicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7727 1800 moveto +7743 1762 7781 1674 7801 1629 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7804.14 1630.56 moveto +7805 1620 lineto +7797.74 1627.72 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7804.14 1630.56 moveto +7805 1620 lineto +7797.74 1627.72 lineto +closepath stroke +grestore +% icmm_iicmm_icicmm->immicmm_iimmicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7654 1811 moveto +7616 1807 7567 1802 7523 1800 curveto +6145 1728 5797 1817 4419 1764 curveto +4349 1761 4270 1756 4214 1752 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4214.3 1748.51 moveto +4204 1751 lineto +4213.6 1755.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4214.3 1748.51 moveto +4204 1751 lineto +4213.6 1755.48 lineto +closepath stroke +grestore +% icmmcmcmc->icmmcmmc_iicmmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7979 1370 moveto +8001 1350 8031 1318 8010 1296 curveto +7869 1144 7290 1236 7084 1224 curveto +6730 1202 6639 1232 6288 1188 curveto +6281 1187 6274 1186 6267 1185 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6267.49 1181.53 moveto +6257 1183 lineto +6266.12 1188.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6267.49 1181.53 moveto +6257 1183 lineto +6266.12 1188.39 lineto +closepath stroke +grestore +% icmmcmcmc->imimmcmc_imcimmcmc_iimimmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7925 1374 moveto +7918 1372 7911 1370 7905 1368 curveto +7857 1354 7803 1340 7761 1330 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7761.49 1326.53 moveto +7751 1328 lineto +7760.12 1333.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7761.49 1326.53 moveto +7751 1328 lineto +7760.12 1333.39 lineto +closepath stroke +grestore +% icmmcmcmc->cmmcmcmc_ccmmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7969 1369 moveto +7981 1348 7995 1315 7977 1296 curveto +7908 1224 7174 1301 7084 1260 curveto +7064 1250 7070 1232 7051 1224 curveto +6945 1177 3014 1194 2898 1188 curveto +2870 1186 2840 1183 2812 1180 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2812.3 1176.51 moveto +2802 1179 lineto +2811.6 1183.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2812.3 1176.51 moveto +2802 1179 lineto +2811.6 1183.48 lineto +closepath stroke +grestore +% imimmcmc_imcimmcmc_iimimmcmc->cimimmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7610 1301 moveto +7596 1299 7582 1297 7569 1296 curveto +7341 1270 7280 1303 7056 1260 curveto +7051 1259 7047 1258 7042 1256 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7042.49 1252.53 moveto +7032 1254 lineto +7041.12 1259.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7042.49 1252.53 moveto +7032 1254 lineto +7041.12 1259.39 lineto +closepath stroke +grestore +% imicmc_imcicmc_iimicmc_icmcicmc_icimicmc_immimicmc_imcmmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +6716 1242 226.03 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +6561 1237.9 moveto 310 (i-ic-c=i-cic-c=ii-ic-c=ic-cic-c=ici-ic-c=i--i-ic-c=i-c--ic-c) alignedtext +grestore +% imimmcmc_imcimmcmc_iimimmcmc->imicmc_imcicmc_iimicmc_icmcicmc_icimicmc_immimicmc_imcmmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7610 1301 moveto +7596 1299 7582 1297 7569 1296 curveto +7295 1266 7225 1278 6951 1260 curveto +6931 1258 6910 1257 6889 1255 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6889.3 1251.51 moveto +6879 1254 lineto +6888.6 1258.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6889.3 1251.51 moveto +6879 1254 lineto +6888.6 1258.48 lineto +closepath stroke +grestore +% mcimmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4157 954 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4136.5 949.9 moveto 41 (-ci--c-c) alignedtext +grestore +% imimmcmc_imcimmcmc_iimimmcmc->mcimmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7612 1301 moveto +7455 1273 7075 1205 6757 1152 curveto +6562 1119 6515 1099 6319 1080 curveto +5879 1036 5764 1090 5325 1044 curveto +5234 1034 5214 1017 5122 1008 curveto +4734 965 4632 1020 4243 972 curveto +4229 970 4215 968 4202 965 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4202.49 961.53 moveto +4192 963 lineto +4201.12 968.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4202.49 961.53 moveto +4192 963 lineto +4201.12 968.39 lineto +closepath stroke +grestore +% cmmcmcmc_ccmmcmcmc->cmmcmmc_ccmmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2802 1161 moveto +2832 1158 2867 1154 2898 1152 curveto +3068 1139 3497 1157 3661 1116 curveto +3698 1106 3701 1089 3737 1080 curveto +3937 1026 3996 1063 4201 1044 curveto +4227 1041 4257 1038 4283 1035 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4283.4 1038.48 moveto +4293 1034 lineto +4282.7 1031.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4283.4 1038.48 moveto +4293 1034 lineto +4282.7 1031.51 lineto +closepath stroke +grestore +% cmmcmcim_ccmmcmcim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3058 234 79.22 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3009 229.9 moveto 98 (c--c-ci-=cc--c-ci-) alignedtext +grestore +% cmmcmcmc_ccmmcmcmc->cmmcmcim_ccmmcmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2692 1154 moveto +2674 1145 2653 1132 2638 1116 curveto +2532 1002 2417 922 2503 792 curveto +2549 723 2765 675 2841 648 curveto +2895 628 2915 640 2963 612 curveto +3014 582 3058 580 3058 522 curveto +3058 522 3058 522 3058 378 curveto +3058 338 3058 291 3058 262 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3061.5 262 moveto +3058 252 lineto +3054.5 262 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3061.5 262 moveto +3058 252 lineto +3054.5 262 lineto +closepath stroke +grestore +% mimmcmc_cmimmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3231 594 68.99 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3189 589.9 moveto 84 (-i--c-c=c-i--c-c) alignedtext +grestore +% cmmcmcmc_ccmmcmcmc->mimmcmc_cmimmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2708 1152 moveto +2663 1113 2567 1015 2610 936 curveto +2729 715 2864 746 3093 648 curveto +3122 636 3155 622 3181 613 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3183.02 615.96 moveto +3191 609 lineto +3180.42 609.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3183.02 615.96 moveto +3191 609 lineto +3180.42 609.46 lineto +closepath stroke +grestore +% imimmcm_imcimmcm_iimimmcm_imicimmcm_icmcimmcm_icimimmcm->cimimmcm_ccimimmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7647 1369 moveto +7614 1357 7573 1343 7540 1332 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7540.58 1328.52 moveto +7530 1329 lineto +7538.57 1335.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7540.58 1328.52 moveto +7530 1329 lineto +7538.57 1335.23 lineto +closepath stroke +grestore +% imimmcm_imcimmcm_iimimmcm_imicimmcm_icmcimmcm_icimimmcm->imimmcmc_imcimmcmc_iimimmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7695 1368 moveto +7694 1360 7692 1351 7690 1342 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7693.39 1341.12 moveto +7688 1332 lineto +7686.53 1342.49 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7693.39 1341.12 moveto +7688 1332 lineto +7686.53 1342.49 lineto +closepath stroke +grestore +% imicm_imcicm_iimicm_icmcicm_icimicm_immimicm_imcmmicm_immcmcicm_immcimicm_imimmcicm_imimimicm_imicmmicm_imcmmcicm_imcimmicm_icmmimicm_icmcmmicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +6854 1314 503.79 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +6499.5 1309.9 moveto 709 (i-ic-=i-cic-=ii-ic-=ic-cic-=ici-ic-=i--i-ic-=i-c--ic-=i--c-cic-=i--ci-ic-=i-i--cic-=i-i-i-ic-=i-ic--ic-=i-c--cic-=i-ci--ic-=ic--i-ic-=ic-c--ic-) alignedtext +grestore +% imimmcm_imcimmcm_iimimmcm_imicimmcm_icmcimmcm_icimimmcm->imicm_imcicm_iimicm_icmcicm_icimicm_immimicm_imcmmicm_immcmcicm_immcimicm_imimmcicm_imimimicm_imicmmicm_imcmmcicm_imcimmicm_icmmimicm_icmcmmicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7557 1373 moveto +7535 1371 7512 1370 7491 1368 curveto +7348 1355 7188 1342 7063 1332 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7063.3 1328.51 moveto +7053 1331 lineto +7062.6 1335.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7063.3 1328.51 moveto +7053 1331 lineto +7062.6 1335.48 lineto +closepath stroke +grestore +% mcimmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4157 1026 34.94 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4139.5 1021.9 moveto 35 (-ci--c-) alignedtext +grestore +% imimmcm_imcimmcm_iimimmcm_imicimmcm_icmcimmcm_icimimmcm->mcimmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7846 1374 moveto +7903 1366 7959 1353 7977 1332 curveto +7987 1319 7987 1308 7977 1296 curveto +7827 1123 7694 1254 7468 1224 curveto +7224 1190 7164 1179 6920 1152 curveto +6593 1114 6512 1099 6184 1080 curveto +5338 1030 5122 1115 4276 1044 curveto +4251 1041 4223 1037 4200 1034 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4200.49 1030.53 moveto +4190 1032 lineto +4199.12 1037.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4200.49 1030.53 moveto +4190 1032 lineto +4199.12 1037.39 lineto +closepath stroke +grestore +% icmmicmcm->icmcmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5359 1661 moveto +5365 1659 5372 1657 5379 1656 curveto +5608 1612 6194 1639 6427 1620 curveto +6548 1609 6577 1595 6698 1584 curveto +6963 1558 7033 1593 7296 1548 curveto +7302 1547 7308 1545 7314 1544 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7315.43 1547.23 moveto +7324 1541 lineto +7313.42 1540.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7315.43 1547.23 moveto +7324 1541 lineto +7313.42 1540.52 lineto +closepath stroke +grestore +% icmmicmcm->cmmicmcm_ccmmicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5290 1668 moveto +5265 1664 5233 1660 5203 1656 curveto +5079 1639 5044 1655 4923 1620 curveto +4888 1609 4884 1593 4847 1584 curveto +4683 1542 4255 1563 4086 1548 curveto +4068 1546 4049 1544 4031 1541 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4031.3 1537.51 moveto +4021 1540 lineto +4030.6 1544.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4031.3 1537.51 moveto +4021 1540 lineto +4030.6 1544.48 lineto +closepath stroke +grestore +% icmmicmcm->imimicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5359 1662 moveto +5366 1660 5373 1657 5379 1656 curveto +5478 1630 5512 1660 5605 1620 curveto +5642 1604 5675 1575 5697 1554 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5699.4 1556.55 moveto +5704 1547 lineto +5694.45 1551.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5699.4 1556.55 moveto +5704 1547 lineto +5694.45 1551.6 lineto +closepath stroke +grestore +% icmmicmm_iicmmicmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +6347 1602 70.88 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +6304 1597.9 moveto 86 (ic--ic--=iic--ic--) alignedtext +grestore +% icmmicmcm->icmmicmm_iicmmicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5359 1661 moveto +5365 1659 5372 1657 5379 1656 curveto +5764 1580 5872 1668 6262 1620 curveto +6270 1619 6277 1618 6285 1616 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6285.88 1619.39 moveto +6295 1614 lineto +6284.51 1612.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6285.88 1619.39 moveto +6295 1614 lineto +6284.51 1612.53 lineto +closepath stroke +grestore +% imimicmcm->imimicmm_imcimicmm_iimimicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5749 1518 moveto +5755 1516 5761 1514 5767 1512 curveto +5832 1494 5906 1480 5963 1471 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5963.88 1474.39 moveto +5973 1469 lineto +5962.51 1467.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5963.88 1474.39 moveto +5973 1469 lineto +5962.51 1467.53 lineto +closepath stroke +grestore +% imimicmcm->imicmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5747 1517 moveto +5754 1515 5761 1513 5767 1512 curveto +6002 1465 6605 1486 6845 1476 curveto +6952 1471 7079 1465 7148 1461 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7148.4 1464.48 moveto +7158 1460 lineto +7147.7 1457.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7148.4 1464.48 moveto +7158 1460 lineto +7147.7 1457.51 lineto +closepath stroke +grestore +% mcimicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3327 1170 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3305 1165.9 moveto 44 (-ci-ic-c-) alignedtext +grestore +% imimicmcm->mcimicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5684 1522 moveto +5670 1518 5652 1515 5636 1512 curveto +5487 1487 5442 1522 5297 1476 curveto +5267 1466 5265 1450 5234 1440 curveto +5113 1399 5068 1449 4948 1404 curveto +4868 1373 4868 1327 4788 1296 curveto +4700 1260 4660 1305 4576 1260 curveto +4557 1249 4563 1233 4543 1224 curveto +4425 1169 3501 1214 3373 1188 curveto +3371 1188 3368 1187 3366 1186 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3366.58 1182.52 moveto +3356 1183 lineto +3364.57 1189.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3366.58 1182.52 moveto +3356 1183 lineto +3364.57 1189.23 lineto +closepath stroke +grestore +% icmmicmm_iicmmicmm->icmcmcmm_iicmcmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6398 1589 moveto +6409 1587 6421 1585 6432 1584 curveto +6524 1572 7181 1584 7267 1548 curveto +7288 1538 7283 1521 7305 1512 curveto +7450 1445 7504 1500 7663 1476 curveto +7670 1475 7676 1474 7683 1473 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7683.88 1476.39 moveto +7693 1471 lineto +7682.51 1469.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7683.88 1476.39 moveto +7693 1471 lineto +7682.51 1469.53 lineto +closepath stroke +grestore +% icmmicmm_iicmmicmm->cicmmicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6417 1599 moveto +6676 1589 7564 1555 7625 1548 curveto +7639 1546 7653 1544 7667 1541 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7667.88 1544.39 moveto +7677 1539 lineto +7666.51 1537.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7667.88 1544.39 moveto +7677 1539 lineto +7666.51 1537.53 lineto +closepath stroke +grestore +% icmmicmm_iicmmicmm->icmmcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6283 1594 moveto +6255 1591 6221 1587 6191 1584 curveto +6049 1567 6011 1578 5872 1548 curveto +5868 1547 5863 1546 5859 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5859.58 1541.52 moveto +5849 1542 lineto +5857.57 1548.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5859.58 1541.52 moveto +5849 1542 lineto +5857.57 1548.23 lineto +closepath stroke +grestore +% icmmicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +5347 1458 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +5325 1453.9 moveto 44 (ic--ic--c) alignedtext +grestore +% icmmicmm_iicmmicmm->icmmicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6282 1594 moveto +6177 1582 5974 1557 5943 1548 curveto +5907 1537 5902 1522 5867 1512 curveto +5822 1499 5519 1473 5397 1462 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5397.3 1458.51 moveto +5387 1461 lineto +5396.6 1465.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5397.3 1458.51 moveto +5387 1461 lineto +5396.6 1465.48 lineto +closepath stroke +grestore +% mcicmcmcm->mcimmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3648 1090 moveto +3665 1086 3686 1083 3704 1080 curveto +3848 1058 3885 1062 4028 1044 curveto +4057 1041 4088 1035 4113 1032 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4113.4 1035.48 moveto +4123 1031 lineto +4112.7 1028.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4113.4 1035.48 moveto +4123 1031 lineto +4112.7 1028.51 lineto +closepath stroke +grestore +% mcicmcmcm->micmcmcm_cmicmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3603 1080 moveto +3596 1056 3585 1011 3580 972 curveto +3576 924 3585 870 3592 838 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3595.47 838.49 moveto +3594 828 lineto +3588.61 837.12 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3595.47 838.49 moveto +3594 828 lineto +3588.61 837.12 lineto +closepath stroke +grestore +% mcicmmicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2660 954 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2638 949.9 moveto 44 (-cic--ic-) alignedtext +grestore +% mcicmcmcm->mcicmmicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3576 1085 moveto +3570 1083 3562 1081 3555 1080 curveto +3465 1062 2806 1088 2724 1044 curveto +2699 1030 2681 1002 2671 981 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2674.26 979.72 moveto +2667 972 lineto +2667.86 982.56 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2674.26 979.72 moveto +2667 972 lineto +2667.86 982.56 lineto +closepath stroke +grestore +% imim_imcim_iimim_imicim_icmcim_icimim_immimim_imcmmim_immcmcim_immcimim_imimmcim_imimimim_imicmmim_imcmmcim_icmmimim_icmcmmim_imicmmcim_imcmmicim_imcmcmcim_imcmcimim_imcimmcim_imcimimim_imcicmmim_icmmcmcim_icmmcimim_icmcmmcim->cimim_ccimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6100 1008 moveto +6100 1000 6100 991 6100 982 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6103.5 982 moveto +6100 972 lineto +6096.5 982 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6103.5 982 moveto +6100 972 lineto +6096.5 982 lineto +closepath stroke +grestore +% mmimim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +5088 954 27.8 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +5076 949.9 moveto 24 (--i-i-) alignedtext +grestore +% imim_imcim_iimim_imicim_icmcim_icimim_immimim_imcmmim_immcmcim_immcimim_imimmcim_imimimim_imicmmim_imcmmcim_icmmimim_icmcmmim_imicmmcim_imcmmicim_imcmcmcim_imcmcimim_imcimmcim_imcimimim_imcicmmim_icmmcmcim_icmmcimim_icmcmmcim->mmimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5860 1009 moveto +5611 992 5244 966 5126 957 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5126.3 953.51 moveto +5116 956 lineto +5125.6 960.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5126.3 953.51 moveto +5116 956 lineto +5125.6 960.48 lineto +closepath stroke +grestore +% mcicmmim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2708 522 37.02 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2689 517.9 moveto 38 (-cic--i-) alignedtext +grestore +% mcicmcmmc->mcicmmim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2708 576 moveto +2708 568 2708 559 2708 550 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2711.5 550 moveto +2708 540 lineto +2704.5 550 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2711.5 550 moveto +2708 540 lineto +2704.5 550 lineto +closepath stroke +grestore +% mcicmcmmc->micmcmmc_cmicmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2733 579 moveto +2788 547 2923 472 3044 432 curveto +3478 286 4030 247 4242 237 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4242 240.5 moveto +4252 237 lineto +4242 233.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4242 240.5 moveto +4252 237 lineto +4242 233.5 lineto +closepath stroke +grestore +% mcicmcmm->cmcicmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2047 654 moveto +2053 652 2059 650 2065 648 curveto +2128 628 2203 612 2251 603 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2251.88 606.39 moveto +2261 601 lineto +2250.51 599.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2251.88 606.39 moveto +2261 601 lineto +2250.51 599.53 lineto +closepath stroke +grestore +% mcicmcmm->mcicmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2045 653 moveto +2052 651 2059 649 2065 648 curveto +2306 596 2374 643 2617 612 curveto +2631 610 2645 607 2659 605 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2659.88 608.39 moveto +2669 603 lineto +2658.51 601.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2659.88 608.39 moveto +2669 603 lineto +2658.51 601.53 lineto +closepath stroke +grestore +% imicmc_imcicmc_iimicmc_icmcicmc_icimicmc_immimicmc_imcmmicmc->cimicmc_ccimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6706 1224 moveto +6702 1216 6697 1206 6692 1197 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6694.92 1195.04 moveto +6687 1188 lineto +6688.8 1198.44 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6694.92 1195.04 moveto +6687 1188 lineto +6688.8 1198.44 lineto +closepath stroke +grestore +% imicmc_imcicmc_iimicmc_icmcicmc_icimicmc_immimicmc_imcmmicmc->imicmcmm_imcicmcmm_iimicmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6642 1225 moveto +6592 1214 6527 1198 6477 1187 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6477.49 1183.53 moveto +6467 1185 lineto +6476.12 1190.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6477.49 1183.53 moveto +6467 1185 lineto +6476.12 1190.39 lineto +closepath stroke +grestore +% imicmc_imcicmc_iimicmc_icmcicmc_icimicmc_immimicmc_imcmmicmc->mmimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6554 1229 moveto +6337 1212 5965 1184 5835 1174 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5835.3 1170.51 moveto +5825 1173 lineto +5834.6 1177.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5835.3 1170.51 moveto +5825 1173 lineto +5834.6 1177.48 lineto +closepath stroke +grestore +% mmimicmc->cmmimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5773 1153 moveto +5765 1144 5755 1133 5746 1123 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5748.22 1120.22 moveto +5739 1115 lineto +5742.95 1124.83 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5748.22 1120.22 moveto +5739 1115 lineto +5742.95 1124.83 lineto +closepath stroke +grestore +% mmimicmc->mmcimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5761 1158 moveto +5755 1155 5748 1153 5742 1152 curveto +5550 1107 5491 1165 5300 1116 curveto +5263 1106 5258 1091 5220 1080 curveto +5136 1053 5111 1065 5025 1044 curveto +5021 1043 5016 1041 5012 1040 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5012.58 1036.52 moveto +5002 1037 lineto +5010.57 1043.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5012.58 1036.52 moveto +5002 1037 lineto +5010.57 1043.23 lineto +closepath stroke +grestore +% mmimicmc->mmimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5761 1158 moveto +5754 1156 5748 1153 5742 1152 curveto +5641 1124 5612 1138 5509 1116 curveto +5394 1090 5364 1088 5254 1044 curveto +5204 1023 5149 992 5117 972 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5118.44 968.8 moveto +5108 967 lineto +5115.04 974.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5118.44 968.8 moveto +5108 967 lineto +5115.04 974.92 lineto +closepath stroke +grestore +% mcmmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2275 1098 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2251 1093.9 moveto 48 (-c--cic-c) alignedtext +grestore +% mmimicmc->mcmmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5761 1158 moveto +5755 1155 5748 1153 5742 1152 curveto +5587 1121 3053 1119 2894 1116 curveto +2685 1111 2437 1104 2329 1099 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2329 1095.5 moveto +2319 1099 lineto +2329 1102.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2329 1095.5 moveto +2319 1099 lineto +2329 1102.5 lineto +closepath stroke +grestore +% mcicmmcmc->mcimmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3534 1086 moveto +3541 1083 3548 1081 3555 1080 curveto +3729 1043 3781 1088 3952 1044 curveto +4016 1027 4084 994 4123 973 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4124.96 975.92 moveto +4132 968 lineto +4121.56 969.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4124.96 975.92 moveto +4132 968 lineto +4121.56 969.8 lineto +closepath stroke +grestore +% mcicmmcim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3289 738 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3267 733.9 moveto 44 (-cic--ci-) alignedtext +grestore +% mcicmmcmc->mcicmmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3470 1085 moveto +3450 1076 3423 1062 3403 1044 curveto +3374 1017 3370 1006 3351 972 curveto +3319 911 3313 894 3297 828 curveto +3293 807 3291 784 3290 766 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3293.48 765.6 moveto +3289 756 lineto +3286.51 766.3 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3293.48 765.6 moveto +3289 756 lineto +3286.51 766.3 lineto +closepath stroke +grestore +% mcicmmcmc->micmmcmc_cmicmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3481 1082 moveto +3444 1052 3365 981 3335 900 curveto +3330 884 3330 878 3335 864 curveto +3340 853 3347 843 3355 834 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3357.4 836.55 moveto +3362 827 lineto +3352.45 831.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3357.4 836.55 moveto +3362 827 lineto +3352.45 831.6 lineto +closepath stroke +grestore +% mcicmmcm->cmcicmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3765 1152 moveto +3769 1144 3773 1134 3778 1125 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3781.14 1126.56 moveto +3782 1116 lineto +3774.74 1123.72 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3781.14 1126.56 moveto +3782 1116 lineto +3774.74 1123.72 lineto +closepath stroke +grestore +% mcicmmcm->mcicmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3730 1157 moveto +3707 1145 3672 1129 3646 1116 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3647.56 1112.86 moveto +3637 1112 lineto +3644.72 1119.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3647.56 1112.86 moveto +3637 1112 lineto +3644.72 1119.26 lineto +closepath stroke +grestore +% mcicmmcm->mcicmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3728 1158 moveto +3722 1156 3715 1154 3709 1152 curveto +3642 1131 3623 1135 3555 1116 curveto +3552 1115 3549 1114 3546 1113 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3546.58 1109.52 moveto +3536 1110 lineto +3544.57 1116.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3546.58 1109.52 moveto +3536 1110 lineto +3544.57 1116.23 lineto +closepath stroke +grestore +% imicm_imcicm_iimicm_icmcicm_icimicm_immimicm_imcmmicm_immcmcicm_immcimicm_imimmcicm_imimimicm_imicmmicm_imcmmcicm_imcimmicm_icmmimicm_icmcmmicm->cimicm_ccimicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6712 1297 moveto +6642 1287 6557 1275 6481 1260 curveto +6476 1259 6471 1258 6466 1256 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6466.49 1252.53 moveto +6456 1254 lineto +6465.12 1259.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6466.49 1252.53 moveto +6456 1254 lineto +6465.12 1259.39 lineto +closepath stroke +grestore +% imicm_imcicm_iimicm_icmcicm_icimicm_immimicm_imcmmicm_immcmcicm_immcimicm_imimmcicm_imimimicm_imicmmicm_imcmmcicm_imcimmicm_icmmimicm_icmcmmicm->imicmc_imcicmc_iimicmc_icmcicmc_icimicmc_immimicmc_imcmmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6820 1296 moveto +6802 1287 6779 1275 6759 1265 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6760.44 1261.8 moveto +6750 1260 lineto +6757.04 1267.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6760.44 1261.8 moveto +6750 1260 lineto +6757.04 1267.92 lineto +closepath stroke +grestore +% imicm_imcicm_iimicm_icmcicm_icimicm_immimicm_imcmmicm_immcmcicm_immcimicm_imimmcicm_imimimicm_imicmmicm_imcmmcicm_imcimmicm_icmmimicm_icmcmmicm->mmimicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6444 1304 moveto +6154 1295 5792 1280 5643 1260 curveto +5630 1258 5616 1255 5603 1252 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5603.49 1248.53 moveto +5593 1250 lineto +5602.12 1255.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5603.49 1248.53 moveto +5593 1250 lineto +5602.12 1255.39 lineto +closepath stroke +grestore +% mmimicm->cmmimicm_ccmmimicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5583 1227 moveto +5596 1217 5613 1204 5629 1193 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5631.1 1195.8 moveto +5637 1187 lineto +5626.9 1190.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5631.1 1195.8 moveto +5637 1187 lineto +5626.9 1190.2 lineto +closepath stroke +grestore +% mmimicm->mmimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5593 1234 moveto +5628 1224 5690 1206 5742 1188 curveto +5744 1187 5747 1186 5750 1185 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5751.28 1188.26 moveto +5759 1181 lineto +5748.44 1181.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5751.28 1188.26 moveto +5759 1181 lineto +5748.44 1181.86 lineto +closepath stroke +grestore +% mcmcimicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1764 1170 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1742 1165.9 moveto 44 (-c-ci-ic-) alignedtext +grestore +% mmimicm->mcmcimicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5532 1241 moveto +5430 1238 5107 1229 4839 1224 curveto +3580 1200 3263 1243 2004 1188 curveto +1939 1185 1863 1179 1814 1175 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1814.3 1171.51 moveto +1804 1174 lineto +1813.6 1178.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1814.3 1171.51 moveto +1804 1174 lineto +1813.6 1178.48 lineto +closepath stroke +grestore +% mcmmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2052 1170 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2031.5 1165.9 moveto 41 (-c--cic-) alignedtext +grestore +% mmimicm->mcmmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5532 1241 moveto +5430 1238 5107 1229 4839 1224 curveto +3860 1203 3615 1211 2636 1188 curveto +2438 1182 2202 1175 2101 1171 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2101 1167.5 moveto +2091 1171 lineto +2101 1174.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2101 1167.5 moveto +2091 1171 lineto +2101 1174.5 lineto +closepath stroke +grestore +% mcimicmcm->mcicmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3364 1162 moveto +3409 1152 3488 1135 3555 1116 curveto +3558 1115 3562 1114 3565 1113 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3566.43 1116.23 moveto +3575 1110 lineto +3564.42 1109.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3566.43 1116.23 moveto +3575 1110 lineto +3564.42 1109.52 lineto +closepath stroke +grestore +% mcimicmcm->mcimicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3300 1156 moveto +3278 1144 3247 1128 3223 1116 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3224.44 1112.8 moveto +3214 1111 lineto +3221.04 1118.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3224.44 1112.8 moveto +3214 1111 lineto +3221.04 1118.92 lineto +closepath stroke +grestore +% mimicmcm_cmimicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3985 882 73.16 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3940 877.9 moveto 90 (-i-ic-c-=c-i-ic-c-) alignedtext +grestore +% mcimicmcm->mimicmcm_cmimicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3326 1152 moveto +3326 1131 3329 1097 3349 1080 curveto +3420 1019 3676 1072 3764 1044 curveto +3824 1024 3834 1008 3884 972 curveto +3899 961 3934 929 3959 907 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3961.4 909.55 moveto +3966 900 lineto +3956.45 904.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3961.4 909.55 moveto +3966 900 lineto +3956.45 904.6 lineto +closepath stroke +grestore +% mcimimicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2772 1026 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2751.5 1021.9 moveto 41 (-ci-i-ic-) alignedtext +grestore +% mcimicmcm->mcimimicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3291 1162 moveto +3275 1158 3256 1155 3239 1152 curveto +3087 1128 3038 1171 2894 1116 curveto +2856 1101 2820 1071 2797 1050 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2798.83 1046.95 moveto +2789 1043 lineto +2794.22 1052.22 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2798.83 1046.95 moveto +2789 1043 lineto +2794.22 1052.22 lineto +closepath stroke +grestore +% imimicmmc->imicmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5235 1374 moveto +5256 1364 5286 1349 5310 1332 curveto +5402 1265 5406 1227 5490 1152 curveto +5503 1141 5517 1129 5530 1120 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5532.1 1122.8 moveto +5538 1114 lineto +5527.9 1117.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5532.1 1122.8 moveto +5538 1114 lineto +5527.9 1117.2 lineto +closepath stroke +grestore +% mcimicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3198 1026 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3176 1021.9 moveto 44 (-ci-ic--c) alignedtext +grestore +% imimicmmc->mcimicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5177 1374 moveto +5152 1363 5115 1346 5082 1332 curveto +5048 1316 5042 1306 5006 1296 curveto +4889 1261 4851 1293 4733 1260 curveto +4696 1249 4690 1237 4652 1224 curveto +4593 1203 4570 1219 4514 1188 curveto +4495 1176 4498 1162 4477 1152 curveto +4311 1067 4249 1101 4063 1080 curveto +3904 1060 3409 1036 3249 1028 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3249 1024.5 moveto +3239 1028 lineto +3249 1031.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3249 1024.5 moveto +3239 1028 lineto +3249 1031.5 lineto +closepath stroke +grestore +% mcimicmmc->mcicmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3203 1008 moveto +3215 955 3243 799 3163 720 curveto +3113 669 2909 708 2841 684 curveto +2800 669 2760 639 2734 618 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2735.83 614.95 moveto +2726 611 lineto +2731.22 620.22 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2735.83 614.95 moveto +2726 611 lineto +2731.22 620.22 lineto +closepath stroke +grestore +% mcimimim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3026 810 34.24 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3009 805.9 moveto 34 (-ci-i-i-) alignedtext +grestore +% mcimicmmc->mcimimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3184 1009 moveto +3153 970 3081 879 3045 835 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3047.8 832.9 moveto +3039 827 lineto +3042.2 837.1 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3047.8 832.9 moveto +3039 827 lineto +3042.2 837.1 lineto +closepath stroke +grestore +% mimicmmc_cmimicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4337 738 73.16 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4292 733.9 moveto 90 (-i-ic--c=c-i-ic--c) alignedtext +grestore +% mcimicmmc->mimicmmc_cmimicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3233 1017 moveto +3316 993 3531 928 3687 828 curveto +3707 815 3704 801 3725 792 curveto +3773 770 4100 750 4255 742 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4255 745.5 moveto +4265 742 lineto +4255 738.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4255 745.5 moveto +4265 742 lineto +4255 738.5 lineto +closepath stroke +grestore +% mcimicmm->cmcimicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3169 1082 moveto +3157 1072 3140 1059 3126 1049 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3127.83 1045.95 moveto +3118 1042 lineto +3123.22 1051.22 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3127.83 1045.95 moveto +3118 1042 lineto +3123.22 1051.22 lineto +closepath stroke +grestore +% mcimicmm->mcicmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3155 1090 moveto +3125 1082 3081 1067 3048 1044 curveto +2966 983 2988 924 2905 864 curveto +2763 758 2706 759 2533 720 curveto +2330 673 2269 729 2065 684 curveto +2062 684 2059 683 2055 681 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2056.59 677.84 moveto +2046 678 lineto +2054.38 684.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2056.59 677.84 moveto +2046 678 lineto +2054.38 684.48 lineto +closepath stroke +grestore +% mcimicmm->mcimicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3191 1080 moveto +3192 1072 3193 1063 3194 1054 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3197.47 1054.49 moveto +3196 1044 lineto +3190.61 1053.12 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3197.47 1054.49 moveto +3196 1044 lineto +3190.61 1053.12 lineto +closepath stroke +grestore +% mcimimmc->cmcimimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3478 1155 moveto +3464 1145 3444 1131 3428 1119 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3430.1 1116.2 moveto +3420 1113 lineto +3425.9 1121.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3430.1 1116.2 moveto +3420 1113 lineto +3425.9 1121.8 lineto +closepath stroke +grestore +% mcimimmc->mcicmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3500 1152 moveto +3501 1144 3501 1135 3501 1126 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3504.5 1126 moveto +3501 1116 lineto +3497.5 1126 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3504.5 1126 moveto +3501 1116 lineto +3497.5 1126 lineto +closepath stroke +grestore +% mcimimmc->mcimicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3469 1159 moveto +3427 1144 3355 1118 3349 1116 curveto +3306 1095 3260 1066 3230 1047 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3231.26 1043.63 moveto +3221 1041 lineto +3227.38 1049.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3231.26 1043.63 moveto +3221 1041 lineto +3227.38 1049.46 lineto +closepath stroke +grestore +% mcimimm->cmcimimm_ccmcimimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3664 1225 moveto +3659 1217 3652 1206 3645 1196 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3647.8 1193.9 moveto +3639 1188 lineto +3642.2 1198.1 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3647.8 1193.9 moveto +3639 1188 lineto +3642.2 1198.1 lineto +closepath stroke +grestore +% mcimimm->mcicmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3693 1227 moveto +3705 1217 3719 1204 3731 1193 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3733.78 1195.22 moveto +3739 1186 lineto +3729.17 1189.95 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3733.78 1195.22 moveto +3739 1186 lineto +3729.17 1189.95 lineto +closepath stroke +grestore +% mcimimm->mcimicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3652 1230 moveto +3647 1228 3641 1225 3635 1224 curveto +3526 1192 3493 1213 3382 1188 curveto +3377 1187 3373 1186 3369 1184 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3369.58 1180.52 moveto +3359 1181 lineto +3367.57 1187.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3369.58 1180.52 moveto +3359 1181 lineto +3367.57 1187.23 lineto +closepath stroke +grestore +% mcimimm->mcimimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3651 1231 moveto +3646 1228 3640 1226 3635 1224 curveto +3617 1216 3571 1198 3538 1185 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3538.58 1181.46 moveto +3528 1181 lineto +3535.98 1187.96 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3538.58 1181.46 moveto +3528 1181 lineto +3535.98 1187.96 lineto +closepath stroke +grestore +% mcimmcmc->cmcimmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4167 936 moveto +4171 928 4176 918 4181 909 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4184.2 910.44 moveto +4186 900 lineto +4178.08 907.04 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4184.2 910.44 moveto +4186 900 lineto +4178.08 907.04 lineto +closepath stroke +grestore +% mcimmcim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3139 666 37.02 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3120 661.9 moveto 38 (-ci--ci-) alignedtext +grestore +% mcimmcmc->mcimmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4151 936 moveto +4142 915 4126 882 4100 864 curveto +4044 823 4013 851 3947 828 curveto +3912 815 3907 802 3871 792 curveto +3732 752 3690 779 3546 756 curveto +3412 733 3256 696 3182 677 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3182.58 673.52 moveto +3172 674 lineto +3180.57 680.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3182.58 673.52 moveto +3172 674 lineto +3180.57 680.23 lineto +closepath stroke +grestore +% mcimmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2075 810 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2053 805.9 moveto 44 (-ci--ic-c) alignedtext +grestore +% mcimmcmc->mcimmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4127 942 moveto +4120 940 4112 938 4104 936 curveto +4002 910 3966 943 3870 900 curveto +3848 889 3851 872 3827 864 curveto +3650 797 2311 862 2125 828 curveto +2121 827 2118 826 2115 825 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2115.58 821.52 moveto +2105 822 lineto +2113.57 828.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2115.58 821.52 moveto +2105 822 lineto +2113.57 828.23 lineto +closepath stroke +grestore +% mcimmcm->cmcimmcm_ccmcimmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4185 1015 moveto +4211 1004 4252 987 4283 974 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4285.02 976.96 moveto +4293 970 lineto +4282.42 970.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4285.02 976.96 moveto +4293 970 lineto +4282.42 970.46 lineto +closepath stroke +grestore +% mcimmcm->mcimmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4157 1008 moveto +4157 1000 4157 991 4157 982 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4160.5 982 moveto +4157 972 lineto +4153.5 982 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4160.5 982 moveto +4157 972 lineto +4153.5 982 lineto +closepath stroke +grestore +% mcimmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2760 954 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2738 949.9 moveto 44 (-ci--cic-) alignedtext +grestore +% mcimmcm->mcimmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4122 1024 moveto +3933 1014 3036 968 2811 957 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2811.3 953.51 moveto +2801 956 lineto +2810.6 960.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2811.3 953.51 moveto +2801 956 lineto +2810.6 960.48 lineto +closepath stroke +grestore +% mmimim->cmmimim_ccmmimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5091 936 moveto +5092 928 5094 919 5095 910 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5098.47 910.49 moveto +5097 900 lineto +5091.61 909.12 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5098.47 910.49 moveto +5097 900 lineto +5091.61 909.12 lineto +closepath stroke +grestore +% mcmcimim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1910 882 37.02 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1891 877.9 moveto 38 (-c-ci-i-) alignedtext +grestore +% mmimim->mcmcimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5060 953 moveto +4968 950 4668 941 4419 936 curveto +3889 924 2561 942 2032 900 curveto +2007 897 1978 893 1955 890 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1955.49 886.53 moveto +1945 888 lineto +1954.12 893.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1955.49 886.53 moveto +1945 888 lineto +1954.12 893.39 lineto +closepath stroke +grestore +% mcmmcim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2861 882 34.94 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2843.5 877.9 moveto 35 (-c--ci-) alignedtext +grestore +% mmimim->mcmmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5060 953 moveto +4895 948 4037 923 3335 900 curveto +3178 894 2991 887 2906 883 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2906 879.5 moveto +2896 883 lineto +2906 886.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2906 879.5 moveto +2896 883 lineto +2906 886.5 lineto +closepath stroke +grestore +% immcicmcm->imimicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1493 1737 moveto +1534 1727 1602 1709 1661 1692 curveto +1713 1677 1723 1664 1775 1656 curveto +2077 1605 2844 1633 3149 1620 curveto +3420 1608 3487 1594 3757 1584 curveto +4557 1552 4759 1600 5557 1548 curveto +5596 1545 5639 1540 5671 1536 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5671.4 1539.48 moveto +5681 1535 lineto +5670.7 1532.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5671.4 1539.48 moveto +5681 1535 lineto +5670.7 1532.51 lineto +closepath stroke +grestore +% immcmcm_imcmcmcm_iimmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +745 1674 100.95 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +680 1669.9 moveto 130 (i--c-c-=i-c-c-c-=ii--c-c-) alignedtext +grestore +% immcicmcm->immcmcm_imcmcmcm_iimmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1417 1742 moveto +1324 1734 1090 1713 893 1692 curveto +875 1689 857 1688 839 1685 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 839.3 1681.51 moveto +829 1684 lineto +838.6 1688.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 839.3 1681.51 moveto +829 1684 lineto +838.6 1688.48 lineto +closepath stroke +grestore +% immcicmm_imcmcicmm_iimmcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1545 1674 107.21 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1475.5 1669.9 moveto 139 (i--cic--=i-c-cic--=ii--cic--) alignedtext +grestore +% immcicmcm->immcicmm_imcmcicmm_iimmcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1477 1730 moveto +1488 1721 1502 1709 1515 1699 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1517.78 1701.22 moveto +1523 1692 lineto +1513.17 1695.95 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1517.78 1701.22 moveto +1523 1692 lineto +1513.17 1695.95 lineto +closepath stroke +grestore +% mcmcicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +662 1530 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +638 1525.9 moveto 48 (-c-cic-c-) alignedtext +grestore +% immcicmcm->mcmcicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1418 1740 moveto +1392 1737 1357 1732 1326 1728 curveto +1207 1711 1173 1724 1056 1692 curveto +1019 1681 1013 1666 975 1656 curveto +913 1638 735 1662 686 1620 curveto +669 1605 664 1578 662 1558 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 665.48 1557.6 moveto +661 1548 lineto +658.51 1558.3 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 665.48 1557.6 moveto +661 1548 lineto +658.51 1558.3 lineto +closepath stroke +grestore +% immcmcm_imcmcmcm_iimmcmcm->immcmcmc_imcmcmcmc_iimmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 784 1657 moveto +837 1636 935 1598 1023 1584 curveto +1413 1518 2408 1580 2801 1548 curveto +2812 1547 2823 1546 2835 1544 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2835.4 1547.48 moveto +2845 1543 lineto +2834.7 1540.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2835.4 1547.48 moveto +2845 1543 lineto +2834.7 1540.51 lineto +closepath stroke +grestore +% immcmcm_imcmcmcm_iimmcmcm->icimmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 825 1663 moveto +847 1660 871 1658 893 1656 curveto +1218 1628 1306 1683 1625 1620 curveto +1629 1619 1632 1619 1636 1618 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1637.28 1621.26 moveto +1645 1614 lineto +1634.44 1614.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1637.28 1621.26 moveto +1645 1614 lineto +1634.44 1614.86 lineto +closepath stroke +grestore +% immcmm_imcmcmm_iimmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +307 1602 87.05 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +252 1597.9 moveto 110 (i--c--=i-c-c--=ii--c--) alignedtext +grestore +% immcmcm_imcmcmcm_iimmcmcm->immcmm_imcmcmm_iimmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 672 1662 moveto +659 1660 647 1658 635 1656 curveto +535 1639 509 1636 408 1620 curveto +400 1619 392 1617 383 1616 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 383.49 1612.53 moveto +373 1614 lineto +382.12 1619.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 383.49 1612.53 moveto +373 1614 lineto +382.12 1619.39 lineto +closepath stroke +grestore +% mcmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +585 1458 37.02 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +566 1453.9 moveto 38 (-c-c-c-) alignedtext +grestore +% immcmcm_imcmcmcm_iimmcmcm->mcmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 673 1661 moveto +610 1650 527 1632 517 1620 curveto +484 1576 530 1515 561 1481 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 563.4 1483.55 moveto +568 1474 lineto +558.45 1478.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 563.4 1483.55 moveto +568 1474 lineto +558.45 1478.6 lineto +closepath stroke +grestore +% immcicmm_imcmcicmm_iimmcicmm->immcmm_imcmcmm_iimmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1470 1661 moveto +1457 1659 1442 1657 1429 1656 curveto +1026 1616 922 1645 517 1620 curveto +478 1617 434 1614 396 1611 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 396.3 1607.51 moveto +386 1610 lineto +395.6 1614.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 396.3 1607.51 moveto +386 1610 lineto +395.6 1614.48 lineto +closepath stroke +grestore +% immcicmm_imcmcicmm_iimmcicmm->cimmcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1620 1661 moveto +1635 1659 1651 1657 1666 1656 curveto +1942 1631 2641 1684 2909 1620 curveto +2946 1611 2949 1592 2985 1584 curveto +3170 1540 4505 1569 4693 1548 curveto +4707 1546 4721 1544 4735 1541 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4735.88 1544.39 moveto +4745 1539 lineto +4734.51 1537.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4735.88 1544.39 moveto +4745 1539 lineto +4734.51 1537.53 lineto +closepath stroke +grestore +% immcicmm_imcmcicmm_iimmcicmm->icmmcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1639 1665 moveto +1681 1662 1730 1658 1775 1656 curveto +2386 1624 2539 1646 3149 1620 curveto +3420 1608 3487 1594 3757 1584 curveto +3981 1575 5548 1588 5767 1548 curveto +5771 1547 5774 1546 5777 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5778.43 1548.23 moveto +5787 1542 lineto +5776.42 1541.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5778.43 1548.23 moveto +5787 1542 lineto +5776.42 1541.52 lineto +closepath stroke +grestore +% immcicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1043 1458 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1021 1453.9 moveto 44 (i--cic--c) alignedtext +grestore +% immcicmm_imcmcicmm_iimmcicmm->immcicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1469 1661 moveto +1456 1659 1442 1657 1429 1656 curveto +1250 1634 1194 1681 1023 1620 curveto +961 1597 884 1567 920 1512 curveto +930 1498 968 1482 999 1471 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1000.43 1474.23 moveto +1009 1468 lineto +998.42 1467.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1000.43 1474.23 moveto +1009 1468 lineto +998.42 1467.52 lineto +closepath stroke +grestore +% mcmcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +831 1458 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +810.5 1453.9 moveto 41 (-c-cic--) alignedtext +grestore +% immcicmm_imcmcicmm_iimmcicmm->mcmcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1470 1661 moveto +1457 1659 1442 1657 1429 1656 curveto +1214 1631 1154 1667 942 1620 curveto +921 1615 766 1566 753 1548 curveto +744 1534 746 1526 753 1512 curveto +761 1495 777 1484 792 1475 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 793.96 1477.92 moveto +801 1470 lineto +790.56 1471.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 793.96 1477.92 moveto +801 1470 lineto +790.56 1471.8 lineto +closepath stroke +grestore +% mcmcicmcm->mmcicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 700 1521 moveto +716 1517 735 1514 753 1512 curveto +1035 1482 3023 1528 3301 1476 curveto +3304 1476 3307 1475 3310 1474 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3312.02 1476.96 moveto +3320 1470 lineto +3309.42 1470.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3312.02 1476.96 moveto +3320 1470 lineto +3309.42 1470.46 lineto +closepath stroke +grestore +% mcmcicmcm->mcimicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 681 1513 moveto +704 1494 745 1462 783 1440 curveto +960 1338 1018 1329 1218 1296 curveto +1724 1212 1857 1250 2368 1224 curveto +2755 1203 2855 1234 3239 1188 curveto +3253 1186 3267 1184 3281 1181 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3281.88 1184.39 moveto +3291 1179 lineto +3280.51 1177.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3281.88 1184.39 moveto +3291 1179 lineto +3280.51 1177.53 lineto +closepath stroke +grestore +% mcmcicmcm->mcmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 644 1513 moveto +633 1503 620 1492 609 1481 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 611.55 1478.6 moveto +602 1474 lineto +606.6 1483.55 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 611.55 1478.6 moveto +602 1474 lineto +606.6 1483.55 lineto +closepath stroke +grestore +% mcmcicmcm->mcmcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 693 1517 moveto +721 1505 763 1487 793 1474 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 794.28 1477.26 moveto +802 1470 lineto +791.44 1470.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 794.28 1477.26 moveto +802 1470 lineto +791.44 1470.86 lineto +closepath stroke +grestore +% mcmcicmcm->mcmcimicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 660 1512 moveto +656 1479 654 1408 691 1368 curveto +734 1321 773 1362 828 1332 curveto +849 1320 846 1306 866 1296 curveto +974 1244 1016 1286 1132 1260 curveto +1184 1248 1194 1234 1246 1224 curveto +1292 1214 1592 1186 1714 1175 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1714.4 1178.48 moveto +1724 1174 lineto +1713.7 1171.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1714.4 1178.48 moveto +1724 1174 lineto +1713.7 1171.51 lineto +closepath stroke +grestore +% immcmmc_imcmcmmc_iimmcmmc->icimmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1387 1373 moveto +1402 1371 1416 1369 1430 1368 curveto +1721 1335 2070 1321 2200 1315 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2200 1318.5 moveto +2210 1315 lineto +2200 1311.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2200 1318.5 moveto +2210 1315 lineto +2200 1311.5 lineto +closepath stroke +grestore +% mcmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1373 1314 37.02 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1354 1309.9 moveto 38 (-c-c--c) alignedtext +grestore +% immcmmc_imcmcmmc_iimmcmmc->mcmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1330 1368 moveto +1337 1360 1346 1349 1353 1339 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1355.8 1341.1 moveto +1359 1331 lineto +1350.2 1336.9 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1355.8 1341.1 moveto +1359 1331 lineto +1350.2 1336.9 lineto +closepath stroke +grestore +% mcmcmcmc->cmcmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2283 1374 moveto +2313 1362 2358 1344 2391 1331 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2392.28 1334.26 moveto +2400 1327 lineto +2389.44 1327.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2392.28 1334.26 moveto +2400 1327 lineto +2389.44 1327.86 lineto +closepath stroke +grestore +% mcmcmcmc->mcimmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2283 1374 moveto +2290 1372 2297 1370 2303 1368 curveto +2385 1345 2417 1375 2489 1332 curveto +2534 1305 2593 1180 2636 1152 curveto +2736 1086 2777 1098 2894 1080 curveto +3277 1019 3381 1095 3764 1044 curveto +3832 1034 4026 987 4113 965 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4113.88 968.39 moveto +4123 963 lineto +4112.51 961.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4113.88 968.39 moveto +4123 963 lineto +4112.51 961.53 lineto +closepath stroke +grestore +% mcmcmcmc->mcmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2210 1383 moveto +2064 1370 1574 1331 1420 1318 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1420.3 1314.51 moveto +1410 1317 lineto +1419.6 1321.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1420.3 1314.51 moveto +1410 1317 lineto +1419.6 1321.48 lineto +closepath stroke +grestore +% mcmcmcim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1801 810 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1780.5 805.9 moveto 41 (-c-c-ci-) alignedtext +grestore +% mcmcmcmc->mcmcmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2225 1372 moveto +2206 1362 2180 1347 2159 1332 curveto +2084 1276 2062 1262 2004 1188 curveto +1912 1068 1839 902 1812 837 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1815.26 835.72 moveto +1808 828 lineto +1808.86 838.56 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1815.26 835.72 moveto +1808 828 lineto +1808.86 838.56 lineto +closepath stroke +grestore +% mcmmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2290 954 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2269.5 949.9 moveto 41 (-c--ic-c) alignedtext +grestore +% mcmcmcmc->mcmmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2219 1375 moveto +2200 1366 2177 1352 2166 1332 curveto +2159 1317 2164 1311 2166 1296 curveto +2179 1197 2186 1172 2222 1080 curveto +2236 1044 2258 1005 2274 981 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2277.2 982.44 moveto +2279 972 lineto +2271.08 979.04 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2277.2 982.44 moveto +2279 972 lineto +2271.08 979.04 lineto +closepath stroke +grestore +% mcmcmcmc->mmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2283 1374 moveto +2289 1372 2296 1369 2303 1368 curveto +2399 1343 2427 1356 2522 1332 curveto +2526 1331 2530 1330 2534 1328 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2535.43 1331.23 moveto +2544 1325 lineto +2533.42 1324.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2535.43 1331.23 moveto +2544 1325 lineto +2533.42 1324.52 lineto +closepath stroke +grestore +% immcmm_imcmcmm_iimmcmm->icimmcmm_iicimmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 378 1591 moveto +400 1589 424 1586 446 1584 curveto +786 1554 875 1593 1213 1548 curveto +1219 1547 1226 1546 1232 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1232.88 1548.39 moveto +1242 1543 lineto +1231.51 1541.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1232.88 1548.39 moveto +1242 1543 lineto +1231.51 1541.53 lineto +closepath stroke +grestore +% immcmm_imcmcmm_iimmcmm->immcmmc_imcmcmmc_iimmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 335 1585 moveto +352 1574 374 1561 393 1548 curveto +438 1517 448 1508 491 1476 curveto +513 1460 514 1449 539 1440 curveto +655 1397 969 1412 1091 1404 curveto +1130 1401 1174 1398 1213 1394 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1213.4 1397.48 moveto +1223 1393 lineto +1212.7 1390.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1213.4 1397.48 moveto +1223 1393 lineto +1212.7 1390.51 lineto +closepath stroke +grestore +% mcmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +753 1386 32.86 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +737 1381.9 moveto 32 (-c-c--) alignedtext +grestore +% immcmm_imcmcmm_iimmcmm->mcmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 323 1584 moveto +355 1550 429 1477 506 1440 curveto +573 1407 659 1395 710 1389 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 710.4 1392.48 moveto +720 1388 lineto +709.7 1385.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 710.4 1392.48 moveto +720 1388 lineto +709.7 1385.51 lineto +closepath stroke +grestore +% mcmcmcm->cmcmcmcm_ccmcmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 618 1450 moveto +635 1446 655 1442 674 1440 curveto +1103 1389 1216 1453 1645 1404 curveto +1653 1403 1661 1402 1669 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1669.88 1404.39 moveto +1679 1399 lineto +1668.51 1397.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1669.88 1404.39 moveto +1679 1399 lineto +1668.51 1397.53 lineto +closepath stroke +grestore +% mcmcmcm->mcicmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 597 1441 moveto +612 1421 638 1388 666 1368 curveto +730 1321 753 1317 828 1296 curveto +943 1263 987 1311 1094 1260 curveto +1115 1249 1111 1233 1132 1224 curveto +1259 1165 1305 1205 1443 1188 curveto +1564 1173 1593 1161 1714 1152 curveto +2123 1121 3152 1186 3555 1116 curveto +3559 1115 3563 1115 3566 1113 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3567.43 1116.23 moveto +3576 1110 lineto +3565.42 1109.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3567.43 1116.23 moveto +3576 1110 lineto +3565.42 1109.52 lineto +closepath stroke +grestore +% mcmcmcm->mcmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 618 1450 moveto +635 1446 655 1442 674 1440 curveto +1265 1372 1418 1434 2011 1404 curveto +2076 1400 2152 1395 2200 1391 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2200.4 1394.48 moveto +2210 1390 lineto +2199.7 1387.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2200.4 1394.48 moveto +2210 1390 lineto +2199.7 1387.51 lineto +closepath stroke +grestore +% mcmcmcm->mcmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 613 1446 moveto +642 1433 686 1414 717 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 719.02 1403.96 moveto +727 1397 lineto +716.42 1397.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 719.02 1403.96 moveto +727 1397 lineto +716.42 1397.46 lineto +closepath stroke +grestore +% mcmcmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1759 1098 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1735 1093.9 moveto 48 (-c-c-cic-) alignedtext +grestore +% mcmcmcm->mcmcmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 573 1441 moveto +562 1421 548 1390 564 1368 curveto +758 1106 945 1217 1263 1152 curveto +1422 1119 1613 1105 1705 1100 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1705 1103.5 moveto +1715 1100 lineto +1705 1096.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1705 1103.5 moveto +1715 1100 lineto +1705 1096.5 lineto +closepath stroke +grestore +% mcmcmcm->mmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 618 1450 moveto +635 1446 655 1442 674 1440 curveto +1034 1399 1950 1480 2303 1404 curveto +2306 1404 2308 1403 2311 1402 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2312.28 1405.26 moveto +2320 1398 lineto +2309.44 1398.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2312.28 1405.26 moveto +2320 1398 lineto +2309.44 1398.86 lineto +closepath stroke +grestore +% immicmmc_iimmicmmc->cimmicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5542 1523 moveto +5579 1519 5628 1514 5671 1512 curveto +6722 1455 6988 1530 8041 1476 curveto +8093 1473 8152 1468 8193 1463 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 8193.4 1466.48 moveto +8203 1462 lineto +8192.7 1459.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 8193.4 1466.48 moveto +8203 1462 lineto +8192.7 1459.51 lineto +closepath stroke +grestore +% immicmmc_iimmicmmc->icmmicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5447 1513 moveto +5428 1503 5402 1488 5382 1477 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5383.44 1473.8 moveto +5373 1472 lineto +5380.04 1479.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5383.44 1473.8 moveto +5373 1472 lineto +5380.04 1479.92 lineto +closepath stroke +grestore +% immicmmc_iimmicmmc->immcicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5419 1519 moveto +5400 1516 5379 1513 5359 1512 curveto +4440 1438 2129 1530 1207 1476 curveto +1168 1473 1125 1468 1092 1464 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1092.3 1460.51 moveto +1082 1463 lineto +1091.6 1467.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1092.3 1460.51 moveto +1082 1463 lineto +1091.6 1467.48 lineto +closepath stroke +grestore +% mmicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +5063 1458 34.94 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +5045.5 1453.9 moveto 35 (--ic--c) alignedtext +grestore +% immicmmc_iimmicmmc->mmicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5417 1520 moveto +5398 1518 5378 1515 5359 1512 curveto +5250 1495 5220 1503 5112 1476 curveto +5108 1475 5104 1474 5101 1473 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5101.58 1469.46 moveto +5091 1469 lineto +5098.98 1475.96 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5101.58 1469.46 moveto +5091 1469 lineto +5098.98 1475.96 lineto +closepath stroke +grestore +% mmicmcmc->cmmicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4574 1518 moveto +4580 1516 4587 1513 4593 1512 curveto +4697 1484 4728 1499 4832 1476 curveto +4837 1475 4841 1474 4846 1472 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4847.43 1475.23 moveto +4856 1469 lineto +4845.42 1468.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4847.43 1475.23 moveto +4856 1469 lineto +4845.42 1468.52 lineto +closepath stroke +grestore +% mmicmcmc->mmcicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4574 1518 moveto +4580 1516 4587 1513 4593 1512 curveto +4638 1499 4770 1511 4799 1476 curveto +4810 1463 4808 1453 4799 1440 curveto +4789 1421 4769 1409 4750 1400 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4751.56 1396.86 moveto +4741 1396 lineto +4748.72 1403.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4751.56 1396.86 moveto +4741 1396 lineto +4748.72 1403.26 lineto +closepath stroke +grestore +% mmicmcmc->mmimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4573 1517 moveto +4580 1515 4587 1513 4593 1512 curveto +4776 1474 5259 1548 5430 1476 curveto +5452 1466 5449 1453 5468 1440 curveto +5497 1419 5508 1421 5539 1404 curveto +5553 1396 5773 1273 5782 1260 curveto +5793 1242 5794 1217 5792 1198 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5795.48 1197.6 moveto +5791 1188 lineto +5788.51 1198.3 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5795.48 1197.6 moveto +5791 1188 lineto +5788.51 1198.3 lineto +closepath stroke +grestore +% mmicmcmc->mcmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4507 1526 moveto +4460 1522 4378 1515 4307 1512 curveto +4061 1498 3436 1534 3195 1476 curveto +3159 1467 3156 1449 3119 1440 curveto +2767 1352 2660 1473 2303 1404 curveto +2299 1404 2296 1403 2293 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2293.58 1397.52 moveto +2283 1398 lineto +2291.57 1404.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2293.58 1397.52 moveto +2283 1398 lineto +2291.57 1404.23 lineto +closepath stroke +grestore +% mmicmcmc->mmicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4574 1518 moveto +4580 1516 4587 1513 4593 1512 curveto +4746 1476 4788 1495 4943 1476 curveto +4968 1473 4996 1468 5019 1465 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5019.88 1468.39 moveto +5029 1463 lineto +5018.51 1461.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5019.88 1468.39 moveto +5029 1463 lineto +5018.51 1461.53 lineto +closepath stroke +grestore +% immicmm_iimmicmm->immcicmm_imcmcicmm_iimmcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4082 1745 moveto +3732 1738 2011 1704 1775 1692 curveto +1734 1689 1690 1686 1650 1683 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1650.3 1679.51 moveto +1640 1682 lineto +1649.6 1686.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1650.3 1679.51 moveto +1640 1682 lineto +1649.6 1686.48 lineto +closepath stroke +grestore +% immicmm_iimmicmm->immicmmc_iimmicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4135 1728 moveto +4126 1707 4117 1674 4135 1656 curveto +4185 1605 5351 1653 5413 1620 curveto +5438 1606 5456 1579 5466 1557 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5469.14 1558.56 moveto +5470 1548 lineto +5462.74 1555.72 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5469.14 1558.56 moveto +5470 1548 lineto +5462.74 1555.72 lineto +closepath stroke +grestore +% icimmicmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4183 1674 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4162.5 1669.9 moveto 41 (ici--ic--) alignedtext +grestore +% immicmm_iimmicmm->icimmicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4154 1728 moveto +4158 1720 4163 1710 4168 1701 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4171.2 1702.44 moveto +4173 1692 lineto +4165.08 1699.04 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4171.2 1702.44 moveto +4173 1692 lineto +4165.08 1699.04 lineto +closepath stroke +grestore +% mmicmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1174 1530 30.07 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1160 1525.9 moveto 28 (--ic--) alignedtext +grestore +% immicmm_iimmicmm->mmicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4127 1729 moveto +4104 1707 4062 1670 4016 1656 curveto +3844 1599 2557 1664 2380 1620 curveto +2346 1611 2344 1592 2309 1584 curveto +2073 1523 1451 1604 1213 1548 curveto +1211 1548 1209 1547 1206 1546 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1207.56 1542.86 moveto +1197 1542 lineto +1204.72 1549.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1207.56 1542.86 moveto +1197 1542 lineto +1204.72 1549.26 lineto +closepath stroke +grestore +% mmicmcm->cmmicmcm_ccmmicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1607 1590 moveto +1613 1587 1619 1585 1625 1584 curveto +1865 1534 3585 1567 3829 1548 curveto +3846 1546 3864 1544 3881 1542 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3881.4 1545.48 moveto +3891 1541 lineto +3880.7 1538.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3881.4 1545.48 moveto +3891 1541 lineto +3880.7 1538.51 lineto +closepath stroke +grestore +% mmicmcm->mmimicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1548 1596 moveto +1523 1593 1488 1587 1457 1584 curveto +1411 1578 1071 1582 1039 1548 curveto +1029 1536 1031 1525 1039 1512 curveto +1062 1478 1169 1451 1207 1440 curveto +1302 1412 1332 1434 1425 1404 curveto +1459 1392 1462 1376 1496 1368 curveto +1843 1276 1954 1418 2301 1332 curveto +2338 1322 2341 1304 2377 1296 curveto +2511 1265 4703 1262 4839 1260 curveto +5099 1254 5410 1246 5522 1243 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5522 1246.5 moveto +5532 1243 lineto +5522 1239.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5522 1246.5 moveto +5532 1243 lineto +5522 1239.5 lineto +closepath stroke +grestore +% mmicmcm->mcmcicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1547 1597 moveto +1515 1593 1466 1587 1423 1584 curveto +1126 1559 1049 1585 753 1548 curveto +739 1546 725 1543 711 1541 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 711.49 1537.53 moveto +701 1539 lineto +710.12 1544.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 711.49 1537.53 moveto +701 1539 lineto +710.12 1544.39 lineto +closepath stroke +grestore +% mmicmcm->mmicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1607 1590 moveto +1613 1587 1619 1585 1625 1584 curveto +1918 1524 4010 1561 4307 1548 curveto +4373 1545 4449 1539 4497 1535 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4497.4 1538.48 moveto +4507 1534 lineto +4496.7 1531.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4497.4 1538.48 moveto +4507 1534 lineto +4496.7 1531.51 lineto +closepath stroke +grestore +% mmicmcm->mmicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1554 1590 moveto +1547 1588 1539 1586 1532 1584 curveto +1394 1551 1351 1586 1213 1548 curveto +1211 1547 1209 1546 1207 1546 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1207.58 1542.46 moveto +1197 1542 lineto +1204.98 1548.96 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1207.58 1542.46 moveto +1197 1542 lineto +1204.98 1548.96 lineto +closepath stroke +grestore +% cicmcmcim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10735 1818 43.78 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10711.5 1813.9 moveto 47 (cic-c-ci-) alignedtext +grestore +% cicmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +11523 1602 45.86 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +11498 1597.9 moveto 50 (cic-c-c-c) alignedtext +grestore +% cicmcmcim->cicmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10761 1803 moveto +10798 1783 10872 1746 10939 1728 curveto +11086 1688 11142 1755 11281 1692 curveto +11302 1682 11298 1667 11319 1656 curveto +11378 1623 11402 1638 11468 1620 curveto +11471 1619 11475 1618 11478 1617 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11479.43 1620.23 moveto +11488 1614 lineto +11477.42 1613.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11479.43 1620.23 moveto +11488 1614 lineto +11477.42 1613.52 lineto +closepath stroke +grestore +% cicmmcim_ccicmmcim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +11623 1746 77.13 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +11575.5 1741.9 moveto 95 (cic--ci-=ccic--ci-) alignedtext +grestore +% cicmcmcim->cicmmcim_ccicmmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10773 1809 moveto +10789 1806 10809 1802 10826 1800 curveto +11140 1761 11223 1804 11537 1764 curveto +11544 1763 11550 1762 11557 1760 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11557.88 1763.39 moveto +11567 1758 lineto +11556.51 1756.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11557.88 1763.39 moveto +11567 1758 lineto +11556.51 1756.53 lineto +closepath stroke +grestore +% cmcmcim_ccmcmcim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10045 1674 72.96 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10000.5 1669.9 moveto 89 (c-c-ci-=cc-c-ci-) alignedtext +grestore +% cicmcmcim->cmcmcim_ccmcmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10720 1801 moveto +10700 1780 10663 1744 10623 1728 curveto +10536 1693 10296 1701 10203 1692 curveto +10177 1689 10148 1686 10122 1683 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10122.3 1679.51 moveto +10112 1682 lineto +10121.6 1686.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10122.3 1679.51 moveto +10112 1682 lineto +10121.6 1686.48 lineto +closepath stroke +grestore +% cicmcmcm_ccicmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +11674 1530 82 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +11623 1525.9 moveto 102 (cic-c-c-=ccic-c-c-) alignedtext +grestore +% cicmcmcmc->cicmcmcm_ccicmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11552 1588 moveto +11574 1577 11605 1563 11630 1551 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11631.96 1553.92 moveto +11639 1546 lineto +11628.56 1547.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11631.96 1553.92 moveto +11639 1546 lineto +11628.56 1547.8 lineto +closepath stroke +grestore +% cicmmcmc_ccicmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +12649 1530 82 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +12598 1525.9 moveto 102 (cic--c-c=ccic--c-c) alignedtext +grestore +% cicmcmcmc->cicmmcmc_ccicmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11556 1589 moveto +11563 1587 11571 1585 11578 1584 curveto +12007 1507 12125 1598 12558 1548 curveto +12565 1547 12573 1546 12581 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 12581.88 1548.39 moveto +12591 1543 lineto +12580.51 1541.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 12581.88 1548.39 moveto +12591 1543 lineto +12580.51 1541.53 lineto +closepath stroke +grestore +% cimicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +11856 1530 43.78 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +11832.5 1525.9 moveto 47 (ci-ic-c-c) alignedtext +grestore +% cicmcmcmc->cimicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11557 1590 moveto +11564 1588 11571 1586 11578 1584 curveto +11659 1562 11681 1564 11765 1548 curveto +11779 1546 11793 1543 11806 1540 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11806.88 1543.39 moveto +11816 1538 lineto +11805.51 1536.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11806.88 1543.39 moveto +11816 1538 lineto +11805.51 1536.53 lineto +closepath stroke +grestore +% cmcmcmc_ccmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9970 1530 77.83 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9922 1525.9 moveto 96 (c-c-c-c=cc-c-c-c) alignedtext +grestore +% cicmcmcmc->cmcmcmc_ccmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11490 1589 moveto +11483 1587 11475 1585 11468 1584 curveto +11158 1530 10368 1583 10057 1548 curveto +10050 1547 10043 1546 10035 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10035.49 1541.53 moveto +10025 1543 lineto +10034.12 1548.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10035.49 1541.53 moveto +10025 1543 lineto +10034.12 1548.39 lineto +closepath stroke +grestore +% cicmmcim_ccicmmcim->cicmmcmc_ccicmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11678 1733 moveto +11688 1731 11699 1729 11709 1728 curveto +11932 1696 11991 1719 12215 1692 curveto +12261 1686 12598 1652 12632 1620 curveto +12648 1604 12651 1578 12651 1558 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 12654.5 1558 moveto +12651 1548 lineto +12647.5 1558 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 12654.5 1558 moveto +12651 1548 lineto +12647.5 1558 lineto +closepath stroke +grestore +% cicmmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +11769 1602 43.78 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +11745.5 1597.9 moveto 47 (cic--cic-) alignedtext +grestore +% cicmmcim_ccicmmcim->cicmmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11669 1732 moveto +11690 1723 11715 1710 11732 1692 curveto +11748 1674 11758 1649 11763 1630 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11766.47 1630.49 moveto +11765 1620 lineto +11759.61 1629.12 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11766.47 1630.49 moveto +11765 1620 lineto +11759.61 1629.12 lineto +closepath stroke +grestore +% cimimim_ccimimim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +11628 1674 62.04 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +11591 1669.9 moveto 74 (ci-i-i-=cci-i-i-) alignedtext +grestore +% cicmmcim_ccicmmcim->cimimim_ccimimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11624 1728 moveto +11625 1720 11625 1711 11626 1702 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11629.49 1702.3 moveto +11627 1692 lineto +11622.52 1701.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11629.49 1702.3 moveto +11627 1692 lineto +11622.52 1701.6 lineto +closepath stroke +grestore +% cmmcim_ccmmcim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10148 1602 63.23 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10110.5 1597.9 moveto 75 (c--ci-=cc--ci-) alignedtext +grestore +% cicmmcim_ccicmmcim->cmmcim_ccmmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11567 1734 moveto +11557 1731 11547 1730 11537 1728 curveto +11390 1704 11339 1754 11205 1692 curveto +11183 1682 11188 1665 11167 1656 curveto +11083 1620 10446 1625 10356 1620 curveto +10310 1616 10259 1612 10218 1609 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10218.3 1605.51 moveto +10208 1608 lineto +10217.6 1612.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10218.3 1605.51 moveto +10208 1608 lineto +10217.6 1612.48 lineto +closepath stroke +grestore +% cmcmcim_ccmcmcim->cmmcim_ccmmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10069 1657 moveto +10083 1648 10101 1635 10116 1625 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10118.1 1627.8 moveto +10124 1619 lineto +10113.9 1622.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10118.1 1627.8 moveto +10124 1619 lineto +10113.9 1622.2 lineto +closepath stroke +grestore +% cmcimim_ccmcimim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10524 1602 66.9 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10483.5 1597.9 moveto 81 (c-ci-i-=cc-ci-i-) alignedtext +grestore +% cmcmcim_ccmcmcim->cmcimim_ccmcimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10099 1662 moveto +10110 1660 10121 1658 10132 1656 curveto +10271 1633 10308 1644 10448 1620 curveto +10454 1619 10460 1618 10465 1617 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10466.43 1620.23 moveto +10475 1614 lineto +10464.42 1613.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10466.43 1620.23 moveto +10475 1614 lineto +10464.42 1613.52 lineto +closepath stroke +grestore +% cmcmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9986 1602 45.86 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9961 1597.9 moveto 50 (c-c-cic-c) alignedtext +grestore +% cmcmcim_ccmcmcim->cmcmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10030 1656 moveto +10023 1647 10014 1637 10007 1628 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10009.22 1625.22 moveto +10000 1620 lineto +10003.95 1629.83 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10009.22 1625.22 moveto +10000 1620 lineto +10003.95 1629.83 lineto +closepath stroke +grestore +% cicmmcm_ccicmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +13217 1458 72.96 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +13172.5 1453.9 moveto 89 (cic--c-=ccic--c-) alignedtext +grestore +% cicmcmcm_ccicmcmcm->cicmmcm_ccicmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11739 1519 moveto +11760 1516 11782 1513 11803 1512 curveto +12393 1463 12547 1547 13135 1476 curveto +13142 1475 13148 1474 13155 1473 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 13155.88 1476.39 moveto +13165 1471 lineto +13154.51 1469.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 13155.88 1476.39 moveto +13165 1471 lineto +13154.51 1469.53 lineto +closepath stroke +grestore +% cimicmcm_ccimicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +13049 1458 77.13 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +13001.5 1453.9 moveto 95 (ci-ic-c-=cci-ic-c-) alignedtext +grestore +% cicmcmcm_ccicmcmcm->cimicmcm_ccimicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11739 1519 moveto +11760 1516 11782 1513 11803 1512 curveto +12314 1468 12447 1534 12958 1476 curveto +12966 1475 12975 1474 12983 1472 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 12983.88 1475.39 moveto +12993 1470 lineto +12982.51 1468.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 12983.88 1475.39 moveto +12993 1470 lineto +12982.51 1468.53 lineto +closepath stroke +grestore +% cmcmcm_ccmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9527 1458 68.79 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9485.5 1453.9 moveto 83 (c-c-c-=cc-c-c-) alignedtext +grestore +% cicmcmcm_ccicmcmcm->cmcmcm_ccmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11617 1517 moveto +11606 1515 11594 1513 11583 1512 curveto +10725 1419 10502 1550 9643 1476 curveto +9627 1474 9610 1472 9594 1470 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9594.49 1466.53 moveto +9584 1468 lineto +9593.12 1473.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9594.49 1466.53 moveto +9584 1468 lineto +9593.12 1473.39 lineto +closepath stroke +grestore +% cicmmcmc_ccicmmcmc->cicmmcm_ccicmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 12707 1517 moveto +12718 1515 12729 1513 12740 1512 curveto +12914 1486 12960 1502 13135 1476 curveto +13141 1475 13148 1474 13154 1472 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 13154.88 1475.39 moveto +13164 1470 lineto +13153.51 1468.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 13154.88 1475.39 moveto +13164 1470 lineto +13153.51 1468.53 lineto +closepath stroke +grestore +% cimimmc_ccimimmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +13375 1458 66.9 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +13334.5 1453.9 moveto 81 (ci-i--c=cci-i--c) alignedtext +grestore +% cicmmcmc_ccicmmcmc->cimimmc_ccimimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 12707 1517 moveto +12718 1515 12729 1513 12740 1512 curveto +12986 1479 13052 1512 13299 1476 curveto +13305 1475 13311 1474 13316 1473 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 13317.43 1476.23 moveto +13326 1470 lineto +13315.42 1469.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 13317.43 1476.23 moveto +13326 1470 lineto +13315.42 1469.52 lineto +closepath stroke +grestore +% cmmcmc_ccmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9999 1458 68.79 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9957.5 1453.9 moveto 83 (c--c-c=cc--c-c) alignedtext +grestore +% cicmmcmc_ccicmmcmc->cmmcmc_ccmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 12592 1517 moveto +12581 1515 12569 1513 12558 1512 curveto +12018 1455 10656 1521 10115 1476 curveto +10099 1474 10082 1472 10066 1470 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10066.49 1466.53 moveto +10056 1468 lineto +10065.12 1473.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10066.49 1466.53 moveto +10056 1468 lineto +10065.12 1473.39 lineto +closepath stroke +grestore +% cimicmcmc->cimicmcm_ccimicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11888 1517 moveto +11894 1515 11902 1513 11909 1512 curveto +12367 1428 12494 1529 12958 1476 curveto +12966 1475 12975 1474 12983 1472 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 12983.88 1475.39 moveto +12993 1470 lineto +12982.51 1468.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 12983.88 1475.39 moveto +12993 1470 lineto +12982.51 1468.53 lineto +closepath stroke +grestore +% cimicmcmc->cimimmc_ccimimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11888 1517 moveto +11894 1515 11902 1513 11909 1512 curveto +12213 1457 12992 1515 13299 1476 curveto +13305 1475 13311 1474 13317 1473 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 13317.88 1476.39 moveto +13327 1471 lineto +13316.51 1469.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 13317.88 1476.39 moveto +13327 1471 lineto +13316.51 1469.53 lineto +closepath stroke +grestore +% cmcicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10706 1458 45.86 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10681 1453.9 moveto 50 (c-cic-c-c) alignedtext +grestore +% cimicmcmc->cmcicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11823 1518 moveto +11815 1515 11806 1513 11798 1512 curveto +11360 1437 11240 1526 10799 1476 curveto +10785 1474 10770 1472 10756 1469 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10756.49 1465.53 moveto +10746 1467 lineto +10755.12 1472.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10756.49 1465.53 moveto +10746 1467 lineto +10755.12 1472.39 lineto +closepath stroke +grestore +% cmcmcmc_ccmcmcmc->cmcmcm_ccmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9902 1521 moveto +9830 1511 9711 1494 9610 1476 curveto +9603 1475 9596 1473 9589 1472 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9589.49 1468.53 moveto +9579 1470 lineto +9588.12 1475.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9589.49 1468.53 moveto +9579 1470 lineto +9588.12 1475.39 lineto +closepath stroke +grestore +% cmcmcmc_ccmcmcmc->cmmcmc_ccmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9977 1512 moveto +9981 1504 9984 1494 9988 1485 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9991.14 1486.56 moveto +9992 1476 lineto +9984.74 1483.72 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9991.14 1486.56 moveto +9992 1476 lineto +9984.74 1483.72 lineto +closepath stroke +grestore +% cmcmcmc_ccmcmcmc->cmcicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10025 1517 moveto +10036 1515 10047 1513 10057 1512 curveto +10302 1478 10367 1507 10613 1476 curveto +10627 1474 10642 1471 10656 1469 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10656.88 1472.39 moveto +10666 1467 lineto +10655.51 1465.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10656.88 1472.39 moveto +10666 1467 lineto +10655.51 1465.53 lineto +closepath stroke +grestore +% cmcmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9340 1170 45.86 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9315 1165.9 moveto 50 (c-c-c-cic) alignedtext +grestore +% cmcmcmc_ccmcmcmc->cmcmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9950 1513 moveto +9939 1503 9928 1490 9921 1476 curveto +9869 1374 9955 1300 9871 1224 curveto +9862 1216 9530 1187 9395 1175 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9395.3 1171.51 moveto +9385 1174 lineto +9394.6 1178.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9395.3 1171.51 moveto +9385 1174 lineto +9394.6 1178.48 lineto +closepath stroke +grestore +% cimimm_ccimimm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +13602 1386 57.87 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +13568 1381.9 moveto 68 (ci-i--=cci-i--) alignedtext +grestore +% cicmmcm_ccicmmcm->cimimm_ccimimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 13270 1446 moveto +13279 1443 13289 1442 13299 1440 curveto +13401 1420 13428 1424 13530 1404 curveto +13536 1403 13541 1402 13547 1400 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 13547.88 1403.39 moveto +13557 1398 lineto +13546.51 1396.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 13547.88 1403.39 moveto +13557 1398 lineto +13546.51 1396.53 lineto +closepath stroke +grestore +% cmmcm_ccmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9527 1386 59.06 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9492.5 1381.9 moveto 69 (c--c-=cc--c-) alignedtext +grestore +% cicmmcm_ccicmmcm->cmmcm_ccmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 13166 1445 moveto +13156 1443 13145 1441 13135 1440 curveto +12361 1352 10408 1473 9633 1404 curveto +9618 1402 9602 1400 9587 1398 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9587.49 1394.53 moveto +9577 1396 lineto +9586.12 1401.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9587.49 1394.53 moveto +9577 1396 lineto +9586.12 1401.39 lineto +closepath stroke +grestore +% cimicmcm_ccimicmcm->cimimm_ccimimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 13104 1445 moveto +13114 1443 13125 1441 13135 1440 curveto +13309 1413 13356 1433 13530 1404 curveto +13536 1403 13542 1401 13548 1400 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 13548.88 1403.39 moveto +13558 1398 lineto +13547.51 1396.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 13548.88 1403.39 moveto +13558 1398 lineto +13547.51 1396.53 lineto +closepath stroke +grestore +% cmcicmcm_ccmcicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10728 1386 82 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10677 1381.9 moveto 102 (c-cic-c-=cc-cic-c-) alignedtext +grestore +% cimicmcm_ccimicmcm->cmcicmcm_ccmcicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 12979 1450 moveto +12941 1446 12892 1442 12849 1440 curveto +12398 1415 11267 1451 10819 1404 curveto +10811 1403 10804 1402 10796 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10796.49 1397.53 moveto +10786 1399 lineto +10795.12 1404.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10796.49 1397.53 moveto +10786 1399 lineto +10795.12 1404.39 lineto +closepath stroke +grestore +% cmcmcm_ccmcmcm->cmmcm_ccmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9527 1440 moveto +9527 1432 9527 1423 9527 1414 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9530.5 1414 moveto +9527 1404 lineto +9523.5 1414 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9530.5 1414 moveto +9527 1404 lineto +9523.5 1414 lineto +closepath stroke +grestore +% cmcmcm_ccmcmcm->cmcicmcm_ccmcicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9584 1448 moveto +9603 1445 9624 1442 9643 1440 curveto +10049 1400 10153 1433 10561 1404 curveto +10589 1401 10619 1399 10646 1396 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10646.4 1399.48 moveto +10656 1395 lineto +10645.7 1392.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10646.4 1399.48 moveto +10656 1395 lineto +10645.7 1392.51 lineto +closepath stroke +grestore +% cmcmmi_ccmcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9399 954 63.23 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9361.5 949.9 moveto 75 (c-c--i=cc-c--i) alignedtext +grestore +% cmcmcm_ccmcmcm->cmcmmi_ccmcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9463 1451 moveto +9294 1432 8848 1376 8848 1314 curveto +8848 1314 8848 1314 8848 1098 curveto +8848 987 9219 993 9327 972 curveto +9332 971 9337 970 9342 968 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9342.88 971.39 moveto +9352 966 lineto +9341.51 964.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9342.88 971.39 moveto +9352 966 lineto +9341.51 964.53 lineto +closepath stroke +grestore +% cicmcmmc_ccicmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9329 2034 82 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9278 2029.9 moveto 102 (cic-c--c=ccic-c--c) alignedtext +grestore +% cicmcmm_ccicmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9346 1962 72.96 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9301.5 1957.9 moveto 89 (cic-c--=ccic-c--) alignedtext +grestore +% cicmcmmc_ccicmcmmc->cicmcmm_ccicmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9333 2016 moveto +9335 2008 9337 1999 9339 1990 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9342.48 1990.58 moveto +9342 1980 lineto +9335.77 1988.57 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9342.48 1990.58 moveto +9342 1980 lineto +9335.77 1988.57 lineto +closepath stroke +grestore +% cimicmmc_ccimicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +11000 1602 77.13 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10952.5 1597.9 moveto 95 (ci-ic--c=cci-ic--c) alignedtext +grestore +% cicmcmmc_ccicmcmmc->cimicmmc_ccimicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9370 2018 moveto +9456 1986 9658 1909 9825 1836 curveto +9826 1835 10201 1656 10203 1656 curveto +10509 1578 10600 1660 10914 1620 curveto +10921 1619 10927 1618 10934 1616 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10934.88 1619.39 moveto +10944 1614 lineto +10933.51 1612.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10934.88 1619.39 moveto +10944 1614 lineto +10933.51 1612.53 lineto +closepath stroke +grestore +% cmcmmc_ccmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9059 1746 68.79 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9017.5 1741.9 moveto 83 (c-c--c=cc-c--c) alignedtext +grestore +% cicmcmmc_ccicmcmmc->cmcmmc_ccmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9304 2017 moveto +9290 2007 9275 1994 9264 1980 curveto +9208 1909 9238 1862 9175 1800 curveto +9159 1784 9136 1772 9115 1763 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9116.56 1759.86 moveto +9106 1759 lineto +9113.72 1766.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9116.56 1759.86 moveto +9106 1759 lineto +9113.72 1766.26 lineto +closepath stroke +grestore +% cimicmm_ccimicmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10757 1530 66.9 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10716.5 1525.9 moveto 81 (ci-ic--=cci-ic--) alignedtext +grestore +% cicmcmm_ccicmcmm->cimicmm_ccimicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9346 1944 moveto +9346 1916 9346 1863 9346 1818 curveto +9346 1818 9346 1818 9346 1746 curveto +9346 1705 9335 1683 9365 1656 curveto +9409 1614 9576 1637 9635 1620 curveto +9670 1609 9674 1592 9711 1584 curveto +9906 1535 10416 1564 10617 1548 curveto +10640 1545 10665 1543 10688 1539 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10688.4 1542.48 moveto +10698 1538 lineto +10687.7 1535.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10688.4 1542.48 moveto +10698 1538 lineto +10687.7 1535.51 lineto +closepath stroke +grestore +% cmcmm_ccmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +8879 1674 59.06 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +8844.5 1669.9 moveto 69 (c-c--=cc-c--) alignedtext +grestore +% cicmcmm_ccicmcmm->cmcmm_ccmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9275 1957 moveto +9217 1952 9133 1938 9065 1908 curveto +8978 1869 8955 1846 8909 1764 curveto +8898 1745 8890 1720 8885 1702 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 8888.39 1701.12 moveto +8883 1692 lineto +8881.53 1702.49 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 8888.39 1701.12 moveto +8883 1692 lineto +8881.53 1702.49 lineto +closepath stroke +grestore +% cicmc_ccicmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9434 1890 59.96 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9398.5 1885.9 moveto 71 (cic-c=ccic-c) alignedtext +grestore +% cicmcmm_ccicmcmm->cicmc_ccicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9367 1945 moveto +9378 1935 9393 1923 9405 1913 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9407.1 1915.8 moveto +9413 1907 lineto +9402.9 1910.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9407.1 1915.8 moveto +9413 1907 lineto +9402.9 1910.2 lineto +closepath stroke +grestore +% cimicmmc_ccimicmmc->cimicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11063 1592 moveto +11082 1589 11104 1586 11124 1584 curveto +11407 1555 11481 1583 11765 1548 curveto +11779 1546 11793 1543 11807 1541 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11807.88 1544.39 moveto +11817 1539 lineto +11806.51 1537.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11807.88 1544.39 moveto +11817 1539 lineto +11806.51 1537.53 lineto +closepath stroke +grestore +% cimicmmc_ccimicmmc->cimicmm_ccimicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10952 1588 moveto +10912 1576 10854 1559 10812 1546 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10812.58 1542.52 moveto +10802 1543 lineto +10810.57 1549.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10812.58 1542.52 moveto +10802 1543 lineto +10810.57 1549.23 lineto +closepath stroke +grestore +% cmcicmmc_ccmcicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10412 1530 82 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10361 1525.9 moveto 102 (c-cic--c=cc-cic--c) alignedtext +grestore +% cimicmmc_ccimicmmc->cmcicmmc_ccmcicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10945 1589 moveto +10935 1587 10924 1585 10914 1584 curveto +10732 1557 10684 1573 10503 1548 curveto +10496 1547 10489 1546 10481 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10481.49 1541.53 moveto +10471 1543 lineto +10480.12 1548.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10481.49 1541.53 moveto +10471 1543 lineto +10480.12 1548.39 lineto +closepath stroke +grestore +% cmcmmc_ccmcmmc->cmcmcmc_ccmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9066 1728 moveto +9080 1693 9116 1616 9175 1584 curveto +9236 1550 9736 1553 9807 1548 curveto +9834 1545 9863 1542 9890 1539 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9890.4 1542.48 moveto +9900 1538 lineto +9889.7 1535.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9890.4 1542.48 moveto +9900 1538 lineto +9889.7 1535.51 lineto +closepath stroke +grestore +% cmcmmc_ccmcmmc->cmcmm_ccmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9021 1731 moveto +8993 1720 8954 1704 8924 1692 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 8925.56 1688.86 moveto +8915 1688 lineto +8922.72 1695.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 8925.56 1688.86 moveto +8915 1688 lineto +8922.72 1695.26 lineto +closepath stroke +grestore +% cmcmmc_ccmcmmc->cmcicmmc_ccmcicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9087 1730 moveto +9123 1709 9188 1674 9248 1656 curveto +9348 1624 9382 1653 9483 1620 curveto +9514 1609 9516 1593 9549 1584 curveto +9714 1537 10150 1568 10321 1548 curveto +10328 1547 10336 1546 10344 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10344.88 1548.39 moveto +10354 1543 lineto +10343.51 1541.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10344.88 1548.39 moveto +10354 1543 lineto +10343.51 1541.53 lineto +closepath stroke +grestore +% cmcmmcic_ccmcmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +8996 1242 82 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +8945 1237.9 moveto 102 (c-c--cic=cc-c--cic) alignedtext +grestore +% cmcmmc_ccmcmmc->cmcmmcic_ccmcmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9050 1728 moveto +9033 1694 8997 1617 8985 1548 curveto +8966 1447 8982 1324 8991 1270 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 8994.47 1270.49 moveto +8993 1260 lineto +8987.61 1269.12 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 8994.47 1270.49 moveto +8993 1260 lineto +8987.61 1269.12 lineto +closepath stroke +grestore +% cimicmm_ccimicmm->cimicmcm_ccimicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10804 1517 moveto +10813 1515 10823 1513 10833 1512 curveto +11277 1456 12401 1500 12849 1476 curveto +12888 1474 12932 1470 12969 1466 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 12969.4 1469.48 moveto +12979 1465 lineto +12968.7 1462.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 12969.4 1469.48 moveto +12979 1465 lineto +12968.7 1462.51 lineto +closepath stroke +grestore +% cmcicmm_ccmcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10197 1458 72.96 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10152.5 1453.9 moveto 89 (c-cic--=cc-cic--) alignedtext +grestore +% cimicmm_ccimicmm->cmcicmm_ccmcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10697 1522 moveto +10672 1519 10643 1515 10617 1512 curveto +10466 1494 10428 1500 10279 1476 curveto +10273 1475 10266 1474 10260 1473 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10260.58 1469.52 moveto +10250 1470 lineto +10258.57 1476.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10260.58 1469.52 moveto +10250 1470 lineto +10258.57 1476.23 lineto +closepath stroke +grestore +% cimic_ccimic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10883 1386 54.9 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10851.5 1381.9 moveto 63 (ci-ic=cci-ic) alignedtext +grestore +% cimicmm_ccimicmm->cimic_ccimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10762 1512 moveto +10768 1493 10780 1461 10799 1440 curveto +10811 1426 10827 1415 10842 1406 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10843.96 1408.92 moveto +10851 1401 lineto +10840.56 1402.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10843.96 1408.92 moveto +10851 1401 lineto +10840.56 1402.8 lineto +closepath stroke +grestore +% cmcmm_ccmcmm->cmcmcm_ccmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 8889 1656 moveto +8913 1616 8970 1521 8985 1512 curveto +9023 1488 9309 1470 9449 1462 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9449.4 1465.48 moveto +9459 1461 lineto +9448.7 1458.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9449.4 1465.48 moveto +9459 1461 lineto +9448.7 1458.51 lineto +closepath stroke +grestore +% cmcmm_ccmcmm->cmcicmm_ccmcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 8909 1658 moveto +8947 1639 9016 1606 9077 1584 curveto +9497 1432 9632 1520 10077 1476 curveto +10093 1474 10110 1472 10126 1470 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10126.88 1473.39 moveto +10136 1468 lineto +10125.51 1466.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10126.88 1473.39 moveto +10136 1468 lineto +10125.51 1466.53 lineto +closepath stroke +grestore +% cmc_ccmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +8854 1602 46.06 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +8828.5 1597.9 moveto 51 (c-c=cc-c) alignedtext +grestore +% cmcmm_ccmcmm->cmc_ccmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 8873 1656 moveto +8870 1648 8867 1638 8863 1630 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 8866.23 1628.57 moveto +8860 1620 lineto +8859.52 1630.58 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 8866.23 1628.57 moveto +8860 1620 lineto +8859.52 1630.58 lineto +closepath stroke +grestore +% cimmicmc_ccimmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10144 1818 77.13 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10096.5 1813.9 moveto 95 (ci--ic-c=cci--ic-c) alignedtext +grestore +% cicmc_ccicmc->cimmicmc_ccimmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9491 1884 moveto +9616 1871 9917 1840 10063 1826 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10063.4 1829.48 moveto +10073 1825 lineto +10062.7 1822.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10063.4 1829.48 moveto +10073 1825 lineto +10062.7 1822.51 lineto +closepath stroke +grestore +% cicm_ccicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9434 1818 50.22 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9405.5 1813.9 moveto 57 (cic-=ccic-) alignedtext +grestore +% cicmc_ccicmc->cicm_ccicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9434 1872 moveto +9434 1864 9434 1855 9434 1846 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9437.5 1846 moveto +9434 1836 lineto +9430.5 1846 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9437.5 1846 moveto +9434 1836 lineto +9430.5 1846 lineto +closepath stroke +grestore +% cicmc_ccicmc->cmc_ccmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9406 1874 moveto +9354 1844 9238 1778 9137 1728 curveto +9052 1686 8951 1642 8896 1619 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 8896.58 1615.46 moveto +8886 1615 lineto +8893.98 1621.96 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 8896.58 1615.46 moveto +8886 1615 lineto +8893.98 1621.96 lineto +closepath stroke +grestore +% mmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9221 1602 36.83 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9202.5 1597.9 moveto 37 (--cic-c) alignedtext +grestore +% cicmc_ccicmc->mmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9413 1873 moveto +9401 1863 9386 1849 9375 1836 curveto +9315 1766 9261 1673 9235 1628 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9237.92 1626.04 moveto +9230 1619 lineto +9231.8 1629.44 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9237.92 1626.04 moveto +9230 1619 lineto +9231.8 1629.44 lineto +closepath stroke +grestore +% cicmmcicm->cicmmcm_ccicmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11801 1590 moveto +11808 1587 11815 1585 11822 1584 curveto +11929 1558 11960 1570 12069 1548 curveto +12127 1535 12139 1521 12198 1512 curveto +12609 1447 12721 1528 13135 1476 curveto +13142 1475 13148 1474 13155 1473 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 13155.88 1476.39 moveto +13165 1471 lineto +13154.51 1469.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 13155.88 1476.39 moveto +13165 1471 lineto +13154.51 1469.53 lineto +closepath stroke +grestore +% cimimicm_ccimimicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +11989 1530 71.07 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +11945.5 1525.9 moveto 87 (ci-i-ic-=cci-i-ic-) alignedtext +grestore +% cicmmcicm->cimimicm_ccimimicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11802 1590 moveto +11809 1588 11816 1586 11822 1584 curveto +11859 1571 11902 1558 11934 1547 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11935.43 1550.23 moveto +11944 1544 lineto +11933.42 1543.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11935.43 1550.23 moveto +11944 1544 lineto +11933.42 1543.52 lineto +closepath stroke +grestore +% cmmcicm_ccmmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9725 1458 72.96 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9680.5 1453.9 moveto 89 (c--cic-=cc--cic-) alignedtext +grestore +% cicmmcicm->cmmcicm_ccmmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11774 1584 moveto +11779 1563 11783 1530 11765 1512 curveto +11728 1476 9972 1478 9921 1476 curveto +9882 1474 9838 1470 9802 1466 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9802.3 1462.51 moveto +9792 1465 lineto +9801.6 1469.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9802.3 1462.51 moveto +9792 1465 lineto +9801.6 1469.48 lineto +closepath stroke +grestore +% cimimicm_ccimimicm->cimicmcm_ccimicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 12049 1520 moveto +12072 1517 12097 1514 12121 1512 curveto +12491 1478 12588 1520 12958 1476 curveto +12966 1475 12975 1474 12983 1472 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 12983.88 1475.39 moveto +12993 1470 lineto +12982.51 1468.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 12983.88 1475.39 moveto +12993 1470 lineto +12982.51 1468.53 lineto +closepath stroke +grestore +% cmcimicm_ccmcimicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10885 1458 77.13 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10837.5 1453.9 moveto 95 (c-ci-ic-=cc-ci-ic-) alignedtext +grestore +% cimimicm_ccimimicm->cmcimicm_ccmcimicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11939 1517 moveto +11929 1515 11919 1513 11909 1512 curveto +11495 1457 11385 1526 10971 1476 curveto +10964 1475 10957 1474 10950 1473 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10950.49 1469.53 moveto +10940 1471 lineto +10949.12 1476.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10950.49 1469.53 moveto +10940 1471 lineto +10949.12 1476.39 lineto +closepath stroke +grestore +% cmmcicm_ccmmcicm->cmmcm_ccmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9684 1443 moveto +9652 1431 9608 1415 9575 1403 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9575.58 1399.52 moveto +9565 1400 lineto +9573.57 1406.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9575.58 1399.52 moveto +9565 1400 lineto +9573.57 1406.23 lineto +closepath stroke +grestore +% mimicm_cmimicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10494 1386 57.87 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10460 1381.9 moveto 68 (-i-ic-=c-i-ic-) alignedtext +grestore +% cmmcicm_ccmmcicm->mimicm_cmimicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9793 1451 moveto +9831 1448 9878 1443 9921 1440 curveto +10145 1421 10204 1441 10427 1404 curveto +10432 1403 10437 1402 10442 1400 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10442.88 1403.39 moveto +10452 1398 lineto +10441.51 1396.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10442.88 1403.39 moveto +10452 1398 lineto +10441.51 1396.53 lineto +closepath stroke +grestore +% cmmcimi_ccmmcimi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9709 1098 66.9 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9668.5 1093.9 moveto 81 (c--ci-i=cc--ci-i) alignedtext +grestore +% cmmcicm_ccmmcicm->cmmcimi_ccmmcimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9669 1446 moveto +9659 1444 9648 1442 9638 1440 curveto +9558 1423 9527 1447 9459 1404 curveto +9391 1361 9377 1335 9352 1260 curveto +9346 1244 9342 1237 9352 1224 curveto +9378 1186 9503 1167 9547 1152 curveto +9583 1138 9624 1125 9655 1115 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9656.43 1118.23 moveto +9665 1112 lineto +9654.42 1111.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9656.43 1118.23 moveto +9665 1112 lineto +9654.42 1111.52 lineto +closepath stroke +grestore +% cimimim_ccimimim->cimicmmc_ccimicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11583 1661 moveto +11575 1659 11566 1657 11557 1656 curveto +11366 1624 11315 1641 11124 1620 curveto +11108 1618 11091 1616 11075 1614 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11075.49 1610.53 moveto +11065 1612 lineto +11074.12 1617.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11075.49 1610.53 moveto +11065 1612 lineto +11074.12 1617.39 lineto +closepath stroke +grestore +% cimimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +11628 1602 41 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +11606.5 1597.9 moveto 43 (ci-i-ic-c) alignedtext +grestore +% cimimim_ccimimim->cimimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11628 1656 moveto +11628 1648 11628 1639 11628 1630 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11631.5 1630 moveto +11628 1620 lineto +11624.5 1630 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11631.5 1630 moveto +11628 1620 lineto +11624.5 1630 lineto +closepath stroke +grestore +% cimimim_ccimimim->cmcimim_ccmcimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11584 1661 moveto +11575 1659 11566 1657 11557 1656 curveto +11135 1595 11021 1677 10600 1620 curveto +10594 1619 10588 1618 10582 1617 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10582.49 1613.53 moveto +10572 1615 lineto +10581.12 1620.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10582.49 1613.53 moveto +10572 1615 lineto +10581.12 1620.39 lineto +closepath stroke +grestore +% cmmcicmc_ccmmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10148 1530 82 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10097 1525.9 moveto 102 (c--cic-c=cc--cic-c) alignedtext +grestore +% cmmcim_ccmmcim->cmmcicmc_ccmmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10148 1584 moveto +10148 1576 10148 1567 10148 1558 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10151.5 1558 moveto +10148 1548 lineto +10144.5 1558 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10151.5 1558 moveto +10148 1548 lineto +10144.5 1558 lineto +closepath stroke +grestore +% mimim_cmimim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10560 1530 48.14 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10533 1525.9 moveto 54 (-i-i-=c-i-i-) alignedtext +grestore +% cmmcim_ccmmcim->mimim_cmimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10207 1596 moveto +10278 1588 10400 1572 10503 1548 curveto +10507 1547 10510 1546 10514 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10515.43 1548.23 moveto +10524 1542 lineto +10513.42 1541.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10515.43 1548.23 moveto +10524 1542 lineto +10513.42 1541.52 lineto +closepath stroke +grestore +% cimimmc_ccimimmc->cimimm_ccimimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 13418 1444 moveto +13456 1432 13511 1415 13551 1402 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 13552.43 1405.23 moveto +13561 1399 lineto +13550.42 1398.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 13552.43 1405.23 moveto +13561 1399 lineto +13550.42 1398.52 lineto +closepath stroke +grestore +% cimimmc_ccimimmc->cimic_ccimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 13328 1445 moveto +13318 1443 13308 1441 13299 1440 curveto +12780 1375 11464 1479 10947 1404 curveto +10942 1403 10938 1402 10933 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10933.49 1397.53 moveto +10923 1399 lineto +10932.12 1404.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10933.49 1397.53 moveto +10923 1399 lineto +10932.12 1404.39 lineto +closepath stroke +grestore +% cmcimmc_ccmcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +13751 1386 72.96 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +13706.5 1381.9 moveto 89 (c-ci--c=cc-ci--c) alignedtext +grestore +% cimimmc_ccimimmc->cmcimmc_ccmcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 13424 1446 moveto +13433 1443 13442 1442 13451 1440 curveto +13547 1420 13572 1422 13669 1404 curveto +13675 1403 13680 1402 13686 1400 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 13686.88 1403.39 moveto +13696 1398 lineto +13685.51 1396.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 13686.88 1403.39 moveto +13696 1398 lineto +13685.51 1396.53 lineto +closepath stroke +grestore +% cmmcmc_ccmmcmc->cmmcm_ccmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9935 1451 moveto +9855 1443 9717 1426 9600 1404 curveto +9594 1403 9588 1401 9582 1400 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9582.49 1396.53 moveto +9572 1398 lineto +9581.12 1403.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9582.49 1396.53 moveto +9572 1398 lineto +9581.12 1403.39 lineto +closepath stroke +grestore +% mimmc_cmimmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10124 1242 54.2 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10093 1237.9 moveto 62 (-i--c=c-i--c) alignedtext +grestore +% cmmcmc_ccmmcmc->mimmc_cmimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10001 1440 moveto +10005 1421 10011 1391 10023 1368 curveto +10043 1328 10076 1290 10099 1266 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10101.4 1268.55 moveto +10106 1259 lineto +10096.45 1263.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10101.4 1268.55 moveto +10106 1259 lineto +10096.45 1263.6 lineto +closepath stroke +grestore +% cmmcmcic_ccmmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9900 738 82 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9849 733.9 moveto 102 (c--c-cic=cc--c-cic) alignedtext +grestore +% cmmcmc_ccmmcmc->cmmcmcic_ccmmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9997 1440 moveto +9993 1393 9980 1261 9967 1152 curveto +9956 1063 9940 1042 9940 954 curveto +9940 954 9940 954 9940 882 curveto +9940 840 9924 794 9912 765 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9915.26 763.72 moveto +9908 756 lineto +9908.86 766.56 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9915.26 763.72 moveto +9908 756 lineto +9908.86 766.56 lineto +closepath stroke +grestore +% cmcimm_ccmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +13585 1314 63.23 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +13547.5 1309.9 moveto 75 (c-ci--=cc-ci--) alignedtext +grestore +% cimimm_ccimimm->cmcimm_ccmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 13598 1368 moveto +13596 1360 13594 1351 13592 1342 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 13595.23 1340.57 moveto +13589 1332 lineto +13588.52 1342.58 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 13595.23 1340.57 moveto +13589 1332 lineto +13588.52 1342.58 lineto +closepath stroke +grestore +% cimi_ccimi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +11392 1314 45.86 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +11367 1309.9 moveto 50 (ci-i=cci-i) alignedtext +grestore +% cimimm_ccimimm->cimi_ccimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 13545 1382 moveto +13479 1378 13366 1372 13269 1368 curveto +12550 1337 11675 1320 11448 1315 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11448 1311.5 moveto +11438 1315 lineto +11448 1318.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11448 1311.5 moveto +11438 1315 lineto +11448 1318.5 lineto +closepath stroke +grestore +% mimm_cmimm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10096 1170 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10072 1165.9 moveto 48 (-i--=c-i--) alignedtext +grestore +% cmmcm_ccmmcm->mimm_cmimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9500 1370 moveto +9487 1361 9472 1348 9465 1332 curveto +9458 1317 9456 1309 9465 1296 curveto +9489 1260 9518 1283 9555 1260 curveto +9574 1247 9571 1233 9593 1224 curveto +9668 1189 9884 1197 9967 1188 curveto +9992 1185 10021 1181 10044 1178 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10044.88 1181.39 moveto +10054 1176 lineto +10043.51 1174.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10044.88 1181.39 moveto +10054 1176 lineto +10043.51 1174.53 lineto +closepath stroke +grestore +% cicmmicim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10158 1890 41 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10136.5 1885.9 moveto 43 (cic--ici-) alignedtext +grestore +% cicmmicim->cicmcmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10187 1877 moveto +10194 1875 10201 1873 10208 1872 curveto +10414 1827 10475 1878 10682 1836 curveto +10686 1835 10690 1835 10693 1833 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10694.43 1836.23 moveto +10703 1830 lineto +10692.42 1829.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10694.43 1836.23 moveto +10703 1830 lineto +10692.42 1829.52 lineto +closepath stroke +grestore +% cicmmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10363 1746 43.78 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10339.5 1741.9 moveto 47 (cic--ic-c) alignedtext +grestore +% cicmmicim->cicmmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10180 1875 moveto +10216 1849 10290 1797 10333 1768 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10335.1 1770.8 moveto +10341 1762 lineto +10330.9 1765.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10335.1 1770.8 moveto +10341 1762 lineto +10330.9 1765.2 lineto +closepath stroke +grestore +% cmmicim_ccmmicim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9896 1746 66.9 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9855.5 1741.9 moveto 81 (c--ici-=cc--ici-) alignedtext +grestore +% cicmmicim->cmmicim_ccmmicim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10125 1880 moveto +10096 1870 10054 1854 10020 1836 curveto +9985 1816 9948 1789 9924 1769 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9926.1 1766.2 moveto +9916 1763 lineto +9921.9 1771.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9926.1 1766.2 moveto +9916 1763 lineto +9921.9 1771.8 lineto +closepath stroke +grestore +% cicmmicmc->cicmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10396 1734 moveto +10403 1732 10410 1730 10416 1728 curveto +10473 1710 10490 1712 10547 1692 curveto +10584 1678 10589 1665 10628 1656 curveto +10991 1570 11100 1686 11468 1620 curveto +11472 1619 11476 1619 11480 1617 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11481.43 1620.23 moveto +11490 1614 lineto +11479.42 1613.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11481.43 1620.23 moveto +11490 1614 lineto +11479.42 1613.52 lineto +closepath stroke +grestore +% cicmmicm_ccicmmicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10289 1674 77.13 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10241.5 1669.9 moveto 95 (cic--ic-=ccic--ic-) alignedtext +grestore +% cicmmicmc->cicmmicm_ccicmmicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10346 1729 moveto +10336 1720 10325 1709 10314 1699 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10316.55 1696.6 moveto +10307 1692 lineto +10311.6 1701.55 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10316.55 1696.6 moveto +10307 1692 lineto +10311.6 1701.55 lineto +closepath stroke +grestore +% cicmmicmc->cimimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10396 1734 moveto +10402 1732 10409 1730 10416 1728 curveto +10495 1706 10520 1720 10597 1692 curveto +10627 1680 10629 1664 10661 1656 curveto +10857 1600 11377 1658 11578 1620 curveto +11582 1619 11585 1618 11588 1617 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11589.43 1620.23 moveto +11598 1614 lineto +11587.42 1613.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11589.43 1620.23 moveto +11598 1614 lineto +11587.42 1613.52 lineto +closepath stroke +grestore +% cmmicmc_ccmmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9767 1674 72.96 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9722.5 1669.9 moveto 89 (c--ic-c=cc--ic-c) alignedtext +grestore +% cicmmicmc->cmmicmc_ccmmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10331 1734 moveto +10324 1731 10317 1729 10310 1728 curveto +10110 1686 10055 1720 9854 1692 curveto +9846 1691 9839 1689 9831 1688 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9831.49 1684.53 moveto +9821 1686 lineto +9830.12 1691.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9831.49 1684.53 moveto +9821 1686 lineto +9830.12 1691.39 lineto +closepath stroke +grestore +% cmmicim_ccmmicim->cmcmcim_ccmcmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9929 1730 moveto +9951 1719 9979 1706 10003 1694 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10004.28 1697.26 moveto +10012 1690 lineto +10001.44 1690.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10004.28 1697.26 moveto +10012 1690 lineto +10001.44 1690.86 lineto +closepath stroke +grestore +% cmmicim_ccmmicim->cmmicmc_ccmmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9867 1730 moveto +9849 1720 9826 1706 9806 1696 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9807.44 1692.8 moveto +9797 1691 lineto +9804.04 1698.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9807.44 1692.8 moveto +9797 1691 lineto +9804.04 1698.92 lineto +closepath stroke +grestore +% cicmmicm_ccicmmicm->cicmcmcm_ccicmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10344 1661 moveto +10354 1659 10365 1657 10375 1656 curveto +10531 1635 10940 1682 11086 1620 curveto +11107 1610 11102 1593 11124 1584 curveto +11217 1542 11481 1561 11583 1548 curveto +11590 1547 11597 1546 11605 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11605.88 1548.39 moveto +11615 1543 lineto +11604.51 1541.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11605.88 1548.39 moveto +11615 1543 lineto +11604.51 1541.53 lineto +closepath stroke +grestore +% cicmmicm_ccicmmicm->cicmmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10343 1661 moveto +10353 1659 10364 1657 10375 1656 curveto +10950 1588 11102 1684 11678 1620 curveto +11692 1618 11706 1616 11720 1613 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11720.88 1616.39 moveto +11730 1611 lineto +11719.51 1609.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11720.88 1616.39 moveto +11730 1611 lineto +11719.51 1609.53 lineto +closepath stroke +grestore +% cmmicm_ccmmicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9783 1602 63.23 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9745.5 1597.9 moveto 75 (c--ic-=cc--ic-) alignedtext +grestore +% cicmmicm_ccicmmicm->cmmicm_ccmmicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10222 1665 moveto +10144 1654 10011 1636 9898 1620 curveto +9881 1618 9864 1615 9848 1613 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9848.49 1609.53 moveto +9838 1611 lineto +9847.12 1616.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9848.49 1609.53 moveto +9838 1611 lineto +9847.12 1616.39 lineto +closepath stroke +grestore +% cimimicmc->cimicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11662 1591 moveto +11701 1579 11767 1558 11811 1544 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11812.43 1547.23 moveto +11821 1541 lineto +11810.42 1540.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11812.43 1547.23 moveto +11821 1541 lineto +11810.42 1540.52 lineto +closepath stroke +grestore +% cimimicmc->cimimicm_ccimimicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11665 1594 moveto +11680 1591 11699 1587 11716 1584 curveto +11801 1567 11823 1565 11909 1548 curveto +11914 1547 11919 1546 11925 1544 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11925.88 1547.39 moveto +11935 1542 lineto +11924.51 1540.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11925.88 1547.39 moveto +11935 1542 lineto +11924.51 1540.53 lineto +closepath stroke +grestore +% cmcimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10886 1530 43.78 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10862.5 1525.9 moveto 47 (c-ci-ic-c) alignedtext +grestore +% cimimicmc->cmcimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11598 1589 moveto +11592 1587 11585 1585 11578 1584 curveto +11456 1558 11081 1539 10940 1532 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10940 1528.5 moveto +10930 1532 lineto +10940 1535.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10940 1528.5 moveto +10930 1532 lineto +10940 1535.5 lineto +closepath stroke +grestore +% cmmicmc_ccmmicmc->cmmicm_ccmmicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9771 1656 moveto +9773 1648 9775 1639 9777 1630 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9780.47 1630.49 moveto +9779 1620 lineto +9773.61 1629.12 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9780.47 1630.49 moveto +9779 1620 lineto +9773.61 1629.12 lineto +closepath stroke +grestore +% cmmicmc_ccmmicmc->cmcmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9811 1660 moveto +9849 1647 9902 1629 9940 1617 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9941.43 1620.23 moveto +9950 1614 lineto +9939.42 1613.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9941.43 1620.23 moveto +9950 1614 lineto +9939.42 1613.52 lineto +closepath stroke +grestore +% cmmimic_ccmmimic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9541 1314 66.9 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9500.5 1309.9 moveto 81 (c--i-ic=cc--i-ic) alignedtext +grestore +% cmmicmc_ccmmicmc->cmmimic_ccmmimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9746 1657 moveto +9721 1636 9677 1603 9635 1584 curveto +9581 1558 9556 1578 9506 1548 curveto +9468 1525 9454 1516 9439 1476 curveto +9432 1460 9429 1385 9440 1368 curveto +9450 1351 9467 1339 9485 1331 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9486.28 1334.26 moveto +9494 1327 lineto +9483.44 1327.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9486.28 1334.26 moveto +9494 1327 lineto +9483.44 1327.86 lineto +closepath stroke +grestore +% cmcmcicm_ccmcmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9716 1530 82 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9665 1525.9 moveto 102 (c-c-cic-=cc-c-cic-) alignedtext +grestore +% cmmicm_ccmmicm->cmcmcicm_ccmcmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9767 1585 moveto +9759 1576 9749 1565 9740 1556 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9742.22 1553.22 moveto +9733 1548 lineto +9736.95 1557.83 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9742.22 1553.22 moveto +9733 1548 lineto +9736.95 1557.83 lineto +closepath stroke +grestore +% cmmimi_ccmmimi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9804 1242 57.87 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9770 1237.9 moveto 68 (c--i-i=cc--i-i) alignedtext +grestore +% cmmicm_ccmmicm->cmmimi_ccmmimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9741 1588 moveto +9709 1578 9664 1563 9625 1548 curveto +9585 1533 9472 1511 9449 1476 curveto +9440 1462 9447 1455 9449 1440 curveto +9451 1407 9435 1390 9459 1368 curveto +9563 1266 9676 1429 9785 1332 curveto +9802 1317 9806 1290 9806 1270 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9809.5 1270 moveto +9806 1260 lineto +9802.5 1270 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9809.5 1270 moveto +9806 1260 lineto +9802.5 1270 lineto +closepath stroke +grestore +% cicmmim_ccicmmim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9316 2106 66.9 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9275.5 2101.9 moveto 81 (cic--i-=ccic--i-) alignedtext +grestore +% cicmmim_ccicmmim->cicmcmmc_ccicmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9319 2088 moveto +9320 2080 9322 2071 9324 2062 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9327.47 2062.49 moveto +9326 2052 lineto +9320.61 2061.12 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9327.47 2062.49 moveto +9326 2052 lineto +9320.61 2061.12 lineto +closepath stroke +grestore +% cicmmim_ccicmmim->cicmmicim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9346 2090 moveto +9409 2056 9560 1980 9697 1944 curveto +9842 1906 10020 1895 10107 1891 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10107 1894.5 moveto +10117 1891 lineto +10107 1887.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10107 1894.5 moveto +10117 1891 lineto +10107 1887.5 lineto +closepath stroke +grestore +% cmmim_ccmmim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9112 1818 54.2 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9081 1813.9 moveto 62 (c--i-=cc--i-) alignedtext +grestore +% cicmmim_ccicmmim->cmmim_ccmmim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9286 2090 moveto +9270 2080 9252 2067 9238 2052 curveto +9208 2018 9150 1899 9124 1845 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9127.26 1843.72 moveto +9120 1836 lineto +9120.86 1846.56 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9127.26 1843.72 moveto +9120 1836 lineto +9120.86 1846.56 lineto +closepath stroke +grestore +% cmmim_ccmmim->cmcmmc_ccmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9099 1800 moveto +9093 1792 9085 1781 9078 1772 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9080.8 1769.9 moveto +9072 1764 lineto +9075.2 1774.1 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9080.8 1769.9 moveto +9072 1764 lineto +9075.2 1774.1 lineto +closepath stroke +grestore +% cmmim_ccmmim->cmmicim_ccmmicim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9165 1814 moveto +9319 1804 9756 1774 9820 1764 curveto +9826 1763 9832 1762 9837 1761 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9838.43 1764.23 moveto +9847 1758 lineto +9836.42 1757.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9838.43 1764.23 moveto +9847 1758 lineto +9836.42 1757.52 lineto +closepath stroke +grestore +% cmcicmcmc->cmcicmcm_ccmcicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10712 1440 moveto +10714 1432 10717 1422 10720 1414 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10723.48 1414.58 moveto +10723 1404 lineto +10716.77 1412.57 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10723.48 1414.58 moveto +10723 1404 lineto +10716.77 1412.57 lineto +closepath stroke +grestore +% cmcicmcmc->cmcimmc_ccmcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10746 1449 moveto +10762 1445 10781 1442 10799 1440 curveto +11433 1375 13035 1476 13669 1404 curveto +13676 1403 13682 1402 13689 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 13689.88 1404.39 moveto +13699 1399 lineto +13688.51 1397.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 13689.88 1404.39 moveto +13699 1399 lineto +13688.51 1397.53 lineto +closepath stroke +grestore +% cmcicmmic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10862 1026 43.78 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10838.5 1021.9 moveto 47 (c-cic--ic) alignedtext +grestore +% cmcicmcmc->cmcicmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10677 1444 moveto +10662 1435 10645 1421 10637 1404 curveto +10629 1389 10629 1382 10637 1368 curveto +10727 1199 10909 1291 10985 1116 curveto +10991 1101 10993 1093 10985 1080 curveto +10980 1073 10938 1055 10905 1042 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10905.58 1038.46 moveto +10895 1038 lineto +10902.98 1044.96 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10905.58 1038.46 moveto +10895 1038 lineto +10902.98 1044.96 lineto +closepath stroke +grestore +% micmcmc_cmicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10345 1386 72.96 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10300.5 1381.9 moveto 89 (-ic-c-c=c-ic-c-c) alignedtext +grestore +% cmcicmcmc->micmcmc_cmicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10665 1450 moveto +10587 1435 10427 1404 10427 1404 curveto +10421 1403 10415 1401 10409 1400 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10409.49 1396.53 moveto +10399 1398 lineto +10408.12 1403.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10409.49 1396.53 moveto +10399 1398 lineto +10408.12 1403.39 lineto +closepath stroke +grestore +% cmcicmcm_ccmcicmcm->cmcimm_ccmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10785 1373 moveto +10796 1371 10808 1369 10819 1368 curveto +11372 1309 12766 1355 13323 1332 curveto +13388 1329 13461 1324 13514 1320 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 13514.4 1323.48 moveto +13524 1319 lineto +13513.7 1316.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 13514.4 1323.48 moveto +13524 1319 lineto +13513.7 1316.51 lineto +closepath stroke +grestore +% cmcicmmi_ccmcicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10595 810 77.13 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10547.5 805.9 moveto 95 (c-cic--i=cc-cic--i) alignedtext +grestore +% cmcicmcm_ccmcicmcm->cmcicmmi_ccmcicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10786 1373 moveto +10935 1340 11318 1255 11318 1242 curveto +11318 1242 11318 1242 11318 954 curveto +11318 907 11303 888 11263 864 curveto +11207 830 10745 836 10681 828 curveto +10674 827 10668 826 10661 825 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10661.49 821.53 moveto +10651 823 lineto +10660.12 828.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10661.49 821.53 moveto +10651 823 lineto +10660.12 828.39 lineto +closepath stroke +grestore +% micmcm_cmicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10378 1314 63.23 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10340.5 1309.9 moveto 75 (-ic-c-=c-ic-c-) alignedtext +grestore +% cmcicmcm_ccmcicmcm->micmcm_cmicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10666 1374 moveto +10610 1364 10527 1348 10455 1332 curveto +10449 1331 10443 1329 10437 1328 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10437.49 1324.53 moveto +10427 1326 lineto +10436.12 1331.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10437.49 1324.53 moveto +10427 1326 lineto +10436.12 1331.39 lineto +closepath stroke +grestore +% cmcicmmc_ccmcicmmc->cmcicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10467 1517 moveto +10521 1504 10604 1483 10657 1470 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10657.88 1473.39 moveto +10667 1468 lineto +10656.51 1466.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10657.88 1473.39 moveto +10667 1468 lineto +10656.51 1466.53 lineto +closepath stroke +grestore +% cmcicmmc_ccmcicmmc->cmcicmm_ccmcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10367 1515 moveto +10333 1504 10286 1488 10250 1476 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10250.58 1472.52 moveto +10240 1473 lineto +10248.57 1479.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10250.58 1472.52 moveto +10240 1473 lineto +10248.57 1479.23 lineto +closepath stroke +grestore +% cmcicmmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10612 1026 43.78 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10588.5 1021.9 moveto 47 (c-cic--ci) alignedtext +grestore +% cmcicmmc_ccmcicmmc->cmcicmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10421 1512 moveto +10430 1492 10439 1460 10423 1440 curveto +10377 1383 10308 1460 10263 1404 curveto +10253 1391 10258 1383 10263 1368 curveto +10307 1204 10494 1088 10575 1045 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10576.96 1047.92 moveto +10584 1040 lineto +10573.56 1041.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10576.96 1047.92 moveto +10584 1040 lineto +10573.56 1041.8 lineto +closepath stroke +grestore +% micmmc_cmicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10351 1458 63.23 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10313.5 1453.9 moveto 75 (-ic--c=c-ic--c) alignedtext +grestore +% cmcicmmc_ccmcicmmc->micmmc_cmicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10397 1512 moveto +10390 1503 10381 1493 10373 1484 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10375.22 1481.22 moveto +10366 1476 lineto +10369.95 1485.83 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10375.22 1481.22 moveto +10366 1476 lineto +10369.95 1485.83 lineto +closepath stroke +grestore +% cmcicmm_ccmcicmm->cmcicmcm_ccmcicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10250 1446 moveto +10259 1443 10269 1442 10279 1440 curveto +10347 1428 10534 1407 10644 1395 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10644.4 1398.48 moveto +10654 1394 lineto +10643.7 1391.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10644.4 1398.48 moveto +10654 1394 lineto +10643.7 1391.51 lineto +closepath stroke +grestore +% cmcic_ccmcic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9358 882 59.96 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9322.5 877.9 moveto 71 (c-cic=cc-cic) alignedtext +grestore +% cmcicmm_ccmcicmm->cmcic_ccmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10136 1448 moveto +10117 1445 10096 1442 10077 1440 curveto +9978 1428 9723 1444 9633 1404 curveto +9611 1394 9616 1377 9595 1368 curveto +9478 1317 9146 1369 9025 1332 curveto +8965 1313 8938 1312 8905 1260 curveto +8844 1165 8813 1097 8882 1008 curveto +8932 943 9173 905 9291 889 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9291.4 892.48 moveto +9301 888 lineto +9290.7 885.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9291.4 892.48 moveto +9301 888 lineto +9290.7 885.51 lineto +closepath stroke +grestore +% micmm_cmicmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10086 1386 54.2 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10055 1381.9 moveto 62 (-ic--=c-ic--) alignedtext +grestore +% cmcicmm_ccmcicmm->micmm_cmicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10171 1441 moveto +10156 1431 10136 1418 10119 1408 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10121.1 1405.2 moveto +10111 1402 lineto +10116.9 1410.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10121.1 1405.2 moveto +10111 1402 lineto +10116.9 1410.8 lineto +closepath stroke +grestore +% cimic_ccimic->cimi_ccimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10923 1373 moveto +10931 1371 10939 1369 10947 1368 curveto +11115 1336 11163 1364 11332 1332 curveto +11337 1331 11342 1330 11347 1328 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11347.88 1331.39 moveto +11357 1326 lineto +11346.51 1324.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11347.88 1331.39 moveto +11357 1326 lineto +11346.51 1324.53 lineto +closepath stroke +grestore +% cimic_ccimic->cmmimic_ccmmimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10844 1373 moveto +10836 1371 10827 1369 10819 1368 curveto +10290 1287 10146 1401 9617 1332 curveto +9611 1331 9605 1330 9599 1329 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9599.49 1325.53 moveto +9589 1327 lineto +9598.12 1332.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9599.49 1325.53 moveto +9589 1327 lineto +9598.12 1332.39 lineto +closepath stroke +grestore +% mmcimic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9512 1242 34.05 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9495.5 1237.9 moveto 33 (--ci-ic) alignedtext +grestore +% cimic_ccimic->mmcimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10843 1374 moveto +10835 1372 10827 1370 10819 1368 curveto +10656 1329 10615 1315 10450 1296 curveto +10071 1251 9970 1309 9593 1260 curveto +9580 1258 9566 1256 9553 1253 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9553.58 1249.52 moveto +9543 1250 lineto +9551.57 1256.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9553.58 1249.52 moveto +9543 1250 lineto +9551.57 1256.23 lineto +closepath stroke +grestore +% cmcimicmc->cmcicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10854 1517 moveto +10825 1505 10780 1488 10748 1475 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10748.58 1471.46 moveto +10738 1471 lineto +10745.98 1477.96 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10748.58 1471.46 moveto +10738 1471 lineto +10745.98 1477.96 lineto +closepath stroke +grestore +% cmcimicmc->cmcimicm_ccmcimicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10886 1512 moveto +10885 1504 10885 1495 10885 1486 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10888.5 1486 moveto +10885 1476 lineto +10881.5 1486 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10888.5 1486 moveto +10885 1476 lineto +10881.5 1486 lineto +closepath stroke +grestore +% cmcimimic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10672 1170 41 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10650.5 1165.9 moveto 43 (c-ci-i-ic) alignedtext +grestore +% cmcimicmc->cmcimimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10930 1528 moveto +11018 1525 11224 1517 11397 1512 curveto +11539 1507 12542 1509 12681 1476 curveto +12717 1467 12720 1449 12757 1440 curveto +12867 1411 13168 1458 13269 1404 curveto +13347 1361 13418 1287 13356 1224 curveto +13305 1172 10841 1195 10770 1188 curveto +10753 1186 10735 1183 10719 1180 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10719.49 1176.53 moveto +10709 1178 lineto +10718.12 1183.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10719.49 1176.53 moveto +10709 1178 lineto +10718.12 1183.39 lineto +closepath stroke +grestore +% mimicmc_cmimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10537 1458 66.9 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10496.5 1453.9 moveto 81 (-i-ic-c=c-i-ic-c) alignedtext +grestore +% cmcimicmc->mimicmc_cmimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10853 1518 moveto +10846 1516 10840 1514 10833 1512 curveto +10791 1501 10678 1482 10604 1469 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10604.49 1465.53 moveto +10594 1467 lineto +10603.12 1472.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10604.49 1465.53 moveto +10594 1467 lineto +10603.12 1472.39 lineto +closepath stroke +grestore +% cmcimicm_ccmcimicm->cmcicmcm_ccmcicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10850 1442 moveto +10827 1431 10797 1418 10772 1406 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10773.56 1402.86 moveto +10763 1402 lineto +10770.72 1409.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10773.56 1402.86 moveto +10763 1402 lineto +10770.72 1409.26 lineto +closepath stroke +grestore +% cmcimimi_ccmcimimi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10599 1098 71.07 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10555.5 1093.9 moveto 87 (c-ci-i-i=cc-ci-i-i) alignedtext +grestore +% cmcimicm_ccmcimicm->cmcimimi_ccmcimimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10939 1445 moveto +10949 1443 10960 1441 10971 1440 curveto +11097 1425 13155 1461 13269 1404 curveto +13348 1363 13418 1287 13356 1224 curveto +13306 1173 10872 1203 10803 1188 curveto +10764 1179 10758 1167 10722 1152 curveto +10697 1141 10668 1128 10644 1118 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10645.56 1114.86 moveto +10635 1114 lineto +10642.72 1121.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10645.56 1114.86 moveto +10635 1114 lineto +10642.72 1121.26 lineto +closepath stroke +grestore +% cmcimicm_ccmcimicm->mimicm_cmimicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10824 1447 moveto +10750 1434 10628 1411 10554 1397 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10554.49 1393.53 moveto +10544 1395 lineto +10553.12 1400.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10554.49 1393.53 moveto +10544 1395 lineto +10553.12 1400.39 lineto +closepath stroke +grestore +% cmcimim_ccmcimim->cmcicmmc_ccmcicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10498 1585 moveto +10483 1576 10464 1564 10448 1553 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10449.26 1549.63 moveto +10439 1547 lineto +10445.38 1555.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10449.26 1549.63 moveto +10439 1547 lineto +10445.38 1555.46 lineto +closepath stroke +grestore +% cmcimim_ccmcimim->cmcimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10573 1590 moveto +10582 1587 10591 1586 10600 1584 curveto +10702 1563 10731 1572 10833 1548 curveto +10837 1547 10840 1546 10843 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10844.43 1548.23 moveto +10853 1542 lineto +10842.42 1541.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10844.43 1548.23 moveto +10853 1542 lineto +10842.42 1541.52 lineto +closepath stroke +grestore +% cmcimim_ccmcimim->mimim_cmimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10533 1584 moveto +10537 1576 10542 1566 10547 1557 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10550.14 1558.56 moveto +10551 1548 lineto +10543.74 1555.72 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10550.14 1558.56 moveto +10551 1548 lineto +10543.74 1555.72 lineto +closepath stroke +grestore +% cmcimmc_ccmcimmc->cmcimm_ccmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 13715 1370 moveto +13690 1359 13656 1345 13629 1333 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 13630.56 1329.86 moveto +13620 1329 lineto +13627.72 1336.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 13630.56 1329.86 moveto +13620 1329 lineto +13627.72 1336.26 lineto +closepath stroke +grestore +% cmcimmcic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +11054 1026 43.78 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +11030.5 1021.9 moveto 47 (c-ci--cic) alignedtext +grestore +% cmcimmc_ccmcimmc->cmcimmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 13736 1368 moveto +13718 1348 13687 1317 13657 1296 curveto +13449 1152 13358 1181 13108 1152 curveto +12247 1051 12022 1139 11162 1044 curveto +11143 1041 11122 1038 11104 1036 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11104.49 1032.53 moveto +11094 1034 lineto +11103.12 1039.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11104.49 1032.53 moveto +11094 1034 lineto +11103.12 1039.39 lineto +closepath stroke +grestore +% micimmc_cmicimmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +13247 1314 66.9 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +13206.5 1309.9 moveto 81 (-ici--c=c-ici--c) alignedtext +grestore +% cmcimmc_ccmcimmc->micimmc_cmicimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 13698 1374 moveto +13688 1371 13678 1370 13669 1368 curveto +13547 1347 13405 1330 13320 1321 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 13320.3 1317.51 moveto +13310 1320 lineto +13319.6 1324.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 13320.3 1317.51 moveto +13310 1320 lineto +13319.6 1324.48 lineto +closepath stroke +grestore +% cmcimmi_ccmcimmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +11088 738 66.9 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +11047.5 733.9 moveto 81 (c-ci--i=cc-ci--i) alignedtext +grestore +% cmcimm_ccmcimm->cmcimmi_ccmcimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 13585 1296 moveto +13585 1268 13585 1215 13585 1170 curveto +13585 1170 13585 1170 13585 882 curveto +13585 758 11587 740 11165 738 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11165 734.5 moveto +11155 738 lineto +11165 741.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11165 734.5 moveto +11155 738 lineto +11165 741.5 lineto +closepath stroke +grestore +% micimm_cmicimm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +13218 1242 57.87 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +13184 1237.9 moveto 68 (-ici--=c-ici--) alignedtext +grestore +% cmcimm_ccmcimm->micimm_cmicimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 13533 1304 moveto +13465 1291 13348 1267 13277 1254 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 13277.49 1250.53 moveto +13267 1252 lineto +13276.12 1257.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 13277.49 1250.53 moveto +13267 1252 lineto +13276.12 1257.39 lineto +closepath stroke +grestore +% cimi_ccimi->cmmimi_ccmmimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11346 1313 moveto +11128 1309 10202 1288 9914 1260 curveto +9898 1258 9880 1256 9864 1253 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9864.49 1249.53 moveto +9854 1251 lineto +9863.12 1256.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9864.49 1249.53 moveto +9854 1251 lineto +9863.12 1256.39 lineto +closepath stroke +grestore +% mmcimi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9585 1170 29.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9572 1165.9 moveto 26 (--ci-i) alignedtext +grestore +% cimi_ccimi->mmcimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11346 1313 moveto +11141 1310 10317 1294 10061 1260 curveto +9990 1250 9974 1236 9904 1224 curveto +9780 1201 9743 1223 9623 1188 curveto +9621 1187 9619 1186 9617 1186 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9617.58 1182.46 moveto +9607 1182 lineto +9614.98 1188.96 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9617.58 1182.46 moveto +9607 1182 lineto +9614.98 1188.96 lineto +closepath stroke +grestore +% cimmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10992 1746 43.78 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10968.5 1741.9 moveto 47 (ci--cic-c) alignedtext +grestore +% cimmcicmc->cimimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11030 1737 moveto +11046 1734 11066 1730 11083 1728 curveto +11151 1719 11651 1741 11699 1692 curveto +11709 1680 11706 1670 11699 1656 curveto +11692 1641 11678 1629 11665 1620 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11666.44 1616.8 moveto +11656 1615 lineto +11663.04 1622.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11666.44 1616.8 moveto +11656 1615 lineto +11663.04 1622.92 lineto +closepath stroke +grestore +% cimmcicm_ccimmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10461 1674 77.13 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10413.5 1669.9 moveto 95 (ci--cic-=cci--cic-) alignedtext +grestore +% cimmcicmc->cimmcicm_ccimmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10950 1740 moveto +10877 1731 10721 1710 10590 1692 curveto +10572 1689 10554 1687 10537 1684 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10537.3 1680.51 moveto +10527 1683 lineto +10536.6 1687.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10537.3 1680.51 moveto +10527 1683 lineto +10536.6 1687.48 lineto +closepath stroke +grestore +% cimmcmc_ccimmcmc_cicimmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +11438 1674 109.99 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +11366.5 1669.9 moveto 143 (ci--c-c=cci--c-c=cici--c-c) alignedtext +grestore +% cimmcicmc->cimmcmc_ccimmcmc_cicimmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11031 1738 moveto +11047 1735 11066 1731 11083 1728 curveto +11132 1719 11257 1700 11346 1687 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11346.4 1690.48 moveto +11356 1686 lineto +11345.7 1683.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11346.4 1690.48 moveto +11356 1686 lineto +11345.7 1683.51 lineto +closepath stroke +grestore +% cimmcicmc->cmcmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10950 1741 moveto +10886 1733 10763 1716 10661 1692 curveto +10609 1679 10599 1666 10547 1656 curveto +10340 1616 10283 1648 10076 1620 curveto +10063 1618 10049 1616 10036 1613 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10036.49 1609.53 moveto +10026 1611 lineto +10035.12 1616.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10036.49 1609.53 moveto +10026 1611 lineto +10035.12 1616.39 lineto +closepath stroke +grestore +% cimmcicm_ccimmcicm->cicmmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10531 1666 moveto +10570 1663 10618 1658 10661 1656 curveto +11112 1627 11228 1672 11678 1620 curveto +11692 1618 11706 1616 11720 1613 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11720.88 1616.39 moveto +11730 1611 lineto +11719.51 1609.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11720.88 1616.39 moveto +11730 1611 lineto +11719.51 1609.53 lineto +closepath stroke +grestore +% cimmcm_ccimmcm_cicimmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +11229 1602 96.09 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +11167.5 1597.9 moveto 123 (ci--c-=cci--c-=cici--c-) alignedtext +grestore +% cimmcicm_ccimmcicm->cimmcm_ccimmcm_cicimmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10517 1662 moveto +10529 1659 10541 1657 10552 1656 curveto +10802 1623 10868 1648 11119 1620 curveto +11129 1619 11139 1617 11149 1616 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11149.88 1619.39 moveto +11159 1614 lineto +11148.51 1612.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11149.88 1619.39 moveto +11159 1614 lineto +11148.51 1612.53 lineto +closepath stroke +grestore +% cimmcicm_ccimmcicm->cmcmcicm_ccmcmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10406 1661 moveto +10396 1659 10385 1657 10375 1656 curveto +10179 1627 10122 1671 9931 1620 curveto +9894 1610 9889 1598 9855 1584 curveto +9827 1572 9794 1559 9769 1549 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9769.58 1545.46 moveto +9759 1545 lineto +9766.98 1551.96 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9769.58 1545.46 moveto +9759 1545 lineto +9766.98 1551.96 lineto +closepath stroke +grestore +% cimmcmc_ccimmcmc_cicimmcmc->cicmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11459 1656 moveto +11470 1647 11484 1635 11496 1625 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11498.78 1627.22 moveto +11504 1618 lineto +11494.17 1621.95 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11498.78 1627.22 moveto +11504 1618 lineto +11494.17 1621.95 lineto +closepath stroke +grestore +% cimmcmc_ccimmcmc_cicimmcmc->cimmcm_ccimmcm_cicimmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11391 1658 moveto +11359 1647 11318 1633 11285 1621 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11285.58 1617.52 moveto +11275 1618 lineto +11283.57 1624.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11285.58 1617.52 moveto +11275 1618 lineto +11283.57 1624.23 lineto +closepath stroke +grestore +% cmcmcicmc->cmcmcmc_ccmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9982 1584 moveto +9980 1576 9978 1567 9976 1558 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9979.39 1557.12 moveto +9974 1548 lineto +9972.53 1558.49 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9979.39 1557.12 moveto +9974 1548 lineto +9972.53 1558.49 lineto +closepath stroke +grestore +% cmcmcicmc->cmcimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10025 1592 moveto +10041 1589 10059 1586 10076 1584 curveto +10410 1542 10502 1610 10833 1548 curveto +10837 1547 10841 1547 10844 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10845.43 1548.23 moveto +10854 1542 lineto +10843.42 1541.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10845.43 1548.23 moveto +10854 1542 lineto +10843.42 1541.52 lineto +closepath stroke +grestore +% cmcmcicmc->cmcmcicm_ccmcmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9950 1591 moveto +9942 1588 9934 1586 9926 1584 curveto +9878 1570 9822 1556 9781 1546 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9781.58 1542.52 moveto +9771 1543 lineto +9779.57 1549.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9781.58 1542.52 moveto +9771 1543 lineto +9779.57 1549.23 lineto +closepath stroke +grestore +% cmcmcicmc->cmmcicmc_ccmmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10016 1588 moveto +10040 1577 10075 1562 10103 1550 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10104.28 1553.26 moveto +10112 1546 lineto +10101.44 1546.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10104.28 1553.26 moveto +10112 1546 lineto +10101.44 1546.86 lineto +closepath stroke +grestore +% cmcmcimic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9646 1242 43.78 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9622.5 1237.9 moveto 47 (c-c-ci-ic) alignedtext +grestore +% cmcmcicmc->cmcmcimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9950 1590 moveto +9928 1582 9901 1568 9883 1548 curveto +9802 1458 9869 1380 9785 1296 curveto +9761 1272 9726 1259 9697 1251 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9697.49 1247.53 moveto +9687 1249 lineto +9696.12 1254.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9697.49 1247.53 moveto +9687 1249 lineto +9696.12 1254.39 lineto +closepath stroke +grestore +% cimmcm_ccimmcm_cicimmcm->cicmcmcm_ccicmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11306 1591 moveto +11378 1581 11488 1564 11583 1548 curveto +11590 1547 11596 1545 11603 1544 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11603.88 1547.39 moveto +11613 1542 lineto +11602.51 1540.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11603.88 1547.39 moveto +11613 1542 lineto +11602.51 1540.53 lineto +closepath stroke +grestore +% cmcmcicm_ccmcmcicm->cmcmcm_ccmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9675 1514 moveto +9646 1503 9607 1488 9576 1477 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9576.58 1473.46 moveto +9566 1473 lineto +9573.98 1479.96 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9576.58 1473.46 moveto +9566 1473 lineto +9573.98 1479.96 lineto +closepath stroke +grestore +% cmcmcicm_ccmcmcicm->cmmcicm_ccmmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9718 1512 moveto +9719 1504 9720 1495 9721 1486 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9724.47 1486.49 moveto +9723 1476 lineto +9717.61 1485.12 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9724.47 1486.49 moveto +9723 1476 lineto +9717.61 1485.12 lineto +closepath stroke +grestore +% cmcmcicm_ccmcmcicm->cmcimicm_ccmcimicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9787 1521 moveto +9817 1518 9851 1514 9883 1512 curveto +10272 1483 10372 1512 10761 1476 curveto +10778 1474 10795 1472 10811 1470 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10811.88 1473.39 moveto +10821 1468 lineto +10810.51 1466.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10811.88 1473.39 moveto +10821 1468 lineto +10810.51 1466.53 lineto +closepath stroke +grestore +% cmcmcimi_ccmcmcimi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9709 1170 77.13 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9661.5 1165.9 moveto 95 (c-c-ci-i=cc-c-ci-i) alignedtext +grestore +% cmcmcicm_ccmcmcicm->cmcmcimi_ccmcmcimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9640 1523 moveto +9571 1515 9476 1501 9449 1476 curveto +9363 1398 9307 1311 9383 1224 curveto +9418 1183 9569 1197 9623 1188 curveto +9629 1187 9636 1185 9642 1184 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9642.88 1187.39 moveto +9652 1182 lineto +9641.51 1180.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9642.88 1187.39 moveto +9652 1182 lineto +9641.51 1180.53 lineto +closepath stroke +grestore +% cimmcim_ccimmcim_cicimmcim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10804 1890 102.84 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10738 1885.9 moveto 132 (ci--ci-=cci--ci-=cici--ci-) alignedtext +grestore +% cimmcim_ccimmcim_cicimmcim->cicmcmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10787 1872 moveto +10778 1863 10768 1852 10759 1842 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10761.55 1839.6 moveto +10752 1835 lineto +10756.6 1844.55 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10761.55 1839.6 moveto +10752 1835 lineto +10756.6 1844.55 lineto +closepath stroke +grestore +% cimmcim_ccimmcim_cicimmcim->cimmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10803 1872 moveto +10804 1852 10807 1819 10826 1800 curveto +10828 1797 10898 1775 10947 1760 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10948.43 1763.23 moveto +10957 1757 lineto +10946.42 1756.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10948.43 1763.23 moveto +10957 1757 lineto +10946.42 1756.52 lineto +closepath stroke +grestore +% cimmicim_ccimmicim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10158 1962 71.07 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10114.5 1957.9 moveto 87 (ci--ici-=cci--ici-) alignedtext +grestore +% cimmicim_ccimmicim->cicmmicim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10158 1944 moveto +10158 1936 10158 1927 10158 1918 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10161.5 1918 moveto +10158 1908 lineto +10154.5 1918 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10161.5 1918 moveto +10158 1908 lineto +10154.5 1918 lineto +closepath stroke +grestore +% cimmicim_ccimmicim->cimmcim_ccimmcim_cicimmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10215 1951 moveto +10230 1949 10246 1946 10261 1944 curveto +10434 1920 10479 1926 10654 1908 curveto +10672 1905 10691 1904 10709 1901 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10709.4 1904.48 moveto +10719 1900 lineto +10708.7 1897.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10709.4 1904.48 moveto +10719 1900 lineto +10708.7 1897.51 lineto +closepath stroke +grestore +% cimmicim_ccimmicim->cimmicmc_ccimmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10136 1945 moveto +10125 1935 10113 1922 10108 1908 curveto +10102 1893 10103 1887 10108 1872 curveto +10111 1862 10116 1853 10122 1844 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10124.8 1846.1 moveto +10128 1836 lineto +10119.2 1841.9 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10124.8 1846.1 moveto +10128 1836 lineto +10119.2 1841.9 lineto +closepath stroke +grestore +% cimmicmc_ccimmicmc->cicmmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10189 1803 moveto +10222 1792 10269 1777 10310 1764 curveto +10313 1763 10316 1762 10319 1761 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10320.43 1764.23 moveto +10329 1758 lineto +10318.42 1757.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10320.43 1764.23 moveto +10329 1758 lineto +10318.42 1757.52 lineto +closepath stroke +grestore +% cimmicmc_ccimmicmc->cimmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10217 1812 moveto +10384 1797 10792 1763 10939 1751 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10939.4 1754.48 moveto +10949 1750 lineto +10938.7 1747.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10939.4 1754.48 moveto +10949 1750 lineto +10938.7 1747.51 lineto +closepath stroke +grestore +% cimmicm_ccimmicm_cicimmicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10198 1746 102.84 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10132 1741.9 moveto 132 (ci--ic-=cci--ic-=cici--ic-) alignedtext +grestore +% cimmicmc_ccimmicmc->cimmicm_ccimmicm_cicimmicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10157 1800 moveto +10163 1792 10171 1781 10178 1772 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10180.8 1774.1 moveto +10184 1764 lineto +10175.2 1769.9 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10180.8 1774.1 moveto +10184 1764 lineto +10175.2 1769.9 lineto +closepath stroke +grestore +% cimmicm_ccimmicm_cicimmicm->cicmmicm_ccicmmicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10220 1728 moveto +10231 1719 10246 1708 10259 1698 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10261.78 1700.22 moveto +10267 1691 lineto +10257.17 1694.95 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10261.78 1700.22 moveto +10267 1691 lineto +10257.17 1694.95 lineto +closepath stroke +grestore +% cimmicm_ccimmicm_cicimmicm->cimmcicm_ccimmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10253 1731 moveto +10297 1719 10357 1703 10401 1691 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10402.43 1694.23 moveto +10411 1688 lineto +10400.42 1687.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10402.43 1694.23 moveto +10411 1688 lineto +10400.42 1687.52 lineto +closepath stroke +grestore +% cim_ccim_cicim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9317 2178 63.93 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9279 2173.9 moveto 76 (ci-=cci-=cici-) alignedtext +grestore +% cim_ccim_cicim->cicmmim_ccicmmim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9317 2160 moveto +9316 2152 9316 2143 9316 2134 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9319.5 2134 moveto +9316 2124 lineto +9312.5 2134 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9319.5 2134 moveto +9316 2124 lineto +9312.5 2134 lineto +closepath stroke +grestore +% cim_ccim_cicim->cimmicim_ccimmicim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9345 2162 moveto +9381 2142 9446 2108 9506 2088 curveto +9578 2063 9601 2076 9674 2052 curveto +9709 2040 9714 2026 9750 2016 curveto +9860 1983 9994 1970 10078 1966 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10078.4 1969.48 moveto +10088 1965 lineto +10077.7 1962.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10078.4 1969.48 moveto +10088 1965 lineto +10077.7 1962.51 lineto +closepath stroke +grestore +% mmcim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9401 1674 27.1 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9389.5 1669.9 moveto 23 (--ci-) alignedtext +grestore +% cim_ccim_cicim->mmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9282 2163 moveto +9266 2154 9249 2141 9240 2124 curveto +9217 2081 9229 2063 9238 2016 curveto +9261 1887 9346 1753 9383 1698 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9385.8 1700.1 moveto +9389 1690 lineto +9380.2 1695.9 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9385.8 1700.1 moveto +9389 1690 lineto +9380.2 1695.9 lineto +closepath stroke +grestore +% mmcim->cmmcim_ccmmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9421 1662 moveto +9426 1659 9432 1657 9437 1656 curveto +9696 1586 9773 1650 10041 1620 curveto +10055 1618 10070 1616 10085 1614 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10085.88 1617.39 moveto +10095 1612 lineto +10084.51 1610.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10085.88 1617.39 moveto +10095 1612 lineto +10084.51 1610.53 lineto +closepath stroke +grestore +% mmcim->mmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9378 1665 moveto +9348 1653 9295 1632 9260 1617 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9260.58 1613.46 moveto +9250 1613 lineto +9257.98 1619.96 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9260.58 1613.46 moveto +9250 1613 lineto +9257.98 1619.96 lineto +closepath stroke +grestore +% icimmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10632 1818 41 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10610.5 1813.9 moveto 43 (ici--cic-) alignedtext +grestore +% icimmcicm->cimmcicm_ccimmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10635 1800 moveto +10638 1780 10639 1748 10623 1728 curveto +10610 1712 10567 1698 10528 1688 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10528.49 1684.53 moveto +10518 1686 lineto +10527.12 1691.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10528.49 1684.53 moveto +10518 1686 lineto +10527.12 1691.39 lineto +closepath stroke +grestore +% icimmcm_iicimmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +11094 1674 64.12 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +11055.5 1669.9 moveto 77 (ici--c-=iici--c-) alignedtext +grestore +% icimmcicm->icimmcm_iicimmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10663 1806 moveto +10669 1804 10676 1802 10682 1800 curveto +10780 1766 10805 1758 10906 1728 curveto +10950 1714 11001 1700 11038 1690 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11039.43 1693.23 moveto +11048 1687 lineto +11037.42 1686.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11039.43 1693.23 moveto +11048 1687 lineto +11037.42 1686.52 lineto +closepath stroke +grestore +% icmcmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +11762 1746 43.78 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +11738.5 1741.9 moveto 47 (ic-c-cic-) alignedtext +grestore +% icimmcicm->icmcmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10661 1805 moveto +10668 1803 10675 1801 10682 1800 curveto +11130 1713 11259 1846 11709 1764 curveto +11713 1763 11717 1763 11720 1761 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11721.43 1764.23 moveto +11730 1758 lineto +11719.42 1757.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11721.43 1764.23 moveto +11730 1758 lineto +11719.42 1757.52 lineto +closepath stroke +grestore +% icimmcm_iicimmcm->cimmcm_ccimmcm_cicimmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11124 1658 moveto +11143 1648 11168 1635 11188 1624 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11189.96 1626.92 moveto +11197 1619 lineto +11186.56 1620.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11189.96 1626.92 moveto +11197 1619 lineto +11186.56 1620.8 lineto +closepath stroke +grestore +% icmcmcm_iicmcmcm_icicmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +12515 1602 107.9 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +12445 1597.9 moveto 140 (ic-c-c-=iic-c-c-=icic-c-c-) alignedtext +grestore +% icimmcm_iicimmcm->icmcmcm_iicmcmcm_icicmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11147 1664 moveto +11165 1661 11186 1658 11205 1656 curveto +11733 1605 11869 1668 12398 1620 curveto +12408 1619 12419 1618 12429 1616 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 12429.4 1619.48 moveto +12439 1615 lineto +12428.7 1612.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 12429.4 1619.48 moveto +12439 1615 lineto +12428.7 1612.51 lineto +closepath stroke +grestore +% icmcmcicm->cmcmcicm_ccmcmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11755 1728 moveto +11746 1707 11727 1672 11699 1656 curveto +11573 1581 11504 1681 11372 1620 curveto +11350 1610 11355 1592 11334 1584 curveto +11259 1553 9963 1553 9883 1548 curveto +9855 1546 9824 1543 9797 1540 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9797.3 1536.51 moveto +9787 1539 lineto +9796.6 1543.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9797.3 1536.51 moveto +9787 1539 lineto +9796.6 1543.48 lineto +closepath stroke +grestore +% icmcmcicm->icmcmcm_iicmcmcm_icicmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11804 1740 moveto +11829 1736 11862 1732 11891 1728 curveto +12034 1709 12073 1720 12215 1692 curveto +12302 1674 12400 1643 12460 1621 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 12461.43 1624.23 moveto +12470 1618 lineto +12459.42 1617.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 12461.43 1624.23 moveto +12470 1618 lineto +12459.42 1617.52 lineto +closepath stroke +grestore +% icmmcicm_iicmmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +12609 1674 73.85 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +12563.5 1669.9 moveto 91 (ic--cic-=iic--cic-) alignedtext +grestore +% icmcmcicm->icmmcicm_iicmmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11803 1739 moveto +11828 1735 11861 1731 11891 1728 curveto +12170 1700 12242 1728 12521 1692 curveto +12529 1691 12536 1689 12544 1688 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 12544.88 1691.39 moveto +12554 1686 lineto +12543.51 1684.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 12544.88 1691.39 moveto +12554 1686 lineto +12543.51 1684.53 lineto +closepath stroke +grestore +% icimmcim_iicimmcim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10754 1962 68.79 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10712.5 1957.9 moveto 83 (ici--ci-=iici--ci-) alignedtext +grestore +% icimmcim_iicimmcim->cimmcim_ccimmcim_cicimmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10766 1944 moveto +10772 1936 10779 1926 10785 1916 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10787.8 1918.1 moveto +10791 1908 lineto +10782.2 1913.9 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10787.8 1918.1 moveto +10791 1908 lineto +10782.2 1913.9 lineto +closepath stroke +grestore +% icimmcim_iicimmcim->icimmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10732 1945 moveto +10719 1935 10704 1921 10692 1908 curveto +10675 1888 10659 1863 10647 1845 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10649.92 1843.04 moveto +10642 1836 lineto +10643.8 1846.44 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10649.92 1843.04 moveto +10642 1836 lineto +10643.8 1846.44 lineto +closepath stroke +grestore +% icimmcmc_iicimmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +11166 1746 73.85 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +11120.5 1741.9 moveto 91 (ici--c-c=iici--c-c) alignedtext +grestore +% icimmcim_iicimmcim->icimmcmc_iicimmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10817 1955 moveto +10929 1941 11152 1914 11158 1908 curveto +11191 1872 11183 1810 11174 1774 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11177.39 1773.12 moveto +11172 1764 lineto +11170.53 1774.49 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11177.39 1773.12 moveto +11172 1764 lineto +11170.53 1774.49 lineto +closepath stroke +grestore +% icmcmcim_iicmcmcim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +11279 1890 73.85 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +11233.5 1885.9 moveto 91 (ic-c-ci-=iic-c-ci-) alignedtext +grestore +% icimmcim_iicimmcim->icmcmcim_iicmcmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10817 1955 moveto +10920 1943 11120 1919 11191 1908 curveto +11198 1907 11205 1905 11213 1904 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11213.88 1907.39 moveto +11223 1902 lineto +11212.51 1900.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11213.88 1907.39 moveto +11223 1902 lineto +11212.51 1900.53 lineto +closepath stroke +grestore +% icimmcmc_iicimmcmc->cimmcmc_ccimmcmc_cicimmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11216 1733 moveto +11260 1722 11322 1704 11370 1692 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11371.43 1695.23 moveto +11380 1689 lineto +11369.42 1688.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11371.43 1695.23 moveto +11380 1689 lineto +11369.42 1688.52 lineto +closepath stroke +grestore +% icimmcmc_iicimmcmc->icimmcm_iicimmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11148 1728 moveto +11139 1719 11129 1709 11119 1699 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11121.55 1696.6 moveto +11112 1692 lineto +11116.6 1701.55 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11121.55 1696.6 moveto +11112 1692 lineto +11116.6 1701.55 lineto +closepath stroke +grestore +% icmcmcmc_iicmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +12127 1674 79.22 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +12078 1669.9 moveto 98 (ic-c-c-c=iic-c-c-c) alignedtext +grestore +% icimmcmc_iicimmcmc->icmcmcmc_iicmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11218 1733 moveto +11228 1731 11239 1729 11249 1728 curveto +11597 1682 11690 1735 12039 1692 curveto +12046 1691 12053 1690 12061 1689 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 12061.88 1692.39 moveto +12071 1687 lineto +12060.51 1685.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 12061.88 1692.39 moveto +12071 1687 lineto +12060.51 1685.53 lineto +closepath stroke +grestore +% icmcmcim_iicmcmcim->cicmcmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11217 1880 moveto +11198 1877 11177 1874 11158 1872 curveto +11010 1853 10972 1858 10826 1836 curveto +10812 1834 10798 1831 10784 1828 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10784.49 1824.53 moveto +10774 1826 lineto +10783.12 1831.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10784.49 1824.53 moveto +10774 1826 lineto +10783.12 1831.39 lineto +closepath stroke +grestore +% icmcmcim_iicmcmcim->icmcmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11334 1878 moveto +11345 1876 11356 1874 11367 1872 curveto +11477 1852 11511 1874 11617 1836 curveto +11661 1820 11706 1789 11734 1768 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11736.1 1770.8 moveto +11742 1762 lineto +11731.9 1765.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11736.1 1770.8 moveto +11742 1762 lineto +11731.9 1765.2 lineto +closepath stroke +grestore +% icmcmcim_iicmcmcim->icmcmcmc_iicmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11334 1878 moveto +11345 1876 11356 1874 11367 1872 curveto +11496 1850 11532 1867 11659 1836 curveto +11746 1814 11770 1809 11848 1764 curveto +11869 1751 11868 1739 11891 1728 curveto +11906 1720 11993 1701 12058 1688 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 12058.88 1691.39 moveto +12068 1686 lineto +12057.51 1684.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 12058.88 1691.39 moveto +12068 1686 lineto +12057.51 1684.53 lineto +closepath stroke +grestore +% icmmcim_iicmmcim_icicmmcim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +11508 1818 100.06 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +11444 1813.9 moveto 128 (ic--ci-=iic--ci-=icic--ci-) alignedtext +grestore +% icmcmcim_iicmcmcim->icmmcim_iicmmcim_icicmmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11325 1876 moveto +11360 1865 11410 1849 11449 1837 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11450.43 1840.23 moveto +11459 1834 lineto +11448.42 1833.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11450.43 1840.23 moveto +11459 1834 lineto +11448.42 1833.52 lineto +closepath stroke +grestore +% icmcmcmc_iicmcmcmc->cicmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 12071 1661 moveto +12060 1659 12049 1657 12039 1656 curveto +11835 1627 11779 1660 11578 1620 curveto +11574 1619 11571 1618 11567 1617 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11567.58 1613.52 moveto +11557 1614 lineto +11565.57 1620.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11567.58 1613.52 moveto +11557 1614 lineto +11565.57 1620.23 lineto +closepath stroke +grestore +% icmcmcmc_iicmcmcmc->icmcmcm_iicmcmcm_icicmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 12188 1663 moveto +12254 1651 12359 1631 12433 1617 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 12433.88 1620.39 moveto +12443 1615 lineto +12432.51 1613.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 12433.88 1620.39 moveto +12443 1615 lineto +12432.51 1613.53 lineto +closepath stroke +grestore +% icmmcmc_iicmmcmc_icicmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +12787 1602 107.9 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +12717 1597.9 moveto 140 (ic--c-c=iic--c-c=icic--c-c) alignedtext +grestore +% icmcmcmc_iicmcmcmc->icmmcmc_iicmmcmc_icicmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 12199 1666 moveto +12297 1656 12478 1637 12632 1620 curveto +12650 1618 12669 1616 12688 1613 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 12688.4 1616.48 moveto +12698 1612 lineto +12687.7 1609.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 12688.4 1616.48 moveto +12698 1612 lineto +12687.7 1609.51 lineto +closepath stroke +grestore +% imicmcmc_imcicmcmc_iimicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +12277 1602 112.07 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +12204 1597.9 moveto 146 (i-ic-c-c=i-cic-c-c=ii-ic-c-c) alignedtext +grestore +% icmcmcmc_iicmcmcmc->imicmcmc_imcicmcmc_iimicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 12161 1658 moveto +12182 1647 12209 1635 12232 1623 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 12233.28 1626.26 moveto +12241 1619 lineto +12230.44 1619.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 12233.28 1626.26 moveto +12241 1619 lineto +12230.44 1619.86 lineto +closepath stroke +grestore +% icmcmcm_iicmcmcm_icicmcmcm->cicmcmcm_ccicmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 12439 1589 moveto +12426 1587 12411 1585 12398 1584 curveto +12134 1555 12066 1574 11803 1548 curveto +11786 1546 11768 1544 11751 1541 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11751.3 1537.51 moveto +11741 1540 lineto +11750.6 1544.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11751.3 1537.51 moveto +11741 1540 lineto +11750.6 1544.48 lineto +closepath stroke +grestore +% icmmcm_iicmmcm_icicmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +13219 1530 93.81 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +13159.5 1525.9 moveto 119 (ic--c-=iic--c-=icic--c-) alignedtext +grestore +% icmcmcm_iicmcmcm_icicmcmcm->icmmcm_iicmmcm_icicmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 12601 1591 moveto +12623 1588 12647 1586 12670 1584 curveto +12867 1564 12918 1573 13116 1548 curveto +13125 1547 13133 1546 13142 1544 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 13142.4 1547.48 moveto +13152 1543 lineto +13141.7 1540.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 13142.4 1547.48 moveto +13152 1543 lineto +13141.7 1540.51 lineto +closepath stroke +grestore +% imicmcm_imcicmcm_iimicmcm_icmcicmcm_icimicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +12378 1530 171.14 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +12262.5 1525.9 moveto 231 (i-ic-c-=i-cic-c-=ii-ic-c-=ic-cic-c-=ici-ic-c-) alignedtext +grestore +% icmcmcm_iicmcmcm_icicmcmcm->imicmcm_imcicmcm_iimicmcm_icmcicmcm_icimicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 12482 1585 moveto +12464 1575 12441 1563 12421 1553 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 12422.44 1549.8 moveto +12412 1548 lineto +12419.04 1555.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 12422.44 1549.8 moveto +12412 1548 lineto +12419.04 1555.92 lineto +closepath stroke +grestore +% icimmicim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10576 2034 38.22 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10556.5 2029.9 moveto 39 (ici--ici-) alignedtext +grestore +% icimmicim->cimmicim_ccimmicim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10541 2027 moveto +10521 2024 10496 2019 10475 2016 curveto +10379 1999 10356 1996 10261 1980 curveto +10250 1978 10238 1976 10226 1974 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10226.49 1970.53 moveto +10216 1972 lineto +10225.12 1977.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10226.49 1970.53 moveto +10216 1972 lineto +10225.12 1977.39 lineto +closepath stroke +grestore +% icimmicim->icimmcim_iicimmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10605 2022 moveto +10632 2011 10675 1994 10708 1981 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10709.28 1984.26 moveto +10717 1977 lineto +10706.44 1977.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10709.28 1984.26 moveto +10717 1977 lineto +10706.44 1977.86 lineto +closepath stroke +grestore +% icimmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10576 1962 41 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10554.5 1957.9 moveto 43 (ici--ic-c) alignedtext +grestore +% icimmicim->icimmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10576 2016 moveto +10576 2008 10576 1999 10576 1990 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10579.5 1990 moveto +10576 1980 lineto +10572.5 1990 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10579.5 1990 moveto +10576 1980 lineto +10572.5 1990 lineto +closepath stroke +grestore +% icmmicim_iicmmicim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10992 1962 68.79 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10950.5 1957.9 moveto 83 (ic--ici-=iic--ici-) alignedtext +grestore +% icimmicim->icmmicim_iicmmicim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10612 2028 moveto +10681 2015 10835 1989 10924 1974 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10924.88 1977.39 moveto +10934 1972 lineto +10923.51 1970.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10924.88 1977.39 moveto +10934 1972 lineto +10923.51 1970.53 lineto +closepath stroke +grestore +% icimmicmc->cimmicmc_ccimmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10555 1946 moveto +10526 1926 10473 1890 10422 1872 curveto +10386 1858 10288 1841 10219 1830 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10219.49 1826.53 moveto +10209 1828 lineto +10218.12 1833.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10219.49 1826.53 moveto +10209 1828 lineto +10218.12 1833.39 lineto +closepath stroke +grestore +% icimmicmc->icimmcmc_iicimmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10613 1954 moveto +10632 1951 10655 1947 10676 1944 curveto +10796 1925 10836 1957 10949 1908 curveto +10971 1897 10970 1885 10992 1872 curveto +11027 1850 11043 1859 11077 1836 curveto +11103 1818 11128 1791 11145 1772 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11148.05 1773.83 moveto +11152 1764 lineto +11142.78 1769.22 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11148.05 1773.83 moveto +11152 1764 lineto +11142.78 1769.22 lineto +closepath stroke +grestore +% icimmicm_iicimmicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10576 1890 68.79 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10534.5 1885.9 moveto 83 (ici--ic-=iici--ic-) alignedtext +grestore +% icimmicmc->icimmicm_iicimmicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10576 1944 moveto +10576 1936 10576 1927 10576 1918 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10579.5 1918 moveto +10576 1908 lineto +10572.5 1918 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10579.5 1918 moveto +10576 1908 lineto +10572.5 1918 lineto +closepath stroke +grestore +% icmmicmc_iicmmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +11075 1890 73.85 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +11029.5 1885.9 moveto 91 (ic--ic-c=iic--ic-c) alignedtext +grestore +% icimmicmc->icmmicmc_iicmmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10613 1954 moveto +10632 1951 10655 1947 10676 1944 curveto +10813 1923 10849 1929 10987 1908 curveto +10994 1907 11001 1905 11009 1904 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11009.88 1907.39 moveto +11019 1902 lineto +11008.51 1900.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11009.88 1907.39 moveto +11019 1902 lineto +11008.51 1900.53 lineto +closepath stroke +grestore +% icmmicim_iicmmicim->cicmmicim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10930 1954 moveto +10900 1951 10864 1947 10832 1944 curveto +10555 1920 10480 1963 10208 1908 curveto +10204 1907 10201 1907 10197 1906 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10198.56 1902.86 moveto +10188 1902 lineto +10195.72 1909.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10198.56 1902.86 moveto +10188 1902 lineto +10195.72 1909.26 lineto +closepath stroke +grestore +% icmmicim_iicmmicim->icmcmcim_iicmcmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11042 1949 moveto +11091 1937 11165 1918 11217 1905 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11217.88 1908.39 moveto +11227 1903 lineto +11216.51 1901.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11217.88 1908.39 moveto +11227 1903 lineto +11216.51 1901.53 lineto +closepath stroke +grestore +% icmmicim_iicmmicim->icmmicmc_iicmmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11012 1945 moveto +11023 1935 11036 1924 11047 1914 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11049.78 1916.22 moveto +11055 1907 lineto +11045.17 1910.95 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11049.78 1916.22 moveto +11055 1907 lineto +11045.17 1910.95 lineto +closepath stroke +grestore +% icimmicm_iicimmicm->cimmicm_ccimmicm_cicimmicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10517 1881 moveto +10470 1872 10404 1858 10349 1836 curveto +10305 1818 10260 1790 10230 1770 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10232.1 1767.2 moveto +10222 1764 lineto +10227.9 1772.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10232.1 1767.2 moveto +10222 1764 lineto +10227.9 1772.8 lineto +closepath stroke +grestore +% icimmicm_iicimmicm->icimmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10590 1872 moveto +10597 1863 10605 1853 10613 1843 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10615.8 1845.1 moveto +10619 1835 lineto +10610.2 1840.9 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10615.8 1845.1 moveto +10619 1835 lineto +10610.2 1840.9 lineto +closepath stroke +grestore +% icmmicm_iicmmicm_icicmmicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10935 1818 100.06 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10871 1813.9 moveto 128 (ic--ic-=iic--ic-=icic--ic-) alignedtext +grestore +% icimmicm_iicimmicm->icmmicm_iicmmicm_icicmmicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10631 1879 moveto +10691 1867 10790 1847 10858 1833 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10858.88 1836.39 moveto +10868 1831 lineto +10857.51 1829.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10858.88 1836.39 moveto +10868 1831 lineto +10857.51 1829.53 lineto +closepath stroke +grestore +% icmmicmc_iicmmicmc->cicmmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11009 1882 moveto +10980 1878 10946 1875 10916 1872 curveto +10856 1866 10426 1874 10382 1836 curveto +10365 1821 10361 1794 10361 1774 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10364.5 1774 moveto +10361 1764 lineto +10357.5 1774 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10364.5 1774 moveto +10361 1764 lineto +10357.5 1774 lineto +closepath stroke +grestore +% icmmicmc_iicmmicmc->icmcmcmc_iicmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11136 1880 moveto +11155 1877 11176 1874 11196 1872 curveto +11382 1850 11433 1876 11617 1836 curveto +11708 1815 11737 1816 11815 1764 curveto +11833 1751 11829 1738 11848 1728 curveto +11923 1686 11954 1708 12039 1692 curveto +12045 1691 12052 1689 12058 1688 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 12058.88 1691.39 moveto +12068 1686 lineto +12057.51 1684.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 12058.88 1691.39 moveto +12068 1686 lineto +12057.51 1684.53 lineto +closepath stroke +grestore +% icmmicmc_iicmmicmc->icmmicm_iicmmicm_icicmmicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11043 1874 moveto +11024 1864 10999 1851 10978 1840 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10979.44 1836.8 moveto +10969 1835 lineto +10976.04 1842.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10979.44 1836.8 moveto +10969 1835 lineto +10976.04 1842.92 lineto +closepath stroke +grestore +% icmmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +11944 1746 43.78 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +11920.5 1741.9 moveto 47 (ic--cic-c) alignedtext +grestore +% icmmicmc_iicmmicmc->icmmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11136 1880 moveto +11155 1877 11176 1874 11196 1872 curveto +11451 1845 11524 1904 11772 1836 curveto +11825 1820 11880 1789 11914 1767 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11915.38 1770.27 moveto +11922 1762 lineto +11911.66 1764.33 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11915.38 1770.27 moveto +11922 1762 lineto +11911.66 1764.33 lineto +closepath stroke +grestore +% icmmicm_iicmmicm_icicmmicm->cicmmicm_ccicmmicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10907 1801 moveto +10871 1779 10806 1744 10746 1728 curveto +10586 1683 10538 1717 10375 1692 curveto +10368 1691 10362 1690 10355 1689 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10355.49 1685.53 moveto +10345 1687 lineto +10354.12 1692.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10355.49 1685.53 moveto +10345 1687 lineto +10354.12 1692.39 lineto +closepath stroke +grestore +% icmmicm_iicmmicm_icicmmicm->icmcmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11033 1814 moveto +11211 1807 11582 1789 11709 1764 curveto +11713 1763 11717 1763 11720 1761 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11721.43 1764.23 moveto +11730 1758 lineto +11719.42 1757.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11721.43 1764.23 moveto +11730 1758 lineto +11719.42 1757.52 lineto +closepath stroke +grestore +% icmmcicm_iicmmcicm->cicmmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 12537 1670 moveto +12355 1660 11890 1634 11822 1620 curveto +11818 1619 11814 1619 11811 1617 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11811.58 1613.52 moveto +11801 1614 lineto +11809.57 1620.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11811.58 1613.52 moveto +11801 1614 lineto +11809.57 1620.23 lineto +closepath stroke +grestore +% icmmcicm_iicmmcicm->icmmcm_iicmmcm_icicmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 12671 1664 moveto +12731 1655 12824 1638 12904 1620 curveto +12994 1598 13097 1567 13160 1548 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 13161.43 1551.23 moveto +13170 1545 lineto +13159.42 1544.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 13161.43 1551.23 moveto +13170 1545 lineto +13159.42 1544.52 lineto +closepath stroke +grestore +% imimicm_imcimicm_iimimicm_icmcimicm_icimimicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +11989 1602 157.93 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +11883 1597.9 moveto 212 (i-i-ic-=i-ci-ic-=ii-i-ic-=ic-ci-ic-=ici-i-ic-) alignedtext +grestore +% icmmcicm_iicmmcicm->imimicm_imcimicm_iimimicm_icmcimicm_icimimicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 12542 1666 moveto +12439 1654 12238 1631 12109 1616 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 12109.3 1612.51 moveto +12099 1615 lineto +12108.6 1619.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 12109.3 1612.51 moveto +12099 1615 lineto +12108.6 1619.48 lineto +closepath stroke +grestore +% icmmcim_iicmmcim_icicmmcim->cicmmcim_ccicmmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11536 1801 moveto +11551 1791 11571 1779 11587 1768 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11588.96 1770.92 moveto +11596 1763 lineto +11585.56 1764.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11588.96 1770.92 moveto +11596 1763 lineto +11585.56 1764.8 lineto +closepath stroke +grestore +% icmmcim_iicmmcim_icicmmcim->icmmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11582 1806 moveto +11670 1791 11816 1767 11893 1755 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11893.88 1758.39 moveto +11903 1753 lineto +11892.51 1751.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11893.88 1758.39 moveto +11903 1753 lineto +11892.51 1751.53 lineto +closepath stroke +grestore +% imimim_imcimim_iimimim_icmcimim_icimimim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +11393 1746 135 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +11303.5 1741.9 moveto 179 (i-i-i-=i-ci-i-=ii-i-i-=ic-ci-i-=ici-i-i-) alignedtext +grestore +% icmmcim_iicmmcim_icicmmcim->imimim_imcimim_iimimim_icmcimim_icimimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11480 1801 moveto +11465 1791 11446 1779 11430 1769 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11431.44 1765.8 moveto +11421 1764 lineto +11428.04 1771.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11431.44 1765.8 moveto +11421 1764 lineto +11428.04 1771.92 lineto +closepath stroke +grestore +% icmmcmc_iicmmcmc_icicmmcmc->cicmmcmc_ccicmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 12754 1585 moveto +12735 1575 12711 1562 12690 1552 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 12691.44 1548.8 moveto +12681 1547 lineto +12688.04 1554.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 12691.44 1548.8 moveto +12681 1547 lineto +12688.04 1554.92 lineto +closepath stroke +grestore +% icmmcmc_iicmmcmc_icicmmcmc->icmmcm_iicmmcm_icicmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 12864 1589 moveto +12930 1578 13029 1562 13116 1548 curveto +13124 1547 13131 1545 13139 1544 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 13139.88 1547.39 moveto +13149 1542 lineto +13138.51 1540.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 13139.88 1547.39 moveto +13149 1542 lineto +13138.51 1540.53 lineto +closepath stroke +grestore +% imimmc_imcimmc_iimimmc_imicimmc_icmcimmc_icimimmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +12928 1530 178.78 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +12807 1525.9 moveto 242 (i-i--c=i-ci--c=ii-i--c=i-ici--c=ic-ci--c=ici-i--c) alignedtext +grestore +% icmmcmc_iicmmcmc_icicmmcmc->imimmc_imcimmc_iimimmc_imicimmc_icmcimmc_icimimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 12821 1585 moveto +12839 1575 12863 1563 12884 1553 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 12885.96 1555.92 moveto +12893 1548 lineto +12882.56 1549.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 12885.96 1555.92 moveto +12893 1548 lineto +12882.56 1549.8 lineto +closepath stroke +grestore +% imicmcmc_imcicmcmc_iimicmcmc->cimicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 12196 1590 moveto +12182 1588 12169 1586 12156 1584 curveto +12046 1567 12016 1573 11909 1548 curveto +11906 1547 11902 1546 11899 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11899.58 1541.52 moveto +11889 1542 lineto +11897.57 1548.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11899.58 1541.52 moveto +11889 1542 lineto +11897.57 1548.23 lineto +closepath stroke +grestore +% imicmcmc_imcicmcmc_iimicmcmc->imicmcm_imcicmcm_iimicmcm_icmcicmcm_icimicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 12302 1584 moveto +12315 1575 12331 1564 12345 1554 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 12347.1 1556.8 moveto +12353 1548 lineto +12342.9 1551.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 12347.1 1556.8 moveto +12353 1548 lineto +12342.9 1551.2 lineto +closepath stroke +grestore +% imicmcmc_imcicmcmc_iimicmcmc->imimmc_imcimmc_iimimmc_imicimmc_icmcimmc_icimimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 12357 1589 moveto +12370 1587 12385 1585 12398 1584 curveto +12470 1574 12657 1556 12788 1543 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 12788.4 1546.48 moveto +12798 1542 lineto +12787.7 1539.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 12788.4 1546.48 moveto +12798 1542 lineto +12787.7 1539.51 lineto +closepath stroke +grestore +% mcicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +11533 1530 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +11511 1525.9 moveto 44 (-cic-c-c) alignedtext +grestore +% imicmcmc_imcicmcmc_iimicmcmc->mcicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 12199 1589 moveto +12184 1587 12170 1585 12156 1584 curveto +11902 1557 11832 1599 11583 1548 curveto +11579 1547 11576 1547 11572 1546 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11573.56 1542.86 moveto +11563 1542 lineto +11570.72 1549.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11573.56 1542.86 moveto +11563 1542 lineto +11570.72 1549.26 lineto +closepath stroke +grestore +% icmmcm_iicmmcm_icicmmcm->cicmmcm_ccicmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 13218 1512 moveto +13218 1504 13218 1495 13218 1486 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 13221.48 1485.6 moveto +13217 1476 lineto +13214.51 1486.3 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 13221.48 1485.6 moveto +13217 1476 lineto +13214.51 1486.3 lineto +closepath stroke +grestore +% imimm_imcimm_iimimm_imicimm_icmcimm_icimimm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +13611 1458 150.79 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +13510.5 1453.9 moveto 201 (i-i--=i-ci--=ii-i--=i-ici--=ic-ci--=ici-i--) alignedtext +grestore +% icmmcm_iicmmcm_icicmmcm->imimm_imcimm_iimimm_imicimm_icmcimm_icimimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 13287 1517 moveto +13352 1506 13448 1488 13519 1475 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 13519.88 1478.39 moveto +13529 1473 lineto +13518.51 1471.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 13519.88 1478.39 moveto +13529 1473 lineto +13518.51 1471.53 lineto +closepath stroke +grestore +% imicmcm_imcicmcm_iimicmcm_icmcicmcm_icimicmcm->cimicmcm_ccimicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 12500 1517 moveto +12519 1515 12539 1514 12558 1512 curveto +12735 1495 12781 1501 12958 1476 curveto +12966 1475 12974 1473 12982 1472 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 12982.88 1475.39 moveto +12992 1470 lineto +12981.51 1468.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 12982.88 1475.39 moveto +12992 1470 lineto +12981.51 1468.53 lineto +closepath stroke +grestore +% imicmcm_imcicmcm_iimicmcm_icmcicmcm_icimicmcm->imimm_imcimm_iimimm_imicimm_icmcimm_icimimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 12496 1517 moveto +12516 1515 12538 1513 12558 1512 curveto +12954 1484 13054 1506 13451 1476 curveto +13465 1475 13480 1474 13495 1472 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 13495.4 1475.48 moveto +13505 1471 lineto +13494.7 1468.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 13495.4 1475.48 moveto +13505 1471 lineto +13494.7 1468.51 lineto +closepath stroke +grestore +% mcicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +12803 1458 36.83 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +12784.5 1453.9 moveto 37 (-cic-c-) alignedtext +grestore +% imicmcm_imcicmcm_iimicmcm_icmcicmcm_icimicmcm->mcicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 12505 1518 moveto +12578 1509 12670 1496 12752 1476 curveto +12756 1475 12760 1474 12764 1472 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 12765.43 1475.23 moveto +12774 1469 lineto +12763.42 1468.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 12765.43 1475.23 moveto +12774 1469 lineto +12763.42 1468.52 lineto +closepath stroke +grestore +% icmcmmc_iicmcmmc_icicmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9564 2250 107.9 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9494 2245.9 moveto 140 (ic-c--c=iic-c--c=icic-c--c) alignedtext +grestore +% icmcmmc_iicmcmmc_icicmcmmc->cicmcmmc_ccicmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9531 2233 moveto +9514 2223 9494 2210 9478 2196 curveto +9432 2155 9434 2132 9392 2088 curveto +9382 2078 9370 2066 9359 2057 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9361.1 2054.2 moveto +9351 2051 lineto +9356.9 2059.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9361.1 2054.2 moveto +9351 2051 lineto +9356.9 2059.8 lineto +closepath stroke +grestore +% icmcmm_iicmcmm_icicmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9581 2178 93.81 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9521.5 2173.9 moveto 119 (ic-c--=iic-c--=icic-c--) alignedtext +grestore +% icmcmmc_iicmcmmc_icicmcmmc->icmcmm_iicmcmm_icicmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9568 2232 moveto +9570 2224 9572 2215 9574 2206 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9577.48 2206.58 moveto +9577 2196 lineto +9570.77 2204.57 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9577.48 2206.58 moveto +9577 2196 lineto +9570.77 2204.57 lineto +closepath stroke +grestore +% imicmmc_imcicmmc_iimicmmc_icmcicmmc_icimicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10841 1674 171.14 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10725.5 1669.9 moveto 231 (i-ic--c=i-cic--c=ii-ic--c=ic-cic--c=ici-ic--c) alignedtext +grestore +% icmcmmc_iicmcmmc_icicmcmmc->imicmmc_imcicmmc_iimicmmc_icmcicmmc_icimicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9653 2240 moveto +10002 2200 11254 2046 11362 1908 curveto +11371 1895 11371 1885 11362 1872 curveto +11286 1762 11195 1835 11083 1764 curveto +11063 1751 11065 1739 11045 1728 curveto +11015 1711 10979 1699 10947 1691 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10947.49 1687.53 moveto +10937 1689 lineto +10946.12 1694.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10947.49 1687.53 moveto +10937 1689 lineto +10946.12 1694.39 lineto +closepath stroke +grestore +% icmcmm_iicmcmm_icicmcmm->cicmcmm_ccicmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9553 2161 moveto +9538 2151 9520 2138 9506 2124 curveto +9461 2081 9464 2058 9420 2016 curveto +9408 2005 9394 1994 9381 1985 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9383.1 1982.2 moveto +9373 1979 lineto +9378.9 1987.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9383.1 1982.2 moveto +9373 1979 lineto +9378.9 1987.8 lineto +closepath stroke +grestore +% icmc_iicmc_icicmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9590 2106 75.05 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9544 2101.9 moveto 92 (ic-c=iic-c=icic-c) alignedtext +grestore +% icmcmm_iicmcmm_icicmcmm->icmc_iicmc_icicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9583 2160 moveto +9584 2152 9585 2143 9586 2134 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9589.47 2134.49 moveto +9588 2124 lineto +9582.61 2133.12 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9589.47 2134.49 moveto +9588 2124 lineto +9582.61 2133.12 lineto +closepath stroke +grestore +% imicmm_imcicmm_iimicmm_icmcicmm_icimicmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10757 1602 148.01 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10658.5 1597.9 moveto 197 (i-ic--=i-cic--=ii-ic--=ic-cic--=ici-ic--) alignedtext +grestore +% icmcmm_iicmcmm_icicmcmm->imicmm_imcicmm_iimicmm_icmcicmm_icimicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9625 2162 moveto +9643 2153 9662 2141 9674 2124 curveto +9718 2056 9652 2011 9697 1944 curveto +9715 1917 10172 1665 10203 1656 curveto +10372 1602 10423 1638 10600 1620 curveto +10613 1618 10626 1617 10639 1615 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10639.4 1618.48 moveto +10649 1614 lineto +10638.7 1611.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10639.4 1618.48 moveto +10649 1614 lineto +10638.7 1611.51 lineto +closepath stroke +grestore +% imicmmc_imcicmmc_iimicmmc_icmcicmmc_icimicmmc->cimicmmc_ccimicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10880 1656 moveto +10903 1645 10931 1632 10956 1622 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10957.28 1625.26 moveto +10965 1618 lineto +10954.44 1618.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10957.28 1625.26 moveto +10965 1618 lineto +10954.44 1618.86 lineto +closepath stroke +grestore +% imicmmc_imcicmmc_iimicmmc_icmcicmmc_icimicmmc->imicmcmc_imcicmcmc_iimicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10959 1661 moveto +10979 1659 11001 1657 11021 1656 curveto +11524 1622 11653 1665 12156 1620 curveto +12167 1619 12178 1618 12189 1616 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 12189.4 1619.48 moveto +12199 1615 lineto +12188.7 1612.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 12189.4 1619.48 moveto +12199 1615 lineto +12188.7 1612.51 lineto +closepath stroke +grestore +% imicmmc_imcicmmc_iimicmmc_icmcicmmc_icimicmmc->imicmm_imcicmm_iimicmm_icmcicmm_icimicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10820 1656 moveto +10810 1647 10797 1636 10786 1627 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10787.83 1623.95 moveto +10778 1620 lineto +10783.22 1629.22 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10787.83 1623.95 moveto +10778 1620 lineto +10783.22 1629.22 lineto +closepath stroke +grestore +% mcicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10402 1602 36.83 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10383.5 1597.9 moveto 37 (-cic--c) alignedtext +grestore +% imicmmc_imcicmmc_iimicmmc_icmcicmmc_icimicmmc->mcicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10705 1663 moveto +10628 1655 10532 1642 10448 1620 curveto +10445 1619 10442 1618 10440 1617 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10440.58 1613.52 moveto +10430 1614 lineto +10438.57 1620.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10440.58 1613.52 moveto +10430 1614 lineto +10438.57 1620.23 lineto +closepath stroke +grestore +% icmc_iicmc_icicmc->cicmc_ccicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9570 2089 moveto +9558 2078 9544 2065 9534 2052 curveto +9498 2008 9465 1951 9448 1917 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9450.92 1915.04 moveto +9443 1908 lineto +9444.8 1918.44 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9450.92 1915.04 moveto +9443 1908 lineto +9444.8 1918.44 lineto +closepath stroke +grestore +% icm_iicm_icicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9604 2034 61.15 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9568 2029.9 moveto 72 (ic-=iic-=icic-) alignedtext +grestore +% icmc_iicmc_icicmc->icm_iicm_icicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9594 2088 moveto +9595 2080 9597 2071 9599 2062 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9602.47 2062.49 moveto +9601 2052 lineto +9595.61 2061.12 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9602.47 2062.49 moveto +9601 2052 lineto +9595.61 2061.12 lineto +closepath stroke +grestore +% immicmc_iimmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9823 2034 64.12 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9784.5 2029.9 moveto 77 (i--ic-c=ii--ic-c) alignedtext +grestore +% icmc_iicmc_icicmc->immicmc_iimmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9636 2092 moveto +9675 2080 9730 2063 9770 2050 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9771.43 2053.23 moveto +9780 2047 lineto +9769.42 2046.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9771.43 2053.23 moveto +9780 2047 lineto +9769.42 2046.52 lineto +closepath stroke +grestore +% imicmm_imcicmm_iimicmm_icmcicmm_icimicmm->cimicmm_ccimicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10757 1584 moveto +10757 1576 10757 1567 10757 1558 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10760.5 1558 moveto +10757 1548 lineto +10753.5 1558 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10760.5 1558 moveto +10757 1548 lineto +10753.5 1558 lineto +closepath stroke +grestore +% imicmm_imcicmm_iimicmm_icmcicmm_icimicmm->imicmcm_imcicmcm_iimicmcm_icmcicmcm_icimicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10859 1589 moveto +10877 1587 10896 1585 10914 1584 curveto +11426 1546 11555 1570 12069 1548 curveto +12118 1545 12171 1542 12220 1540 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 12220.4 1543.48 moveto +12230 1539 lineto +12219.7 1536.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 12220.4 1543.48 moveto +12230 1539 lineto +12219.7 1536.51 lineto +closepath stroke +grestore +% imic_imcic_iimic_icmcic_icimic_immimic_imcmmic_immcmcic_immcimic_imimmcic_imimimic_imicmmic_imcmmcic_imcimmic_icmmimic_icmcmmic_imicmmcic_imicimmic_imcmcmcic_imcmcimic_imcimmcic_imcimimic_imcicmmic_icmmcmcic_icmmcimic_icmcmmcic_icmcimmic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +11826 1458 845.87 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +11225 1453.9 moveto 1202 (i-ic=i-cic=ii-ic=ic-cic=ici-ic=i--i-ic=i-c--ic=i--c-cic=i--ci-ic=i-i--cic=i-i-i-ic=i-ic--ic=i-c--cic=i-ci--ic=ic--i-ic=ic-c--ic=i-ic--cic=i-ici--ic=i-c-c-cic=i-c-ci-ic=i-ci--cic=i-ci-i-ic=i-cic--ic=ic--c-cic=ic--ci-ic=ic-c--cic=ic-ci--ic) alignedtext +grestore +% imicmm_imcicmm_iimicmm_icmcicmm_icimicmm->imic_imcic_iimic_icmcic_icimic_immimic_imcmmic_immcmcic_immcimic_imimmcic_imimimic_imicmmic_imcmmcic_imcimmic_icmmimic_icmcmmic_imicmmcic_imicimmic_imcmcmcic_imcmcimic_imcimmcic_imcimimic_imcicmmic_icmmcmcic_icmmcimic_icmcmmcic_icmcimmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10846 1588 moveto +10965 1569 11179 1536 11364 1512 curveto +11458 1499 11565 1487 11651 1477 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11651.4 1480.48 moveto +11661 1476 lineto +11650.7 1473.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11651.4 1480.48 moveto +11661 1476 lineto +11650.7 1473.51 lineto +closepath stroke +grestore +% mcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10280 1530 31.96 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10265 1525.9 moveto 30 (-cic--) alignedtext +grestore +% imicmm_imcicmm_iimicmm_icmcicmm_icimicmm->mcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10650 1589 moveto +10526 1575 10336 1552 10321 1548 curveto +10318 1547 10316 1546 10314 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10314.58 1541.52 moveto +10304 1542 lineto +10312.57 1548.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10314.58 1541.52 moveto +10304 1542 lineto +10312.57 1548.23 lineto +closepath stroke +grestore +% immicm_iimmicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9761 1962 55.09 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9729 1957.9 moveto 64 (i--ic-=ii--ic-) alignedtext +grestore +% icm_iicm_icicm->immicm_iimmicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9637 2019 moveto +9661 2008 9694 1993 9720 1981 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9721.28 1984.26 moveto +9729 1977 lineto +9718.44 1977.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9721.28 1984.26 moveto +9729 1977 lineto +9718.44 1977.86 lineto +closepath stroke +grestore +% icm_iicm_icicm->cicm_ccicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9595 2016 moveto +9580 1985 9544 1919 9503 1872 curveto +9492 1860 9478 1849 9466 1840 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9468.1 1837.2 moveto +9458 1834 lineto +9463.9 1842.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9468.1 1837.2 moveto +9458 1834 lineto +9463.9 1842.8 lineto +closepath stroke +grestore +% immicmc_iimmicmc->icimmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9887 2032 moveto +10008 2028 10278 2016 10503 1980 curveto +10512 1979 10522 1976 10531 1974 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10532.43 1977.23 moveto +10541 1971 lineto +10530.42 1970.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10532.43 1977.23 moveto +10541 1971 lineto +10530.42 1970.52 lineto +closepath stroke +grestore +% immicmc_iimmicmc->immicm_iimmicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9808 2016 moveto +9800 2007 9791 1997 9783 1988 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9785.22 1985.22 moveto +9776 1980 lineto +9779.95 1989.83 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9785.22 1985.22 moveto +9776 1980 lineto +9779.95 1989.83 lineto +closepath stroke +grestore +% immcicmc_imcmcicmc_iimmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10382 1962 112.07 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10309 1957.9 moveto 146 (i--cic-c=i-c-cic-c=ii--cic-c) alignedtext +grestore +% immicmc_iimmicmc->immcicmc_imcmcicmc_iimmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9881 2026 moveto +9976 2014 10168 1989 10284 1974 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10284.4 1977.48 moveto +10294 1973 lineto +10283.7 1970.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10284.4 1977.48 moveto +10294 1973 lineto +10283.7 1970.51 lineto +closepath stroke +grestore +% mmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9621 1746 31.96 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9606 1741.9 moveto 30 (--ic-c) alignedtext +grestore +% immicmc_iimmicmc->mmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9828 2016 moveto +9832 1997 9835 1967 9825 1944 curveto +9814 1921 9801 1924 9783 1908 curveto +9731 1860 9674 1801 9643 1769 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9645.55 1766.6 moveto +9636 1762 lineto +9640.6 1771.55 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9645.55 1766.6 moveto +9636 1762 lineto +9640.6 1771.55 lineto +closepath stroke +grestore +% icmmcicmc->icmmcicm_iicmmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11988 1743 moveto +12084 1737 12323 1721 12521 1692 curveto +12529 1691 12536 1689 12544 1688 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 12544.88 1691.39 moveto +12554 1686 lineto +12543.51 1684.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 12544.88 1691.39 moveto +12554 1686 lineto +12543.51 1684.53 lineto +closepath stroke +grestore +% icmmcicmc->icmmcmc_iicmmcmc_icicmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11988 1745 moveto +12139 1739 12627 1720 12692 1692 curveto +12723 1678 12751 1649 12768 1628 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 12770.8 1630.1 moveto +12774 1620 lineto +12765.2 1625.9 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 12770.8 1630.1 moveto +12774 1620 lineto +12765.2 1625.9 lineto +closepath stroke +grestore +% imimicmc_imcimicmc_iimimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +11926 1674 104.23 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +11859 1669.9 moveto 134 (i-i-ic-c=i-ci-ic-c=ii-i-ic-c) alignedtext +grestore +% icmmcicmc->imimicmc_imcimicmc_iimimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11939 1728 moveto +11937 1720 11935 1711 11933 1702 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11936.23 1700.57 moveto +11930 1692 lineto +11929.52 1702.58 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11936.23 1700.57 moveto +11930 1692 lineto +11929.52 1702.58 lineto +closepath stroke +grestore +% icmmcicmc->cmmcicmc_ccmmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11988 1744 moveto +12057 1739 12187 1726 12215 1692 curveto +12225 1679 12225 1667 12215 1656 curveto +12139 1574 11817 1664 11716 1620 curveto +11694 1610 11699 1592 11678 1584 curveto +11530 1522 10397 1565 10239 1548 curveto +10231 1547 10224 1546 10216 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10216.49 1541.53 moveto +10206 1543 lineto +10215.12 1548.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10216.49 1541.53 moveto +10206 1543 lineto +10215.12 1548.39 lineto +closepath stroke +grestore +% imimicmc_imcimicmc_iimimicmc->cimimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11857 1661 moveto +11808 1650 11741 1636 11683 1620 curveto +11679 1619 11674 1617 11670 1616 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11670.58 1612.52 moveto +11660 1613 lineto +11668.57 1619.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11670.58 1612.52 moveto +11660 1613 lineto +11668.57 1619.23 lineto +closepath stroke +grestore +% imimicmc_imcimicmc_iimimicmc->imicmcmc_imcicmcmc_iimicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11993 1660 moveto +12052 1648 12136 1631 12197 1618 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 12197.88 1621.39 moveto +12207 1616 lineto +12196.51 1614.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 12197.88 1621.39 moveto +12207 1616 lineto +12196.51 1614.53 lineto +closepath stroke +grestore +% imimicmc_imcimicmc_iimimicmc->imimicm_imcimicm_iimimicm_icmcimicm_icimimicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11942 1656 moveto +11949 1647 11958 1637 11966 1628 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11969.05 1629.83 moveto +11973 1620 lineto +11963.78 1625.22 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11969.05 1629.83 moveto +11973 1620 lineto +11963.78 1625.22 lineto +closepath stroke +grestore +% mcimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +11420 1602 38.91 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +11400 1597.9 moveto 40 (-ci-ic-c) alignedtext +grestore +% imimicmc_imcimicmc_iimimicmc->mcimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11840 1664 moveto +11708 1648 11472 1621 11468 1620 curveto +11465 1619 11462 1618 11459 1617 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11459.58 1613.52 moveto +11449 1614 lineto +11457.57 1620.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11459.58 1613.52 moveto +11449 1614 lineto +11457.57 1620.23 lineto +closepath stroke +grestore +% cmmcicmc_ccmmcicmc->cmmcicm_ccmmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10088 1518 moveto +10077 1516 10067 1514 10057 1512 curveto +9968 1496 9865 1480 9797 1469 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9797.49 1465.53 moveto +9787 1467 lineto +9796.12 1472.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9797.49 1465.53 moveto +9787 1467 lineto +9796.12 1472.39 lineto +closepath stroke +grestore +% cmmcicmc_ccmmcicmc->cmmcmc_ccmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10114 1513 moveto +10092 1502 10064 1489 10041 1478 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10042.56 1474.86 moveto +10032 1474 lineto +10039.72 1481.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10042.56 1474.86 moveto +10032 1474 lineto +10039.72 1481.26 lineto +closepath stroke +grestore +% cmmcicmc_ccmmcicmc->mimicmc_cmimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10208 1518 moveto +10218 1516 10229 1514 10239 1512 curveto +10318 1496 10409 1480 10470 1470 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10470.88 1473.39 moveto +10480 1468 lineto +10469.51 1466.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10470.88 1473.39 moveto +10480 1468 lineto +10469.51 1466.53 lineto +closepath stroke +grestore +% cmmcimic_ccmmcimic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9881 1170 77.13 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9833.5 1165.9 moveto 95 (c--ci-ic=cc--ci-ic) alignedtext +grestore +% cmmcicmc_ccmmcicmc->cmmcimic_ccmmcimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10136 1512 moveto +10123 1493 10101 1462 10077 1440 curveto +10055 1420 10042 1424 10023 1404 curveto +9960 1340 9914 1244 9893 1197 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9896.26 1195.72 moveto +9889 1188 lineto +9889.86 1198.56 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9896.26 1195.72 moveto +9889 1188 lineto +9889.86 1198.56 lineto +closepath stroke +grestore +% imimicm_imcimicm_iimimicm_icmcimicm_icimimicm->cimimicm_ccimimicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11989 1584 moveto +11989 1576 11989 1567 11989 1558 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11992.5 1558 moveto +11989 1548 lineto +11985.5 1558 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11992.5 1558 moveto +11989 1548 lineto +11985.5 1558 lineto +closepath stroke +grestore +% imimicm_imcimicm_iimimicm_icmcimicm_icimimicm->imicmcm_imcicmcm_iimicmcm_icmcicmcm_icimicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 12072 1587 moveto +12134 1575 12218 1560 12283 1548 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 12283.88 1551.39 moveto +12293 1546 lineto +12282.51 1544.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 12283.88 1551.39 moveto +12293 1546 lineto +12282.51 1544.53 lineto +closepath stroke +grestore +% mcimicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +11440 1530 34.05 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +11423.5 1525.9 moveto 33 (-ci-ic-) alignedtext +grestore +% imimicm_imcimicm_iimimicm_icmcimicm_icimimicm->mcimicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11876 1589 moveto +11858 1588 11839 1586 11822 1584 curveto +11671 1567 11629 1585 11483 1548 curveto +11480 1547 11478 1546 11475 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11476.59 1541.84 moveto +11466 1542 lineto +11474.38 1548.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11476.59 1541.84 moveto +11466 1542 lineto +11474.38 1548.48 lineto +closepath stroke +grestore +% imimim_imcimim_iimimim_icmcimim_icimimim->cimimim_ccimimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11447 1729 moveto +11486 1717 11537 1702 11575 1690 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11576.43 1693.23 moveto +11585 1687 lineto +11574.42 1686.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11576.43 1693.23 moveto +11585 1687 lineto +11574.42 1686.52 lineto +closepath stroke +grestore +% imimim_imcimim_iimimim_icmcimim_icimimim->imicmmc_imcicmmc_iimicmmc_icmcicmmc_icimicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11296 1733 moveto +11202 1721 11059 1702 10959 1689 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10959.3 1685.51 moveto +10949 1688 lineto +10958.6 1692.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10959.3 1685.51 moveto +10949 1688 lineto +10958.6 1692.48 lineto +closepath stroke +grestore +% imimim_imcimim_iimimim_icmcimim_icimimim->imimicmc_imcimicmc_iimimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11488 1733 moveto +11586 1719 11737 1699 11834 1686 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11834.4 1689.48 moveto +11844 1685 lineto +11833.7 1682.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11834.4 1689.48 moveto +11844 1685 lineto +11833.7 1682.51 lineto +closepath stroke +grestore +% mcimim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +11243 1674 29.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +11230 1669.9 moveto 26 (-ci-i-) alignedtext +grestore +% imimim_imcimim_iimimim_icmcimim_icimimim->mcimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11357 1729 moveto +11332 1717 11299 1701 11275 1689 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11276.56 1685.86 moveto +11266 1685 lineto +11273.72 1692.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11276.56 1685.86 moveto +11266 1685 lineto +11273.72 1692.26 lineto +closepath stroke +grestore +% imimmc_imcimmc_iimimmc_imicimmc_icmcimmc_icimimmc->cimimmc_ccimimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 13042 1516 moveto +13115 1506 13213 1492 13299 1476 curveto +13304 1475 13310 1474 13315 1472 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 13315.88 1475.39 moveto +13325 1470 lineto +13314.51 1468.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 13315.88 1475.39 moveto +13325 1470 lineto +13314.51 1468.53 lineto +closepath stroke +grestore +% imimmc_imcimmc_iimimmc_imicimmc_icmcimmc_icimimmc->imimm_imcimm_iimimm_imicimm_icmcimm_icimimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 13054 1517 moveto +13160 1506 13315 1491 13451 1476 curveto +13464 1474 13477 1473 13491 1471 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 13491.4 1474.48 moveto +13501 1470 lineto +13490.7 1467.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 13491.4 1474.48 moveto +13501 1470 lineto +13490.7 1467.51 lineto +closepath stroke +grestore +% imimmc_imcimmc_iimimmc_imicimmc_icmcimmc_icimimmc->imic_imcic_iimic_icmcic_icimic_immimic_imcmmic_immcmcic_immcimic_imimmcic_imimimic_imicmmic_imcmmcic_imcimmic_icmmimic_icmcmmic_imicmmcic_imicimmic_imcmcmcic_imcmcimic_imcimmcic_imcimimic_imcicmmic_icmmcmcic_icmmcimic_icmcmmcic_icmcimmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 12802 1517 moveto +12781 1515 12760 1513 12740 1512 curveto +12552 1497 12341 1485 12170 1476 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 12170.3 1472.51 moveto +12160 1475 lineto +12169.6 1479.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 12170.3 1472.51 moveto +12160 1475 lineto +12169.6 1479.48 lineto +closepath stroke +grestore +% mcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +13812 1458 31.96 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +13797 1453.9 moveto 30 (-ci--c) alignedtext +grestore +% imimmc_imcimmc_iimimmc_imicimmc_icmcimmc_icimimmc->mcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 13053 1517 moveto +13074 1515 13096 1513 13116 1512 curveto +13406 1490 13487 1543 13771 1476 curveto +13774 1476 13776 1475 13779 1474 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 13780.28 1477.26 moveto +13788 1470 lineto +13777.44 1470.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 13780.28 1477.26 moveto +13788 1470 lineto +13777.44 1470.86 lineto +closepath stroke +grestore +% imimm_imcimm_iimimm_imicimm_icmcimm_icimimm->cimimm_ccimimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 13609 1440 moveto +13608 1432 13607 1423 13606 1414 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 13609.39 1413.12 moveto +13604 1404 lineto +13602.53 1414.49 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 13609.39 1413.12 moveto +13604 1404 lineto +13602.53 1414.49 lineto +closepath stroke +grestore +% imi_imci_iimi_imici_icmci_icimi_immimi_imcmmi_immcmci_immcimi_imimmci_imimimi_imicmmi_imcmmci_imcimmi_icmmimi_icmcmmi_imicmmci_imicimmi_imcmmici_imcmcmci_imcmcimi_imcimmci_imcimimi_imcicmmi_icmmcmci_icmmcimi_icmcmmci_icmcimmi_imicmmici_imicmcmci_imicimmci_imcimmici_imcicmmci_icmcmmici_icmcmcmci_icmcmcimi_icmcimmci_icmcimimi_icmcicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +12108 1386 1152.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +11287 1381.9 moveto 1642 (i-i=i-ci=ii-i=i-ici=ic-ci=ici-i=i--i-i=i-c--i=i--c-ci=i--ci-i=i-i--ci=i-i-i-i=i-ic--i=i-c--ci=i-ci--i=ic--i-i=ic-c--i=i-ic--ci=i-ici--i=i-c--ici=i-c-c-ci=i-c-ci-i=i-ci--ci=i-ci-i-i=i-cic--i=ic--c-ci=ic--ci-i=ic-c--ci=ic-ci--i=i-ic--ici=i-ic-c-ci=i-ici--ci=i-ci--ici=i-cic--ci=ic-c--ici=ic-c-c-ci=ic-c-ci-i=ic-ci--ci=ic-ci-i-i=ic-cic--i) alignedtext +grestore +% imimm_imcimm_iimimm_imicimm_icmcimm_icimimm->imi_imci_iimi_imici_icmci_icimi_immimi_imcmmi_immcmci_immcimi_imimmci_imimimi_imicmmi_imcmmci_imcimmi_icmmimi_icmcmmi_imicmmci_imicimmi_imcmmici_imcmcmci_imcmcimi_imcimmci_imcimimi_imcicmmi_icmmcmci_icmmcimi_icmcmmci_icmcimmi_imicmmici_imicmcmci_imicimmci_imcimmici_imcicmmci_icmcmmici_icmcmcmci_icmcmcimi_icmcimmci_icmcimimi_icmcicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 13506 1445 moveto +13488 1443 13469 1441 13451 1440 curveto +13217 1422 12960 1409 12733 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 12733 1397.5 moveto +12723 1401 lineto +12733 1404.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 12733 1397.5 moveto +12723 1401 lineto +12733 1404.5 lineto +closepath stroke +grestore +% mcimm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +13869 1386 27.1 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +13857.5 1381.9 moveto 23 (-ci--) alignedtext +grestore +% imimm_imcimm_iimimm_imicimm_icmcimm_icimimm->mcimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 13691 1443 moveto +13734 1433 13787 1420 13833 1404 curveto +13835 1403 13837 1402 13839 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 13840.28 1404.26 moveto +13848 1397 lineto +13837.44 1397.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 13840.28 1404.26 moveto +13848 1397 lineto +13837.44 1397.86 lineto +closepath stroke +grestore +% icmmim_iicmmim_icicmmim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9511 2322 86.17 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9457 2317.9 moveto 108 (ic--i-=iic--i-=icic--i-) alignedtext +grestore +% icmmim_iicmmim_icicmmim->cicmmim_ccicmmim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9486 2305 moveto +9474 2295 9458 2282 9447 2268 curveto +9412 2225 9425 2201 9390 2160 curveto +9380 2148 9366 2137 9354 2129 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9355.26 2125.63 moveto +9345 2123 lineto +9351.38 2131.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9355.26 2125.63 moveto +9345 2123 lineto +9351.38 2131.46 lineto +closepath stroke +grestore +% icmmim_iicmmim_icicmmim->icmmicim_iicmmicim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9576 2310 moveto +9729 2282 10125 2207 10451 2124 curveto +10632 2078 10843 2011 10939 1979 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10940.43 1982.23 moveto +10949 1976 lineto +10938.42 1975.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10940.43 1982.23 moveto +10949 1976 lineto +10938.42 1975.52 lineto +closepath stroke +grestore +% icmmim_iicmmim_icicmmim->icmcmmc_iicmcmmc_icicmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9524 2304 moveto +9530 2296 9538 2285 9545 2276 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9547.8 2278.1 moveto +9551 2268 lineto +9542.2 2273.9 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9547.8 2278.1 moveto +9551 2268 lineto +9542.2 2273.9 lineto +closepath stroke +grestore +% immicm_iimmicm->icimmicm_iicimmicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9815 1958 moveto +9928 1950 10196 1930 10422 1908 curveto +10448 1905 10477 1902 10503 1899 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10503.4 1902.48 moveto +10513 1898 lineto +10502.7 1895.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10503.4 1902.48 moveto +10513 1898 lineto +10502.7 1895.51 lineto +closepath stroke +grestore +% immcicm_imcmcicm_iimmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10315 1890 97.98 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10252.5 1885.9 moveto 125 (i--cic-=i-c-cic-=ii--cic-) alignedtext +grestore +% immicm_iimmicm->immcicm_imcmcicm_iimmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9813 1956 moveto +9897 1947 10065 1928 10208 1908 curveto +10216 1907 10225 1905 10234 1904 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10234.88 1907.39 moveto +10244 1902 lineto +10233.51 1900.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10234.88 1907.39 moveto +10244 1902 lineto +10233.51 1900.53 lineto +closepath stroke +grestore +% mmicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9473 1674 27.1 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9461.5 1669.9 moveto 23 (--ic-) alignedtext +grestore +% immicm_iimmicm->mmicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9744 1945 moveto +9694 1895 9552 1753 9495 1696 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9497.55 1693.6 moveto +9488 1689 lineto +9492.6 1698.55 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9497.55 1693.6 moveto +9488 1689 lineto +9492.6 1698.55 lineto +closepath stroke +grestore +% cicm_ccicm->cimmicm_ccimmicm_cicimmicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9482 1813 moveto +9604 1802 9930 1771 10097 1756 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10097.4 1759.48 moveto +10107 1755 lineto +10096.7 1752.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10097.4 1759.48 moveto +10107 1755 lineto +10096.7 1752.51 lineto +closepath stroke +grestore +% mmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9104 1530 31.96 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9089 1525.9 moveto 30 (--cic-) alignedtext +grestore +% cicm_ccicm->mmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9410 1802 moveto +9362 1771 9253 1697 9175 1620 curveto +9154 1600 9134 1574 9121 1555 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9123.8 1552.9 moveto +9115 1547 lineto +9118.2 1557.1 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9123.8 1552.9 moveto +9115 1547 lineto +9118.2 1557.1 lineto +closepath stroke +grestore +% cm_ccm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +8859 1530 37.02 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +8840 1525.9 moveto 38 (c-=cc-) alignedtext +grestore +% cicm_ccicm->cm_ccm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9399 1805 moveto +9372 1794 9334 1779 9301 1764 curveto +9144 1691 8964 1590 8892 1549 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 8893.44 1545.8 moveto +8883 1544 lineto +8890.04 1551.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 8893.44 1545.8 moveto +8883 1544 lineto +8890.04 1551.92 lineto +closepath stroke +grestore +% mcicmcmc->cmcicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11503 1517 moveto +11497 1515 11490 1513 11483 1512 curveto +11184 1451 11101 1513 10799 1476 curveto +10785 1474 10770 1471 10756 1469 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10756.49 1465.53 moveto +10746 1467 lineto +10755.12 1472.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10756.49 1465.53 moveto +10746 1467 lineto +10755.12 1472.39 lineto +closepath stroke +grestore +% mcicmcmc->mcicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11562 1517 moveto +11569 1515 11576 1513 11583 1512 curveto +12093 1414 12241 1571 12752 1476 curveto +12756 1475 12760 1474 12764 1473 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 12765.43 1476.23 moveto +12774 1470 lineto +12763.42 1469.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 12765.43 1476.23 moveto +12774 1470 lineto +12763.42 1469.52 lineto +closepath stroke +grestore +% mcicmcmc->mcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11562 1517 moveto +11569 1515 11576 1513 11583 1512 curveto +11822 1468 13533 1527 13771 1476 curveto +13774 1476 13776 1475 13779 1474 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 13780.28 1477.26 moveto +13788 1470 lineto +13777.44 1470.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 13780.28 1477.26 moveto +13788 1470 lineto +13777.44 1470.86 lineto +closepath stroke +grestore +% mcicmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10718 1026 43.78 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10694.5 1021.9 moveto 47 (-cic-c-ci) alignedtext +grestore +% mcicmcmc->mcicmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11562 1517 moveto +11569 1515 11576 1513 11583 1512 curveto +11724 1485 12744 1528 12879 1476 curveto +12901 1467 12897 1449 12920 1440 curveto +13077 1371 13148 1475 13305 1404 curveto +13383 1367 13440 1286 13380 1224 curveto +13334 1177 12276 1190 12212 1188 curveto +11623 1162 11456 1272 10889 1116 curveto +10875 1112 10799 1071 10753 1046 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10754.44 1042.8 moveto +10744 1041 lineto +10751.04 1048.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10754.44 1042.8 moveto +10744 1041 lineto +10751.04 1048.92 lineto +closepath stroke +grestore +% mcicmmic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10937 1098 38.91 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10917 1093.9 moveto 40 (-cic--ic) alignedtext +grestore +% mcicmcmc->mcicmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11562 1517 moveto +11569 1515 11576 1513 11583 1512 curveto +11729 1484 12781 1528 12920 1476 curveto +12943 1467 12939 1449 12963 1440 curveto +13017 1418 13451 1447 13492 1404 curveto +13509 1385 13524 1272 13470 1224 curveto +13420 1179 11127 1122 11061 1116 curveto +11035 1113 11007 1109 10984 1106 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10984.49 1102.53 moveto +10974 1104 lineto +10983.12 1109.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10984.49 1102.53 moveto +10974 1104 lineto +10983.12 1109.39 lineto +closepath stroke +grestore +% mcicmcm->cmcicmcm_ccmcicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 12768 1452 moveto +12744 1447 12710 1442 12681 1440 curveto +11856 1371 11641 1492 10819 1404 curveto +10811 1403 10804 1402 10796 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10796.49 1397.53 moveto +10786 1399 lineto +10795.12 1404.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10796.49 1397.53 moveto +10786 1399 lineto +10795.12 1404.39 lineto +closepath stroke +grestore +% mcicmcm->mcimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 12839 1453 moveto +12871 1449 12920 1443 12963 1440 curveto +13155 1425 13645 1452 13833 1404 curveto +13835 1403 13837 1402 13839 1402 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 13841.02 1404.96 moveto +13849 1398 lineto +13838.42 1398.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 13841.02 1404.96 moveto +13849 1398 lineto +13838.42 1398.46 lineto +closepath stroke +grestore +% mcicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10744 882 34.05 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10727.5 877.9 moveto 33 (-cic--i) alignedtext +grestore +% mcicmcm->mcicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 12829 1445 moveto +12834 1443 12839 1441 12844 1440 curveto +12891 1427 13251 1440 13285 1404 curveto +13295 1392 13295 1380 13285 1368 curveto +13260 1338 12983 1302 12946 1296 curveto +12207 1170 11985 1293 11279 1044 curveto +11162 1002 11141 971 11023 936 curveto +10979 923 10854 900 10787 889 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10787.49 885.53 moveto +10777 887 lineto +10786.12 892.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10787.49 885.53 moveto +10777 887 lineto +10786.12 892.39 lineto +closepath stroke +grestore +% mcicmmc->cmcicmmc_ccmcicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10405 1584 moveto +10406 1576 10407 1567 10408 1558 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10411.49 1558.3 moveto +10409 1548 lineto +10404.52 1557.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10411.49 1558.3 moveto +10409 1548 lineto +10404.52 1557.6 lineto +closepath stroke +grestore +% mcicmmc->mcicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10429 1589 moveto +10435 1587 10442 1585 10448 1584 curveto +10898 1490 11031 1635 11483 1548 curveto +11487 1547 11490 1546 11493 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11494.43 1548.23 moveto +11503 1542 lineto +11492.42 1541.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11494.43 1548.23 moveto +11503 1542 lineto +11492.42 1541.52 lineto +closepath stroke +grestore +% mcicmmc->mcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10378 1588 moveto +10359 1577 10332 1561 10311 1548 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10312.44 1544.8 moveto +10302 1543 lineto +10309.04 1550.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10312.44 1544.8 moveto +10302 1543 lineto +10309.04 1550.92 lineto +closepath stroke +grestore +% mcicmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10856 1170 43.78 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10832.5 1165.9 moveto 47 (-cic--cic) alignedtext +grestore +% mcicmmc->mcicmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10430 1590 moveto +10436 1588 10442 1586 10448 1584 curveto +10521 1561 10567 1606 10617 1548 curveto +10668 1487 10609 1446 10626 1368 curveto +10633 1334 10632 1322 10654 1296 curveto +10696 1243 10768 1205 10814 1186 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10815.28 1189.26 moveto +10823 1182 lineto +10812.44 1182.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10815.28 1189.26 moveto +10823 1182 lineto +10812.44 1182.86 lineto +closepath stroke +grestore +% imic_imcic_iimic_icmcic_icimic_immimic_imcmmic_immcmcic_immcimic_imimmcic_imimimic_imicmmic_imcmmcic_imcimmic_icmmimic_icmcmmic_imicmmcic_imicimmic_imcmcmcic_imcmcimic_imcimmcic_imcimimic_imcicmmic_icmmcmcic_icmmcimic_icmcmmcic_icmcimmic->cimic_ccimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11438 1442 moveto +11248 1433 11040 1419 10947 1404 curveto +10942 1403 10938 1402 10933 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10933.49 1397.53 moveto +10923 1399 lineto +10932.12 1404.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10933.49 1397.53 moveto +10923 1399 lineto +10932.12 1404.39 lineto +closepath stroke +grestore +% imic_imcic_iimic_icmcic_icimic_immimic_imcmmic_immcmcic_immcimic_imimmcic_imimimic_imicmmic_imcmmcic_imcimmic_icmmimic_icmcmmic_imicmmcic_imicimmic_imcmcmcic_imcmcimic_imcimmcic_imcimimic_imcicmmic_icmmcmcic_icmmcimic_icmcmmcic_icmcimmic->imi_imci_iimi_imici_icmci_icimi_immimi_imcmmi_immcmci_immcimi_imimmci_imimimi_imicmmi_imcmmci_imcimmi_icmmimi_icmcmmi_imicmmci_imicimmi_imcmmici_imcmcmci_imcmcimi_imcimmci_imcimimi_imcicmmi_icmmcmci_icmmcimi_icmcmmci_icmcimmi_imicmmici_imicmcmci_imicimmci_imcimmici_imcicmmci_icmcmmici_icmcmcmci_icmcmcimi_icmcimmci_icmcimimi_icmcicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11896 1440 moveto +11936 1430 11987 1417 12028 1406 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 12028.88 1409.39 moveto +12038 1404 lineto +12027.51 1402.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 12028.88 1409.39 moveto +12038 1404 lineto +12027.51 1402.53 lineto +closepath stroke +grestore +% mmimic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9671 1386 29.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9658 1381.9 moveto 26 (--i-ic) alignedtext +grestore +% imic_imcic_iimic_icmcic_icimic_immimic_imcmmic_immcmcic_immcimic_imimmcic_imimimic_imicmmic_imcmmcic_imcimmic_icmmimic_icmcmmic_imicmmcic_imicimmic_imcmcmcic_imcmcimic_imcimmcic_imcimimic_imcicmmic_icmmcmcic_icmmcimic_icmcmmcic_icmcimmic->mmimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11275 1444 moveto +10918 1435 10443 1421 10023 1404 curveto +9909 1399 9775 1392 9710 1389 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9710.3 1385.51 moveto +9700 1388 lineto +9709.6 1392.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9710.3 1385.51 moveto +9700 1388 lineto +9709.6 1392.48 lineto +closepath stroke +grestore +% mcicmm->cmcicmm_ccmcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10262 1515 moveto +10251 1506 10237 1493 10225 1482 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10226.83 1478.95 moveto +10217 1475 lineto +10222.22 1484.22 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10226.83 1478.95 moveto +10217 1475 lineto +10222.22 1484.22 lineto +closepath stroke +grestore +% mcicmm->mcicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10303 1518 moveto +10309 1515 10315 1513 10321 1512 curveto +10577 1456 12419 1497 12681 1476 curveto +12706 1473 12735 1469 12758 1466 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 12758.88 1469.39 moveto +12768 1464 lineto +12757.51 1462.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 12758.88 1469.39 moveto +12768 1464 lineto +12757.51 1462.53 lineto +closepath stroke +grestore +% mcic_mmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9266 954 52.12 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9236.5 949.9 moveto 59 (-cic=---cic) alignedtext +grestore +% mcicmm->mcic_mmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10256 1518 moveto +10251 1515 10245 1513 10239 1512 curveto +10110 1480 9764 1528 9643 1476 curveto +9621 1466 9625 1450 9605 1440 curveto +9536 1406 8995 1371 8931 1332 curveto +8806 1256 8758 1085 8882 1008 curveto +8934 975 9110 962 9204 957 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9204.4 960.48 moveto +9214 956 lineto +9203.7 953.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9204.4 960.48 moveto +9214 956 lineto +9203.7 953.51 lineto +closepath stroke +grestore +% imi_imci_iimi_imici_icmci_icimi_immimi_imcmmi_immcmci_immcimi_imimmci_imimimi_imicmmi_imcmmci_imcimmi_icmmimi_icmcmmi_imicmmci_imicimmi_imcmmici_imcmcmci_imcmcimi_imcimmci_imcimimi_imcicmmi_icmmcmci_icmmcimi_icmcmmci_icmcimmi_imicmmici_imicmcmci_imicimmci_imcimmici_imcicmmci_icmcmmici_icmcmcmci_icmcmcimi_icmcimmci_icmcimimi_icmcicmmi->cimi_ccimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11931 1368 moveto +11772 1353 11549 1330 11447 1320 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11447.3 1316.51 moveto +11437 1319 lineto +11446.6 1323.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11447.3 1316.51 moveto +11437 1319 lineto +11446.6 1323.48 lineto +closepath stroke +grestore +% mmimi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9653 1314 27 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9643 1309.9 moveto 20 (--i-i) alignedtext +grestore +% imi_imci_iimi_imici_icmci_icimi_immimi_imcmmi_immcmci_immcimi_imimmci_imimimi_imicmmi_imcmmci_imcimmi_icmmimi_icmcmmi_imicmmci_imicimmi_imcmmici_imcmcmci_imcmcimi_imcimmci_imcimimi_imcicmmi_icmmcmci_icmmcimi_icmcmmci_icmcimmi_imicmmici_imicmcmci_imicimmci_imcimmici_imcicmmci_icmcmmici_icmcmcmci_icmcmcimi_icmcimmci_icmcimimi_icmcicmmi->mmimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11334 1373 moveto +10642 1360 9729 1342 9689 1332 curveto +9687 1332 9685 1331 9682 1330 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9683.56 1326.86 moveto +9673 1326 lineto +9680.72 1333.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9683.56 1326.86 moveto +9673 1326 lineto +9680.72 1333.26 lineto +closepath stroke +grestore +% mmimic->mmimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9667 1368 moveto +9665 1360 9662 1351 9660 1342 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9663.23 1340.57 moveto +9657 1332 lineto +9656.52 1342.58 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9663.23 1340.57 moveto +9657 1332 lineto +9656.52 1342.58 lineto +closepath stroke +grestore +% mmimic->cmmimic_ccmmimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9649 1374 moveto +9630 1363 9602 1347 9580 1335 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9581.44 1331.8 moveto +9571 1330 lineto +9578.04 1337.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9581.44 1331.8 moveto +9571 1330 lineto +9578.04 1337.92 lineto +closepath stroke +grestore +% mcmcimic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9737 1314 38.91 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9717 1309.9 moveto 40 (-c-ci-ic) alignedtext +grestore +% mmimic->mcmcimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9686 1370 moveto +9694 1360 9705 1349 9715 1338 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9717.4 1340.55 moveto +9722 1331 lineto +9712.45 1335.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9717.4 1340.55 moveto +9722 1331 lineto +9712.45 1335.6 lineto +closepath stroke +grestore +% mcmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9071 1314 36.83 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9052.5 1309.9 moveto 37 (-c--cic) alignedtext +grestore +% mmimic->mcmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9648 1375 moveto +9641 1372 9635 1370 9628 1368 curveto +9532 1344 9234 1323 9118 1317 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9118.3 1313.51 moveto +9108 1316 lineto +9117.6 1320.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9118.3 1313.51 moveto +9108 1316 lineto +9117.6 1320.48 lineto +closepath stroke +grestore +% mcimicmc->cmcimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11390 1590 moveto +11382 1588 11375 1586 11367 1584 curveto +11214 1550 11030 1537 10940 1532 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10940 1528.5 moveto +10930 1532 lineto +10940 1535.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10940 1528.5 moveto +10930 1532 lineto +10940 1535.5 lineto +closepath stroke +grestore +% mcimicmc->mcicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11443 1587 moveto +11459 1577 11482 1562 11501 1550 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11502.38 1553.27 moveto +11509 1545 lineto +11498.66 1547.33 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11502.38 1553.27 moveto +11509 1545 lineto +11498.66 1547.33 lineto +closepath stroke +grestore +% mcimicmc->mcimicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11425 1584 moveto +11427 1576 11430 1567 11432 1558 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11435.48 1558.58 moveto +11435 1548 lineto +11428.77 1556.57 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11435.48 1558.58 moveto +11435 1548 lineto +11428.77 1556.57 lineto +closepath stroke +grestore +% mcimimic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10573 1242 36.13 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10555 1237.9 moveto 36 (-ci-i-ic) alignedtext +grestore +% mcimicmc->mcimimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11407 1585 moveto +11394 1565 11378 1531 11397 1512 curveto +11446 1460 12611 1492 12681 1476 curveto +12717 1467 12720 1449 12757 1440 curveto +12812 1425 13230 1445 13269 1404 curveto +13279 1392 13280 1379 13269 1368 curveto +13173 1268 10968 1245 10619 1242 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10619 1238.5 moveto +10609 1242 lineto +10619 1245.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10619 1238.5 moveto +10609 1242 lineto +10619 1245.5 lineto +closepath stroke +grestore +% mcimicm->cmcimicm_ccmcimicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11406 1527 moveto +11329 1520 11133 1502 10971 1476 curveto +10965 1475 10958 1473 10952 1472 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10952.49 1468.53 moveto +10942 1470 lineto +10951.12 1475.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10952.49 1468.53 moveto +10942 1470 lineto +10951.12 1475.39 lineto +closepath stroke +grestore +% mcimicm->mcicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11465 1518 moveto +11470 1515 11477 1513 11483 1512 curveto +11758 1452 12474 1527 12752 1476 curveto +12756 1475 12760 1474 12764 1473 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 12765.43 1476.23 moveto +12774 1470 lineto +12763.42 1469.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 12765.43 1476.23 moveto +12774 1470 lineto +12763.42 1469.52 lineto +closepath stroke +grestore +% mcimimi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10582 1170 30.77 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10567.5 1165.9 moveto 29 (-ci-i-i) alignedtext +grestore +% mcimicm->mcimimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11465 1518 moveto +11470 1515 11477 1513 11483 1512 curveto +11631 1480 12706 1529 12849 1476 curveto +12872 1467 12868 1449 12892 1440 curveto +12984 1402 13272 1477 13340 1404 curveto +13356 1386 13329 1314 13323 1296 curveto +13310 1262 13315 1242 13285 1224 curveto +13221 1185 10694 1204 10622 1188 curveto +10619 1188 10617 1187 10614 1186 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10615.56 1182.86 moveto +10605 1182 lineto +10612.72 1189.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10615.56 1182.86 moveto +10605 1182 lineto +10612.72 1189.26 lineto +closepath stroke +grestore +% mcimim->cmcimim_ccmcimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11220 1663 moveto +11214 1660 11207 1657 11200 1656 curveto +10939 1595 10864 1658 10600 1620 curveto +10594 1619 10588 1618 10583 1617 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10583.58 1613.52 moveto +10573 1614 lineto +10581.57 1620.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10583.58 1613.52 moveto +10573 1614 lineto +10581.57 1620.23 lineto +closepath stroke +grestore +% mcimim->mcicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11220 1663 moveto +11214 1660 11207 1657 11200 1656 curveto +10873 1582 10775 1689 10448 1620 curveto +10445 1620 10442 1619 10439 1618 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10440.56 1614.86 moveto +10430 1614 lineto +10437.72 1621.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10440.56 1614.86 moveto +10430 1614 lineto +10437.72 1621.26 lineto +closepath stroke +grestore +% mcimim->mcimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11267 1663 moveto +11273 1661 11280 1658 11286 1656 curveto +11317 1643 11354 1628 11381 1618 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11382.28 1621.26 moveto +11390 1614 lineto +11379.44 1614.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11382.28 1621.26 moveto +11390 1614 lineto +11379.44 1614.86 lineto +closepath stroke +grestore +% mcimmc->cmcimmc_ccmcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 13798 1442 moveto +13790 1433 13781 1421 13773 1412 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 13775.22 1409.22 moveto +13766 1404 lineto +13769.95 1413.83 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 13775.22 1409.22 moveto +13766 1404 lineto +13769.95 1413.83 lineto +closepath stroke +grestore +% mcimmc->mcimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 13825 1441 moveto +13832 1432 13842 1420 13850 1410 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 13852.8 1412.1 moveto +13856 1402 lineto +13847.2 1407.9 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 13852.8 1412.1 moveto +13856 1402 lineto +13847.2 1407.9 lineto +closepath stroke +grestore +% mcimmcic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +11109 1098 38.91 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +11089 1093.9 moveto 40 (-ci--cic) alignedtext +grestore +% mcimmc->mcimmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 13841 1450 moveto +13863 1442 13891 1428 13905 1404 curveto +13912 1390 13914 1381 13905 1368 curveto +13799 1217 13290 1170 13108 1152 curveto +12712 1111 11427 1100 11158 1098 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11158 1094.5 moveto +11148 1098 lineto +11158 1101.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11158 1094.5 moveto +11148 1098 lineto +11158 1101.5 lineto +closepath stroke +grestore +% mcimm->cmcimm_ccmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 13848 1374 moveto +13843 1372 13838 1370 13833 1368 curveto +13773 1346 13702 1332 13652 1324 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 13652.49 1320.53 moveto +13642 1322 lineto +13651.12 1327.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 13652.49 1320.53 moveto +13642 1322 lineto +13651.12 1327.39 lineto +closepath stroke +grestore +% mcimmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +11177 810 29.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +11164 805.9 moveto 26 (-ci--i) alignedtext +grestore +% mcimm->mcimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 13851 1373 moveto +13807 1342 13691 1263 13584 1224 curveto +13426 1165 13378 1181 13214 1152 curveto +12408 1006 11419 848 11215 816 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11215.49 812.53 moveto +11205 814 lineto +11214.12 819.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11215.49 812.53 moveto +11205 814 lineto +11214.12 819.39 lineto +closepath stroke +grestore +% mmimi->cmmimi_ccmmimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9674 1303 moveto +9679 1300 9684 1298 9689 1296 curveto +9713 1284 9740 1272 9762 1261 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9763.28 1264.26 moveto +9771 1257 lineto +9760.44 1257.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9763.28 1264.26 moveto +9771 1257 lineto +9760.44 1257.86 lineto +closepath stroke +grestore +% mcmcimi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9426 1242 34.05 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9409.5 1237.9 moveto 33 (-c-ci-i) alignedtext +grestore +% mmimi->mcmcimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9632 1302 moveto +9627 1300 9622 1298 9617 1296 curveto +9553 1272 9533 1281 9469 1260 curveto +9467 1259 9464 1258 9462 1257 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9462.58 1253.52 moveto +9452 1254 lineto +9460.57 1260.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9462.58 1253.52 moveto +9452 1254 lineto +9460.57 1260.23 lineto +closepath stroke +grestore +% mcmmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9128 1242 31.96 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9113 1237.9 moveto 30 (-c--ci) alignedtext +grestore +% mmimi->mcmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9633 1302 moveto +9628 1299 9622 1297 9617 1296 curveto +9424 1242 9362 1308 9169 1260 curveto +9166 1260 9164 1259 9161 1258 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9162.56 1254.86 moveto +9152 1254 lineto +9159.72 1261.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9162.56 1254.86 moveto +9152 1254 lineto +9159.72 1261.26 lineto +closepath stroke +grestore +% immcicmc_imcmcicmc_iimmcicmc->cimmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10468 1950 moveto +10487 1948 10507 1946 10526 1944 curveto +10612 1934 10838 1946 10916 1908 curveto +10935 1898 10931 1884 10949 1872 curveto +10986 1846 11018 1873 11044 1836 curveto +11059 1814 11040 1787 11021 1769 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11022.83 1765.95 moveto +11013 1762 lineto +11018.22 1771.22 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11022.83 1765.95 moveto +11013 1762 lineto +11018.22 1771.22 lineto +closepath stroke +grestore +% immcicmc_imcmcicmc_iimmcicmc->icmmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10466 1950 moveto +10486 1948 10507 1945 10526 1944 curveto +11058 1899 11212 1990 11724 1836 curveto +11789 1816 11863 1784 11906 1764 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11907.28 1767.26 moveto +11915 1760 lineto +11904.44 1760.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11907.28 1767.26 moveto +11915 1760 lineto +11904.44 1760.86 lineto +closepath stroke +grestore +% immcicmc_imcmcicmc_iimmcicmc->immcicm_imcmcicm_iimmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10365 1944 moveto +10357 1935 10348 1925 10339 1916 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10341.22 1913.22 moveto +10332 1908 lineto +10335.95 1917.83 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10341.22 1913.22 moveto +10332 1908 lineto +10335.95 1917.83 lineto +closepath stroke +grestore +% immcmc_imcmcmc_iimmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10482 1818 91.22 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10424 1813.9 moveto 116 (i--c-c=i-c-c-c=ii--c-c) alignedtext +grestore +% immcicmc_imcmcicmc_iimmcicmc->immcmc_imcmcmc_iimmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10395 1944 moveto +10403 1934 10413 1920 10422 1908 curveto +10436 1887 10452 1863 10464 1845 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10467.37 1846.26 moveto +10470 1836 lineto +10461.54 1842.38 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10467.37 1846.26 moveto +10470 1836 lineto +10461.54 1842.38 lineto +closepath stroke +grestore +% mcmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9597 1674 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9575 1669.9 moveto 44 (-c-cic-c) alignedtext +grestore +% immcicmc_imcmcicmc_iimmcicmc->mcmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10300 1950 moveto +10245 1940 10172 1926 10108 1908 curveto +10086 1901 9757 1773 9738 1764 curveto +9697 1743 9654 1715 9627 1696 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9629.1 1693.2 moveto +9619 1690 lineto +9624.9 1698.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9629.1 1693.2 moveto +9619 1690 lineto +9624.9 1698.8 lineto +closepath stroke +grestore +% immcicm_imcmcicm_iimmcicm->icimmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10388 1878 moveto +10442 1868 10517 1854 10582 1836 curveto +10585 1835 10588 1834 10591 1833 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10592.43 1836.23 moveto +10601 1830 lineto +10590.42 1829.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10592.43 1836.23 moveto +10601 1830 lineto +10590.42 1829.52 lineto +closepath stroke +grestore +% immcm_imcmcm_iimmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10503 1746 77.83 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10455 1741.9 moveto 96 (i--c-=i-c-c-=ii--c-) alignedtext +grestore +% immcicm_imcmcicm_iimmcicm->immcm_imcmcm_iimmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10325 1872 moveto +10336 1852 10357 1820 10382 1800 curveto +10400 1784 10425 1772 10446 1764 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10448.02 1766.96 moveto +10456 1760 lineto +10445.42 1760.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10448.02 1766.96 moveto +10456 1760 lineto +10445.42 1760.46 lineto +closepath stroke +grestore +% mcmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9389 1602 36.83 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9370.5 1597.9 moveto 37 (-c-cic-) alignedtext +grestore +% immcicm_imcmcicm_iimmcicm->mcmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10244 1878 moveto +10173 1865 10073 1846 10058 1836 curveto +10005 1803 10025 1758 9972 1728 curveto +9859 1665 9801 1746 9685 1692 curveto +9663 1682 9667 1666 9647 1656 curveto +9573 1618 9545 1637 9465 1620 curveto +9454 1618 9443 1615 9433 1612 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9433.49 1608.53 moveto +9423 1610 lineto +9432.12 1615.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9433.49 1608.53 moveto +9423 1610 lineto +9432.12 1615.39 lineto +closepath stroke +grestore +% immcmc_imcmcmc_iimmcmc->icimmcmc_iicimmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10546 1805 moveto +10558 1803 10570 1801 10582 1800 curveto +10786 1773 10839 1787 11045 1764 curveto +11061 1762 11078 1760 11094 1758 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11094.88 1761.39 moveto +11104 1756 lineto +11093.51 1754.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11094.88 1761.39 moveto +11104 1756 lineto +11093.51 1754.53 lineto +closepath stroke +grestore +% immcmc_imcmcmc_iimmcmc->immcm_imcmcm_iimmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10487 1800 moveto +10490 1792 10493 1783 10495 1774 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10498.48 1774.58 moveto +10498 1764 lineto +10491.77 1772.57 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10498.48 1774.58 moveto +10498 1764 lineto +10491.77 1772.57 lineto +closepath stroke +grestore +% mcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9592 1602 34.24 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9575 1597.9 moveto 34 (-c-c-c) alignedtext +grestore +% immcmc_imcmcmc_iimmcmc->mcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10537 1804 moveto +10557 1795 10578 1783 10590 1764 curveto +10598 1750 10600 1739 10590 1728 curveto +10542 1677 10030 1708 9963 1692 curveto +9924 1682 9919 1667 9882 1656 curveto +9836 1642 9704 1619 9635 1609 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9635.49 1605.53 moveto +9625 1607 lineto +9634.12 1612.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9635.49 1605.53 moveto +9625 1607 lineto +9634.12 1612.39 lineto +closepath stroke +grestore +% mcmcicmc->cmcmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9634 1666 moveto +9649 1663 9668 1659 9685 1656 curveto +9775 1638 9797 1636 9888 1620 curveto +9903 1618 9919 1614 9934 1612 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9934.88 1615.39 moveto +9944 1610 lineto +9933.51 1608.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9934.88 1615.39 moveto +9944 1610 lineto +9933.51 1608.53 lineto +closepath stroke +grestore +% mcmcicmc->mcimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9633 1665 moveto +9648 1661 9668 1658 9685 1656 curveto +10413 1574 10605 1703 11334 1620 curveto +11348 1618 11362 1616 11375 1613 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11375.88 1616.39 moveto +11385 1611 lineto +11374.51 1609.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11375.88 1616.39 moveto +11385 1611 lineto +11374.51 1609.53 lineto +closepath stroke +grestore +% mcmcicmc->mcmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9565 1663 moveto +9533 1652 9483 1635 9440 1620 curveto +9436 1619 9432 1618 9429 1616 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9429.58 1612.52 moveto +9419 1613 lineto +9427.57 1619.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9429.58 1612.52 moveto +9419 1613 lineto +9427.57 1619.23 lineto +closepath stroke +grestore +% mcmcicmc->mcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9596 1656 moveto +9595 1648 9595 1639 9594 1630 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9597.48 1629.6 moveto +9593 1620 lineto +9590.51 1630.3 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9597.48 1629.6 moveto +9593 1620 lineto +9590.51 1630.3 lineto +closepath stroke +grestore +% mcmcicmc->mcmcimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9634 1666 moveto +9705 1652 9853 1621 9855 1620 curveto +9869 1601 9834 1503 9807 1440 curveto +9791 1403 9769 1365 9753 1340 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9755.92 1338.04 moveto +9748 1331 lineto +9749.8 1341.44 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9755.92 1338.04 moveto +9748 1331 lineto +9749.8 1341.44 lineto +closepath stroke +grestore +% mcmcicmc->mmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9560 1666 moveto +9544 1663 9526 1659 9509 1656 curveto +9423 1638 9323 1620 9266 1610 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9266.49 1606.53 moveto +9256 1608 lineto +9265.12 1613.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9266.49 1606.53 moveto +9256 1608 lineto +9265.12 1613.39 lineto +closepath stroke +grestore +% immcm_imcmcm_iimmcm->icimmcm_iicimmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10573 1738 moveto +10604 1735 10641 1731 10674 1728 curveto +10828 1711 10868 1718 11021 1692 curveto +11026 1691 11031 1690 11037 1688 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11037.88 1691.39 moveto +11047 1686 lineto +11036.51 1684.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11037.88 1691.39 moveto +11047 1686 lineto +11036.51 1684.53 lineto +closepath stroke +grestore +% mcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9382 1530 29.88 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9368.5 1525.9 moveto 27 (-c-c-) alignedtext +grestore +% immcm_imcmcm_iimmcm->mcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10447 1733 moveto +10437 1731 10426 1729 10416 1728 curveto +10298 1711 9989 1743 9882 1692 curveto +9862 1682 9868 1665 9849 1656 curveto +9729 1594 9677 1660 9549 1620 curveto +9497 1604 9442 1570 9410 1550 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9412.1 1547.2 moveto +9402 1544 lineto +9407.9 1552.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9412.1 1547.2 moveto +9402 1544 lineto +9407.9 1552.8 lineto +closepath stroke +grestore +% mcmcicm->cmcmcicm_ccmcmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9423 1595 moveto +9475 1583 9580 1560 9648 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9648.88 1548.39 moveto +9658 1543 lineto +9647.51 1541.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9648.88 1548.39 moveto +9658 1543 lineto +9647.51 1541.53 lineto +closepath stroke +grestore +% mcmcicm->mcimicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9425 1597 moveto +9457 1592 9506 1586 9549 1584 curveto +10165 1541 10321 1567 10939 1548 curveto +11107 1542 11309 1535 11396 1531 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11396 1534.5 moveto +11406 1531 lineto +11396 1527.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11396 1534.5 moveto +11406 1531 lineto +11396 1527.5 lineto +closepath stroke +grestore +% mcmcicm->mcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9387 1584 moveto +9386 1576 9386 1567 9385 1558 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9388.48 1557.6 moveto +9384 1548 lineto +9381.51 1558.3 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9388.48 1557.6 moveto +9384 1548 lineto +9381.51 1558.3 lineto +closepath stroke +grestore +% mcmcicm->mcmcimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9374 1585 moveto +9364 1575 9352 1561 9343 1548 curveto +9321 1517 9311 1511 9302 1476 curveto +9297 1460 9300 1455 9302 1440 curveto +9304 1407 9298 1397 9312 1368 curveto +9331 1325 9371 1286 9398 1263 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9400.1 1265.8 moveto +9406 1257 lineto +9395.9 1260.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9400.1 1265.8 moveto +9406 1257 lineto +9395.9 1260.2 lineto +closepath stroke +grestore +% mcmcicm->mmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9356 1594 moveto +9303 1581 9200 1554 9143 1540 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9143.58 1536.52 moveto +9133 1537 lineto +9141.57 1543.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9143.58 1536.52 moveto +9133 1537 lineto +9141.57 1543.23 lineto +closepath stroke +grestore +% immcim_imcmcim_iimmcim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10382 2034 84.08 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10329.5 2029.9 moveto 105 (i--ci-=i-c-ci-=ii--ci-) alignedtext +grestore +% immcim_imcmcim_iimmcim->icimmcim_iicimmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10445 2022 moveto +10513 2009 10620 1988 10688 1975 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10688.88 1978.39 moveto +10698 1973 lineto +10687.51 1971.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10688.88 1978.39 moveto +10698 1973 lineto +10687.51 1971.53 lineto +closepath stroke +grestore +% immcim_imcmcim_iimmcim->immcicmc_imcmcicmc_iimmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10382 2016 moveto +10382 2008 10382 1999 10382 1990 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10385.5 1990 moveto +10382 1980 lineto +10378.5 1990 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10385.5 1990 moveto +10382 1980 lineto +10378.5 1990 lineto +closepath stroke +grestore +% mcmcim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9779 1746 31.96 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9764 1741.9 moveto 30 (-c-ci-) alignedtext +grestore +% immcim_imcmcim_iimmcim->mcmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10309 2025 moveto +10233 2015 10118 1997 10078 1980 curveto +9960 1927 9847 1818 9801 1770 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9803.22 1767.22 moveto +9794 1762 lineto +9797.95 1771.83 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9803.22 1767.22 moveto +9794 1762 lineto +9797.95 1771.83 lineto +closepath stroke +grestore +% mcmcim->cmcmcim_ccmcmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9803 1734 moveto +9809 1732 9815 1730 9820 1728 curveto +9871 1710 9932 1696 9977 1687 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9977.88 1690.39 moveto +9987 1685 lineto +9976.51 1683.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9977.88 1690.39 moveto +9987 1685 lineto +9976.51 1683.53 lineto +closepath stroke +grestore +% mcmcim->mmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9748 1741 moveto +9665 1728 9444 1694 9437 1692 curveto +9435 1691 9433 1691 9431 1690 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9432.56 1686.86 moveto +9422 1686 lineto +9429.72 1693.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9432.56 1686.86 moveto +9422 1686 lineto +9429.72 1693.26 lineto +closepath stroke +grestore +% mcmcim->mcimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9802 1734 moveto +9808 1731 9814 1729 9820 1728 curveto +10112 1662 10870 1730 11167 1692 curveto +11180 1690 11194 1687 11206 1684 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11207.43 1687.23 moveto +11216 1681 lineto +11205.42 1680.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11207.43 1687.23 moveto +11216 1681 lineto +11205.42 1680.52 lineto +closepath stroke +grestore +% mcmcim->mcmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9753 1736 moveto +9722 1724 9672 1704 9636 1690 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9637.56 1686.86 moveto +9627 1686 lineto +9634.72 1693.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9637.56 1686.86 moveto +9627 1686 lineto +9634.72 1693.26 lineto +closepath stroke +grestore +% mcmcmc->cmcmcmc_ccmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9618 1590 moveto +9625 1588 9633 1586 9640 1584 curveto +9723 1561 9821 1546 9888 1538 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9888.4 1541.48 moveto +9898 1537 lineto +9887.7 1534.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9888.4 1541.48 moveto +9898 1537 lineto +9887.7 1534.51 lineto +closepath stroke +grestore +% mcmcmc->mcicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9624 1596 moveto +9648 1592 9681 1586 9711 1584 curveto +10103 1550 11095 1619 11483 1548 curveto +11487 1547 11490 1546 11493 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11494.43 1548.23 moveto +11503 1542 lineto +11492.42 1541.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11494.43 1548.23 moveto +11503 1542 lineto +11492.42 1541.52 lineto +closepath stroke +grestore +% mcmcmc->mcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9562 1593 moveto +9529 1583 9473 1565 9426 1548 curveto +9423 1547 9420 1546 9416 1544 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9417.56 1540.86 moveto +9407 1540 lineto +9414.72 1547.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9417.56 1540.86 moveto +9407 1540 lineto +9414.72 1547.26 lineto +closepath stroke +grestore +% mcmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9219 1242 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9197 1237.9 moveto 44 (-c-c-cic) alignedtext +grestore +% mcmcmc->mcmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9561 1595 moveto +9531 1587 9486 1572 9454 1548 curveto +9425 1527 9287 1337 9237 1267 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9239.8 1264.9 moveto +9231 1259 lineto +9234.2 1269.1 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9239.8 1264.9 moveto +9231 1259 lineto +9234.2 1269.1 lineto +closepath stroke +grestore +% mmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9024 1530 29.88 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9010.5 1525.9 moveto 27 (--c-c) alignedtext +grestore +% mcmcmc->mmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9559 1598 moveto +9527 1594 9477 1588 9435 1584 curveto +9269 1566 9223 1591 9063 1548 curveto +9061 1548 9059 1547 9056 1546 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9057.56 1542.86 moveto +9047 1542 lineto +9054.72 1549.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9057.56 1542.86 moveto +9047 1542 lineto +9054.72 1549.26 lineto +closepath stroke +grestore +% mcmcm->cmcmcm_ccmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9405 1518 moveto +9426 1507 9460 1491 9486 1478 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9487.28 1481.26 moveto +9495 1474 lineto +9484.44 1474.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9487.28 1481.26 moveto +9495 1474 lineto +9484.44 1474.86 lineto +closepath stroke +grestore +% mcmcm->mcicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9412 1527 moveto +9457 1523 9548 1515 9625 1512 curveto +10303 1482 12003 1529 12681 1476 curveto +12706 1473 12735 1469 12758 1466 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 12758.88 1469.39 moveto +12768 1464 lineto +12757.51 1462.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 12758.88 1469.39 moveto +12768 1464 lineto +12757.51 1462.53 lineto +closepath stroke +grestore +% mcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9127 1026 27.1 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9115.5 1021.9 moveto 23 (-c--i) alignedtext +grestore +% mcmcm->mcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9355 1522 moveto +9262 1495 8959 1407 8956 1404 curveto +8851 1304 8836 1185 8935 1080 curveto +8956 1057 9041 1039 9090 1032 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9090.88 1035.39 moveto +9100 1030 lineto +9089.51 1028.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9090.88 1035.39 moveto +9100 1030 lineto +9089.51 1028.53 lineto +closepath stroke +grestore +% mmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9033 1458 27 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9023 1453.9 moveto 20 (--c-) alignedtext +grestore +% mcmcm->mmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9353 1524 moveto +9303 1515 9199 1494 9112 1476 curveto +9098 1473 9082 1469 9069 1466 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9069.49 1462.53 moveto +9059 1464 lineto +9068.12 1469.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9069.49 1462.53 moveto +9059 1464 lineto +9068.12 1469.39 lineto +closepath stroke +grestore +% immicim_iimmicim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10382 2106 59.76 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10347 2101.9 moveto 70 (i--ici-=ii--ici-) alignedtext +grestore +% immicim_iimmicim->icimmicim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10420 2092 moveto +10454 2079 10502 2062 10536 2049 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10538.02 2051.96 moveto +10546 2045 lineto +10535.42 2045.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10538.02 2051.96 moveto +10546 2045 lineto +10535.42 2045.46 lineto +closepath stroke +grestore +% immicim_iimmicim->immicmc_iimmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10324 2102 moveto +10233 2094 10052 2078 9901 2052 curveto +9894 2051 9888 2049 9881 2048 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9881.49 2044.53 moveto +9871 2046 lineto +9880.12 2051.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9881.49 2044.53 moveto +9871 2046 lineto +9880.12 2051.39 lineto +closepath stroke +grestore +% immicim_iimmicim->immcim_imcmcim_iimmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10382 2088 moveto +10382 2080 10382 2071 10382 2062 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10385.5 2062 moveto +10382 2052 lineto +10378.5 2062 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10385.5 2062 moveto +10382 2052 lineto +10378.5 2062 lineto +closepath stroke +grestore +% mmicim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9787 1818 29.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9774 1813.9 moveto 26 (--ici-) alignedtext +grestore +% immicim_iimmicim->mmicim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10323 2103 moveto +10227 2095 10036 2069 9906 1980 curveto +9855 1944 9818 1881 9799 1844 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9802.26 1842.72 moveto +9795 1835 lineto +9795.86 1845.56 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9802.26 1842.72 moveto +9795 1835 lineto +9795.86 1845.56 lineto +closepath stroke +grestore +% mmicim->cmmicim_ccmmicim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9807 1805 moveto +9823 1795 9844 1781 9862 1769 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9864.62 1771.46 moveto +9871 1763 lineto +9860.74 1765.63 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9864.62 1771.46 moveto +9871 1763 lineto +9860.74 1765.63 lineto +closepath stroke +grestore +% mmicim->mcmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9785 1800 moveto +9784 1792 9783 1783 9782 1774 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9785.48 1773.6 moveto +9781 1764 lineto +9778.51 1774.3 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9785.48 1773.6 moveto +9781 1764 lineto +9778.51 1774.3 lineto +closepath stroke +grestore +% mmicim->mmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9763 1808 moveto +9735 1795 9688 1775 9656 1761 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9656.58 1757.46 moveto +9646 1757 lineto +9653.98 1763.96 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9656.58 1757.46 moveto +9646 1757 lineto +9653.98 1763.96 lineto +closepath stroke +grestore +% mmicmc->cmmicmc_ccmmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9645 1734 moveto +9667 1723 9700 1708 9725 1695 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9726.96 1697.92 moveto +9734 1690 lineto +9723.56 1691.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9726.96 1697.92 moveto +9734 1690 lineto +9723.56 1691.8 lineto +closepath stroke +grestore +% mmicmc->mmimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9600 1732 moveto +9585 1721 9564 1706 9547 1692 curveto +9529 1677 9529 1666 9509 1656 curveto +9442 1620 9390 1678 9343 1620 curveto +9312 1582 9320 1554 9343 1512 curveto +9369 1461 9396 1463 9449 1440 curveto +9453 1438 9571 1409 9633 1394 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9633.88 1397.39 moveto +9643 1392 lineto +9632.51 1390.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9633.88 1397.39 moveto +9643 1392 lineto +9632.51 1390.53 lineto +closepath stroke +grestore +% mmicmc->mcmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9615 1728 moveto +9612 1720 9609 1710 9606 1702 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9609.23 1700.57 moveto +9603 1692 lineto +9602.52 1702.58 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9609.23 1700.57 moveto +9603 1692 lineto +9602.52 1702.58 lineto +closepath stroke +grestore +% mmicmc->mmicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9597 1734 moveto +9572 1722 9533 1703 9504 1689 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9505.56 1685.86 moveto +9495 1685 lineto +9502.72 1692.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9505.56 1685.86 moveto +9495 1685 lineto +9502.72 1692.26 lineto +closepath stroke +grestore +% mmicm->cmmicm_ccmmicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9498 1667 moveto +9513 1664 9531 1659 9547 1656 curveto +9607 1642 9675 1626 9723 1615 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9723.88 1618.39 moveto +9733 1613 lineto +9722.51 1611.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9723.88 1618.39 moveto +9733 1613 lineto +9722.51 1611.53 lineto +closepath stroke +grestore +% mmicm->mmimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9452 1662 moveto +9447 1660 9442 1658 9437 1656 curveto +9386 1635 9351 1664 9319 1620 curveto +9311 1610 9310 1541 9321 1512 curveto +9350 1434 9368 1410 9440 1368 curveto +9508 1326 9541 1358 9617 1332 curveto +9619 1331 9621 1331 9623 1330 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9624.28 1333.26 moveto +9632 1326 lineto +9621.44 1326.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9624.28 1333.26 moveto +9632 1326 lineto +9621.44 1326.86 lineto +closepath stroke +grestore +% mmicm->mcmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9456 1660 moveto +9444 1650 9428 1636 9415 1624 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9417.1 1621.2 moveto +9407 1618 lineto +9412.9 1626.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9417.1 1621.2 moveto +9407 1618 lineto +9412.9 1626.8 lineto +closepath stroke +grestore +% im_imc_iim_immim_imcmm_imcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9264 2466 112.07 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9191 2461.9 moveto 146 (i-=i-c=ii-=i--i-=i-c--=i-c--c) alignedtext +grestore +% icim_iicim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9427 2394 43.08 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9404 2389.9 moveto 46 (ici-=iici-) alignedtext +grestore +% im_imc_iim_immim_imcmm_imcmmc->icim_iicim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9303 2449 moveto +9329 2437 9362 2423 9388 2411 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9389.28 2414.26 moveto +9397 2407 lineto +9386.44 2407.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9389.28 2414.26 moveto +9397 2407 lineto +9386.44 2407.86 lineto +closepath stroke +grestore +% mmim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9101 1890 27 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9092.5 1885.9 moveto 17 (--i-) alignedtext +grestore +% im_imc_iim_immim_imcmm_imcmmc->mmim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9220 2449 moveto +9172 2428 9101 2385 9101 2322 curveto +9101 2322 9101 2322 9101 2034 curveto +9101 1994 9101 1947 9101 1918 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9104.5 1918 moveto +9101 1908 lineto +9097.5 1918 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9104.5 1918 moveto +9101 1908 lineto +9097.5 1918 lineto +closepath stroke +grestore +% icim_iicim->cim_ccim_cicim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9418 2376 moveto +9399 2339 9354 2250 9331 2205 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9333.92 2203.04 moveto +9326 2196 lineto +9327.8 2206.44 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9333.92 2203.04 moveto +9326 2196 lineto +9327.8 2206.44 lineto +closepath stroke +grestore +% icim_iicim->icmmim_iicmmim_icicmmim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9446 2378 moveto +9457 2368 9470 2357 9482 2347 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9484.78 2349.22 moveto +9490 2340 lineto +9480.17 2343.95 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9484.78 2349.22 moveto +9490 2340 lineto +9480.17 2343.95 lineto +closepath stroke +grestore +% icim_iicim->immicim_iimmicim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9462 2383 moveto +9606 2339 10156 2173 10329 2122 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10330.43 2125.23 moveto +10339 2119 lineto +10328.42 2118.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10330.43 2125.23 moveto +10339 2119 lineto +10328.42 2118.52 lineto +closepath stroke +grestore +% mmim->cmmim_ccmmim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9104 1872 moveto +9105 1864 9107 1855 9108 1846 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9111.49 1846.3 moveto +9109 1836 lineto +9104.52 1845.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9111.49 1846.3 moveto +9109 1836 lineto +9104.52 1845.6 lineto +closepath stroke +grestore +% mmim->mmicim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9128 1887 moveto +9234 1876 9622 1835 9748 1822 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9748.4 1825.48 moveto +9758 1821 lineto +9747.7 1818.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9748.4 1825.48 moveto +9758 1821 lineto +9747.7 1818.51 lineto +closepath stroke +grestore +% mcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9010 1818 29.88 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +8996.5 1813.9 moveto 27 (-c--c) alignedtext +grestore +% mmim->mcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9083 1876 moveto +9070 1865 9051 1851 9036 1839 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9038.1 1836.2 moveto +9028 1833 lineto +9033.9 1841.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9038.1 1836.2 moveto +9028 1833 lineto +9033.9 1841.8 lineto +closepath stroke +grestore +% cmmcic_ccmmcic->cmmc_ccmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4226 1512 moveto +4220 1493 4215 1461 4229 1440 curveto +4254 1404 4281 1422 4319 1404 curveto +4363 1383 4409 1355 4439 1335 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4440.96 1337.92 moveto +4448 1330 lineto +4437.56 1331.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4440.96 1337.92 moveto +4448 1330 lineto +4437.56 1331.8 lineto +closepath stroke +grestore +% cmmcicmm_ccmmcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3849 1314 79.22 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3800 1309.9 moveto 98 (c--cic--=cc--cic--) alignedtext +grestore +% cmmcic_ccmmcic->cmmcicmm_ccmmcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4175 1521 moveto +4088 1506 3931 1480 3919 1476 curveto +3871 1454 3847 1451 3823 1404 curveto +3814 1383 3822 1359 3831 1341 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3834.2 1342.44 moveto +3836 1332 lineto +3828.08 1339.04 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3834.2 1342.44 moveto +3836 1332 lineto +3828.08 1339.04 lineto +closepath stroke +grestore +% cmmcimmic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3969 1458 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3947 1453.9 moveto 44 (c--ci--ic) alignedtext +grestore +% cmmcic_ccmmcic->cmmcimmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4183 1518 moveto +4140 1507 4078 1491 4024 1476 curveto +4020 1475 4016 1473 4012 1472 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4012.58 1468.52 moveto +4002 1469 lineto +4010.57 1475.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4012.58 1468.52 moveto +4002 1469 lineto +4010.57 1475.23 lineto +closepath stroke +grestore +% mmcmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4059 1314 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4038.5 1309.9 moveto 41 (--c--cic) alignedtext +grestore +% cmmcic_ccmmcic->mmcmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4180 1519 moveto +4145 1510 4099 1496 4062 1476 curveto +4041 1464 4040 1453 4019 1440 curveto +3990 1420 3968 1433 3949 1404 curveto +3941 1390 3941 1381 3949 1368 curveto +3954 1361 3991 1344 4021 1330 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4022.28 1333.26 moveto +4030 1326 lineto +4019.44 1326.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4022.28 1333.26 moveto +4030 1326 lineto +4019.44 1326.86 lineto +closepath stroke +grestore +% cicmmcimm->cimimimm_ccimimimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6692 1514 moveto +6705 1505 6721 1492 6736 1481 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6738.1 1483.8 moveto +6744 1475 lineto +6733.9 1478.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6738.1 1483.8 moveto +6744 1475 lineto +6733.9 1478.2 lineto +closepath stroke +grestore +% cicmmcimm->cicmmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6708 1522 moveto +6771 1509 6896 1482 6916 1476 curveto +6972 1457 7034 1425 7073 1405 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7074.96 1407.92 moveto +7082 1400 lineto +7071.56 1401.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7074.96 1407.92 moveto +7082 1400 lineto +7071.56 1401.8 lineto +closepath stroke +grestore +% cicmmcimm->cmmcimm_ccmmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6633 1523 moveto +6608 1519 6575 1514 6545 1512 curveto +5890 1461 4243 1554 3591 1476 curveto +3585 1475 3579 1474 3572 1473 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3572.49 1469.53 moveto +3562 1471 lineto +3571.12 1476.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3572.49 1469.53 moveto +3562 1471 lineto +3571.12 1476.39 lineto +closepath stroke +grestore +% cmmcimmc_ccmmcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4231 1386 79.22 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4182 1381.9 moveto 98 (c--ci--c=cc--ci--c) alignedtext +grestore +% cmmcimm_ccmmcimm->cmmcimmc_ccmmcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3562 1445 moveto +3572 1443 3582 1441 3591 1440 curveto +3835 1404 3900 1436 4143 1404 curveto +4150 1403 4157 1402 4164 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4164.88 1404.39 moveto +4174 1399 lineto +4163.51 1397.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4164.88 1404.39 moveto +4174 1399 lineto +4163.51 1397.53 lineto +closepath stroke +grestore +% cmmcimm_ccmmcimm->mimimm_cmimimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3531 1441 moveto +3571 1401 3673 1302 3761 1224 curveto +3780 1207 3790 1207 3805 1188 curveto +3828 1159 3835 1151 3843 1116 curveto +3855 1069 3841 1014 3830 982 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3833.23 980.57 moveto +3827 972 lineto +3826.52 982.58 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3833.23 980.57 moveto +3827 972 lineto +3826.52 982.58 lineto +closepath stroke +grestore +% cmmcimm_ccmmcimm->cmmcicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3554 1443 moveto +3589 1431 3639 1413 3675 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3675.62 1404.48 moveto +3684 1398 lineto +3673.41 1397.84 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3675.62 1404.48 moveto +3684 1398 lineto +3673.41 1397.84 lineto +closepath stroke +grestore +% cicmmcmmi->cimimi_ccimimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6857 1595 moveto +6784 1582 6626 1555 6539 1541 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6539.49 1537.53 moveto +6529 1539 lineto +6538.12 1544.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6539.49 1537.53 moveto +6529 1539 lineto +6538.12 1544.39 lineto +closepath stroke +grestore +% cicmmcmmi->cicmmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6926 1590 moveto +6933 1587 6942 1585 6950 1584 curveto +7165 1541 7237 1625 7444 1548 curveto +7468 1538 7467 1521 7492 1512 curveto +7562 1484 7782 1532 7833 1476 curveto +7933 1364 7308 1432 7161 1404 curveto +7157 1403 7153 1403 7150 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7150.58 1397.52 moveto +7140 1398 lineto +7148.57 1404.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7150.58 1397.52 moveto +7140 1398 lineto +7148.57 1404.23 lineto +closepath stroke +grestore +% cicmmcmmi->cmmcmmi_ccmmcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6923 1589 moveto +6929 1587 6934 1585 6940 1584 curveto +6991 1572 7375 1586 7411 1548 curveto +7421 1536 7420 1524 7411 1512 curveto +7375 1464 7332 1507 7282 1476 curveto +7263 1464 7268 1448 7249 1440 curveto +7139 1391 3053 1410 2933 1404 curveto +2894 1401 2851 1398 2815 1394 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2815.3 1390.51 moveto +2805 1393 lineto +2814.6 1397.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2815.3 1390.51 moveto +2805 1393 lineto +2814.6 1397.48 lineto +closepath stroke +grestore +% cimmcmmci->cimimi_ccimimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5269 1593 moveto +5285 1589 5304 1586 5321 1584 curveto +5787 1528 5909 1596 6377 1548 curveto +6391 1546 6407 1544 6422 1542 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6422.88 1545.39 moveto +6432 1540 lineto +6421.51 1538.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6422.88 1545.39 moveto +6432 1540 lineto +6421.51 1538.53 lineto +closepath stroke +grestore +% cimmcmmci->cimmcmmc_ccimmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5204 1589 moveto +5181 1579 5148 1563 5121 1548 curveto +5084 1526 5000 1460 4962 1440 curveto +4926 1420 4913 1425 4877 1404 curveto +4813 1364 4814 1327 4745 1296 curveto +4665 1258 4636 1276 4548 1260 curveto +4541 1259 4533 1257 4526 1256 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4526.49 1252.53 moveto +4516 1254 lineto +4525.12 1259.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4526.49 1252.53 moveto +4516 1254 lineto +4525.12 1259.39 lineto +closepath stroke +grestore +% cimmcmmci->cmcmcmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5201 1590 moveto +5172 1580 5127 1563 5088 1548 curveto +5050 1532 5043 1522 5002 1512 curveto +4871 1477 4830 1513 4699 1476 curveto +4664 1465 4658 1453 4623 1440 curveto +4573 1420 4558 1420 4506 1404 curveto +4502 1403 4497 1401 4493 1400 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4493.58 1396.52 moveto +4483 1397 lineto +4491.57 1403.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4493.58 1396.52 moveto +4483 1397 lineto +4491.57 1403.23 lineto +closepath stroke +grestore +% cmmicmmci->cmmimimi_ccmmimimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6778 1518 moveto +6770 1516 6762 1513 6754 1512 curveto +6384 1444 6282 1523 5910 1476 curveto +5902 1475 5895 1474 5887 1472 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5887.49 1468.53 moveto +5877 1470 lineto +5886.12 1475.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5887.49 1468.53 moveto +5877 1470 lineto +5886.12 1475.39 lineto +closepath stroke +grestore +% cmmicmmci->cmcmcmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6778 1518 moveto +6770 1516 6762 1513 6754 1512 curveto +6533 1472 5966 1528 5749 1476 curveto +5713 1467 5710 1448 5673 1440 curveto +5428 1380 4790 1432 4539 1404 curveto +4525 1402 4511 1400 4497 1397 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4497.49 1393.53 moveto +4487 1395 lineto +4496.12 1400.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4497.49 1393.53 moveto +4487 1395 lineto +4496.12 1400.39 lineto +closepath stroke +grestore +% cmmicmmci->cmmicmmc_ccmmicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6778 1518 moveto +6770 1516 6762 1514 6754 1512 curveto +6623 1483 6576 1532 6455 1476 curveto +6433 1466 6438 1449 6417 1440 curveto +6335 1405 5709 1409 5620 1404 curveto +5569 1400 5511 1397 5465 1393 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5465.3 1389.51 moveto +5455 1392 lineto +5464.6 1396.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5465.3 1389.51 moveto +5455 1392 lineto +5464.6 1396.48 lineto +closepath stroke +grestore +% mmcicmmci->mmcimimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6879 1518 moveto +6872 1516 6866 1513 6859 1512 curveto +6720 1479 6678 1511 6541 1476 curveto +6538 1475 6536 1474 6533 1473 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6534.59 1469.84 moveto +6524 1470 lineto +6532.38 1476.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6534.59 1469.84 moveto +6524 1470 lineto +6532.38 1476.48 lineto +closepath stroke +grestore +% mmcicmmci->mmcicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6902 1512 moveto +6892 1490 6873 1455 6845 1440 curveto +6741 1381 6425 1432 6310 1404 curveto +6271 1394 6267 1376 6229 1368 curveto +6082 1333 4992 1317 4746 1314 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4746 1310.5 moveto +4736 1314 lineto +4746 1317.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4746 1310.5 moveto +4736 1314 lineto +4746 1317.5 lineto +closepath stroke +grestore +% mmcmmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4099 1386 34.94 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4081.5 1381.9 moveto 35 (--c--ci) alignedtext +grestore +% mmcicmmci->mmcmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6879 1517 moveto +6873 1515 6866 1513 6859 1512 curveto +6659 1473 6130 1555 5943 1476 curveto +5921 1466 5926 1448 5905 1440 curveto +5724 1365 4335 1443 4143 1404 curveto +4140 1404 4137 1403 4135 1402 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4135.58 1398.46 moveto +4125 1398 lineto +4132.98 1404.96 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4135.58 1398.46 moveto +4125 1398 lineto +4132.98 1404.96 lineto +closepath stroke +grestore +% cmmci_ccmmci->cmmcic_ccmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3866 1590 moveto +3876 1588 3885 1586 3894 1584 curveto +3986 1565 4094 1549 4162 1539 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4162.4 1542.48 moveto +4172 1538 lineto +4161.7 1535.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4162.4 1542.48 moveto +4172 1538 lineto +4161.7 1535.51 lineto +closepath stroke +grestore +% cmmcimmi_ccmmcimmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3747 1530 73.16 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3702 1525.9 moveto 90 (c--ci--i=cc--ci--i) alignedtext +grestore +% cmmci_ccmmci->cmmcimmi_ccmmcimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3805 1585 moveto +3795 1575 3783 1564 3772 1554 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3774.55 1551.6 moveto +3765 1547 lineto +3769.6 1556.55 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3774.55 1551.6 moveto +3765 1547 lineto +3769.6 1556.55 lineto +closepath stroke +grestore +% cmmci_ccmmci->mmcmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3865 1590 moveto +3871 1588 3878 1586 3885 1584 curveto +3955 1565 3999 1604 4043 1548 curveto +4053 1535 4053 1524 4043 1512 curveto +4009 1466 3954 1521 3919 1476 curveto +3910 1463 3910 1452 3919 1440 curveto +3958 1390 3996 1423 4055 1404 curveto +4058 1403 4060 1402 4063 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4063.62 1404.48 moveto +4072 1398 lineto +4061.41 1397.84 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4063.62 1404.48 moveto +4072 1398 lineto +4061.41 1397.84 lineto +closepath stroke +grestore +% cicmmcmmc->cimim_ccimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6175 1096 moveto +6331 1091 6850 1069 6875 1044 curveto +6885 1032 6885 1019 6875 1008 curveto +6850 982 6342 962 6162 956 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6162 952.5 moveto +6152 956 lineto +6162 959.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6162 952.5 moveto +6152 956 lineto +6162 959.5 lineto +closepath stroke +grestore +% cicmmcmmc->cmmcmmc_ccmmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6087 1095 moveto +6020 1092 5886 1084 5774 1080 curveto +5351 1061 5244 1060 4820 1044 curveto +4689 1039 4536 1033 4444 1029 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4444 1025.5 moveto +4434 1029 lineto +4444 1032.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4444 1025.5 moveto +4434 1029 lineto +4444 1032.5 lineto +closepath stroke +grestore +% mim_cmim_mmmim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4609 18 57.87 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4575 13.9 moveto 68 (-i-=c-i-=---i-) alignedtext +grestore +% cmmcmmc_ccmmcmmc->mim_cmim_mmmim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4388 1009 moveto +4491 946 4850 723 4850 666 curveto +4850 666 4850 666 4850 162 curveto +4850 79 4743 42 4672 28 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4672.49 24.53 moveto +4662 26 lineto +4671.12 31.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4672.49 24.53 moveto +4662 26 lineto +4671.12 31.39 lineto +closepath stroke +grestore +% cmmcmmi_ccmmcmmi->cmmcmcm_ccmmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2731 1368 moveto +2727 1360 2722 1350 2717 1341 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2719.92 1339.04 moveto +2712 1332 lineto +2713.8 1342.44 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2719.92 1339.04 moveto +2712 1332 lineto +2713.8 1342.44 lineto +closepath stroke +grestore +% cmmcmmici +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2837 1314 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2815 1309.9 moveto 44 (c--c--ici) alignedtext +grestore +% cmmcmmi_ccmmcmmi->cmmcmmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2764 1369 moveto +2777 1359 2794 1346 2808 1336 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2810.1 1338.8 moveto +2816 1330 lineto +2805.9 1333.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2810.1 1338.8 moveto +2816 1330 lineto +2805.9 1333.2 lineto +closepath stroke +grestore +% cmmcmm_ccmmcmm->cmmcmmc_ccmmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3996 1224 moveto +4012 1205 4040 1174 4067 1152 curveto +4111 1115 4121 1104 4172 1080 curveto +4210 1062 4255 1048 4292 1039 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4292.88 1042.39 moveto +4302 1037 lineto +4291.51 1035.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4292.88 1042.39 moveto +4302 1037 lineto +4291.51 1035.53 lineto +closepath stroke +grestore +% cimmicmmc->cimmcmmc_ccimmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 8236 1440 moveto +8228 1420 8212 1387 8188 1368 curveto +8110 1306 8074 1312 7977 1296 curveto +7621 1235 5094 1273 4733 1260 curveto +4668 1257 4595 1253 4540 1249 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4540.3 1245.51 moveto +4530 1248 lineto +4539.6 1252.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4540.3 1245.51 moveto +4530 1248 lineto +4539.6 1252.48 lineto +closepath stroke +grestore +% cimmicmmc->cmmicmmc_ccmmicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 8203 1453 moveto +8162 1449 8097 1443 8041 1440 curveto +6966 1384 6695 1452 5620 1404 curveto +5569 1401 5510 1398 5464 1394 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5464.3 1390.51 moveto +5454 1393 lineto +5463.6 1397.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5464.3 1390.51 moveto +5454 1393 lineto +5463.6 1397.48 lineto +closepath stroke +grestore +% mmcicmmc->mmcimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4732 1305 moveto +4770 1295 4827 1278 4839 1260 curveto +4849 1246 4842 1239 4839 1224 curveto +4826 1133 4780 1117 4780 1026 curveto +4780 1026 4780 1026 4780 954 curveto +4780 913 4784 867 4787 838 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4790.49 838.3 moveto +4788 828 lineto +4783.52 837.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4790.49 838.3 moveto +4788 828 lineto +4783.52 837.6 lineto +closepath stroke +grestore +% cmmcicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4786 1242 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4762 1237.9 moveto 48 (c--cic--c) alignedtext +grestore +% mmcicmmc->cmmcicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4717 1298 moveto +4729 1288 4745 1275 4758 1265 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4760.78 1267.22 moveto +4766 1258 lineto +4756.17 1261.95 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4760.78 1267.22 moveto +4766 1258 lineto +4756.17 1261.95 lineto +closepath stroke +grestore +% mmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4097 1242 32.86 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4081 1237.9 moveto 32 (--c--c) alignedtext +grestore +% mmcicmmc->mmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4659 1309 moveto +4552 1296 4252 1260 4139 1247 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4139.3 1243.51 moveto +4129 1246 lineto +4138.6 1250.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4139.3 1243.51 moveto +4129 1246 lineto +4138.6 1250.48 lineto +closepath stroke +grestore +% cmmc_ccmmc->cmmcmm_ccmmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4423 1308 moveto +4316 1294 4074 1263 4055 1260 curveto +4050 1259 4045 1258 4039 1256 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4039.49 1252.53 moveto +4029 1254 lineto +4038.12 1259.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4039.49 1252.53 moveto +4029 1254 lineto +4038.12 1259.39 lineto +closepath stroke +grestore +% cmmc_ccmmc->mmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4427 1305 moveto +4353 1291 4209 1264 4138 1250 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4138.49 1246.53 moveto +4128 1248 lineto +4137.12 1253.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4138.49 1246.53 moveto +4128 1248 lineto +4137.12 1253.39 lineto +closepath stroke +grestore +% cicmmici_ccicmmici +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +7005 1962 75.05 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +6959 1957.9 moveto 92 (cic--ici=ccic--ici) alignedtext +grestore +% cicmmici_ccicmmici->cicmcmci_ccicmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7031 1945 moveto +7047 1935 7067 1921 7084 1908 curveto +7109 1887 7135 1861 7153 1843 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7155.78 1845.22 moveto +7161 1836 lineto +7151.17 1839.95 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7155.78 1845.22 moveto +7161 1836 lineto +7151.17 1839.95 lineto +closepath stroke +grestore +% cicmmic_ccicmmic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +7443 1818 70.88 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +7400 1813.9 moveto 86 (cic--ic=ccic--ic) alignedtext +grestore +% cicmmici_ccicmmici->cicmmic_ccicmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7056 1949 moveto +7095 1938 7150 1923 7198 1908 curveto +7266 1886 7345 1856 7395 1837 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7396.28 1840.26 moveto +7404 1833 lineto +7393.44 1833.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7396.28 1840.26 moveto +7404 1833 lineto +7393.44 1833.86 lineto +closepath stroke +grestore +% cmmici_ccmmici +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2879 1890 61.15 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2843 1885.9 moveto 72 (c--ici=cc--ici) alignedtext +grestore +% cicmmici_ccicmmici->cmmici_ccmmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6932 1958 moveto +6854 1953 6727 1947 6617 1944 curveto +5820 1921 3828 1958 3032 1908 curveto +3004 1906 2971 1902 2944 1899 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2944.3 1895.51 moveto +2934 1898 lineto +2943.6 1902.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2944.3 1895.51 moveto +2934 1898 lineto +2943.6 1902.48 lineto +closepath stroke +grestore +% cicmmic_ccicmmic->cicmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7405 1803 moveto +7376 1791 7336 1775 7307 1763 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7307.58 1759.46 moveto +7297 1759 lineto +7304.98 1765.96 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7307.58 1759.46 moveto +7297 1759 lineto +7304.98 1765.96 lineto +closepath stroke +grestore +% cicmmic_ccicmmic->cicmmicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7496 1806 moveto +7574 1788 7725 1755 7854 1728 curveto +7934 1711 7961 1727 8036 1692 curveto +8058 1681 8056 1667 8079 1656 curveto +8132 1627 8173 1668 8210 1620 curveto +8219 1607 8220 1595 8210 1584 curveto +8180 1551 7884 1536 7764 1531 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7764 1527.5 moveto +7754 1531 lineto +7764 1534.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7764 1527.5 moveto +7754 1531 lineto +7764 1534.5 lineto +closepath stroke +grestore +% cicmmimmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +6629 1674 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +6607 1669.9 moveto 44 (cic--i--c) alignedtext +grestore +% cicmmic_ccicmmic->cicmmimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7393 1805 moveto +7383 1803 7373 1801 7363 1800 curveto +7288 1789 6754 1801 6689 1764 curveto +6665 1750 6649 1722 6639 1701 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6642.26 1699.72 moveto +6635 1692 lineto +6635.86 1702.56 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6642.26 1699.72 moveto +6635 1692 lineto +6635.86 1702.56 lineto +closepath stroke +grestore +% cimmcmmic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4091 1602 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4069 1597.9 moveto 44 (ci--c--ic) alignedtext +grestore +% cicmmic_ccicmmic->cimmcmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7425 1800 moveto +7402 1779 7361 1745 7319 1728 curveto +7209 1684 6912 1664 6795 1656 curveto +5703 1573 5426 1668 4331 1620 curveto +4266 1617 4190 1611 4141 1607 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4141.3 1603.51 moveto +4131 1606 lineto +4140.6 1610.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4141.3 1603.51 moveto +4131 1606 lineto +4140.6 1610.48 lineto +closepath stroke +grestore +% mmcicmmic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4919 1530 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4897 1525.9 moveto 44 (--cic--ic) alignedtext +grestore +% cicmmic_ccicmmic->mmcicmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7476 1802 moveto +7519 1781 7599 1746 7672 1728 curveto +7799 1695 7840 1734 7965 1692 curveto +7979 1686 8077 1633 8085 1620 curveto +8092 1606 8096 1595 8085 1584 curveto +8056 1554 5163 1550 5121 1548 curveto +5069 1545 5010 1540 4969 1535 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4969.3 1531.51 moveto +4959 1534 lineto +4968.6 1538.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4969.3 1531.51 moveto +4959 1534 lineto +4968.6 1538.48 lineto +closepath stroke +grestore +% cmmic_ccmmic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2769 1746 56.98 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2736 1741.9 moveto 66 (c--ic=cc--ic) alignedtext +grestore +% cicmmic_ccicmmic->cmmic_ccmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7393 1805 moveto +7383 1803 7373 1801 7363 1800 curveto +6896 1746 3609 1777 3139 1764 curveto +3033 1761 2910 1755 2835 1750 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2835.3 1746.51 moveto +2825 1749 lineto +2834.6 1753.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2835.3 1746.51 moveto +2825 1749 lineto +2834.6 1753.48 lineto +closepath stroke +grestore +% cmmici_ccmmici->cmmic_ccmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2866 1872 moveto +2846 1847 2811 1801 2789 1772 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2791.8 1769.9 moveto +2783 1764 lineto +2786.2 1774.1 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2791.8 1769.9 moveto +2783 1764 lineto +2786.2 1774.1 lineto +closepath stroke +grestore +% cmmimmci_ccmmimmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4095 1818 73.16 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4050 1813.9 moveto 90 (c--i--ci=cc--i--ci) alignedtext +grestore +% cmmici_ccmmici->cmmimmci_ccmmimmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2934 1882 moveto +2963 1879 3000 1874 3032 1872 curveto +3465 1838 3578 1888 4008 1836 curveto +4016 1835 4024 1834 4032 1832 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4032.88 1835.39 moveto +4042 1830 lineto +4031.51 1828.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4032.88 1835.39 moveto +4042 1830 lineto +4031.51 1828.53 lineto +closepath stroke +grestore +% cmmicimmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2449 1674 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2428.5 1669.9 moveto 41 (c--ici--i) alignedtext +grestore +% cmmici_ccmmici->cmmicimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2829 1880 moveto +2758 1864 2626 1827 2531 1764 curveto +2506 1747 2483 1719 2467 1699 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2469.8 1696.9 moveto +2461 1691 lineto +2464.2 1701.1 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2469.8 1696.9 moveto +2461 1691 lineto +2464.2 1701.1 lineto +closepath stroke +grestore +% mmcmmici +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2655 1530 37.02 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2636 1525.9 moveto 38 (--c--ici) alignedtext +grestore +% cmmici_ccmmici->mmcmmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2877 1872 moveto +2873 1841 2861 1776 2835 1728 curveto +2795 1654 2722 1586 2682 1552 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2683.83 1548.95 moveto +2674 1545 lineto +2679.22 1554.22 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2683.83 1548.95 moveto +2674 1545 lineto +2679.22 1554.22 lineto +closepath stroke +grestore +% cicmmicmm->cimimicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7681 1519 moveto +7673 1516 7665 1514 7658 1512 curveto +7580 1491 7554 1508 7482 1476 curveto +7457 1465 7459 1448 7434 1440 curveto +7331 1403 6565 1409 6457 1404 curveto +6377 1399 6285 1393 6230 1390 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6230.3 1386.51 moveto +6220 1389 lineto +6229.6 1393.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6230.3 1386.51 moveto +6220 1389 lineto +6229.6 1393.48 lineto +closepath stroke +grestore +% cicmmicmm->cicmcmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7754 1527 moveto +7843 1519 8053 1499 8074 1476 curveto +8089 1459 8084 1433 8077 1413 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 8080.26 1411.72 moveto +8073 1404 lineto +8073.86 1414.56 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 8080.26 1411.72 moveto +8073 1404 lineto +8073.86 1414.56 lineto +closepath stroke +grestore +% cicmmicmm->cmmicmm_ccmmicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7677 1521 moveto +7661 1517 7642 1514 7625 1512 curveto +7090 1455 3328 1503 2791 1476 curveto +2752 1473 2709 1470 2673 1466 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2673.3 1462.51 moveto +2663 1465 lineto +2672.6 1469.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2673.3 1462.51 moveto +2663 1465 lineto +2672.6 1469.48 lineto +closepath stroke +grestore +% cmmicmm_ccmmicmm->cmcmcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2541 1448 moveto +2521 1445 2499 1442 2478 1440 curveto +2110 1404 2010 1472 1645 1404 curveto +1641 1403 1637 1403 1634 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1634.58 1397.52 moveto +1624 1398 lineto +1632.57 1404.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1634.58 1397.52 moveto +1624 1398 lineto +1632.57 1404.23 lineto +closepath stroke +grestore +% cmmicmm_ccmmicmm->cmmicmmc_ccmmicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2662 1451 moveto +2700 1447 2748 1442 2791 1440 curveto +3885 1380 4163 1489 5254 1404 curveto +5271 1402 5289 1400 5306 1398 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5306.4 1401.48 moveto +5316 1397 lineto +5305.7 1394.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5306.4 1401.48 moveto +5316 1397 lineto +5305.7 1394.51 lineto +closepath stroke +grestore +% cicmmimmc->cicmcmc_ccicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6670 1672 moveto +6788 1666 7143 1646 7437 1620 curveto +7464 1617 7493 1614 7520 1611 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7520.4 1614.48 moveto +7530 1610 lineto +7519.7 1607.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7520.4 1614.48 moveto +7530 1610 lineto +7519.7 1607.51 lineto +closepath stroke +grestore +% cicmmimmc->cimimimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6669 1670 moveto +6739 1663 6887 1646 7010 1620 curveto +7066 1607 7078 1594 7135 1584 curveto +7188 1574 7587 1587 7625 1548 curveto +7635 1536 7635 1524 7625 1512 curveto +7569 1445 7516 1502 7434 1476 curveto +7398 1464 7394 1448 7359 1440 curveto +7094 1375 6400 1456 6133 1404 curveto +6130 1404 6127 1403 6124 1402 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6124.58 1398.46 moveto +6114 1398 lineto +6121.98 1404.96 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6124.58 1398.46 moveto +6114 1398 lineto +6121.98 1404.96 lineto +closepath stroke +grestore +% cmmimmc_ccmmimmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2501 1602 68.99 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2459 1597.9 moveto 84 (c--i--c=cc--i--c) alignedtext +grestore +% cicmmimmc->cmmimmc_ccmmimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6589 1671 moveto +6528 1667 6412 1659 6313 1656 curveto +5493 1628 3436 1687 2617 1620 curveto +2601 1618 2584 1616 2568 1614 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2568.49 1610.53 moveto +2558 1612 lineto +2567.12 1617.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2568.49 1610.53 moveto +2558 1612 lineto +2567.12 1617.39 lineto +closepath stroke +grestore +% cimmcmmic->cimimic_ccimimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4131 1598 moveto +4179 1594 4261 1587 4331 1584 curveto +4446 1577 5254 1592 5359 1548 curveto +5381 1539 5376 1520 5397 1512 curveto +5515 1463 6414 1493 6541 1476 curveto +6547 1475 6552 1474 6558 1473 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6558.88 1476.39 moveto +6568 1471 lineto +6557.51 1469.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6558.88 1476.39 moveto +6568 1471 lineto +6557.51 1469.53 lineto +closepath stroke +grestore +% cimmcmmic->cimmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4051 1598 moveto +4010 1594 3945 1588 3889 1584 curveto +3789 1575 3529 1586 3435 1548 curveto +3412 1538 3414 1524 3392 1512 curveto +3384 1506 3330 1487 3292 1473 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3292.58 1469.52 moveto +3282 1470 lineto +3290.57 1476.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3292.58 1469.52 moveto +3282 1470 lineto +3290.57 1476.23 lineto +closepath stroke +grestore +% cimmcmmic->cmcmcmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4051 1598 moveto +4010 1594 3945 1588 3889 1584 curveto +3669 1566 3606 1607 3392 1548 curveto +3358 1538 3355 1522 3321 1512 curveto +3197 1474 3158 1505 3031 1476 curveto +3027 1475 3024 1474 3021 1473 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3021.58 1469.52 moveto +3011 1470 lineto +3019.57 1476.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3021.58 1469.52 moveto +3011 1470 lineto +3019.57 1476.23 lineto +closepath stroke +grestore +% mmcicmmic->mmcimimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4959 1526 moveto +5000 1522 5065 1516 5121 1512 curveto +5215 1503 5457 1511 5544 1476 curveto +5568 1466 5565 1451 5587 1440 curveto +5640 1412 5660 1422 5716 1404 curveto +5719 1403 5722 1402 5725 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5726.28 1404.26 moveto +5734 1397 lineto +5723.44 1397.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5726.28 1404.26 moveto +5734 1397 lineto +5723.44 1397.86 lineto +closepath stroke +grestore +% mmcicmmic->mmcicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4932 1513 moveto +4945 1493 4961 1461 4943 1440 curveto +4892 1376 4843 1424 4763 1404 curveto +4758 1403 4754 1402 4750 1400 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4750.58 1396.52 moveto +4740 1397 lineto +4748.57 1403.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4750.58 1396.52 moveto +4740 1397 lineto +4748.57 1403.23 lineto +closepath stroke +grestore +% mmcmmic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3075 1458 34.94 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3057.5 1453.9 moveto 35 (--c--ic) alignedtext +grestore +% mmcicmmic->mmcmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4883 1521 moveto +4868 1517 4848 1514 4831 1512 curveto +4109 1430 3920 1538 3195 1476 curveto +3170 1473 3141 1469 3118 1466 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3118.49 1462.53 moveto +3108 1464 lineto +3117.12 1469.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3118.49 1462.53 moveto +3108 1464 lineto +3117.12 1469.39 lineto +closepath stroke +grestore +% cmmic_ccmmic->cmmicmm_ccmmicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2716 1739 moveto +2690 1735 2657 1731 2627 1728 curveto +2461 1709 2414 1734 2251 1692 curveto +2213 1681 2209 1666 2170 1656 curveto +2091 1634 1872 1663 1801 1620 curveto +1769 1600 1766 1584 1755 1548 curveto +1751 1532 1745 1523 1755 1512 curveto +1799 1465 2268 1480 2331 1476 curveto +2396 1471 2469 1467 2522 1464 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2522.4 1467.48 moveto +2532 1463 lineto +2521.7 1460.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2522.4 1467.48 moveto +2532 1463 lineto +2521.7 1460.51 lineto +closepath stroke +grestore +% cmmimmcic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3895 1674 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3873 1669.9 moveto 44 (c--i--cic) alignedtext +grestore +% cmmic_ccmmic->cmmimmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2825 1743 moveto +3045 1732 3828 1694 3840 1692 curveto +3845 1691 3849 1690 3854 1688 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3854.88 1691.39 moveto +3864 1686 lineto +3853.51 1684.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3854.88 1691.39 moveto +3864 1686 lineto +3853.51 1684.53 lineto +closepath stroke +grestore +% cmmicmmic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4643 1530 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4621 1525.9 moveto 44 (c--ic--ic) alignedtext +grestore +% cmmic_ccmmic->cmmicmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2823 1740 moveto +2896 1731 3031 1713 3145 1692 curveto +3214 1679 3229 1666 3297 1656 curveto +3558 1617 3629 1658 3889 1620 curveto +3958 1609 3973 1594 4041 1584 curveto +4285 1547 4353 1598 4593 1548 curveto +4597 1547 4600 1547 4604 1546 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4605.28 1549.26 moveto +4613 1542 lineto +4602.44 1542.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4605.28 1549.26 moveto +4613 1542 lineto +4602.44 1542.86 lineto +closepath stroke +grestore +% cmmic_ccmmic->mmcmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2718 1738 moveto +2658 1728 2562 1710 2530 1692 curveto +2512 1681 2517 1665 2497 1656 curveto +2357 1585 2288 1686 2145 1620 curveto +2125 1610 2127 1596 2108 1584 curveto +2077 1562 2050 1580 2029 1548 curveto +2021 1534 2018 1523 2029 1512 curveto +2068 1471 2977 1487 3031 1476 curveto +3034 1476 3037 1475 3039 1474 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3041.02 1476.96 moveto +3049 1470 lineto +3038.42 1470.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3041.02 1476.96 moveto +3049 1470 lineto +3038.42 1470.46 lineto +closepath stroke +grestore +% cmmimmc_ccmmimmc->cmcmmcmc_ccmcmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2450 1590 moveto +2439 1588 2428 1586 2418 1584 curveto +2308 1564 2269 1597 2167 1548 curveto +2147 1537 2151 1521 2129 1512 curveto +2051 1476 1831 1485 1745 1476 curveto +1723 1473 1700 1471 1679 1468 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1679.3 1464.51 moveto +1669 1467 lineto +1678.6 1471.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1679.3 1464.51 moveto +1669 1467 lineto +1678.6 1471.48 lineto +closepath stroke +grestore +% cmmicimmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2079 1530 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2057 1525.9 moveto 44 (c--ici--c) alignedtext +grestore +% cmmimmc_ccmmimmc->cmmicimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2450 1590 moveto +2439 1588 2428 1586 2418 1584 curveto +2293 1562 2259 1575 2134 1548 curveto +2129 1547 2125 1546 2121 1544 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2121.58 1540.52 moveto +2111 1541 lineto +2119.57 1547.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2121.58 1540.52 moveto +2111 1541 lineto +2119.57 1547.23 lineto +closepath stroke +grestore +% cicmmimm_ccicmmimm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +6017 1890 73.16 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +5972 1885.9 moveto 90 (cic--i--=ccic--i--) alignedtext +grestore +% cicmmimm_ccicmmimm->cicmcmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6073 1878 moveto +6135 1865 6230 1845 6266 1836 curveto +6271 1835 6275 1834 6279 1832 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6280.43 1835.23 moveto +6289 1829 lineto +6278.42 1828.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6280.43 1835.23 moveto +6289 1829 lineto +6278.42 1828.52 lineto +closepath stroke +grestore +% cicmmimm_ccicmmimm->cicmmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6021 1872 moveto +6029 1838 6052 1763 6103 1728 curveto +6179 1672 6227 1731 6313 1692 curveto +6335 1681 6333 1666 6356 1656 curveto +6434 1619 6467 1654 6547 1620 curveto +6585 1604 6622 1574 6646 1553 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6648.78 1555.22 moveto +6654 1546 lineto +6644.17 1549.95 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6648.78 1555.22 moveto +6654 1546 lineto +6644.17 1549.95 lineto +closepath stroke +grestore +% cicmmimm_ccicmmimm->cicmmimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6071 1878 moveto +6130 1864 6219 1843 6233 1836 curveto +6253 1824 6250 1811 6271 1800 curveto +6330 1767 6354 1785 6418 1764 curveto +6427 1760 6532 1715 6589 1691 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6591.02 1693.96 moveto +6599 1687 lineto +6588.42 1687.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6591.02 1693.96 moveto +6599 1687 lineto +6588.42 1687.46 lineto +closepath stroke +grestore +% cmmimm_ccmmimm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2642 1674 59.96 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2606.5 1669.9 moveto 71 (c--i--=cc--i--) alignedtext +grestore +% cicmmimm_ccicmmimm->cmmimm_ccmmimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5953 1881 moveto +5925 1878 5890 1874 5859 1872 curveto +5549 1850 4766 1883 4457 1836 curveto +4400 1827 4389 1808 4331 1800 curveto +3808 1718 3666 1823 3139 1764 curveto +3057 1754 3038 1743 2956 1728 curveto +2870 1712 2768 1695 2705 1685 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2705.49 1681.53 moveto +2695 1683 lineto +2704.12 1688.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2705.49 1681.53 moveto +2695 1683 lineto +2704.12 1688.39 lineto +closepath stroke +grestore +% cmmimm_ccmmimm->cmcmmcm_ccmcmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2635 1656 moveto +2626 1635 2607 1601 2579 1584 curveto +2488 1527 2446 1566 2340 1548 curveto +2333 1547 2326 1545 2319 1544 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2319.49 1540.53 moveto +2309 1542 lineto +2318.12 1547.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2319.49 1540.53 moveto +2309 1542 lineto +2318.12 1547.39 lineto +closepath stroke +grestore +% cmmimm_ccmmimm->cmmimmc_ccmmimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2611 1658 moveto +2591 1648 2564 1634 2542 1623 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2543.44 1619.8 moveto +2533 1618 lineto +2540.04 1625.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2543.44 1619.8 moveto +2533 1618 lineto +2540.04 1625.92 lineto +closepath stroke +grestore +% cmmicimm_ccmmicimm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2227 1602 73.16 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2182 1597.9 moveto 90 (c--ici--=cc--ici--) alignedtext +grestore +% cmmimm_ccmmimm->cmmicimm_ccmmicimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2597 1662 moveto +2587 1660 2577 1658 2568 1656 curveto +2457 1634 2427 1639 2314 1620 curveto +2307 1619 2300 1617 2293 1616 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2293.49 1612.53 moveto +2283 1614 lineto +2292.12 1619.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2293.49 1612.53 moveto +2283 1614 lineto +2292.12 1619.39 lineto +closepath stroke +grestore +% cicmmi_ccicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +7200 2034 61.15 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +7164 2029.9 moveto 72 (cic--i=ccic--i) alignedtext +grestore +% cicmmi_ccicmmi->cicmmici_ccicmmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7161 2020 moveto +7131 2009 7089 1993 7055 1981 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7056.56 1977.86 moveto +7046 1977 lineto +7053.72 1984.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7056.56 1977.86 moveto +7046 1977 lineto +7053.72 1984.26 lineto +closepath stroke +grestore +% cicmmi_ccicmmi->cicmmimm_ccicmmimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7185 2016 moveto +7166 1995 7129 1959 7089 1944 curveto +7005 1912 6377 1912 6289 1908 curveto +6224 1904 6151 1900 6097 1896 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6097.3 1892.51 moveto +6087 1895 lineto +6096.6 1899.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6097.3 1892.51 moveto +6087 1895 lineto +6096.6 1899.48 lineto +closepath stroke +grestore +% cimmicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +7315 1818 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +7294.5 1813.9 moveto 41 (ci--ic--i) alignedtext +grestore +% cicmmi_ccicmmi->cimmicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7210 2016 moveto +7230 1978 7277 1889 7301 1845 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7304.2 1846.44 moveto +7306 1836 lineto +7298.08 1843.04 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7304.2 1846.44 moveto +7306 1836 lineto +7298.08 1843.04 lineto +closepath stroke +grestore +% mmcicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3099 1674 37.02 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3080 1669.9 moveto 38 (--cic--i) alignedtext +grestore +% cicmmi_ccicmmi->mmcicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7247 2022 moveto +7329 2001 7490 1955 7523 1908 curveto +7550 1868 7552 1838 7523 1800 curveto +7485 1751 7447 1785 7390 1764 curveto +7356 1751 7353 1736 7319 1728 curveto +7101 1675 3521 1703 3297 1692 curveto +3245 1689 3185 1683 3145 1679 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3145.3 1675.51 moveto +3135 1678 lineto +3144.6 1682.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3145.3 1675.51 moveto +3135 1678 lineto +3144.6 1682.48 lineto +closepath stroke +grestore +% cmmi_ccmmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2790 1962 47.95 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2763.5 1957.9 moveto 53 (c--i=cc--i) alignedtext +grestore +% cicmmi_ccicmmi->cmmi_ccmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7157 2021 moveto +7148 2019 7139 2017 7130 2016 curveto +6678 1956 3489 1998 3034 1980 curveto +2971 1977 2897 1971 2847 1967 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2847.3 1963.51 moveto +2837 1966 lineto +2846.6 1970.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2847.3 1963.51 moveto +2837 1966 lineto +2846.6 1970.48 lineto +closepath stroke +grestore +% cimmicmmi->cimmicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7287 1805 moveto +7280 1803 7273 1801 7267 1800 curveto +7013 1749 6361 1777 6103 1764 curveto +5886 1752 5833 1741 5617 1728 curveto +5299 1708 5220 1708 4901 1692 curveto +4794 1686 4667 1680 4598 1676 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4598 1672.5 moveto +4588 1676 lineto +4598 1679.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4598 1672.5 moveto +4588 1676 lineto +4598 1679.5 lineto +closepath stroke +grestore +% cimmcmmi_ccimmcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3379 1674 73.16 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3334 1669.9 moveto 90 (ci--c--i=cci--c--i) alignedtext +grestore +% cimmicmmi->cimmcmmi_ccimmcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7287 1805 moveto +7280 1803 7273 1801 7267 1800 curveto +6918 1734 4428 1786 4073 1764 curveto +3800 1746 3732 1737 3461 1692 curveto +3455 1691 3449 1689 3443 1688 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3443.49 1684.53 moveto +3433 1686 lineto +3442.12 1691.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3443.49 1684.53 moveto +3433 1686 lineto +3442.12 1691.39 lineto +closepath stroke +grestore +% cmmicmmi_ccmmicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4413 1602 73.16 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4368 1597.9 moveto 90 (c--ic--i=cc--ic--i) alignedtext +grestore +% cimmicmmi->cmmicmmi_ccmmicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7322 1800 moveto +7329 1780 7336 1748 7319 1728 curveto +7299 1705 6817 1658 6788 1656 curveto +6279 1617 5002 1678 4495 1620 curveto +4488 1619 4482 1618 4475 1617 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4475.49 1613.53 moveto +4465 1615 lineto +4474.12 1620.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4475.49 1613.53 moveto +4465 1615 lineto +4474.12 1620.39 lineto +closepath stroke +grestore +% mmcicmmi->mmcicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3126 1662 moveto +3179 1637 3294 1582 3321 1548 curveto +3335 1530 3343 1505 3346 1486 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3349.49 1486.3 moveto +3347 1476 lineto +3342.52 1485.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3349.49 1486.3 moveto +3347 1476 lineto +3342.52 1485.6 lineto +closepath stroke +grestore +% mmcicmmi->mmcicmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3135 1670 moveto +3175 1666 3241 1660 3297 1656 curveto +3576 1635 3650 1669 3925 1620 curveto +3979 1610 3988 1592 4041 1584 curveto +4351 1535 6550 1603 6859 1548 curveto +6863 1547 6866 1546 6869 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6870.43 1548.23 moveto +6879 1542 lineto +6868.42 1541.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6870.43 1548.23 moveto +6879 1542 lineto +6868.42 1541.52 lineto +closepath stroke +grestore +% mmcicmmi->mmcicmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3127 1662 moveto +3135 1660 3143 1657 3150 1656 curveto +3312 1624 3736 1679 3889 1620 curveto +3913 1610 3909 1592 3932 1584 curveto +4026 1547 4732 1560 4831 1548 curveto +4845 1546 4859 1544 4873 1541 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4873.88 1544.39 moveto +4883 1539 lineto +4872.51 1537.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4873.88 1544.39 moveto +4883 1539 lineto +4872.51 1537.53 lineto +closepath stroke +grestore +% cmmcicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3641 1458 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3619 1453.9 moveto 44 (c--cic--i) alignedtext +grestore +% mmcicmmi->cmmcicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3129 1663 moveto +3136 1661 3143 1658 3150 1656 curveto +3311 1603 3362 1621 3513 1548 curveto +3551 1529 3589 1501 3614 1480 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3616.1 1482.8 moveto +3622 1474 lineto +3611.9 1477.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3616.1 1482.8 moveto +3622 1474 lineto +3611.9 1477.2 lineto +closepath stroke +grestore +% mmcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2656 1602 30.07 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2642 1597.9 moveto 28 (--c--i) alignedtext +grestore +% mmcicmmi->mmcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3062 1672 moveto +2991 1668 2830 1655 2700 1620 curveto +2697 1619 2693 1618 2689 1617 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2690.56 1613.86 moveto +2680 1613 lineto +2687.72 1620.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2690.56 1613.86 moveto +2680 1613 lineto +2687.72 1620.26 lineto +closepath stroke +grestore +% cmmi_ccmmi->cmmici_ccmmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2810 1946 moveto +2822 1936 2837 1924 2850 1913 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2852.1 1915.8 moveto +2858 1907 lineto +2847.9 1910.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2852.1 1915.8 moveto +2858 1907 lineto +2847.9 1910.2 lineto +closepath stroke +grestore +% cmmi_ccmmi->cmmimm_ccmmimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2784 1944 moveto +2775 1923 2759 1890 2733 1872 curveto +2671 1828 2632 1873 2565 1836 curveto +2527 1814 2514 1804 2498 1764 curveto +2493 1749 2489 1741 2498 1728 curveto +2509 1712 2549 1698 2585 1688 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2586.43 1691.23 moveto +2595 1685 lineto +2584.42 1684.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2586.43 1691.23 moveto +2595 1685 lineto +2584.42 1684.52 lineto +closepath stroke +grestore +% cmmi_ccmmi->mmcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2789 1944 moveto +2788 1924 2783 1892 2765 1872 curveto +2691 1784 2593 1860 2531 1764 curveto +2523 1750 2521 1740 2531 1728 curveto +2583 1664 2660 1755 2711 1692 curveto +2729 1670 2705 1641 2684 1622 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2686.1 1619.2 moveto +2676 1616 lineto +2681.9 1624.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2686.1 1619.2 moveto +2676 1616 lineto +2681.9 1624.8 lineto +closepath stroke +grestore +% mmcicmm->mmcicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3898 1378 moveto +3914 1374 3932 1370 3949 1368 curveto +4208 1331 4276 1354 4535 1332 curveto +4574 1328 4617 1323 4649 1320 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4649.4 1323.48 moveto +4659 1319 lineto +4648.7 1316.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4649.4 1323.48 moveto +4659 1319 lineto +4648.7 1316.51 lineto +closepath stroke +grestore +% mmcicmm->cmmcicmm_ccmmcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3862 1368 moveto +3860 1360 3858 1351 3856 1342 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3859.23 1340.57 moveto +3853 1332 lineto +3852.52 1342.58 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3859.23 1340.57 moveto +3853 1332 lineto +3852.52 1342.58 lineto +closepath stroke +grestore +% mmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3974 1314 27.99 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3961.5 1309.9 moveto 25 (--c--) alignedtext +grestore +% mmcicmm->mmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3888 1372 moveto +3905 1361 3928 1345 3946 1333 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3948.62 1335.46 moveto +3955 1327 lineto +3944.74 1329.63 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3948.62 1335.46 moveto +3955 1327 lineto +3944.74 1329.63 lineto +closepath stroke +grestore +% cmm_ccmm->cmmc_ccmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7182 1373 moveto +7175 1371 7168 1369 7161 1368 curveto +6885 1320 4928 1348 4649 1332 curveto +4611 1329 4567 1325 4533 1321 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4533.3 1317.51 moveto +4523 1320 lineto +4532.6 1324.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4533.3 1317.51 moveto +4523 1320 lineto +4532.6 1324.48 lineto +closepath stroke +grestore +% cmm_ccmm->mmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7182 1373 moveto +7175 1371 7168 1369 7161 1368 curveto +6815 1308 4352 1412 4011 1332 curveto +4009 1331 4007 1330 4005 1330 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4005.58 1326.46 moveto +3995 1326 lineto +4002.98 1332.96 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4005.58 1326.46 moveto +3995 1326 lineto +4002.98 1332.96 lineto +closepath stroke +grestore +% cimmcicmm->cimimicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4817 1521 moveto +4833 1517 4852 1514 4869 1512 curveto +4941 1503 6105 1521 6161 1476 curveto +6178 1461 6183 1434 6183 1414 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6186.5 1414 moveto +6183 1404 lineto +6179.5 1414 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6186.5 1414 moveto +6183 1404 lineto +6179.5 1414 lineto +closepath stroke +grestore +% cimmcicmm->cimmcmm_ccimmcmm_cicimmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4749 1519 moveto +4741 1516 4734 1514 4726 1512 curveto +4669 1496 4604 1483 4554 1473 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4554.49 1469.53 moveto +4544 1471 lineto +4553.12 1476.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4554.49 1469.53 moveto +4544 1471 lineto +4553.12 1476.39 lineto +closepath stroke +grestore +% cimmcicmm->cmcmcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4748 1519 moveto +4707 1505 4639 1481 4628 1476 curveto +4607 1463 4609 1448 4585 1440 curveto +4432 1383 1806 1431 1645 1404 curveto +1641 1403 1637 1403 1634 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1634.58 1397.52 moveto +1624 1398 lineto +1632.57 1404.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1634.58 1397.52 moveto +1624 1398 lineto +1632.57 1404.23 lineto +closepath stroke +grestore +% cmcmcicmm->cmcmcmm_ccmcmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1620 1372 moveto +1641 1361 1671 1347 1695 1335 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1696.96 1337.92 moveto +1704 1330 lineto +1693.56 1331.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1696.96 1337.92 moveto +1704 1330 lineto +1693.56 1331.8 lineto +closepath stroke +grestore +% cmcmcicmm->cmcimicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1594 1368 moveto +1596 1348 1603 1317 1620 1296 curveto +1631 1283 2011 1087 2040 1080 curveto +2208 1036 2647 1053 2820 1044 curveto +2900 1039 2991 1034 3047 1030 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3047.4 1033.48 moveto +3057 1029 lineto +3046.7 1026.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3047.4 1033.48 moveto +3057 1029 lineto +3046.7 1026.51 lineto +closepath stroke +grestore +% cmcmcicmm->cmmcicmm_ccmmcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1624 1373 moveto +1631 1371 1638 1369 1645 1368 curveto +1856 1331 3358 1340 3571 1332 curveto +3636 1329 3709 1324 3764 1321 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3764.4 1324.48 moveto +3774 1320 lineto +3763.7 1317.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3764.4 1324.48 moveto +3774 1320 lineto +3763.7 1317.51 lineto +closepath stroke +grestore +% cmcmcicmm->cmcmcimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1556 1376 moveto +1528 1367 1491 1352 1462 1332 curveto +1428 1307 1354 1227 1339 1188 curveto +1334 1172 1331 1165 1339 1152 curveto +1372 1095 1776 891 1901 829 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1902.96 831.92 moveto +1910 824 lineto +1899.56 825.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1902.96 831.92 moveto +1910 824 lineto +1899.56 825.8 lineto +closepath stroke +grestore +% cimmcic_ccimmcic_cicimmcic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +5300 1818 107.21 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +5230.5 1813.9 moveto 139 (ci--cic=cci--cic=cici--cic) alignedtext +grestore +% cimmcic_ccimmcic_cicimmcic->cicmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5406 1815 moveto +5667 1809 6364 1789 6945 1764 curveto +7038 1759 7147 1753 7210 1750 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7210.4 1753.48 moveto +7220 1749 lineto +7209.7 1746.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7210.4 1753.48 moveto +7220 1749 lineto +7209.7 1746.51 lineto +closepath stroke +grestore +% cimmcic_ccimmcic_cicimmcic->cimmcmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5251 1802 moveto +5185 1781 5065 1746 4959 1728 curveto +4756 1693 4700 1730 4497 1692 curveto +4443 1681 4432 1669 4378 1656 curveto +4295 1635 4197 1619 4140 1610 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4140.49 1606.53 moveto +4130 1608 lineto +4139.12 1613.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4140.49 1606.53 moveto +4130 1608 lineto +4139.12 1613.39 lineto +closepath stroke +grestore +% cimmcic_ccimmcic_cicimmcic->cimmcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5254 1802 moveto +5209 1783 5142 1747 5111 1692 curveto +5088 1650 5139 1619 5107 1584 curveto +5072 1544 4922 1557 4869 1548 curveto +4855 1546 4841 1543 4828 1540 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4828.49 1536.53 moveto +4818 1538 lineto +4827.12 1543.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4828.49 1536.53 moveto +4818 1538 lineto +4827.12 1543.39 lineto +closepath stroke +grestore +% cimmc_ccimmc_cicimmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4729 1746 87.05 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4674 1741.9 moveto 110 (ci--c=cci--c=cici--c) alignedtext +grestore +% cimmcic_ccimmcic_cicimmcic->cimmc_ccimmc_cicimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5213 1807 moveto +5125 1797 4985 1780 4863 1764 curveto +4846 1762 4829 1759 4812 1757 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4812.3 1753.51 moveto +4802 1756 lineto +4811.6 1760.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4812.3 1753.51 moveto +4802 1756 lineto +4811.6 1760.48 lineto +closepath stroke +grestore +% cimmcic_ccimmcic_cicimmcic->cmmimmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5196 1814 moveto +4904 1803 4101 1771 4073 1764 curveto +4019 1749 3960 1716 3926 1694 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3927.44 1690.8 moveto +3917 1689 lineto +3924.04 1696.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3927.44 1690.8 moveto +3917 1689 lineto +3924.04 1696.92 lineto +closepath stroke +grestore +% mmcimmcic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +5309 1530 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +5287 1525.9 moveto 44 (--ci--cic) alignedtext +grestore +% cimmcic_ccimmcic_cicimmcic->mmcimmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5290 1800 moveto +5274 1767 5246 1698 5279 1656 curveto +5317 1607 5376 1668 5413 1620 curveto +5423 1607 5422 1597 5413 1584 curveto +5400 1563 5376 1550 5354 1541 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5355.59 1537.84 moveto +5345 1538 lineto +5353.38 1544.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5355.59 1537.84 moveto +5345 1538 lineto +5353.38 1544.48 lineto +closepath stroke +grestore +% cimmc_ccimmc_cicimmc->cimmcmm_ccimmcmm_cicimmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4732 1728 moveto +4738 1695 4743 1623 4704 1584 curveto +4639 1517 4567 1609 4497 1548 curveto +4480 1533 4473 1506 4471 1486 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4474.48 1485.6 moveto +4470 1476 lineto +4467.51 1486.3 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4474.48 1485.6 moveto +4470 1476 lineto +4467.51 1486.3 lineto +closepath stroke +grestore +% cimmc_ccimmc_cicimmc->cicmmimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4798 1735 moveto +4819 1732 4842 1729 4863 1728 curveto +5506 1677 5669 1718 6313 1692 curveto +6406 1688 6515 1682 6578 1678 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6578.4 1681.48 moveto +6588 1677 lineto +6577.7 1674.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6578.4 1681.48 moveto +6588 1677 lineto +6577.7 1674.51 lineto +closepath stroke +grestore +% cimmcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2751 1530 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2729 1525.9 moveto 44 (ci--ci--c) alignedtext +grestore +% cimmc_ccimmc_cicimmc->cimmcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4651 1738 moveto +4563 1728 4427 1711 4378 1692 curveto +4353 1681 4354 1665 4327 1656 curveto +4167 1600 3732 1632 3562 1620 curveto +3520 1617 2843 1557 2801 1548 curveto +2798 1547 2795 1546 2792 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2792.58 1541.52 moveto +2782 1542 lineto +2790.57 1548.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2792.58 1541.52 moveto +2782 1542 lineto +2790.57 1548.23 lineto +closepath stroke +grestore +% mmcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4273 1458 34.94 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4255.5 1453.9 moveto 35 (--ci--c) alignedtext +grestore +% cimmc_ccimmc_cicimmc->mmcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4723 1728 moveto +4711 1694 4680 1621 4628 1584 curveto +4571 1543 4541 1570 4474 1548 curveto +4414 1527 4347 1495 4307 1476 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4308.44 1472.8 moveto +4298 1471 lineto +4305.04 1478.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4308.44 1472.8 moveto +4298 1471 lineto +4305.04 1478.92 lineto +closepath stroke +grestore +% cmmimmcic->cmcmcic_ccmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3857 1667 moveto +3832 1663 3799 1658 3769 1656 curveto +3050 1596 2866 1668 2145 1620 curveto +2118 1618 2088 1615 2061 1612 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2061.3 1608.51 moveto +2051 1611 lineto +2060.6 1615.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2061.3 1608.51 moveto +2051 1611 lineto +2060.6 1615.48 lineto +closepath stroke +grestore +% cmmimmcic->cmmimimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3934 1669 moveto +3965 1665 4009 1659 4047 1656 curveto +4291 1633 4355 1663 4595 1620 curveto +4649 1610 4784 1575 4831 1548 curveto +4852 1536 4848 1521 4869 1512 curveto +5000 1455 5376 1532 5506 1476 curveto +5528 1466 5525 1452 5544 1440 curveto +5570 1422 5601 1409 5626 1399 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5627.43 1402.23 moveto +5636 1396 lineto +5625.42 1395.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5627.43 1402.23 moveto +5636 1396 lineto +5625.42 1395.52 lineto +closepath stroke +grestore +% cmmimmcic->cmmimmc_ccmmimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3857 1667 moveto +3832 1663 3799 1658 3769 1656 curveto +3259 1611 3128 1667 2617 1620 curveto +2601 1618 2584 1616 2568 1614 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2568.49 1610.53 moveto +2558 1612 lineto +2567.12 1617.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2568.49 1610.53 moveto +2558 1612 lineto +2567.12 1617.39 lineto +closepath stroke +grestore +% mmcimmcic->mmcimimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5340 1518 moveto +5348 1516 5356 1514 5364 1512 curveto +5500 1482 5549 1535 5673 1476 curveto +5704 1461 5730 1432 5746 1411 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5748.8 1413.1 moveto +5752 1403 lineto +5743.2 1408.9 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5748.8 1413.1 moveto +5752 1403 lineto +5743.2 1408.9 lineto +closepath stroke +grestore +% mmcimmcic->mmcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5273 1521 moveto +5258 1517 5238 1514 5221 1512 curveto +4839 1465 4738 1525 4355 1476 curveto +4341 1474 4327 1472 4314 1468 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4314.49 1464.53 moveto +4304 1466 lineto +4313.12 1471.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4314.49 1464.53 moveto +4304 1466 lineto +4313.12 1471.39 lineto +closepath stroke +grestore +% mmcimmcic->mmcmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5280 1517 moveto +5225 1492 5108 1440 5107 1440 curveto +4911 1396 3498 1411 3296 1404 curveto +3206 1400 3102 1394 3040 1390 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3040.3 1386.51 moveto +3030 1389 lineto +3039.6 1393.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3040.3 1386.51 moveto +3030 1389 lineto +3039.6 1393.48 lineto +closepath stroke +grestore +% cimmcimmc->cimimimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2781 1518 moveto +2788 1516 2794 1513 2801 1512 curveto +2940 1479 2983 1514 3119 1476 curveto +3155 1465 3159 1448 3195 1440 curveto +3337 1407 5667 1409 5812 1404 curveto +5890 1401 5982 1394 6037 1390 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6037.4 1393.48 moveto +6047 1389 lineto +6036.7 1386.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6037.4 1393.48 moveto +6047 1389 lineto +6036.7 1386.51 lineto +closepath stroke +grestore +% cimmcimmc->cimmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2781 1518 moveto +2788 1516 2794 1513 2801 1512 curveto +2971 1474 3020 1509 3190 1476 curveto +3195 1475 3199 1474 3204 1472 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3204.88 1475.39 moveto +3214 1470 lineto +3203.51 1468.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3204.88 1475.39 moveto +3214 1470 lineto +3203.51 1468.53 lineto +closepath stroke +grestore +% cimmcimmc->cmcmcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2722 1517 moveto +2715 1515 2708 1513 2701 1512 curveto +2440 1462 1769 1489 1503 1476 curveto +1438 1472 1363 1467 1313 1463 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1313.3 1459.51 moveto +1303 1462 lineto +1312.6 1466.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1313.3 1459.51 moveto +1303 1462 lineto +1312.6 1466.48 lineto +closepath stroke +grestore +% cmcmcimmc->cmcimimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1234 1443 moveto +1220 1434 1204 1421 1196 1404 curveto +1175 1356 1198 1323 1242 1296 curveto +1251 1291 2590 1152 2599 1152 curveto +2882 1129 2953 1139 3235 1116 curveto +3274 1112 3317 1108 3349 1104 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3349.4 1107.48 moveto +3359 1103 lineto +3348.7 1100.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3349.4 1107.48 moveto +3359 1103 lineto +3348.7 1100.51 lineto +closepath stroke +grestore +% cmcmcimmc->cmcmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1294 1446 moveto +1302 1444 1310 1442 1318 1440 curveto +1397 1420 1424 1438 1496 1404 curveto +1519 1393 1516 1377 1539 1368 curveto +1704 1303 2159 1351 2334 1332 curveto +2350 1330 2367 1327 2382 1324 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2382.88 1327.39 moveto +2392 1322 lineto +2381.51 1320.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2382.88 1327.39 moveto +2392 1322 lineto +2381.51 1320.53 lineto +closepath stroke +grestore +% cmcmcimmc->cmmcimmc_ccmmcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1303 1454 moveto +1352 1449 1433 1443 1503 1440 curveto +2090 1414 3560 1467 4143 1404 curveto +4150 1403 4157 1402 4165 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4165.88 1404.39 moveto +4175 1399 lineto +4164.51 1397.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4165.88 1404.39 moveto +4175 1399 lineto +4164.51 1397.53 lineto +closepath stroke +grestore +% cmcmcimmc->cmcmcimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1218 1453 moveto +1128 1441 924 1415 914 1404 curveto +862 1343 881 1296 914 1224 curveto +935 1179 956 1177 997 1152 curveto +1015 1141 1319 1015 1338 1008 curveto +1521 937 1568 923 1754 864 curveto +1801 848 1855 833 1892 823 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1893.43 826.23 moveto +1902 820 lineto +1891.42 819.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1893.43 826.23 moveto +1902 820 lineto +1891.42 819.52 lineto +closepath stroke +grestore +% cimmcimmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2579 1746 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2558.5 1741.9 moveto 41 (ci--ci--i) alignedtext +grestore +% cimmcimm_ccimmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3067 1602 73.16 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3022 1597.9 moveto 90 (ci--ci--=cci--ci--) alignedtext +grestore +% cimmcimmi->cimmcimm_ccimmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2610 1735 moveto +2617 1732 2625 1730 2632 1728 curveto +2698 1708 2716 1710 2782 1692 curveto +2863 1669 2957 1639 3014 1620 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3015.43 1623.23 moveto +3024 1617 lineto +3013.42 1616.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3015.43 1623.23 moveto +3024 1617 lineto +3013.42 1616.52 lineto +closepath stroke +grestore +% cimmcimmi->cimmcmmi_ccimmcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2609 1734 moveto +2616 1732 2624 1729 2632 1728 curveto +2871 1680 2936 1710 3178 1692 curveto +3218 1689 3263 1685 3301 1682 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3301.4 1685.48 moveto +3311 1681 lineto +3300.7 1678.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3301.4 1685.48 moveto +3311 1681 lineto +3300.7 1678.51 lineto +closepath stroke +grestore +% cimmcimmi->cmcmcimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2543 1738 moveto +2527 1735 2506 1731 2488 1728 curveto +2384 1709 2354 1721 2251 1692 curveto +2214 1680 2208 1666 2170 1656 curveto +2054 1623 2019 1648 1901 1620 curveto +1898 1619 1895 1618 1892 1617 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1892.58 1613.52 moveto +1882 1614 lineto +1890.57 1620.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1892.58 1613.52 moveto +1882 1614 lineto +1890.57 1620.23 lineto +closepath stroke +grestore +% cimmcimm_ccimmcimm->cimmcmcm_ccimmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3103 1586 moveto +3128 1575 3160 1561 3187 1550 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3188.28 1553.26 moveto +3196 1546 lineto +3185.44 1546.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3188.28 1553.26 moveto +3196 1546 lineto +3185.44 1546.86 lineto +closepath stroke +grestore +% cimmcimm_ccimmcimm->cmcmcimm_ccmcmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3003 1593 moveto +2974 1590 2940 1586 2909 1584 curveto +2407 1547 2280 1574 1777 1548 curveto +1726 1545 1668 1541 1621 1537 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1621.3 1533.51 moveto +1611 1536 lineto +1620.6 1540.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1621.3 1533.51 moveto +1611 1536 lineto +1620.6 1540.48 lineto +closepath stroke +grestore +% cimmcimm_ccimmcimm->cicmmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3140 1600 moveto +3265 1596 3532 1588 3757 1584 curveto +4377 1571 5927 1595 6545 1548 curveto +6570 1545 6599 1542 6623 1539 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6623.88 1542.39 moveto +6633 1537 lineto +6622.51 1535.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6623.88 1542.39 moveto +6633 1537 lineto +6622.51 1535.53 lineto +closepath stroke +grestore +% cimmcimm_ccimmcimm->cimmcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3137 1597 moveto +3193 1592 3273 1587 3344 1584 curveto +3944 1556 4098 1616 4693 1548 curveto +4707 1546 4721 1544 4735 1541 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4735.88 1544.39 moveto +4745 1539 lineto +4734.51 1537.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4735.88 1544.39 moveto +4745 1539 lineto +4734.51 1537.53 lineto +closepath stroke +grestore +% cimmcimm_ccimmcimm->cimmcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3006 1592 moveto +2952 1583 2871 1567 2801 1548 curveto +2798 1547 2795 1546 2792 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2792.58 1541.52 moveto +2782 1542 lineto +2790.57 1548.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2792.58 1541.52 moveto +2782 1542 lineto +2790.57 1548.23 lineto +closepath stroke +grestore +% cimmcmmi_ccimmcmmi->cmcmcmmi_ccmcmcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3310 1668 moveto +3264 1664 3201 1659 3145 1656 curveto +2825 1635 2740 1676 2423 1620 curveto +2371 1610 2361 1595 2309 1584 curveto +2275 1576 2065 1552 1946 1539 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1946.3 1535.51 moveto +1936 1538 lineto +1945.6 1542.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1946.3 1535.51 moveto +1936 1538 lineto +1945.6 1542.48 lineto +closepath stroke +grestore +% cimmcmmi_ccimmcmmi->cimmcmcm_ccimmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3361 1656 moveto +3335 1631 3288 1585 3258 1555 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3260.55 1552.6 moveto +3251 1548 lineto +3255.6 1557.55 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3260.55 1552.6 moveto +3251 1548 lineto +3255.6 1557.55 lineto +closepath stroke +grestore +% cimmcmmi_ccimmcmmi->cicmmcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3430 1661 moveto +3440 1659 3451 1657 3461 1656 curveto +3789 1618 6097 1628 6427 1620 curveto +6579 1615 6758 1608 6844 1604 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6844 1607.5 moveto +6854 1604 lineto +6844 1600.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6844 1607.5 moveto +6854 1604 lineto +6844 1600.5 lineto +closepath stroke +grestore +% cimmcmmi_ccimmcmmi->cimmcmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3430 1661 moveto +3440 1659 3451 1657 3461 1656 curveto +4188 1569 4378 1679 5107 1620 curveto +5133 1617 5162 1614 5185 1611 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5185.88 1614.39 moveto +5195 1609 lineto +5184.51 1607.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5185.88 1614.39 moveto +5195 1609 lineto +5184.51 1607.53 lineto +closepath stroke +grestore +% cimmcmmi_ccimmcmmi->cimmcmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3431 1661 moveto +3441 1659 3451 1657 3461 1656 curveto +3715 1620 3785 1668 4036 1620 curveto +4041 1619 4045 1618 4050 1616 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4050.88 1619.39 moveto +4060 1614 lineto +4049.51 1612.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4050.88 1619.39 moveto +4060 1614 lineto +4049.51 1612.53 lineto +closepath stroke +grestore +% cmcmcimmi->cmcmcmmi_ccmcmcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1855 1584 moveto +1856 1576 1858 1567 1860 1558 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1863.47 1558.49 moveto +1862 1548 lineto +1856.61 1557.12 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1863.47 1558.49 moveto +1862 1548 lineto +1856.61 1557.12 lineto +closepath stroke +grestore +% cmcmcimmi->cmcmcimm_ccmcmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1814 1594 moveto +1763 1582 1667 1560 1603 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1603.49 1541.53 moveto +1593 1543 lineto +1602.12 1548.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1603.49 1541.53 moveto +1593 1543 lineto +1602.12 1548.39 lineto +closepath stroke +grestore +% cmcmcimmi->cmmcimmi_ccmmcimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1881 1589 moveto +1887 1587 1894 1585 1901 1584 curveto +2078 1551 3335 1556 3513 1548 curveto +3565 1545 3623 1541 3668 1537 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3668.4 1540.48 moveto +3678 1536 lineto +3667.7 1533.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3668.4 1540.48 moveto +3678 1536 lineto +3667.7 1533.51 lineto +closepath stroke +grestore +% cimmci_ccimmci_cicimmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +5756 1890 93.81 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +5696.5 1885.9 moveto 119 (ci--ci=cci--ci=cici--ci) alignedtext +grestore +% cimmci_ccimmci_cicimmci->cicmcmci_ccicmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5836 1881 moveto +5867 1877 5903 1874 5935 1872 curveto +6430 1839 6556 1878 7051 1836 curveto +7068 1834 7086 1832 7103 1830 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7103.4 1833.48 moveto +7113 1829 lineto +7102.7 1826.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7103.4 1833.48 moveto +7113 1829 lineto +7102.7 1826.51 lineto +closepath stroke +grestore +% cimmci_ccimmci_cicimmci->cimmcic_ccimmcic_cicimmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5686 1878 moveto +5674 1876 5660 1874 5648 1872 curveto +5560 1858 5460 1842 5390 1832 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5390.49 1828.53 moveto +5380 1830 lineto +5389.12 1835.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5390.49 1828.53 moveto +5380 1830 lineto +5389.12 1835.39 lineto +closepath stroke +grestore +% cimmci_ccimmci_cicimmci->cimmcimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5681 1879 moveto +5659 1876 5633 1873 5610 1872 curveto +5085 1831 4950 1882 4424 1836 curveto +4314 1826 4288 1809 4177 1800 curveto +3525 1744 3356 1819 2703 1764 curveto +2678 1761 2649 1757 2626 1754 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2626.49 1750.53 moveto +2616 1752 lineto +2625.12 1757.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2626.49 1750.53 moveto +2616 1752 lineto +2625.12 1757.39 lineto +closepath stroke +grestore +% cimmci_ccimmci_cicimmci->cmmimmci_ccmmimmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5681 1879 moveto +5659 1876 5633 1873 5610 1872 curveto +4977 1825 4813 1908 4182 1836 curveto +4174 1835 4166 1834 4158 1832 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4158.49 1828.53 moveto +4148 1830 lineto +4157.12 1835.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4158.49 1828.53 moveto +4148 1830 lineto +4157.12 1835.39 lineto +closepath stroke +grestore +% mmcimmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +5367 1602 37.02 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +5348 1597.9 moveto 38 (--ci--ci) alignedtext +grestore +% cimmci_ccimmci_cicimmci->mmcimmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5740 1872 moveto +5707 1838 5629 1762 5546 1728 curveto +5491 1704 5319 1737 5279 1692 curveto +5269 1679 5272 1669 5279 1656 curveto +5289 1637 5309 1625 5326 1616 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5328.02 1618.96 moveto +5336 1612 lineto +5325.42 1612.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5328.02 1618.96 moveto +5336 1612 lineto +5325.42 1612.46 lineto +closepath stroke +grestore +% cmmimmci_ccmmimmci->cmmicmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4166 1814 moveto +4314 1805 4665 1784 4959 1764 curveto +5176 1749 5230 1742 5446 1728 curveto +5517 1723 6013 1722 6077 1692 curveto +6096 1682 6090 1665 6110 1656 curveto +6246 1587 6300 1646 6451 1620 curveto +6565 1599 6697 1563 6765 1543 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6766.43 1546.23 moveto +6775 1540 lineto +6764.42 1539.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6766.43 1546.23 moveto +6775 1540 lineto +6764.42 1539.52 lineto +closepath stroke +grestore +% cmmimmci_ccmmimmci->cmmimmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4036 1807 moveto +3989 1798 3929 1782 3912 1764 curveto +3897 1747 3894 1722 3893 1702 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3896.5 1702 moveto +3893 1692 lineto +3889.5 1702 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3896.5 1702 moveto +3893 1692 lineto +3889.5 1702 lineto +closepath stroke +grestore +% cmcmmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2136 1746 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2112 1741.9 moveto 48 (c-c--c-ci) alignedtext +grestore +% cmmimmci_ccmmimmci->cmcmmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4036 1807 moveto +4017 1804 3995 1801 3975 1800 curveto +3336 1744 3173 1786 2531 1764 curveto +2410 1759 2267 1753 2190 1749 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2190.3 1745.51 moveto +2180 1748 lineto +2189.6 1752.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2190.3 1745.51 moveto +2180 1748 lineto +2189.6 1752.48 lineto +closepath stroke +grestore +% mmcimmci->mmcicmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5403 1597 moveto +5435 1592 5484 1586 5527 1584 curveto +5822 1563 6568 1602 6859 1548 curveto +6863 1547 6866 1546 6869 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6870.43 1548.23 moveto +6879 1542 lineto +6868.42 1541.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6870.43 1548.23 moveto +6879 1542 lineto +6868.42 1541.52 lineto +closepath stroke +grestore +% mmcimmci->mmcimmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5353 1585 moveto +5346 1576 5337 1565 5329 1555 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5331.8 1552.9 moveto +5323 1547 lineto +5326.2 1557.1 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5331.8 1552.9 moveto +5323 1547 lineto +5326.2 1557.1 lineto +closepath stroke +grestore +% mmcimmci->mmcmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5334 1593 moveto +5319 1590 5300 1586 5283 1584 curveto +4786 1523 4651 1632 4157 1548 curveto +4105 1539 4096 1520 4043 1512 curveto +3553 1428 3419 1535 2925 1476 curveto +2911 1474 2897 1472 2884 1469 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2884.49 1465.53 moveto +2874 1467 lineto +2883.12 1472.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2884.49 1465.53 moveto +2874 1467 lineto +2883.12 1472.39 lineto +closepath stroke +grestore +% cmmcimmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4749 1458 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4727 1453.9 moveto 44 (c--ci--ci) alignedtext +grestore +% mmcimmci->cmmcimmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5339 1590 moveto +5316 1580 5284 1565 5259 1548 curveto +5240 1534 5243 1521 5221 1512 curveto +5143 1476 4922 1488 4837 1476 curveto +4823 1474 4809 1471 4795 1468 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4795.49 1464.53 moveto +4785 1466 lineto +4794.12 1471.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4795.49 1464.53 moveto +4785 1466 lineto +4794.12 1471.39 lineto +closepath stroke +grestore +% cmcmcmmci->cmcmcmmc_ccmcmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4489 1379 moveto +4517 1372 4551 1359 4568 1332 curveto +4577 1318 4579 1308 4568 1296 curveto +4510 1226 4426 1329 4367 1260 curveto +4352 1242 4359 1217 4368 1197 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4371.2 1198.44 moveto +4373 1188 lineto +4365.08 1195.04 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4371.2 1198.44 moveto +4373 1188 lineto +4365.08 1195.04 lineto +closepath stroke +grestore +% cmmcmmci_ccmmcmmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4165 1170 79.22 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4116 1165.9 moveto 98 (c--c--ci=cc--c--ci) alignedtext +grestore +% cmcmcmmci->cmmcmmci_ccmmcmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4482 1374 moveto +4501 1366 4524 1352 4535 1332 curveto +4543 1318 4546 1308 4535 1296 curveto +4484 1233 4434 1285 4356 1260 curveto +4302 1242 4242 1212 4204 1192 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4205.44 1188.8 moveto +4195 1187 lineto +4202.04 1194.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4205.44 1188.8 moveto +4195 1187 lineto +4202.04 1194.92 lineto +closepath stroke +grestore +% cmcmmimi_ccmcmmimi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3273 1314 73.16 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3228 1309.9 moveto 90 (c-c--i-i=cc-c--i-i) alignedtext +grestore +% cmcmcmmci->cmcmmimi_ccmcmmimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4415 1374 moveto +4407 1371 4398 1369 4390 1368 curveto +3937 1291 3812 1389 3355 1332 curveto +3348 1331 3342 1330 3335 1329 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3335.49 1325.53 moveto +3325 1327 lineto +3334.12 1332.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3335.49 1325.53 moveto +3325 1327 lineto +3334.12 1332.39 lineto +closepath stroke +grestore +% cmcmcmmic->cmcmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2939 1449 moveto +2923 1446 2904 1443 2887 1440 curveto +2774 1420 2736 1450 2630 1404 curveto +2608 1393 2609 1380 2587 1368 curveto +2555 1349 2514 1335 2483 1327 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2483.58 1323.52 moveto +2473 1324 lineto +2481.57 1330.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2483.58 1323.52 moveto +2473 1324 lineto +2481.57 1330.23 lineto +closepath stroke +grestore +% cmmcmmic_ccmmcmmic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3089 1242 79.22 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3040 1237.9 moveto 98 (c--c--ic=cc--c--ic) alignedtext +grestore +% cmcmcmmic->cmmcmmic_ccmmcmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3001 1442 moveto +3014 1433 3029 1419 3039 1404 curveto +3054 1381 3073 1310 3083 1270 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3086.47 1270.49 moveto +3085 1260 lineto +3079.61 1269.12 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3086.47 1270.49 moveto +3085 1260 lineto +3079.61 1269.12 lineto +closepath stroke +grestore +% cmcmcmmic->cmcmmimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3003 1443 moveto +3020 1433 3043 1418 3062 1404 curveto +3123 1359 3129 1336 3191 1296 curveto +3214 1281 3242 1268 3264 1258 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3265.28 1261.26 moveto +3273 1254 lineto +3262.44 1254.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3265.28 1261.26 moveto +3273 1254 lineto +3262.44 1254.86 lineto +closepath stroke +grestore +% mmcimmc->mmcicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4305 1450 moveto +4320 1447 4339 1443 4355 1440 curveto +4469 1419 4498 1422 4611 1404 curveto +4625 1402 4641 1399 4655 1396 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4655.88 1399.39 moveto +4665 1394 lineto +4654.51 1392.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4655.88 1399.39 moveto +4665 1394 lineto +4654.51 1392.53 lineto +closepath stroke +grestore +% mmcimmc->cmmcimmc_ccmmcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4263 1441 moveto +4258 1433 4252 1422 4246 1413 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4248.92 1411.04 moveto +4241 1404 lineto +4242.8 1414.44 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4248.92 1411.04 moveto +4241 1404 lineto +4242.8 1414.44 lineto +closepath stroke +grestore +% cimmicimm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3927 1818 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3906.5 1813.9 moveto 41 (ci--ici--) alignedtext +grestore +% cimmicimm->cimmicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3957 1806 moveto +3965 1804 3972 1802 3980 1800 curveto +4098 1772 4131 1789 4248 1764 curveto +4342 1743 4448 1708 4505 1688 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4506.43 1691.23 moveto +4515 1685 lineto +4504.42 1684.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4506.43 1691.23 moveto +4515 1685 lineto +4504.42 1684.52 lineto +closepath stroke +grestore +% cimmicimm->cimmcimm_ccimmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3899 1805 moveto +3892 1803 3886 1801 3879 1800 curveto +3718 1766 3294 1819 3139 1764 curveto +3089 1745 3067 1739 3043 1692 curveto +3034 1672 3041 1647 3050 1629 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3053.2 1630.44 moveto +3055 1620 lineto +3047.08 1627.04 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3053.2 1630.44 moveto +3055 1620 lineto +3047.08 1627.04 lineto +closepath stroke +grestore +% cimmicimm->cmmicimm_ccmmicimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3899 1805 moveto +3892 1803 3886 1801 3879 1800 curveto +3509 1724 3406 1806 3030 1764 curveto +2943 1754 2923 1742 2835 1728 curveto +2719 1709 2681 1739 2573 1692 curveto +2551 1681 2553 1666 2530 1656 curveto +2438 1613 2405 1639 2305 1620 curveto +2300 1619 2295 1618 2290 1617 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2290.49 1613.53 moveto +2280 1615 lineto +2289.12 1620.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2290.49 1613.53 moveto +2280 1615 lineto +2289.12 1620.39 lineto +closepath stroke +grestore +% cmmicimm_ccmmicimm->cmmicmcm_ccmmicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2294 1595 moveto +2332 1591 2380 1586 2423 1584 curveto +3048 1547 3207 1600 3829 1548 curveto +3846 1546 3864 1544 3881 1542 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3881.4 1545.48 moveto +3891 1541 lineto +3880.7 1538.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3881.4 1545.48 moveto +3891 1541 lineto +3880.7 1538.51 lineto +closepath stroke +grestore +% cmmicimm_ccmmicimm->cmcmcimm_ccmcmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2161 1594 moveto +2133 1591 2100 1587 2069 1584 curveto +1910 1567 1724 1548 1620 1538 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1620.3 1534.51 moveto +1610 1537 lineto +1619.6 1541.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1620.3 1534.51 moveto +1610 1537 lineto +1619.6 1541.48 lineto +closepath stroke +grestore +% cmmicimm_ccmmicimm->cmmicimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2194 1586 moveto +2171 1575 2140 1560 2116 1549 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2117.44 1545.8 moveto +2107 1544 lineto +2114.04 1551.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2117.44 1545.8 moveto +2107 1544 lineto +2114.04 1551.92 lineto +closepath stroke +grestore +% cimmici_ccimmici_cicimmici +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +7021 2034 100.06 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +6957 2029.9 moveto 128 (ci--ici=cci--ici=cici--ici) alignedtext +grestore +% cimmici_ccimmici_cicimmici->cicmmici_ccicmmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7017 2016 moveto +7015 2008 7013 1999 7011 1990 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7014.39 1989.12 moveto +7009 1980 lineto +7007.53 1990.49 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7014.39 1989.12 moveto +7009 1980 lineto +7007.53 1990.49 lineto +closepath stroke +grestore +% cimmici_ccimmici_cicimmici->cimmicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7045 2016 moveto +7058 2006 7075 1993 7089 1980 curveto +7104 1965 7104 1956 7122 1944 curveto +7152 1921 7166 1927 7198 1908 curveto +7230 1888 7265 1860 7288 1841 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7290.78 1843.22 moveto +7296 1834 lineto +7286.17 1837.95 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7290.78 1843.22 moveto +7296 1834 lineto +7286.17 1837.95 lineto +closepath stroke +grestore +% cimmici_ccimmici_cicimmici->cimmci_ccimmci_cicimmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6984 2017 moveto +6935 1996 6845 1959 6764 1944 curveto +6401 1874 6302 1934 5935 1908 curveto +5907 1906 5876 1903 5847 1900 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5847.3 1896.51 moveto +5837 1899 lineto +5846.6 1903.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5847.3 1896.51 moveto +5837 1899 lineto +5846.6 1903.48 lineto +closepath stroke +grestore +% cimmici_ccimmici_cicimmici->cimmicimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6953 2021 moveto +6900 2010 6825 1995 6760 1980 curveto +6696 1965 6681 1953 6617 1944 curveto +6404 1913 5861 1958 5653 1908 curveto +5617 1899 5614 1880 5577 1872 curveto +5408 1831 4186 1855 4013 1836 curveto +3999 1834 3985 1832 3972 1829 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3972.49 1825.53 moveto +3962 1827 lineto +3971.12 1832.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3972.49 1825.53 moveto +3962 1827 lineto +3971.12 1832.39 lineto +closepath stroke +grestore +% cimmic_ccimmic_cicimmic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +7420 1890 93.81 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +7360.5 1885.9 moveto 119 (ci--ic=cci--ic=cici--ic) alignedtext +grestore +% cimmici_ccimmici_cicimmici->cimmic_ccimmic_cicimmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7052 2017 moveto +7088 1997 7151 1964 7208 1944 curveto +7252 1927 7303 1914 7344 1905 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7344.88 1908.39 moveto +7354 1903 lineto +7343.51 1901.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7344.88 1908.39 moveto +7354 1903 lineto +7343.51 1901.53 lineto +closepath stroke +grestore +% mmcimmici +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4949 1674 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4928.5 1669.9 moveto 41 (--ci--ici) alignedtext +grestore +% cimmici_ccimmici_cicimmici->mmcimmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7092 2021 moveto +7223 1997 7496 1942 7523 1908 curveto +7552 1870 7547 1841 7523 1800 curveto +7488 1742 7455 1745 7390 1728 curveto +7267 1695 5238 1700 5111 1692 curveto +5072 1689 5029 1684 4997 1680 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4997.3 1676.51 moveto +4987 1679 lineto +4996.6 1683.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4997.3 1676.51 moveto +4987 1679 lineto +4996.6 1683.48 lineto +closepath stroke +grestore +% cimmic_ccimmic_cicimmic->cimmicmm_ccimmicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7511 1885 moveto +7615 1878 7777 1864 7832 1836 curveto +7876 1813 7998 1692 7965 1656 curveto +7930 1618 7563 1624 7513 1620 curveto +7486 1617 7457 1614 7431 1611 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7431.3 1607.51 moveto +7421 1610 lineto +7430.6 1614.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7431.3 1607.51 moveto +7421 1610 lineto +7430.6 1614.48 lineto +closepath stroke +grestore +% cimmic_ccimmic_cicimmic->cicmmic_ccicmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7426 1872 moveto +7429 1864 7432 1855 7434 1846 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7437.48 1846.58 moveto +7437 1836 lineto +7430.77 1844.57 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7437.48 1846.58 moveto +7437 1836 lineto +7430.77 1844.57 lineto +closepath stroke +grestore +% cimmic_ccimmic_cicimmic->cimmcic_ccimmcic_cicimmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7328 1886 moveto +7230 1882 7073 1876 6937 1872 curveto +6365 1851 5683 1830 5415 1821 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5415 1817.5 moveto +5405 1821 lineto +5415 1824.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5415 1817.5 moveto +5405 1821 lineto +5415 1824.5 lineto +closepath stroke +grestore +% mmcimmic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +5061 1602 37.02 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +5042 1597.9 moveto 38 (--ci--ic) alignedtext +grestore +% cimmic_ccimmic_cicimmic->mmcimmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7473 1875 moveto +7492 1867 7512 1854 7523 1836 curveto +7531 1822 7528 1814 7523 1800 curveto +7518 1789 7397 1660 7387 1656 curveto +7274 1606 5306 1629 5183 1620 curveto +5158 1617 5129 1613 5106 1610 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5106.49 1606.53 moveto +5096 1608 lineto +5105.12 1613.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5106.49 1606.53 moveto +5096 1608 lineto +5105.12 1613.39 lineto +closepath stroke +grestore +% mmcimmici->mmcimmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4986 1668 moveto +5048 1659 5176 1640 5283 1620 curveto +5296 1618 5310 1615 5323 1612 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5324.43 1615.23 moveto +5333 1609 lineto +5322.42 1608.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5324.43 1615.23 moveto +5333 1609 lineto +5322.42 1608.52 lineto +closepath stroke +grestore +% mmcimmici->mmcimmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4972 1659 moveto +4989 1649 5012 1634 5030 1622 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5032.62 1624.46 moveto +5039 1616 lineto +5028.74 1618.63 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5032.62 1624.46 moveto +5039 1616 lineto +5028.74 1618.63 lineto +closepath stroke +grestore +% mmcimmici->mmcmmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4910 1672 moveto +4845 1668 4711 1661 4597 1656 curveto +4224 1638 4131 1640 3757 1620 curveto +3699 1616 2759 1560 2701 1548 curveto +2698 1547 2695 1546 2692 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2692.58 1541.52 moveto +2682 1542 lineto +2690.57 1548.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2692.58 1541.52 moveto +2682 1542 lineto +2690.57 1548.23 lineto +closepath stroke +grestore +% cmmicmmc_ccmmicmmc->cmmimim_ccmmimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5370 1368 moveto +5328 1293 5166 999 5115 909 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5117.92 907.04 moveto +5110 900 lineto +5111.8 910.44 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5117.92 907.04 moveto +5110 900 lineto +5111.8 910.44 lineto +closepath stroke +grestore +% cmmicmmc_ccmmicmmc->cmcmcmmc_ccmcmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5327 1373 moveto +5292 1363 5246 1349 5206 1332 curveto +5177 1319 5173 1307 5142 1296 curveto +4914 1206 4624 1180 4477 1173 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4477 1169.5 moveto +4467 1173 lineto +4477 1176.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4477 1169.5 moveto +4467 1173 lineto +4477 1176.5 lineto +closepath stroke +grestore +% cmmicmmc_ccmmicmmc->cmmcicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5323 1374 moveto +5280 1364 5220 1349 5168 1332 curveto +5129 1318 5122 1307 5082 1296 curveto +4979 1267 4949 1283 4844 1260 curveto +4839 1259 4835 1258 4831 1256 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4831.58 1252.52 moveto +4821 1253 lineto +4829.57 1259.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4831.58 1252.52 moveto +4821 1253 lineto +4829.57 1259.23 lineto +closepath stroke +grestore +% cmmicmmi_ccmmicmmi->cmcmcmmi_ccmcmcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4343 1596 moveto +4289 1592 4210 1587 4141 1584 curveto +3204 1544 2966 1607 2029 1548 curveto +2002 1546 1971 1543 1944 1540 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1944.3 1536.51 moveto +1934 1539 lineto +1943.6 1543.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1944.3 1536.51 moveto +1934 1539 lineto +1943.6 1543.48 lineto +closepath stroke +grestore +% cmmicmmi_ccmmicmmi->cmmicmcm_ccmmicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4351 1592 moveto +4268 1579 4120 1556 4030 1542 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4030.49 1538.53 moveto +4020 1540 lineto +4029.12 1545.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4030.49 1538.53 moveto +4020 1540 lineto +4029.12 1545.39 lineto +closepath stroke +grestore +% cmmicmmi_ccmmicmmi->cmmicmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4464 1589 moveto +4474 1587 4485 1585 4495 1584 curveto +4987 1526 6229 1601 6721 1548 curveto +6735 1546 6749 1544 6763 1541 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6763.88 1544.39 moveto +6773 1539 lineto +6762.51 1537.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6763.88 1544.39 moveto +6773 1539 lineto +6762.51 1537.53 lineto +closepath stroke +grestore +% cmmicmmi_ccmmicmmi->cmmcicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4355 1591 moveto +4303 1581 4224 1565 4157 1548 curveto +4106 1534 4095 1523 4043 1512 curveto +3978 1497 3783 1474 3691 1463 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3691.3 1459.51 moveto +3681 1462 lineto +3690.6 1466.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3691.3 1459.51 moveto +3681 1462 lineto +3690.6 1466.48 lineto +closepath stroke +grestore +% cmmicmmi_ccmmicmmi->cmmicmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4461 1588 moveto +4498 1578 4549 1563 4593 1548 curveto +4596 1547 4599 1546 4601 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4602.43 1548.23 moveto +4611 1542 lineto +4600.42 1541.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4602.43 1548.23 moveto +4611 1542 lineto +4600.42 1541.52 lineto +closepath stroke +grestore +% mmcimmic->mmcicmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5035 1589 moveto +5013 1577 4980 1561 4955 1549 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4956.44 1545.8 moveto +4946 1544 lineto +4953.04 1551.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4956.44 1545.8 moveto +4946 1544 lineto +4953.04 1551.92 lineto +closepath stroke +grestore +% mmcimmic->mmcimmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5093 1593 moveto +5137 1580 5215 1557 5264 1543 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5265.43 1546.23 moveto +5274 1540 lineto +5263.42 1539.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5265.43 1546.23 moveto +5274 1540 lineto +5263.42 1539.52 lineto +closepath stroke +grestore +% mmcimmic->cmmcimmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5033 1590 moveto +5028 1587 5021 1585 5015 1584 curveto +4892 1552 4846 1602 4731 1548 curveto +4710 1538 4715 1521 4693 1512 curveto +4571 1459 4228 1489 4095 1476 curveto +4070 1473 4041 1469 4018 1466 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4018.49 1462.53 moveto +4008 1464 lineto +4017.12 1469.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4018.49 1462.53 moveto +4008 1464 lineto +4017.12 1469.39 lineto +closepath stroke +grestore +% cimmi_ccimmi_cicimmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +7095 2106 79.22 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +7046 2101.9 moveto 98 (ci--i=cci--i=cici--i) alignedtext +grestore +% cimmi_ccimmi_cicimmi->cicmmi_ccicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7120 2089 moveto +7134 2079 7152 2067 7167 2057 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7169.1 2059.8 moveto +7175 2051 lineto +7164.9 2054.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7169.1 2059.8 moveto +7175 2051 lineto +7164.9 2054.2 lineto +closepath stroke +grestore +% cimmi_ccimmi_cicimmi->cimmici_ccimmici_cicimmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7077 2088 moveto +7068 2079 7057 2069 7047 2059 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7048.83 2055.95 moveto +7039 2052 lineto +7044.22 2061.22 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7048.83 2055.95 moveto +7039 2052 lineto +7044.22 2061.22 lineto +closepath stroke +grestore +% cimm_ccimm_cicimm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4584 1962 72.96 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4539.5 1957.9 moveto 89 (ci--=cci--=cici--) alignedtext +grestore +% cimmi_ccimmi_cicimmi->cimm_ccimm_cicimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7016 2105 moveto +6779 2103 6056 2092 5459 2052 curveto +5162 2031 4810 1990 4659 1971 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4659.3 1967.51 moveto +4649 1970 lineto +4658.6 1974.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4659.3 1967.51 moveto +4649 1970 lineto +4658.6 1974.48 lineto +closepath stroke +grestore +% mmcimmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3180 1746 32.16 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3164.5 1741.9 moveto 31 (--ci--i) alignedtext +grestore +% cimmi_ccimmi_cicimmi->mmcimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7163 2097 moveto +7224 2086 7298 2062 7270 2016 curveto +7180 1868 6777 1920 6749 1908 curveto +6727 1898 6728 1886 6711 1872 curveto +6669 1837 6664 1817 6613 1800 curveto +6536 1774 3774 1765 3692 1764 curveto +3518 1759 3310 1752 3222 1747 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3222 1743.5 moveto +3212 1747 lineto +3222 1750.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3222 1743.5 moveto +3212 1747 lineto +3222 1750.5 lineto +closepath stroke +grestore +% cimm_ccimm_cicimm->cicmmimm_ccicmmimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4657 1961 moveto +4852 1957 5403 1944 5859 1908 curveto +5886 1905 5915 1903 5942 1899 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5942.4 1902.48 moveto +5952 1898 lineto +5941.7 1895.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5942.4 1902.48 moveto +5952 1898 lineto +5941.7 1895.51 lineto +closepath stroke +grestore +% cimm_ccimm_cicimm->cimmc_ccimmc_cicimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4639 1950 moveto +4697 1935 4783 1901 4823 1836 curveto +4832 1822 4832 1813 4823 1800 curveto +4815 1785 4800 1774 4785 1766 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4786.44 1762.8 moveto +4776 1761 lineto +4783.04 1768.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4786.44 1762.8 moveto +4776 1761 lineto +4783.04 1768.92 lineto +closepath stroke +grestore +% cimm_ccimm_cicimm->cimmicimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4529 1950 moveto +4403 1922 4090 1853 3972 1828 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3972.49 1824.53 moveto +3962 1826 lineto +3971.12 1831.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3972.49 1824.53 moveto +3962 1826 lineto +3971.12 1831.39 lineto +closepath stroke +grestore +% mmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3474 1530 30.07 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3460 1525.9 moveto 28 (--ci--) alignedtext +grestore +% cimm_ccimm_cicimm->mmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4567 1944 moveto +4499 1875 4245 1624 4141 1584 curveto +4010 1533 3645 1584 3509 1548 curveto +3508 1548 3507 1547 3505 1547 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3506.56 1543.86 moveto +3496 1543 lineto +3503.72 1550.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3506.56 1543.86 moveto +3496 1543 lineto +3503.72 1550.26 lineto +closepath stroke +grestore +% mmcimmi->mmcicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3163 1731 moveto +3152 1721 3137 1708 3125 1697 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3126.83 1693.95 moveto +3117 1690 lineto +3122.22 1699.22 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3126.83 1693.95 moveto +3117 1690 lineto +3122.22 1699.22 lineto +closepath stroke +grestore +% mmcimmi->mmcimmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3212 1745 moveto +3366 1740 4043 1717 4597 1692 curveto +4705 1687 4832 1681 4900 1677 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4900.4 1680.48 moveto +4910 1676 lineto +4899.7 1673.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4900.4 1680.48 moveto +4910 1676 lineto +4899.7 1673.51 lineto +closepath stroke +grestore +% mmcimmi->mmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3154 1736 moveto +3118 1721 3057 1696 3053 1692 curveto +3045 1678 3044 1668 3053 1656 curveto +3089 1608 3125 1636 3182 1620 curveto +3275 1593 3383 1559 3437 1541 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3438.43 1544.23 moveto +3447 1538 lineto +3436.42 1537.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3438.43 1544.23 moveto +3447 1538 lineto +3436.42 1537.52 lineto +closepath stroke +grestore +% mmcimmi->cmmcimmi_ccmmcimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3184 1728 moveto +3190 1707 3203 1674 3226 1656 curveto +3231 1652 3546 1578 3684 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3684.88 1548.39 moveto +3694 1543 lineto +3683.51 1541.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3684.88 1548.39 moveto +3694 1543 lineto +3683.51 1541.53 lineto +closepath stroke +grestore +% mmcimm->mmcicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3452 1517 moveto +3433 1506 3404 1490 3382 1477 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3383.44 1473.8 moveto +3373 1472 lineto +3380.04 1479.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3383.44 1473.8 moveto +3373 1472 lineto +3380.04 1479.92 lineto +closepath stroke +grestore +% mmcimm->cmmcimm_ccmmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3483 1513 moveto +3487 1505 3493 1494 3498 1485 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3501.2 1486.44 moveto +3503 1476 lineto +3495.08 1483.04 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3501.2 1486.44 moveto +3503 1476 lineto +3495.08 1483.04 lineto +closepath stroke +grestore +% mmcimm->mmcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3504 1527 moveto +3541 1523 3608 1516 3665 1512 curveto +3899 1493 3960 1509 4191 1476 curveto +4204 1474 4218 1471 4231 1468 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4231.88 1471.39 moveto +4241 1466 lineto +4230.51 1464.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4231.88 1471.39 moveto +4241 1466 lineto +4230.51 1464.53 lineto +closepath stroke +grestore +% icimmcic_iicimmcic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3635 1962 71.77 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3591 1957.9 moveto 88 (ici--cic=iici--cic) alignedtext +grestore +% icimmcic_iicimmcic->icmcmcic_iicmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3707 1960 moveto +3855 1957 4207 1949 4502 1944 curveto +4570 1942 6882 1948 6937 1908 curveto +6956 1894 6962 1867 6964 1846 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6967.49 1846.3 moveto +6965 1836 lineto +6960.52 1845.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6967.49 1846.3 moveto +6965 1836 lineto +6960.52 1845.6 lineto +closepath stroke +grestore +% icimmcic_iicimmcic->cimmcic_ccimmcic_cicimmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3707 1961 moveto +4001 1955 5103 1931 5172 1908 curveto +5212 1894 5250 1865 5274 1843 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5276.78 1845.22 moveto +5282 1836 lineto +5272.17 1839.95 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5276.78 1845.22 moveto +5282 1836 lineto +5272.17 1839.95 lineto +closepath stroke +grestore +% icimmc_iicimmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2666 1890 57.87 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2632 1885.9 moveto 68 (ici--c=iici--c) alignedtext +grestore +% icimmcic_iicimmcic->icimmc_iicimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3564 1959 moveto +3421 1952 3088 1934 2809 1908 curveto +2784 1905 2754 1902 2730 1898 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2730.3 1894.51 moveto +2720 1897 lineto +2729.6 1901.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2730.3 1894.51 moveto +2720 1897 lineto +2729.6 1901.48 lineto +closepath stroke +grestore +% icimmc_iicimmc->icimmcmm_iicimmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2625 1877 moveto +2595 1867 2552 1852 2516 1836 curveto +2427 1795 2416 1763 2324 1728 curveto +2259 1702 2236 1718 2170 1692 curveto +2142 1680 2141 1665 2111 1656 curveto +1965 1606 1908 1681 1766 1620 curveto +1744 1610 1748 1593 1725 1584 curveto +1580 1520 1526 1574 1369 1548 curveto +1364 1547 1359 1546 1353 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1353.49 1541.53 moveto +1343 1543 lineto +1352.12 1548.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1353.49 1541.53 moveto +1343 1543 lineto +1352.12 1548.39 lineto +closepath stroke +grestore +% icimmc_iicimmc->cimmc_ccimmc_cicimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2718 1882 moveto +2745 1878 2779 1874 2809 1872 curveto +2939 1861 3856 1885 3975 1836 curveto +3997 1827 3992 1809 4013 1800 curveto +4131 1748 4463 1776 4590 1764 curveto +4609 1762 4629 1760 4647 1757 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4647.4 1760.48 moveto +4657 1756 lineto +4646.7 1753.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4647.4 1760.48 moveto +4657 1756 lineto +4646.7 1753.51 lineto +closepath stroke +grestore +% icmmimmc_iicmmimmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +6533 1818 70.88 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +6490 1813.9 moveto 86 (ic--i--c=iic--i--c) alignedtext +grestore +% icimmc_iicimmc->icmmimmc_iicmmimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2718 1882 moveto +2745 1878 2779 1874 2809 1872 curveto +3601 1818 5586 1885 6377 1836 curveto +6404 1834 6434 1831 6460 1827 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6460.4 1830.48 moveto +6470 1826 lineto +6459.7 1823.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6460.4 1830.48 moveto +6470 1826 lineto +6459.7 1823.51 lineto +closepath stroke +grestore +% immicimmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1823 1674 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1802.5 1669.9 moveto 41 (i--ici--c) alignedtext +grestore +% icimmc_iicimmc->immicimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2615 1881 moveto +2558 1872 2464 1855 2384 1836 curveto +2329 1822 2316 1813 2260 1800 curveto +2183 1780 2155 1801 2083 1764 curveto +2063 1753 2066 1738 2045 1728 curveto +1978 1692 1951 1712 1876 1692 curveto +1872 1691 1868 1689 1864 1688 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1864.58 1684.52 moveto +1854 1685 lineto +1862.57 1691.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1864.58 1684.52 moveto +1854 1685 lineto +1862.57 1691.23 lineto +closepath stroke +grestore +% icimmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1997 1818 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1976.5 1813.9 moveto 41 (ici--ci--) alignedtext +grestore +% icimmcimm->icmcmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2036 1817 moveto +2343 1812 4352 1780 4959 1764 curveto +5137 1759 5349 1752 5445 1747 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5445 1750.5 moveto +5455 1747 lineto +5445 1743.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5445 1750.5 moveto +5455 1747 lineto +5445 1743.5 lineto +closepath stroke +grestore +% icimmcimm->icimmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1970 1805 moveto +1952 1795 1931 1781 1916 1764 curveto +1883 1723 1911 1690 1871 1656 curveto +1823 1613 1793 1638 1730 1620 curveto +1726 1619 1722 1617 1718 1616 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1718.58 1612.52 moveto +1708 1613 lineto +1716.57 1619.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1718.58 1612.52 moveto +1708 1613 lineto +1716.57 1619.23 lineto +closepath stroke +grestore +% icimmcimm->cimmcimm_ccimmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1978 1802 moveto +1957 1783 1928 1750 1949 1728 curveto +2008 1666 2630 1716 2711 1692 curveto +2742 1682 2743 1667 2772 1656 curveto +2783 1652 2913 1629 2997 1614 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2997.88 1617.39 moveto +3007 1612 lineto +2996.51 1610.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2997.88 1617.39 moveto +3007 1612 lineto +2996.51 1610.53 lineto +closepath stroke +grestore +% icimmci_iicimmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2599 2178 62.04 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2562 2173.9 moveto 74 (ici--ci=iici--ci) alignedtext +grestore +% icimmci_iicimmci->cimmci_ccimmci_cicimmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2661 2177 moveto +2944 2175 4104 2162 4465 2124 curveto +4937 2075 5494 1950 5687 1906 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5687.88 1909.39 moveto +5697 1904 lineto +5686.51 1902.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5687.88 1909.39 moveto +5697 1904 lineto +5686.51 1902.53 lineto +closepath stroke +grestore +% icimmci_iicimmci->icimmcic_iicimmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2617 2161 moveto +2639 2140 2681 2105 2723 2088 curveto +2874 2027 3363 1984 3556 1968 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3556.4 1971.48 moveto +3566 1967 lineto +3555.7 1964.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3556.4 1971.48 moveto +3566 1967 lineto +3555.7 1964.51 lineto +closepath stroke +grestore +% icimmci_iicimmci->icimmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2562 2163 moveto +2453 2120 2137 1994 2118 1980 curveto +2070 1942 2031 1880 2011 1845 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2013.92 1843.04 moveto +2006 1836 lineto +2007.8 1846.44 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2013.92 1843.04 moveto +2006 1836 lineto +2007.8 1846.44 lineto +closepath stroke +grestore +% icimmcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2599 1962 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2578.5 1957.9 moveto 41 (ici--c--i) alignedtext +grestore +% icimmci_iicimmci->icimmcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2599 2160 moveto +2599 2122 2599 2035 2599 1990 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2602.5 1990 moveto +2599 1980 lineto +2595.5 1990 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2602.5 1990 moveto +2599 1980 lineto +2595.5 1990 lineto +closepath stroke +grestore +% icmmimmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4914 2106 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4893.5 2101.9 moveto 41 (ic--i--ci) alignedtext +grestore +% icimmci_iicimmci->icmmimmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2661 2178 moveto +2915 2176 3896 2168 4700 2124 curveto +4757 2120 4823 2115 4866 2111 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4866.4 2114.48 moveto +4876 2110 lineto +4865.7 2107.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4866.4 2114.48 moveto +4876 2110 lineto +4865.7 2107.51 lineto +closepath stroke +grestore +% immcimmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1521 1962 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1500.5 1957.9 moveto 41 (i--ci--ci) alignedtext +grestore +% icimmci_iicimmci->immcimmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2537 2177 moveto +2343 2173 1755 2159 1677 2124 curveto +1613 2094 1562 2025 1537 1987 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1540.27 1985.62 moveto +1532 1979 lineto +1534.33 1989.34 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1540.27 1985.62 moveto +1532 1979 lineto +1534.33 1989.34 lineto +closepath stroke +grestore +% mmicimmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1128 1890 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1107.5 1885.9 moveto 41 (--ici--ci) alignedtext +grestore +% icimmci_iicimmci->mmicimmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2537 2177 moveto +2351 2174 1799 2160 1623 2124 curveto +1443 2086 1394 2072 1235 1980 curveto +1204 1961 1172 1933 1151 1913 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1153.55 1910.6 moveto +1144 1906 lineto +1148.6 1915.55 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1153.55 1910.6 moveto +1144 1906 lineto +1148.6 1915.55 lineto +closepath stroke +grestore +% icimmcmmi->icmcmcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2636 1956 moveto +2663 1951 2700 1946 2733 1944 curveto +3480 1890 5352 1939 6099 1908 curveto +6164 1905 6240 1899 6289 1895 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6289.4 1898.48 moveto +6299 1894 lineto +6288.7 1891.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6289.4 1898.48 moveto +6299 1894 lineto +6288.7 1891.51 lineto +closepath stroke +grestore +% icimmcmmi->icimmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2571 1949 moveto +2528 1929 2445 1886 2384 1836 curveto +2335 1795 2343 1761 2288 1728 curveto +2231 1693 2206 1711 2142 1692 curveto +2097 1678 2088 1666 2042 1656 curveto +1907 1624 1867 1649 1730 1620 curveto +1725 1619 1721 1618 1717 1616 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1717.58 1612.52 moveto +1707 1613 lineto +1715.57 1619.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1717.58 1612.52 moveto +1707 1613 lineto +1715.57 1619.23 lineto +closepath stroke +grestore +% icimmcmmi->cimmcmmi_ccimmcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2593 1944 moveto +2587 1924 2581 1891 2599 1872 curveto +2651 1817 3211 1874 3276 1836 curveto +3327 1806 3357 1740 3371 1702 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3374.48 1702.58 moveto +3374 1692 lineto +3367.77 1700.57 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3374.48 1702.58 moveto +3374 1692 lineto +3367.77 1700.57 lineto +closepath stroke +grestore +% icmmimmci->icmcmci_iicmcmci_icicmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4953 2106 moveto +5106 2105 5677 2097 6145 2052 curveto +6156 2050 6167 2049 6178 2047 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6178.4 2050.48 moveto +6188 2046 lineto +6177.7 2043.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6178.4 2050.48 moveto +6188 2046 lineto +6177.7 2043.51 lineto +closepath stroke +grestore +% icmmimmci->cmmimmci_ccmmimmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4880 2097 moveto +4810 2077 4641 2028 4502 1980 curveto +4370 1933 4217 1870 4142 1838 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4142.58 1834.46 moveto +4132 1834 lineto +4139.98 1840.96 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4142.58 1834.46 moveto +4132 1834 lineto +4139.98 1840.96 lineto +closepath stroke +grestore +% icmmimmci->icmmimmc_iicmmimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4953 2104 moveto +5155 2093 6083 2040 6195 1980 curveto +6250 1949 6234 1904 6289 1872 curveto +6297 1867 6397 1845 6467 1831 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6467.88 1834.39 moveto +6477 1829 lineto +6466.51 1827.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6467.88 1834.39 moveto +6477 1829 lineto +6466.51 1827.53 lineto +closepath stroke +grestore +% immcimmci->immcmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1560 1960 moveto +1626 1956 1764 1948 1881 1944 curveto +2356 1924 2476 1947 2949 1908 curveto +2977 1905 3008 1901 3033 1898 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3033.88 1901.39 moveto +3043 1896 lineto +3032.51 1894.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3033.88 1901.39 moveto +3043 1896 lineto +3032.51 1894.53 lineto +closepath stroke +grestore +% immcimmc_imcmcimmc_iimmcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1307 1602 107.21 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1237.5 1597.9 moveto 139 (i--ci--c=i-c-ci--c=ii--ci--c) alignedtext +grestore +% immcimmci->immcimmc_imcmcimmc_iimmcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1486 1954 moveto +1459 1946 1424 1932 1401 1908 curveto +1327 1827 1312 1689 1308 1630 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1311.48 1629.6 moveto +1307 1620 lineto +1304.51 1630.3 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1311.48 1629.6 moveto +1307 1620 lineto +1304.51 1630.3 lineto +closepath stroke +grestore +% mcmcimmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +585 1674 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +563 1669.9 moveto 44 (-c-ci--ci) alignedtext +grestore +% immcimmci->mcmcimmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1485 1954 moveto +1447 1945 1383 1929 1330 1908 curveto +1180 1845 1166 1776 1010 1728 curveto +851 1677 799 1728 635 1692 curveto +632 1691 629 1690 626 1689 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 626.58 1685.52 moveto +616 1686 lineto +624.57 1692.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 626.58 1685.52 moveto +616 1686 lineto +624.57 1692.23 lineto +closepath stroke +grestore +% mmicimmci->mmicmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1166 1885 moveto +1282 1868 1646 1818 1949 1800 curveto +2955 1737 3209 1807 4215 1764 curveto +4286 1761 4368 1755 4419 1751 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4419.4 1754.48 moveto +4429 1750 lineto +4418.7 1747.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4419.4 1754.48 moveto +4429 1750 lineto +4418.7 1747.51 lineto +closepath stroke +grestore +% mmicimmci->mcmcimmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1096 1880 moveto +1074 1871 1045 1857 1026 1836 curveto +992 1797 1025 1759 983 1728 curveto +921 1681 711 1709 635 1692 curveto +632 1691 629 1690 626 1689 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 626.58 1685.52 moveto +616 1686 lineto +624.57 1692.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 626.58 1685.52 moveto +616 1686 lineto +624.57 1692.23 lineto +closepath stroke +grestore +% mmicimmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1069 1602 37.02 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1050 1597.9 moveto 38 (--ici--c) alignedtext +grestore +% mmicimmci->mmicimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1120 1872 moveto +1104 1839 1065 1766 1010 1728 curveto +966 1696 926 1735 893 1692 curveto +884 1679 884 1668 893 1656 curveto +909 1635 977 1618 1024 1610 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1024.88 1613.39 moveto +1034 1608 lineto +1023.51 1606.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1024.88 1613.39 moveto +1034 1608 lineto +1023.51 1606.53 lineto +closepath stroke +grestore +% icimmcmmc->cimmcmmc_ccimmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2282 1302 moveto +2290 1300 2298 1297 2306 1296 curveto +2507 1261 3936 1267 4139 1260 curveto +4217 1257 4305 1252 4369 1248 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4369.4 1251.48 moveto +4379 1247 lineto +4368.7 1244.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4369.4 1251.48 moveto +4379 1247 lineto +4368.7 1244.51 lineto +closepath stroke +grestore +% icimmcmmc->icmcmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2289 1307 moveto +2314 1303 2347 1298 2377 1296 curveto +3093 1241 4892 1333 5605 1260 curveto +5619 1258 5634 1256 5648 1253 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5648.88 1256.39 moveto +5658 1251 lineto +5647.51 1249.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5648.88 1256.39 moveto +5658 1251 lineto +5647.51 1249.53 lineto +closepath stroke +grestore +% icmmimmc_iicmmimmc->icmcmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6575 1803 moveto +6611 1791 6662 1773 6698 1761 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6699.43 1764.23 moveto +6708 1758 lineto +6697.42 1757.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6699.43 1764.23 moveto +6708 1758 lineto +6697.42 1757.52 lineto +closepath stroke +grestore +% icmmimmc_iicmmimmc->cicmmimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6541 1800 moveto +6549 1781 6564 1751 6580 1728 curveto +6587 1717 6597 1707 6605 1697 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6607.4 1699.55 moveto +6612 1690 lineto +6602.45 1694.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6607.4 1699.55 moveto +6612 1690 lineto +6602.45 1694.6 lineto +closepath stroke +grestore +% icmmimmc_iicmmimmc->icmmcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6602 1814 moveto +6703 1807 6885 1792 6945 1764 curveto +7050 1713 7029 1633 7135 1584 curveto +7169 1568 7416 1544 7525 1535 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7525.4 1538.48 moveto +7535 1534 lineto +7524.7 1531.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7525.4 1538.48 moveto +7535 1534 lineto +7524.7 1531.51 lineto +closepath stroke +grestore +% immicimmc->immicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1862 1672 moveto +1937 1668 2108 1660 2251 1656 curveto +3293 1626 3555 1674 4595 1620 curveto +4647 1617 4707 1612 4747 1607 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4747.4 1610.48 moveto +4757 1606 lineto +4746.7 1603.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4747.4 1610.48 moveto +4757 1606 lineto +4746.7 1603.51 lineto +closepath stroke +grestore +% immicimmc->immcimmc_imcmcimmc_iimmcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1793 1662 moveto +1786 1660 1778 1658 1770 1656 curveto +1621 1623 1580 1639 1428 1620 curveto +1418 1618 1407 1617 1396 1615 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1396.3 1611.51 moveto +1386 1614 lineto +1395.6 1618.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1396.3 1611.51 moveto +1386 1614 lineto +1395.6 1618.48 lineto +closepath stroke +grestore +% immicimmc->mmicimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1788 1666 moveto +1771 1662 1751 1658 1732 1656 curveto +1494 1624 1431 1645 1191 1620 curveto +1166 1617 1137 1613 1114 1610 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1114.49 1606.53 moveto +1104 1608 lineto +1113.12 1613.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1114.49 1606.53 moveto +1104 1608 lineto +1113.12 1613.39 lineto +closepath stroke +grestore +% icimmici_iicimmici +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2991 2250 66.21 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2951 2245.9 moveto 80 (ici--ici=iici--ici) alignedtext +grestore +% icimmici_iicimmici->cimmici_ccimmici_cicimmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3057 2249 moveto +3555 2241 6699 2186 6889 2124 curveto +6930 2110 6969 2080 6994 2059 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6996.78 2061.22 moveto +7002 2052 lineto +6992.17 2055.95 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6996.78 2061.22 moveto +7002 2052 lineto +6992.17 2055.95 lineto +closepath stroke +grestore +% icimmici_iicimmici->icimmci_iicimmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2936 2240 moveto +2863 2227 2737 2203 2662 2190 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2662.49 2186.53 moveto +2652 2188 lineto +2661.12 2193.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2662.49 2186.53 moveto +2652 2188 lineto +2661.12 2193.39 lineto +closepath stroke +grestore +% icimmic_iicimmic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4248 2034 62.04 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4211 2029.9 moveto 74 (ici--ic=iici--ic) alignedtext +grestore +% icimmici_iicimmici->icimmic_iicimmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3049 2242 moveto +3222 2216 3744 2138 4172 2052 curveto +4178 2051 4185 2049 4191 2048 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4191.88 2051.39 moveto +4201 2046 lineto +4190.51 2044.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4191.88 2051.39 moveto +4201 2046 lineto +4190.51 2044.53 lineto +closepath stroke +grestore +% icmmici_iicmmici_icicmmici +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4981 2178 96.78 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4919 2173.9 moveto 124 (ic--ici=iic--ici=icic--ici) alignedtext +grestore +% icimmici_iicimmici->icmmici_iicmmici_icicmmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3057 2250 moveto +3293 2247 4114 2237 4790 2196 curveto +4821 2194 4855 2191 4886 2188 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4886.4 2191.48 moveto +4896 2187 lineto +4885.7 2184.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4886.4 2191.48 moveto +4896 2187 lineto +4885.7 2184.51 lineto +closepath stroke +grestore +% icimmic_iicimmic->cimmic_ccimmic_cicimmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4310 2033 moveto +4661 2027 6381 1996 6617 1980 curveto +6752 1970 6785 1959 6921 1944 curveto +7062 1928 7227 1910 7327 1900 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7327.4 1903.48 moveto +7337 1899 lineto +7326.7 1896.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7327.4 1903.48 moveto +7337 1899 lineto +7326.7 1896.51 lineto +closepath stroke +grestore +% icimmic_iicimmic->icimmcic_iicimmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4195 2025 moveto +4176 2022 4154 2018 4134 2016 curveto +3985 1996 3811 1978 3713 1969 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3713.3 1965.51 moveto +3703 1968 lineto +3712.6 1972.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3713.3 1965.51 moveto +3703 1968 lineto +3712.6 1972.48 lineto +closepath stroke +grestore +% icimmic_iicimmic->icimmicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4253 2016 moveto +4260 1988 4272 1935 4272 1890 curveto +4272 1890 4272 1890 4272 1818 curveto +4272 1769 4235 1723 4208 1697 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4210.55 1694.6 moveto +4201 1690 lineto +4205.6 1699.55 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4210.55 1694.6 moveto +4201 1690 lineto +4205.6 1699.55 lineto +closepath stroke +grestore +% icmmic_iicmmic_icicmmic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +6611 1890 91.03 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +6553.5 1885.9 moveto 115 (ic--ic=iic--ic=icic--ic) alignedtext +grestore +% icimmic_iicimmic->icmmic_iicmmic_icicmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4310 2033 moveto +4655 2027 6330 2000 6379 1980 curveto +6400 1971 6396 1955 6417 1944 curveto +6451 1924 6493 1911 6529 1903 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6529.88 1906.39 moveto +6539 1901 lineto +6528.51 1899.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6529.88 1906.39 moveto +6539 1901 lineto +6528.51 1899.53 lineto +closepath stroke +grestore +% immcimmic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1929 1962 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1908.5 1957.9 moveto 41 (i--ci--ic) alignedtext +grestore +% icimmic_iicimmic->immcimmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4186 2033 moveto +3881 2028 2536 2005 2118 1980 curveto +2070 1976 2015 1971 1977 1967 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1977.3 1963.51 moveto +1967 1966 lineto +1976.6 1970.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1977.3 1963.51 moveto +1967 1966 lineto +1976.6 1970.48 lineto +closepath stroke +grestore +% mmicimmic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1997 1746 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1976.5 1741.9 moveto 41 (--ici--ic) alignedtext +grestore +% icimmic_iicimmic->mmicimmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4186 2033 moveto +3899 2028 2714 2008 2551 1980 curveto +2448 1962 2424 1947 2327 1908 curveto +2313 1901 2115 1805 2033 1763 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2034.56 1759.86 moveto +2024 1759 lineto +2031.72 1766.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2034.56 1759.86 moveto +2024 1759 lineto +2031.72 1766.26 lineto +closepath stroke +grestore +% icmmici_iicmmici_icicmmici->cicmmici_ccicmmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5078 2177 moveto +5459 2171 6832 2150 6869 2124 curveto +6911 2094 6878 2055 6912 2016 curveto +6924 2002 6940 1990 6956 1982 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6957.28 1985.26 moveto +6965 1978 lineto +6954.44 1978.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6957.28 1985.26 moveto +6965 1978 lineto +6954.44 1978.86 lineto +closepath stroke +grestore +% icmmici_iicmmici_icicmmici->icmmimmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4964 2160 moveto +4956 2151 4946 2140 4937 2130 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4939.55 2127.6 moveto +4930 2123 lineto +4934.6 2132.55 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4939.55 2127.6 moveto +4930 2123 lineto +4934.6 2132.55 lineto +closepath stroke +grestore +% icmmici_iicmmici_icicmmici->icmmic_iicmmic_icicmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5075 2174 moveto +5165 2170 5304 2164 5424 2160 curveto +5462 2158 6738 2150 6764 2124 curveto +6819 2066 6810 2009 6764 1944 curveto +6754 1929 6716 1916 6681 1906 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6681.49 1902.53 moveto +6671 1904 lineto +6680.12 1909.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6681.49 1902.53 moveto +6671 1904 lineto +6680.12 1909.39 lineto +closepath stroke +grestore +% icmmicimm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4952 1890 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4931.5 1885.9 moveto 41 (ic--ici--) alignedtext +grestore +% icmmici_iicmmici_icicmmici->icmmicimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4979 2160 moveto +4974 2111 4961 1977 4955 1918 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4958.48 1917.6 moveto +4954 1908 lineto +4951.51 1918.3 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4958.48 1917.6 moveto +4954 1908 lineto +4951.51 1918.3 lineto +closepath stroke +grestore +% icmmicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +6331 1962 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +6310.5 1957.9 moveto 41 (ic--ic--i) alignedtext +grestore +% icmmici_iicmmici_icicmmici->icmmicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5077 2176 moveto +5395 2170 6387 2148 6411 2124 curveto +6444 2089 6433 2058 6411 2016 curveto +6402 1999 6386 1987 6370 1978 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6371.56 1974.86 moveto +6361 1974 lineto +6368.72 1981.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6371.56 1974.86 moveto +6361 1974 lineto +6368.72 1981.26 lineto +closepath stroke +grestore +% immcmmici +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3082 1962 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3061.5 1957.9 moveto 41 (i--c--ici) alignedtext +grestore +% icmmici_iicmmici_icicmmici->immcmmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4898 2169 moveto +4573 2132 3384 1997 3130 1967 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3130.3 1963.51 moveto +3120 1966 lineto +3129.6 1970.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3130.3 1963.51 moveto +3120 1966 lineto +3129.6 1970.48 lineto +closepath stroke +grestore +% mmicmmici +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4505 1818 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4484.5 1813.9 moveto 41 (--ic--ici) alignedtext +grestore +% icmmici_iicmmici_icicmmici->mmicmmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5076 2174 moveto +5166 2170 5304 2164 5424 2160 curveto +5536 2155 6325 2162 6431 2124 curveto +6539 2084 6696 2026 6617 1944 curveto +6579 1905 5706 1920 5653 1908 curveto +5617 1899 5614 1880 5577 1872 curveto +5364 1820 4809 1862 4591 1836 curveto +4577 1834 4563 1832 4550 1829 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4550.49 1825.53 moveto +4540 1827 lineto +4549.12 1832.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4550.49 1825.53 moveto +4540 1827 lineto +4549.12 1832.39 lineto +closepath stroke +grestore +% icimmicmm->cimmicmm_ccimmicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4222 1671 moveto +4281 1667 4398 1659 4497 1656 curveto +5106 1634 6628 1669 7235 1620 curveto +7251 1618 7269 1616 7285 1614 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7285.88 1617.39 moveto +7295 1612 lineto +7284.51 1610.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7285.88 1617.39 moveto +7295 1612 lineto +7284.51 1610.53 lineto +closepath stroke +grestore +% icimmicmm->icimmcmm_iicimmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4148 1665 moveto +4131 1662 4111 1658 4092 1656 curveto +3908 1635 2597 1685 2423 1620 curveto +2400 1611 2404 1592 2380 1584 curveto +2284 1546 1553 1555 1449 1548 curveto +1423 1545 1393 1543 1367 1539 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1367.3 1535.51 moveto +1357 1538 lineto +1366.6 1542.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1367.3 1535.51 moveto +1357 1538 lineto +1366.6 1542.48 lineto +closepath stroke +grestore +% icimmicmm->icmmicmm_iicmmicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4222 1671 moveto +4281 1667 4398 1660 4497 1656 curveto +5250 1626 5440 1671 6191 1620 curveto +6218 1618 6248 1615 6274 1611 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6274.4 1614.48 moveto +6284 1610 lineto +6273.7 1607.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6274.4 1614.48 moveto +6284 1610 lineto +6273.7 1607.51 lineto +closepath stroke +grestore +% icmmic_iicmmic_icicmmic->icmcmcic_iicmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6675 1877 moveto +6738 1864 6833 1845 6897 1832 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6897.88 1835.39 moveto +6907 1830 lineto +6896.51 1828.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6897.88 1835.39 moveto +6907 1830 lineto +6896.51 1828.53 lineto +closepath stroke +grestore +% icmmic_iicmmic_icicmmic->icmmicmm_iicmmicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6653 1874 moveto +6700 1856 6780 1825 6849 1800 curveto +6891 1783 6911 1795 6945 1764 curveto +6981 1729 7012 1692 6978 1656 curveto +6935 1610 6484 1629 6423 1620 curveto +6418 1619 6413 1618 6407 1617 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6407.49 1613.53 moveto +6397 1615 lineto +6406.12 1620.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6407.49 1613.53 moveto +6397 1615 lineto +6406.12 1620.39 lineto +closepath stroke +grestore +% icmmic_iicmmic_icicmmic->cicmmic_ccicmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6684 1879 moveto +6705 1876 6728 1874 6749 1872 curveto +7021 1846 7092 1874 7363 1836 curveto +7369 1835 7376 1834 7382 1832 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7382.88 1835.39 moveto +7392 1830 lineto +7381.51 1828.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7382.88 1835.39 moveto +7392 1830 lineto +7381.51 1828.53 lineto +closepath stroke +grestore +% icmmic_iicmmic_icicmmic->icmmimmc_iicmmimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6592 1872 moveto +6582 1863 6570 1852 6559 1842 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6561.55 1839.6 moveto +6552 1835 lineto +6556.6 1844.55 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6561.55 1839.6 moveto +6552 1835 lineto +6556.6 1844.55 lineto +closepath stroke +grestore +% immicmmic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4911 1746 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4890.5 1741.9 moveto 41 (i--ic--ic) alignedtext +grestore +% icmmic_iicmmic_icicmmic->immicmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6529 1882 moveto +6487 1878 6435 1874 6389 1872 curveto +6121 1857 5448 1882 5184 1836 curveto +5099 1820 5002 1784 4949 1762 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4950.56 1758.86 moveto +4940 1758 lineto +4947.72 1765.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4950.56 1758.86 moveto +4940 1758 lineto +4947.72 1765.26 lineto +closepath stroke +grestore +% immcimmic->immcimmc_imcmcimmc_iimmcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1912 1946 moveto +1900 1935 1886 1921 1873 1908 curveto +1774 1801 1789 1727 1661 1656 curveto +1567 1602 1527 1636 1419 1620 curveto +1411 1619 1403 1617 1395 1616 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1395.49 1612.53 moveto +1385 1614 lineto +1394.12 1619.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1395.49 1612.53 moveto +1385 1614 lineto +1394.12 1619.39 lineto +closepath stroke +grestore +% immcmmic_imcmcmmic_iimmcmmic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3577 1674 107.21 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3507.5 1669.9 moveto 139 (i--c--ic=i-c-c--ic=ii--c--ic) alignedtext +grestore +% immcimmic->immcmmic_imcmcmmic_iimmcmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1966 1956 moveto +2020 1947 2122 1929 2208 1908 curveto +2262 1894 2274 1884 2327 1872 curveto +2415 1850 2444 1870 2526 1836 curveto +2577 1814 2584 1797 2627 1764 curveto +2647 1748 2647 1737 2670 1728 curveto +2834 1664 3286 1709 3461 1692 curveto +3471 1691 3481 1690 3491 1688 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3491.4 1691.48 moveto +3501 1687 lineto +3490.7 1684.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3491.4 1691.48 moveto +3501 1687 lineto +3490.7 1684.51 lineto +closepath stroke +grestore +% mcmcimmic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1177 1674 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1155 1669.9 moveto 44 (-c-ci--ic) alignedtext +grestore +% immcimmic->mcmcimmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1905 1948 moveto +1845 1913 1693 1825 1640 1800 curveto +1600 1780 1584 1787 1545 1764 curveto +1526 1751 1529 1737 1507 1728 curveto +1393 1673 1347 1723 1223 1692 curveto +1221 1692 1219 1691 1217 1690 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1217.58 1686.52 moveto +1207 1687 lineto +1215.57 1693.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1217.58 1686.52 moveto +1207 1687 lineto +1215.57 1693.23 lineto +closepath stroke +grestore +% mmicimmic->mcmcimmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1958 1743 moveto +1857 1735 1576 1714 1341 1692 curveto +1303 1687 1260 1683 1227 1679 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1227.3 1675.51 moveto +1217 1678 lineto +1226.6 1682.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1227.3 1675.51 moveto +1217 1678 lineto +1226.6 1682.48 lineto +closepath stroke +grestore +% mmicimmic->mmicimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1962 1738 moveto +1918 1728 1841 1710 1775 1692 curveto +1724 1677 1714 1666 1661 1656 curveto +1456 1616 1400 1643 1191 1620 curveto +1166 1617 1137 1612 1114 1609 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1114.3 1605.51 moveto +1104 1608 lineto +1113.6 1612.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1114.3 1605.51 moveto +1104 1608 lineto +1113.6 1612.48 lineto +closepath stroke +grestore +% mmicmmic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4969 1602 37.02 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4950 1597.9 moveto 38 (--ic--ic) alignedtext +grestore +% mmicimmic->mmicmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2031 1737 moveto +2047 1734 2066 1730 2083 1728 curveto +2270 1706 3587 1735 3769 1692 curveto +3806 1683 3809 1664 3845 1656 curveto +4062 1603 4626 1640 4847 1620 curveto +4873 1617 4901 1613 4924 1610 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4924.88 1613.39 moveto +4934 1608 lineto +4923.51 1606.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4924.88 1613.39 moveto +4934 1608 lineto +4923.51 1606.53 lineto +closepath stroke +grestore +% icimmi_iicimmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2991 2322 53.01 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2960.5 2317.9 moveto 61 (ici--i=iici--i) alignedtext +grestore +% icimmi_iicimmi->cimmi_ccimmi_cicimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3044 2321 moveto +3502 2314 6776 2262 6971 2196 curveto +7010 2183 7047 2152 7070 2131 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7072.78 2133.22 moveto +7078 2124 lineto +7068.17 2127.95 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7072.78 2133.22 moveto +7078 2124 lineto +7068.17 2127.95 lineto +closepath stroke +grestore +% icimmi_iicimmi->icimmici_iicimmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2991 2304 moveto +2991 2296 2991 2287 2991 2278 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2994.5 2278 moveto +2991 2268 lineto +2987.5 2278 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2994.5 2278 moveto +2991 2268 lineto +2987.5 2278 lineto +closepath stroke +grestore +% icimm_iicimm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2897 2106 48.84 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2869.5 2101.9 moveto 55 (ici--=iici--) alignedtext +grestore +% icimmi_iicimmi->icimm_iicimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2960 2307 moveto +2944 2298 2926 2285 2916 2268 curveto +2893 2226 2892 2169 2894 2134 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2897.49 2134.3 moveto +2895 2124 lineto +2890.52 2133.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2897.49 2134.3 moveto +2895 2124 lineto +2890.52 2133.6 lineto +closepath stroke +grestore +% icmmi_iicmmi_icicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4809 2250 77.13 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4761.5 2245.9 moveto 95 (ic--i=iic--i=icic--i) alignedtext +grestore +% icimmi_iicimmi->icmmi_iicmmi_icicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3044 2320 moveto +3299 2310 4405 2266 4723 2253 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4723 2256.5 moveto +4733 2253 lineto +4723 2249.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4723 2256.5 moveto +4733 2253 lineto +4723 2249.5 lineto +closepath stroke +grestore +% immicimmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2519 2250 36.83 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2500.5 2245.9 moveto 37 (i--ici--i) alignedtext +grestore +% icimmi_iicimmi->immicimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2942 2315 moveto +2851 2301 2654 2270 2565 2257 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2565.49 2253.53 moveto +2555 2255 lineto +2564.12 2260.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2565.49 2253.53 moveto +2555 2255 lineto +2564.12 2260.39 lineto +closepath stroke +grestore +% icimm_iicimm->cimm_ccimm_cicimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2946 2105 moveto +3181 2100 4182 2077 4319 2052 curveto +4399 2037 4487 2003 4539 1982 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4540.28 1985.26 moveto +4548 1978 lineto +4537.44 1978.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4540.28 1985.26 moveto +4548 1978 lineto +4537.44 1978.86 lineto +closepath stroke +grestore +% icimm_iicimm->icimmc_iicimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2873 2090 moveto +2839 2068 2778 2025 2733 1980 curveto +2714 1960 2696 1935 2684 1917 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2686.46 1914.38 moveto +2678 1908 lineto +2680.63 1918.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2686.46 1914.38 moveto +2678 1908 lineto +2680.63 1918.26 lineto +closepath stroke +grestore +% icmmimm_iicmmimm_icicmmimm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +5564 2034 95.89 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +5503 2029.9 moveto 122 (ic--i--=iic--i--=icic--i--) alignedtext +grestore +% icimm_iicimm->icmmimm_iicmmimm_icicmmimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2946 2105 moveto +3262 2096 5010 2049 5459 2037 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5459 2040.5 moveto +5469 2037 lineto +5459 2033.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5459 2040.5 moveto +5469 2037 lineto +5459 2033.5 lineto +closepath stroke +grestore +% immicimm_iimmicimm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2293 1962 66.01 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2253.5 1957.9 moveto 79 (i--ici--=ii--ici--) alignedtext +grestore +% icimm_iicimm->immicimm_iimmicimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2861 2093 moveto +2854 2091 2846 2089 2839 2088 curveto +2706 2059 2667 2084 2533 2052 curveto +2463 2034 2384 2002 2336 1982 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2337.56 1978.86 moveto +2327 1978 lineto +2334.72 1985.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2337.56 1978.86 moveto +2327 1978 lineto +2334.72 1985.26 lineto +closepath stroke +grestore +% icmmi_iicmmi_icicmmi->cicmmi_ccicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4886 2249 moveto +5264 2245 6906 2223 6951 2196 curveto +6996 2167 6965 2122 7007 2088 curveto +7012 2083 7089 2063 7144 2048 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7144.88 2051.39 moveto +7154 2046 lineto +7143.51 2044.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7144.88 2051.39 moveto +7154 2046 lineto +7143.51 2044.53 lineto +closepath stroke +grestore +% icmmi_iicmmi_icicmmi->icmmici_iicmmici_icicmmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4847 2234 moveto +4872 2223 4905 2209 4931 2198 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4933.02 2200.96 moveto +4941 2194 lineto +4930.42 2194.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4933.02 2200.96 moveto +4941 2194 lineto +4930.42 2194.46 lineto +closepath stroke +grestore +% icmmi_iicmmi_icicmmi->icmmimm_iicmmimm_icicmmimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4809 2232 moveto +4811 2198 4821 2123 4866 2088 curveto +4912 2053 5274 2039 5458 2036 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5458 2039.5 moveto +5468 2036 lineto +5458 2032.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5458 2039.5 moveto +5468 2036 lineto +5458 2032.5 lineto +closepath stroke +grestore +% immicmmi_iimmicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4715 2178 66.01 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4675.5 2173.9 moveto 79 (i--ic--i=ii--ic--i) alignedtext +grestore +% icmmi_iicmmi_icicmmi->immicmmi_iimmicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4786 2233 moveto +4774 2223 4758 2211 4745 2201 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4747.1 2198.2 moveto +4737 2195 lineto +4742.9 2203.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4747.1 2198.2 moveto +4737 2195 lineto +4742.9 2203.8 lineto +closepath stroke +grestore +% immicimmi->immicimm_iimmicimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2506 2233 moveto +2468 2184 2359 2046 2313 1988 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2315.8 1985.9 moveto +2307 1980 lineto +2310.2 1990.1 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2315.8 1985.9 moveto +2307 1980 lineto +2310.2 1990.1 lineto +closepath stroke +grestore +% immicimmi->immicmmi_iimmicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2556 2248 moveto +2626 2244 2784 2237 2916 2232 curveto +3584 2206 4391 2186 4639 2180 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4639 2183.5 moveto +4649 2180 lineto +4639 2176.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4639 2183.5 moveto +4649 2180 lineto +4639 2176.5 lineto +closepath stroke +grestore +% immcimmi_imcmcimmi_iimmcimmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1725 2178 100.06 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1661 2173.9 moveto 128 (i--ci--i=i-c-ci--i=ii--ci--i) alignedtext +grestore +% immicimmi->immcimmi_imcmcimmi_iimmcimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2482 2246 moveto +2443 2243 2378 2236 2321 2232 curveto +2147 2215 1944 2197 1825 2187 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1825.3 2183.51 moveto +1815 2186 lineto +1824.6 2190.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1825.3 2183.51 moveto +1815 2186 lineto +1824.6 2190.48 lineto +closepath stroke +grestore +% mmicimmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1278 1962 34.24 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1261 1957.9 moveto 34 (--ici--i) alignedtext +grestore +% immicimmi->mmicimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2483 2246 moveto +2443 2242 2378 2236 2321 2232 curveto +2009 2209 1925 2255 1616 2196 curveto +1519 2177 1486 2181 1405 2124 curveto +1354 2087 1312 2024 1292 1988 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1294.92 1986.04 moveto +1287 1979 lineto +1288.8 1989.44 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1294.92 1986.04 moveto +1287 1979 lineto +1288.8 1989.44 lineto +closepath stroke +grestore +% icmmimm_iicmmimm_icicmmimm->icmcmmcm_iicmcmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5643 2024 moveto +5723 2013 5851 1996 5962 1980 curveto +5977 1978 5994 1975 6009 1973 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6009.4 1976.48 moveto +6019 1972 lineto +6008.7 1969.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6009.4 1976.48 moveto +6019 1972 lineto +6008.7 1969.51 lineto +closepath stroke +grestore +% icmmimm_iicmmimm_icicmmimm->cicmmimm_ccicmmimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5613 2018 moveto +5698 1991 5874 1935 5962 1907 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5963.43 1910.23 moveto +5972 1904 lineto +5961.42 1903.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5963.43 1910.23 moveto +5972 1904 lineto +5961.42 1903.52 lineto +closepath stroke +grestore +% icmmimm_iicmmimm_icicmmimm->icmmimmc_iicmmimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5657 2030 moveto +5816 2021 6125 2003 6169 1980 curveto +6223 1950 6203 1903 6256 1872 curveto +6328 1828 6359 1852 6442 1836 curveto +6450 1835 6458 1833 6466 1831 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6466.88 1834.39 moveto +6476 1829 lineto +6465.51 1827.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6466.88 1834.39 moveto +6476 1829 lineto +6465.51 1827.53 lineto +closepath stroke +grestore +% icmmimm_iicmmimm_icicmmimm->icmmicimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5469 2032 moveto +5340 2027 5117 2014 5043 1980 curveto +5028 1972 4996 1939 4974 1915 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4976.22 1912.22 moveto +4967 1907 lineto +4970.95 1916.83 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4976.22 1912.22 moveto +4967 1907 lineto +4970.95 1916.83 lineto +closepath stroke +grestore +% immicimm_iimmicimm->immicmcm_iimmicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2347 1952 moveto +2386 1943 2438 1929 2480 1908 curveto +2504 1896 2503 1880 2528 1872 curveto +2531 1871 3439 1833 3719 1821 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3719 1824.5 moveto +3729 1821 lineto +3719 1817.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3719 1824.5 moveto +3729 1821 lineto +3719 1817.5 lineto +closepath stroke +grestore +% immicimm_iimmicimm->cimmicimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2347 1952 moveto +2393 1942 2460 1927 2517 1908 curveto +2555 1895 2561 1880 2599 1872 curveto +2877 1809 3600 1890 3879 1836 curveto +3882 1836 3885 1835 3888 1834 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3890.02 1836.96 moveto +3898 1830 lineto +3887.42 1830.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3890.02 1836.96 moveto +3898 1830 lineto +3887.42 1830.46 lineto +closepath stroke +grestore +% immicimm_iimmicimm->immicimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2239 1952 moveto +2167 1936 2039 1901 1949 1836 curveto +1899 1799 1858 1736 1837 1701 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1839.92 1699.04 moveto +1832 1692 lineto +1833.8 1702.44 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1839.92 1699.04 moveto +1832 1692 lineto +1833.8 1702.44 lineto +closepath stroke +grestore +% immicimm_iimmicimm->icmmicimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2356 1957 moveto +2409 1952 2485 1947 2551 1944 curveto +3496 1900 4652 1891 4903 1890 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4903 1893.5 moveto +4913 1890 lineto +4903 1886.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4903 1893.5 moveto +4913 1890 lineto +4903 1886.5 lineto +closepath stroke +grestore +% immcimm_imcmcimm_iimmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1504 1890 93.81 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1444.5 1885.9 moveto 119 (i--ci--=i-c-ci--=ii--ci--) alignedtext +grestore +% immicimm_iimmicimm->immcimm_imcmcimm_iimmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2240 1951 moveto +2224 1948 2206 1946 2190 1944 curveto +1983 1918 1740 1902 1605 1895 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1605.3 1891.51 moveto +1595 1894 lineto +1604.6 1898.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1605.3 1891.51 moveto +1595 1894 lineto +1604.6 1898.48 lineto +closepath stroke +grestore +% mmicimm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +934 1674 32.16 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +918.5 1669.9 moveto 31 (--ici--) alignedtext +grestore +% immicimm_iimmicimm->mmicimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2238 1952 moveto +2158 1938 2019 1912 2008 1908 curveto +1986 1897 1988 1882 1965 1872 curveto +1864 1824 1078 1726 971 1692 curveto +970 1691 968 1691 967 1690 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 968.56 1686.86 moveto +958 1686 lineto +965.72 1693.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 968.56 1686.86 moveto +958 1686 lineto +965.72 1693.26 lineto +closepath stroke +grestore +% icmmcicmm->imimicmm_imcimicmm_iimimicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5851 1520 moveto +5887 1509 5947 1491 5991 1477 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5992.43 1480.23 moveto +6001 1474 lineto +5990.42 1473.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5992.43 1480.23 moveto +6001 1474 lineto +5990.42 1473.52 lineto +closepath stroke +grestore +% icmmcicmm->icmmcmm_iicmmcmm_icicmmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5855 1523 moveto +5880 1519 5913 1515 5943 1512 curveto +6342 1475 6445 1517 6845 1476 curveto +7010 1459 7200 1422 7303 1402 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7303.88 1405.39 moveto +7313 1400 lineto +7302.51 1398.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7303.88 1405.39 moveto +7313 1400 lineto +7302.51 1398.53 lineto +closepath stroke +grestore +% icmmcicmm->cmmcicmm_ccmmcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5787 1517 moveto +5781 1515 5774 1513 5767 1512 curveto +5563 1468 5504 1511 5297 1476 curveto +5237 1465 5224 1453 5164 1440 curveto +5069 1419 5044 1421 4948 1404 curveto +4864 1388 4844 1377 4758 1368 curveto +4396 1325 4300 1376 3937 1332 curveto +3930 1331 3923 1330 3915 1329 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3915.49 1325.53 moveto +3905 1327 lineto +3914.12 1332.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3915.49 1325.53 moveto +3905 1327 lineto +3914.12 1332.39 lineto +closepath stroke +grestore +% cmmcicmm_ccmmcicmm->cmmcmm_ccmmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3880 1297 moveto +3899 1287 3923 1274 3943 1263 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3944.96 1265.92 moveto +3952 1258 lineto +3941.56 1259.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3944.96 1265.92 moveto +3952 1258 lineto +3941.56 1259.8 lineto +closepath stroke +grestore +% cmmcicmm_ccmmcicmm->mimicmm_cmimicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3859 1296 moveto +3872 1272 3896 1227 3914 1188 curveto +3936 1140 3934 1126 3957 1080 curveto +4006 983 4137 946 4067 864 curveto +4039 829 3912 837 3867 828 curveto +3863 827 3859 826 3855 825 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3855.49 821.53 moveto +3845 823 lineto +3854.12 828.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3855.49 821.53 moveto +3845 823 lineto +3854.12 828.39 lineto +closepath stroke +grestore +% cmmcicmm_ccmmcicmm->cmmcicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3905 1301 moveto +3916 1299 3927 1297 3937 1296 curveto +4205 1260 4274 1277 4543 1260 curveto +4608 1255 4683 1250 4732 1246 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4732.4 1249.48 moveto +4742 1245 lineto +4731.7 1242.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4732.4 1249.48 moveto +4742 1245 lineto +4731.7 1242.51 lineto +closepath stroke +grestore +% icmmcimmc->imimimmc_imcimimmc_iimimimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7536 1525 moveto +7502 1521 7454 1515 7411 1512 curveto +6986 1480 6878 1509 6455 1476 curveto +6436 1474 6417 1472 6399 1470 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6399.3 1466.51 moveto +6389 1469 lineto +6398.6 1473.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6399.3 1466.51 moveto +6389 1469 lineto +6398.6 1473.48 lineto +closepath stroke +grestore +% icmmcimmc->icmmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7611 1521 moveto +7627 1518 7646 1514 7663 1512 curveto +7704 1505 8012 1507 8041 1476 curveto +8051 1464 8048 1454 8041 1440 curveto +8032 1423 8016 1411 8000 1403 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 8001.44 1399.8 moveto +7991 1398 lineto +7998.04 1405.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 8001.44 1399.8 moveto +7991 1398 lineto +7998.04 1405.92 lineto +closepath stroke +grestore +% icmmcimmc->cmmcimmc_ccmmcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7542 1519 moveto +7468 1496 7295 1442 7282 1440 curveto +6965 1390 4716 1423 4395 1404 curveto +4368 1402 4337 1399 4310 1396 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4310.3 1392.51 moveto +4300 1395 lineto +4309.6 1399.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4310.3 1392.51 moveto +4300 1395 lineto +4309.6 1399.48 lineto +closepath stroke +grestore +% icmmcmmic->imimic_imcimic_iimimic_icmcimic_icimimic_immimimic_imcmmimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7145 1599 moveto +7097 1595 7015 1589 6945 1584 curveto +6709 1567 6650 1564 6415 1548 curveto +6388 1546 6359 1544 6331 1542 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6331.3 1538.51 moveto +6321 1541 lineto +6330.6 1545.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6331.3 1538.51 moveto +6321 1541 lineto +6330.6 1545.48 lineto +closepath stroke +grestore +% icmmcmmic->icmmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7221 1593 moveto +7237 1590 7256 1586 7273 1584 curveto +7447 1560 7949 1615 8056 1476 curveto +8065 1463 8064 1453 8056 1440 curveto +8049 1429 8022 1414 7998 1403 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7999.56 1399.86 moveto +7989 1399 lineto +7996.72 1406.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7999.56 1399.86 moveto +7989 1399 lineto +7996.72 1406.26 lineto +closepath stroke +grestore +% icmmcmmic->cmmcmmic_ccmmcmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7221 1593 moveto +7237 1590 7256 1586 7273 1584 curveto +7426 1564 7819 1592 7968 1548 curveto +8067 1518 8189 1442 8117 1368 curveto +8082 1332 6390 1333 6341 1332 curveto +6298 1331 3296 1262 3253 1260 curveto +3226 1258 3195 1255 3168 1252 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3168.3 1248.51 moveto +3158 1251 lineto +3167.6 1255.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3168.3 1248.51 moveto +3158 1251 lineto +3167.6 1255.48 lineto +closepath stroke +grestore +% immcmmcic->imimic_imcimic_iimimic_icmcimic_icimimic_immimimic_imcmmimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4585 1598 moveto +4626 1593 4691 1587 4747 1584 curveto +5245 1553 5370 1571 5867 1548 curveto +5905 1546 5944 1543 5983 1542 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5983.4 1545.48 moveto +5993 1541 lineto +5982.7 1538.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5983.4 1545.48 moveto +5993 1541 lineto +5982.7 1538.51 lineto +closepath stroke +grestore +% immcmmcic->immcmmc_imcmcmmc_iimmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4516 1589 moveto +4509 1587 4502 1585 4495 1584 curveto +4133 1512 4031 1598 3665 1548 curveto +3597 1538 3582 1521 3513 1512 curveto +3076 1452 2956 1552 2521 1476 curveto +2470 1466 2462 1449 2410 1440 curveto +2029 1371 1926 1427 1539 1404 curveto +1499 1401 1455 1398 1416 1395 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1416.3 1391.51 moveto +1406 1394 lineto +1415.6 1398.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1416.3 1391.51 moveto +1406 1394 lineto +1415.6 1398.48 lineto +closepath stroke +grestore +% mcmcmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4002 1386 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3978 1381.9 moveto 48 (-c-c--cic) alignedtext +grestore +% immcmmcic->mcmcmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4514 1590 moveto +4508 1588 4501 1586 4495 1584 curveto +4432 1564 4410 1578 4350 1548 curveto +4328 1536 4330 1522 4307 1512 curveto +4221 1471 4181 1519 4095 1476 curveto +4093 1475 4054 1437 4026 1410 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4028.55 1407.6 moveto +4019 1403 lineto +4023.6 1412.55 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4028.55 1407.6 moveto +4019 1403 lineto +4023.6 1412.55 lineto +closepath stroke +grestore +% mmicmmcic->mmimimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5207 1522 moveto +5223 1518 5242 1515 5259 1512 curveto +5402 1489 5442 1509 5582 1476 curveto +5586 1475 5590 1474 5594 1473 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5595.28 1476.26 moveto +5603 1469 lineto +5592.44 1469.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5595.28 1476.26 moveto +5603 1469 lineto +5592.44 1469.86 lineto +closepath stroke +grestore +% mmicmmcic->mcmcmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5135 1522 moveto +5118 1518 5097 1514 5078 1512 curveto +4911 1487 4863 1518 4699 1476 curveto +4661 1466 4657 1449 4618 1440 curveto +4375 1380 4301 1452 4055 1404 curveto +4051 1403 4047 1403 4044 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4044.58 1397.52 moveto +4034 1398 lineto +4042.57 1404.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4044.58 1397.52 moveto +4034 1398 lineto +4042.57 1404.23 lineto +closepath stroke +grestore +% mmicmmcic->mmicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5148 1515 moveto +5133 1505 5111 1490 5094 1478 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5095.26 1474.63 moveto +5085 1472 lineto +5091.38 1480.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5095.26 1474.63 moveto +5085 1472 lineto +5091.38 1480.46 lineto +closepath stroke +grestore +% cmmcimmc_ccmmcimmc->cmmcmcmc_ccmmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4227 1368 moveto +4218 1333 4193 1256 4139 1224 curveto +4080 1188 2967 1192 2898 1188 curveto +2871 1186 2840 1183 2813 1180 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2813.3 1176.51 moveto +2803 1179 lineto +2812.6 1183.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2813.3 1176.51 moveto +2803 1179 lineto +2812.6 1183.48 lineto +closepath stroke +grestore +% cmmcimmc_ccmmcimmc->mimimmc_cmimimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4239 1368 moveto +4257 1327 4294 1223 4253 1152 curveto +4206 1069 3970 978 3884 936 curveto +3858 923 3827 910 3802 900 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3803.56 896.86 moveto +3793 896 lineto +3800.72 903.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3803.56 896.86 moveto +3793 896 lineto +3800.72 903.26 lineto +closepath stroke +grestore +% cmmcimmc_ccmmcimmc->cmmcicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4258 1369 moveto +4292 1348 4354 1313 4411 1296 curveto +4522 1261 4658 1248 4732 1244 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4732 1247.5 moveto +4742 1244 lineto +4732 1240.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4732 1247.5 moveto +4742 1244 lineto +4732 1240.5 lineto +closepath stroke +grestore +% icmmcimmi->icmmcmmi_iicmmcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5566 1884 moveto +5591 1880 5624 1875 5653 1872 curveto +5733 1861 5958 1838 6077 1826 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6077.4 1829.48 moveto +6087 1825 lineto +6076.7 1822.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6077.4 1829.48 moveto +6087 1825 lineto +6076.7 1822.51 lineto +closepath stroke +grestore +% icmmcimmi->icmmcimm_iicmmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5562 1880 moveto +5644 1854 5868 1785 6055 1728 curveto +6096 1715 6142 1702 6176 1691 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6177.43 1694.23 moveto +6186 1688 lineto +6175.42 1687.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6177.43 1694.23 moveto +6186 1688 lineto +6175.42 1687.52 lineto +closepath stroke +grestore +% icmmcimmi->cmmcimmi_ccmmcimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5490 1888 moveto +5425 1884 5288 1876 5172 1872 curveto +5132 1870 3748 1864 3719 1836 curveto +3708 1824 3711 1813 3719 1800 curveto +3779 1705 3886 1786 3945 1692 curveto +3954 1678 3956 1668 3945 1656 curveto +3891 1590 3815 1682 3757 1620 curveto +3742 1604 3740 1578 3742 1558 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3745.49 1558.3 moveto +3743 1548 lineto +3738.52 1557.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3745.49 1558.3 moveto +3743 1548 lineto +3738.52 1557.6 lineto +closepath stroke +grestore +% cmmcimmi_ccmmcimmi->cmmcimm_ccmmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3701 1516 moveto +3663 1504 3608 1487 3568 1475 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3568.58 1471.52 moveto +3558 1472 lineto +3566.57 1478.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3568.58 1471.52 moveto +3558 1472 lineto +3566.57 1478.23 lineto +closepath stroke +grestore +% cmmcimmi_ccmmcimmi->cmmcicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3722 1513 moveto +3707 1503 3688 1490 3672 1479 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3674.1 1476.2 moveto +3664 1473 lineto +3669.9 1481.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3674.1 1476.2 moveto +3664 1473 lineto +3669.9 1481.8 lineto +closepath stroke +grestore +% cmmcimmi_ccmmcimmi->cmmcimmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3791 1516 moveto +3825 1505 3873 1489 3914 1476 curveto +3918 1475 3922 1473 3926 1472 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3927.43 1475.23 moveto +3936 1469 lineto +3925.42 1468.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3927.43 1475.23 moveto +3936 1469 lineto +3925.42 1468.52 lineto +closepath stroke +grestore +% cmmcimmi_ccmmcimmi->cmmcimmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3807 1520 moveto +3826 1517 3848 1514 3867 1512 curveto +4185 1480 4267 1501 4585 1476 curveto +4624 1473 4667 1468 4700 1464 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4700.4 1467.48 moveto +4710 1463 lineto +4699.7 1460.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4700.4 1467.48 moveto +4710 1463 lineto +4699.7 1460.51 lineto +closepath stroke +grestore +% immicmmci->immcmmci_imcmcmmci_iimmcmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5094 1878 moveto +5087 1876 5079 1874 5071 1872 curveto +4985 1851 4884 1836 4810 1828 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4810.3 1824.51 moveto +4800 1827 lineto +4809.6 1831.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4810.3 1824.51 moveto +4800 1827 lineto +4809.6 1831.48 lineto +closepath stroke +grestore +% immicmmci->immicmmc_iimmicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5116 1872 moveto +5097 1829 5056 1717 5111 1656 curveto +5161 1600 5385 1665 5443 1620 curveto +5462 1605 5470 1578 5474 1558 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5477.47 1558.49 moveto +5476 1548 lineto +5470.61 1557.12 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5477.47 1558.49 moveto +5476 1548 lineto +5470.61 1557.12 lineto +closepath stroke +grestore +% immicmmci->mmicmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5127 1872 moveto +5133 1834 5146 1747 5153 1702 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5156.49 1702.3 moveto +5154 1692 lineto +5149.52 1701.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5156.49 1702.3 moveto +5154 1692 lineto +5149.52 1701.6 lineto +closepath stroke +grestore +% icmmcmmci->imimi_imcimi_iimimi_icmcimi_icimimi_immimimi_imcmmimi_immcmcimi_immcimimi_imcmmcimi_icmmimimi_icmcmmimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6115 1739 moveto +6053 1729 5930 1709 5839 1693 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5839.49 1689.53 moveto +5829 1691 lineto +5838.12 1696.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5839.49 1689.53 moveto +5829 1691 lineto +5838.12 1696.39 lineto +closepath stroke +grestore +% icmmcmmci->icmmcmmc_iicmmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6191 1739 moveto +6248 1729 6351 1709 6384 1692 curveto +6404 1680 6401 1666 6422 1656 curveto +6529 1604 6573 1653 6688 1620 curveto +6723 1609 6728 1595 6764 1584 curveto +6813 1568 6958 1586 6992 1548 curveto +7023 1511 7024 1475 6992 1440 curveto +6951 1396 6514 1417 6457 1404 curveto +6437 1399 6304 1344 6288 1332 curveto +6254 1307 6248 1296 6229 1260 curveto +6218 1241 6211 1216 6208 1198 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6211.39 1197.12 moveto +6206 1188 lineto +6204.53 1198.49 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6211.39 1197.12 moveto +6206 1188 lineto +6204.53 1198.49 lineto +closepath stroke +grestore +% icmmcmmci->cmmcmmci_ccmmcmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6192 1740 moveto +6232 1734 6296 1719 6345 1692 curveto +6365 1680 6362 1666 6384 1656 curveto +6465 1615 6497 1643 6585 1620 curveto +6631 1607 6640 1595 6688 1584 curveto +6809 1555 7010 1625 6959 1512 curveto +6939 1468 6922 1458 6878 1440 curveto +6666 1351 6584 1462 6363 1404 curveto +6327 1394 6323 1378 6288 1368 curveto +6255 1358 5105 1226 5071 1224 curveto +4726 1195 4637 1220 4291 1188 curveto +4274 1186 4257 1184 4240 1181 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4240.3 1177.51 moveto +4230 1180 lineto +4239.6 1184.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4240.3 1177.51 moveto +4230 1180 lineto +4239.6 1184.48 lineto +closepath stroke +grestore +% mimi_cmimi_mmmimi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3691 1026 64.12 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3652.5 1021.9 moveto 77 (-i-i=c-i-i=---i-i) alignedtext +grestore +% cmmcmmci_ccmmcmmci->mimi_cmimi_mmmimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4151 1152 moveto +4133 1131 4100 1097 4063 1080 curveto +4012 1055 3857 1039 3763 1032 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3763.3 1028.51 moveto +3753 1031 lineto +3762.6 1035.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3763.3 1028.51 moveto +3753 1031 lineto +3762.6 1035.48 lineto +closepath stroke +grestore +% cmmcmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4010 1098 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3986 1093.9 moveto 48 (c--c--cic) alignedtext +grestore +% cmmcmmci_ccmmcmmci->cmmcmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4130 1154 moveto +4106 1142 4073 1127 4048 1116 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4049.56 1112.86 moveto +4039 1112 lineto +4046.72 1119.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4049.56 1112.86 moveto +4039 1112 lineto +4046.72 1119.26 lineto +closepath stroke +grestore +% cmmcmmic_ccmmcmmic->cmmcmcmc_ccmmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3030 1230 moveto +2966 1218 2867 1198 2800 1184 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2800.49 1180.53 moveto +2790 1182 lineto +2799.12 1187.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2800.49 1180.53 moveto +2790 1182 lineto +2799.12 1187.39 lineto +closepath stroke +grestore +% cmmcmmic_ccmmcmmic->cmmcmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3159 1233 moveto +3188 1230 3222 1227 3253 1224 curveto +3498 1202 3567 1246 3805 1188 curveto +3868 1172 3935 1139 3975 1118 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3976.96 1120.92 moveto +3984 1113 lineto +3973.56 1114.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3976.96 1120.92 moveto +3984 1113 lineto +3973.56 1114.8 lineto +closepath stroke +grestore +% icmmicimm->icmcmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4989 1884 moveto +5014 1880 5047 1875 5076 1872 curveto +5159 1862 5380 1882 5449 1836 curveto +5470 1821 5483 1794 5489 1774 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5492.48 1774.58 moveto +5492 1764 lineto +5485.77 1772.57 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5492.48 1774.58 moveto +5492 1764 lineto +5485.77 1772.57 lineto +closepath stroke +grestore +% icmmicimm->icmmicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4989 1884 moveto +5014 1880 5047 1875 5076 1872 curveto +5152 1862 5366 1892 5416 1836 curveto +5455 1793 5395 1730 5357 1697 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5358.83 1693.95 moveto +5349 1690 lineto +5354.22 1699.22 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5358.83 1693.95 moveto +5349 1690 lineto +5354.22 1699.22 lineto +closepath stroke +grestore +% icmmicimm->cmmicimm_ccmmicimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4913 1887 moveto +4830 1880 4626 1861 4457 1836 curveto +4372 1823 4152 1801 4073 1764 curveto +4006 1732 4015 1682 3945 1656 curveto +3775 1591 2486 1642 2305 1620 curveto +2299 1619 2294 1618 2288 1617 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2288.49 1613.53 moveto +2278 1615 lineto +2287.12 1620.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2288.49 1613.53 moveto +2278 1615 lineto +2287.12 1620.39 lineto +closepath stroke +grestore +% icmmicmmi->icmcmcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6333 1944 moveto +6334 1936 6335 1927 6336 1918 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6339.49 1918.3 moveto +6337 1908 lineto +6332.52 1917.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6339.49 1918.3 moveto +6337 1908 lineto +6332.52 1917.6 lineto +closepath stroke +grestore +% icmmicmmi->icmmicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6293 1957 moveto +6197 1946 5951 1915 5935 1908 curveto +5912 1897 5914 1885 5894 1872 curveto +5771 1790 5736 1772 5595 1728 curveto +5503 1698 5474 1716 5379 1692 curveto +5376 1691 5373 1690 5370 1689 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5370.58 1685.52 moveto +5360 1686 lineto +5368.57 1692.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5370.58 1685.52 moveto +5360 1686 lineto +5368.57 1692.23 lineto +closepath stroke +grestore +% icmmicmmi->cmmicmmi_ccmmicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 6355 1948 moveto +6389 1928 6453 1893 6511 1872 curveto +6569 1850 6599 1877 6646 1836 curveto +6684 1801 6665 1773 6689 1728 curveto +6697 1711 6706 1710 6712 1692 curveto +6716 1676 6723 1667 6712 1656 curveto +6668 1612 4557 1627 4495 1620 curveto +4488 1619 4482 1618 4475 1617 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4475.49 1613.53 moveto +4465 1615 lineto +4474.12 1620.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4475.49 1613.53 moveto +4465 1615 lineto +4474.12 1620.39 lineto +closepath stroke +grestore +% immcmmici->immcmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3082 1944 moveto +3082 1936 3082 1927 3082 1918 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3085.5 1918 moveto +3082 1908 lineto +3078.5 1918 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3085.5 1918 moveto +3082 1908 lineto +3078.5 1918 lineto +closepath stroke +grestore +% immcmmici->immcmmic_imcmcmmic_iimmcmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3108 1949 moveto +3152 1926 3244 1879 3319 1836 curveto +3401 1789 3493 1729 3541 1698 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3543.62 1700.46 moveto +3550 1692 lineto +3539.74 1694.63 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3543.62 1700.46 moveto +3550 1692 lineto +3539.74 1694.63 lineto +closepath stroke +grestore +% mcmcmmici +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2859 1602 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2837 1597.9 moveto 44 (-c-c--ici) alignedtext +grestore +% immcmmici->mcmcmmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3065 1946 moveto +3055 1935 3042 1921 3032 1908 curveto +2961 1811 2898 1684 2871 1629 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2874.26 1627.72 moveto +2867 1620 lineto +2867.86 1630.56 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2874.26 1627.72 moveto +2867 1620 lineto +2867.86 1630.56 lineto +closepath stroke +grestore +% mmicmmici->mmicmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4496 1800 moveto +4492 1792 4487 1782 4482 1773 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4485.26 1771.72 moveto +4478 1764 lineto +4478.86 1774.56 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4485.26 1771.72 moveto +4478 1764 lineto +4478.86 1774.56 lineto +closepath stroke +grestore +% mmicmmici->mcmcmmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4477 1805 moveto +4433 1784 4344 1739 4274 1692 curveto +4254 1677 4255 1664 4231 1656 curveto +4095 1604 3059 1645 2914 1620 curveto +2909 1619 2904 1618 2900 1616 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2900.49 1612.53 moveto +2890 1614 lineto +2899.12 1619.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2900.49 1612.53 moveto +2890 1614 lineto +2899.12 1619.39 lineto +closepath stroke +grestore +% mmicmmici->mmicmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4540 1810 moveto +4556 1806 4574 1803 4591 1800 curveto +4695 1781 4738 1822 4825 1764 curveto +4873 1732 4854 1697 4892 1656 curveto +4904 1643 4921 1630 4935 1621 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4936.96 1623.92 moveto +4944 1616 lineto +4933.56 1617.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4936.96 1623.92 moveto +4944 1616 lineto +4933.56 1617.8 lineto +closepath stroke +grestore +% icmmicmmc->icmcmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5379 1447 moveto +5405 1437 5440 1422 5468 1404 curveto +5498 1384 5557 1316 5586 1296 curveto +5608 1281 5634 1268 5655 1259 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5656.28 1262.26 moveto +5664 1255 lineto +5653.44 1255.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5656.28 1262.26 moveto +5664 1255 lineto +5653.44 1255.86 lineto +closepath stroke +grestore +% icmmicmmc->imimicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5320 1444 moveto +5298 1433 5267 1416 5242 1404 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5243.56 1400.86 moveto +5233 1400 lineto +5240.72 1407.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5243.56 1400.86 moveto +5233 1400 lineto +5240.72 1407.26 lineto +closepath stroke +grestore +% icmmicmmc->cmmicmmc_ccmmicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5355 1440 moveto +5359 1432 5363 1422 5368 1413 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5371.14 1414.56 moveto +5372 1404 lineto +5364.74 1411.72 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5371.14 1414.56 moveto +5372 1404 lineto +5364.74 1411.72 lineto +closepath stroke +grestore +% immicmmic->immicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4897 1729 moveto +4877 1704 4840 1656 4816 1627 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4818.8 1624.9 moveto +4810 1619 lineto +4813.2 1629.1 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4818.8 1624.9 moveto +4810 1619 lineto +4813.2 1629.1 lineto +closepath stroke +grestore +% immicmmic->immcmmic_imcmcmmic_iimmcmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4877 1737 moveto +4861 1734 4842 1730 4825 1728 curveto +4326 1668 4195 1738 3693 1692 curveto +3683 1691 3673 1690 3662 1688 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3662.3 1684.51 moveto +3652 1687 lineto +3661.6 1691.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3662.3 1684.51 moveto +3652 1687 lineto +3661.6 1691.48 lineto +closepath stroke +grestore +% immicmmic->mmicmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4904 1728 moveto +4897 1709 4890 1679 4901 1656 curveto +4908 1641 4922 1629 4934 1621 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4936.62 1623.46 moveto +4943 1615 lineto +4932.74 1617.63 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4936.62 1623.46 moveto +4943 1615 lineto +4932.74 1617.63 lineto +closepath stroke +grestore +% immicmmi_iimmicmmi->immicmcm_iimmicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4679 2163 moveto +4610 2134 4452 2068 4319 2016 curveto +4147 1948 3942 1871 3848 1836 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3849.59 1832.84 moveto +3839 1833 lineto +3847.38 1839.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3849.59 1832.84 moveto +3839 1833 lineto +3847.38 1839.48 lineto +closepath stroke +grestore +% immicmmi_iimmicmmi->cimmicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4774 2170 moveto +4804 2166 4842 2162 4875 2160 curveto +5456 2119 5607 2199 6184 2124 curveto +6457 2088 6521 2051 6788 1980 curveto +7002 1922 7056 1907 7267 1836 curveto +7270 1835 7273 1834 7276 1833 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7277.28 1836.26 moveto +7285 1829 lineto +7274.44 1829.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7277.28 1836.26 moveto +7285 1829 lineto +7274.44 1829.86 lineto +closepath stroke +grestore +% immicmmi_iimmicmmi->immicmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4737 2161 moveto +4760 2142 4799 2112 4833 2088 curveto +4926 2021 5039 1946 5092 1911 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5094.62 1913.46 moveto +5101 1905 lineto +5090.74 1907.63 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5094.62 1913.46 moveto +5101 1905 lineto +5090.74 1907.63 lineto +closepath stroke +grestore +% immicmmi_iimmicmmi->icmmicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4775 2170 moveto +4805 2167 4842 2163 4875 2160 curveto +5042 2144 6263 2174 6378 2052 curveto +6396 2032 6377 2004 6357 1985 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6359.55 1982.6 moveto +6350 1978 lineto +6354.6 1987.55 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6359.55 1982.6 moveto +6350 1978 lineto +6354.6 1987.55 lineto +closepath stroke +grestore +% immicmmi_iimmicmmi->immicmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4723 2160 moveto +4754 2093 4862 1855 4899 1774 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4902.54 1774.58 moveto +4903 1764 lineto +4896.04 1771.98 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4902.54 1774.58 moveto +4903 1764 lineto +4896.04 1771.98 lineto +closepath stroke +grestore +% immcicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1725 2106 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1704.5 2101.9 moveto 41 (i--cic--i) alignedtext +grestore +% immicmmi_iimmicmmi->immcicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4649 2176 moveto +4247 2167 2126 2116 1774 2107 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1774 2103.5 moveto +1764 2107 lineto +1774 2110.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1774 2103.5 moveto +1764 2107 lineto +1774 2110.5 lineto +closepath stroke +grestore +% mmicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2368 1890 32.16 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2352.5 1885.9 moveto 31 (--ic--i) alignedtext +grestore +% immicmmi_iimmicmmi->mmicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4650 2175 moveto +4334 2161 2962 2095 2551 1980 curveto +2494 1963 2433 1930 2398 1909 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2399.44 1905.8 moveto +2389 1904 lineto +2396.04 1911.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2399.44 1905.8 moveto +2389 1904 lineto +2396.04 1911.92 lineto +closepath stroke +grestore +% immcicmmc->imimicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1082 1453 moveto +1115 1448 1164 1442 1207 1440 curveto +2910 1338 3342 1506 5044 1404 curveto +5083 1401 5126 1396 5158 1392 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5158.4 1395.48 moveto +5168 1391 lineto +5157.7 1388.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5158.4 1395.48 moveto +5168 1391 lineto +5157.7 1388.51 lineto +closepath stroke +grestore +% immcicmmc->immcmmc_imcmcmmc_iimmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1075 1447 moveto +1083 1445 1091 1442 1098 1440 curveto +1146 1426 1200 1412 1242 1402 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1242.88 1405.39 moveto +1252 1400 lineto +1241.51 1398.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1242.88 1405.39 moveto +1252 1400 lineto +1241.51 1398.53 lineto +closepath stroke +grestore +% mcmcicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1038 1386 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1014 1381.9 moveto 48 (-c-cic--c) alignedtext +grestore +% immcicmmc->mcmcicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1042 1440 moveto +1041 1432 1041 1423 1040 1414 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1043.48 1413.6 moveto +1039 1404 lineto +1036.51 1414.3 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1043.48 1413.6 moveto +1039 1404 lineto +1036.51 1414.3 lineto +closepath stroke +grestore +% mcmcicmmc->mcimicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1060 1370 moveto +1090 1350 1145 1314 1197 1296 curveto +1329 1249 1682 1230 1814 1188 curveto +1921 1154 1932 1106 2040 1080 curveto +2280 1021 2907 1090 3148 1044 curveto +3152 1043 3155 1043 3159 1042 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3160.28 1045.26 moveto +3168 1038 lineto +3157.44 1038.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3160.28 1045.26 moveto +3168 1038 lineto +3157.44 1038.86 lineto +closepath stroke +grestore +% mcmcicmmc->mmcicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1080 1380 moveto +1114 1376 1163 1370 1205 1368 curveto +2683 1280 3058 1421 4535 1332 curveto +4574 1329 4617 1324 4649 1320 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4649.4 1323.48 moveto +4659 1319 lineto +4648.7 1316.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4649.4 1323.48 moveto +4659 1319 lineto +4648.7 1316.51 lineto +closepath stroke +grestore +% mcmcicmmc->mcmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1080 1380 moveto +1136 1372 1237 1355 1322 1332 curveto +1326 1331 1330 1329 1334 1328 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1335.43 1331.23 moveto +1344 1325 lineto +1333.42 1324.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1335.43 1331.23 moveto +1344 1325 lineto +1333.42 1324.52 lineto +closepath stroke +grestore +% mcmcicmmc->mcmcimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1045 1368 moveto +1062 1324 1112 1213 1187 1152 curveto +1403 977 1742 909 1864 889 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1864.88 892.39 moveto +1874 887 lineto +1863.51 885.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1864.88 892.39 moveto +1874 887 lineto +1863.51 885.53 lineto +closepath stroke +grestore +% immcicmmi->immcicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1704 2090 moveto +1675 2066 1626 2016 1626 1962 curveto +1626 1962 1626 1962 1626 1890 curveto +1626 1854 1540 1796 1491 1766 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1492.44 1762.8 moveto +1482 1761 lineto +1489.04 1768.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1492.44 1762.8 moveto +1482 1761 lineto +1489.04 1768.92 lineto +closepath stroke +grestore +% immcmmi_imcmcmmi_iimmcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1786 2034 93.81 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1726.5 2029.9 moveto 119 (i--c--i=i-c-c--i=ii--c--i) alignedtext +grestore +% immcicmmi->immcmmi_imcmcmmi_iimmcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1739 2089 moveto +1746 2080 1756 2069 1764 2060 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1767.05 2061.83 moveto +1771 2052 lineto +1761.78 2057.22 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1767.05 2061.83 moveto +1771 2052 lineto +1761.78 2057.22 lineto +closepath stroke +grestore +% mcmcicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1595 1746 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1573 1741.9 moveto 44 (-c-cic--i) alignedtext +grestore +% immcicmmi->mcmcicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1709 2089 moveto +1700 2079 1689 2066 1683 2052 curveto +1666 2014 1664 2002 1664 1962 curveto +1664 1962 1664 1962 1664 1890 curveto +1664 1848 1660 1836 1640 1800 curveto +1635 1789 1627 1779 1619 1770 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1621.55 1767.6 moveto +1612 1763 lineto +1616.6 1772.55 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1621.55 1767.6 moveto +1612 1763 lineto +1616.6 1772.55 lineto +closepath stroke +grestore +% immcmmi_imcmcmmi_iimmcmmi->immcmcm_imcmcmcm_iimmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1751 2017 moveto +1709 1997 1635 1965 1569 1944 curveto +1497 1921 1473 1934 1401 1908 curveto +1245 1849 1230 1782 1072 1728 curveto +1031 1713 920 1696 838 1685 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 838.3 1681.51 moveto +828 1684 lineto +837.6 1688.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 838.3 1681.51 moveto +828 1684 lineto +837.6 1688.48 lineto +closepath stroke +grestore +% immcmmi_imcmcmmi_iimmcmmi->icimmcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1862 2023 moveto +1883 2021 1906 2018 1927 2016 curveto +2158 1993 2217 2001 2447 1980 curveto +2482 1976 2522 1972 2551 1968 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2551.4 1971.48 moveto +2561 1967 lineto +2550.7 1964.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2551.4 1971.48 moveto +2561 1967 lineto +2550.7 1964.51 lineto +closepath stroke +grestore +% immcmmi_imcmcmmi_iimmcmmi->immcmmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1861 2023 moveto +1883 2020 1906 2018 1927 2016 curveto +2335 1982 2439 2003 2847 1980 curveto +2912 1975 2986 1970 3033 1966 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3033.4 1969.48 moveto +3043 1965 lineto +3032.7 1962.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3033.4 1969.48 moveto +3043 1965 lineto +3032.7 1962.51 lineto +closepath stroke +grestore +% mcmcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1385 1674 34.94 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1367.5 1669.9 moveto 35 (-c-c--i) alignedtext +grestore +% immcmmi_imcmcmmi_iimmcmmi->mcmcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1761 2017 moveto +1749 2007 1735 1994 1726 1980 curveto +1663 1881 1735 1804 1645 1728 curveto +1572 1664 1523 1718 1429 1692 curveto +1426 1691 1424 1690 1421 1689 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1422.59 1685.84 moveto +1412 1686 lineto +1420.38 1692.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1422.59 1685.84 moveto +1412 1686 lineto +1420.38 1692.48 lineto +closepath stroke +grestore +% mcmcicmmi->mcmcicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1559 1737 moveto +1543 1734 1524 1730 1507 1728 curveto +1340 1702 1292 1731 1127 1692 curveto +1085 1681 1078 1668 1036 1656 curveto +969 1634 949 1641 881 1620 curveto +816 1599 744 1568 700 1548 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 701.56 1544.86 moveto +691 1544 lineto +698.72 1551.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 701.56 1544.86 moveto +691 1544 lineto +698.72 1551.26 lineto +closepath stroke +grestore +% mcmcicmmi->mmcicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1636 1744 moveto +1702 1740 1836 1733 1949 1728 curveto +2170 1717 2865 1685 3052 1676 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3052 1679.5 moveto +3062 1676 lineto +3052 1672.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3052 1679.5 moveto +3062 1676 lineto +3052 1672.5 lineto +closepath stroke +grestore +% mcmcicmmi->mcmcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1563 1735 moveto +1555 1733 1547 1730 1540 1728 curveto +1491 1711 1478 1709 1429 1692 curveto +1427 1691 1425 1690 1422 1689 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1423.56 1685.86 moveto +1413 1685 lineto +1420.72 1692.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1423.56 1685.86 moveto +1413 1685 lineto +1420.72 1692.26 lineto +closepath stroke +grestore +% mcmcicmmi->mcmcimimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1563 1735 moveto +1555 1732 1548 1730 1540 1728 curveto +1453 1705 1429 1713 1341 1692 curveto +1290 1679 1279 1668 1227 1656 curveto +1183 1645 1053 1655 1023 1620 curveto +1004 1598 1031 1569 1056 1551 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1058.1 1553.8 moveto +1064 1545 lineto +1053.9 1548.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1058.1 1553.8 moveto +1064 1545 lineto +1053.9 1548.2 lineto +closepath stroke +grestore +% mcmcicmm->mcimicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 849 1442 moveto +871 1421 912 1387 952 1368 curveto +1054 1317 1087 1323 1197 1296 curveto +1275 1276 1471 1234 1550 1224 curveto +1793 1191 1859 1227 2100 1188 curveto +2163 1177 2175 1161 2237 1152 curveto +2617 1094 2719 1161 3099 1116 curveto +3114 1114 3131 1111 3146 1108 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3146.88 1111.39 moveto +3156 1106 lineto +3145.51 1104.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3146.88 1111.39 moveto +3156 1106 lineto +3145.51 1104.53 lineto +closepath stroke +grestore +% mcmcicmm->mmcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 868 1453 moveto +901 1448 950 1442 993 1440 curveto +1610 1401 3157 1465 3771 1404 curveto +3789 1402 3808 1399 3825 1395 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3825.88 1398.39 moveto +3835 1393 lineto +3824.51 1391.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3825.88 1398.39 moveto +3835 1393 lineto +3824.51 1391.53 lineto +closepath stroke +grestore +% mcmcicmm->cmcmcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 868 1452 moveto +894 1448 929 1443 960 1440 curveto +1167 1417 1219 1423 1425 1404 curveto +1464 1400 1507 1396 1539 1392 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1539.4 1395.48 moveto +1549 1391 lineto +1538.7 1388.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1539.4 1395.48 moveto +1549 1391 lineto +1538.7 1388.51 lineto +closepath stroke +grestore +% mcmcicmm->mcmcicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 862 1447 moveto +897 1435 955 1415 994 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 995.43 1404.23 moveto +1004 1398 lineto +993.42 1397.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 995.43 1404.23 moveto +1004 1398 lineto +993.42 1397.52 lineto +closepath stroke +grestore +% mcmcicmm->mcmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 813 1442 moveto +802 1432 789 1419 778 1409 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 779.83 1405.95 moveto +770 1402 lineto +775.22 1411.22 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 779.83 1405.95 moveto +770 1402 lineto +775.22 1411.22 lineto +closepath stroke +grestore +% immcic_imcmcic_iimmcic_immimmcic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2059 2034 122.99 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1978.5 2029.9 moveto 161 (i--cic=i-c-cic=ii--cic=i--i--cic) alignedtext +grestore +% immcic_imcmcic_iimmcic_immimmcic->immcicmm_imcmcicmm_iimmcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1994 2019 moveto +1901 1994 1740 1945 1740 1890 curveto +1740 1890 1740 1890 1740 1818 curveto +1740 1752 1668 1713 1612 1692 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1612.58 1688.52 moveto +1602 1689 lineto +1610.57 1695.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1612.58 1688.52 moveto +1602 1689 lineto +1610.57 1695.23 lineto +closepath stroke +grestore +% immcic_imcmcic_iimmcic_immimmcic->icimmcic_iicimmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2176 2029 moveto +2482 2015 3294 1978 3554 1965 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3554 1968.5 moveto +3564 1965 lineto +3554 1961.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3554 1968.5 moveto +3564 1965 lineto +3554 1961.5 lineto +closepath stroke +grestore +% immcic_imcmcic_iimmcic_immimmcic->immcimmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2028 2017 moveto +2008 2006 1983 1992 1963 1981 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1964.44 1977.8 moveto +1954 1976 lineto +1961.04 1983.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1964.44 1977.8 moveto +1954 1976 lineto +1961.04 1983.92 lineto +closepath stroke +grestore +% immc_imcmc_iimmc_immimmc_imcmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +557 1962 129.94 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +471.5 1957.9 moveto 171 (i--c=i-c-c=ii--c=i--i--c=i-c--c-c) alignedtext +grestore +% immcic_imcmcic_iimmcic_immimmcic->immc_imcmc_iimmc_immimmc_imcmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1964 2023 moveto +1940 2020 1913 2018 1889 2016 curveto +1463 1985 1355 1998 927 1980 curveto +849 1976 761 1971 690 1968 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 690 1964.5 moveto +680 1968 lineto +690 1971.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 690 1964.5 moveto +680 1968 lineto +690 1971.5 lineto +closepath stroke +grestore +% mmimmcic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1919 1890 37.02 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1900 1885.9 moveto 38 (--i--cic) alignedtext +grestore +% immcic_imcmcic_iimmcic_immimmcic->mmimmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2044 2016 moveto +2028 1997 2002 1968 1977 1944 curveto +1967 1933 1955 1922 1945 1913 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1946.83 1909.95 moveto +1937 1906 lineto +1942.22 1915.22 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1946.83 1909.95 moveto +1937 1906 lineto +1942.22 1915.22 lineto +closepath stroke +grestore +% immc_imcmc_iimmc_immimmc_imcmmcmc->immcmm_imcmcmm_iimmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 468 1949 moveto +402 1934 315 1902 272 1836 curveto +229 1768 250 1732 272 1656 curveto +275 1646 280 1637 286 1628 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 288.8 1630.1 moveto +292 1620 lineto +283.2 1625.9 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 288.8 1630.1 moveto +292 1620 lineto +283.2 1625.9 lineto +closepath stroke +grestore +% immc_imcmc_iimmc_immimmc_imcmmcmc->icimmc_iicimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 677 1955 moveto +750 1951 844 1947 927 1944 curveto +1586 1919 1751 1939 2409 1908 curveto +2475 1904 2548 1900 2600 1896 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2600.4 1899.48 moveto +2610 1895 lineto +2599.7 1892.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2600.4 1899.48 moveto +2610 1895 lineto +2599.7 1892.51 lineto +closepath stroke +grestore +% mmimmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +344 1674 30.07 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +330 1669.9 moveto 28 (--i--c) alignedtext +grestore +% immc_imcmc_iimmc_immimmc_imcmmcmc->mmimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 549 1944 moveto +531 1902 481 1798 417 1728 curveto +405 1714 388 1702 375 1693 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 376.26 1689.63 moveto +366 1687 lineto +372.38 1695.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 376.26 1689.63 moveto +366 1687 lineto +372.38 1695.46 lineto +closepath stroke +grestore +% mmimmcic->cmmimmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1956 1888 moveto +2028 1885 2190 1877 2327 1872 curveto +2749 1854 2859 1896 3276 1836 curveto +3498 1804 3754 1722 3853 1688 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3854.43 1691.23 moveto +3863 1685 lineto +3852.42 1684.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3854.43 1691.23 moveto +3863 1685 lineto +3852.42 1684.52 lineto +closepath stroke +grestore +% mmimmcic->mmicmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1949 1880 moveto +2038 1850 2304 1764 2531 1728 curveto +2801 1684 2875 1731 3145 1692 curveto +3214 1681 3229 1666 3297 1656 curveto +3574 1615 3650 1669 3925 1620 curveto +3979 1610 3988 1593 4041 1584 curveto +4448 1514 4558 1574 4969 1548 curveto +5021 1544 5080 1539 5121 1535 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5121.4 1538.48 moveto +5131 1534 lineto +5120.7 1531.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5121.4 1538.48 moveto +5131 1534 lineto +5120.7 1531.51 lineto +closepath stroke +grestore +% mmimmcic->mmimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1882 1886 moveto +1744 1873 1242 1821 829 1764 curveto +633 1736 580 1745 388 1692 curveto +385 1691 381 1690 377 1689 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 378.56 1685.86 moveto +368 1685 lineto +375.72 1692.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 378.56 1685.86 moveto +368 1685 lineto +375.72 1692.26 lineto +closepath stroke +grestore +% mcmmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +752 1818 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +728 1813.9 moveto 48 (-c--c-cic) alignedtext +grestore +% mmimmcic->mcmmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1882 1888 moveto +1824 1884 1707 1877 1607 1872 curveto +1429 1862 981 1869 805 1836 curveto +801 1835 797 1835 794 1833 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 794.58 1829.52 moveto +784 1830 lineto +792.57 1836.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 794.58 1829.52 moveto +784 1830 lineto +792.57 1836.23 lineto +closepath stroke +grestore +% immcimmc_imcmcimmc_iimmcimmc->immcmcmc_imcmcmcmc_iimmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1401 1593 moveto +1443 1590 1492 1586 1537 1584 curveto +2099 1554 2242 1596 2801 1548 curveto +2812 1547 2823 1546 2835 1544 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2835.4 1547.48 moveto +2845 1543 lineto +2834.7 1540.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2835.4 1547.48 moveto +2845 1543 lineto +2834.7 1540.51 lineto +closepath stroke +grestore +% immcimmc_imcmcimmc_iimmcimmc->cimmcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1401 1593 moveto +1443 1590 1492 1586 1537 1584 curveto +1796 1569 2447 1596 2701 1548 curveto +2705 1547 2708 1547 2712 1546 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2713.28 1549.26 moveto +2721 1542 lineto +2710.44 1542.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2713.28 1549.26 moveto +2721 1542 lineto +2710.44 1542.86 lineto +closepath stroke +grestore +% immcimmc_imcmcimmc_iimmcimmc->icmmcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1400 1593 moveto +1442 1589 1492 1586 1537 1584 curveto +2842 1529 6107 1623 7411 1548 curveto +7450 1545 7493 1540 7526 1536 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7526.4 1539.48 moveto +7536 1535 lineto +7525.7 1532.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7526.4 1539.48 moveto +7536 1535 lineto +7525.7 1532.51 lineto +closepath stroke +grestore +% immcimmc_imcmcimmc_iimmcimmc->immcicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1218 1592 moveto +1109 1579 939 1558 930 1548 curveto +920 1535 922 1525 930 1512 curveto +938 1499 972 1483 1001 1473 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1002.28 1476.26 moveto +1010 1469 lineto +999.44 1469.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1002.28 1476.26 moveto +1010 1469 lineto +999.44 1469.86 lineto +closepath stroke +grestore +% mcmcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +801 1530 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +780.5 1525.9 moveto 41 (-c-ci--c) alignedtext +grestore +% immcimmc_imcmcimmc_iimmcimmc->mcmcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1217 1592 moveto +1133 1582 1004 1566 892 1548 curveto +878 1546 861 1543 847 1539 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 847.49 1535.53 moveto +837 1537 lineto +846.12 1542.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 847.49 1535.53 moveto +837 1537 lineto +846.12 1542.39 lineto +closepath stroke +grestore +% mcmcimmci->mcmcmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 616 1662 moveto +622 1660 629 1658 635 1656 curveto +718 1633 743 1644 825 1620 curveto +866 1607 873 1592 914 1584 curveto +1252 1514 2123 1585 2465 1548 curveto +2479 1546 2494 1544 2508 1541 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2508.88 1544.39 moveto +2518 1539 lineto +2507.51 1537.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2508.88 1544.39 moveto +2518 1539 lineto +2507.51 1537.53 lineto +closepath stroke +grestore +% mcmcimmci->mmcimmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 615 1661 moveto +621 1659 628 1657 635 1656 curveto +890 1610 5027 1648 5283 1620 curveto +5296 1618 5311 1616 5324 1613 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5325.43 1616.23 moveto +5334 1610 lineto +5323.42 1609.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5325.43 1616.23 moveto +5334 1610 lineto +5323.42 1609.52 lineto +closepath stroke +grestore +% mcmcimmci->mcmcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 608 1659 moveto +646 1633 726 1580 771 1551 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 773.1 1553.8 moveto +779 1545 lineto +768.9 1548.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 773.1 1553.8 moveto +779 1545 lineto +768.9 1548.2 lineto +closepath stroke +grestore +% mcmcimmci->mcmcimimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 616 1662 moveto +623 1660 629 1658 635 1656 curveto +742 1621 769 1613 876 1584 curveto +933 1568 1000 1552 1042 1541 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1043.43 1544.23 moveto +1052 1538 lineto +1041.42 1537.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1043.43 1544.23 moveto +1052 1538 lineto +1041.42 1537.52 lineto +closepath stroke +grestore +% mcmcimmc->mcimimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 825 1515 moveto +841 1505 862 1491 879 1476 curveto +896 1461 897 1455 912 1440 curveto +944 1407 946 1390 985 1368 curveto +1045 1334 1070 1350 1135 1332 curveto +1185 1317 1196 1305 1246 1296 curveto +1545 1240 1626 1279 1929 1260 curveto +2137 1246 2189 1235 2396 1224 curveto +2832 1199 2943 1227 3377 1188 curveto +3403 1185 3431 1181 3454 1178 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3454.88 1181.39 moveto +3464 1176 lineto +3453.51 1174.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3454.88 1181.39 moveto +3464 1176 lineto +3453.51 1174.53 lineto +closepath stroke +grestore +% mcmcimmc->mcmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 833 1519 moveto +873 1505 940 1482 950 1476 curveto +972 1463 970 1448 993 1440 curveto +1099 1399 1898 1410 2011 1404 curveto +2076 1400 2152 1395 2200 1391 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2200.4 1394.48 moveto +2210 1390 lineto +2199.7 1387.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2200.4 1394.48 moveto +2210 1390 lineto +2199.7 1387.51 lineto +closepath stroke +grestore +% mcmcimmc->cmcmcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 838 1524 moveto +920 1511 1115 1480 1209 1466 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1209.88 1469.39 moveto +1219 1464 lineto +1208.51 1462.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1209.88 1469.39 moveto +1219 1464 lineto +1208.51 1462.53 lineto +closepath stroke +grestore +% mcmcimmc->mmcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 840 1526 moveto +887 1522 969 1515 1039 1512 curveto +1389 1496 3844 1515 4191 1476 curveto +4204 1474 4219 1472 4232 1469 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4233.43 1472.23 moveto +4242 1466 lineto +4231.42 1465.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4233.43 1472.23 moveto +4242 1466 lineto +4231.42 1465.52 lineto +closepath stroke +grestore +% mcmcimmc->mcmcicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 830 1518 moveto +853 1507 886 1492 912 1476 curveto +935 1462 939 1455 960 1440 curveto +976 1429 993 1417 1007 1407 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1009.1 1409.8 moveto +1015 1401 lineto +1004.9 1404.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1009.1 1409.8 moveto +1015 1401 lineto +1004.9 1404.2 lineto +closepath stroke +grestore +% immcmmic_imcmcmmic_iimmcmmic->immcmcmc_imcmcmcmc_iimmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3512 1660 moveto +3463 1649 3394 1633 3334 1620 curveto +3267 1604 3250 1599 3182 1584 curveto +3124 1571 3057 1557 3006 1546 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3006.49 1542.53 moveto +2996 1544 lineto +3005.12 1549.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3006.49 1542.53 moveto +2996 1544 lineto +3005.12 1549.39 lineto +closepath stroke +grestore +% immcmmic_imcmcmmic_iimmcmmic->cimmcmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3653 1661 moveto +3667 1659 3680 1658 3693 1656 curveto +3846 1636 3887 1652 4036 1620 curveto +4040 1619 4045 1618 4049 1617 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4050.43 1620.23 moveto +4059 1614 lineto +4048.42 1613.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4050.43 1620.23 moveto +4059 1614 lineto +4048.42 1613.52 lineto +closepath stroke +grestore +% immcmmic_imcmcmmic_iimmcmmic->icmmcmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3651 1661 moveto +3665 1659 3679 1657 3693 1656 curveto +4414 1596 6222 1651 6945 1620 curveto +7010 1617 7086 1611 7135 1607 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7135.4 1610.48 moveto +7145 1606 lineto +7134.7 1603.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7135.4 1610.48 moveto +7145 1606 lineto +7134.7 1603.51 lineto +closepath stroke +grestore +% immcmmic_imcmcmmic_iimmcmmic->immcmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3652 1661 moveto +3666 1659 3680 1657 3693 1656 curveto +4049 1620 4145 1689 4495 1620 curveto +4499 1619 4502 1619 4506 1618 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4507.28 1621.26 moveto +4515 1614 lineto +4504.44 1614.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4507.28 1621.26 moveto +4515 1614 lineto +4504.44 1614.86 lineto +closepath stroke +grestore +% mcmcmmic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3097 1530 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3076.5 1525.9 moveto 41 (-c-c--ic) alignedtext +grestore +% immcmmic_imcmcmmic_iimmcmmic->mcmcmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3538 1657 moveto +3491 1637 3408 1604 3334 1584 curveto +3252 1561 3228 1571 3145 1548 curveto +3142 1547 3139 1546 3137 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3137.58 1541.52 moveto +3127 1542 lineto +3135.57 1548.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3137.58 1541.52 moveto +3127 1542 lineto +3135.57 1548.23 lineto +closepath stroke +grestore +% mcmcimmic->mmcimmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1216 1669 moveto +1249 1664 1298 1658 1341 1656 curveto +1545 1643 4815 1658 5015 1620 curveto +5018 1620 5021 1619 5024 1618 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5025.28 1621.26 moveto +5033 1614 lineto +5022.44 1614.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5025.28 1621.26 moveto +5033 1614 lineto +5022.44 1614.86 lineto +closepath stroke +grestore +% mcmcimmic->mcmcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1140 1666 moveto +1085 1655 986 1633 952 1620 curveto +908 1601 860 1571 831 1551 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 832.26 1547.63 moveto +822 1545 lineto +828.38 1553.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 832.26 1547.63 moveto +822 1545 lineto +828.38 1553.46 lineto +closepath stroke +grestore +% mcmcimmic->mcmcmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1174 1656 moveto +1171 1635 1171 1601 1191 1584 curveto +1230 1550 2999 1557 3049 1548 curveto +3052 1548 3055 1547 3058 1546 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3060.02 1548.96 moveto +3068 1542 lineto +3057.42 1542.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3060.02 1548.96 moveto +3068 1542 lineto +3057.42 1542.46 lineto +closepath stroke +grestore +% immcimmi_imcmcimmi_iimmcimmi->cimmcimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1658 2165 moveto +1612 2154 1556 2140 1538 2124 curveto +1474 2068 1416 2006 1473 1944 curveto +1511 1903 1911 1917 1965 1908 curveto +2185 1871 2440 1792 2537 1760 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2538.43 1763.23 moveto +2547 1757 lineto +2536.42 1756.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2538.43 1763.23 moveto +2547 1757 lineto +2536.42 1756.52 lineto +closepath stroke +grestore +% immcimmi_imcmcimmi_iimmcimmi->immcimmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1664 2164 moveto +1624 2153 1577 2139 1563 2124 curveto +1529 2087 1522 2026 1521 1990 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1524.5 1990 moveto +1521 1980 lineto +1517.5 1990 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1524.5 1990 moveto +1521 1980 lineto +1517.5 1990 lineto +closepath stroke +grestore +% immcimmi_imcmcimmi_iimmcimmi->immcimmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1756 2161 moveto +1792 2139 1852 2100 1889 2052 curveto +1904 2033 1914 2008 1921 1990 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1924.48 1990.58 moveto +1924 1980 lineto +1917.77 1988.57 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1924.48 1990.58 moveto +1924 1980 lineto +1917.77 1988.57 lineto +closepath stroke +grestore +% immcimmi_imcmcimmi_iimmcimmi->icmmcimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1823 2175 moveto +2242 2160 3879 2101 4392 2052 curveto +4818 2011 5328 1925 5482 1898 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5482.88 1901.39 moveto +5492 1896 lineto +5481.51 1894.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5482.88 1901.39 moveto +5492 1896 lineto +5481.51 1894.53 lineto +closepath stroke +grestore +% immcimmi_imcmcimmi_iimmcimmi->immcicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1725 2160 moveto +1725 2152 1725 2143 1725 2134 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1728.5 2134 moveto +1725 2124 lineto +1721.5 2134 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1728.5 2134 moveto +1725 2124 lineto +1721.5 2134 lineto +closepath stroke +grestore +% immcimmi_imcmcimmi_iimmcimmi->immcimm_imcmcimm_iimmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1632 2171 moveto +1560 2164 1466 2150 1438 2124 curveto +1379 2068 1360 2013 1402 1944 curveto +1411 1929 1427 1917 1443 1909 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1444.28 1912.26 moveto +1452 1905 lineto +1441.44 1905.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1444.28 1912.26 moveto +1452 1905 lineto +1441.44 1905.86 lineto +closepath stroke +grestore +% mcmcimmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +851 1818 37.02 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +832 1813.9 moveto 38 (-c-ci--i) alignedtext +grestore +% immcimmi_imcmcimmi_iimmcimmi->mcmcimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1630 2172 moveto +1404 2157 851 2112 851 2034 curveto +851 2034 851 2034 851 1962 curveto +851 1922 851 1875 851 1846 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 854.5 1846 moveto +851 1836 lineto +847.5 1846 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 854.5 1846 moveto +851 1836 lineto +847.5 1846 lineto +closepath stroke +grestore +% immcimm_imcmcimm_iimmcimm->immcicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1498 1872 moveto +1490 1847 1475 1803 1466 1774 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1469.23 1772.57 moveto +1463 1764 lineto +1462.52 1774.58 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1469.23 1772.57 moveto +1463 1764 lineto +1462.52 1774.58 lineto +closepath stroke +grestore +% immcimm_imcmcimm_iimmcimm->icimmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1579 1879 moveto +1682 1864 1864 1837 1950 1824 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1950.4 1827.48 moveto +1960 1823 lineto +1949.7 1820.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1950.4 1827.48 moveto +1960 1823 lineto +1949.7 1820.51 lineto +closepath stroke +grestore +% immcimm_imcmcimm_iimmcimm->immcimmc_imcmcimmc_iimmcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1491 1872 moveto +1477 1854 1455 1825 1434 1800 curveto +1394 1750 1374 1746 1341 1692 curveto +1330 1673 1321 1648 1315 1630 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1318.23 1628.57 moveto +1312 1620 lineto +1311.52 1630.58 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1318.23 1628.57 moveto +1312 1620 lineto +1311.52 1630.58 lineto +closepath stroke +grestore +% mcmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +561 1602 34.94 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +543.5 1597.9 moveto 35 (-c-ci--) alignedtext +grestore +% immcimm_imcmcimm_iimmcimm->mcmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1463 1874 moveto +1376 1840 1167 1763 983 1728 curveto +934 1718 569 1728 535 1692 curveto +519 1675 530 1648 542 1628 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 545.37 1629.26 moveto +548 1619 lineto +539.54 1625.38 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 545.37 1629.26 moveto +548 1619 lineto +539.54 1625.38 lineto +closepath stroke +grestore +% mcmcimmi->cmcmcimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 839 1801 moveto +827 1781 813 1749 829 1728 curveto +871 1675 917 1723 975 1692 curveto +996 1680 993 1665 1014 1656 curveto +1160 1594 1568 1635 1725 1620 curveto +1751 1617 1779 1613 1802 1610 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1802.88 1613.39 moveto +1812 1608 lineto +1801.51 1606.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1802.88 1613.39 moveto +1812 1608 lineto +1801.51 1606.53 lineto +closepath stroke +grestore +% mcmcimmi->mmcimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 888 1816 moveto +969 1813 1166 1805 1330 1800 curveto +1999 1779 2167 1789 2835 1764 curveto +2944 1760 3073 1753 3138 1749 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3138.4 1752.48 moveto +3148 1748 lineto +3137.7 1745.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3138.4 1752.48 moveto +3148 1748 lineto +3137.7 1745.51 lineto +closepath stroke +grestore +% mcmcimmi->mcmcicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 888 1816 moveto +989 1812 1273 1797 1507 1764 curveto +1521 1762 1535 1759 1549 1756 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1549.88 1759.39 moveto +1559 1754 lineto +1548.51 1752.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1549.88 1759.39 moveto +1559 1754 lineto +1548.51 1752.53 lineto +closepath stroke +grestore +% mcmcimmi->mcmcimmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 826 1804 moveto +779 1778 674 1723 620 1693 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 621.44 1689.8 moveto +611 1688 lineto +618.04 1695.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 621.44 1689.8 moveto +611 1688 lineto +618.04 1695.92 lineto +closepath stroke +grestore +% mcmcimmi->mcmcimmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 880 1807 moveto +907 1796 948 1779 983 1764 curveto +1038 1739 1101 1710 1140 1691 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1141.28 1694.26 moveto +1149 1687 lineto +1138.44 1687.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1141.28 1694.26 moveto +1149 1687 lineto +1138.44 1687.86 lineto +closepath stroke +grestore +% mcmcimmi->mcmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 823 1806 moveto +817 1804 811 1802 805 1800 curveto +670 1753 583 1810 502 1692 curveto +494 1678 496 1670 502 1656 curveto +508 1642 519 1631 530 1622 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 532.1 1624.8 moveto +538 1616 lineto +527.9 1619.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 532.1 1624.8 moveto +538 1616 lineto +527.9 1619.2 lineto +closepath stroke +grestore +% mcmcimm->cmcmcimm_ccmcmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 596 1600 moveto +731 1591 1218 1561 1373 1548 curveto +1400 1545 1430 1542 1456 1539 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1456.4 1542.48 moveto +1466 1538 lineto +1455.7 1535.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1456.4 1542.48 moveto +1466 1538 lineto +1455.7 1535.51 lineto +closepath stroke +grestore +% mcmcimm->mcimimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 552 1585 moveto +536 1553 509 1485 539 1440 curveto +585 1371 631 1389 711 1368 curveto +845 1333 1190 1305 1327 1296 curveto +1583 1279 3385 1314 3635 1260 curveto +3638 1260 3640 1259 3643 1258 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3644.28 1261.26 moveto +3652 1254 lineto +3641.44 1254.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3644.28 1261.26 moveto +3652 1254 lineto +3641.44 1254.86 lineto +closepath stroke +grestore +% mcmcimm->mcmcicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 582 1587 moveto +596 1577 616 1563 632 1552 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 634.1 1554.8 moveto +640 1546 lineto +629.9 1549.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 634.1 1554.8 moveto +640 1546 lineto +629.9 1549.2 lineto +closepath stroke +grestore +% mcmcimm->mmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 596 1600 moveto +673 1597 864 1588 1023 1584 curveto +2045 1556 2302 1615 3321 1548 curveto +3361 1545 3404 1540 3435 1536 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3435.88 1539.39 moveto +3445 1534 lineto +3434.51 1532.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3435.88 1539.39 moveto +3445 1534 lineto +3434.51 1532.53 lineto +closepath stroke +grestore +% mcmcimm->mcmcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 591 1593 moveto +634 1581 710 1557 758 1543 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 759.43 1546.23 moveto +768 1540 lineto +757.42 1539.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 759.43 1546.23 moveto +768 1540 lineto +757.42 1539.52 lineto +closepath stroke +grestore +% immci_imcmci_iimmci_immimmci_imcmmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2172 2250 139.87 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2079 2245.9 moveto 186 (i--ci=i-c-ci=ii--ci=i--i--ci=i-c--c-ci) alignedtext +grestore +% immci_imcmci_iimmci_immimmci_imcmmcmci->icimmci_iicimmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2257 2236 moveto +2339 2223 2461 2201 2535 2189 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2535.88 2192.39 moveto +2545 2187 lineto +2534.51 2185.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2535.88 2192.39 moveto +2545 2187 lineto +2534.51 2185.53 lineto +closepath stroke +grestore +% immci_imcmci_iimmci_immimmci_imcmmcmci->immcic_imcmcic_iimmcic_immimmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2163 2232 moveto +2142 2194 2097 2106 2073 2061 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2075.92 2059.04 moveto +2068 2052 lineto +2069.8 2062.44 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2075.92 2059.04 moveto +2068 2052 lineto +2069.8 2062.44 lineto +closepath stroke +grestore +% immci_imcmci_iimmci_immimmci_imcmmcmci->immcimmi_imcmcimmi_iimmcimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2084 2236 moveto +2005 2224 1888 2205 1810 2192 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1810.49 2188.53 moveto +1800 2190 lineto +1809.12 2195.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1810.49 2188.53 moveto +1800 2190 lineto +1809.12 2195.39 lineto +closepath stroke +grestore +% mmimmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1202 2034 32.16 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1186.5 2029.9 moveto 31 (--i--ci) alignedtext +grestore +% immci_imcmci_iimmci_immimmci_imcmmcmci->mmimmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2037 2245 moveto +1796 2237 1317 2217 1286 2196 curveto +1244 2165 1266 2133 1240 2088 curveto +1235 2078 1228 2068 1221 2059 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1223.8 2056.9 moveto +1215 2051 lineto +1218.2 2061.1 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1223.8 2056.9 moveto +1215 2051 lineto +1218.2 2061.1 lineto +closepath stroke +grestore +% mmimmci->cmmimmci_ccmmimmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1234 2033 moveto +1410 2026 2253 1993 2368 1980 curveto +2451 1970 2469 1954 2551 1944 curveto +2808 1910 2874 1926 3132 1908 curveto +3521 1879 3620 1890 4005 1836 curveto +4013 1835 4022 1833 4030 1832 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4030.88 1835.39 moveto +4040 1830 lineto +4029.51 1828.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4030.88 1835.39 moveto +4040 1830 lineto +4029.51 1828.53 lineto +closepath stroke +grestore +% mmimmci->mmicimmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1193 2017 moveto +1180 1992 1157 1947 1142 1917 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1144.92 1915.04 moveto +1137 1908 lineto +1138.8 1918.44 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1144.92 1915.04 moveto +1137 1908 lineto +1138.8 1918.44 lineto +closepath stroke +grestore +% mmimmci->mmimmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1227 2023 moveto +1280 1998 1400 1944 1402 1944 curveto +1587 1896 1642 1934 1830 1908 curveto +1844 1906 1861 1903 1875 1900 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1875.88 1903.39 moveto +1885 1898 lineto +1874.51 1896.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1875.88 1903.39 moveto +1885 1898 lineto +1874.51 1896.53 lineto +closepath stroke +grestore +% mcmmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +975 1962 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +954.5 1957.9 moveto 41 (-c--c-ci) alignedtext +grestore +% mmimmci->mcmmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1174 2025 moveto +1135 2013 1063 1989 1017 1975 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1017.58 1971.52 moveto +1007 1972 lineto +1015.57 1978.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1017.58 1971.52 moveto +1007 1972 lineto +1015.57 1978.23 lineto +closepath stroke +grestore +% mcmcmmcic->mcmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3964 1377 moveto +3948 1373 3929 1370 3911 1368 curveto +3412 1315 2155 1352 1653 1332 curveto +1571 1328 1475 1322 1420 1318 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1420.3 1314.51 moveto +1410 1317 lineto +1419.6 1321.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1420.3 1314.51 moveto +1410 1317 lineto +1419.6 1321.48 lineto +closepath stroke +grestore +% mcmcmmcic->mmcmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4016 1369 moveto +4023 1360 4032 1349 4039 1339 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4041.8 1341.1 moveto +4045 1331 lineto +4036.2 1336.9 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4041.8 1341.1 moveto +4045 1331 lineto +4036.2 1336.9 lineto +closepath stroke +grestore +% mcmmimic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3401 1314 37.02 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3382 1309.9 moveto 38 (-c--i-ic) alignedtext +grestore +% mcmcmmcic->mcmmimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3964 1377 moveto +3948 1374 3928 1370 3911 1368 curveto +3707 1339 3649 1378 3447 1332 curveto +3444 1331 3441 1330 3438 1329 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3438.58 1325.52 moveto +3428 1326 lineto +3436.57 1332.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3438.58 1325.52 moveto +3428 1326 lineto +3436.57 1332.23 lineto +closepath stroke +grestore +% mcmcmmci->cmcmcmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4178 1450 moveto +4232 1437 4338 1412 4400 1397 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4400.88 1400.39 moveto +4410 1395 lineto +4399.51 1393.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4400.88 1400.39 moveto +4410 1395 lineto +4399.51 1393.53 lineto +closepath stroke +grestore +% mcmcmmci->mcmcmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4117 1445 moveto +4095 1433 4063 1417 4038 1405 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4039.44 1401.8 moveto +4029 1400 lineto +4036.04 1407.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4039.44 1401.8 moveto +4029 1400 lineto +4036.04 1407.92 lineto +closepath stroke +grestore +% mcmmimi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3337 1386 32.16 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3321.5 1381.9 moveto 31 (-c--i-i) alignedtext +grestore +% mcmcmmci->mcmmimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4106 1452 moveto +4082 1448 4049 1443 4019 1440 curveto +3777 1413 3486 1394 3379 1389 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3379.3 1385.51 moveto +3369 1388 lineto +3378.6 1392.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3379.3 1385.51 moveto +3369 1388 lineto +3378.6 1392.48 lineto +closepath stroke +grestore +% mcmcmmci->mmcmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4132 1441 moveto +4127 1432 4120 1421 4114 1412 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4116.92 1410.04 moveto +4109 1403 lineto +4110.8 1413.44 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4116.92 1410.04 moveto +4109 1403 lineto +4110.8 1413.44 lineto +closepath stroke +grestore +% mcmcmmc->cmcmcmmc_ccmcmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1410 1311 moveto +1463 1307 1566 1300 1653 1296 curveto +2017 1276 2111 1302 2472 1260 curveto +2558 1250 2577 1233 2662 1224 curveto +3366 1149 3548 1244 4253 1188 curveto +4271 1186 4289 1184 4306 1182 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4306.4 1185.48 moveto +4316 1181 lineto +4305.7 1178.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4306.4 1185.48 moveto +4316 1181 lineto +4305.7 1178.51 lineto +closepath stroke +grestore +% mcmcmmc->mcicmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1337 1310 moveto +1284 1303 1185 1288 1105 1260 curveto +1040 1236 1016 1237 967 1188 curveto +840 1058 945 925 1068 792 curveto +1304 537 2273 653 2617 612 curveto +2631 610 2646 608 2660 605 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2660.88 608.39 moveto +2670 603 lineto +2659.51 601.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2660.88 608.39 moveto +2670 603 lineto +2659.51 601.53 lineto +closepath stroke +grestore +% mcmmim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +986 666 30.07 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +972 661.9 moveto 28 (-c--i-) alignedtext +grestore +% mcmcmmc->mcmmim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1340 1305 moveto +1238 1278 935 1188 935 1098 curveto +935 1098 935 1098 935 1026 curveto +935 901 965 754 980 694 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 983.47 694.49 moveto +982 684 lineto +976.61 693.12 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 983.47 694.49 moveto +982 684 lineto +976.61 693.12 lineto +closepath stroke +grestore +% mcmcmmc->mmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1410 1311 moveto +1463 1307 1566 1299 1653 1296 curveto +1920 1285 3794 1315 4055 1260 curveto +4058 1260 4060 1259 4063 1258 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4064.28 1261.26 moveto +4072 1254 lineto +4061.44 1254.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4064.28 1261.26 moveto +4072 1254 lineto +4061.44 1254.86 lineto +closepath stroke +grestore +% mcmcmmici->mcmcmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2827 1591 moveto +2819 1588 2812 1586 2804 1584 curveto +2719 1562 2695 1570 2609 1548 curveto +2606 1547 2602 1546 2599 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2599.58 1541.52 moveto +2589 1542 lineto +2597.57 1548.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2599.58 1541.52 moveto +2589 1542 lineto +2597.57 1548.23 lineto +closepath stroke +grestore +% mcmcmmici->mcmcmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2894 1593 moveto +2933 1583 2996 1565 3049 1548 curveto +3052 1547 3055 1546 3058 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3059.28 1548.26 moveto +3067 1541 lineto +3056.44 1541.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3059.28 1548.26 moveto +3067 1541 lineto +3056.44 1541.86 lineto +closepath stroke +grestore +% mcmcmmici->mmcmmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2826 1591 moveto +2794 1580 2744 1563 2701 1548 curveto +2699 1547 2696 1546 2693 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2694.56 1541.86 moveto +2684 1541 lineto +2691.72 1548.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2694.56 1541.86 moveto +2684 1541 lineto +2691.72 1548.26 lineto +closepath stroke +grestore +% mcmcmmic->mcmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3068 1518 moveto +3062 1515 3055 1513 3049 1512 curveto +2937 1483 2904 1501 2791 1476 curveto +2740 1464 2730 1450 2677 1440 curveto +2514 1406 2467 1440 2303 1404 curveto +2300 1403 2296 1402 2293 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2293.58 1397.52 moveto +2283 1398 lineto +2291.57 1404.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2293.58 1397.52 moveto +2283 1398 lineto +2291.57 1404.23 lineto +closepath stroke +grestore +% mcmcmmic->cmcmcmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3073 1516 moveto +3055 1506 3031 1491 3011 1478 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3012.44 1474.8 moveto +3002 1473 lineto +3009.04 1480.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3012.44 1474.8 moveto +3002 1473 lineto +3009.04 1480.92 lineto +closepath stroke +grestore +% mcmcmmic->mcmcmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3126 1518 moveto +3132 1516 3139 1513 3145 1512 curveto +3255 1483 3296 1525 3397 1476 curveto +3418 1465 3414 1449 3435 1440 curveto +3532 1397 3806 1418 3911 1404 curveto +3925 1402 3939 1399 3953 1397 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3953.88 1400.39 moveto +3963 1395 lineto +3952.51 1393.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3953.88 1400.39 moveto +3963 1395 lineto +3952.51 1393.53 lineto +closepath stroke +grestore +% mcmcmmic->mmcmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3091 1512 moveto +3089 1504 3086 1494 3083 1486 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3086.23 1484.57 moveto +3080 1476 lineto +3079.52 1486.58 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3086.23 1484.57 moveto +3080 1476 lineto +3079.52 1486.58 lineto +closepath stroke +grestore +% mcmcmmi->cmcmcmmi_ccmcmcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1351 1670 moveto +1283 1662 1142 1637 1191 1584 curveto +1194 1581 1600 1550 1780 1537 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1780.4 1540.48 moveto +1790 1536 lineto +1779.7 1533.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1780.4 1540.48 moveto +1790 1536 lineto +1779.7 1533.51 lineto +closepath stroke +grestore +% mcmcmmi->mcmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1351 1670 moveto +1319 1666 1270 1660 1227 1656 curveto +1051 1637 1004 1655 830 1620 curveto +729 1599 681 1623 609 1548 curveto +594 1531 588 1506 586 1486 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 589.48 1485.6 moveto +585 1476 lineto +582.51 1486.3 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 589.48 1485.6 moveto +585 1476 lineto +582.51 1486.3 lineto +closepath stroke +grestore +% mcmcmmi->mcmcmmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1411 1662 moveto +1417 1659 1423 1657 1429 1656 curveto +1705 1597 2415 1639 2695 1620 curveto +2734 1617 2777 1612 2810 1608 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2810.4 1611.48 moveto +2820 1607 lineto +2809.7 1604.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2810.4 1611.48 moveto +2820 1607 lineto +2809.7 1604.51 lineto +closepath stroke +grestore +% mcmcmmi->mmcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1411 1662 moveto +1417 1659 1423 1657 1429 1656 curveto +1680 1602 2326 1653 2579 1620 curveto +2592 1618 2606 1615 2619 1612 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2619.88 1615.39 moveto +2629 1610 lineto +2618.51 1608.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2619.88 1615.39 moveto +2629 1610 lineto +2618.51 1608.53 lineto +closepath stroke +grestore +% mcmcmm->cmcmcmm_ccmcmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 786 1383 moveto +831 1380 914 1373 985 1368 curveto +1229 1349 1517 1329 1655 1320 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1655.4 1323.48 moveto +1665 1319 lineto +1654.7 1316.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1655.4 1323.48 moveto +1665 1319 lineto +1654.7 1316.51 lineto +closepath stroke +grestore +% mcmcmm->mcicmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 764 1369 moveto +789 1328 859 1222 935 1152 curveto +994 1097 1234 1033 1234 954 curveto +1234 954 1234 954 1234 810 curveto +1234 764 1244 744 1281 720 curveto +1346 678 1895 699 1969 684 curveto +1972 684 1975 683 1978 682 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1980.02 684.96 moveto +1988 678 lineto +1977.42 678.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1980.02 684.96 moveto +1988 678 lineto +1977.42 678.46 lineto +closepath stroke +grestore +% mcmcmm->mcmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 786 1383 moveto +899 1374 1270 1343 1322 1332 curveto +1326 1331 1330 1330 1334 1328 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1335.43 1331.23 moveto +1344 1325 lineto +1333.42 1324.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1335.43 1331.23 moveto +1344 1325 lineto +1333.42 1324.52 lineto +closepath stroke +grestore +% mcmcmm->mmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 786 1383 moveto +831 1378 914 1371 985 1368 curveto +1149 1360 3778 1369 3937 1332 curveto +3939 1332 3941 1331 3944 1330 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3945.28 1333.26 moveto +3953 1326 lineto +3942.44 1326.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3945.28 1333.26 moveto +3953 1326 lineto +3942.44 1326.86 lineto +closepath stroke +grestore +% mmimmc->cmmimmc_ccmmimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 373 1670 moveto +411 1666 478 1659 535 1656 curveto +1323 1610 1522 1664 2309 1620 curveto +2348 1618 2391 1614 2427 1610 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2427.4 1613.48 moveto +2437 1609 lineto +2426.7 1606.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2427.4 1613.48 moveto +2437 1609 lineto +2426.7 1606.51 lineto +closepath stroke +grestore +% mmimmc->mmicimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 374 1671 moveto +486 1659 886 1620 1023 1607 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1023.4 1610.48 moveto +1033 1606 lineto +1022.7 1603.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1023.4 1610.48 moveto +1033 1606 lineto +1022.7 1603.51 lineto +closepath stroke +grestore +% mcmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +37 1530 37.02 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +18 1525.9 moveto 38 (-c--c-c) alignedtext +grestore +% mmimmc->mcmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 314 1670 moveto +244 1662 70 1638 51 1620 curveto +36 1603 33 1578 33 1558 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 36.49 1558.3 moveto +34 1548 lineto +29.52 1557.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 36.49 1558.3 moveto +34 1548 lineto +29.52 1557.6 lineto +closepath stroke +grestore +% mmicimmc->mmicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1104 1596 moveto +1128 1591 1162 1586 1191 1584 curveto +1882 1529 3616 1578 4307 1548 curveto +4373 1545 4449 1539 4497 1535 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4497.4 1538.48 moveto +4507 1534 lineto +4496.7 1531.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4497.4 1538.48 moveto +4507 1534 lineto +4496.7 1531.51 lineto +closepath stroke +grestore +% mmicimmc->mcmcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1036 1593 moveto +988 1580 899 1556 845 1542 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 845.58 1538.52 moveto +835 1539 lineto +843.57 1545.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 845.58 1538.52 moveto +835 1539 lineto +843.57 1545.23 lineto +closepath stroke +grestore +% mmicimmc->cmmicimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1097 1590 moveto +1105 1588 1113 1585 1120 1584 curveto +1484 1513 1585 1582 1953 1548 curveto +1979 1545 2007 1541 2030 1538 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2030.88 1541.39 moveto +2040 1536 lineto +2029.51 1534.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2030.88 1541.39 moveto +2040 1536 lineto +2029.51 1534.53 lineto +closepath stroke +grestore +% mmicimmi->mmicimmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1253 1950 moveto +1229 1938 1192 1920 1164 1907 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1165.56 1903.86 moveto +1155 1903 lineto +1162.72 1910.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1165.56 1903.86 moveto +1155 1903 lineto +1162.72 1910.26 lineto +closepath stroke +grestore +% mmicimmi->mmicimmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1302 1949 moveto +1307 1947 1311 1945 1316 1944 curveto +1442 1907 1479 1926 1607 1908 curveto +1632 1904 2030 1854 2045 1836 curveto +2063 1816 2043 1788 2023 1769 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2025.55 1766.6 moveto +2016 1762 lineto +2020.6 1771.55 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2025.55 1766.6 moveto +2016 1762 lineto +2020.6 1771.55 lineto +closepath stroke +grestore +% mmicimmi->mcmcimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1244 1961 moveto +1163 1957 963 1944 908 1908 curveto +886 1893 870 1866 861 1845 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 864.26 1843.72 moveto +857 1836 lineto +857.86 1846.56 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 864.26 1843.72 moveto +857 1836 lineto +857.86 1846.56 lineto +closepath stroke +grestore +% mmicimmi->mmicimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1265 1945 moveto +1232 1904 1141 1796 1045 1728 curveto +1045 1727 1000 1705 968 1690 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 969.56 1686.86 moveto +959 1686 lineto +966.72 1693.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 969.56 1686.86 moveto +959 1686 lineto +966.72 1693.26 lineto +closepath stroke +grestore +% mmicimmi->mmicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1311 1958 moveto +1344 1954 1395 1948 1440 1944 curveto +1782 1915 2195 1897 2326 1891 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2326 1894.5 moveto +2336 1891 lineto +2326 1887.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2326 1894.5 moveto +2336 1891 lineto +2326 1887.5 lineto +closepath stroke +grestore +% mmicimmi->cmmicimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1295 1946 moveto +1318 1926 1360 1892 1401 1872 curveto +1513 1818 1818 1748 1939 1728 curveto +2142 1693 2200 1736 2401 1692 curveto +2404 1692 2407 1691 2410 1690 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2412.02 1692.96 moveto +2420 1686 lineto +2409.42 1686.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2412.02 1692.96 moveto +2420 1686 lineto +2409.42 1686.46 lineto +closepath stroke +grestore +% mmicimm->mmicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 959 1662 moveto +966 1660 973 1657 980 1656 curveto +1173 1611 1227 1639 1423 1620 curveto +1462 1616 1505 1611 1537 1607 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1537.4 1610.48 moveto +1547 1606 lineto +1536.7 1603.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1537.4 1610.48 moveto +1547 1606 lineto +1536.7 1603.51 lineto +closepath stroke +grestore +% mmicimm->cmmicimm_ccmmicimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 966 1670 moveto +1004 1666 1071 1659 1127 1656 curveto +1546 1628 1652 1651 2069 1620 curveto +2096 1617 2126 1615 2152 1611 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2152.4 1614.48 moveto +2162 1610 lineto +2151.7 1607.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2152.4 1614.48 moveto +2162 1610 lineto +2151.7 1607.51 lineto +closepath stroke +grestore +% mmicimm->mcmcimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 905 1666 moveto +890 1663 872 1659 855 1656 curveto +747 1635 717 1647 610 1620 curveto +606 1619 602 1618 599 1617 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 599.58 1613.46 moveto +589 1613 lineto +596.98 1619.96 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 599.58 1613.46 moveto +589 1613 lineto +596.98 1619.96 lineto +closepath stroke +grestore +% mmicimm->mmicimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 958 1661 moveto +979 1650 1011 1633 1035 1620 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1036.96 1622.92 moveto +1044 1615 lineto +1033.56 1616.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1036.96 1622.92 moveto +1044 1615 lineto +1033.56 1616.8 lineto +closepath stroke +grestore +% immici_iimmici +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2627 2322 53.01 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2596.5 2317.9 moveto 61 (i--ici=ii--ici) alignedtext +grestore +% immici_iimmici->icimmici_iicimmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2673 2313 moveto +2738 2301 2855 2277 2928 2263 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2928.88 2266.39 moveto +2938 2261 lineto +2927.51 2259.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2928.88 2266.39 moveto +2938 2261 lineto +2927.51 2259.53 lineto +closepath stroke +grestore +% immici_iimmici->immicimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2603 2306 moveto +2587 2296 2566 2282 2549 2271 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2551.1 2268.2 moveto +2541 2265 lineto +2546.9 2273.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2551.1 2268.2 moveto +2541 2265 lineto +2546.9 2273.8 lineto +closepath stroke +grestore +% immici_iimmici->immci_imcmci_iimmci_immimmci_imcmmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2579 2314 moveto +2506 2302 2365 2281 2270 2266 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2270.49 2262.53 moveto +2260 2264 lineto +2269.12 2269.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2270.49 2262.53 moveto +2260 2264 lineto +2269.12 2269.39 lineto +closepath stroke +grestore +% immic_iimmic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2781 2106 48.84 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2753.5 2101.9 moveto 55 (i--ic=ii--ic) alignedtext +grestore +% immici_iimmici->immic_iimmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2640 2304 moveto +2666 2267 2730 2176 2762 2132 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2764.8 2134.1 moveto +2768 2124 lineto +2759.2 2129.9 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2764.8 2134.1 moveto +2768 2124 lineto +2759.2 2129.9 lineto +closepath stroke +grestore +% mmici +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1204 2106 27 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1193 2101.9 moveto 22 (--ici) alignedtext +grestore +% immici_iimmici->mmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2574 2320 moveto +2337 2310 1372 2267 1258 2196 curveto +1236 2181 1221 2154 1213 2134 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1215.96 2131.98 moveto +1209 2124 lineto +1209.46 2134.58 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1215.96 2131.98 moveto +1209 2124 lineto +1209.46 2134.58 lineto +closepath stroke +grestore +% immic_iimmic->immicmm_iimmicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2817 2094 moveto +2824 2091 2832 2089 2839 2088 curveto +3223 2005 3333 2062 3716 1980 curveto +3926 1934 4050 2008 4177 1836 curveto +4192 1816 4179 1791 4166 1771 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4168.8 1768.9 moveto +4160 1763 lineto +4163.2 1773.1 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4168.8 1768.9 moveto +4160 1763 lineto +4163.2 1773.1 lineto +closepath stroke +grestore +% immic_iimmic->icimmic_iicimmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2816 2093 moveto +2824 2091 2832 2089 2839 2088 curveto +3132 2039 3879 2090 4172 2052 curveto +4179 2051 4185 2050 4192 2048 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4192.88 2051.39 moveto +4202 2046 lineto +4191.51 2044.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4192.88 2051.39 moveto +4202 2046 lineto +4191.51 2044.53 lineto +closepath stroke +grestore +% immic_iimmic->immcic_imcmcic_iimmcic_immimmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2734 2101 moveto +2620 2089 2332 2061 2171 2045 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2171.3 2041.51 moveto +2161 2044 lineto +2170.6 2048.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2171.3 2041.51 moveto +2161 2044 lineto +2170.6 2048.48 lineto +closepath stroke +grestore +% mmic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2154 1962 27 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2144.5 1957.9 moveto 19 (--ic) alignedtext +grestore +% immic_iimmic->mmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2733 2101 moveto +2664 2094 2533 2078 2423 2052 curveto +2337 2030 2237 1994 2186 1975 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2187.56 1971.86 moveto +2177 1971 lineto +2184.72 1978.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2187.56 1971.86 moveto +2177 1971 lineto +2184.72 1978.26 lineto +closepath stroke +grestore +% mmici->cmmici_ccmmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1221 2092 moveto +1261 2058 1368 1975 1473 1944 curveto +1608 1904 2594 1918 2733 1908 curveto +2760 1906 2789 1903 2814 1899 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2814.4 1902.48 moveto +2824 1898 lineto +2813.7 1895.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2814.4 1902.48 moveto +2824 1898 lineto +2813.7 1895.51 lineto +closepath stroke +grestore +% mmici->mmimmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1203 2088 moveto +1203 2080 1203 2071 1203 2062 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1206.48 2061.6 moveto +1202 2052 lineto +1199.51 2062.3 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1206.48 2061.6 moveto +1202 2052 lineto +1199.51 2062.3 lineto +closepath stroke +grestore +% mmici->mmicimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1188 2091 moveto +1170 2073 1146 2041 1161 2016 curveto +1177 1990 1209 1976 1235 1969 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1235.88 1972.39 moveto +1245 1967 lineto +1234.51 1965.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1235.88 1972.39 moveto +1245 1967 lineto +1234.51 1965.53 lineto +closepath stroke +grestore +% mmici->mmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1230 2100 moveto +1302 2085 1509 2042 1683 2016 curveto +1768 2003 2022 1976 2117 1966 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2117.4 1969.48 moveto +2127 1965 lineto +2116.7 1962.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2117.4 1969.48 moveto +2127 1965 lineto +2116.7 1962.51 lineto +closepath stroke +grestore +% mmicmmci->mmimimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5193 1669 moveto +5284 1655 5521 1620 5522 1620 curveto +5526 1619 5529 1618 5533 1617 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5534.28 1620.26 moveto +5542 1613 lineto +5531.44 1613.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5534.28 1620.26 moveto +5542 1613 lineto +5531.44 1613.86 lineto +closepath stroke +grestore +% mmicmmci->cmmicmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5192 1668 moveto +5216 1664 5250 1659 5279 1656 curveto +5380 1646 6096 1656 6191 1620 curveto +6214 1611 6210 1593 6234 1584 curveto +6334 1543 6613 1562 6721 1548 curveto +6735 1546 6749 1543 6763 1540 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6763.88 1543.39 moveto +6773 1538 lineto +6762.51 1536.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6763.88 1543.39 moveto +6773 1538 lineto +6762.51 1536.53 lineto +closepath stroke +grestore +% mmicmmci->mmcicmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5192 1668 moveto +5216 1664 5250 1659 5279 1656 curveto +5384 1646 6123 1656 6222 1620 curveto +6246 1611 6243 1593 6267 1584 curveto +6389 1536 6729 1574 6859 1548 curveto +6863 1547 6866 1546 6869 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6870.43 1548.23 moveto +6879 1542 lineto +6868.42 1541.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6870.43 1548.23 moveto +6879 1542 lineto +6868.42 1541.52 lineto +closepath stroke +grestore +% mmicmmci->mmicmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5187 1663 moveto +5222 1650 5278 1628 5283 1620 curveto +5292 1606 5292 1597 5283 1584 curveto +5275 1571 5241 1556 5214 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5214.58 1541.46 moveto +5204 1541 lineto +5211.98 1547.96 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5214.58 1541.46 moveto +5204 1541 lineto +5211.98 1547.96 lineto +closepath stroke +grestore +% mmicmmci->mcmcmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5159 1656 moveto +5160 1635 5158 1603 5140 1584 curveto +5097 1537 5057 1580 5002 1548 curveto +4984 1536 4989 1521 4969 1512 curveto +4895 1477 4311 1486 4229 1476 curveto +4215 1474 4201 1472 4188 1469 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4188.49 1465.53 moveto +4178 1467 lineto +4187.12 1472.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4188.49 1465.53 moveto +4178 1467 lineto +4187.12 1472.39 lineto +closepath stroke +grestore +% mmicmmc->mmimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5074 1441 moveto +5095 1407 5140 1331 5156 1260 curveto +5180 1156 5128 1033 5102 980 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5104.92 978.04 moveto +5097 971 lineto +5098.8 981.44 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5104.92 978.04 moveto +5097 971 lineto +5098.8 981.44 lineto +closepath stroke +grestore +% mmicmmc->cmmicmmc_ccmmicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5095 1451 moveto +5146 1439 5247 1416 5314 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5314.88 1404.39 moveto +5324 1399 lineto +5313.51 1397.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5314.88 1404.39 moveto +5324 1399 lineto +5313.51 1397.53 lineto +closepath stroke +grestore +% mmicmmc->mcmcicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5030 1452 moveto +5006 1447 4973 1442 4943 1440 curveto +4115 1374 2035 1452 1205 1404 curveto +1167 1401 1123 1397 1090 1392 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1090.3 1388.51 moveto +1080 1391 lineto +1089.6 1395.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1090.3 1388.51 moveto +1080 1391 lineto +1089.6 1395.48 lineto +closepath stroke +grestore +% mmicmmic->mmicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4940 1590 moveto +4933 1588 4925 1586 4918 1584 curveto +4777 1551 4735 1581 4593 1548 curveto +4590 1547 4587 1546 4584 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4584.58 1541.52 moveto +4574 1542 lineto +4582.57 1548.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4584.58 1541.52 moveto +4574 1542 lineto +4582.57 1548.23 lineto +closepath stroke +grestore +% mmicmmic->mmcicmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4957 1585 moveto +4951 1577 4944 1566 4937 1556 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4939.8 1553.9 moveto +4931 1548 lineto +4934.2 1558.1 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4939.8 1553.9 moveto +4931 1548 lineto +4934.2 1558.1 lineto +closepath stroke +grestore +% mmicmmic->mmicmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4998 1590 moveto +5004 1588 5010 1586 5015 1584 curveto +5053 1570 5096 1554 5128 1544 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5129.43 1547.23 moveto +5138 1541 lineto +5127.42 1540.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5129.43 1547.23 moveto +5138 1541 lineto +5127.42 1540.52 lineto +closepath stroke +grestore +% mmicmmic->mcmcmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4934 1595 moveto +4910 1591 4877 1586 4847 1584 curveto +4471 1552 3517 1619 3145 1548 curveto +3142 1548 3139 1547 3135 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3136.59 1541.84 moveto +3126 1542 lineto +3134.38 1548.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3136.59 1541.84 moveto +3126 1542 lineto +3134.38 1548.48 lineto +closepath stroke +grestore +% mmicmmic->cmmicmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4940 1590 moveto +4933 1588 4925 1586 4918 1584 curveto +4823 1559 4795 1571 4698 1548 curveto +4694 1547 4689 1545 4685 1544 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4685.58 1540.52 moveto +4675 1541 lineto +4683.57 1547.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4685.58 1540.52 moveto +4675 1541 lineto +4683.57 1547.23 lineto +closepath stroke +grestore +% mmicmmi->mmicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2349 1876 moveto +2336 1866 2320 1851 2308 1836 curveto +2278 1793 2302 1760 2260 1728 curveto +2192 1673 2151 1717 2066 1692 curveto +2027 1680 2021 1666 1980 1656 curveto +1827 1616 1779 1658 1625 1620 curveto +1622 1619 1620 1618 1617 1617 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1618.59 1613.84 moveto +1608 1614 lineto +1616.38 1620.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1618.59 1613.84 moveto +1608 1614 lineto +1616.38 1620.48 lineto +closepath stroke +grestore +% mmicmmi->cmmicmmi_ccmmicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2391 1877 moveto +2395 1875 2400 1873 2404 1872 curveto +2475 1847 2501 1867 2568 1836 curveto +2617 1813 2623 1797 2663 1764 curveto +2682 1748 2681 1736 2703 1728 curveto +2813 1683 3654 1719 3769 1692 curveto +3806 1683 3809 1665 3845 1656 curveto +4020 1608 4071 1637 4250 1620 curveto +4278 1617 4309 1614 4336 1610 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4336.4 1613.48 moveto +4346 1609 lineto +4335.7 1606.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4336.4 1613.48 moveto +4346 1609 lineto +4335.7 1606.51 lineto +closepath stroke +grestore +% mmicmmi->mmicmmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2400 1887 moveto +2445 1883 2528 1875 2599 1872 curveto +3300 1836 3477 1863 4177 1836 curveto +4276 1832 4392 1825 4456 1821 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4456.4 1824.48 moveto +4466 1820 lineto +4455.7 1817.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4456.4 1824.48 moveto +4466 1820 lineto +4455.7 1817.51 lineto +closepath stroke +grestore +% mmicmmi->mcmcicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2336 1888 moveto +2266 1882 2092 1866 1949 1836 curveto +1895 1824 1884 1814 1830 1800 curveto +1766 1782 1690 1765 1642 1756 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1642.49 1752.53 moveto +1632 1754 lineto +1641.12 1759.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1642.49 1752.53 moveto +1632 1754 lineto +1641.12 1759.39 lineto +closepath stroke +grestore +% mmicmm->cmmicmm_ccmmicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1196 1518 moveto +1202 1515 1208 1513 1213 1512 curveto +1455 1454 2083 1488 2331 1476 curveto +2396 1473 2469 1468 2523 1464 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2523.4 1467.48 moveto +2533 1463 lineto +2522.7 1460.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2523.4 1467.48 moveto +2533 1463 lineto +2522.7 1460.51 lineto +closepath stroke +grestore +% mmicmm->mcmcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1151 1518 moveto +1146 1516 1140 1513 1135 1512 curveto +1048 1484 941 1469 879 1462 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 879.3 1458.51 moveto +869 1461 lineto +878.6 1465.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 879.3 1458.51 moveto +869 1461 lineto +878.6 1465.48 lineto +closepath stroke +grestore +% mmicmm->mmicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1196 1518 moveto +1202 1515 1208 1513 1213 1512 curveto +1416 1466 4737 1492 4943 1476 curveto +4969 1473 4997 1469 5020 1466 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5020.88 1469.39 moveto +5030 1464 lineto +5019.51 1462.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5020.88 1469.39 moveto +5030 1464 lineto +5019.51 1462.53 lineto +closepath stroke +grestore +% imm_imcm_iimm_immimm_imcmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +555 2178 105.82 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +486.5 2173.9 moveto 137 (i--=i-c-=ii--=i--i--=i-c--c-) alignedtext +grestore +% imm_imcm_iimm_immimm_imcmmcm->icimm_iicimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 659 2174 moveto +775 2170 968 2164 1133 2160 curveto +1323 2155 2652 2154 2839 2124 curveto +2843 2123 2847 2123 2851 2122 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2852.43 2125.23 moveto +2861 2119 lineto +2850.42 2118.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2852.43 2125.23 moveto +2861 2119 lineto +2850.42 2118.52 lineto +closepath stroke +grestore +% imm_imcm_iimm_immimm_imcmmcm->immc_imcmc_iimmc_immimmc_imcmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 555 2160 moveto +556 2122 557 2035 557 1990 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 560.5 1990 moveto +557 1980 lineto +553.5 1990 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 560.5 1990 moveto +557 1980 lineto +553.5 1990 lineto +closepath stroke +grestore +% mmimm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +381 1746 27 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +370.5 1741.9 moveto 21 (--i--) alignedtext +grestore +% imm_imcm_iimm_immimm_imcmmcm->mmimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 483 2165 moveto +415 2148 323 2110 323 2034 curveto +323 2034 323 2034 323 1962 curveto +323 1891 352 1812 369 1772 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 372.14 1773.56 moveto +373 1763 lineto +365.74 1770.72 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 372.14 1773.56 moveto +373 1763 lineto +365.74 1770.72 lineto +closepath stroke +grestore +% mmimm->cmmimm_ccmmimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 408 1745 moveto +478 1741 669 1733 829 1728 curveto +1571 1705 1758 1745 2497 1692 curveto +2523 1690 2553 1687 2578 1683 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2578.4 1686.48 moveto +2588 1682 lineto +2577.7 1679.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2578.4 1686.48 moveto +2588 1682 lineto +2577.7 1679.51 lineto +closepath stroke +grestore +% mmimm->mmimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 372 1729 moveto +367 1721 362 1710 358 1701 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 360.92 1699.04 moveto +353 1692 lineto +354.8 1702.44 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 360.92 1699.04 moveto +353 1692 lineto +354.8 1702.44 lineto +closepath stroke +grestore +% mmimm->mmicimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 408 1744 moveto +480 1738 686 1720 855 1692 curveto +868 1690 882 1687 894 1684 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 895.43 1687.23 moveto +904 1681 lineto +893.42 1680.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 895.43 1687.23 moveto +904 1681 lineto +893.42 1680.52 lineto +closepath stroke +grestore +% mcmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +93 1602 32.86 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +77 1597.9 moveto 32 (-c--c-) alignedtext +grestore +% mmimm->mcmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 359 1735 moveto +310 1710 186 1649 127 1619 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 128.44 1615.8 moveto +118 1614 lineto +125.04 1621.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 128.44 1615.8 moveto +118 1614 lineto +125.04 1621.92 lineto +closepath stroke +grestore +% cmcim_ccmcim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2851 378 56.98 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2818 373.9 moveto 66 (c-ci-=cc-ci-) alignedtext +grestore +% cmcimmcim->cmcim_ccmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3328 582 moveto +3322 580 3315 578 3309 576 curveto +3225 553 3197 571 3115 540 curveto +3023 504 2927 437 2880 401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2882.1 398.2 moveto +2872 395 lineto +2877.9 403.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2882.1 398.2 moveto +2872 395 lineto +2877.9 403.8 lineto +closepath stroke +grestore +% micimmcim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4024 450 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4003.5 445.9 moveto 41 (-ici--ci-) alignedtext +grestore +% cmcimmcim->micimmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3390 582 moveto +3396 580 3403 578 3409 576 curveto +3618 517 3873 474 3977 458 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3977.88 461.39 moveto +3987 456 lineto +3976.51 454.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3977.88 461.39 moveto +3987 456 lineto +3976.51 454.53 lineto +closepath stroke +grestore +% cmcim_ccmcim->mmcmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2854 360 moveto +2855 352 2857 343 2858 334 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2861.49 334.3 moveto +2859 324 lineto +2854.52 333.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2861.49 334.3 moveto +2859 324 lineto +2854.52 333.6 lineto +closepath stroke +grestore +% mimmcim_cmimmcim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4369 162 64.12 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4330.5 157.9 moveto 77 (-i--ci-=c-i--ci-) alignedtext +grestore +% micimmcim->mimmcim_cmimmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4062 445 moveto +4125 436 4250 417 4288 396 curveto +4363 353 4388 332 4418 252 curveto +4424 237 4424 230 4418 216 curveto +4414 205 4407 194 4399 186 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4400.83 182.95 moveto +4391 179 lineto +4396.22 188.22 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4400.83 182.95 moveto +4391 179 lineto +4396.22 188.22 lineto +closepath stroke +grestore +% mcimmcim->cmcimmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3169 655 moveto +3176 653 3183 650 3190 648 curveto +3243 630 3257 629 3309 612 curveto +3312 611 3315 610 3317 609 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3318.43 612.23 moveto +3327 606 lineto +3316.42 605.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3318.43 612.23 moveto +3327 606 lineto +3316.42 605.52 lineto +closepath stroke +grestore +% mcimmicim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2915 594 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2894.5 589.9 moveto 41 (-ci--ici-) alignedtext +grestore +% mcimmcim->mcimmicim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3108 656 moveto +3074 645 3017 627 2968 612 curveto +2964 611 2960 610 2957 608 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2957.58 604.52 moveto +2947 605 lineto +2955.57 611.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2957.58 604.52 moveto +2947 605 lineto +2955.57 611.23 lineto +closepath stroke +grestore +% mcim_mmmcim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2853 450 48.84 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2825.5 445.9 moveto 55 (-ci-=---ci-) alignedtext +grestore +% mcimmicim->mcim_mmmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2907 576 moveto +2896 552 2877 506 2865 477 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2868.26 475.72 moveto +2861 468 lineto +2861.86 478.56 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2868.26 475.72 moveto +2861 468 lineto +2861.86 478.56 lineto +closepath stroke +grestore +% cmcimmci_ccmcimmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +11049 882 77.13 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +11001.5 877.9 moveto 95 (c-ci--ci=cc-ci--ci) alignedtext +grestore +% cmcimmcic->cmcimmci_ccmcimmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11055 1008 moveto +11056 989 11057 960 11056 936 curveto +11055 928 11054 918 11053 910 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11056.48 909.6 moveto +11052 900 lineto +11049.51 910.3 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11056.48 909.6 moveto +11052 900 lineto +11049.51 910.3 lineto +closepath stroke +grestore +% cmcimmic_ccmcimmic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10937 954 77.13 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10889.5 949.9 moveto 95 (c-ci--ic=cc-ci--ic) alignedtext +grestore +% cmcimmcic->cmcimmic_ccmcimmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11029 1011 moveto +11013 1001 10991 987 10973 976 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10974.44 972.8 moveto +10964 971 lineto +10971.04 978.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10974.44 972.8 moveto +10964 971 lineto +10971.04 978.92 lineto +closepath stroke +grestore +% micimmcic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10913 882 41 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10891.5 877.9 moveto 43 (-ici--cic) alignedtext +grestore +% cmcimmcic->micimmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11052 1008 moveto +11048 988 11041 956 11023 936 curveto +11012 924 10980 910 10954 898 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10954.58 894.46 moveto +10944 894 lineto +10951.98 900.96 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10954.58 894.46 moveto +10944 894 lineto +10951.98 900.96 lineto +closepath stroke +grestore +% cmcimmici +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +11089 810 41 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +11067.5 805.9 moveto 43 (c-ci--ici) alignedtext +grestore +% cmcimmci_ccmcimmci->cmcimmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11059 864 moveto +11063 856 11069 846 11074 837 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11077.2 838.44 moveto +11079 828 lineto +11071.08 835.04 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11077.2 838.44 moveto +11079 828 lineto +11071.08 835.04 lineto +closepath stroke +grestore +% micimmci_cmicimmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10959 810 71.07 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10915.5 805.9 moveto 87 (-ici--ci=c-ici--ci) alignedtext +grestore +% cmcimmci_ccmcimmci->micimmci_cmicimmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11027 865 moveto +11016 855 11001 844 10989 834 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10990.83 830.95 moveto +10981 827 lineto +10986.22 836.22 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10990.83 830.95 moveto +10981 827 lineto +10986.22 836.22 lineto +closepath stroke +grestore +% cmcimmic_ccmcimmic->cmcimmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11003 945 moveto +11054 936 11119 921 11135 900 curveto +11151 879 11133 852 11115 833 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11117.55 830.6 moveto +11108 826 lineto +11112.6 835.55 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11117.55 830.6 moveto +11108 826 lineto +11112.6 835.55 lineto +closepath stroke +grestore +% micimmic_cmicimmic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10761 810 71.07 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10717.5 805.9 moveto 87 (-ici--ic=c-ici--ic) alignedtext +grestore +% cmcimmic_ccmcimmic->micimmic_cmicimmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10912 937 moveto +10898 926 10879 913 10863 900 curveto +10836 879 10807 853 10787 834 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10789.55 831.6 moveto +10780 827 lineto +10784.6 836.55 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10789.55 831.6 moveto +10780 827 lineto +10784.6 836.55 lineto +closepath stroke +grestore +% cmcimmic_ccmcimmic->cmcic_ccmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10867 947 moveto +10828 943 10780 938 10737 936 curveto +10236 904 9631 888 9428 883 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9428 879.5 moveto +9418 883 lineto +9428 886.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9428 879.5 moveto +9418 883 lineto +9428 886.5 lineto +closepath stroke +grestore +% micimmcic->micimmci_cmicimmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10924 865 moveto +10929 857 10936 846 10942 836 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10944.8 838.1 moveto +10948 828 lineto +10939.2 833.9 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10944.8 838.1 moveto +10948 828 lineto +10939.2 833.9 lineto +closepath stroke +grestore +% micimmcic->micimmic_cmicimmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10885 869 moveto +10862 858 10830 843 10803 830 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10804.56 826.86 moveto +10794 826 lineto +10801.72 833.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10804.56 826.86 moveto +10794 826 lineto +10801.72 833.26 lineto +closepath stroke +grestore +% mimmcic_cmimmcic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10201 666 66.9 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10160.5 661.9 moveto 81 (-i--cic=c-i--cic) alignedtext +grestore +% micimmcic->mimmcic_cmimmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10901 865 moveto +10885 841 10856 801 10841 792 curveto +10747 731 10422 690 10274 673 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10274.3 669.51 moveto +10264 672 lineto +10273.6 676.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10274.3 669.51 moveto +10264 672 lineto +10273.6 676.48 lineto +closepath stroke +grestore +% cmcimmici->cmcimmi_ccmcimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11089 792 moveto +11088 784 11088 775 11088 766 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11091.5 766 moveto +11088 756 lineto +11084.5 766 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11091.5 766 moveto +11088 756 lineto +11084.5 766 lineto +closepath stroke +grestore +% micimmici +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10926 738 38.22 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10906.5 733.9 moveto 39 (-ici--ici) alignedtext +grestore +% cmcimmici->micimmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11060 797 moveto +11033 785 10993 767 10963 754 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10964.56 750.86 moveto +10954 750 lineto +10961.72 757.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10964.56 750.86 moveto +10954 750 lineto +10961.72 757.26 lineto +closepath stroke +grestore +% micimmci_cmicimmci->micimmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10951 792 moveto +10947 784 10943 774 10938 765 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10941.26 763.72 moveto +10934 756 lineto +10934.86 766.56 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10941.26 763.72 moveto +10934 756 lineto +10934.86 766.56 lineto +closepath stroke +grestore +% mimmci_cmimmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10306 450 57.87 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10272 445.9 moveto 68 (-i--ci=c-i--ci) alignedtext +grestore +% micimmci_cmicimmci->mimmci_cmimmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10966 792 moveto +10976 765 10992 712 10992 666 curveto +10992 666 10992 666 10992 594 curveto +10992 531 10543 475 10371 457 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10371.3 453.51 moveto +10361 456 lineto +10370.6 460.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10371.3 453.51 moveto +10361 456 lineto +10370.6 460.48 lineto +closepath stroke +grestore +% micimmc_cmicimmc->micimmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 13264 1296 moveto +13280 1278 13299 1248 13285 1224 curveto +13248 1164 13212 1171 13146 1152 curveto +12301 905 11987 1309 11175 972 curveto +11151 962 11154 946 11132 936 curveto +11062 902 11036 921 10963 900 curveto +10960 899 10957 898 10954 897 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10954.58 893.52 moveto +10944 894 lineto +10952.57 900.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10954.58 893.52 moveto +10944 894 lineto +10952.57 900.23 lineto +closepath stroke +grestore +% micimmc_cmicimmc->micimm_cmicimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 13240 1296 moveto +13236 1288 13233 1278 13229 1269 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 13232.26 1267.72 moveto +13225 1260 lineto +13225.86 1270.56 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 13232.26 1267.72 moveto +13225 1260 lineto +13225.86 1270.56 lineto +closepath stroke +grestore +% micimmc_cmicimmc->mimmc_cmimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 13180 1313 moveto +12875 1310 11585 1293 10528 1260 curveto +10407 1256 10268 1250 10188 1246 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10188.3 1242.51 moveto +10178 1245 lineto +10187.6 1249.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10188.3 1242.51 moveto +10178 1245 lineto +10187.6 1249.48 lineto +closepath stroke +grestore +% mcimmcic->cmcimmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11096 1081 moveto +11090 1072 11081 1062 11073 1052 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11075.8 1049.9 moveto +11067 1044 lineto +11070.2 1054.1 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11075.8 1049.9 moveto +11067 1044 lineto +11070.2 1054.1 lineto +closepath stroke +grestore +% mcimmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +11218 954 34.05 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +11201.5 949.9 moveto 33 (-ci--ci) alignedtext +grestore +% mcimmcic->mcimmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11122 1081 moveto +11141 1056 11177 1008 11199 979 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11201.8 981.1 moveto +11205 971 lineto +11196.2 976.9 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11201.8 981.1 moveto +11205 971 lineto +11196.2 976.9 lineto +closepath stroke +grestore +% mcimmic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10958 1026 34.05 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10941.5 1021.9 moveto 33 (-ci--ic) alignedtext +grestore +% mcimmcic->mcimmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11082 1085 moveto +11057 1073 11020 1055 10993 1042 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10994.56 1038.86 moveto +10984 1038 lineto +10991.72 1045.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10994.56 1038.86 moveto +10984 1038 lineto +10991.72 1045.26 lineto +closepath stroke +grestore +% mcimmci->cmcimmci_ccmcimmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11191 943 moveto +11166 932 11126 915 11095 902 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11096.56 898.86 moveto +11086 898 lineto +11093.72 905.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11096.56 898.86 moveto +11086 898 lineto +11093.72 905.26 lineto +closepath stroke +grestore +% mcimmici +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +11218 882 36.13 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +11200 877.9 moveto 36 (-ci--ici) alignedtext +grestore +% mcimmci->mcimmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11218 936 moveto +11218 928 11218 919 11218 910 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11221.5 910 moveto +11218 900 lineto +11214.5 910 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11221.5 910 moveto +11218 900 lineto +11214.5 910 lineto +closepath stroke +grestore +% mcimmic->cmcimmic_ccmcimmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10953 1008 moveto +10951 1000 10948 990 10945 982 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10948.23 980.57 moveto +10942 972 lineto +10941.52 982.58 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10948.23 980.57 moveto +10942 972 lineto +10941.52 982.58 lineto +closepath stroke +grestore +% mcimmic->mcimmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10984 1014 moveto +10989 1012 10995 1009 11001 1008 curveto +11057 992 11222 1015 11261 972 curveto +11278 952 11260 925 11243 905 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11245.55 902.6 moveto +11236 898 lineto +11240.6 907.55 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11245.55 902.6 moveto +11236 898 lineto +11240.6 907.55 lineto +closepath stroke +grestore +% mcimmic->mcic_mmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10933 1014 moveto +10927 1011 10921 1009 10915 1008 curveto +10569 934 9675 1026 9327 972 curveto +9323 971 9318 971 9314 970 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9314.58 966.52 moveto +9304 967 lineto +9312.57 973.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9314.58 966.52 moveto +9304 967 lineto +9312.57 973.23 lineto +closepath stroke +grestore +% mcim_mmmcim->cmcim_ccmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2852 432 moveto +2852 424 2852 415 2852 406 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2855.48 405.6 moveto +2851 396 lineto +2848.51 406.3 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2855.48 405.6 moveto +2851 396 lineto +2848.51 406.3 lineto +closepath stroke +grestore +% micimmi_cmicimmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +11082 666 62.04 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +11045 661.9 moveto 74 (-ici--i=c-ici--i) alignedtext +grestore +% cmcimmi_ccmcimmi->micimmi_cmicimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11086 720 moveto +11085 712 11085 703 11084 694 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11087.5 694 moveto +11084 684 lineto +11080.5 694 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11087.5 694 moveto +11084 684 lineto +11080.5 694 lineto +closepath stroke +grestore +% cmci_ccmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9741 666 50.22 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9712.5 661.9 moveto 57 (c-ci=cc-ci) alignedtext +grestore +% cmcimmi_ccmcimmi->cmci_ccmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11032 728 moveto +11013 725 10992 722 10973 720 curveto +10597 682 10501 700 10125 684 curveto +10010 678 9877 673 9801 669 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9801.3 665.51 moveto +9791 668 lineto +9800.6 672.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9801.3 665.51 moveto +9791 668 lineto +9800.6 672.48 lineto +closepath stroke +grestore +% micimmici->micimmi_cmicimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10954 725 moveto +10977 714 11013 698 11040 685 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11041.28 688.26 moveto +11049 681 lineto +11038.44 681.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11041.28 688.26 moveto +11049 681 lineto +11038.44 681.86 lineto +closepath stroke +grestore +% micimmic_cmicimmic->micimmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10797 794 moveto +10824 782 10861 766 10889 754 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10890.28 757.26 moveto +10898 750 lineto +10887.44 750.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10890.28 757.26 moveto +10898 750 lineto +10887.44 750.86 lineto +closepath stroke +grestore +% mic_cmic_mmmic_mimmic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10201 594 87.05 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10146 589.9 moveto 110 (-ic=c-ic=---ic=-i--ic) alignedtext +grestore +% micimmic_cmicimmic->mic_cmic_mmmic_mimmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10727 794 moveto +10687 775 10618 744 10557 720 curveto +10452 678 10328 636 10258 612 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10258.58 608.52 moveto +10248 609 lineto +10256.57 615.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10258.58 608.52 moveto +10248 609 lineto +10256.57 615.23 lineto +closepath stroke +grestore +% cmcic_ccmcic->cmci_ccmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9381 865 moveto +9407 846 9452 815 9492 792 curveto +9563 750 9651 707 9701 684 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9702.28 687.26 moveto +9710 680 lineto +9699.44 680.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9702.28 687.26 moveto +9710 680 lineto +9699.44 680.86 lineto +closepath stroke +grestore +% mmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9538 810 36.83 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9519.5 805.9 moveto 37 (--c-cic) alignedtext +grestore +% cmcic_ccmcic->mmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9394 867 moveto +9425 855 9468 838 9499 825 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9501.02 827.96 moveto +9509 821 lineto +9498.42 821.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9501.02 827.96 moveto +9509 821 lineto +9498.42 821.46 lineto +closepath stroke +grestore +% mcimmici->cmcimmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11194 868 moveto +11174 857 11145 841 11123 829 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11124.44 825.8 moveto +11114 824 lineto +11121.04 831.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11124.44 825.8 moveto +11114 824 lineto +11121.04 831.92 lineto +closepath stroke +grestore +% mcimmici->mcimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11208 865 moveto +11203 856 11197 846 11192 836 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11194.92 834.04 moveto +11187 827 lineto +11188.8 837.44 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11194.92 834.04 moveto +11187 827 lineto +11188.8 837.44 lineto +closepath stroke +grestore +% mcimmi->cmcimmi_ccmcimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11159 795 moveto +11147 785 11131 772 11117 761 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11119.1 758.2 moveto +11109 755 lineto +11114.9 763.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11119.1 758.2 moveto +11109 755 lineto +11114.9 763.8 lineto +closepath stroke +grestore +% mci_mmmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9757 738 43.08 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9734 733.9 moveto 46 (-ci=---ci) alignedtext +grestore +% mcimmi->mci_mmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11155 798 moveto +11150 795 11144 793 11139 792 curveto +10851 723 10099 808 9809 756 curveto +9805 755 9801 755 9798 753 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9798.58 749.52 moveto +9788 750 lineto +9796.57 756.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9798.58 749.52 moveto +9788 750 lineto +9796.57 756.23 lineto +closepath stroke +grestore +% mici_cmici_mmmici_mimmici +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10215 378 95.89 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10154 373.9 moveto 122 (-ici=c-ici=---ici=-i--ici) alignedtext +grestore +% micimmi_cmicimmi->mici_cmici_mmmici_mimmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 11079 648 moveto +11073 614 11053 539 11006 504 curveto +10899 423 10508 393 10319 383 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10319.3 379.51 moveto +10309 382 lineto +10318.6 386.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10319.3 379.51 moveto +10309 382 lineto +10318.6 386.48 lineto +closepath stroke +grestore +% mmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9588 594 31.96 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9573 589.9 moveto 30 (--c-ci) alignedtext +grestore +% cmci_ccmci->mmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9710 652 moveto +9685 640 9648 622 9622 610 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9623.56 606.86 moveto +9613 606 lineto +9620.72 613.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9623.56 606.86 moveto +9613 606 lineto +9620.72 613.26 lineto +closepath stroke +grestore +% micimm_cmicimm->micimmi_cmicimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 13271 1234 moveto +13381 1217 13623 1171 13623 1098 curveto +13623 1098 13623 1098 13623 810 curveto +13623 682 11569 668 11154 666 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11154 662.5 moveto +11144 666 lineto +11154 669.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11154 662.5 moveto +11144 666 lineto +11154 669.5 lineto +closepath stroke +grestore +% micimm_cmicimm->mimm_cmimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 13160 1241 moveto +12874 1237 11592 1219 10542 1188 curveto +10400 1183 10234 1176 10150 1172 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10150 1168.5 moveto +10140 1172 lineto +10150 1175.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10150 1168.5 moveto +10140 1172 lineto +10150 1175.5 lineto +closepath stroke +grestore +% mmcmcim->cmmcmcim_ccmmcmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2891 296 moveto +2921 285 2970 266 3007 253 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3009.02 255.96 moveto +3017 249 lineto +3006.42 249.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3009.02 255.96 moveto +3017 249 lineto +3006.42 249.46 lineto +closepath stroke +grestore +% mimmcic_cmimmcic->mic_cmic_mmmic_mimmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10201 648 moveto +10201 640 10201 631 10201 622 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10204.5 622 moveto +10201 612 lineto +10197.5 622 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10204.5 622 moveto +10201 612 lineto +10197.5 622 lineto +closepath stroke +grestore +% mimmcic_cmimmcic->mimmci_cmimmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10245 652 moveto +10264 644 10285 631 10297 612 curveto +10322 570 10318 512 10312 478 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10315.39 477.12 moveto +10310 468 lineto +10308.53 478.49 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10315.39 477.12 moveto +10310 468 lineto +10308.53 478.49 lineto +closepath stroke +grestore +% mic_cmic_mmmic_mimmic->mici_cmici_mmmici_mimmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10202 576 moveto +10205 538 10210 451 10213 406 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10216.49 406.3 moveto +10214 396 lineto +10209.52 405.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10216.49 406.3 moveto +10214 396 lineto +10209.52 405.6 lineto +closepath stroke +grestore +% micim_cmicim_mmmicim_mimmicim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4369 90 107.9 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4299 85.9 moveto 140 (-ici-=c-ici-=---ici-=-i--ici-) alignedtext +grestore +% mimmcim_cmimmcim->micim_cmicim_mmmicim_mimmicim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4369 144 moveto +4369 136 4369 127 4369 118 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4372.5 118 moveto +4369 108 lineto +4365.5 118 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4372.5 118 moveto +4369 108 lineto +4365.5 118 lineto +closepath stroke +grestore +% mimmci_cmimmci->mici_cmici_mmmici_mimmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10284 433 moveto +10273 424 10258 412 10245 402 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10247.1 399.2 moveto +10237 396 lineto +10242.9 404.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10247.1 399.2 moveto +10237 396 lineto +10242.9 404.8 lineto +closepath stroke +grestore +% mi_cmi_mmmi_mimmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10150 306 68.79 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10108.5 301.9 moveto 83 (-i=c-i=---i=-i--i) alignedtext +grestore +% mici_cmici_mmmici_mimmici->mi_cmi_mmmi_mimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10199 360 moveto +10191 351 10182 341 10173 332 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10175.22 329.22 moveto +10166 324 lineto +10169.95 333.83 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10175.22 329.22 moveto +10166 324 lineto +10169.95 333.83 lineto +closepath stroke +grestore +% mimmc_cmimmc->mimmcic_cmimmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10133 1224 moveto +10138 1214 10145 1200 10149 1188 curveto +10161 1149 10168 1138 10168 1098 curveto +10168 1098 10168 1098 10168 810 curveto +10168 769 10181 723 10191 694 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10194.48 694.58 moveto +10194 684 lineto +10187.77 692.57 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10194.48 694.58 moveto +10194 684 lineto +10187.77 692.57 lineto +closepath stroke +grestore +% mimmc_cmimmc->mimm_cmimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10117 1224 moveto +10114 1216 10110 1206 10107 1198 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10109.96 1195.98 moveto +10103 1188 lineto +10103.46 1198.58 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10109.96 1195.98 moveto +10103 1188 lineto +10103.46 1198.58 lineto +closepath stroke +grestore +% mimm_cmimm->mi_cmi_mmmi_mimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10095 1152 moveto +10093 1099 10086 941 10086 810 curveto +10086 810 10086 810 10086 450 curveto +10086 408 10092 397 10110 360 curveto +10115 350 10121 340 10128 332 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10130.8 334.1 moveto +10134 324 lineto +10125.2 329.9 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10130.8 334.1 moveto +10134 324 lineto +10125.2 329.9 lineto +closepath stroke +grestore +% cmmcmcim_ccmmcmcim->mimmcim_cmimmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3133 229 moveto +3190 225 3270 219 3339 216 curveto +3765 194 3875 239 4296 180 curveto +4302 179 4307 178 4313 177 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4313.88 180.39 moveto +4323 175 lineto +4312.51 173.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4313.88 180.39 moveto +4323 175 lineto +4312.51 173.53 lineto +closepath stroke +grestore +% micim_cmicim_mmmicim_mimmicim->mim_cmim_mmmim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4422 74 moveto +4462 62 4517 46 4557 34 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4558.43 37.23 moveto +4567 31 lineto +4556.42 30.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4558.43 37.23 moveto +4567 31 lineto +4556.42 30.52 lineto +closepath stroke +grestore +% cmmcmcic_ccmmcmcic->mimmcic_cmimmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9956 725 moveto +10009 713 10087 693 10141 680 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10141.88 683.39 moveto +10151 678 lineto +10140.51 676.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10141.88 683.39 moveto +10151 678 lineto +10140.51 676.53 lineto +closepath stroke +grestore +% cmmcmci_ccmmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9754 522 72.96 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9709.5 517.9 moveto 89 (c--c-ci=cc--c-ci) alignedtext +grestore +% cmmcmcic_ccmmcmcic->cmmcmci_ccmmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9888 720 moveto +9863 682 9802 593 9772 548 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9774.8 545.9 moveto +9766 540 lineto +9769.2 550.1 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9774.8 545.9 moveto +9766 540 lineto +9769.2 550.1 lineto +closepath stroke +grestore +% cmmcmci_ccmmcmci->mimmci_cmimmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9819 514 moveto +9924 500 10136 472 10242 458 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10242.4 461.48 moveto +10252 457 lineto +10241.7 454.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10242.4 461.48 moveto +10252 457 lineto +10241.7 454.51 lineto +closepath stroke +grestore +% cmcicmmim->cmcim_ccmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2734 436 moveto +2756 425 2787 410 2812 398 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2813.96 400.92 moveto +2821 393 lineto +2810.56 394.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2813.96 400.92 moveto +2821 393 lineto +2810.56 394.8 lineto +closepath stroke +grestore +% micmmim_cmicmmim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4223 162 64.12 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4184.5 157.9 moveto 77 (-ic--i-=c-ic--i-) alignedtext +grestore +% cmcicmmim->micmmim_cmicmmim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2694 433 moveto +2688 423 2680 409 2676 396 curveto +2664 349 2647 325 2676 288 curveto +2760 182 2837 234 2970 216 curveto +3200 182 3916 167 4149 163 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4149 166.5 moveto +4159 163 lineto +4149 159.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4149 166.5 moveto +4159 163 lineto +4149 159.5 lineto +closepath stroke +grestore +% micmmim_cmicmmim->micim_cmicim_mmmicim_mimmicim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4255 146 moveto +4275 136 4302 123 4325 112 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4326.96 114.92 moveto +4334 107 lineto +4323.56 108.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4326.96 114.92 moveto +4334 107 lineto +4323.56 108.8 lineto +closepath stroke +grestore +% cmcimimim->cmcimmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3139 724 moveto +3183 698 3276 643 3325 613 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3326.96 615.92 moveto +3334 608 lineto +3323.56 609.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3326.96 615.92 moveto +3334 608 lineto +3323.56 609.8 lineto +closepath stroke +grestore +% cmcimimim->cmcicmmim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3077 734 moveto +2975 722 2701 684 2655 612 curveto +2646 597 2654 523 2662 504 curveto +2667 493 2674 483 2682 474 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2684.4 476.55 moveto +2689 467 lineto +2679.45 471.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2684.4 476.55 moveto +2689 467 lineto +2679.45 471.6 lineto +closepath stroke +grestore +% mimimim_cmimimim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4337 666 59.06 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4302.5 661.9 moveto 69 (-i-i-i-=c-i-i-i-) alignedtext +grestore +% cmcimimim->mimimim_cmimimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3152 732 moveto +3176 728 3210 723 3239 720 curveto +3441 700 4060 676 4268 668 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4268 671.5 moveto +4278 668 lineto +4268 664.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4268 671.5 moveto +4278 668 lineto +4268 664.5 lineto +closepath stroke +grestore +% micmmcim_cmicmmcim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3587 594 73.16 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3542 589.9 moveto 90 (-ic--ci-=c-ic--ci-) alignedtext +grestore +% mimimim_cmimimim->micmmcim_cmicmmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4282 659 moveto +4251 655 4210 651 4174 648 curveto +3967 628 3914 635 3707 612 curveto +3691 610 3675 608 3659 606 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3659.49 602.53 moveto +3649 604 lineto +3658.12 609.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3659.49 602.53 moveto +3649 604 lineto +3658.12 609.39 lineto +closepath stroke +grestore +% cmcmcimim->cmcimimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1968 798 moveto +1976 796 1984 793 1992 792 curveto +1999 790 2851 750 3066 740 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3066 743.5 moveto +3076 740 lineto +3066 736.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3066 743.5 moveto +3076 740 lineto +3066 736.5 lineto +closepath stroke +grestore +% cmcmcimim->cmcmcmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1968 798 moveto +1976 796 1984 794 1992 792 curveto +2147 759 2189 774 2346 756 curveto +2373 753 2403 748 2428 745 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2428.4 748.48 moveto +2438 744 lineto +2427.7 741.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2428.4 748.48 moveto +2438 744 lineto +2427.7 741.51 lineto +closepath stroke +grestore +% cmcmcimim->cmmcimim_ccmmcimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1973 801 moveto +1989 797 2008 794 2025 792 curveto +2554 734 3889 799 4419 756 curveto +4436 754 4453 752 4469 750 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4469.88 753.39 moveto +4479 748 lineto +4468.51 746.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4469.88 753.39 moveto +4479 748 lineto +4468.51 746.53 lineto +closepath stroke +grestore +% cmcmcmcim->cmcimmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2520 731 moveto +2541 727 2566 723 2589 720 curveto +2762 697 2819 750 2979 684 curveto +3003 674 3000 657 3022 648 curveto +3140 596 3184 641 3309 612 curveto +3312 611 3315 610 3318 609 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3319.43 612.23 moveto +3328 606 lineto +3317.42 605.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3319.43 612.23 moveto +3328 606 lineto +3317.42 605.52 lineto +closepath stroke +grestore +% cmcmmicim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2433 666 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2411 661.9 moveto 44 (c-c--ici-) alignedtext +grestore +% cmcmcmcim->cmcmmicim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2469 721 moveto +2464 712 2457 701 2450 692 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2452.92 690.04 moveto +2445 683 lineto +2446.8 693.44 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2452.92 690.04 moveto +2445 683 lineto +2446.8 693.44 lineto +closepath stroke +grestore +% micmcmcim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3826 522 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3804 517.9 moveto 44 (-ic-c-ci-) alignedtext +grestore +% cmcmcmcim->micmcmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2515 727 moveto +2522 724 2530 722 2538 720 curveto +2672 683 2706 676 2841 648 curveto +2927 629 2950 632 3034 612 curveto +3088 598 3099 586 3153 576 curveto +3273 554 3639 532 3775 525 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3775.4 528.48 moveto +3785 524 lineto +3774.7 521.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3775.4 528.48 moveto +3785 524 lineto +3774.7 521.51 lineto +closepath stroke +grestore +% cmmcimim_ccmmcimim->cmmcmcim_ccmmcmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4537 720 moveto +4530 658 4497 454 4375 360 curveto +4278 284 3426 247 3146 237 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3146 233.5 moveto +3136 237 lineto +3146 240.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3146 233.5 moveto +3136 237 lineto +3146 240.5 lineto +closepath stroke +grestore +% cmmcimim_ccmmcimim->mimimim_cmimimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4497 723 moveto +4464 711 4419 695 4385 683 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4385.58 679.52 moveto +4375 680 lineto +4383.57 686.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4385.58 679.52 moveto +4375 680 lineto +4383.57 686.23 lineto +closepath stroke +grestore +% cmcmmicim->cmcmmim_ccmcmmim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2433 648 moveto +2433 640 2433 631 2433 622 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2436.5 622 moveto +2433 612 lineto +2429.5 622 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2436.5 622 moveto +2433 612 lineto +2429.5 622 lineto +closepath stroke +grestore +% micmmicim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3791 450 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3770.5 445.9 moveto 41 (-ic--ici-) alignedtext +grestore +% cmcmmicim->micmmicim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2473 663 moveto +2589 653 2917 625 2963 612 curveto +2997 602 3001 586 3034 576 curveto +3139 542 3171 557 3279 540 curveto +3451 512 3655 475 3745 459 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3745.88 462.39 moveto +3755 457 lineto +3744.51 455.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3745.88 462.39 moveto +3755 457 lineto +3744.51 455.53 lineto +closepath stroke +grestore +% micmcmcim->micimmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3858 510 moveto +3892 498 3947 478 3983 465 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3985.02 467.96 moveto +3993 461 lineto +3982.42 461.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3985.02 467.96 moveto +3993 461 lineto +3982.42 461.46 lineto +closepath stroke +grestore +% micmcmcim->micmmicim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3817 504 moveto +3813 496 3809 486 3804 477 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3807.26 475.72 moveto +3800 468 lineto +3800.86 478.56 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3807.26 475.72 moveto +3800 468 lineto +3800.86 478.56 lineto +closepath stroke +grestore +% cmcmmcim_ccmcmmcim->cmcmcmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2565 793 moveto +2549 783 2529 770 2512 759 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2514.1 756.2 moveto +2504 753 lineto +2509.9 761.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2514.1 756.2 moveto +2504 753 lineto +2509.9 761.8 lineto +closepath stroke +grestore +% cmcmmcim_ccmcmmcim->micmmcim_cmicmmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2638 796 moveto +2704 776 2826 741 2931 720 curveto +3043 697 3074 705 3185 684 curveto +3252 671 3267 662 3332 648 curveto +3409 630 3429 628 3505 612 curveto +3511 611 3517 609 3523 608 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3523.88 611.39 moveto +3533 606 lineto +3522.51 604.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3523.88 611.39 moveto +3533 606 lineto +3522.51 604.53 lineto +closepath stroke +grestore +% micmmcim_cmicmmcim->micmcmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3633 580 moveto +3677 567 3741 548 3782 535 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3783.43 538.23 moveto +3792 532 lineto +3781.42 531.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3783.43 538.23 moveto +3792 532 lineto +3781.42 531.52 lineto +closepath stroke +grestore +% cmcmmim_ccmcmmim->cmcicmmim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2464 578 moveto +2485 567 2514 553 2538 540 curveto +2585 515 2638 487 2672 469 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2673.96 471.92 moveto +2681 464 lineto +2670.56 465.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2673.96 471.92 moveto +2681 464 lineto +2670.56 465.8 lineto +closepath stroke +grestore +% micmmicim->micmmim_cmicmmim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3813 435 moveto +3884 388 4105 241 4190 185 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4192.1 187.8 moveto +4198 179 lineto +4187.9 182.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4192.1 187.8 moveto +4198 179 lineto +4187.9 182.2 lineto +closepath stroke +grestore +% mcicmmcim->mcimmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3261 725 moveto +3237 713 3202 696 3175 683 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3176.56 679.86 moveto +3166 679 lineto +3173.72 686.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3176.56 679.86 moveto +3166 679 lineto +3173.72 686.26 lineto +closepath stroke +grestore +% mcicmmcim->micmmcim_cmicmmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3302 721 moveto +3318 700 3347 667 3380 648 curveto +3393 640 3468 622 3524 608 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3524.88 611.39 moveto +3534 606 lineto +3523.51 604.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3524.88 611.39 moveto +3534 606 lineto +3523.51 604.53 lineto +closepath stroke +grestore +% mcicmmcim->mcicmmim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3274 721 moveto +3255 701 3221 668 3185 648 curveto +3042 566 2844 536 2755 526 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2755.3 522.51 moveto +2745 525 lineto +2754.6 529.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2755.3 522.51 moveto +2745 525 lineto +2754.6 529.48 lineto +closepath stroke +grestore +% mcicmmim->mcim_mmmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2734 509 moveto +2756 497 2789 481 2815 468 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2816.28 471.26 moveto +2824 464 lineto +2813.44 464.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2816.28 471.26 moveto +2824 464 lineto +2813.44 464.86 lineto +closepath stroke +grestore +% mcicmmim->cmcicmmim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2708 504 moveto +2707 496 2707 487 2707 478 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2710.5 478 moveto +2707 468 lineto +2703.5 478 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2710.5 478 moveto +2707 468 lineto +2703.5 478 lineto +closepath stroke +grestore +% mcimimim->cmcimimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3045 795 moveto +3058 785 3074 771 3088 760 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3090.1 762.8 moveto +3096 754 lineto +3085.9 757.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3090.1 762.8 moveto +3096 754 lineto +3085.9 757.2 lineto +closepath stroke +grestore +% mcimimim->mcicmmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3053 799 moveto +3060 796 3067 794 3074 792 curveto +3131 773 3198 758 3242 748 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3242.88 751.39 moveto +3252 746 lineto +3241.51 744.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3242.88 751.39 moveto +3252 746 lineto +3241.51 744.53 lineto +closepath stroke +grestore +% mcmcimim->mmcimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1945 876 moveto +1969 871 2003 866 2032 864 curveto +2554 821 3864 843 4387 828 curveto +4519 823 4675 816 4748 812 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4748 815.5 moveto +4758 812 lineto +4748 808.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4748 815.5 moveto +4758 812 lineto +4748 808.5 lineto +closepath stroke +grestore +% mcmcimim->cmcmcimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1917 864 moveto +1920 856 1923 846 1927 838 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1930.48 838.58 moveto +1930 828 lineto +1923.77 836.57 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1930.48 838.58 moveto +1930 828 lineto +1923.77 836.57 lineto +closepath stroke +grestore +% mcmcimim->mcimimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1945 876 moveto +1969 872 2003 867 2032 864 curveto +2081 859 2796 821 2982 812 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2982 815.5 moveto +2992 812 lineto +2982 808.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2982 815.5 moveto +2992 812 lineto +2982 808.5 lineto +closepath stroke +grestore +% mcmcimim->mcmcmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1888 867 moveto +1872 857 1851 842 1833 831 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1834.26 827.63 moveto +1824 825 lineto +1830.38 833.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1834.26 827.63 moveto +1824 825 lineto +1830.38 833.46 lineto +closepath stroke +grestore +% mcmcmcim->mcimmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1831 798 moveto +1839 796 1846 794 1854 792 curveto +2053 751 2110 793 2308 756 curveto +2363 745 2373 729 2427 720 curveto +2669 676 2735 705 2979 684 curveto +3018 680 3061 675 3093 671 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3093.4 674.48 moveto +3103 670 lineto +3092.7 667.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3093.4 674.48 moveto +3103 670 lineto +3092.7 667.51 lineto +closepath stroke +grestore +% mcmcmcim->cmcmcmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1831 798 moveto +1838 796 1846 793 1854 792 curveto +2069 748 2128 778 2346 756 curveto +2373 753 2403 749 2428 746 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2428.88 749.39 moveto +2438 744 lineto +2427.51 742.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2428.88 749.39 moveto +2438 744 lineto +2427.51 742.53 lineto +closepath stroke +grestore +% mcmmicim +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1801 738 37.02 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1782 733.9 moveto 38 (-c--ici-) alignedtext +grestore +% mcmcmcim->mcmmicim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1801 792 moveto +1801 784 1801 775 1801 766 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1804.5 766 moveto +1801 756 lineto +1797.5 766 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1804.5 766 moveto +1801 756 lineto +1797.5 766 lineto +closepath stroke +grestore +% mcmmicim->mcimmicim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1838 735 moveto +1923 729 2130 710 2194 684 curveto +2219 673 2217 657 2242 648 curveto +2373 600 2731 640 2867 612 curveto +2870 612 2873 611 2876 610 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2878.02 612.96 moveto +2886 606 lineto +2875.42 606.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2878.02 612.96 moveto +2886 606 lineto +2875.42 606.46 lineto +closepath stroke +grestore +% mcmmicim->cmcmmicim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1837 734 moveto +1945 722 2260 686 2383 672 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2383.4 675.48 moveto +2393 671 lineto +2382.7 668.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2383.4 675.48 moveto +2393 671 lineto +2382.7 668.51 lineto +closepath stroke +grestore +% mcmmicim->mcmmim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1764 735 moveto +1630 723 1165 682 1026 670 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1026.3 666.51 moveto +1016 669 lineto +1025.6 673.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1026.3 666.51 moveto +1016 669 lineto +1025.6 673.48 lineto +closepath stroke +grestore +% mcmmcim->cmcmmcim_ccmcmmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2830 874 moveto +2787 863 2708 842 2652 827 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2652.58 823.52 moveto +2642 824 lineto +2650.57 830.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2652.58 823.52 moveto +2642 824 lineto +2650.57 830.23 lineto +closepath stroke +grestore +% mcmmcim->mcicmmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2894 875 moveto +2935 866 3008 848 3069 828 curveto +3135 806 3208 775 3251 755 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3252.28 758.26 moveto +3260 751 lineto +3249.44 751.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3252.28 758.26 moveto +3260 751 lineto +3249.44 751.86 lineto +closepath stroke +grestore +% mcmmcim->mcmcmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2826 881 moveto +2674 875 2074 852 1887 828 curveto +1873 826 1859 823 1846 820 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1846.49 816.53 moveto +1836 818 lineto +1845.12 823.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1846.49 816.53 moveto +1836 818 lineto +1845.12 823.39 lineto +closepath stroke +grestore +% mcmmim->cmcmmim_ccmcmmim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1010 655 moveto +1016 652 1023 649 1030 648 curveto +1319 587 2063 649 2355 612 curveto +2361 611 2368 610 2374 609 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2374.88 612.39 moveto +2384 607 lineto +2373.51 605.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2374.88 612.39 moveto +2384 607 lineto +2373.51 605.53 lineto +closepath stroke +grestore +% mcmmim->mcicmmim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1010 655 moveto +1016 652 1023 649 1030 648 curveto +1353 572 2422 531 2661 523 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2661 526.5 moveto +2671 523 lineto +2661 519.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2661 526.5 moveto +2671 523 lineto +2661 519.5 lineto +closepath stroke +grestore +% cmcicmmic->cmcimmic_ccmcimmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10879 1009 moveto +10889 1000 10901 989 10912 979 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10914.4 981.55 moveto +10919 972 lineto +10909.45 976.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10914.4 981.55 moveto +10919 972 lineto +10909.45 976.6 lineto +closepath stroke +grestore +% cmcicmmic->cmcicmmi_ccmcicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10859 1008 moveto +10852 974 10832 902 10787 864 curveto +10777 856 10712 838 10660 825 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10660.49 821.53 moveto +10650 823 lineto +10659.12 828.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10660.49 821.53 moveto +10650 823 lineto +10659.12 828.39 lineto +closepath stroke +grestore +% micmmic_cmicmmic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10587 882 66.9 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10546.5 877.9 moveto 81 (-ic--ic=c-ic--ic) alignedtext +grestore +% cmcicmmic->micmmic_cmicmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10843 1010 moveto +10819 990 10777 957 10737 936 curveto +10707 920 10672 907 10644 898 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10644.58 894.52 moveto +10634 895 lineto +10642.57 901.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10644.58 894.52 moveto +10634 895 lineto +10642.57 901.23 lineto +closepath stroke +grestore +% micmcmc_cmicmcmc->micimmc_cmicimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10396 1373 moveto +10406 1371 10417 1369 10427 1368 curveto +10706 1335 12746 1318 13170 1314 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 13170 1317.5 moveto +13180 1314 lineto +13170 1310.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 13170 1317.5 moveto +13180 1314 lineto +13170 1310.5 lineto +closepath stroke +grestore +% micmcmc_cmicmcmc->micmcm_cmicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10353 1368 moveto +10357 1360 10361 1350 10366 1341 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10369.14 1342.56 moveto +10370 1332 lineto +10362.74 1339.72 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10369.14 1342.56 moveto +10370 1332 lineto +10362.74 1339.72 lineto +closepath stroke +grestore +% micmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10351 954 43.78 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10327.5 949.9 moveto 47 (-ic-c-cic) alignedtext +grestore +% micmcmc_cmicmcmc->micmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10329 1368 moveto +10321 1358 10311 1345 10306 1332 curveto +10251 1197 10192 1134 10263 1008 curveto +10272 990 10290 978 10307 970 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10308.96 972.92 moveto +10316 965 lineto +10305.56 966.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10308.96 972.92 moveto +10316 965 lineto +10305.56 966.8 lineto +closepath stroke +grestore +% cmcicmmi_ccmcicmmi->cmcimmi_ccmcimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10651 797 moveto +10661 795 10671 794 10681 792 curveto +10809 770 10843 774 10973 756 curveto +10989 754 11005 751 11020 749 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11020.88 752.39 moveto +11030 747 lineto +11019.51 745.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11020.88 752.39 moveto +11030 747 lineto +11019.51 745.53 lineto +closepath stroke +grestore +% micmmi_cmicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10490 738 57.87 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10456 733.9 moveto 68 (-ic--i=c-ic--i) alignedtext +grestore +% cmcicmmi_ccmcicmmi->micmmi_cmicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10570 793 moveto +10556 784 10538 771 10523 761 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10524.26 757.63 moveto +10514 755 lineto +10520.38 763.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10524.26 757.63 moveto +10514 755 lineto +10520.38 763.46 lineto +closepath stroke +grestore +% micmcm_cmicmcm->micimm_cmicimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10441 1312 moveto +10817 1303 12759 1254 13150 1243 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 13150 1246.5 moveto +13160 1243 lineto +13150 1239.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 13150 1246.5 moveto +13160 1243 lineto +13150 1239.5 lineto +closepath stroke +grestore +% micmcm_cmicmcm->micmmi_cmicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10358 1297 moveto +10323 1265 10251 1194 10225 1116 curveto +10219 1100 10223 1095 10225 1080 curveto +10239 941 10240 879 10349 792 curveto +10373 772 10405 759 10432 751 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10433.43 754.23 moveto +10442 748 lineto +10431.42 747.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10433.43 754.23 moveto +10442 748 lineto +10431.42 747.52 lineto +closepath stroke +grestore +% cmcicmmci->cmcimmci_ccmcimmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10643 1013 moveto +10688 994 10775 960 10851 936 curveto +10895 921 10946 907 10985 898 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10986.43 901.23 moveto +10995 895 lineto +10984.42 894.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10986.43 901.23 moveto +10995 895 lineto +10984.42 894.52 lineto +closepath stroke +grestore +% cmcicmmci->cmcicmmi_ccmcicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10615 1008 moveto +10619 989 10626 959 10637 936 curveto +10645 918 10656 918 10663 900 curveto +10667 884 10669 878 10663 864 curveto +10657 851 10646 841 10635 833 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10637.1 830.2 moveto +10627 827 lineto +10632.9 835.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10637.1 830.2 moveto +10627 827 lineto +10632.9 835.8 lineto +closepath stroke +grestore +% micmmci_cmicmmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10482 954 66.9 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10441.5 949.9 moveto 81 (-ic--ci=c-ic--ci) alignedtext +grestore +% cmcicmmci->micmmci_cmicmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10586 1011 moveto +10568 1001 10542 987 10521 975 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10522.44 971.8 moveto +10512 970 lineto +10519.04 977.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10522.44 971.8 moveto +10512 970 lineto +10519.04 977.92 lineto +closepath stroke +grestore +% micmcmci_cmicmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10387 882 77.13 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10339.5 877.9 moveto 95 (-ic-c-ci=c-ic-c-ci) alignedtext +grestore +% micmmci_cmicmmci->micmcmci_cmicmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10459 937 moveto +10447 928 10431 916 10417 905 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10419.1 902.2 moveto +10409 899 lineto +10414.9 907.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10419.1 902.2 moveto +10409 899 lineto +10414.9 907.8 lineto +closepath stroke +grestore +% micmmc_cmicmmc->micmcmc_cmicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10349 1440 moveto +10348 1432 10348 1423 10347 1414 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10350.5 1414 moveto +10347 1404 lineto +10343.5 1414 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10350.5 1414 moveto +10347 1404 lineto +10343.5 1414 lineto +closepath stroke +grestore +% micmmc_cmicmmc->micmm_cmicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10305 1446 moveto +10258 1433 10186 1414 10138 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10138.58 1397.52 moveto +10128 1398 lineto +10136.57 1404.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10138.58 1397.52 moveto +10128 1398 lineto +10136.57 1404.23 lineto +closepath stroke +grestore +% micmmcic_cmicmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10349 1026 77.13 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10301.5 1021.9 moveto 95 (-ic--cic=c-ic--cic) alignedtext +grestore +% micmmc_cmicmmc->micmmcic_cmicmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10303 1446 moveto +10280 1438 10255 1425 10240 1404 curveto +10212 1364 10227 1343 10233 1296 curveto +10245 1196 10250 1166 10301 1080 curveto +10307 1069 10315 1059 10323 1050 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10325.4 1052.55 moveto +10330 1043 lineto +10320.45 1047.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10325.4 1052.55 moveto +10330 1043 lineto +10320.45 1047.6 lineto +closepath stroke +grestore +% micmmic_cmicmmic->micimmic_cmicimmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10624 867 moveto +10650 856 10687 841 10715 829 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10716.28 832.26 moveto +10724 825 lineto +10713.44 825.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10716.28 832.26 moveto +10724 825 lineto +10713.44 825.86 lineto +closepath stroke +grestore +% micmmici_cmicmmici +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10429 810 71.07 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10385.5 805.9 moveto 87 (-ic--ici=c-ic--ici) alignedtext +grestore +% micmmic_cmicmmic->micmmici_cmicmmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10553 866 moveto +10529 855 10498 842 10473 830 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10474.56 826.86 moveto +10464 826 lineto +10471.72 833.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10474.56 826.86 moveto +10464 826 lineto +10471.72 833.26 lineto +closepath stroke +grestore +% micmmi_cmicmmi->micimmi_cmicimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10544 731 moveto +10652 718 10896 689 11015 674 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11015.4 677.48 moveto +11025 673 lineto +11014.7 670.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11015.4 677.48 moveto +11025 673 lineto +11014.7 670.51 lineto +closepath stroke +grestore +% micmm_cmicmm->mic_cmic_mmmic_mimmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10081 1368 moveto +10072 1333 10053 1255 10043 1188 curveto +10017 1021 10010 978 10010 810 curveto +10010 810 10010 810 10010 738 curveto +10010 672 10083 632 10139 611 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10140.43 614.23 moveto +10149 608 lineto +10138.42 607.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10140.43 614.23 moveto +10149 608 lineto +10138.42 607.52 lineto +closepath stroke +grestore +% micmm_cmicmm->micmcm_cmicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10130 1375 moveto +10180 1363 10264 1342 10320 1328 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10320.88 1331.39 moveto +10330 1326 lineto +10319.51 1324.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10320.88 1331.39 moveto +10330 1326 lineto +10319.51 1324.53 lineto +closepath stroke +grestore +% cmcimimic->cmcimmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10711 1165 moveto +10790 1154 10961 1130 10985 1116 curveto +11009 1100 11028 1074 11040 1053 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11043.2 1054.44 moveto +11045 1044 lineto +11037.08 1051.04 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11043.2 1054.44 moveto +11045 1044 lineto +11037.08 1051.04 lineto +closepath stroke +grestore +% cmcimimic->cmcicmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10710 1163 moveto +10741 1156 10783 1142 10813 1116 curveto +10832 1099 10845 1073 10852 1054 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10855.54 1054.58 moveto +10856 1044 lineto +10849.04 1051.98 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10855.54 1054.58 moveto +10856 1044 lineto +10849.04 1051.98 lineto +closepath stroke +grestore +% cmcimimic->cmcimimi_ccmcimimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10655 1153 moveto +10646 1144 10635 1133 10624 1123 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10626.55 1120.6 moveto +10617 1116 lineto +10621.6 1125.55 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10626.55 1120.6 moveto +10617 1116 lineto +10621.6 1125.55 lineto +closepath stroke +grestore +% mimimic_cmimimic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10372 1098 62.04 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10335 1093.9 moveto 74 (-i-i-ic=c-i-i-ic) alignedtext +grestore +% cmcimimic->mimimic_cmimimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10641 1158 moveto +10635 1156 10628 1154 10622 1152 curveto +10559 1133 10486 1119 10435 1109 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10435.49 1105.53 moveto +10425 1107 lineto +10434.12 1112.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10435.49 1105.53 moveto +10425 1107 lineto +10434.12 1112.39 lineto +closepath stroke +grestore +% mimicmc_cmimicmc->micmcmc_cmicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10498 1443 moveto +10468 1432 10427 1416 10394 1404 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10395.59 1400.84 moveto +10385 1401 lineto +10393.38 1407.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10395.59 1400.84 moveto +10385 1401 lineto +10393.38 1407.48 lineto +closepath stroke +grestore +% mimicmc_cmimicmc->mimicm_cmimicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10526 1440 moveto +10522 1432 10515 1422 10510 1413 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10512.92 1411.04 moveto +10505 1404 lineto +10506.8 1414.44 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10512.92 1411.04 moveto +10505 1404 lineto +10506.8 1414.44 lineto +closepath stroke +grestore +% mimicmc_cmimicmc->mimimic_cmimimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10480 1448 moveto +10401 1435 10269 1412 10263 1404 curveto +10192 1316 10298 1180 10348 1124 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10351.05 1125.83 moveto +10355 1116 lineto +10345.78 1121.22 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10351.05 1125.83 moveto +10355 1116 lineto +10345.78 1121.22 lineto +closepath stroke +grestore +% cmcimimi_ccmcimimi->cmcicmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10602 1080 moveto +10603 1072 10605 1063 10607 1054 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10610.47 1054.49 moveto +10609 1044 lineto +10603.61 1053.12 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10610.47 1054.49 moveto +10609 1044 lineto +10603.61 1053.12 lineto +closepath stroke +grestore +% mimimi_cmimimi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10497 1026 52.81 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10467 1021.9 moveto 60 (-i-i-i=c-i-i-i) alignedtext +grestore +% cmcimimi_ccmcimimi->mimimi_cmimimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10575 1081 moveto +10561 1071 10543 1059 10528 1048 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10530.1 1045.2 moveto +10520 1042 lineto +10525.9 1050.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10530.1 1045.2 moveto +10520 1042 lineto +10525.9 1050.8 lineto +closepath stroke +grestore +% mimicm_cmimicm->micmcm_cmicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10468 1370 moveto +10452 1360 10431 1346 10413 1335 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10414.44 1331.8 moveto +10404 1330 lineto +10411.04 1337.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10414.44 1331.8 moveto +10404 1330 lineto +10411.04 1337.92 lineto +closepath stroke +grestore +% mimicm_cmimicm->mimimi_cmimimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10494 1368 moveto +10495 1309 10496 1125 10497 1054 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10500.5 1054 moveto +10497 1044 lineto +10493.5 1054 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10500.5 1054 moveto +10497 1044 lineto +10493.5 1054 lineto +closepath stroke +grestore +% mimimic_cmimimic->mimimi_cmimimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10400 1082 moveto +10418 1072 10442 1058 10461 1047 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10462.96 1049.92 moveto +10470 1042 lineto +10459.56 1043.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10462.96 1049.92 moveto +10470 1042 lineto +10459.56 1043.8 lineto +closepath stroke +grestore +% mimimic_cmimimic->micmmcic_cmicmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10366 1080 moveto +10363 1072 10360 1063 10358 1054 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10361.23 1052.57 moveto +10355 1044 lineto +10354.52 1054.58 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10361.23 1052.57 moveto +10355 1044 lineto +10354.52 1054.58 lineto +closepath stroke +grestore +% mimimi_cmimimi->micmmci_cmicmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10493 1008 moveto +10492 1000 10490 991 10488 982 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10491.39 981.12 moveto +10486 972 lineto +10484.53 982.49 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10491.39 981.12 moveto +10486 972 lineto +10484.53 982.49 lineto +closepath stroke +grestore +% mimim_cmimim->micmmc_cmicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10525 1518 moveto +10491 1506 10439 1488 10402 1475 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10402.58 1471.52 moveto +10392 1472 lineto +10400.57 1478.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10402.58 1471.52 moveto +10392 1472 lineto +10400.57 1478.23 lineto +closepath stroke +grestore +% mimim_cmimim->mimicmc_cmimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10554 1512 moveto +10551 1504 10548 1495 10546 1486 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10549.23 1484.57 moveto +10543 1476 lineto +10542.52 1486.58 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10549.23 1484.57 moveto +10543 1476 lineto +10542.52 1486.58 lineto +closepath stroke +grestore +% cmcmcimic->cmcimimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9679 1230 moveto +9687 1227 9696 1225 9704 1224 curveto +10106 1154 10221 1266 10622 1188 curveto +10626 1187 10629 1186 10632 1185 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10633.43 1188.23 moveto +10642 1182 lineto +10631.42 1181.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10633.43 1188.23 moveto +10642 1182 lineto +10631.42 1181.52 lineto +closepath stroke +grestore +% cmcmcimic->cmcmcimi_ccmcmcimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9661 1225 moveto +9669 1216 9678 1205 9687 1196 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9690.05 1197.83 moveto +9694 1188 lineto +9684.78 1193.22 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9690.05 1197.83 moveto +9694 1188 lineto +9684.78 1193.22 lineto +closepath stroke +grestore +% cmcmcimic->cmcmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9608 1233 moveto +9552 1220 9450 1196 9389 1181 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9389.49 1177.53 moveto +9379 1179 lineto +9388.12 1184.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9389.49 1177.53 moveto +9379 1179 lineto +9388.12 1184.39 lineto +closepath stroke +grestore +% cmcmcimic->cmmcimic_ccmmcimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9681 1231 moveto +9688 1228 9696 1226 9704 1224 curveto +9743 1211 9788 1198 9823 1187 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9824.43 1190.23 moveto +9833 1184 lineto +9822.42 1183.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9824.43 1190.23 moveto +9833 1184 lineto +9822.42 1183.52 lineto +closepath stroke +grestore +% cmcmcimi_ccmcmcimi->cmcimimi_ccmcimimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9764 1157 moveto +9774 1155 9785 1153 9795 1152 curveto +10080 1114 10155 1140 10443 1116 curveto +10469 1113 10499 1111 10525 1107 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10525.4 1110.48 moveto +10535 1106 lineto +10524.7 1103.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10525.4 1110.48 moveto +10535 1106 lineto +10524.7 1103.51 lineto +closepath stroke +grestore +% cmcmcmci_ccmcmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9188 1098 82 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9137 1093.9 moveto 102 (c-c-c-ci=cc-c-c-ci) alignedtext +grestore +% cmcmcimi_ccmcmcimi->cmcmcmci_ccmcmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9653 1158 moveto +9643 1155 9633 1154 9623 1152 curveto +9487 1129 9452 1133 9317 1116 curveto +9301 1114 9284 1111 9267 1109 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9267.3 1105.51 moveto +9257 1108 lineto +9266.6 1112.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9267.3 1105.51 moveto +9257 1108 lineto +9266.6 1112.48 lineto +closepath stroke +grestore +% cmcmcimi_ccmcmcimi->cmmcimi_ccmmcimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9709 1152 moveto +9709 1144 9709 1135 9709 1126 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9712.5 1126 moveto +9709 1116 lineto +9705.5 1126 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9712.5 1126 moveto +9709 1116 lineto +9705.5 1126 lineto +closepath stroke +grestore +% cmcmcmcic->cmcimmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9376 1159 moveto +9453 1135 9626 1081 9633 1080 curveto +9933 1030 10701 1097 11001 1044 curveto +11005 1043 11009 1043 11012 1041 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11013.43 1044.23 moveto +11022 1038 lineto +11011.42 1037.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11013.43 1044.23 moveto +11022 1038 lineto +11011.42 1037.52 lineto +closepath stroke +grestore +% cmcmcmcic->cmcmcmci_ccmcmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9311 1156 moveto +9289 1145 9258 1131 9232 1118 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9233.56 1114.86 moveto +9223 1114 lineto +9230.72 1121.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9233.56 1114.86 moveto +9223 1114 lineto +9230.72 1121.26 lineto +closepath stroke +grestore +% cmcmmic_ccmcmmic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9399 1098 72.96 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9354.5 1093.9 moveto 89 (c-c--ic=cc-c--ic) alignedtext +grestore +% cmcmcmcic->cmcmmic_ccmcmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9354 1153 moveto +9361 1144 9370 1133 9378 1124 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9381.05 1125.83 moveto +9385 1116 lineto +9375.78 1121.22 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9381.05 1125.83 moveto +9385 1116 lineto +9375.78 1121.22 lineto +closepath stroke +grestore +% cmcmcmcic->micmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9379 1160 moveto +9408 1151 9449 1137 9481 1116 curveto +9498 1103 9494 1089 9514 1080 curveto +9609 1033 9886 1061 9992 1044 curveto +10106 1025 10238 988 10306 968 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10307.43 971.23 moveto +10316 965 lineto +10305.42 964.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10307.43 971.23 moveto +10316 965 lineto +10305.42 964.52 lineto +closepath stroke +grestore +% cmmcimic_ccmmcimic->cmmcmcic_ccmmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9882 1152 moveto +9885 1085 9895 848 9899 766 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9902.5 766 moveto +9899 756 lineto +9895.5 766 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9902.5 766 moveto +9899 756 lineto +9895.5 766 lineto +closepath stroke +grestore +% cmmcimic_ccmmcimic->mimimic_cmimimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9946 1160 moveto +10041 1146 10212 1122 10306 1108 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10306.88 1111.39 moveto +10316 1106 lineto +10305.51 1104.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10306.88 1111.39 moveto +10316 1106 lineto +10305.51 1104.53 lineto +closepath stroke +grestore +% cmmcimic_ccmmcimic->cmmcimi_ccmmcimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9843 1154 moveto +9817 1143 9782 1129 9755 1117 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9756.56 1113.86 moveto +9746 1113 lineto +9753.72 1120.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9756.56 1113.86 moveto +9746 1113 lineto +9753.72 1120.26 lineto +closepath stroke +grestore +% cmcmcmci_ccmcmcmci->cmcimmci_ccmcimmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9245 1085 moveto +9254 1083 9264 1081 9274 1080 curveto +9433 1055 9475 1064 9635 1044 curveto +9931 1005 10001 968 10298 936 curveto +10592 904 10669 938 10963 900 curveto +10970 899 10976 898 10983 896 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10983.88 899.39 moveto +10993 894 lineto +10982.51 892.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10983.88 899.39 moveto +10993 894 lineto +10982.51 892.53 lineto +closepath stroke +grestore +% cmcmmici_ccmcmmici +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9399 1026 77.13 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9351.5 1021.9 moveto 95 (c-c--ici=cc-c--ici) alignedtext +grestore +% cmcmcmci_ccmcmcmci->cmcmmici_ccmcmmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9232 1083 moveto +9265 1072 9310 1056 9346 1044 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9347.43 1047.23 moveto +9356 1041 lineto +9345.42 1040.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9347.43 1047.23 moveto +9356 1041 lineto +9345.42 1040.52 lineto +closepath stroke +grestore +% cmcmcmci_ccmcmcmci->micmcmci_cmicmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9246 1085 moveto +9255 1083 9265 1081 9274 1080 curveto +9591 1022 9674 1031 9992 972 curveto +10110 949 10247 917 10324 898 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10325.43 901.23 moveto +10334 895 lineto +10323.42 894.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10325.43 901.23 moveto +10334 895 lineto +10323.42 894.52 lineto +closepath stroke +grestore +% cmmcimi_ccmmcimi->cmmcmci_ccmmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9703 1080 moveto +9694 1053 9679 1000 9679 954 curveto +9679 954 9679 954 9679 882 curveto +9679 777 9654 748 9682 648 curveto +9692 610 9716 572 9734 548 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9736.8 550.1 moveto +9740 540 lineto +9731.2 545.9 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9736.8 550.1 moveto +9740 540 lineto +9731.2 545.9 lineto +closepath stroke +grestore +% cmmcimi_ccmmcimi->mimimi_cmimimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9775 1095 moveto +9929 1087 10309 1066 10435 1044 curveto +10439 1043 10443 1042 10448 1041 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10449.43 1044.23 moveto +10458 1038 lineto +10447.42 1037.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10449.43 1044.23 moveto +10458 1038 lineto +10447.42 1037.52 lineto +closepath stroke +grestore +% cmcmmic_ccmcmmic->cmcicmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9464 1090 moveto +9494 1086 9529 1082 9562 1080 curveto +10098 1042 10236 1104 10771 1044 curveto +10785 1042 10799 1040 10813 1037 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10813.88 1040.39 moveto +10823 1035 lineto +10812.51 1033.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10813.88 1040.39 moveto +10823 1035 lineto +10812.51 1033.53 lineto +closepath stroke +grestore +% cmcmmic_ccmcmmic->cmcmmici_ccmcmmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9399 1080 moveto +9399 1072 9399 1063 9399 1054 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9402.5 1054 moveto +9399 1044 lineto +9395.5 1054 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9402.5 1054 moveto +9399 1044 lineto +9395.5 1054 lineto +closepath stroke +grestore +% micmcmcic->micimmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10383 942 moveto +10391 940 10398 937 10406 936 curveto +10572 901 10618 920 10787 900 curveto +10812 897 10841 893 10864 890 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10864.88 893.39 moveto +10874 888 lineto +10863.51 886.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10864.88 893.39 moveto +10874 888 lineto +10863.51 886.53 lineto +closepath stroke +grestore +% micmcmcic->micmmic_cmicmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10385 942 moveto +10392 940 10399 938 10406 936 curveto +10448 922 10495 909 10531 898 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10532.43 901.23 moveto +10541 895 lineto +10530.42 894.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10532.43 901.23 moveto +10541 895 lineto +10530.42 894.52 lineto +closepath stroke +grestore +% micmcmcic->micmcmci_cmicmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10360 936 moveto +10364 928 10369 918 10374 909 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10377.14 910.56 moveto +10378 900 lineto +10370.74 907.72 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10377.14 910.56 moveto +10378 900 lineto +10370.74 907.72 lineto +closepath stroke +grestore +% cmcmmici_ccmcmmici->cmcimmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9454 1013 moveto +9464 1011 9474 1010 9484 1008 curveto +9599 987 9629 991 9745 972 curveto +9760 969 10285 865 10301 864 curveto +10627 824 10716 892 11039 828 curveto +11043 827 11046 826 11049 825 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11050.43 828.23 moveto +11059 822 lineto +11048.42 821.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11050.43 828.23 moveto +11059 822 lineto +11048.42 821.52 lineto +closepath stroke +grestore +% cmcmmici_ccmcmmici->cmcmmi_ccmcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9399 1008 moveto +9399 1000 9399 991 9399 982 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9402.5 982 moveto +9399 972 lineto +9395.5 982 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9402.5 982 moveto +9399 972 lineto +9395.5 982 lineto +closepath stroke +grestore +% cmcmmici_ccmcmmici->micmmici_cmicmmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9457 1014 moveto +9635 977 10176 863 10364 824 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10364.88 827.39 moveto +10374 822 lineto +10363.51 820.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10364.88 827.39 moveto +10374 822 lineto +10363.51 820.53 lineto +closepath stroke +grestore +% micmcmci_cmicmcmci->micimmci_cmicimmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10452 872 moveto +10471 869 10492 866 10511 864 curveto +10657 845 10694 847 10841 828 curveto +10857 826 10873 823 10889 821 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10889.4 824.48 moveto +10899 820 lineto +10888.7 817.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10889.4 824.48 moveto +10899 820 lineto +10888.7 817.51 lineto +closepath stroke +grestore +% micmcmci_cmicmcmci->micmmici_cmicmmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10398 864 moveto +10403 856 10408 846 10414 837 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10417.2 838.44 moveto +10419 828 lineto +10411.08 835.04 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10417.2 838.44 moveto +10419 828 lineto +10411.08 835.04 lineto +closepath stroke +grestore +% cmcmmi_ccmcmmi->cmcicmmi_ccmcicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9460 949 moveto +9627 935 10110 891 10509 828 curveto +10515 827 10522 825 10528 824 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10528.88 827.39 moveto +10538 822 lineto +10527.51 820.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10528.88 827.39 moveto +10538 822 lineto +10527.51 820.53 lineto +closepath stroke +grestore +% cmcmmcic_ccmcmmcic->cmcmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9056 1230 moveto +9066 1228 9077 1226 9087 1224 curveto +9174 1207 9198 1209 9285 1188 curveto +9288 1187 9292 1186 9295 1185 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9296.43 1188.23 moveto +9305 1182 lineto +9294.42 1181.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9296.43 1188.23 moveto +9305 1182 lineto +9294.42 1181.52 lineto +closepath stroke +grestore +% cmcmmci_ccmcmmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9029 1170 72.96 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +8984.5 1165.9 moveto 89 (c-c--ci=cc-c--ci) alignedtext +grestore +% cmcmmcic_ccmcmmcic->cmcmmci_ccmcmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9004 1224 moveto +9008 1216 9012 1206 9017 1197 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9020.14 1198.56 moveto +9021 1188 lineto +9013.74 1195.72 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9020.14 1198.56 moveto +9021 1188 lineto +9013.74 1195.72 lineto +closepath stroke +grestore +% cmcmmcic_ccmcmmcic->micmmcic_cmicmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 8975 1225 moveto +8955 1206 8931 1176 8947 1152 curveto +8966 1120 8991 1137 9021 1116 curveto +9038 1103 9034 1089 9054 1080 curveto +9081 1066 9976 1038 10262 1028 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10262 1031.5 moveto +10272 1028 lineto +10262 1024.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10262 1031.5 moveto +10272 1028 lineto +10262 1024.5 lineto +closepath stroke +grestore +% cmcmmci_ccmcmmci->cmcicmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9036 1152 moveto +9046 1130 9067 1095 9097 1080 curveto +9169 1042 10479 1058 10559 1044 curveto +10563 1043 10567 1043 10570 1041 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10571.43 1044.23 moveto +10580 1038 lineto +10569.42 1037.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10571.43 1044.23 moveto +10580 1038 lineto +10569.42 1037.52 lineto +closepath stroke +grestore +% cmcmmci_ccmcmmci->cmcmcmci_ccmcmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9064 1154 moveto +9087 1143 9118 1130 9143 1118 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9144.28 1121.26 moveto +9152 1114 lineto +9141.44 1114.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9144.28 1121.26 moveto +9152 1114 lineto +9141.44 1114.86 lineto +closepath stroke +grestore +% micmmcic_cmicmmcic->micmmci_cmicmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10380 1009 moveto +10398 999 10423 986 10443 975 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10444.96 977.92 moveto +10452 970 lineto +10441.56 971.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10444.96 977.92 moveto +10452 970 lineto +10441.56 971.8 lineto +closepath stroke +grestore +% micmmcic_cmicmmcic->micmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10350 1008 moveto +10350 1000 10350 991 10350 982 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10353.49 982.3 moveto +10351 972 lineto +10346.52 981.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10353.49 982.3 moveto +10351 972 lineto +10346.52 981.6 lineto +closepath stroke +grestore +% micmmici_cmicmmici->micimmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10480 798 moveto +10490 795 10500 794 10509 792 curveto +10642 768 10801 751 10879 743 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10879.4 746.48 moveto +10889 742 lineto +10878.7 739.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10879.4 746.48 moveto +10889 742 lineto +10878.7 739.51 lineto +closepath stroke +grestore +% micmmici_cmicmmici->micmmi_cmicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10444 792 moveto +10451 783 10460 773 10468 764 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10471.05 765.83 moveto +10475 756 lineto +10465.78 761.22 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10471.05 765.83 moveto +10475 756 lineto +10465.78 761.22 lineto +closepath stroke +grestore +% cmc_ccmc->cmcic_ccmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 8825 1588 moveto +8771 1558 8658 1484 8658 1386 curveto +8658 1386 8658 1386 8658 1170 curveto +8658 1012 8775 989 8923 936 curveto +8988 912 9184 894 9289 887 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9289.4 890.48 moveto +9299 886 lineto +9288.7 883.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9289.4 890.48 moveto +9299 886 lineto +9288.7 883.51 lineto +closepath stroke +grestore +% cmc_ccmc->cm_ccm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 8855 1584 moveto +8856 1576 8856 1567 8857 1558 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 8860.49 1558.3 moveto +8858 1548 lineto +8853.52 1557.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 8860.49 1558.3 moveto +8858 1548 lineto +8853.52 1557.6 lineto +closepath stroke +grestore +% cmc_ccmc->mmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 8886 1589 moveto +8916 1576 8960 1557 8991 1544 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 8992.28 1547.26 moveto +9000 1540 lineto +8989.44 1540.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 8992.28 1547.26 moveto +9000 1540 lineto +8989.44 1540.86 lineto +closepath stroke +grestore +% cmmimic_ccmmimic->cmcmcimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9566 1297 moveto +9580 1287 9599 1274 9615 1264 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9617.1 1266.8 moveto +9623 1258 lineto +9612.9 1261.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9617.1 1266.8 moveto +9623 1258 lineto +9612.9 1261.2 lineto +closepath stroke +grestore +% cmmimic_ccmmimic->cmcmmcic_ccmcmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9478 1308 moveto +9390 1299 9225 1281 9087 1260 curveto +9080 1259 9073 1257 9066 1256 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9066.49 1252.53 moveto +9056 1254 lineto +9065.12 1259.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9066.49 1252.53 moveto +9056 1254 lineto +9065.12 1259.39 lineto +closepath stroke +grestore +% cmmimic_ccmmimic->cmmimi_ccmmimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9588 1301 moveto +9634 1288 9703 1270 9750 1257 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9751.43 1260.23 moveto +9760 1254 lineto +9749.42 1253.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9751.43 1260.23 moveto +9760 1254 lineto +9749.42 1253.52 lineto +closepath stroke +grestore +% cmmimi_ccmmimi->cmcmcimi_ccmcmcimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9782 1225 moveto +9770 1216 9754 1204 9740 1193 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9742.1 1190.2 moveto +9732 1187 lineto +9737.9 1195.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9742.1 1190.2 moveto +9732 1187 lineto +9737.9 1195.8 lineto +closepath stroke +grestore +% cmmimi_ccmmimi->cmcmmci_ccmcmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9755 1232 moveto +9737 1229 9717 1226 9699 1224 curveto +9438 1193 9370 1224 9111 1188 curveto +9105 1187 9098 1186 9092 1185 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9092.58 1181.52 moveto +9082 1182 lineto +9090.57 1188.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9092.58 1181.52 moveto +9082 1182 lineto +9090.57 1188.23 lineto +closepath stroke +grestore +% mcicmcmci->mcimmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10757 1017 moveto +10773 1014 10792 1011 10809 1008 curveto +10941 986 11100 967 11175 959 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11175.4 962.48 moveto +11185 958 lineto +11174.7 955.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11175.4 962.48 moveto +11185 958 lineto +11174.7 955.51 lineto +closepath stroke +grestore +% mcicmcmci->micmcmci_cmicmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10694 1011 moveto +10664 991 10608 958 10558 936 curveto +10523 921 10482 908 10449 898 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10449.58 894.52 moveto +10439 895 lineto +10447.57 901.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10449.58 894.52 moveto +10439 895 lineto +10447.57 901.23 lineto +closepath stroke +grestore +% mcicmmici +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10687 954 41 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10665.5 949.9 moveto 43 (-cic--ici) alignedtext +grestore +% mcicmcmci->mcicmmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10710 1008 moveto +10706 1000 10702 990 10699 982 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10701.96 979.98 moveto +10695 972 lineto +10695.46 982.58 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10701.96 979.98 moveto +10695 972 lineto +10695.46 982.58 lineto +closepath stroke +grestore +% mcicmmici->mcimmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10727 950 moveto +10821 939 11057 913 11135 900 curveto +11148 898 11162 895 11175 892 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11175.88 895.39 moveto +11185 890 lineto +11174.51 888.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11175.88 895.39 moveto +11185 890 lineto +11174.51 888.53 lineto +closepath stroke +grestore +% mcicmmici->micmmici_cmicmmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10655 943 moveto +10647 941 10639 938 10632 936 curveto +10578 919 10558 929 10511 900 curveto +10497 891 10469 859 10449 836 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10451.8 833.9 moveto +10443 828 lineto +10446.2 838.1 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10451.8 833.9 moveto +10443 828 lineto +10446.2 838.1 lineto +closepath stroke +grestore +% mcicmmici->mcicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10701 937 moveto +10708 928 10716 917 10725 907 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10727.8 909.1 moveto +10731 899 lineto +10722.2 904.9 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10727.8 909.1 moveto +10731 899 lineto +10722.2 904.9 lineto +closepath stroke +grestore +% mcicmmic->mcimmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10942 1080 moveto +10945 1072 10948 1063 10950 1054 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10953.48 1054.58 moveto +10953 1044 lineto +10946.77 1052.57 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10953.48 1054.58 moveto +10953 1044 lineto +10946.77 1052.57 lineto +closepath stroke +grestore +% mcicmmic->cmcicmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10920 1082 moveto +10910 1072 10898 1060 10887 1050 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10889.55 1047.6 moveto +10880 1043 lineto +10884.6 1052.55 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10889.55 1047.6 moveto +10880 1043 lineto +10884.6 1052.55 lineto +closepath stroke +grestore +% mcicmmic->mcicmmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10905 1088 moveto +10878 1079 10839 1063 10809 1044 curveto +10789 1031 10789 1022 10771 1008 curveto +10755 995 10737 983 10721 973 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10722.44 969.8 moveto +10712 968 lineto +10719.04 975.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10722.44 969.8 moveto +10712 968 lineto +10719.04 975.92 lineto +closepath stroke +grestore +% mcicmmi->mcimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10777 877 moveto +10800 873 10834 868 10863 864 curveto +10985 846 11020 862 11139 828 curveto +11141 827 11143 826 11145 826 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11147.02 828.96 moveto +11155 822 lineto +11144.42 822.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11147.02 828.96 moveto +11155 822 lineto +11144.42 822.46 lineto +closepath stroke +grestore +% mcicmmi->cmcicmmi_ccmcicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10719 870 moveto +10697 859 10664 843 10638 830 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10639.56 826.86 moveto +10629 826 lineto +10636.72 833.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10639.56 826.86 moveto +10629 826 lineto +10636.72 833.26 lineto +closepath stroke +grestore +% mcicmmcic->mcimmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10892 1160 moveto +10938 1147 11017 1124 11066 1111 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11067.43 1114.23 moveto +11076 1108 lineto +11065.42 1107.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11067.43 1114.23 moveto +11076 1108 lineto +11065.42 1107.52 lineto +closepath stroke +grestore +% mcicmmcic->micmmcic_cmicmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10822 1158 moveto +10787 1146 10734 1127 10717 1116 curveto +10697 1103 10699 1090 10679 1080 curveto +10580 1032 10542 1063 10435 1044 curveto +10429 1043 10422 1041 10416 1040 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10416.49 1036.53 moveto +10406 1038 lineto +10415.12 1043.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10416.49 1036.53 moveto +10406 1038 lineto +10415.12 1043.39 lineto +closepath stroke +grestore +% mcicmmcic->mcicmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10875 1153 moveto +10886 1143 10900 1131 10912 1121 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10914.4 1123.55 moveto +10919 1114 lineto +10909.45 1118.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10914.4 1123.55 moveto +10919 1114 lineto +10909.45 1118.6 lineto +closepath stroke +grestore +% mcicmmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +10765 1098 38.91 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +10745 1093.9 moveto 40 (-cic--ci) alignedtext +grestore +% mcicmmcic->mcicmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10835 1154 moveto +10823 1144 10807 1131 10793 1120 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10795.1 1117.2 moveto +10785 1114 lineto +10790.9 1122.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10795.1 1117.2 moveto +10785 1114 lineto +10790.9 1122.8 lineto +closepath stroke +grestore +% mcicmmci->cmcicmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10738 1085 moveto +10714 1073 10678 1057 10650 1044 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10651.56 1040.86 moveto +10641 1040 lineto +10648.72 1047.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10651.56 1040.86 moveto +10641 1040 lineto +10648.72 1047.26 lineto +closepath stroke +grestore +% mcicmmci->mcicmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10754 1081 moveto +10749 1072 10742 1061 10735 1052 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10737.92 1050.04 moveto +10730 1043 lineto +10731.8 1053.44 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10737.92 1050.04 moveto +10730 1043 lineto +10731.8 1053.44 lineto +closepath stroke +grestore +% mcic_mmmcic->cmcic_ccmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9287 937 moveto +9299 928 9315 915 9329 905 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9331.1 907.8 moveto +9337 899 lineto +9326.9 902.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9331.1 907.8 moveto +9337 899 lineto +9326.9 902.2 lineto +closepath stroke +grestore +% mcic_mmmcic->mci_mmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9305 942 moveto +9338 932 9386 916 9427 900 curveto +9537 855 9663 789 9722 757 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9723.96 759.92 moveto +9731 752 lineto +9720.56 753.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9723.96 759.92 moveto +9731 752 lineto +9720.56 753.8 lineto +closepath stroke +grestore +% mcimimic->cmcimimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10594 1227 moveto +10608 1217 10627 1203 10643 1192 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10645.1 1194.8 moveto +10651 1186 lineto +10640.9 1189.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10645.1 1194.8 moveto +10651 1186 lineto +10640.9 1189.2 lineto +closepath stroke +grestore +% mcimimic->mcicmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10601 1231 moveto +10608 1228 10616 1226 10623 1224 curveto +10684 1205 10758 1189 10806 1180 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10806.88 1183.39 moveto +10816 1178 lineto +10805.51 1176.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10806.88 1183.39 moveto +10816 1178 lineto +10805.51 1176.53 lineto +closepath stroke +grestore +% mcimimic->mcimimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10575 1224 moveto +10576 1216 10577 1207 10578 1198 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10581.47 1198.49 moveto +10580 1188 lineto +10574.61 1197.12 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10581.47 1198.49 moveto +10580 1188 lineto +10574.61 1197.12 lineto +closepath stroke +grestore +% mcimimi->cmcimimi_ccmcimimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10586 1152 moveto +10588 1144 10590 1135 10592 1126 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10595.48 1126.58 moveto +10595 1116 lineto +10588.77 1124.57 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10595.48 1126.58 moveto +10595 1116 lineto +10588.77 1124.57 lineto +closepath stroke +grestore +% mcimimi->mcicmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 10606 1159 moveto +10611 1156 10617 1154 10622 1152 curveto +10656 1138 10696 1123 10724 1113 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10726.02 1115.96 moveto +10734 1109 lineto +10723.42 1109.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10726.02 1115.96 moveto +10734 1109 lineto +10723.42 1109.46 lineto +closepath stroke +grestore +% mcmcimic->cmcmcimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9717 1298 moveto +9704 1288 9688 1275 9674 1264 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9676.1 1261.2 moveto +9666 1258 lineto +9671.9 1266.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9676.1 1261.2 moveto +9666 1258 lineto +9671.9 1266.8 lineto +closepath stroke +grestore +% mcmcimic->mcimimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9775 1311 moveto +9912 1299 10378 1259 10527 1246 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10527.4 1249.48 moveto +10537 1245 lineto +10526.7 1242.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10527.4 1249.48 moveto +10537 1245 lineto +10526.7 1242.51 lineto +closepath stroke +grestore +% mcmcimic->mcmcimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9708 1302 moveto +9702 1300 9695 1297 9689 1296 curveto +9593 1270 9564 1287 9469 1260 curveto +9466 1259 9464 1258 9462 1257 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9462.58 1253.52 moveto +9452 1254 lineto +9460.57 1260.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9462.58 1253.52 moveto +9452 1254 lineto +9460.57 1260.23 lineto +closepath stroke +grestore +% mcmcimic->mcmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9708 1302 moveto +9702 1300 9695 1297 9689 1296 curveto +9678 1293 9388 1261 9269 1247 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9269.3 1243.51 moveto +9259 1246 lineto +9268.6 1250.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9269.3 1243.51 moveto +9259 1246 lineto +9268.6 1250.48 lineto +closepath stroke +grestore +% mcmcimic->mmcimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9707 1302 moveto +9701 1300 9695 1298 9689 1296 curveto +9642 1280 9588 1264 9552 1253 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9552.58 1249.52 moveto +9542 1250 lineto +9550.57 1256.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9552.58 1249.52 moveto +9542 1250 lineto +9550.57 1256.23 lineto +closepath stroke +grestore +% mmcicmc->cmmcicmc_ccmmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9256 1596 moveto +9280 1592 9313 1587 9343 1584 curveto +9659 1552 9741 1586 10057 1548 curveto +10064 1547 10071 1546 10079 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10079.88 1548.39 moveto +10089 1543 lineto +10078.51 1541.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10079.88 1548.39 moveto +10089 1543 lineto +10078.51 1541.53 lineto +closepath stroke +grestore +% mmcicmc->mmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9198 1588 moveto +9180 1577 9155 1561 9135 1549 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9136.44 1545.8 moveto +9126 1544 lineto +9133.04 1551.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9136.44 1545.8 moveto +9126 1544 lineto +9133.04 1551.92 lineto +closepath stroke +grestore +% mmcicmc->mmcimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9232 1584 moveto +9250 1554 9290 1490 9329 1440 curveto +9380 1372 9394 1356 9453 1296 curveto +9463 1285 9476 1273 9487 1264 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9489.4 1266.55 moveto +9494 1257 lineto +9484.45 1261.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9489.4 1266.55 moveto +9494 1257 lineto +9484.45 1261.6 lineto +closepath stroke +grestore +% mmcicmc->mmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9190 1592 moveto +9157 1582 9106 1565 9063 1548 curveto +9061 1547 9059 1546 9057 1545 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9058.56 1541.86 moveto +9048 1541 lineto +9055.72 1548.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9058.56 1541.86 moveto +9048 1541 lineto +9055.72 1548.26 lineto +closepath stroke +grestore +% mcmcimi->cmcmcimi_ccmcmcimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9452 1230 moveto +9458 1228 9463 1226 9469 1224 curveto +9485 1218 9576 1198 9642 1184 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9642.88 1187.39 moveto +9652 1182 lineto +9641.51 1180.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9642.88 1187.39 moveto +9652 1182 lineto +9641.51 1180.53 lineto +closepath stroke +grestore +% mcmcimi->mcimimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9451 1230 moveto +9456 1227 9463 1225 9469 1224 curveto +9496 1218 10343 1180 10541 1171 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10541 1174.5 moveto +10551 1171 lineto +10541 1167.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10541 1174.5 moveto +10551 1171 lineto +10541 1167.5 lineto +closepath stroke +grestore +% mcmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9157 1170 36.83 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9138.5 1165.9 moveto 37 (-c-c-ci) alignedtext +grestore +% mcmcimi->mcmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9394 1236 moveto +9351 1227 9270 1209 9203 1188 curveto +9200 1187 9197 1186 9195 1185 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9195.58 1181.52 moveto +9185 1182 lineto +9193.57 1188.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9195.58 1181.52 moveto +9185 1182 lineto +9193.57 1188.23 lineto +closepath stroke +grestore +% mcmcimi->mmcimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9452 1230 moveto +9479 1218 9522 1199 9552 1185 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9553.28 1188.26 moveto +9561 1181 lineto +9550.44 1181.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9553.28 1188.26 moveto +9561 1181 lineto +9550.44 1181.86 lineto +closepath stroke +grestore +% mmcicm->cmmcicm_ccmmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9133 1523 moveto +9149 1519 9170 1514 9188 1512 curveto +9371 1484 9420 1497 9605 1476 curveto +9621 1474 9637 1472 9653 1470 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9653.88 1473.39 moveto +9663 1468 lineto +9652.51 1466.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9653.88 1473.39 moveto +9663 1468 lineto +9652.51 1466.53 lineto +closepath stroke +grestore +% mmcicm->mmcimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9113 1512 moveto +9140 1459 9229 1300 9352 1224 curveto +9413 1185 9441 1204 9512 1188 curveto +9524 1185 9536 1182 9548 1179 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9548.88 1182.39 moveto +9558 1177 lineto +9547.51 1175.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9548.88 1182.39 moveto +9558 1177 lineto +9547.51 1175.53 lineto +closepath stroke +grestore +% mmcicm->mmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9088 1514 moveto +9078 1504 9066 1491 9055 1480 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9057.55 1477.6 moveto +9048 1473 lineto +9052.6 1482.55 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9057.55 1477.6 moveto +9048 1473 lineto +9052.6 1482.55 lineto +closepath stroke +grestore +% mcmcmcic->mcimmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9251 1231 moveto +9259 1228 9266 1226 9274 1224 curveto +9356 1202 9380 1212 9462 1188 curveto +9501 1176 9506 1160 9547 1152 curveto +9859 1084 10666 1143 10985 1116 curveto +11010 1113 11039 1109 11062 1106 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 11062.88 1109.39 moveto +11072 1104 lineto +11061.51 1102.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 11062.88 1109.39 moveto +11072 1104 lineto +11061.51 1102.53 lineto +closepath stroke +grestore +% mcmcmcic->cmcmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9243 1227 moveto +9261 1217 9285 1202 9305 1190 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9306.96 1192.92 moveto +9314 1185 lineto +9303.56 1186.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9306.96 1192.92 moveto +9314 1185 lineto +9303.56 1186.8 lineto +closepath stroke +grestore +% mcmcmcic->mcmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9204 1225 moveto +9196 1216 9186 1205 9178 1195 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9180.8 1192.9 moveto +9172 1187 lineto +9175.2 1197.1 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9180.8 1192.9 moveto +9172 1187 lineto +9175.2 1197.1 lineto +closepath stroke +grestore +% mcmmic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +9244 1170 31.96 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +9229 1165.9 moveto 30 (-c--ic) alignedtext +grestore +% mcmcmcic->mcmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9225 1224 moveto +9228 1216 9231 1206 9235 1198 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9238.48 1198.58 moveto +9238 1188 lineto +9231.77 1196.57 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9238.48 1198.58 moveto +9238 1188 lineto +9231.77 1196.57 lineto +closepath stroke +grestore +% mmcimic->cmmcimic_ccmmcimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9538 1230 moveto +9545 1228 9553 1226 9560 1224 curveto +9662 1197 9691 1206 9795 1188 curveto +9801 1187 9808 1185 9814 1184 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9814.88 1187.39 moveto +9824 1182 lineto +9813.51 1180.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9814.88 1187.39 moveto +9824 1182 lineto +9813.51 1180.53 lineto +closepath stroke +grestore +% mmcimic->mmcimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9528 1226 moveto +9539 1216 9551 1203 9562 1192 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9564.4 1194.55 moveto +9569 1185 lineto +9559.45 1189.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9564.4 1194.55 moveto +9569 1185 lineto +9559.45 1189.6 lineto +closepath stroke +grestore +% mmcimic->mmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9516 1224 moveto +9523 1187 9538 1100 9538 1026 curveto +9538 1026 9538 1026 9538 954 curveto +9538 914 9538 867 9538 838 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9541.5 838 moveto +9538 828 lineto +9534.5 838 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9541.5 838 moveto +9538 828 lineto +9534.5 838 lineto +closepath stroke +grestore +% mcmcmci->cmcmcmci_ccmcmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9165 1152 moveto +9169 1144 9173 1134 9176 1126 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9179.54 1126.58 moveto +9180 1116 lineto +9173.04 1123.98 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9179.54 1126.58 moveto +9180 1116 lineto +9173.04 1123.98 lineto +closepath stroke +grestore +% mcmcmci->mcicmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9186 1159 moveto +9216 1146 9263 1126 9279 1116 curveto +9298 1103 9295 1088 9317 1080 curveto +9455 1022 10517 1070 10665 1044 curveto +10669 1043 10673 1043 10676 1041 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10677.43 1044.23 moveto +10686 1038 lineto +10675.42 1037.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10677.43 1044.23 moveto +10686 1038 lineto +10675.42 1037.52 lineto +closepath stroke +grestore +% mcmmici +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +8978 1098 34.05 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +8961.5 1093.9 moveto 33 (-c--ici) alignedtext +grestore +% mcmcmci->mcmmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9128 1158 moveto +9098 1146 9049 1126 9015 1113 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9015.58 1109.46 moveto +9005 1109 lineto +9012.98 1115.96 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9015.58 1109.46 moveto +9005 1109 lineto +9012.98 1115.96 lineto +closepath stroke +grestore +% mcmmic->cmcmmic_ccmcmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9269 1158 moveto +9292 1147 9328 1131 9356 1118 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9357.28 1121.26 moveto +9365 1114 lineto +9354.44 1114.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9357.28 1121.26 moveto +9365 1114 lineto +9354.44 1114.86 lineto +closepath stroke +grestore +% mcmmic->mcicmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9267 1158 moveto +9273 1155 9279 1153 9285 1152 curveto +9450 1115 10643 1130 10813 1116 curveto +10838 1113 10867 1109 10890 1106 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10890.88 1109.39 moveto +10900 1104 lineto +10889.51 1102.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10890.88 1109.39 moveto +10900 1104 lineto +10889.51 1102.53 lineto +closepath stroke +grestore +% mcmmic->mcmmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9219 1158 moveto +9214 1156 9208 1154 9203 1152 curveto +9141 1131 9066 1114 9020 1106 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9020.49 1102.53 moveto +9010 1104 lineto +9019.12 1109.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9020.49 1102.53 moveto +9010 1104 lineto +9019.12 1109.39 lineto +closepath stroke +grestore +% micmcmm_cmicmcmm->micmcmmc_cmicmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3907 297 moveto +3995 284 4157 260 4254 245 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4254.4 248.48 moveto +4264 244 lineto +4253.7 241.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4254.4 248.48 moveto +4264 244 lineto +4253.7 241.51 lineto +closepath stroke +grestore +% cmcicmc_ccmcicmc->cmcicmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1940 654 moveto +1950 652 1960 650 1969 648 curveto +2069 629 2185 611 2250 601 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2250.4 604.48 moveto +2260 600 lineto +2249.7 597.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2250.4 604.48 moveto +2260 600 lineto +2249.7 597.51 lineto +closepath stroke +grestore +% cmcicmc_ccmcicmc->mmcmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1938 653 moveto +1949 651 1959 649 1969 648 curveto +2209 614 2275 659 2511 612 curveto +2515 611 2519 611 2522 609 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2523.43 612.23 moveto +2532 606 lineto +2521.42 605.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2523.43 612.23 moveto +2532 606 lineto +2521.42 605.52 lineto +closepath stroke +grestore +% mmcmcicmc->mmcmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2571 576 moveto +2584 544 2615 476 2657 432 curveto +2707 381 2781 342 2826 321 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2827.28 324.26 moveto +2835 317 lineto +2824.44 317.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2827.28 324.26 moveto +2835 317 lineto +2824.44 317.86 lineto +closepath stroke +grestore +% mimmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3298 450 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3276 445.9 moveto 44 (-i--cic-c) alignedtext +grestore +% mmcmcicmc->mimmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2604 586 moveto +2620 583 2638 579 2655 576 curveto +2878 531 3143 479 3250 459 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3250.88 462.39 moveto +3260 457 lineto +3249.51 455.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3250.88 462.39 moveto +3260 457 lineto +3249.51 455.53 lineto +closepath stroke +grestore +% micmmcm_cmicmmcm->micmcmcm_cmicmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3452 867 moveto +3481 856 3519 841 3549 830 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3551.02 832.96 moveto +3559 826 lineto +3548.42 826.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3551.02 832.96 moveto +3559 826 lineto +3548.42 826.46 lineto +closepath stroke +grestore +% micmmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3596 738 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3574 733.9 moveto 44 (-ic--cic-) alignedtext +grestore +% micmmcm_cmicmmcm->micmmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3433 864 moveto +3445 854 3460 840 3473 828 curveto +3491 812 3493 806 3511 792 curveto +3527 779 3546 767 3562 757 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3563.96 759.92 moveto +3571 752 lineto +3560.56 753.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3563.96 759.92 moveto +3571 752 lineto +3560.56 753.8 lineto +closepath stroke +grestore +% micmmcm_cmicmmcm->micmmcmc_cmicmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3406 864 moveto +3403 856 3399 846 3396 838 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3398.96 835.98 moveto +3392 828 lineto +3392.46 838.58 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3398.96 835.98 moveto +3392 828 lineto +3392.46 838.58 lineto +closepath stroke +grestore +% cmcicm_ccmcicm->cmcicmc_ccmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1561 726 moveto +1570 724 1581 722 1590 720 curveto +1667 704 1754 689 1814 678 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1814.88 681.39 moveto +1824 676 lineto +1813.51 674.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1814.88 681.39 moveto +1824 676 lineto +1813.51 674.53 lineto +closepath stroke +grestore +% cmcicm_ccmcicm->mmcmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1558 726 moveto +1569 724 1580 721 1590 720 curveto +1800 688 1859 729 2065 684 curveto +2068 684 2071 683 2074 682 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2076.02 684.96 moveto +2084 678 lineto +2073.42 678.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2076.02 684.96 moveto +2084 678 lineto +2073.42 678.46 lineto +closepath stroke +grestore +% mmcmcicm->mmcmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2143 654 moveto +2151 652 2158 650 2166 648 curveto +2317 615 2361 644 2511 612 curveto +2514 611 2518 610 2521 609 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2522.43 612.23 moveto +2531 606 lineto +2520.42 605.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2522.43 612.23 moveto +2531 606 lineto +2520.42 605.52 lineto +closepath stroke +grestore +% mmcmcicm->cmmcmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2143 654 moveto +2150 652 2158 649 2166 648 curveto +2426 596 2502 663 2761 612 curveto +2765 611 2769 611 2772 609 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2773.43 612.23 moveto +2782 606 lineto +2771.42 605.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2773.43 612.23 moveto +2782 606 lineto +2771.42 605.52 lineto +closepath stroke +grestore +% mimicmm_cmimicmm->micmcmm_cmicmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3858 803 moveto +3977 787 4236 744 4236 666 curveto +4236 666 4236 666 4236 450 curveto +4236 382 4028 337 3917 317 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3917.49 313.53 moveto +3907 315 lineto +3916.12 320.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3917.49 313.53 moveto +3907 315 lineto +3916.12 320.39 lineto +closepath stroke +grestore +% mimicmm_cmimicmm->mimicmmc_cmimicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3856 803 moveto +3884 799 3917 795 3947 792 curveto +4082 775 4117 777 4250 756 curveto +4257 755 4264 753 4272 752 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4272.88 755.39 moveto +4282 750 lineto +4271.51 748.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4272.88 755.39 moveto +4282 750 lineto +4271.51 748.53 lineto +closepath stroke +grestore +% cmcimic_ccmcimic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3159 1170 70.88 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3116 1165.9 moveto 86 (c-ci-ic=cc-ci-ic) alignedtext +grestore +% cmcimic_ccmcimic->cmcimicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3151 1152 moveto +3141 1127 3122 1083 3110 1054 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3112.96 1051.98 moveto +3106 1044 lineto +3106.46 1054.58 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3112.96 1051.98 moveto +3106 1044 lineto +3106.46 1054.58 lineto +closepath stroke +grestore +% cmcimic_ccmcimic->cmcimimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3205 1156 moveto +3249 1143 3313 1124 3355 1111 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3356.43 1114.23 moveto +3365 1108 lineto +3354.42 1107.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3356.43 1114.23 moveto +3365 1108 lineto +3354.42 1107.52 lineto +closepath stroke +grestore +% cmcimic_ccmcimic->mmcmcimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3133 1153 moveto +3118 1143 3097 1130 3080 1119 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3082.1 1116.2 moveto +3072 1113 lineto +3077.9 1121.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3082.1 1116.2 moveto +3072 1113 lineto +3077.9 1121.8 lineto +closepath stroke +grestore +% mmcmcimic->mmcmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3041 1080 moveto +3021 1039 2969 935 2905 864 curveto +2808 754 2663 656 2598 615 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2599.26 611.63 moveto +2589 609 lineto +2595.38 617.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2599.26 611.63 moveto +2589 609 lineto +2595.38 617.46 lineto +closepath stroke +grestore +% mimic_cmimic_mmmimic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3668 954 79.22 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3619 949.9 moveto 98 (-i-ic=c-i-ic=---i-ic) alignedtext +grestore +% mmcmcimic->mimic_cmimic_mmmimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3087 1091 moveto +3150 1078 3276 1054 3319 1044 curveto +3421 1020 3538 989 3608 971 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3609.43 974.23 moveto +3618 968 lineto +3607.42 967.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3609.43 974.23 moveto +3618 968 lineto +3607.42 967.52 lineto +closepath stroke +grestore +% mimimmc_cmimimmc->micmmcmc_cmicmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3701 872 moveto +3636 860 3526 838 3455 824 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3455.49 820.53 moveto +3445 822 lineto +3454.12 827.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3455.49 820.53 moveto +3445 822 lineto +3454.12 827.39 lineto +closepath stroke +grestore +% mimimmc_cmimimmc->mimicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3813 875 moveto +3928 860 4180 829 4287 816 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4287.4 819.48 moveto +4297 815 lineto +4286.7 812.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4287.4 819.48 moveto +4297 815 lineto +4286.7 812.51 lineto +closepath stroke +grestore +% mimimm_cmimimm->micmmcm_cmicmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3780 942 moveto +3772 940 3764 938 3756 936 curveto +3664 916 3556 900 3486 891 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3486.3 887.51 moveto +3476 890 lineto +3485.6 894.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3486.3 887.51 moveto +3476 890 lineto +3485.6 894.48 lineto +closepath stroke +grestore +% mimimm_cmimimm->mimimmc_cmimimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3804 937 moveto +3795 928 3785 917 3777 907 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3779.22 904.22 moveto +3770 899 lineto +3773.95 908.83 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3779.22 904.22 moveto +3770 899 lineto +3773.95 908.83 lineto +closepath stroke +grestore +% mimimm_cmimimm->mimicmcm_cmimicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3853 939 moveto +3878 928 3912 914 3940 902 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3941.28 905.26 moveto +3949 898 lineto +3938.44 898.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3941.28 905.26 moveto +3949 898 lineto +3938.44 898.86 lineto +closepath stroke +grestore +% cmcimi_ccmcimi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3423 1242 61.15 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3387 1237.9 moveto 72 (c-ci-i=cc-ci-i) alignedtext +grestore +% cmcimi_ccmcimi->cmcimimm_ccmcimimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3462 1228 moveto +3495 1217 3540 1200 3575 1188 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3576.43 1191.23 moveto +3585 1185 lineto +3574.42 1184.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3576.43 1191.23 moveto +3585 1185 lineto +3574.42 1184.52 lineto +closepath stroke +grestore +% cmcimi_ccmcimi->cmcimic_ccmcimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3378 1230 moveto +3334 1218 3266 1199 3218 1186 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3218.58 1182.52 moveto +3208 1183 lineto +3216.57 1189.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3218.58 1182.52 moveto +3208 1183 lineto +3216.57 1189.23 lineto +closepath stroke +grestore +% cmcimi_ccmcimi->mmcmcimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3379 1230 moveto +3370 1228 3361 1226 3353 1224 curveto +3233 1200 3201 1204 3079 1188 curveto +3049 1184 3016 1179 2990 1176 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2990.3 1172.51 moveto +2980 1175 lineto +2989.6 1179.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2990.3 1172.51 moveto +2980 1175 lineto +2989.6 1179.48 lineto +closepath stroke +grestore +% mmcmcimi->mmcmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2916 1158 moveto +2868 1137 2767 1090 2685 1044 curveto +2635 1015 2625 1004 2577 972 curveto +2507 924 2491 910 2420 864 curveto +2321 797 2201 721 2145 686 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2146.44 682.8 moveto +2136 681 lineto +2143.04 688.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2146.44 682.8 moveto +2136 681 lineto +2143.04 688.92 lineto +closepath stroke +grestore +% mmcmcimi->mmcmcimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2966 1155 moveto +2980 1145 3001 1130 3019 1119 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3021.1 1121.8 moveto +3027 1113 lineto +3016.9 1116.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3021.1 1121.8 moveto +3027 1113 lineto +3016.9 1116.2 lineto +closepath stroke +grestore +% cmmcmcimi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2944 1098 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2922 1093.9 moveto 44 (c--c-ci-i) alignedtext +grestore +% mmcmcimi->cmmcmcimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2944 1152 moveto +2944 1144 2944 1135 2944 1126 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2947.5 1126 moveto +2944 1116 lineto +2940.5 1126 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2947.5 1126 moveto +2944 1116 lineto +2940.5 1126 lineto +closepath stroke +grestore +% micimmcmc->micimmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3813 649 moveto +3853 611 3953 517 4000 473 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4002.4 475.55 moveto +4007 466 lineto +3997.45 470.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4002.4 475.55 moveto +4007 466 lineto +3997.45 470.6 lineto +closepath stroke +grestore +% micimmcmc->mimmcmc_cmimmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3755 663 moveto +3671 657 3474 640 3309 612 curveto +3303 611 3297 610 3291 609 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3291.58 605.52 moveto +3281 606 lineto +3289.57 612.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3291.58 605.52 moveto +3281 606 lineto +3289.57 612.23 lineto +closepath stroke +grestore +% cmcimmicm->cmcicm_ccmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2145 798 moveto +2139 795 2132 793 2125 792 curveto +2074 780 1737 754 1584 744 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1584.3 740.51 moveto +1574 743 lineto +1583.6 747.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1584.3 740.51 moveto +1574 743 lineto +1583.6 747.48 lineto +closepath stroke +grestore +% micimmicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3457 594 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3436.5 589.9 moveto 41 (-ici--ic-) alignedtext +grestore +% cmcimmicm->micimmicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2214 804 moveto +2379 779 3015 684 3015 684 curveto +3052 673 3057 658 3093 648 curveto +3230 609 3272 645 3409 612 curveto +3412 611 3415 610 3418 609 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3419.43 612.23 moveto +3428 606 lineto +3417.42 605.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3419.43 612.23 moveto +3428 606 lineto +3417.42 605.52 lineto +closepath stroke +grestore +% micimmcm_cmicimmcm->micimmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3745 720 moveto +3753 711 3763 700 3772 690 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3774.4 692.55 moveto +3779 683 lineto +3769.45 687.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3774.4 692.55 moveto +3779 683 lineto +3769.45 687.6 lineto +closepath stroke +grestore +% micimmcm_cmicimmcm->micimmicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3702 721 moveto +3672 702 3622 671 3577 648 curveto +3551 634 3520 620 3496 610 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3497.56 606.86 moveto +3487 606 lineto +3494.72 613.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3497.56 606.86 moveto +3487 606 lineto +3494.72 613.26 lineto +closepath stroke +grestore +% micimmcm_cmicimmcm->mimmcm_cmimmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3676 725 moveto +3666 723 3656 721 3646 720 curveto +3403 685 3339 704 3093 684 curveto +3055 680 3012 677 2977 673 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2977.3 669.51 moveto +2967 672 lineto +2976.6 676.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2977.3 669.51 moveto +2967 672 lineto +2976.6 676.48 lineto +closepath stroke +grestore +% micm_cmicm_mmmicm_mimmicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3457 450 100.06 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3393 445.9 moveto 128 (-ic-=c-ic-=---ic-=-i--ic-) alignedtext +grestore +% micimmicm->micm_cmicm_mmmicm_mimmicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3457 576 moveto +3457 551 3457 507 3457 478 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3460.5 478 moveto +3457 468 lineto +3453.5 478 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3460.5 478 moveto +3457 468 lineto +3453.5 478 lineto +closepath stroke +grestore +% mmcmcmcic->mmcmcimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2986 1368 moveto +2987 1337 2989 1275 3001 1224 curveto +3010 1189 3025 1150 3036 1125 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3039.14 1126.56 moveto +3040 1116 lineto +3032.74 1123.72 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3039.14 1126.56 moveto +3040 1116 lineto +3032.74 1123.72 lineto +closepath stroke +grestore +% mmcmcmcic->mmcmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3030 1383 moveto +3090 1380 3201 1373 3296 1368 curveto +3614 1350 3700 1396 4011 1332 curveto +4014 1332 4017 1331 4020 1330 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4022.02 1332.96 moveto +4030 1326 lineto +4019.42 1326.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4022.02 1332.96 moveto +4030 1326 lineto +4019.42 1326.46 lineto +closepath stroke +grestore +% mmcmcmcic->mmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2943 1381 moveto +2861 1371 2680 1348 2619 1332 curveto +2616 1331 2613 1330 2611 1329 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2611.58 1325.52 moveto +2601 1326 lineto +2609.57 1332.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2611.58 1325.52 moveto +2601 1326 lineto +2609.57 1332.23 lineto +closepath stroke +grestore +% mmcmcmci->mmcmcimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2857 1442 moveto +2867 1432 2879 1418 2886 1404 curveto +2923 1335 2937 1244 2942 1198 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2945.49 1198.3 moveto +2943 1188 lineto +2938.52 1197.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2945.49 1198.3 moveto +2943 1188 lineto +2938.52 1197.6 lineto +closepath stroke +grestore +% mmcmcmci->mmcmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2866 1445 moveto +2889 1433 2923 1417 2949 1404 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2950.28 1407.26 moveto +2958 1400 lineto +2947.44 1400.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2950.28 1407.26 moveto +2958 1400 lineto +2947.44 1400.86 lineto +closepath stroke +grestore +% cmmcmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2872 1242 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2848 1237.9 moveto 48 (c--c-c-ci) alignedtext +grestore +% mmcmcmci->cmmcmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2848 1440 moveto +2860 1416 2880 1372 2887 1332 curveto +2891 1311 2887 1287 2882 1270 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2885.23 1268.57 moveto +2879 1260 lineto +2878.52 1270.58 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2885.23 1268.57 moveto +2879 1260 lineto +2878.52 1270.58 lineto +closepath stroke +grestore +% mmcmcmci->mmcmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2869 1446 moveto +2876 1444 2884 1441 2892 1440 curveto +3147 1393 3803 1457 4055 1404 curveto +4058 1404 4061 1403 4063 1402 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4065.02 1404.96 moveto +4073 1398 lineto +4062.42 1398.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4065.02 1404.96 moveto +4073 1398 lineto +4062.42 1398.46 lineto +closepath stroke +grestore +% cmcmmicmc->cmcmmicim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2373 864 moveto +2384 826 2411 739 2424 694 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2427.48 694.58 moveto +2427 684 lineto +2420.77 692.57 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2427.48 694.58 moveto +2427 684 lineto +2420.77 692.57 lineto +closepath stroke +grestore +% cmcmmicmc->cmcicmc_ccmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2345 866 moveto +2318 847 2270 814 2225 792 curveto +2130 744 2012 705 1943 683 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1943.58 679.52 moveto +1933 680 lineto +1941.57 686.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1943.58 679.52 moveto +1933 680 lineto +1941.57 686.23 lineto +closepath stroke +grestore +% micmmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3757 594 41.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3735 589.9 moveto 44 (-ic--ic-c) alignedtext +grestore +% cmcmmicmc->micmmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2409 877 moveto +2470 869 2585 853 2679 828 curveto +2713 819 2937 728 2970 720 curveto +3100 688 3137 707 3267 684 curveto +3333 671 3348 660 3413 648 curveto +3526 626 3556 631 3669 612 curveto +3682 610 3697 607 3710 604 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3710.88 607.39 moveto +3720 602 lineto +3709.51 600.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3710.88 607.39 moveto +3720 602 lineto +3709.51 600.53 lineto +closepath stroke +grestore +% micmcmcmc->micmcmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3865 720 moveto +3866 710 3867 696 3867 684 curveto +3868 668 3870 663 3867 648 curveto +3862 613 3848 575 3838 550 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3840.96 547.98 moveto +3834 540 lineto +3834.46 550.58 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3840.96 547.98 moveto +3834 540 lineto +3834.46 550.58 lineto +closepath stroke +grestore +% micmcmcmc->micimmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3847 721 moveto +3838 712 3828 701 3818 691 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3820.22 688.22 moveto +3811 683 lineto +3814.95 692.83 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3820.22 688.22 moveto +3811 683 lineto +3814.95 692.83 lineto +closepath stroke +grestore +% micmcmcmc->micmmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3864 720 moveto +3863 700 3860 669 3845 648 curveto +3833 631 3815 619 3798 610 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3799.56 606.86 moveto +3789 606 lineto +3796.72 613.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3799.56 606.86 moveto +3789 606 lineto +3796.72 613.26 lineto +closepath stroke +grestore +% cmcmmicm_ccmcmmicm->cmcimmicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2123 936 moveto +2133 911 2152 866 2164 837 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2167.14 838.56 moveto +2168 828 lineto +2160.74 835.72 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2167.14 838.56 moveto +2168 828 lineto +2160.74 835.72 lineto +closepath stroke +grestore +% cmcmmicm_ccmcmmicm->cmcmmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2167 940 moveto +2206 929 2261 914 2309 900 curveto +2313 899 2318 897 2322 896 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2323.43 899.23 moveto +2332 893 lineto +2321.42 892.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2323.43 899.23 moveto +2332 893 lineto +2321.42 892.52 lineto +closepath stroke +grestore +% micmmicm_cmicmmicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3495 666 73.16 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3450 661.9 moveto 90 (-ic--ic-=c-ic--ic-) alignedtext +grestore +% cmcmmicm_ccmcmmicm->micmmicm_cmicmmicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2041 948 moveto +1975 941 1887 927 1864 900 curveto +1844 874 1879 798 1887 792 curveto +1944 748 2462 761 2533 756 curveto +2863 732 3255 692 3418 674 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3418.4 677.48 moveto +3428 673 lineto +3417.7 670.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3418.4 677.48 moveto +3428 673 lineto +3417.7 670.51 lineto +closepath stroke +grestore +% micmcmcm_cmicmcmcm->micimmcm_cmicimmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3629 793 moveto +3647 784 3670 770 3689 760 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3690.96 762.92 moveto +3698 755 lineto +3687.56 756.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3690.96 762.92 moveto +3698 755 lineto +3687.56 756.8 lineto +closepath stroke +grestore +% micmcmcm_cmicmcmcm->micmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3654 797 moveto +3697 787 3758 771 3810 756 curveto +3813 755 3816 754 3819 753 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3820.43 756.23 moveto +3829 750 lineto +3818.42 749.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3820.43 756.23 moveto +3829 750 lineto +3818.42 749.52 lineto +closepath stroke +grestore +% micmcmcm_cmicmcmcm->micmmicm_cmicmmicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3580 793 moveto +3570 782 3556 769 3546 756 curveto +3532 736 3518 712 3508 693 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3511.26 691.72 moveto +3504 684 lineto +3504.86 694.56 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3511.26 691.72 moveto +3504 684 lineto +3504.86 694.56 lineto +closepath stroke +grestore +% cmcmmimi_ccmcmmimi->cmcimi_ccmcimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3307 1298 moveto +3329 1287 3358 1273 3382 1261 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3383.28 1264.26 moveto +3391 1257 lineto +3380.44 1257.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3383.28 1264.26 moveto +3391 1257 lineto +3380.44 1257.86 lineto +closepath stroke +grestore +% cmcmmimi_ccmcmmimi->cmcmmicm_ccmcmmicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3252 1297 moveto +3239 1286 3224 1273 3210 1260 curveto +3195 1244 3197 1233 3177 1224 curveto +3058 1166 2712 1205 2580 1188 curveto +2420 1167 2357 1206 2222 1116 curveto +2174 1082 2142 1018 2126 982 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2128.96 979.98 moveto +2122 972 lineto +2122.46 982.58 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2128.96 979.98 moveto +2122 972 lineto +2122.46 982.58 lineto +closepath stroke +grestore +% cmcmmimi_ccmcmmimi->cmcmmimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3281 1296 moveto +3284 1288 3288 1278 3291 1270 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3294.54 1270.58 moveto +3295 1260 lineto +3288.04 1267.98 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3294.54 1270.58 moveto +3295 1260 lineto +3288.04 1267.98 lineto +closepath stroke +grestore +% micmcmmc_cmicmcmmc->micmmim_cmicmmim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4305 217 moveto +4291 208 4272 195 4256 184 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4258.34 181.33 moveto +4248 179 lineto +4254.62 187.27 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4258.34 181.33 moveto +4248 179 lineto +4254.62 187.27 lineto +closepath stroke +grestore +% cmcmmimic->cmcimic_ccmcimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3276 1228 moveto +3255 1217 3224 1203 3200 1191 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3201.44 1187.8 moveto +3191 1186 lineto +3198.04 1193.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3201.44 1187.8 moveto +3191 1186 lineto +3198.04 1193.92 lineto +closepath stroke +grestore +% cmcmmimic->cmcmmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3272 1230 moveto +3264 1228 3256 1226 3248 1224 curveto +3096 1191 3049 1230 2898 1188 curveto +2863 1177 2858 1164 2822 1152 curveto +2759 1129 2736 1144 2675 1116 curveto +2557 1060 2440 954 2391 906 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2393.55 903.6 moveto +2384 899 lineto +2388.6 908.55 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2393.55 903.6 moveto +2384 899 lineto +2388.6 908.55 lineto +closepath stroke +grestore +% cmcmmcicm->cmcmmcim_ccmcmmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2108 1081 moveto +2154 1029 2288 877 2314 864 curveto +2348 846 2443 830 2512 820 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2512.4 823.48 moveto +2522 819 lineto +2511.7 816.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2512.4 823.48 moveto +2522 819 lineto +2511.7 816.51 lineto +closepath stroke +grestore +% cmcmmcicm->cmcmmicm_ccmcmmicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2096 1080 moveto +2100 1055 2107 1011 2112 982 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2115.49 982.3 moveto +2113 972 lineto +2108.52 981.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2115.49 982.3 moveto +2113 972 lineto +2108.52 981.6 lineto +closepath stroke +grestore +% cmcmmcicm->micmmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2080 1080 moveto +2043 1028 1944 873 2025 792 curveto +2051 766 3303 757 3339 756 curveto +3411 752 3494 746 3546 742 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3546.4 745.48 moveto +3556 741 lineto +3545.7 738.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3546.4 745.48 moveto +3556 741 lineto +3545.7 738.51 lineto +closepath stroke +grestore +% micmmcicm->micmmcim_cmicmmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3595 720 moveto +3593 695 3591 651 3589 622 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3592.48 621.6 moveto +3588 612 lineto +3585.51 622.3 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3592.48 621.6 moveto +3588 612 lineto +3585.51 622.3 lineto +closepath stroke +grestore +% micmmcicm->micmmicm_cmicmmicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3574 722 moveto +3560 713 3543 700 3527 689 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3529.1 686.2 moveto +3519 683 lineto +3524.9 691.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3529.1 686.2 moveto +3519 683 lineto +3524.9 691.8 lineto +closepath stroke +grestore +% mimmcicm_cmimmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3197 522 73.16 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3152 517.9 moveto 90 (-i--cic-=c-i--cic-) alignedtext +grestore +% micmmcicm->mimmcicm_cmimmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3614 722 moveto +3647 690 3709 620 3669 576 curveto +3644 547 3408 532 3279 525 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3279 521.5 moveto +3269 525 lineto +3279 528.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3279 521.5 moveto +3269 525 lineto +3279 528.5 lineto +closepath stroke +grestore +% cmcmmcimi->cmcmmimi_ccmcmmimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2467 1373 moveto +2473 1371 2480 1369 2487 1368 curveto +2555 1354 3004 1329 3191 1319 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3191.4 1322.48 moveto +3201 1318 lineto +3190.7 1315.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3191.4 1322.48 moveto +3201 1318 lineto +3190.7 1315.51 lineto +closepath stroke +grestore +% cmcmmcimi->cmcmmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2406 1374 moveto +2400 1372 2393 1370 2387 1368 curveto +2306 1345 2268 1383 2201 1332 curveto +2134 1279 2107 1175 2098 1126 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2101.39 1125.12 moveto +2096 1116 lineto +2094.53 1126.49 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2101.39 1125.12 moveto +2096 1116 lineto +2094.53 1126.49 lineto +closepath stroke +grestore +% cmcmmcmci->cmcmci_ccmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2169 1734 moveto +2199 1722 2243 1705 2277 1693 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2279.02 1695.96 moveto +2287 1689 lineto +2276.42 1689.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2279.02 1695.96 moveto +2287 1689 lineto +2276.42 1689.46 lineto +closepath stroke +grestore +% cmcmmcmci->cmcmmcmc_ccmcmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2102 1734 moveto +2095 1732 2088 1730 2081 1728 curveto +2025 1710 2006 1718 1952 1692 curveto +1929 1680 1929 1665 1904 1656 curveto +1738 1592 1671 1683 1504 1620 curveto +1480 1610 1481 1593 1456 1584 curveto +1370 1550 1102 1616 1039 1548 curveto +1029 1536 1029 1523 1039 1512 curveto +1055 1494 1350 1473 1505 1464 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1505.4 1467.48 moveto +1515 1463 lineto +1504.7 1460.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1505.4 1467.48 moveto +1515 1463 lineto +1504.7 1460.51 lineto +closepath stroke +grestore +% cmcmmcmci->cmcmmcimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2103 1734 moveto +2096 1732 2088 1730 2081 1728 curveto +2004 1707 1974 1731 1904 1692 curveto +1886 1681 1891 1665 1871 1656 curveto +1705 1574 1623 1701 1456 1620 curveto +1437 1610 1443 1593 1423 1584 curveto +1264 1504 929 1659 1028 1512 curveto +1041 1494 1187 1444 1207 1440 curveto +1464 1386 2130 1453 2387 1404 curveto +2391 1403 2394 1403 2398 1402 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2399.28 1405.26 moveto +2407 1398 lineto +2396.44 1398.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2399.28 1405.26 moveto +2407 1398 lineto +2396.44 1398.86 lineto +closepath stroke +grestore +% micmmcmc_cmicmmcmc->micmmcim_cmicmmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3383 792 moveto +3379 759 3377 688 3413 648 curveto +3421 639 3479 621 3526 609 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3526.88 612.39 moveto +3536 607 lineto +3525.51 605.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3526.88 612.39 moveto +3536 607 lineto +3525.51 605.53 lineto +closepath stroke +grestore +% micmmcmc_cmicmmcmc->micmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3451 800 moveto +3470 797 3492 794 3511 792 curveto +3644 774 3680 785 3810 756 curveto +3813 755 3817 754 3820 753 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3821.43 756.23 moveto +3830 750 lineto +3819.42 749.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3821.43 756.23 moveto +3830 750 lineto +3819.42 749.52 lineto +closepath stroke +grestore +% micmmicmc->micmmicim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3761 576 moveto +3764 557 3770 528 3776 504 curveto +3778 496 3781 486 3783 478 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3786.48 478.58 moveto +3786 468 lineto +3779.77 476.57 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3786.48 478.58 moveto +3786 468 lineto +3779.77 476.57 lineto +closepath stroke +grestore +% micmc_cmicmc_mmmicmc_mimmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3555 378 118.82 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3477.5 373.9 moveto 155 (-ic-c=c-ic-c=---ic-c=-i--ic-c) alignedtext +grestore +% micmmicmc->micmc_cmicmc_mmmicmc_mimmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3741 577 moveto +3706 539 3620 448 3579 404 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3581.22 401.22 moveto +3572 396 lineto +3575.95 405.83 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3581.22 401.22 moveto +3572 396 lineto +3575.95 405.83 lineto +closepath stroke +grestore +% micmmicm_cmicmmicm->micimmicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3485 648 moveto +3481 640 3476 630 3471 621 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3473.92 619.04 moveto +3466 612 lineto +3467.8 622.44 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3473.92 619.04 moveto +3466 612 lineto +3467.8 622.44 lineto +closepath stroke +grestore +% micmmicm_cmicmmicm->micmmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3544 653 moveto +3592 640 3665 619 3712 607 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3713.43 610.23 moveto +3722 604 lineto +3711.42 603.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3713.43 610.23 moveto +3722 604 lineto +3711.42 603.52 lineto +closepath stroke +grestore +% cmmcicmcm->cmmcmcm_ccmmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3674 1384 moveto +3496 1374 2832 1337 2787 1332 curveto +2780 1331 2774 1330 2767 1328 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2767.49 1324.53 moveto +2757 1326 lineto +2766.12 1331.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2767.49 1324.53 moveto +2757 1326 lineto +2766.12 1331.39 lineto +closepath stroke +grestore +% cmmcicmcm->cmmcicmm_ccmmcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3745 1371 moveto +3763 1361 3789 1347 3810 1336 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3811.96 1338.92 moveto +3819 1331 lineto +3808.56 1332.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3811.96 1338.92 moveto +3819 1331 lineto +3808.56 1332.8 lineto +closepath stroke +grestore +% cmmcicmcm->cmmcimicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3723 1368 moveto +3729 1348 3741 1316 3761 1296 curveto +3768 1289 3899 1226 3907 1224 curveto +4153 1158 4230 1245 4477 1188 curveto +4616 1156 4768 1080 4835 1045 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4836.96 1047.92 moveto +4844 1040 lineto +4833.56 1041.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4836.96 1047.92 moveto +4844 1040 lineto +4833.56 1041.8 lineto +closepath stroke +grestore +% cmmcicmcm->mimicmcm_cmimicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3717 1368 moveto +3717 1349 3720 1318 3733 1296 curveto +3775 1227 3829 1252 3876 1188 curveto +3942 1099 3970 967 3980 910 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3983.47 910.49 moveto +3982 900 lineto +3976.61 909.12 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3983.47 910.49 moveto +3982 900 lineto +3976.61 909.12 lineto +closepath stroke +grestore +% cmmcimicm->cmmcimim_ccmmcimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4858 1009 moveto +4828 966 4745 858 4655 792 curveto +4636 777 4612 766 4590 757 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4591.56 753.86 moveto +4581 753 lineto +4588.72 760.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4591.56 753.86 moveto +4581 753 lineto +4588.72 760.26 lineto +closepath stroke +grestore +% cmmcimicm->cmmcmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4872 1008 moveto +4875 966 4877 860 4831 792 curveto +4721 625 4604 672 4405 648 curveto +4066 605 3204 671 2867 612 curveto +2863 611 2859 611 2856 609 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2856.58 605.52 moveto +2846 606 lineto +2854.57 612.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2856.58 605.52 moveto +2846 606 lineto +2854.57 612.23 lineto +closepath stroke +grestore +% mimimicm_cmimimicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4025 810 68.79 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3983.5 805.9 moveto 83 (-i-i-ic-=c-i-i-ic-) alignedtext +grestore +% cmmcimicm->mimimicm_cmimimicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4835 1017 moveto +4740 991 4473 920 4249 864 curveto +4194 850 4131 835 4086 824 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4086.49 820.53 moveto +4076 822 lineto +4085.12 827.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4086.49 820.53 moveto +4076 822 lineto +4085.12 827.39 lineto +closepath stroke +grestore +% mimicmcm_cmimicmcm->mimicmm_cmimicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3945 867 moveto +3916 856 3876 840 3845 829 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3846.56 825.86 moveto +3836 825 lineto +3843.72 832.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3846.56 825.86 moveto +3836 825 lineto +3843.72 832.26 lineto +closepath stroke +grestore +% mimicmcm_cmimicmcm->micmcmcm_cmicmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3930 870 moveto +3919 868 3908 866 3898 864 curveto +3821 849 3733 833 3672 823 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3672.49 819.53 moveto +3662 821 lineto +3671.12 826.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3672.49 819.53 moveto +3662 821 lineto +3671.12 826.39 lineto +closepath stroke +grestore +% mimicmcm_cmimicmcm->mimimicm_cmimimicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3995 864 moveto +3999 856 4005 846 4010 837 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4013.2 838.44 moveto +4015 828 lineto +4007.08 835.04 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4013.2 838.44 moveto +4015 828 lineto +4007.08 835.04 lineto +closepath stroke +grestore +% mimicmcm_cmimicmcm->mimicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4042 870 moveto +4110 856 4226 833 4290 820 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4290.88 823.39 moveto +4300 818 lineto +4289.51 816.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4290.88 823.39 moveto +4300 818 lineto +4289.51 816.53 lineto +closepath stroke +grestore +% cmmcicmmc->cmmcmmc_ccmmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4752 1230 moveto +4744 1228 4736 1226 4728 1224 curveto +4654 1204 4628 1221 4558 1188 curveto +4549 1182 4442 1094 4389 1051 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4390.83 1047.95 moveto +4381 1044 lineto +4386.22 1053.22 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4390.83 1047.95 moveto +4381 1044 lineto +4386.22 1053.22 lineto +closepath stroke +grestore +% cmmcicmmc->cmmcimim_ccmmcimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4772 1225 moveto +4746 1191 4688 1115 4652 1044 curveto +4600 938 4612 901 4566 792 curveto +4562 783 4558 774 4553 765 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4556.26 763.72 moveto +4549 756 lineto +4549.86 766.56 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4556.26 763.72 moveto +4549 756 lineto +4549.86 766.56 lineto +closepath stroke +grestore +% cmmcicmmc->mimicmmc_cmimicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4754 1230 moveto +4709 1211 4627 1172 4576 1116 curveto +4517 1050 4536 1012 4490 936 curveto +4450 868 4437 852 4387 792 curveto +4379 782 4370 772 4362 763 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4364.55 760.6 moveto +4355 756 lineto +4359.6 765.55 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4364.55 760.6 moveto +4355 756 lineto +4359.6 765.55 lineto +closepath stroke +grestore +% mimicmmc_cmimicmmc->mimimim_cmimimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4337 720 moveto +4337 712 4337 703 4337 694 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4340.5 694 moveto +4337 684 lineto +4333.5 694 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4340.5 694 moveto +4337 684 lineto +4333.5 694 lineto +closepath stroke +grestore +% mimicmmc_cmimicmmc->micmcmmc_cmicmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4370 722 moveto +4411 699 4475 654 4475 594 curveto +4475 594 4475 594 4475 378 curveto +4475 321 4417 278 4375 255 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4376.44 251.8 moveto +4366 250 lineto +4373.04 257.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4376.44 251.8 moveto +4366 250 lineto +4373.04 257.92 lineto +closepath stroke +grestore +% cmmcicmmi->cmmcmmi_ccmmcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3612 1445 moveto +3605 1443 3598 1441 3591 1440 curveto +3304 1381 3226 1425 2933 1404 curveto +2895 1401 2852 1397 2816 1393 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2816.3 1389.51 moveto +2806 1392 lineto +2815.6 1396.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2816.3 1389.51 moveto +2806 1392 lineto +2815.6 1396.48 lineto +closepath stroke +grestore +% cmmcicmmi->cmmcicmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3658 1442 moveto +3669 1432 3681 1420 3692 1410 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3694.78 1412.22 moveto +3700 1403 lineto +3690.17 1406.95 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3694.78 1412.22 moveto +3700 1403 lineto +3690.17 1406.95 lineto +closepath stroke +grestore +% cmmcicmmi->cmmcimimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3677 1449 moveto +3695 1446 3715 1442 3734 1440 curveto +4187 1388 4304 1429 4758 1404 curveto +4823 1400 4899 1394 4947 1390 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4947.4 1393.48 moveto +4957 1389 lineto +4946.7 1386.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4947.4 1393.48 moveto +4957 1389 lineto +4946.7 1386.51 lineto +closepath stroke +grestore +% cmmcimimi->cmmcimicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5024 1373 moveto +5072 1348 5166 1289 5138 1224 curveto +5096 1125 4976 1066 4911 1041 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4912.56 1037.86 moveto +4902 1037 lineto +4909.72 1044.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4912.56 1037.86 moveto +4902 1037 lineto +4909.72 1044.26 lineto +closepath stroke +grestore +% cmmcimimi->cmmcmcimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4982 1369 moveto +4964 1348 4930 1313 4892 1296 curveto +4783 1246 4736 1305 4624 1260 curveto +4600 1249 4602 1232 4576 1224 curveto +4334 1138 3661 1279 3420 1188 curveto +3397 1179 3400 1161 3377 1152 curveto +3222 1086 3165 1150 2999 1116 curveto +2994 1115 2990 1114 2986 1112 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2986.58 1108.52 moveto +2976 1109 lineto +2984.57 1115.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2986.58 1108.52 moveto +2976 1109 lineto +2984.57 1115.23 lineto +closepath stroke +grestore +% cmmcimmic->cmmcimmc_ccmmcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4004 1448 moveto +4046 1437 4119 1417 4170 1403 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4171.43 1406.23 moveto +4180 1400 lineto +4169.42 1399.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4171.43 1406.23 moveto +4180 1400 lineto +4169.42 1399.52 lineto +closepath stroke +grestore +% cmmcimmic->cmmcmmic_ccmmcmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3928 1455 moveto +3787 1446 3326 1414 3296 1404 curveto +3218 1375 3146 1305 3111 1268 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3113.22 1265.22 moveto +3104 1260 lineto +3107.95 1269.83 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3113.22 1265.22 moveto +3104 1260 lineto +3107.95 1269.83 lineto +closepath stroke +grestore +% mmcmmcic->cmmcmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4089 1302 moveto +4107 1293 4128 1280 4139 1260 curveto +4147 1245 4147 1237 4139 1224 curveto +4124 1196 4101 1209 4077 1188 curveto +4056 1169 4038 1143 4025 1124 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4028.27 1122.62 moveto +4020 1116 lineto +4022.33 1126.34 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4028.27 1122.62 moveto +4020 1116 lineto +4022.33 1126.34 lineto +closepath stroke +grestore +% mmcmmcic->mmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4068 1296 moveto +4072 1288 4078 1278 4083 1269 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4086.2 1270.44 moveto +4088 1260 lineto +4080.08 1267.04 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4086.2 1270.44 moveto +4088 1260 lineto +4080.08 1267.04 lineto +closepath stroke +grestore +% cmmcmcicm->cmmcmcim_ccmmcmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2807 576 moveto +2785 522 2731 358 2818 288 curveto +2843 268 2918 253 2978 244 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2978.4 247.48 moveto +2988 243 lineto +2977.7 240.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2978.4 247.48 moveto +2988 243 lineto +2977.7 240.51 lineto +closepath stroke +grestore +% cmmcmcicm->mimmcicm_cmimmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2846 582 moveto +2853 579 2860 577 2867 576 curveto +2974 550 3003 559 3110 540 curveto +3117 539 3124 537 3132 536 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3132.88 539.39 moveto +3142 534 lineto +3131.51 532.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3132.88 539.39 moveto +3142 534 lineto +3131.51 532.53 lineto +closepath stroke +grestore +% mimimicm_cmimimicm->micmmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3974 798 moveto +3963 796 3952 794 3942 792 curveto +3812 769 3775 786 3646 756 curveto +3643 755 3640 754 3637 753 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3637.58 749.52 moveto +3627 750 lineto +3635.57 756.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3637.58 749.52 moveto +3627 750 lineto +3635.57 756.23 lineto +closepath stroke +grestore +% mimimicm_cmimimicm->mimimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4091 805 moveto +4236 794 4571 767 4621 756 curveto +4624 755 4627 754 4630 753 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4631.43 756.23 moveto +4640 750 lineto +4629.42 749.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4631.43 756.23 moveto +4640 750 lineto +4629.42 749.52 lineto +closepath stroke +grestore +% cmmcmcimi->cmmcmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2942 1080 moveto +2938 1040 2926 943 2905 864 curveto +2884 781 2868 764 2841 684 curveto +2834 663 2828 639 2822 622 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2825.23 620.57 moveto +2819 612 lineto +2818.52 622.58 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2825.23 620.57 moveto +2819 612 lineto +2818.52 622.58 lineto +closepath stroke +grestore +% cmmcmcimi->mimi_cmimi_mmmimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2975 1086 moveto +2983 1084 2991 1082 2999 1080 curveto +3116 1057 3464 1037 3618 1029 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3618 1032.5 moveto +3628 1029 lineto +3618 1025.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3618 1032.5 moveto +3628 1029 lineto +3618 1025.5 lineto +closepath stroke +grestore +% cmmcimmci->cmmcimmc_ccmmcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4718 1446 moveto +4710 1444 4702 1442 4694 1440 curveto +4549 1408 4510 1422 4362 1404 curveto +4344 1401 4326 1399 4309 1396 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4309.3 1392.51 moveto +4299 1395 lineto +4308.6 1399.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4309.3 1392.51 moveto +4299 1395 lineto +4308.6 1399.48 lineto +closepath stroke +grestore +% cmmcimmci->cmmcimimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4783 1448 moveto +4828 1435 4905 1412 4953 1399 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4954.43 1402.23 moveto +4963 1396 lineto +4952.42 1395.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4954.43 1402.23 moveto +4963 1396 lineto +4952.42 1395.52 lineto +closepath stroke +grestore +% cmmcimmci->cmmcmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4713 1449 moveto +4653 1433 4539 1404 4539 1404 curveto +4519 1392 4523 1377 4501 1368 curveto +4390 1315 4347 1357 4226 1332 curveto +4172 1320 4162 1304 4107 1296 curveto +3622 1216 3492 1302 3001 1260 curveto +2976 1257 2947 1254 2923 1251 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2923.49 1247.53 moveto +2913 1249 lineto +2922.12 1254.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2923.49 1247.53 moveto +2913 1249 lineto +2922.12 1254.39 lineto +closepath stroke +grestore +% cmmcmcmci->cmmcmcmc_ccmmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2844 1228 moveto +2823 1217 2795 1203 2771 1191 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2772.56 1187.86 moveto +2762 1187 lineto +2769.72 1194.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2772.56 1187.86 moveto +2762 1187 lineto +2769.72 1194.26 lineto +closepath stroke +grestore +% cmmcmcmci->cmmcmmci_ccmmcmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2913 1235 moveto +2938 1231 2972 1227 3001 1224 curveto +3358 1191 3448 1204 3805 1188 curveto +3899 1183 4005 1178 4078 1175 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4078.4 1178.48 moveto +4088 1174 lineto +4077.7 1171.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4078.4 1178.48 moveto +4088 1174 lineto +4077.7 1171.51 lineto +closepath stroke +grestore +% cmmcmcmci->cmmcmcimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2875 1224 moveto +2879 1205 2886 1175 2898 1152 curveto +2903 1141 2912 1131 2920 1122 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2922.4 1124.55 moveto +2927 1115 lineto +2917.45 1119.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2922.4 1124.55 moveto +2927 1115 lineto +2917.45 1119.6 lineto +closepath stroke +grestore +% mimmcicm_cmimmcicm->micm_cmicm_mmmicm_mimmicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3246 509 moveto +3287 498 3347 481 3392 468 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3393.43 471.23 moveto +3402 465 lineto +3391.42 464.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3393.43 471.23 moveto +3402 465 lineto +3391.42 464.52 lineto +closepath stroke +grestore +% mimmcicm_cmimmcicm->mimmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3221 505 moveto +3235 495 3253 482 3268 472 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3270.1 474.8 moveto +3276 466 lineto +3265.9 469.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3270.1 474.8 moveto +3276 466 lineto +3265.9 469.2 lineto +closepath stroke +grestore +% mimi_cmimi_mmmimi->mimimm_cmimimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3720 1010 moveto +3739 1000 3763 986 3783 975 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3784.96 977.92 moveto +3792 970 lineto +3781.56 971.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3784.96 977.92 moveto +3792 970 lineto +3781.56 971.8 lineto +closepath stroke +grestore +% mimi_cmimi_mmmimi->mimic_cmimic_mmmimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3685 1008 moveto +3682 1000 3679 991 3677 982 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3680.23 980.57 moveto +3674 972 lineto +3673.52 982.58 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3680.23 980.57 moveto +3674 972 lineto +3673.52 982.58 lineto +closepath stroke +grestore +% mimmcmc_cmimmcmc->mimmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3251 577 moveto +3261 567 3272 554 3279 540 curveto +3289 521 3293 497 3296 478 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3299.49 478.3 moveto +3297 468 lineto +3292.52 477.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3299.49 478.3 moveto +3297 468 lineto +3292.52 477.6 lineto +closepath stroke +grestore +% mimmcm_cmimmcm->mimmcicm_cmimmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2956 654 moveto +2990 645 3035 631 3072 612 curveto +3108 593 3144 566 3169 546 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3171.1 548.8 moveto +3177 540 lineto +3166.9 543.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3171.1 548.8 moveto +3177 540 lineto +3166.9 543.2 lineto +closepath stroke +grestore +% mimmcm_cmimmcm->mimmcmc_cmimmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2956 654 moveto +2965 652 2975 650 2984 648 curveto +3002 643 3101 622 3168 607 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3168.88 610.39 moveto +3178 605 lineto +3167.51 603.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3168.88 610.39 moveto +3178 605 lineto +3167.51 603.53 lineto +closepath stroke +grestore +% cmmcmmcic->cmmcmmc_ccmmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4049 1090 moveto +4108 1078 4220 1054 4293 1040 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4293.88 1043.39 moveto +4303 1038 lineto +4292.51 1036.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4293.88 1043.39 moveto +4303 1038 lineto +4292.51 1036.53 lineto +closepath stroke +grestore +% cmmcmmcic->mimic_cmimic_mmmimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3967 1094 moveto +3868 1083 3630 1057 3618 1044 curveto +3601 1024 3620 998 3639 978 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3641.4 980.55 moveto +3646 971 lineto +3636.45 975.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3641.4 980.55 moveto +3646 971 lineto +3636.45 975.6 lineto +closepath stroke +grestore +% mimic_cmimic_mmmimic->mimicmm_cmimicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3666 936 moveto +3665 916 3666 885 3681 864 curveto +3695 845 3717 833 3738 824 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3739.43 827.23 moveto +3748 821 lineto +3737.42 820.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3739.43 827.23 moveto +3748 821 lineto +3737.42 820.52 lineto +closepath stroke +grestore +% mimic_cmimic_mmmimic->mimimmc_cmimimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3689 937 moveto +3700 927 3713 916 3725 906 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3727.78 908.22 moveto +3733 899 lineto +3723.17 902.95 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3727.78 908.22 moveto +3733 899 lineto +3723.17 902.95 lineto +closepath stroke +grestore +% cmmcmmici->cmmcmmic_ccmmcmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2872 1304 moveto +2912 1292 2980 1273 3029 1259 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3030.43 1262.23 moveto +3039 1256 lineto +3028.42 1255.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3030.43 1262.23 moveto +3039 1256 lineto +3028.42 1255.52 lineto +closepath stroke +grestore +% cmmcmmici->cmmcmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2846 1296 moveto +2850 1288 2854 1278 2859 1269 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2862.14 1270.56 moveto +2863 1260 lineto +2855.74 1267.72 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2862.14 1270.56 moveto +2863 1260 lineto +2855.74 1267.72 lineto +closepath stroke +grestore +% cmmicimmc->cmmicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2115 1521 moveto +2131 1517 2150 1514 2167 1512 curveto +2749 1449 4218 1537 4799 1476 curveto +4813 1474 4828 1472 4842 1469 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4842.88 1472.39 moveto +4852 1467 lineto +4841.51 1465.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4842.88 1472.39 moveto +4852 1467 lineto +4841.51 1465.53 lineto +closepath stroke +grestore +% cmmicimmc->cmcmcimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2040 1524 moveto +2016 1520 1983 1515 1953 1512 curveto +1890 1504 1466 1473 1314 1462 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1314.3 1458.51 moveto +1304 1461 lineto +1313.6 1465.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1314.3 1458.51 moveto +1304 1461 lineto +1313.6 1465.48 lineto +closepath stroke +grestore +% cmmicimmi->cmcmcimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2421 1661 moveto +2414 1659 2408 1657 2401 1656 curveto +2184 1608 2119 1666 1901 1620 curveto +1897 1619 1894 1618 1891 1617 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1891.58 1613.52 moveto +1881 1614 lineto +1889.57 1620.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1891.58 1613.52 moveto +1881 1614 lineto +1889.57 1620.23 lineto +closepath stroke +grestore +% cmmicimmi->cmmicimm_ccmmicimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2419 1662 moveto +2413 1660 2407 1658 2401 1656 curveto +2363 1642 2319 1629 2285 1619 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2285.58 1615.52 moveto +2275 1616 lineto +2283.57 1622.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2285.58 1615.52 moveto +2275 1616 lineto +2283.57 1622.23 lineto +closepath stroke +grestore +% cmmicimmi->cmmicmmi_ccmmicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2485 1667 moveto +2510 1663 2544 1658 2573 1656 curveto +3268 1597 3445 1651 4141 1620 curveto +4206 1617 4279 1612 4333 1608 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4333.4 1611.48 moveto +4343 1607 lineto +4332.7 1604.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4333.4 1611.48 moveto +4343 1607 lineto +4332.7 1604.51 lineto +closepath stroke +grestore +% mmcmmici->mmcmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2684 1519 moveto +2715 1506 2765 1487 2799 1474 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2801.02 1476.96 moveto +2809 1470 lineto +2798.42 1470.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2801.02 1476.96 moveto +2809 1470 lineto +2798.42 1470.46 lineto +closepath stroke +grestore +% mmcmmici->cmmcmmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2682 1517 moveto +2719 1498 2786 1458 2819 1404 curveto +2831 1386 2835 1361 2836 1342 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2839.49 1342.3 moveto +2837 1332 lineto +2832.52 1341.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2839.49 1342.3 moveto +2837 1332 lineto +2832.52 1341.6 lineto +closepath stroke +grestore +% mmcmmici->mmcmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2682 1518 moveto +2689 1516 2695 1513 2701 1512 curveto +2845 1476 2888 1512 3031 1476 curveto +3034 1475 3037 1474 3039 1473 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3040.43 1476.23 moveto +3049 1470 lineto +3038.42 1469.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3040.43 1476.23 moveto +3049 1470 lineto +3038.42 1469.52 lineto +closepath stroke +grestore +% mimicmcmc->micmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4298 804 moveto +4213 791 4010 760 3914 746 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3914.49 742.53 moveto +3904 744 lineto +3913.12 749.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3914.49 742.53 moveto +3904 744 lineto +3913.12 749.39 lineto +closepath stroke +grestore +% mimicmcmc->mimicmmc_cmimicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4337 792 moveto +4337 784 4337 775 4337 766 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4340.5 766 moveto +4337 756 lineto +4333.5 766 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4340.5 766 moveto +4337 756 lineto +4333.5 766 lineto +closepath stroke +grestore +% mimicmcmc->mimimicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4376 805 moveto +4432 797 4535 780 4621 756 curveto +4624 755 4627 754 4629 753 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4630.43 756.23 moveto +4639 750 lineto +4628.42 749.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4630.43 756.23 moveto +4639 750 lineto +4628.42 749.52 lineto +closepath stroke +grestore +% cmmicmmic->cmmimimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4679 1521 moveto +4695 1517 4714 1514 4731 1512 curveto +4894 1491 5314 1531 5468 1476 curveto +5494 1466 5493 1452 5516 1440 curveto +5551 1421 5593 1407 5624 1398 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5625.43 1401.23 moveto +5634 1395 lineto +5623.42 1394.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5625.43 1401.23 moveto +5634 1395 lineto +5623.42 1394.52 lineto +closepath stroke +grestore +% cmmicmmic->cmmicmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4678 1520 moveto +4716 1509 4779 1491 4832 1476 curveto +4836 1475 4841 1473 4845 1472 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4846.43 1475.23 moveto +4855 1469 lineto +4844.42 1468.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4846.43 1475.23 moveto +4855 1469 lineto +4844.42 1468.52 lineto +closepath stroke +grestore +% cmmicmmic->cmcmcmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4614 1517 moveto +4607 1515 4600 1513 4593 1512 curveto +4252 1448 3373 1536 3031 1476 curveto +3027 1475 3023 1475 3020 1473 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3020.58 1469.52 moveto +3010 1470 lineto +3018.57 1476.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3020.58 1469.52 moveto +3010 1470 lineto +3018.57 1476.23 lineto +closepath stroke +grestore +% mimimicmc->mimimim_cmimimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4640 726 moveto +4634 724 4627 722 4621 720 curveto +4535 696 4511 701 4423 684 curveto +4414 682 4405 680 4396 678 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4396.49 674.53 moveto +4386 676 lineto +4395.12 681.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4396.49 674.53 moveto +4386 676 lineto +4395.12 681.39 lineto +closepath stroke +grestore +% mimimicmc->micmmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4640 725 moveto +4593 705 4494 665 4405 648 curveto +4291 624 3940 603 3808 597 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3808.3 593.51 moveto +3798 596 lineto +3807.6 600.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3808.3 593.51 moveto +3798 596 lineto +3807.6 600.48 lineto +closepath stroke +grestore +% mimimicmc->mimmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4645 724 moveto +4611 704 4546 669 4486 648 curveto +4224 553 4152 545 3876 504 curveto +3644 468 3579 516 3348 468 curveto +3344 467 3341 466 3338 465 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3338.58 461.52 moveto +3328 462 lineto +3336.57 468.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3338.58 461.52 moveto +3328 462 lineto +3336.57 468.23 lineto +closepath stroke +grestore +% mcicmmicm->micmmicm_cmicmmicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2683 939 moveto +2711 920 2759 889 2802 864 curveto +2918 796 2940 760 3067 720 curveto +3197 678 3236 701 3370 684 curveto +3387 681 3405 679 3422 676 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3422.4 679.48 moveto +3432 675 lineto +3421.7 672.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3422.4 679.48 moveto +3432 675 lineto +3421.7 672.51 lineto +closepath stroke +grestore +% mcimmicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2078 882 37.02 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2059 877.9 moveto 38 (-ci--ic-) alignedtext +grestore +% mcicmmicm->mcimmicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2620 949 moveto +2516 936 2235 901 2124 887 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2124.3 883.51 moveto +2114 886 lineto +2123.6 890.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2124.3 883.51 moveto +2114 886 lineto +2123.6 890.48 lineto +closepath stroke +grestore +% mcicmc_mmmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1358 738 68.1 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1317 733.9 moveto 82 (-cic-c=---cic-c) alignedtext +grestore +% mcicmc_mmmcicmc->mcicmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1407 725 moveto +1416 723 1426 721 1435 720 curveto +1671 684 1737 734 1969 684 curveto +1972 684 1975 683 1978 682 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1980.02 684.96 moveto +1988 678 lineto +1977.42 678.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1980.02 684.96 moveto +1988 678 lineto +1977.42 678.46 lineto +closepath stroke +grestore +% mcicmc_mmmcicmc->cmcicmc_ccmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1407 726 moveto +1417 724 1426 722 1435 720 curveto +1564 698 1713 681 1804 673 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1804.4 676.48 moveto +1814 672 lineto +1803.7 669.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1804.4 676.48 moveto +1814 672 lineto +1803.7 669.51 lineto +closepath stroke +grestore +% mcimmicm->cmcimmicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2099 867 moveto +2112 857 2131 843 2146 832 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2148.1 834.8 moveto +2154 826 lineto +2143.9 829.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2148.1 834.8 moveto +2154 826 lineto +2143.9 829.2 lineto +closepath stroke +grestore +% mcicm_mmmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1358 810 57.87 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1324 805.9 moveto 68 (-cic-=---cic-) alignedtext +grestore +% mcimmicm->mcicm_mmmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2043 876 moveto +2019 872 1986 867 1956 864 curveto +1764 841 1535 823 1425 815 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1425.3 811.51 moveto +1415 814 lineto +1424.6 818.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1425.3 811.51 moveto +1415 814 lineto +1424.6 818.48 lineto +closepath stroke +grestore +% mcimmicm->mcimmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2077 864 moveto +2076 856 2076 847 2076 838 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2079.5 838 moveto +2076 828 lineto +2072.5 838 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2079.5 838 moveto +2076 828 lineto +2072.5 838 lineto +closepath stroke +grestore +% mcicm_mmmcicm->cmcicm_ccmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1390 795 moveto +1412 784 1443 770 1468 758 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1469.28 761.26 moveto +1477 754 lineto +1466.44 754.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1469.28 761.26 moveto +1477 754 lineto +1466.44 754.86 lineto +closepath stroke +grestore +% mcicm_mmmcicm->mcicmc_mmmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1358 792 moveto +1358 784 1358 775 1358 766 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1361.5 766 moveto +1358 756 lineto +1354.5 766 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1361.5 766 moveto +1358 756 lineto +1354.5 766 lineto +closepath stroke +grestore +% mcimimicm->mcimimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2788 1009 moveto +2796 999 2805 986 2810 972 curveto +2826 926 2787 901 2817 864 curveto +2839 839 2928 823 2983 815 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2983.4 818.48 moveto +2993 814 lineto +2982.7 811.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2983.4 818.48 moveto +2993 814 lineto +2982.7 811.51 lineto +closepath stroke +grestore +% mcimimicm->mimimicm_cmimimicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2809 1020 moveto +2915 1002 3230 947 3491 900 curveto +3576 884 3597 878 3681 864 curveto +3775 847 3885 831 3954 821 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3954.88 824.39 moveto +3964 819 lineto +3953.51 817.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3954.88 824.39 moveto +3964 819 lineto +3953.51 817.53 lineto +closepath stroke +grestore +% mcimimicm->mcicmmicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2749 1011 moveto +2733 1001 2710 986 2691 974 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2693.34 971.33 moveto +2683 969 lineto +2689.62 977.27 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2693.34 971.33 moveto +2683 969 lineto +2689.62 977.27 lineto +closepath stroke +grestore +% mcimimicm->mcimmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2769 1008 moveto +2768 1000 2766 991 2765 982 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2768.39 981.12 moveto +2763 972 lineto +2761.53 982.49 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2768.39 981.12 moveto +2763 972 lineto +2761.53 982.49 lineto +closepath stroke +grestore +% mcimic_mmmcimic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3564 1242 62.04 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3527 1237.9 moveto 74 (-ci-ic=---ci-ic) alignedtext +grestore +% mcimic_mmmcimic->mcimicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3519 1230 moveto +3510 1228 3501 1226 3493 1224 curveto +3398 1204 3364 1233 3277 1188 curveto +3269 1183 3235 1147 3211 1123 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3213.22 1120.22 moveto +3204 1115 lineto +3207.95 1124.83 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3213.22 1120.22 moveto +3204 1115 lineto +3207.95 1124.83 lineto +closepath stroke +grestore +% mcimic_mmmcimic->mcimimmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3548 1225 moveto +3540 1216 3530 1204 3521 1194 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3523.55 1191.6 moveto +3514 1187 lineto +3518.6 1196.55 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3523.55 1191.6 moveto +3514 1187 lineto +3518.6 1196.55 lineto +closepath stroke +grestore +% mcimic_mmmcimic->cmcimic_ccmcimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3519 1230 moveto +3510 1228 3501 1226 3493 1224 curveto +3384 1202 3355 1207 3244 1188 curveto +3237 1187 3230 1185 3223 1184 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3223.49 1180.53 moveto +3213 1182 lineto +3222.12 1187.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3223.49 1180.53 moveto +3213 1182 lineto +3222.12 1187.39 lineto +closepath stroke +grestore +% mcimmcicm->mcimmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2765 936 moveto +2771 916 2783 885 2802 864 curveto +2888 769 3031 706 3099 681 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3101.02 683.96 moveto +3109 677 lineto +3098.42 677.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3101.02 683.96 moveto +3109 677 lineto +3098.42 677.46 lineto +closepath stroke +grestore +% mcimmcicm->mcimmicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2730 942 moveto +2724 939 2717 937 2710 936 curveto +2682 929 2266 897 2125 886 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2125.3 882.51 moveto +2115 885 lineto +2124.6 889.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2125.3 882.51 moveto +2115 885 lineto +2124.6 889.48 lineto +closepath stroke +grestore +% mcimi_mmmcimi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3509 1314 53.01 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3478.5 1309.9 moveto 61 (-ci-i=---ci-i) alignedtext +grestore +% mcimi_mmmcimi->mcimimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3542 1300 moveto +3568 1289 3604 1274 3635 1260 curveto +3637 1259 3639 1258 3642 1257 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3643.28 1260.26 moveto +3651 1253 lineto +3640.44 1253.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3643.28 1260.26 moveto +3651 1253 lineto +3640.44 1253.86 lineto +closepath stroke +grestore +% mcimi_mmmcimi->cmcimi_ccmcimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3489 1297 moveto +3478 1288 3464 1276 3452 1266 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3453.83 1262.95 moveto +3444 1259 lineto +3449.22 1268.22 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3453.83 1262.95 moveto +3444 1259 lineto +3449.22 1268.22 lineto +closepath stroke +grestore +% mcimi_mmmcimi->mcimic_mmmcimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3522 1297 moveto +3529 1288 3537 1277 3545 1268 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3547.8 1270.1 moveto +3551 1260 lineto +3542.2 1265.9 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3547.8 1270.1 moveto +3551 1260 lineto +3542.2 1265.9 lineto +closepath stroke +grestore +% mcimmicmc->mcimmicim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2097 795 moveto +2145 761 2268 681 2383 648 curveto +2591 588 2657 658 2867 612 curveto +2870 612 2873 611 2876 610 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2878.02 612.96 moveto +2886 606 lineto +2875.42 606.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2878.02 612.96 moveto +2886 606 lineto +2875.42 606.46 lineto +closepath stroke +grestore +% mcimmicmc->mcicmc_mmmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2039 801 moveto +2023 798 2004 794 1987 792 curveto +1744 759 1679 792 1435 756 curveto +1429 755 1423 753 1417 752 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1417.49 748.53 moveto +1407 750 lineto +1416.12 755.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1417.49 748.53 moveto +1407 750 lineto +1416.12 755.39 lineto +closepath stroke +grestore +% mcmcimicm->mmcimicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1804 1166 moveto +1852 1162 1934 1155 2004 1152 curveto +2919 1109 3148 1134 4063 1116 curveto +4358 1109 4710 1101 4836 1099 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4836 1102.5 moveto +4846 1099 lineto +4836 1095.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4836 1102.5 moveto +4846 1099 lineto +4836 1095.5 lineto +closepath stroke +grestore +% mcmcimicm->mcmcimim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1781 1154 moveto +1791 1143 1803 1130 1812 1116 curveto +1857 1046 1888 954 1902 910 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1905.48 910.58 moveto +1905 900 lineto +1898.77 908.57 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1905.48 910.58 moveto +1905 900 lineto +1898.77 908.57 lineto +closepath stroke +grestore +% mcmcimicm->mcimimicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1787 1155 moveto +1803 1144 1826 1129 1845 1116 curveto +1867 1100 1868 1089 1893 1080 curveto +1895 1079 2538 1041 2723 1029 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2723.4 1032.48 moveto +2733 1028 lineto +2722.7 1025.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2723.4 1032.48 moveto +2733 1028 lineto +2722.7 1025.51 lineto +closepath stroke +grestore +% mcmcimicm->mcmcmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1763 1152 moveto +1762 1144 1762 1135 1761 1126 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1764.48 1125.6 moveto +1760 1116 lineto +1757.51 1126.3 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1764.48 1125.6 moveto +1760 1116 lineto +1757.51 1126.3 lineto +closepath stroke +grestore +% mcmcimimi->mmcimimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1115 1517 moveto +1122 1515 1129 1513 1135 1512 curveto +1424 1458 6125 1509 6417 1476 curveto +6430 1474 6444 1472 6457 1469 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 6458.43 1472.23 moveto +6467 1466 lineto +6456.42 1465.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 6458.43 1472.23 moveto +6467 1466 lineto +6456.42 1465.52 lineto +closepath stroke +grestore +% mcmcimimi->mcmcimicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1048 1528 moveto +934 1519 618 1485 711 1368 curveto +713 1366 1026 1296 1028 1296 curveto +1125 1277 1150 1276 1246 1260 curveto +1419 1230 1624 1195 1716 1179 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1716.88 1182.39 moveto +1726 1177 lineto +1715.51 1175.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1716.88 1182.39 moveto +1726 1177 lineto +1715.51 1175.53 lineto +closepath stroke +grestore +% mcmcimimi->mcmcmcimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1115 1517 moveto +1122 1515 1129 1513 1135 1512 curveto +1308 1476 1752 1484 1927 1476 curveto +2035 1470 2161 1464 2230 1460 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2230 1463.5 moveto +2240 1460 lineto +2230 1456.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2230 1463.5 moveto +2240 1460 lineto +2230 1456.5 lineto +closepath stroke +grestore +% mcmcic_mmmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +906 1746 68.1 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +865 1741.9 moveto 82 (-c-cic=---c-cic) alignedtext +grestore +% mcmcic_mmmcmcic->cmcmcic_ccmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 936 1730 moveto +978 1708 1056 1671 1127 1656 curveto +1464 1581 1560 1664 1901 1620 curveto +1908 1619 1915 1618 1922 1617 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1922.88 1620.39 moveto +1932 1615 lineto +1921.51 1613.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1922.88 1620.39 moveto +1932 1615 lineto +1921.51 1613.53 lineto +closepath stroke +grestore +% mcmcic_mmmcmcic->mcmcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 842 1740 moveto +731 1728 513 1705 502 1692 curveto +441 1621 526 1552 609 1512 curveto +666 1484 736 1470 783 1463 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 783.4 1466.48 moveto +793 1462 lineto +782.7 1459.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 783.4 1466.48 moveto +793 1462 lineto +782.7 1459.51 lineto +closepath stroke +grestore +% mcmcic_mmmcmcic->mcmcimmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 957 1734 moveto +1001 1724 1066 1708 1122 1692 curveto +1126 1691 1130 1689 1134 1688 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1135.43 1691.23 moveto +1144 1685 lineto +1133.42 1684.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1135.43 1691.23 moveto +1144 1685 lineto +1133.42 1684.52 lineto +closepath stroke +grestore +% mcmc_mmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +362 1458 54.2 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +331 1453.9 moveto 62 (-c-c=---c-c) alignedtext +grestore +% mcmcic_mmmcmcic->mcmc_mmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 842 1740 moveto +741 1729 547 1708 480 1692 curveto +436 1681 428 1668 383 1656 curveto +308 1634 266 1675 211 1620 curveto +178 1585 169 1551 197 1512 curveto +204 1503 264 1485 309 1472 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 310.43 1475.23 moveto +319 1469 lineto +308.42 1468.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 310.43 1475.23 moveto +319 1469 lineto +308.42 1468.52 lineto +closepath stroke +grestore +% mmcic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3731 1674 29.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3718 1669.9 moveto 26 (--cic) alignedtext +grestore +% mcmcic_mmmcmcic->mmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 973 1743 moveto +1070 1739 1252 1731 1407 1728 curveto +1534 1724 3570 1720 3693 1692 curveto +3695 1692 3697 1691 3700 1690 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3701.28 1693.26 moveto +3709 1686 lineto +3698.44 1686.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3701.28 1693.26 moveto +3709 1686 lineto +3698.44 1686.86 lineto +closepath stroke +grestore +% mcmc_mmmcmc->cmcmc_ccmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 413 1452 moveto +448 1448 497 1443 539 1440 curveto +1113 1402 1260 1458 1831 1404 curveto +1847 1402 1863 1400 1878 1398 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1878.88 1401.39 moveto +1888 1396 lineto +1877.51 1394.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1878.88 1401.39 moveto +1888 1396 lineto +1877.51 1394.53 lineto +closepath stroke +grestore +% mcmc_mmmcmc->mcmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 410 1449 moveto +487 1435 638 1407 712 1394 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 712.88 1397.39 moveto +722 1392 lineto +711.51 1390.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 712.88 1397.39 moveto +722 1392 lineto +711.51 1390.53 lineto +closepath stroke +grestore +% mcmc_mmmcmc->mcicmc_mmmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 383 1441 moveto +433 1402 559 1303 667 1224 curveto +916 1041 1224 829 1325 761 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1327.1 763.8 moveto +1333 755 lineto +1322.9 758.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1327.1 763.8 moveto +1333 755 lineto +1322.9 758.2 lineto +closepath stroke +grestore +% mmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +4575 1386 27 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +4567 1381.9 moveto 16 (--c) alignedtext +grestore +% mcmc_mmmcmc->mmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 413 1452 moveto +448 1447 497 1442 539 1440 curveto +979 1415 4065 1458 4501 1404 curveto +4514 1402 4528 1399 4540 1396 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4541.43 1399.23 moveto +4550 1393 lineto +4539.42 1392.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4541.43 1399.23 moveto +4550 1393 lineto +4539.42 1392.52 lineto +closepath stroke +grestore +% mmcic->cmmcic_ccmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3754 1663 moveto +3760 1660 3767 1657 3774 1656 curveto +3861 1634 4098 1666 4174 1620 curveto +4197 1605 4213 1578 4222 1557 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4225.14 1558.56 moveto +4226 1548 lineto +4218.74 1555.72 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4225.14 1558.56 moveto +4226 1548 lineto +4218.74 1555.72 lineto +closepath stroke +grestore +% mmcic->mmcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3751 1661 moveto +3756 1659 3760 1657 3764 1656 curveto +3845 1631 4085 1682 4141 1620 curveto +4152 1608 4152 1596 4141 1584 curveto +4061 1491 3948 1640 3867 1548 curveto +3835 1511 3846 1449 3857 1414 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3860.48 1414.58 moveto +3860 1404 lineto +3853.77 1412.57 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3860.48 1414.58 moveto +3860 1404 lineto +3853.77 1412.57 lineto +closepath stroke +grestore +% mmcic->mmcimmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3759 1668 moveto +3782 1664 3816 1658 3845 1656 curveto +4104 1631 4761 1672 5015 1620 curveto +5018 1620 5021 1619 5024 1618 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5025.28 1621.26 moveto +5033 1614 lineto +5022.44 1614.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5025.28 1621.26 moveto +5033 1614 lineto +5022.44 1614.86 lineto +closepath stroke +grestore +% mmcic->mmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3751 1661 moveto +3755 1659 3760 1657 3764 1656 curveto +3952 1599 4020 1686 4204 1620 curveto +4257 1601 4272 1591 4307 1548 curveto +4341 1507 4315 1473 4355 1440 curveto +4356 1439 4478 1410 4539 1394 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4539.88 1397.39 moveto +4549 1392 lineto +4538.51 1390.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4539.88 1397.39 moveto +4549 1392 lineto +4538.51 1390.53 lineto +closepath stroke +grestore +% mcmcmcicm->mcmcmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1760 1080 moveto +1764 1040 1772 943 1787 864 curveto +1788 856 1791 846 1793 838 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1796.48 838.58 moveto +1796 828 lineto +1789.77 836.57 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1796.48 838.58 moveto +1796 828 lineto +1789.77 836.57 lineto +closepath stroke +grestore +% mcmcmcicm->mcimmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1798 1089 moveto +1815 1086 1836 1082 1855 1080 curveto +2081 1050 2141 1075 2366 1044 curveto +2521 1022 2560 1014 2710 972 curveto +2713 971 2716 970 2719 969 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2720.43 972.23 moveto +2729 966 lineto +2718.42 965.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2720.43 972.23 moveto +2729 966 lineto +2718.42 965.52 lineto +closepath stroke +grestore +% mcmmicm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2322 1026 34.94 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2304.5 1021.9 moveto 35 (-c--ic-) alignedtext +grestore +% mcmcmcicm->mcmmicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1799 1090 moveto +1816 1086 1837 1083 1855 1080 curveto +2009 1056 2194 1038 2277 1030 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2277.4 1033.48 moveto +2287 1029 lineto +2276.7 1026.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2277.4 1033.48 moveto +2287 1029 lineto +2276.7 1026.51 lineto +closepath stroke +grestore +% mcmcmcimi->mcmcmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2251 1446 moveto +2137 1400 1746 1238 1714 1188 curveto +1701 1166 1717 1140 1734 1122 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1737.05 1123.83 moveto +1741 1114 lineto +1731.78 1119.22 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1737.05 1123.83 moveto +1741 1114 lineto +1731.78 1119.22 lineto +closepath stroke +grestore +% mcmcmcimi->mcmmimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2321 1455 moveto +2369 1451 2451 1445 2521 1440 curveto +2818 1419 3174 1396 3295 1389 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3295.4 1392.48 moveto +3305 1388 lineto +3294.7 1385.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3295.4 1392.48 moveto +3305 1388 lineto +3294.7 1385.51 lineto +closepath stroke +grestore +% mcmci_mmmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +975 1890 57.87 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +941 1885.9 moveto 68 (-c-ci=---c-ci) alignedtext +grestore +% mcmci_mmmcmci->cmcmci_ccmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1006 1875 moveto +1050 1854 1133 1817 1207 1800 curveto +1398 1756 1452 1786 1645 1764 curveto +1750 1751 1775 1742 1878 1728 curveto +2011 1710 2166 1691 2254 1682 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2254.4 1685.48 moveto +2264 1681 lineto +2253.7 1678.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2254.4 1685.48 moveto +2264 1681 lineto +2253.7 1678.51 lineto +closepath stroke +grestore +% mcmci_mmmcmci->mcmcimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 947 1874 moveto +929 1864 904 1849 884 1837 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 885.44 1833.8 moveto +875 1832 lineto +882.04 1839.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 885.44 1833.8 moveto +875 1832 lineto +882.04 1839.92 lineto +closepath stroke +grestore +% mcmci_mmmcmci->mcmcic_mmmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 966 1872 moveto +954 1847 933 1802 919 1773 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 922.26 1771.72 moveto +915 1764 lineto +915.86 1774.56 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 922.26 1771.72 moveto +915 1764 lineto +915.86 1774.56 lineto +closepath stroke +grestore +% mmci +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +3240 1818 27 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +3230.5 1813.9 moveto 19 (--ci) alignedtext +grestore +% mcmci_mmmcmci->mmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1023 1880 moveto +1041 1877 1061 1874 1080 1872 curveto +1299 1850 2934 1823 3203 1818 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3203 1821.5 moveto +3213 1818 lineto +3203 1814.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3203 1821.5 moveto +3213 1818 lineto +3203 1814.5 lineto +closepath stroke +grestore +% mmci->cmmci_ccmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3240 1800 moveto +3242 1766 3252 1691 3297 1656 curveto +3364 1603 3592 1629 3676 1620 curveto +3703 1616 3734 1613 3760 1610 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3760.4 1613.48 moveto +3770 1609 lineto +3759.7 1606.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3760.4 1613.48 moveto +3770 1609 lineto +3759.7 1606.51 lineto +closepath stroke +grestore +% mmci->mmcimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3227 1802 moveto +3219 1792 3209 1780 3200 1770 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3202.8 1767.9 moveto +3194 1762 lineto +3197.2 1772.1 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3202.8 1767.9 moveto +3194 1762 lineto +3197.2 1772.1 lineto +closepath stroke +grestore +% mmci->mmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3260 1805 moveto +3291 1785 3356 1747 3416 1728 curveto +3535 1691 3574 1727 3693 1692 curveto +3695 1691 3697 1690 3699 1690 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3701.02 1692.96 moveto +3709 1686 lineto +3698.42 1686.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3701.02 1692.96 moveto +3709 1686 lineto +3698.42 1686.46 lineto +closepath stroke +grestore +% mcmmicm->cmcmmicm_ccmcmmicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2293 1016 moveto +2261 1005 2208 986 2169 972 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2169.58 968.52 moveto +2159 969 lineto +2167.57 975.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2169.58 968.52 moveto +2159 969 lineto +2167.57 975.23 lineto +closepath stroke +grestore +% mcmmicm->mcicmmicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2354 1019 moveto +2414 1007 2543 979 2613 964 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2613.88 967.39 moveto +2623 962 lineto +2612.51 960.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2613.88 967.39 moveto +2623 962 lineto +2612.51 960.53 lineto +closepath stroke +grestore +% mcmmicm->mcmmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2314 1008 moveto +2310 1000 2306 990 2302 981 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2305.26 979.72 moveto +2298 972 lineto +2298.86 982.56 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2305.26 979.72 moveto +2298 972 lineto +2298.86 982.56 lineto +closepath stroke +grestore +% mcmmimi->cmcmmimi_ccmcmmimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3322 1370 moveto +3314 1361 3305 1349 3296 1340 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3298.22 1337.22 moveto +3289 1332 lineto +3292.95 1341.83 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3298.22 1337.22 moveto +3289 1332 lineto +3292.95 1341.83 lineto +closepath stroke +grestore +% mcmmimi->mcimi_mmmcimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3363 1375 moveto +3390 1364 3434 1346 3466 1332 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3467.28 1335.26 moveto +3475 1328 lineto +3464.44 1328.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3467.28 1335.26 moveto +3475 1328 lineto +3464.44 1328.86 lineto +closepath stroke +grestore +% mcmmimi->mcmmicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3307 1380 moveto +3164 1351 2561 1229 2485 1188 curveto +2422 1153 2367 1087 2340 1051 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2342.8 1048.9 moveto +2334 1043 lineto +2337.2 1053.1 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2342.8 1048.9 moveto +2334 1043 lineto +2337.2 1053.1 lineto +closepath stroke +grestore +% mcmmimi->mcmmimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3352 1370 moveto +3360 1361 3370 1349 3379 1339 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3382.05 1340.83 moveto +3386 1331 lineto +3376.78 1336.22 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3382.05 1340.83 moveto +3386 1331 lineto +3376.78 1336.22 lineto +closepath stroke +grestore +% mcmmicmc->mcmmicim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2255 946 moveto +2240 942 2221 939 2204 936 curveto +2054 912 2008 950 1864 900 curveto +1809 880 1782 879 1753 828 curveto +1746 813 1748 806 1753 792 curveto +1758 780 1766 769 1774 760 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1776.4 762.55 moveto +1781 753 lineto +1771.45 757.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1776.4 762.55 moveto +1781 753 lineto +1771.45 757.6 lineto +closepath stroke +grestore +% mcmmicmc->cmcmmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2307 938 moveto +2318 928 2330 916 2341 906 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2343.78 908.22 moveto +2349 899 lineto +2339.17 902.95 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2343.78 908.22 moveto +2349 899 lineto +2339.17 902.95 lineto +closepath stroke +grestore +% mcmmicmc->mcimmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2254 947 moveto +2184 932 2032 900 2032 900 curveto +2016 880 2033 853 2050 833 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2052.4 835.55 moveto +2057 826 lineto +2047.45 830.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2052.4 835.55 moveto +2057 826 lineto +2047.45 830.6 lineto +closepath stroke +grestore +% mmcmcmc->cmmcmcmc_ccmmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2590 1298 moveto +2618 1273 2670 1224 2702 1195 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2704.78 1197.22 moveto +2710 1188 lineto +2700.17 1191.95 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2704.78 1197.22 moveto +2710 1188 lineto +2700.17 1191.95 lineto +closepath stroke +grestore +% mmcmcmc->mmcmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2540 1306 moveto +2525 1302 2506 1298 2489 1296 curveto +2335 1271 2295 1279 2140 1260 curveto +1919 1232 1855 1258 1643 1188 curveto +1374 1098 1082 1166 1082 882 curveto +1082 882 1082 882 1082 738 curveto +1082 692 1138 726 1182 720 curveto +1456 679 1525 671 1801 648 curveto +2116 621 2201 671 2511 612 curveto +2515 611 2519 611 2522 609 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2523.43 612.23 moveto +2532 606 lineto +2521.42 605.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2523.43 612.23 moveto +2532 606 lineto +2521.42 605.52 lineto +closepath stroke +grestore +% mmcmcmc->mmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2600 1302 moveto +2606 1299 2613 1297 2619 1296 curveto +2932 1232 3744 1328 4055 1260 curveto +4058 1260 4060 1259 4063 1258 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4064.28 1261.26 moveto +4072 1254 lineto +4061.44 1254.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4064.28 1261.26 moveto +4072 1254 lineto +4061.44 1254.86 lineto +closepath stroke +grestore +% mmcmcm->cmmcmcm_ccmmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2370 1374 moveto +2375 1372 2381 1369 2387 1368 curveto +2488 1339 2517 1350 2619 1332 curveto +2625 1331 2632 1329 2638 1328 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2638.88 1331.39 moveto +2648 1326 lineto +2637.51 1324.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2638.88 1331.39 moveto +2648 1326 lineto +2637.51 1324.53 lineto +closepath stroke +grestore +% mmcmcm->mmcmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2320 1374 moveto +2314 1372 2309 1370 2303 1368 curveto +2244 1347 2227 1349 2166 1332 curveto +1852 1241 1497 1352 1497 1026 curveto +1497 1026 1497 1026 1497 954 curveto +1497 816 1579 783 1701 720 curveto +1846 645 1907 720 2065 684 curveto +2068 683 2071 682 2074 681 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2075.43 684.23 moveto +2084 678 lineto +2073.42 677.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2075.43 684.23 moveto +2084 678 lineto +2073.42 677.52 lineto +closepath stroke +grestore +% mmcmcm->mmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2370 1374 moveto +2376 1372 2382 1370 2387 1368 curveto +2446 1347 2463 1350 2522 1332 curveto +2526 1331 2530 1330 2533 1328 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2534.43 1331.23 moveto +2543 1325 lineto +2532.42 1324.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2534.43 1331.23 moveto +2543 1325 lineto +2532.42 1324.52 lineto +closepath stroke +grestore +% mmcmcm->mmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2369 1374 moveto +2375 1371 2381 1369 2387 1368 curveto +2724 1294 3603 1413 3937 1332 curveto +3939 1332 3941 1331 3944 1330 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3945.28 1333.26 moveto +3953 1326 lineto +3942.44 1326.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3945.28 1333.26 moveto +3953 1326 lineto +3942.44 1326.86 lineto +closepath stroke +grestore +% mcmmimic->cmcmmimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3380 1299 moveto +3366 1289 3347 1275 3332 1264 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3334.1 1261.2 moveto +3324 1258 lineto +3329.9 1266.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3334.1 1261.2 moveto +3324 1258 lineto +3329.9 1266.8 lineto +closepath stroke +grestore +% mcmmimic->mcimic_mmmcimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3429 1302 moveto +3454 1290 3491 1274 3520 1261 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3522.02 1263.96 moveto +3530 1257 lineto +3519.42 1257.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3522.02 1263.96 moveto +3530 1257 lineto +3519.42 1257.46 lineto +closepath stroke +grestore +% mcmmimic->mcmmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3373 1302 moveto +3367 1300 3361 1298 3355 1296 curveto +3310 1279 3295 1283 3253 1260 curveto +3232 1247 3234 1233 3210 1224 curveto +2973 1129 2878 1270 2636 1188 curveto +2619 1181 2401 1031 2320 975 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2322.1 972.2 moveto +2312 969 lineto +2317.9 977.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2322.1 972.2 moveto +2312 969 lineto +2317.9 977.8 lineto +closepath stroke +grestore +% mmcmmci->cmmcmmci_ccmmcmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4109 1369 moveto +4123 1345 4147 1301 4157 1260 curveto +4163 1240 4165 1216 4165 1198 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4168.5 1198 moveto +4165 1188 lineto +4161.5 1198 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4168.5 1198 moveto +4165 1188 lineto +4161.5 1198 lineto +closepath stroke +grestore +% mmcmmci->mmcmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4089 1369 moveto +4084 1360 4079 1350 4074 1340 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4076.92 1338.04 moveto +4069 1331 lineto +4070.8 1341.44 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4076.92 1338.04 moveto +4069 1331 lineto +4070.8 1341.44 lineto +closepath stroke +grestore +% mmcmmic->cmmcmmic_ccmmcmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3076 1440 moveto +3079 1402 3084 1315 3087 1270 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3090.49 1270.3 moveto +3088 1260 lineto +3083.52 1269.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3090.49 1270.3 moveto +3088 1260 lineto +3083.52 1269.6 lineto +closepath stroke +grestore +% mmcmmic->mmcmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3056 1443 moveto +3044 1433 3028 1420 3014 1409 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3015.83 1405.95 moveto +3006 1402 lineto +3011.22 1411.22 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3015.83 1405.95 moveto +3006 1402 lineto +3011.22 1411.22 lineto +closepath stroke +grestore +% mmcmm->cmmcmm_ccmmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3976 1296 moveto +3977 1288 3977 1279 3978 1270 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3981.49 1270.3 moveto +3979 1260 lineto +3974.52 1269.6 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3981.49 1270.3 moveto +3979 1260 lineto +3974.52 1269.6 lineto +closepath stroke +grestore +% mmcmm->mmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3995 1302 moveto +4014 1291 4043 1273 4065 1260 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4066.96 1262.92 moveto +4074 1255 lineto +4063.56 1256.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4066.96 1262.92 moveto +4074 1255 lineto +4063.56 1256.8 lineto +closepath stroke +grestore +% mcmmcicmc->mcmmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2318 1093 moveto +2352 1089 2403 1084 2447 1080 curveto +2530 1071 2757 1098 2820 1044 curveto +2859 1010 2863 947 2863 910 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2866.5 910 moveto +2863 900 lineto +2859.5 910 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2866.5 910 moveto +2863 900 lineto +2859.5 910 lineto +closepath stroke +grestore +% mcmmcicmc->mcmmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2275 1080 moveto +2274 1061 2275 1032 2278 1008 curveto +2279 1000 2281 990 2283 982 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2286.47 982.49 moveto +2285 972 lineto +2279.61 981.12 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2286.47 982.49 moveto +2285 972 lineto +2279.61 981.12 lineto +closepath stroke +grestore +% mcmmcicm->cmcmmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2062 1153 moveto +2066 1144 2072 1134 2078 1125 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2081.2 1126.44 moveto +2083 1116 lineto +2075.08 1123.04 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2081.2 1126.44 moveto +2083 1116 lineto +2075.08 1123.04 lineto +closepath stroke +grestore +% mcmmcicm->mcmcmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2018 1162 moveto +1965 1149 1866 1124 1807 1109 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1807.49 1105.53 moveto +1797 1107 lineto +1806.12 1112.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1807.49 1105.53 moveto +1797 1107 lineto +1806.12 1112.39 lineto +closepath stroke +grestore +% mcmmcicm->mcmmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2083 1159 moveto +2090 1157 2098 1154 2105 1152 curveto +2148 1138 2196 1123 2230 1112 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2231.43 1115.23 moveto +2240 1109 lineto +2229.42 1108.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2231.43 1115.23 moveto +2240 1109 lineto +2229.42 1108.52 lineto +closepath stroke +grestore +% mcmmcimic->mcmmimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2575 1379 moveto +2600 1375 2634 1371 2663 1368 curveto +2970 1338 3054 1396 3355 1332 curveto +3358 1332 3361 1331 3364 1330 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3365.28 1333.26 moveto +3373 1326 lineto +3362.44 1326.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3365.28 1333.26 moveto +3373 1326 lineto +3362.44 1326.86 lineto +closepath stroke +grestore +% mcmmcimic->mcmmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2506 1374 moveto +2500 1372 2493 1370 2487 1368 curveto +2439 1351 2424 1353 2377 1332 curveto +2363 1325 2262 1273 2254 1260 curveto +2230 1217 2248 1159 2262 1126 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2265.54 1126.58 moveto +2266 1116 lineto +2259.04 1123.98 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2265.54 1126.58 moveto +2266 1116 lineto +2259.04 1123.98 lineto +closepath stroke +grestore +% mcmmcimi->cmcmmcimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2390 1519 moveto +2383 1516 2375 1514 2368 1512 curveto +2290 1489 2146 1503 2198 1440 curveto +2253 1374 2305 1426 2387 1404 curveto +2390 1403 2393 1402 2396 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2397.43 1404.23 moveto +2406 1398 lineto +2395.42 1397.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2397.43 1404.23 moveto +2406 1398 lineto +2395.42 1397.52 lineto +closepath stroke +grestore +% mcmmcimi->mcmcmcimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2394 1517 moveto +2372 1505 2341 1489 2317 1477 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2318.44 1473.8 moveto +2308 1472 lineto +2315.04 1479.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2318.44 1473.8 moveto +2308 1472 lineto +2315.04 1479.92 lineto +closepath stroke +grestore +% mcmmcimi->mcmmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2385 1522 moveto +2321 1508 2189 1478 2184 1476 curveto +2135 1443 2045 1316 2026 1260 curveto +2019 1239 2027 1215 2036 1197 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2039.2 1198.44 moveto +2041 1188 lineto +2033.08 1195.04 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2039.2 1198.44 moveto +2041 1188 lineto +2033.08 1195.04 lineto +closepath stroke +grestore +% mcmmcimi->mcmmcimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2389 1519 moveto +2382 1517 2375 1514 2368 1512 curveto +2308 1493 2270 1525 2231 1476 curveto +2222 1463 2221 1452 2231 1440 curveto +2269 1396 2432 1417 2487 1404 curveto +2490 1403 2493 1402 2496 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2497.43 1404.23 moveto +2506 1398 lineto +2495.42 1397.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2497.43 1404.23 moveto +2506 1398 lineto +2495.42 1397.52 lineto +closepath stroke +grestore +% mcmmcmcic->mcmcic_mmmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 781 1804 moveto +804 1793 837 1778 863 1766 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 864.28 1769.26 moveto +872 1762 lineto +861.44 1762.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 864.28 1769.26 moveto +872 1762 lineto +861.44 1762.86 lineto +closepath stroke +grestore +% mcmmcmcic->mcmmcimic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 708 1816 moveto +617 1811 408 1796 345 1764 curveto +257 1718 150 1662 211 1584 curveto +217 1577 775 1441 783 1440 curveto +1159 1389 2115 1473 2487 1404 curveto +2491 1403 2494 1403 2498 1402 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2499.28 1405.26 moveto +2507 1398 lineto +2496.44 1398.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2499.28 1405.26 moveto +2507 1398 lineto +2496.44 1398.86 lineto +closepath stroke +grestore +% mcmmcmcic->mcmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 708 1815 moveto +612 1807 384 1787 310 1764 curveto +178 1722 106 1738 33 1620 curveto +22 1601 24 1576 28 1558 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 31.48 1558.58 moveto +31 1548 lineto +24.77 1556.57 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 31.48 1558.58 moveto +31 1548 lineto +24.77 1556.57 lineto +closepath stroke +grestore +% mcmmcmc->cmcmmcmc_ccmcmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 73 1525 moveto +105 1521 154 1515 197 1512 curveto +692 1476 818 1499 1313 1476 curveto +1378 1472 1450 1468 1506 1464 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1506.4 1467.48 moveto +1516 1463 lineto +1505.7 1460.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1506.4 1467.48 moveto +1516 1463 lineto +1505.7 1460.51 lineto +closepath stroke +grestore +% mcmmcmc->mcicmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 57 1515 moveto +87 1492 144 1451 165 1440 curveto +251 1395 277 1395 369 1368 curveto +374 1366 667 1296 671 1296 curveto +768 1276 793 1276 889 1260 curveto +912 1256 1271 1192 1293 1188 curveto +1361 1173 1375 1160 1443 1152 curveto +1886 1095 3010 1192 3449 1116 curveto +3453 1115 3457 1115 3460 1113 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3461.43 1116.23 moveto +3470 1110 lineto +3459.42 1109.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3461.43 1116.23 moveto +3470 1110 lineto +3459.42 1109.52 lineto +closepath stroke +grestore +% mcmmcmc->mcmcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 64 1518 moveto +110 1497 210 1455 299 1440 curveto +487 1406 1821 1413 2011 1404 curveto +2076 1400 2152 1395 2200 1391 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2200.4 1394.48 moveto +2210 1390 lineto +2199.7 1387.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2200.4 1394.48 moveto +2210 1390 lineto +2199.7 1387.51 lineto +closepath stroke +grestore +% mcmmcmc->mcmc_mmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 71 1522 moveto +127 1510 239 1486 307 1470 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 307.88 1473.39 moveto +317 1468 lineto +306.51 1466.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 307.88 1473.39 moveto +317 1468 lineto +306.51 1466.53 lineto +closepath stroke +grestore +% mcmmcmc->mcmmcicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 48 1513 moveto +61 1492 86 1459 114 1440 curveto +313 1306 399 1345 633 1296 curveto +979 1223 1064 1192 1415 1152 curveto +1739 1114 1823 1146 2146 1116 curveto +2172 1113 2201 1109 2224 1106 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2224.4 1109.48 moveto +2234 1105 lineto +2223.7 1102.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2224.4 1109.48 moveto +2234 1105 lineto +2223.7 1102.51 lineto +closepath stroke +grestore +% mcmmcmci->cmcmmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 995 1947 moveto +1009 1936 1027 1921 1042 1908 curveto +1060 1892 1060 1882 1080 1872 curveto +1174 1826 1439 1811 1542 1800 curveto +1765 1774 1823 1793 2045 1764 curveto +2059 1762 2073 1759 2087 1757 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2087.88 1760.39 moveto +2097 1755 lineto +2086.51 1753.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2087.88 1760.39 moveto +2097 1755 lineto +2086.51 1753.53 lineto +closepath stroke +grestore +% mcmmcmci->mcmci_mmmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 975 1944 moveto +975 1936 975 1927 975 1918 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 978.5 1918 moveto +975 1908 lineto +971.5 1918 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 978.5 1918 moveto +975 1908 lineto +971.5 1918 lineto +closepath stroke +grestore +% mcmmcmci->mcmmcimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 936 1960 moveto +771 1948 139 1888 305 1656 curveto +309 1650 511 1585 517 1584 curveto +916 1514 1934 1594 2335 1548 curveto +2348 1546 2363 1544 2376 1541 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2377.43 1544.23 moveto +2386 1538 lineto +2375.42 1537.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2377.43 1544.23 moveto +2386 1538 lineto +2375.42 1537.52 lineto +closepath stroke +grestore +% mcmmcmci->mcmmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 949 1949 moveto +928 1938 899 1923 875 1908 curveto +842 1887 805 1859 780 1840 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 782.1 1837.2 moveto +772 1834 lineto +777.9 1842.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 782.1 1837.2 moveto +772 1834 lineto +777.9 1842.8 lineto +closepath stroke +grestore +% micm_cmicm_mmmicm_mimmicm->micmc_cmicmc_mmmicmc_mimmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3481 432 moveto +3493 423 3509 412 3523 402 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3525.1 404.8 moveto +3531 396 lineto +3520.9 399.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3525.1 404.8 moveto +3531 396 lineto +3520.9 399.2 lineto +closepath stroke +grestore +% micmc_cmicmc_mmmicmc_mimmicmc->micmcmm_cmicmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3617 363 moveto +3668 350 3737 333 3786 321 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3787.43 324.23 moveto +3796 318 lineto +3785.42 317.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3787.43 324.23 moveto +3796 318 lineto +3785.42 317.52 lineto +closepath stroke +grestore +% mimmcicmc->mimmcim_cmimmcim +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3316 434 moveto +3340 413 3384 378 3427 360 curveto +3570 298 3617 319 3769 288 curveto +4004 239 4063 232 4296 180 curveto +4301 179 4306 178 4311 176 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4311.88 179.39 moveto +4321 174 lineto +4310.51 172.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4311.88 179.39 moveto +4321 174 lineto +4310.51 172.53 lineto +closepath stroke +grestore +% mimmcicmc->micmc_cmicmc_mmmicmc_mimmicmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 3329 438 moveto +3335 436 3342 434 3348 432 curveto +3391 418 3441 405 3480 395 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3480.88 398.39 moveto +3490 393 lineto +3479.51 391.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3480.88 398.39 moveto +3490 393 lineto +3479.51 391.53 lineto +closepath stroke +grestore +% mmcmmc->cmmcmmc_ccmmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4086 1225 moveto +4075 1205 4062 1174 4077 1152 curveto +4103 1114 4131 1133 4172 1116 curveto +4224 1094 4281 1066 4319 1047 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4320.96 1049.92 moveto +4328 1042 lineto +4317.56 1043.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4320.96 1049.92 moveto +4328 1042 lineto +4317.56 1043.8 lineto +closepath stroke +grestore +% mmcmmi->cmmcmmi_ccmmcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2632 1591 moveto +2625 1589 2618 1586 2612 1584 curveto +2565 1566 2533 1589 2503 1548 curveto +2487 1524 2514 1447 2521 1440 curveto +2542 1419 2613 1404 2669 1395 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2669.4 1398.48 moveto +2679 1394 lineto +2668.7 1391.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2669.4 1398.48 moveto +2679 1394 lineto +2668.7 1391.51 lineto +closepath stroke +grestore +% mmcmmi->mmcmmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2656 1584 moveto +2655 1576 2655 1567 2655 1558 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2658.5 1558 moveto +2655 1548 lineto +2651.5 1558 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2658.5 1558 moveto +2655 1548 lineto +2651.5 1558 lineto +closepath stroke +grestore +% mmcmmi->mmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2632 1591 moveto +2626 1588 2619 1586 2612 1584 curveto +2509 1555 2470 1595 2373 1548 curveto +2353 1537 2356 1523 2335 1512 curveto +2275 1479 2227 1530 2184 1476 curveto +2175 1463 2175 1452 2184 1440 curveto +2217 1395 2252 1422 2303 1404 curveto +2305 1403 2307 1402 2309 1402 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2311.02 1404.96 moveto +2319 1398 lineto +2308.42 1398.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2311.02 1404.96 moveto +2319 1398 lineto +2308.42 1398.46 lineto +closepath stroke +grestore +% m_mmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +8761 1602 29.19 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +8748 1597.9 moveto 26 (-=---) alignedtext +grestore +% m_mmm->cm_ccm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 8780 1588 moveto +8794 1578 8814 1563 8830 1551 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 8832.1 1553.8 moveto +8838 1545 lineto +8827.9 1548.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 8832.1 1553.8 moveto +8838 1545 lineto +8827.9 1548.2 lineto +closepath stroke +grestore +% cm_ccm->mmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 8888 1518 moveto +8915 1507 8956 1491 8992 1476 curveto +8995 1475 8998 1473 9001 1472 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9002.28 1475.26 moveto +9010 1468 lineto +8999.44 1468.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9002.28 1475.26 moveto +9010 1468 lineto +8999.44 1468.86 lineto +closepath stroke +grestore +% mm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +7627 1458 27 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +7622.5 1453.9 moveto 9 (--) alignedtext +grestore +% mm->cmm_ccmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7605 1447 moveto +7599 1444 7592 1442 7586 1440 curveto +7448 1402 7406 1435 7267 1404 curveto +7264 1403 7260 1402 7257 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7257.58 1397.52 moveto +7247 1398 lineto +7255.57 1404.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7257.58 1397.52 moveto +7247 1398 lineto +7255.57 1404.23 lineto +closepath stroke +grestore +% mm->mmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7600 1456 moveto +7552 1451 7446 1443 7358 1440 curveto +7057 1427 4951 1440 4652 1404 curveto +4639 1402 4623 1399 4610 1396 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4610.58 1392.52 moveto +4600 1393 lineto +4608.57 1399.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4610.58 1392.52 moveto +4600 1393 lineto +4608.57 1399.23 lineto +closepath stroke +grestore +% mmc->cmmc_ccmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4556 1373 moveto +4542 1363 4521 1348 4504 1336 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4506.1 1333.2 moveto +4496 1330 lineto +4501.9 1338.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4506.1 1333.2 moveto +4496 1330 lineto +4501.9 1338.8 lineto +closepath stroke +grestore +% mmc->mmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 4550 1379 moveto +4536 1375 4518 1370 4501 1368 curveto +4286 1334 4222 1388 4011 1332 curveto +4009 1331 4007 1330 4005 1330 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4005.58 1326.46 moveto +3995 1326 lineto +4002.98 1332.96 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4005.58 1326.46 moveto +3995 1326 lineto +4002.98 1332.96 lineto +closepath stroke +grestore +% E +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +8481 1530 27 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +8479 1525.9 moveto 4 (.) alignedtext +grestore +% E->mm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 8455 1525 moveto +8432 1521 8398 1515 8369 1512 curveto +8212 1495 7814 1515 7663 1476 curveto +7661 1476 7659 1475 7656 1474 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7657.56 1470.86 moveto +7647 1470 lineto +7654.72 1477.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7657.56 1470.86 moveto +7647 1470 lineto +7654.72 1477.26 lineto +closepath stroke +grestore +% c_cc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +8599 1458 30.77 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +8584.5 1453.9 moveto 29 (c=cc) alignedtext +grestore +% E->c_cc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 8501 1518 moveto +8519 1507 8547 1489 8568 1476 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 8569.96 1478.92 moveto +8577 1471 lineto +8566.56 1472.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 8569.96 1478.92 moveto +8577 1471 lineto +8566.56 1472.8 lineto +closepath stroke +grestore +% c_cc->cmm_ccmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 8568 1455 moveto +8523 1451 8437 1444 8364 1440 curveto +8120 1426 7506 1447 7267 1404 curveto +7263 1403 7259 1403 7256 1401 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7256.58 1397.52 moveto +7246 1398 lineto +7254.57 1404.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7256.58 1397.52 moveto +7246 1398 lineto +7254.57 1404.23 lineto +closepath stroke +grestore +% c_cc->mmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 8568 1455 moveto +8518 1451 8414 1443 8326 1440 curveto +7918 1424 5058 1452 4652 1404 curveto +4639 1402 4623 1399 4610 1396 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 4610.58 1392.52 moveto +4600 1393 lineto +4608.57 1399.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 4610.58 1392.52 moveto +4600 1393 lineto +4608.57 1399.23 lineto +closepath stroke +grestore +% mmcimi->cmmcimi_ccmmcimi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9606 1158 moveto +9624 1148 9650 1132 9672 1120 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9673.96 1122.92 moveto +9681 1115 lineto +9670.56 1116.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9673.96 1122.92 moveto +9681 1115 lineto +9670.56 1116.8 lineto +closepath stroke +grestore +% mmcimi->mmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9591 1152 moveto +9600 1125 9614 1072 9614 1026 curveto +9614 1026 9614 1026 9614 954 curveto +9614 829 9599 683 9591 622 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9594.48 621.6 moveto +9590 612 lineto +9587.51 622.3 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9594.48 621.6 moveto +9590 612 lineto +9587.51 622.3 lineto +closepath stroke +grestore +% mcmmici->cmcmmici_ccmcmmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9004 1086 moveto +9011 1084 9019 1082 9026 1080 curveto +9124 1055 9240 1040 9316 1033 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9316.4 1036.48 moveto +9326 1032 lineto +9315.7 1029.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9316.4 1036.48 moveto +9326 1032 lineto +9315.7 1029.51 lineto +closepath stroke +grestore +% mcmmici->mcicmmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9004 1086 moveto +9011 1084 9019 1081 9026 1080 curveto +9067 1070 10515 976 10558 972 curveto +10584 969 10614 965 10638 962 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10638.88 965.39 moveto +10648 960 lineto +10637.51 958.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10638.88 965.39 moveto +10648 960 lineto +10637.51 958.53 lineto +closepath stroke +grestore +% mcmmici->mcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9003 1086 moveto +9029 1073 9068 1055 9096 1041 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9097.28 1044.26 moveto +9105 1037 lineto +9094.44 1037.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9097.28 1044.26 moveto +9105 1037 lineto +9094.44 1037.86 lineto +closepath stroke +grestore +% mcmmi->cmcmmi_ccmcmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9152 1019 moveto +9195 1008 9284 985 9343 969 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9344.43 972.23 moveto +9353 966 lineto +9342.42 965.52 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9344.43 972.23 moveto +9353 966 lineto +9342.42 965.52 lineto +closepath stroke +grestore +% mcmmi->mcicmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9154 1023 moveto +9190 1019 9256 1013 9313 1008 curveto +9703 973 9801 966 10192 936 curveto +10401 919 10455 930 10663 900 curveto +10676 898 10690 895 10703 892 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10703.88 895.39 moveto +10713 890 lineto +10702.51 888.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10703.88 895.39 moveto +10713 890 lineto +10702.51 888.53 lineto +closepath stroke +grestore +% mcmmcm->cmcmmcm_ccmcmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 124 1596 moveto +148 1592 182 1586 211 1584 curveto +1061 1511 1280 1618 2129 1548 curveto +2146 1546 2163 1544 2180 1541 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2180.4 1544.48 moveto +2190 1540 lineto +2179.7 1537.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2180.4 1544.48 moveto +2190 1540 lineto +2179.7 1537.51 lineto +closepath stroke +grestore +% mcmmcm->mcicmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 106 1585 moveto +122 1566 150 1534 178 1512 curveto +203 1492 270 1451 299 1440 curveto +369 1412 391 1420 464 1404 curveto +609 1372 647 1368 790 1332 curveto +848 1317 860 1305 918 1296 curveto +1254 1241 2108 1236 2447 1224 curveto +2728 1213 3434 1241 3709 1188 curveto +3712 1188 3715 1187 3718 1186 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3720.02 1188.96 moveto +3728 1182 lineto +3717.42 1182.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3720.02 1188.96 moveto +3728 1182 lineto +3717.42 1182.46 lineto +closepath stroke +grestore +% mcmmcm->mcmcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 119 1591 moveto +126 1588 133 1586 140 1584 curveto +212 1562 238 1581 305 1548 curveto +328 1537 326 1523 348 1512 curveto +410 1481 489 1468 538 1462 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 538.4 1465.48 moveto +548 1461 lineto +537.7 1458.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 538.4 1465.48 moveto +548 1461 lineto +537.7 1458.51 lineto +closepath stroke +grestore +% mcmmcm->mcmmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 96 1584 moveto +99 1564 108 1532 126 1512 curveto +189 1441 435 1390 526 1368 curveto +681 1330 720 1324 876 1296 curveto +927 1286 1282 1229 1332 1224 curveto +1546 1199 1600 1204 1814 1188 curveto +1879 1183 1955 1177 2003 1174 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2003.4 1177.48 moveto +2013 1173 lineto +2002.7 1170.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2003.4 1177.48 moveto +2013 1173 lineto +2002.7 1170.51 lineto +closepath stroke +grestore +% mcmmcm->mcmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 80 1585 moveto +73 1576 64 1565 56 1555 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 58.8 1552.9 moveto +50 1547 lineto +53.2 1557.1 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 58.8 1552.9 moveto +50 1547 lineto +53.2 1557.1 lineto +closepath stroke +grestore +% mcm_mmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +251 1530 45.17 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +226.5 1525.9 moveto 49 (-c-=---c-) alignedtext +grestore +% mcmmcm->mcm_mmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 118 1590 moveto +143 1578 182 1561 212 1548 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 213.28 1551.26 moveto +221 1544 lineto +210.44 1544.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 213.28 1551.26 moveto +221 1544 lineto +210.44 1544.86 lineto +closepath stroke +grestore +% mmic->cmmic_ccmmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2178 1954 moveto +2190 1951 2205 1947 2218 1944 curveto +2303 1924 2328 1935 2409 1908 curveto +2443 1896 2447 1883 2480 1872 curveto +2571 1842 2609 1882 2691 1836 curveto +2718 1821 2740 1793 2753 1773 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2756.37 1774.26 moveto +2759 1764 lineto +2750.54 1770.38 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2756.37 1774.26 moveto +2759 1764 lineto +2750.54 1770.38 lineto +closepath stroke +grestore +% mmic->mmicimmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2149 1944 moveto +2140 1912 2117 1845 2078 1800 curveto +2065 1786 2049 1774 2033 1764 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2034.44 1760.8 moveto +2024 1759 lineto +2031.04 1766.92 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2034.44 1760.8 moveto +2024 1759 lineto +2031.04 1766.92 lineto +closepath stroke +grestore +% mmic->mmimmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2129 1955 moveto +2094 1945 2027 1926 1970 1908 curveto +1966 1907 1962 1906 1959 1904 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1959.58 1900.52 moveto +1949 1901 lineto +1957.57 1907.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1959.58 1900.52 moveto +1949 1901 lineto +1957.57 1907.23 lineto +closepath stroke +grestore +% mmic->mmicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2164 1945 moveto +2189 1903 2243 1792 2189 1728 curveto +2129 1655 2064 1735 1980 1692 curveto +1961 1681 1966 1665 1945 1656 curveto +1781 1577 1704 1692 1537 1620 curveto +1516 1610 1519 1593 1497 1584 curveto +1382 1531 1336 1583 1213 1548 curveto +1211 1547 1209 1546 1207 1546 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1207.58 1542.46 moveto +1197 1542 lineto +1204.98 1548.96 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1207.58 1542.46 moveto +1197 1542 lineto +1204.98 1548.96 lineto +closepath stroke +grestore +% mmcmcic->cmmcmcic_ccmmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9572 803 moveto +9631 792 9751 767 9829 752 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9829.88 755.39 moveto +9839 750 lineto +9828.51 748.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9829.88 755.39 moveto +9839 750 lineto +9828.51 748.53 lineto +closepath stroke +grestore +% mmcmcic->mmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9542 792 moveto +9550 754 9571 667 9582 622 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9585.47 622.49 moveto +9584 612 lineto +9578.61 621.12 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9585.47 622.49 moveto +9584 612 lineto +9578.61 621.12 lineto +closepath stroke +grestore +% mci_mmmci->cmci_ccmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9753 720 moveto +9751 712 9749 703 9747 694 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9750.39 693.12 moveto +9745 684 lineto +9743.53 694.49 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9750.39 693.12 moveto +9745 684 lineto +9743.53 694.49 lineto +closepath stroke +grestore +% mmcmci->cmmcmci_ccmmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9614 583 moveto +9639 572 9678 555 9709 542 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9710.28 545.26 moveto +9718 538 lineto +9707.44 538.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9710.28 545.26 moveto +9718 538 lineto +9707.44 538.86 lineto +closepath stroke +grestore +% mcmmcic->cmcmmcic_ccmcmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9054 1298 moveto +9044 1288 9033 1277 9022 1267 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9024.55 1264.6 moveto +9015 1260 lineto +9019.6 1269.55 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9024.55 1264.6 moveto +9015 1260 lineto +9019.6 1269.55 lineto +closepath stroke +grestore +% mcmmcic->mcicmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9108 1312 moveto +9235 1306 9645 1284 9699 1260 curveto +9720 1250 9715 1233 9737 1224 curveto +9837 1181 10612 1197 10722 1188 curveto +10749 1185 10779 1181 10804 1178 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10804.88 1181.39 moveto +10814 1176 lineto +10803.51 1174.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10804.88 1181.39 moveto +10814 1176 lineto +10803.51 1174.53 lineto +closepath stroke +grestore +% mcmmcic->mcmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9097 1301 moveto +9121 1289 9155 1272 9182 1259 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9183.28 1262.26 moveto +9191 1255 lineto +9180.44 1255.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9183.28 1262.26 moveto +9191 1255 lineto +9180.44 1255.86 lineto +closepath stroke +grestore +% mcmmcic->mcmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9085 1297 moveto +9092 1288 9101 1277 9109 1267 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9111.8 1269.1 moveto +9115 1259 lineto +9106.2 1264.9 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9111.8 1269.1 moveto +9115 1259 lineto +9106.2 1264.9 lineto +closepath stroke +grestore +% mcmmci->cmcmmci_ccmcmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9108 1227 moveto +9095 1217 9077 1204 9061 1193 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9063.1 1190.2 moveto +9053 1187 lineto +9058.9 1195.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9063.1 1190.2 moveto +9053 1187 lineto +9058.9 1195.8 lineto +closepath stroke +grestore +% mcmmci->mcicmmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9152 1230 moveto +9157 1228 9163 1225 9169 1224 curveto +9266 1195 9295 1210 9395 1188 curveto +9448 1175 9459 1160 9514 1152 curveto +10025 1068 10164 1177 10679 1116 curveto +10693 1114 10707 1112 10720 1109 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10720.88 1112.39 moveto +10730 1107 lineto +10719.51 1105.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10720.88 1112.39 moveto +10730 1107 lineto +10719.51 1105.53 lineto +closepath stroke +grestore +% mcmmci->mcmcmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9135 1224 moveto +9139 1216 9142 1206 9146 1197 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9149.14 1198.56 moveto +9150 1188 lineto +9142.74 1195.72 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9149.14 1198.56 moveto +9150 1188 lineto +9142.74 1195.72 lineto +closepath stroke +grestore +% mmcmc->cmmcmc_ccmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9046 1518 moveto +9052 1515 9057 1513 9063 1512 curveto +9223 1472 9641 1487 9807 1476 curveto +9845 1473 9888 1469 9924 1465 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9924.4 1468.48 moveto +9934 1464 lineto +9923.7 1461.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9924.4 1468.48 moveto +9934 1464 lineto +9923.7 1461.51 lineto +closepath stroke +grestore +% mmcmc->mmcmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 8996 1523 moveto +8924 1502 8734 1443 8734 1386 curveto +8734 1386 8734 1386 8734 1170 curveto +8734 1036 8805 1000 8923 936 curveto +9022 882 9366 833 9492 816 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9492.4 819.48 moveto +9502 815 lineto +9491.7 812.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9492.4 819.48 moveto +9502 815 lineto +9491.7 812.51 lineto +closepath stroke +grestore +% mmcmc->mmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9026 1512 moveto +9027 1504 9028 1495 9029 1486 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9032.47 1486.49 moveto +9031 1476 lineto +9025.61 1485.12 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9032.47 1486.49 moveto +9031 1476 lineto +9025.61 1485.12 lineto +closepath stroke +grestore +% mmcm->cmmcm_ccmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9060 1454 moveto +9136 1443 9355 1411 9464 1395 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9464.4 1398.48 moveto +9474 1394 lineto +9463.7 1391.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9464.4 1398.48 moveto +9474 1394 lineto +9463.7 1391.51 lineto +closepath stroke +grestore +% mcm_mmmcm->cmcm_ccmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 296 1527 moveto +363 1524 496 1516 609 1512 curveto +1089 1491 1210 1508 1689 1476 curveto +1728 1473 1771 1469 1805 1465 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1805.4 1468.48 moveto +1815 1464 lineto +1804.7 1461.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1805.4 1468.48 moveto +1815 1464 lineto +1804.7 1461.51 lineto +closepath stroke +grestore +% mcm_mmmcm->mcicm_mmmcicm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 258 1512 moveto +265 1493 280 1461 299 1440 curveto +379 1353 421 1357 521 1296 curveto +826 1108 1203 896 1321 831 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1322.96 833.92 moveto +1330 826 lineto +1319.56 827.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1322.96 833.92 moveto +1330 826 lineto +1319.56 827.8 lineto +closepath stroke +grestore +% mcm_mmmcm->mcmc_mmmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 275 1515 moveto +290 1505 311 1491 328 1480 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 330.62 1482.46 moveto +337 1474 lineto +326.74 1476.63 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 330.62 1482.46 moveto +337 1474 lineto +326.74 1476.63 lineto +closepath stroke +grestore +% mcm_mmmcm->mm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 296 1527 moveto +363 1523 496 1515 609 1512 curveto +3560 1429 4299 1554 7249 1476 curveto +7374 1472 7522 1464 7590 1461 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7590.4 1464.48 moveto +7600 1460 lineto +7589.7 1457.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7590.4 1464.48 moveto +7600 1460 lineto +7589.7 1457.51 lineto +closepath stroke +grestore +% mcmmc->cmcmmc_ccmcmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9021 1801 moveto +9027 1793 9034 1782 9041 1772 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9043.8 1774.1 moveto +9047 1764 lineto +9038.2 1769.9 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9043.8 1774.1 moveto +9047 1764 lineto +9038.2 1769.9 lineto +closepath stroke +grestore +% mcmmc->mcicmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9032 1806 moveto +9038 1803 9043 1801 9049 1800 curveto +9313 1733 9397 1831 9662 1764 curveto +9698 1754 9703 1741 9738 1728 curveto +9744 1725 9956 1657 9963 1656 curveto +10037 1639 10259 1616 10355 1607 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10355.4 1610.48 moveto +10365 1606 lineto +10354.7 1603.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10355.4 1610.48 moveto +10365 1606 lineto +10354.7 1603.51 lineto +closepath stroke +grestore +% mcmmc->mcmcmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 9034 1807 moveto +9039 1804 9044 1802 9049 1800 curveto +9087 1783 9098 1782 9137 1764 curveto +9226 1721 9238 1688 9332 1656 curveto +9422 1624 9451 1644 9544 1620 curveto +9548 1619 9552 1618 9555 1617 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9557.02 1619.96 moveto +9565 1613 lineto +9554.42 1613.46 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9557.02 1619.96 moveto +9565 1613 lineto +9554.42 1613.46 lineto +closepath stroke +grestore +% mcmmc->mcmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 8980 1816 moveto +8918 1809 8775 1783 8715 1692 curveto +8706 1678 8714 1671 8715 1656 curveto +8716 1623 8707 1612 8723 1584 curveto +8795 1453 8959 1365 9034 1330 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9035.28 1333.26 moveto +9043 1326 lineto +9032.44 1326.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9035.28 1333.26 moveto +9043 1326 lineto +9032.44 1326.86 lineto +closepath stroke +grestore +% mcmm +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +8945 1746 27 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +8935 1741.9 moveto 20 (-c--) alignedtext +grestore +% mcmmc->mcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 8996 1802 moveto +8987 1792 8976 1779 8966 1769 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 8968.22 1766.22 moveto +8959 1761 lineto +8962.95 1770.83 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 8968.22 1766.22 moveto +8959 1761 lineto +8962.95 1770.83 lineto +closepath stroke +grestore +% mmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +1169 2178 27 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +1163 2173.9 moveto 12 (--i) alignedtext +grestore +% mmi->cmmi_ccmmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1196 2176 moveto +1281 2171 1551 2151 1773 2124 curveto +2143 2077 2586 2000 2737 1972 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2737.88 1975.39 moveto +2747 1970 lineto +2736.51 1968.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2737.88 1975.39 moveto +2747 1970 lineto +2736.51 1968.53 lineto +closepath stroke +grestore +% mmi->mmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1177 2161 moveto +1182 2152 1187 2142 1191 2132 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1194.2 2133.44 moveto +1196 2123 lineto +1188.08 2130.04 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1194.2 2133.44 moveto +1196 2123 lineto +1188.08 2130.04 lineto +closepath stroke +grestore +% mmi->mmimm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 1142 2176 moveto +1006 2165 399 2111 399 2034 curveto +399 2034 399 2034 399 1890 curveto +399 1849 392 1803 387 1774 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 390.39 1773.12 moveto +385 1764 lineto +383.53 1774.49 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 390.39 1773.12 moveto +385 1764 lineto +383.53 1774.49 lineto +closepath stroke +grestore +% i_ii +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +5059 2466 27 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +5050.5 2461.9 moveto 17 (i=ii) alignedtext +grestore +% i_ii->E +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5086 2466 moveto +5409 2461 8498 2412 8498 2322 curveto +8498 2322 8498 2322 8498 1674 curveto +8498 1633 8492 1587 8487 1558 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 8490.39 1557.12 moveto +8485 1548 lineto +8483.53 1558.49 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 8490.39 1557.12 moveto +8485 1548 lineto +8483.53 1558.49 lineto +closepath stroke +grestore +% immi_iimmi +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +2627 2394 39.11 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +2606.5 2389.9 moveto 41 (i--i=ii--i) alignedtext +grestore +% i_ii->immi_iimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5032 2465 moveto +4788 2458 2998 2405 2676 2395 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2676 2391.5 moveto +2666 2395 lineto +2676 2398.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2676 2391.5 moveto +2666 2395 lineto +2676 2398.5 lineto +closepath stroke +grestore +% ici_iici +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +5059 2394 36.83 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +5040.5 2389.9 moveto 37 (ici=iici) alignedtext +grestore +% i_ii->ici_iici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5059 2448 moveto +5059 2440 5059 2431 5059 2422 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 5062.5 2422 moveto +5059 2412 lineto +5055.5 2422 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 5062.5 2422 moveto +5059 2412 lineto +5055.5 2422 lineto +closepath stroke +grestore +% immi_iimmi->icimmi_iicimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2663 2387 moveto +2727 2375 2859 2348 2935 2333 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2935.88 2336.39 moveto +2945 2331 lineto +2934.51 2329.53 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2935.88 2336.39 moveto +2945 2331 lineto +2934.51 2329.53 lineto +closepath stroke +grestore +% immi_iimmi->immici_iimmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2627 2376 moveto +2627 2368 2627 2359 2627 2350 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2630.5 2350 moveto +2627 2340 lineto +2623.5 2350 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2630.5 2350 moveto +2627 2340 lineto +2623.5 2350 lineto +closepath stroke +grestore +% immi_iimmi->imm_imcm_iimm_immimm_imcmmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2588 2393 moveto +2451 2391 1980 2380 1592 2340 curveto +1234 2302 810 2226 636 2193 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 636.49 2189.53 moveto +626 2191 lineto +635.12 2196.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 636.49 2189.53 moveto +626 2191 lineto +635.12 2196.39 lineto +closepath stroke +grestore +% immi_iimmi->mmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 2588 2394 moveto +2435 2391 1864 2375 1408 2268 curveto +1332 2249 1246 2213 1200 2192 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 1201.56 2188.86 moveto +1191 2188 lineto +1198.72 2195.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 1201.56 2188.86 moveto +1191 2188 lineto +1198.72 2195.26 lineto +closepath stroke +grestore +% ici_iici->icimmi_iicimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5022 2393 moveto +4775 2384 3370 2335 3054 2324 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3054 2320.5 moveto +3044 2324 lineto +3054 2327.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3054 2320.5 moveto +3044 2324 lineto +3054 2327.5 lineto +closepath stroke +grestore +% ici_iici->immici_iimmici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5022 2394 moveto +4814 2391 3777 2376 2929 2340 curveto +2846 2336 2750 2331 2689 2327 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2689.3 2323.51 moveto +2679 2326 lineto +2688.6 2330.48 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2689.3 2323.51 moveto +2679 2326 lineto +2688.6 2330.48 lineto +closepath stroke +grestore +% ic_iic_icic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +7158 2178 52.12 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +7128.5 2173.9 moveto 59 (ic=iic=icic) alignedtext +grestore +% ici_iici->ic_iic_icic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5096 2393 moveto +5354 2388 6883 2353 7070 2268 curveto +7099 2254 7124 2225 7140 2204 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7142.8 2206.1 moveto +7146 2196 lineto +7137.2 2201.9 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7142.8 2206.1 moveto +7146 2196 lineto +7137.2 2201.9 lineto +closepath stroke +grestore +% ci_cci_cici +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +7293 2178 54.2 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +7262 2173.9 moveto 62 (ci=cci=cici) alignedtext +grestore +% ici_iici->ci_cci_cici +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 5096 2393 moveto +5307 2390 6359 2372 6682 2340 curveto +6871 2320 6923 2325 7105 2268 curveto +7160 2250 7220 2219 7257 2199 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7258.96 2201.92 moveto +7266 2194 lineto +7255.56 2195.8 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7258.96 2201.92 moveto +7266 2194 lineto +7255.56 2195.8 lineto +closepath stroke +grestore +% cic_ccic +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +7875 1962 43.97 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +7851 1957.9 moveto 48 (cic=ccic) alignedtext +grestore +% cic_ccic->cicmm_ccicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7891 1945 moveto +7937 1896 8068 1756 8122 1699 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 8125.05 1700.83 moveto +8129 1691 lineto +8119.78 1696.22 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 8125.05 1700.83 moveto +8129 1691 lineto +8119.78 1696.22 lineto +closepath stroke +grestore +% cic_ccic->cimmic_ccimmic_cicimmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7834 1955 moveto +7760 1943 7600 1919 7503 1904 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7503.49 1900.53 moveto +7493 1902 lineto +7502.12 1907.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7503.49 1900.53 moveto +7493 1902 lineto +7502.12 1907.39 lineto +closepath stroke +grestore +% cic_ccic->mmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7872 1944 moveto +7866 1910 7846 1836 7799 1800 curveto +7652 1687 7573 1744 7390 1728 curveto +6605 1655 4631 1757 3845 1692 curveto +3820 1689 3791 1685 3769 1681 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3769.49 1677.53 moveto +3759 1679 lineto +3768.12 1684.39 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3769.49 1677.53 moveto +3759 1679 lineto +3768.12 1684.39 lineto +closepath stroke +grestore +% cic_ccic->c_cc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7914 1954 moveto +8057 1923 8536 1810 8536 1674 curveto +8536 1674 8536 1674 8536 1602 curveto +8536 1557 8562 1511 8580 1483 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 8582.8 1485.1 moveto +8586 1475 lineto +8577.2 1480.9 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 8582.8 1485.1 moveto +8586 1475 lineto +8577.2 1480.9 lineto +closepath stroke +grestore +% mcmm->cmcmm_ccmcmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 8931 1730 moveto +8922 1721 8912 1709 8902 1699 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 8904.55 1696.6 moveto +8895 1692 lineto +8899.6 1701.55 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 8904.55 1696.6 moveto +8895 1692 lineto +8899.6 1701.55 lineto +closepath stroke +grestore +% mcmm->mcicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 8966 1735 moveto +8971 1732 8976 1730 8981 1728 curveto +9067 1690 9088 1678 9180 1656 curveto +9291 1628 9324 1651 9435 1620 curveto +9472 1609 9477 1593 9516 1584 curveto +9828 1509 9925 1621 10239 1548 curveto +10242 1548 10244 1547 10247 1546 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 10248.28 1549.26 moveto +10256 1542 lineto +10245.44 1542.86 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 10248.28 1549.26 moveto +10256 1542 lineto +10245.44 1542.86 lineto +closepath stroke +grestore +% mcmm->mcmcm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 8959 1730 moveto +8989 1697 9064 1622 9142 1584 curveto +9207 1551 9292 1538 9342 1533 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9342.4 1536.48 moveto +9352 1532 lineto +9341.7 1529.51 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9342.4 1536.48 moveto +9352 1532 lineto +9341.7 1529.51 lineto +closepath stroke +grestore +% mc_mmmc +gsave +1 setlinewidth +0.000 0.000 0.000 nodecolor +8763 1674 38.91 18 ellipse_path stroke +0.000 0.000 0.000 nodecolor +14 /Times-Roman set_font +8743 1669.9 moveto 40 (-c=---c) alignedtext +grestore +% mcmm->mc_mmmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 8922 1737 moveto +8892 1725 8839 1704 8802 1690 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 8803.56 1686.86 moveto +8793 1686 lineto +8800.72 1693.26 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 8803.56 1686.86 moveto +8793 1686 lineto +8800.72 1693.26 lineto +closepath stroke +grestore +% mc_mmmc->cmc_ccmc +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 8783 1658 moveto +8796 1648 8812 1635 8826 1624 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 8828.1 1626.8 moveto +8834 1618 lineto +8823.9 1621.2 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 8828.1 1626.8 moveto +8834 1618 lineto +8823.9 1621.2 lineto +closepath stroke +grestore +% mc_mmmc->mcic_mmmcic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 8747 1657 moveto +8738 1647 8728 1634 8723 1620 curveto +8684 1522 8696 1490 8696 1386 curveto +8696 1386 8696 1386 8696 1170 curveto +8696 1075 8750 1052 8834 1008 curveto +8896 974 9100 961 9204 956 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 9204 959.5 moveto +9214 956 lineto +9204 952.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 9204 959.5 moveto +9214 956 lineto +9204 952.5 lineto +closepath stroke +grestore +% mc_mmmc->m_mmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 8762 1656 moveto +8762 1648 8762 1639 8762 1630 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 8765.48 1629.6 moveto +8761 1620 lineto +8758.51 1630.3 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 8765.48 1629.6 moveto +8761 1620 lineto +8758.51 1630.3 lineto +closepath stroke +grestore +% ic_iic_icic->icmm_iicmm_icicmm +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7200 2167 moveto +7322 2136 7668 2046 7668 2034 curveto +7668 2034 7668 2034 7668 1962 curveto +7668 1919 7688 1873 7703 1845 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7706.2 1846.44 moveto +7708 1836 lineto +7700.08 1843.04 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7706.2 1846.44 moveto +7708 1836 lineto +7700.08 1843.04 lineto +closepath stroke +grestore +% ic_iic_icic->immic_iimmic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7106 2178 moveto +6624 2173 2950 2141 2839 2124 curveto +2835 2123 2831 2123 2827 2121 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 2827.58 2117.52 moveto +2817 2118 lineto +2825.57 2124.23 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 2827.58 2117.52 moveto +2817 2118 lineto +2825.57 2124.23 lineto +closepath stroke +grestore +% ic_iic_icic->cic_ccic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7198 2166 moveto +7209 2164 7220 2162 7230 2160 curveto +7329 2143 7588 2162 7682 2124 curveto +7755 2093 7822 2025 7854 1987 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7857.05 1988.83 moveto +7861 1979 lineto +7851.78 1984.22 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7857.05 1988.83 moveto +7861 1979 lineto +7851.78 1984.22 lineto +closepath stroke +grestore +% ci_cci_cici->cimmi_ccimmi_cicimmi +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7256 2165 moveto +7225 2154 7181 2137 7147 2125 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7147.58 2121.46 moveto +7137 2121 lineto +7144.98 2127.96 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7147.58 2121.46 moveto +7137 2121 lineto +7144.98 2127.96 lineto +closepath stroke +grestore +% ci_cci_cici->mmci +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7296 2160 moveto +7299 2127 7303 2058 7270 2016 curveto +7216 1947 7173 1961 7089 1944 curveto +6869 1899 5294 1959 5076 1908 curveto +5040 1899 5037 1880 5000 1872 curveto +4861 1838 3853 1840 3709 1836 curveto +3549 1830 3357 1823 3277 1819 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 3277 1815.5 moveto +3267 1819 lineto +3277 1822.5 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 3277 1815.5 moveto +3267 1819 lineto +3277 1822.5 lineto +closepath stroke +grestore +% ci_cci_cici->cic_ccic +gsave +1 setlinewidth +0.000 0.000 0.000 edgecolor +newpath 7347 2175 moveto +7469 2168 7759 2149 7795 2124 curveto +7840 2092 7861 2027 7870 1990 curveto +stroke +0.000 0.000 0.000 edgecolor +newpath 7873.47 1990.49 moveto +7872 1980 lineto +7866.61 1989.12 lineto +closepath fill +1 setlinewidth +solid +0.000 0.000 0.000 edgecolor +newpath 7873.47 1990.49 moveto +7872 1980 lineto +7866.61 1989.12 lineto +closepath stroke +grestore +endpage +showpage +grestore +%%PageTrailer +%%EndPage: 1 +%%Trailer +%%Pages: 1 +%%BoundingBox: 36 36 13957 2528 +end +restore +%%EOF